@fiscozen/navbar 0.2.1 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @fiscozen/navbar
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a243ebb]
8
+ - @fiscozen/composables@1.0.4
9
+
10
+ ## 0.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 723f609: Address QA findings from LIB-1901 on the v0.2.0 navbar:
15
+ - **New `environment` prop** (`'frontoffice' | 'backoffice'`, default `'frontoffice'`). Propagates to the navbar's default mobile menu-button so consumers using the vertical/backoffice context get 32px (`'backoffice'`) controls without needing to override the `#menu-button` slot. Consumer-provided slot content (avatars, custom buttons) is still responsible for its own sizing — there is no implicit cascade past the default menu button.
16
+ - **Navigation gap increased from `gap-4` to `gap-8`** on the inner navigation container (both `flex-row` and `flex-col`). The 4px gap was visually too tight for the vertical/backoffice layout; 8px matches the design spec.
17
+ - Storybook: the `Vertical` story now uses `environment="backoffice"` and passes `environment="backoffice"` to the `FzAvatar` in `#user-menu`, so the rendered preview matches the intended 32px backoffice layout.
18
+
3
19
  ## 0.2.1
4
20
 
5
21
  ### Patch Changes