Releases: code-obos/grunnmuren
@obosbbl/[email protected]
Minor Changes
- 04e1531: add Seniority icon
@obosbbl/[email protected]
Minor Changes
- 04e1531: add Seniority icon
@obosbbl/[email protected]
Minor Changes
-
07d0d30: Adding a new
<VideoLoop/>
component that can play a muted video that loops (similar to a gif). The component respects reduced motion settings for users that have this setting enabled. It ensures further accessibility by requiring a visible or invisible description (alt
orcaption
) of the video content.Usage:
<VideoLoop src="https://res.cloudinary.com/obosit-prd-ch-clry/video/upload/v1732199756/Mellom%20husene/Frysja_Loop2.mp4" format="mp4" alt="Frysjaparken er et moderne nabolag med flotte uteområder og en nydelig kafé" /> <Media> <VideoLoop src="https://res.cloudinary.com/obosit-prd-ch-clry/video/upload/v1732199756/Mellom%20husene/Frysja_Loop2.mp4" format="mp4" /> <Caption>Frysjaparken er et moderne nabolag med flotte uteområder og en nydelig kafé</Caption> </Media>
Patch Changes
- Updated dependencies [e92b0f2]
- @obosbbl/[email protected]
@obosbbl/[email protected]
Minor Changes
- e92b0f2: * minor updates to some of the icons.
- added new icons:
- Flower
- Globe
- HouseWarning
- Megaphone
- Member
- MemberBonus
- Rain
- added new icons:
@obosbbl/[email protected]
Minor Changes
- e92b0f2: * minor updates to some of the icons.
- added new icons:
- Flower
- Globe
- HouseWarning
- Megaphone
- Member
- MemberBonus
- Rain
- added new icons:
@obosbbl/[email protected]
Patch Changes
- b62c268: Change layout from grid to flex on
<Card>
, as this makes styling easier. Handy if you have Card content of variable size but need to display a set of Cards with the same height. - Updated dependencies [2f4a527]
- @obosbbl/[email protected]
@obosbbl/[email protected]
Major Changes
-
2f4a527: BREAKING CHANGE: updated look and feel of entire icon set. The icons are now outlined instead of filled.
See release notes for
@obosbbl/grunnmuren-icons-svg
for more details.
@obosbbl/[email protected]
Major Changes
-
58704e7: BREAKING CHANGE: updated look and feel of entire icon set. The icons are now outlined instead of filled.
The following icons are renamed:
- Expand -> ArrowsMaximize
- BriefcaseMedical -> FirstAidKit
- Columns -> LayoutGrid
- Unlock -> LockOpen
- Twitter -> X
The following icons are removed:
- BikeExercise (use Bike or Excerise instead)
- BuildingAlt
- CookingPot (use ChefHat instead)
- CloseBold
- CloseCircle
- ExpandAlt
- MenuAlt
- StairsFloor
Added new icons:
- ArrowDownLeft
- BuildingBank
- Buildings
- Businessplan
- Cards
- CheckSquare
- ChefHat
- CloseSquare
- Error
- HeartFilled
- Lock
- LockHeart
- MobileMoney
- PlayerPause
- PlayerPlay
- Rocket
- Unlink
Patch Changes
- 72dc293: Base
href
prop on<Backlink>
,<Breadcrumb>
and<Button>
to enable type safe routes. - 58704e7: Alertbox: adjust icons after updated icon set
- @obosbbl/[email protected]
@obosbbl/[email protected]
Major Changes
-
58704e7: BREAKING CHANGE: updated look and feel of entire icon set. The icons are now outlined instead of filled.
The following icons are renamed:
- Expand -> ArrowsMaximize
- BriefcaseMedical -> FirstAidKit
- Columns -> LayoutGrid
- Unlock -> LockOpen
- Twitter -> X
The following icons are removed:
- BikeExercise (use Bike or Excerise instead)
- BuildingAlt
- CookingPot (use ChefHat instead)
- CloseBold
- CloseCircle
- ExpandAlt
- MenuAlt
- StairsFloor
Added new icons:
- ArrowDownLeft
- BuildingBank
- Buildings
- Businessplan
- Cards
- CheckSquare
- ChefHat
- CloseSquare
- Error
- HeartFilled
- Lock
- LockHeart
- MobileMoney
- PlayerPause
- PlayerPlay
- Rocket
- Unlink
@obosbbl/[email protected]
Patch Changes
- 585e6da: Fixes the custom colors so they work with tailwinds opacity modifier