@utrecht/component-library-css 9.0.9 → 9.0.10

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 {
@@ -7377,6 +7378,8 @@
7377
7378
  letter-spacing: 0;
7378
7379
  }
7379
7380
  :where(.utrecht-root):lang(nl), :where(.utrecht-root) :lang(nl) {
7381
+ -webkit-hyphenate-limit-after: 4;
7382
+ -webkit-hyphenate-limit-before: 8;
7380
7383
  hyphenate-limit-chars: 12 8 4;
7381
7384
  }
7382
7385
 
@@ -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 {
@@ -7228,6 +7229,8 @@
7228
7229
  letter-spacing: 0;
7229
7230
  }
7230
7231
  :where(.utrecht-root):lang(nl), :where(.utrecht-root) :lang(nl) {
7232
+ -webkit-hyphenate-limit-after: 4;
7233
+ -webkit-hyphenate-limit-before: 8;
7231
7234
  hyphenate-limit-chars: 12 8 4;
7232
7235
  }
7233
7236
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "9.0.9",
2
+ "version": "9.0.10",
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",
@@ -41,22 +41,22 @@
41
41
  "@utrecht/code-css": "3.0.0",
42
42
  "@utrecht/color-sample-css": "3.0.0",
43
43
  "@utrecht/column-layout-css": "3.0.0",
44
- "@utrecht/combobox-css": "3.0.0",
45
44
  "@utrecht/currency-data-css": "3.0.0",
45
+ "@utrecht/combobox-css": "3.0.0",
46
46
  "@utrecht/custom-checkbox-css": "3.0.0",
47
47
  "@utrecht/data-badge-css": "3.0.0",
48
48
  "@utrecht/data-list-css": "3.0.0",
49
49
  "@utrecht/data-placeholder-css": "3.0.0",
50
- "@utrecht/digid-button-css": "2.0.0",
51
50
  "@utrecht/document-css": "3.0.0",
51
+ "@utrecht/digid-button-css": "2.0.0",
52
52
  "@utrecht/drawer-css": "3.0.0",
53
53
  "@utrecht/emphasis-css": "3.0.0",
54
54
  "@utrecht/figure-css": "3.0.0",
55
55
  "@utrecht/form-css": "3.0.0",
56
56
  "@utrecht/form-field-css": "3.0.0",
57
57
  "@utrecht/form-field-description-css": "3.0.0",
58
- "@utrecht/form-field-error-message-css": "3.0.0",
59
58
  "@utrecht/form-fieldset-css": "3.0.0",
59
+ "@utrecht/form-field-error-message-css": "3.0.0",
60
60
  "@utrecht/form-label-css": "3.0.0",
61
61
  "@utrecht/form-toggle-css": "3.0.0",
62
62
  "@utrecht/grid-css": "2.0.0",
@@ -84,7 +84,7 @@
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",
@@ -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",