@utrecht/component-library-css 9.0.9 → 9.0.11

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/dist/index.css CHANGED
@@ -4277,6 +4277,7 @@
4277
4277
  color: var(--utrecht-nav-bar-color, CanvasText);
4278
4278
  inset-block-start: 0;
4279
4279
  position: sticky;
4280
+ z-index: var(--utrecht-nav-bar-sticky-z-index, 1);
4280
4281
  }
4281
4282
 
4282
4283
  .utrecht-nav-bar__heading {
@@ -4708,6 +4709,10 @@
4708
4709
  display: grid;
4709
4710
  flex-grow: 1;
4710
4711
  inline-size: 100%;
4712
+ padding-block-end: var(--utrecht-page-body-padding-block-end);
4713
+ padding-block-start: var(--utrecht-page-body-padding-block-start);
4714
+ padding-inline-end: var(--utrecht-page-body-padding-inline-end);
4715
+ padding-inline-start: var(--utrecht-page-body-padding-inline-start);
4711
4716
  }
4712
4717
 
4713
4718
  .utrecht-page-body__content {
@@ -7377,6 +7382,8 @@
7377
7382
  letter-spacing: 0;
7378
7383
  }
7379
7384
  :where(.utrecht-root):lang(nl), :where(.utrecht-root) :lang(nl) {
7385
+ -webkit-hyphenate-limit-after: 4;
7386
+ -webkit-hyphenate-limit-before: 8;
7380
7387
  hyphenate-limit-chars: 12 8 4;
7381
7388
  }
7382
7389
 
@@ -4139,6 +4139,7 @@
4139
4139
  color: var(--utrecht-nav-bar-color, CanvasText);
4140
4140
  top: 0;
4141
4141
  position: sticky;
4142
+ z-index: var(--utrecht-nav-bar-sticky-z-index, 1);
4142
4143
  }
4143
4144
 
4144
4145
  .utrecht-nav-bar__heading {
@@ -4564,6 +4565,10 @@
4564
4565
  display: grid;
4565
4566
  flex-grow: 1;
4566
4567
  width: 100%;
4568
+ padding-bottom: var(--utrecht-page-body-padding-block-end);
4569
+ padding-top: var(--utrecht-page-body-padding-block-start);
4570
+ padding-right: var(--utrecht-page-body-padding-inline-end);
4571
+ padding-left: var(--utrecht-page-body-padding-inline-start);
4567
4572
  }
4568
4573
 
4569
4574
  .utrecht-page-body__content {
@@ -7228,6 +7233,8 @@
7228
7233
  letter-spacing: 0;
7229
7234
  }
7230
7235
  :where(.utrecht-root):lang(nl), :where(.utrecht-root) :lang(nl) {
7236
+ -webkit-hyphenate-limit-after: 4;
7237
+ -webkit-hyphenate-limit-before: 8;
7231
7238
  hyphenate-limit-chars: 12 8 4;
7232
7239
  }
7233
7240
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "9.0.9",
2
+ "version": "9.0.11",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -84,17 +84,17 @@
84
84
  "@utrecht/map-marker-css": "3.0.0",
85
85
  "@utrecht/mark-css": "3.0.0",
86
86
  "@utrecht/multiline-data-css": "3.0.0",
87
- "@utrecht/nav-bar-css": "3.1.0",
87
+ "@utrecht/nav-bar-css": "3.2.0",
88
88
  "@utrecht/nav-list-css": "2.0.0",
89
89
  "@utrecht/navigation-css": "2.0.0",
90
90
  "@utrecht/number-badge-css": "4.0.0",
91
91
  "@utrecht/number-data-css": "3.0.0",
92
92
  "@utrecht/ordered-list-css": "4.0.0",
93
- "@utrecht/page-body-css": "2.0.0",
93
+ "@utrecht/page-body-css": "2.1.0",
94
94
  "@utrecht/page-content-css": "3.0.0",
95
95
  "@utrecht/page-css": "3.0.0",
96
- "@utrecht/page-footer-css": "4.0.0",
97
- "@utrecht/page-header-css": "3.0.0",
96
+ "@utrecht/page-footer-css": "4.0.1",
97
+ "@utrecht/page-header-css": "3.0.1",
98
98
  "@utrecht/page-layout-css": "4.0.0",
99
99
  "@utrecht/pagination-css": "3.0.0",
100
100
  "@utrecht/paragraph-css": "4.0.0",
@@ -102,7 +102,7 @@
102
102
  "@utrecht/preserve-data-css": "3.0.0",
103
103
  "@utrecht/radio-button-css": "3.0.0",
104
104
  "@utrecht/rich-text-css": "3.0.0",
105
- "@utrecht/root-css": "4.1.0",
105
+ "@utrecht/root-css": "4.1.1",
106
106
  "@utrecht/search-bar-css": "4.0.0",
107
107
  "@utrecht/select-css": "3.0.0",
108
108
  "@utrecht/separator-css": "3.0.0",
@@ -141,7 +141,7 @@
141
141
  "vite": "7.1.12",
142
142
  "vitest": "4.0.12",
143
143
  "@utrecht/build-utils-css": "0.0.4",
144
- "@utrecht/design-tokens": "6.1.1",
144
+ "@utrecht/design-tokens": "6.2.0",
145
145
  "@utrecht/focus-ring-css": "4.0.0"
146
146
  },
147
147
  "main": "dist/index.css",