@utrecht/design-tokens 3.1.0 → 3.2.0

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/_mixin-theme.scss +1 -0
  3. package/dist/_mixin.scss +1 -0
  4. package/dist/_variables.scss +1 -0
  5. package/dist/dark/_mixin-theme.scss +1 -0
  6. package/dist/dark/_mixin.scss +1 -0
  7. package/dist/dark/_variables.scss +1 -0
  8. package/dist/dark/index.cjs +1 -0
  9. package/dist/dark/index.css +1 -0
  10. package/dist/dark/index.d.ts +1 -0
  11. package/dist/dark/index.flat.json +1 -0
  12. package/dist/dark/index.json +39 -0
  13. package/dist/dark/index.mjs +1 -0
  14. package/dist/dark/index.tokens.json +3 -0
  15. package/dist/dark/list.json +39 -0
  16. package/dist/dark/list.mjs +39 -0
  17. package/dist/dark/property.css +1 -0
  18. package/dist/dark/root.css +1 -0
  19. package/dist/dark/theme-prince-xml.css +1 -0
  20. package/dist/dark/theme.css +1 -0
  21. package/dist/dark/tokens.cjs +41 -0
  22. package/dist/dark/tokens.d.ts +3 -0
  23. package/dist/dark/tokens.json +41 -0
  24. package/dist/dark/variables.cjs +1 -0
  25. package/dist/dark/variables.css +1 -0
  26. package/dist/dark/variables.d.ts +1 -0
  27. package/dist/dark/variables.json +1 -0
  28. package/dist/dark/variables.less +1 -0
  29. package/dist/dark/variables.mjs +1 -0
  30. package/dist/index.cjs +1 -0
  31. package/dist/index.css +2 -0
  32. package/dist/index.d.ts +1 -0
  33. package/dist/index.flat.json +1 -0
  34. package/dist/index.json +39 -0
  35. package/dist/index.mjs +1 -0
  36. package/dist/index.tokens.json +3 -0
  37. package/dist/list.json +39 -0
  38. package/dist/list.mjs +39 -0
  39. package/dist/property.css +1 -0
  40. package/dist/root.css +1 -0
  41. package/dist/theme-prince-xml.css +1 -0
  42. package/dist/theme.css +1 -0
  43. package/dist/tokens.cjs +41 -0
  44. package/dist/tokens.d.ts +3 -0
  45. package/dist/tokens.json +41 -0
  46. package/dist/variables.cjs +1 -0
  47. package/dist/variables.css +1 -0
  48. package/dist/variables.d.ts +1 -0
  49. package/dist/variables.json +1 -0
  50. package/dist/variables.less +1 -0
  51. package/dist/variables.mjs +1 -0
  52. package/package.json +1 -1
  53. package/src/component/utrecht/breadcrumb-nav.tokens.json +5 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @utrecht/design-tokens
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cbb98e9: Add `utrecht.breadcrumb-nav.item.first.padding-inline-start` token.
8
+
9
+ Use this token to align the content of the first link with the other content, by setting it to `0`.
10
+
3
11
  ## 3.1.0
4
12
 
5
13
  ### Minor Changes
@@ -378,6 +378,7 @@
378
378
  --utrecht-breadcrumb-nav-link-text-decoration: none;
379
379
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
380
380
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
381
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
381
382
  --utrecht-breadcrumb-nav-min-block-size: 34px;
382
383
  --utrecht-body-line-height: 1.4;
383
384
  --utrecht-blockquote-margin-block-end: 1.6em;
package/dist/_mixin.scss CHANGED
@@ -378,6 +378,7 @@
378
378
  --utrecht-breadcrumb-nav-link-text-decoration: none;
379
379
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
380
380
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
381
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
381
382
  --utrecht-breadcrumb-nav-min-block-size: 34px;
382
383
  --utrecht-body-line-height: 1.4;
383
384
  --utrecht-blockquote-margin-block-end: 1.6em;
@@ -376,6 +376,7 @@ $utrecht-breadcrumb-nav-divider-inline-size: 1px;
376
376
  $utrecht-breadcrumb-nav-link-text-decoration: none;
377
377
  $utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
378
378
  $utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
379
+ $utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
379
380
  $utrecht-breadcrumb-nav-min-block-size: 34px;
380
381
  $utrecht-body-line-height: 1.4;
381
382
  $utrecht-blockquote-margin-block-end: 1.6em;
@@ -379,6 +379,7 @@
379
379
  --utrecht-breadcrumb-nav-link-text-decoration: none;
380
380
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
381
381
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
382
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
382
383
  --utrecht-breadcrumb-nav-min-block-size: 34px;
383
384
  --utrecht-body-line-height: 1.4;
384
385
  --utrecht-blockquote-margin-block-end: 1.6em;
@@ -379,6 +379,7 @@
379
379
  --utrecht-breadcrumb-nav-link-text-decoration: none;
380
380
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
381
381
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
382
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
382
383
  --utrecht-breadcrumb-nav-min-block-size: 34px;
383
384
  --utrecht-body-line-height: 1.4;
384
385
  --utrecht-blockquote-margin-block-end: 1.6em;
@@ -377,6 +377,7 @@ $utrecht-breadcrumb-nav-divider-inline-size: 1px;
377
377
  $utrecht-breadcrumb-nav-link-text-decoration: none;
378
378
  $utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
379
379
  $utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
380
+ $utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
380
381
  $utrecht-breadcrumb-nav-min-block-size: 34px;
381
382
  $utrecht-body-line-height: 1.4;
382
383
  $utrecht-blockquote-margin-block-end: 1.6em;
@@ -97,6 +97,7 @@ module.exports = {
97
97
  "utrechtBodyColor": "hsl(0 0% 0%)",
98
98
  "utrechtBreadcrumbNavMinBlockSize": "34px",
99
99
  "utrechtBreadcrumbNavFontSize": "1rem",
100
+ "utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
100
101
  "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
101
102
  "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
102
103
  "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
@@ -384,6 +384,7 @@
384
384
  --utrecht-breadcrumb-nav-link-text-decoration: none;
385
385
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
386
386
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
387
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
387
388
  --utrecht-breadcrumb-nav-min-block-size: 34px;
388
389
  --utrecht-body-line-height: 1.4;
389
390
  --utrecht-blockquote-margin-block-end: 1.6em;
@@ -106,6 +106,7 @@ export const utrechtBodyBackgroundColor : string;
106
106
  export const utrechtBodyColor : string;
107
107
  export const utrechtBreadcrumbNavMinBlockSize : string;
108
108
  export const utrechtBreadcrumbNavFontSize : string;
109
+ export const utrechtBreadcrumbNavItemFirstPaddingInlineStart : string;
109
110
  export const utrechtBreadcrumbNavItemPaddingBlockStart : string;
110
111
  export const utrechtBreadcrumbNavItemPaddingBlockEnd : string;
111
112
  export const utrechtBreadcrumbNavItemPaddingInlineEnd : string;
@@ -225,6 +225,7 @@
225
225
  "utrechtBreadcrumbNavArrowsLinkFocusColor": "hsl(0 0% 0%)",
226
226
  "utrechtBreadcrumbNavDividerInlineSize": "1px",
227
227
  "utrechtBreadcrumbNavFontSize": "1rem",
228
+ "utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
228
229
  "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
229
230
  "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
230
231
  "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
@@ -5840,6 +5840,45 @@
5840
5840
  "font-size"
5841
5841
  ]
5842
5842
  },
5843
+ {
5844
+ "$extensions": {
5845
+ "nl.nldesignsystem.css.property": {
5846
+ "syntax": "<length>",
5847
+ "inherits": true
5848
+ },
5849
+ "nl.nldesignsystem.figma.supports-token": false,
5850
+ "studio.tokens": {
5851
+ "originalType": "spacing"
5852
+ }
5853
+ },
5854
+ "type": "dimension",
5855
+ "value": "0",
5856
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
5857
+ "isSource": true,
5858
+ "original": {
5859
+ "$extensions": {
5860
+ "nl.nldesignsystem.css.property": {
5861
+ "syntax": "<length>",
5862
+ "inherits": true
5863
+ },
5864
+ "nl.nldesignsystem.figma.supports-token": false,
5865
+ "studio.tokens": {
5866
+ "originalType": "spacing"
5867
+ }
5868
+ },
5869
+ "type": "dimension",
5870
+ "value": "0"
5871
+ },
5872
+ "name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
5873
+ "attributes": {},
5874
+ "path": [
5875
+ "utrecht",
5876
+ "breadcrumb-nav",
5877
+ "item",
5878
+ "first",
5879
+ "padding-inline-start"
5880
+ ]
5881
+ },
5843
5882
  {
5844
5883
  "$extensions": {
5845
5884
  "nl.nldesignsystem.css.property": {
@@ -96,6 +96,7 @@ export const utrechtBodyBackgroundColor = "hsl(0 0% 100%)";
96
96
  export const utrechtBodyColor = "hsl(0 0% 0%)";
97
97
  export const utrechtBreadcrumbNavMinBlockSize = "34px";
98
98
  export const utrechtBreadcrumbNavFontSize = "1rem";
99
+ export const utrechtBreadcrumbNavItemFirstPaddingInlineStart = "0";
99
100
  export const utrechtBreadcrumbNavItemPaddingBlockStart = "8px";
100
101
  export const utrechtBreadcrumbNavItemPaddingBlockEnd = "8px";
101
102
  export const utrechtBreadcrumbNavItemPaddingInlineEnd = "8px";
@@ -927,6 +927,9 @@
927
927
  "type": "textCase"
928
928
  },
929
929
  "item": {
930
+ "first": {
931
+ "padding-inline-start": "0"
932
+ },
930
933
  "padding-block-start": "8px",
931
934
  "padding-block-end": "8px",
932
935
  "padding-inline-end": "8px",
@@ -5840,6 +5840,45 @@
5840
5840
  "font-size"
5841
5841
  ]
5842
5842
  },
5843
+ {
5844
+ "$extensions": {
5845
+ "nl.nldesignsystem.css.property": {
5846
+ "syntax": "<length>",
5847
+ "inherits": true
5848
+ },
5849
+ "nl.nldesignsystem.figma.supports-token": false,
5850
+ "studio.tokens": {
5851
+ "originalType": "spacing"
5852
+ }
5853
+ },
5854
+ "type": "dimension",
5855
+ "value": "0",
5856
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
5857
+ "isSource": true,
5858
+ "original": {
5859
+ "$extensions": {
5860
+ "nl.nldesignsystem.css.property": {
5861
+ "syntax": "<length>",
5862
+ "inherits": true
5863
+ },
5864
+ "nl.nldesignsystem.figma.supports-token": false,
5865
+ "studio.tokens": {
5866
+ "originalType": "spacing"
5867
+ }
5868
+ },
5869
+ "type": "dimension",
5870
+ "value": "0"
5871
+ },
5872
+ "name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
5873
+ "attributes": {},
5874
+ "path": [
5875
+ "utrecht",
5876
+ "breadcrumb-nav",
5877
+ "item",
5878
+ "first",
5879
+ "padding-inline-start"
5880
+ ]
5881
+ },
5843
5882
  {
5844
5883
  "$extensions": {
5845
5884
  "nl.nldesignsystem.css.property": {
@@ -5840,6 +5840,45 @@ export default [
5840
5840
  "font-size"
5841
5841
  ]
5842
5842
  },
5843
+ {
5844
+ "$extensions": {
5845
+ "nl.nldesignsystem.css.property": {
5846
+ "syntax": "<length>",
5847
+ "inherits": true
5848
+ },
5849
+ "nl.nldesignsystem.figma.supports-token": false,
5850
+ "studio.tokens": {
5851
+ "originalType": "spacing"
5852
+ }
5853
+ },
5854
+ "type": "dimension",
5855
+ "value": "0",
5856
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
5857
+ "isSource": true,
5858
+ "original": {
5859
+ "$extensions": {
5860
+ "nl.nldesignsystem.css.property": {
5861
+ "syntax": "<length>",
5862
+ "inherits": true
5863
+ },
5864
+ "nl.nldesignsystem.figma.supports-token": false,
5865
+ "studio.tokens": {
5866
+ "originalType": "spacing"
5867
+ }
5868
+ },
5869
+ "type": "dimension",
5870
+ "value": "0"
5871
+ },
5872
+ "name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
5873
+ "attributes": {},
5874
+ "path": [
5875
+ "utrecht",
5876
+ "breadcrumb-nav",
5877
+ "item",
5878
+ "first",
5879
+ "padding-inline-start"
5880
+ ]
5881
+ },
5843
5882
  {
5844
5883
  "$extensions": {
5845
5884
  "nl.nldesignsystem.css.property": {
@@ -106,6 +106,7 @@
106
106
  @property --utrecht-breadcrumb-nav-arrows-link-background-color { syntax: '<color>'; inherits: true; }
107
107
  @property --utrecht-breadcrumb-nav-arrows-link-focus-background-color { syntax: '<color>'; inherits: true; }
108
108
  @property --utrecht-breadcrumb-nav-font-size { syntax: '<length>'; inherits: true; }
109
+ @property --utrecht-breadcrumb-nav-item-first-padding-inline-start { syntax: '<length>'; inherits: true; }
109
110
  @property --utrecht-breadcrumb-nav-item-padding-block-end { syntax: '<length>'; inherits: true; }
110
111
  @property --utrecht-breadcrumb-nav-item-padding-block-start { syntax: '<length>'; inherits: true; }
111
112
  @property --utrecht-breadcrumb-nav-item-padding-inline-end { syntax: '<length>'; inherits: true; }
@@ -354,6 +354,7 @@
354
354
  --utrecht-breadcrumb-nav-link-text-decoration: none;
355
355
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
356
356
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
357
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
357
358
  --utrecht-breadcrumb-nav-divider-inline-size: 1px;
358
359
  --utrecht-border-width-sm: 1px;
359
360
  --utrecht-border-width-md: 2px;
@@ -379,6 +379,7 @@
379
379
  --utrecht-breadcrumb-nav-link-text-decoration: none;
380
380
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
381
381
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
382
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
382
383
  --utrecht-breadcrumb-nav-min-block-size: 34px;
383
384
  --utrecht-body-line-height: 1.4;
384
385
  --utrecht-blockquote-margin-block-end: 1.6em;
@@ -354,6 +354,7 @@
354
354
  --utrecht-breadcrumb-nav-link-text-decoration: none;
355
355
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
356
356
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
357
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
357
358
  --utrecht-breadcrumb-nav-divider-inline-size: 1px;
358
359
  --utrecht-border-width-sm: 1px;
359
360
  --utrecht-border-width-md: 2px;
@@ -3814,6 +3814,47 @@ module.exports = {
3814
3814
  "type": "textCase"
3815
3815
  },
3816
3816
  "item": {
3817
+ "first": {
3818
+ "padding-inline-start": {
3819
+ "$extensions": {
3820
+ "nl.nldesignsystem.css.property": {
3821
+ "syntax": "<length>",
3822
+ "inherits": true
3823
+ },
3824
+ "nl.nldesignsystem.figma.supports-token": false,
3825
+ "studio.tokens": {
3826
+ "originalType": "spacing"
3827
+ }
3828
+ },
3829
+ "type": "dimension",
3830
+ "value": "0",
3831
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
3832
+ "isSource": true,
3833
+ "original": {
3834
+ "$extensions": {
3835
+ "nl.nldesignsystem.css.property": {
3836
+ "syntax": "<length>",
3837
+ "inherits": true
3838
+ },
3839
+ "nl.nldesignsystem.figma.supports-token": false,
3840
+ "studio.tokens": {
3841
+ "originalType": "spacing"
3842
+ }
3843
+ },
3844
+ "type": "dimension",
3845
+ "value": "0"
3846
+ },
3847
+ "name": "padding-inline-start",
3848
+ "attributes": {},
3849
+ "path": [
3850
+ "utrecht",
3851
+ "breadcrumb-nav",
3852
+ "item",
3853
+ "first",
3854
+ "padding-inline-start"
3855
+ ]
3856
+ }
3857
+ },
3817
3858
  "padding-block-start": {
3818
3859
  "$extensions": {
3819
3860
  "nl.nldesignsystem.css.property": {
@@ -559,6 +559,9 @@ declare const tokens: {
559
559
  }
560
560
  },
561
561
  "item": {
562
+ "first": {
563
+ "padding-inline-start": DesignToken
564
+ },
562
565
  "padding-block-start": DesignToken,
563
566
  "padding-block-end": DesignToken,
564
567
  "padding-inline-end": DesignToken,
@@ -3810,6 +3810,47 @@
3810
3810
  "type": "textCase"
3811
3811
  },
3812
3812
  "item": {
3813
+ "first": {
3814
+ "padding-inline-start": {
3815
+ "$extensions": {
3816
+ "nl.nldesignsystem.css.property": {
3817
+ "syntax": "<length>",
3818
+ "inherits": true
3819
+ },
3820
+ "nl.nldesignsystem.figma.supports-token": false,
3821
+ "studio.tokens": {
3822
+ "originalType": "spacing"
3823
+ }
3824
+ },
3825
+ "type": "dimension",
3826
+ "value": "0",
3827
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
3828
+ "isSource": true,
3829
+ "original": {
3830
+ "$extensions": {
3831
+ "nl.nldesignsystem.css.property": {
3832
+ "syntax": "<length>",
3833
+ "inherits": true
3834
+ },
3835
+ "nl.nldesignsystem.figma.supports-token": false,
3836
+ "studio.tokens": {
3837
+ "originalType": "spacing"
3838
+ }
3839
+ },
3840
+ "type": "dimension",
3841
+ "value": "0"
3842
+ },
3843
+ "name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
3844
+ "attributes": {},
3845
+ "path": [
3846
+ "utrecht",
3847
+ "breadcrumb-nav",
3848
+ "item",
3849
+ "first",
3850
+ "padding-inline-start"
3851
+ ]
3852
+ }
3853
+ },
3813
3854
  "padding-block-start": {
3814
3855
  "$extensions": {
3815
3856
  "nl.nldesignsystem.css.property": {
@@ -97,6 +97,7 @@ module.exports = {
97
97
  "utrechtBodyColor": "hsl(0 0% 0%)",
98
98
  "utrechtBreadcrumbNavMinBlockSize": "34px",
99
99
  "utrechtBreadcrumbNavFontSize": "1rem",
100
+ "utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
100
101
  "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
101
102
  "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
102
103
  "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
@@ -354,6 +354,7 @@
354
354
  --utrecht-breadcrumb-nav-link-text-decoration: none;
355
355
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
356
356
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
357
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
357
358
  --utrecht-breadcrumb-nav-divider-inline-size: 1px;
358
359
  --utrecht-border-width-sm: 1px;
359
360
  --utrecht-border-width-md: 2px;
@@ -106,6 +106,7 @@ export const utrechtBodyBackgroundColor : string;
106
106
  export const utrechtBodyColor : string;
107
107
  export const utrechtBreadcrumbNavMinBlockSize : string;
108
108
  export const utrechtBreadcrumbNavFontSize : string;
109
+ export const utrechtBreadcrumbNavItemFirstPaddingInlineStart : string;
109
110
  export const utrechtBreadcrumbNavItemPaddingBlockStart : string;
110
111
  export const utrechtBreadcrumbNavItemPaddingBlockEnd : string;
111
112
  export const utrechtBreadcrumbNavItemPaddingInlineEnd : string;
@@ -225,6 +225,7 @@
225
225
  "utrechtBreadcrumbNavArrowsLinkFocusColor": "hsl(0 0% 0%)",
226
226
  "utrechtBreadcrumbNavDividerInlineSize": "1px",
227
227
  "utrechtBreadcrumbNavFontSize": "1rem",
228
+ "utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
228
229
  "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
229
230
  "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
230
231
  "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
@@ -377,6 +377,7 @@
377
377
  @utrecht-breadcrumb-nav-link-text-decoration: none;
378
378
  @utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
379
379
  @utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
380
+ @utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
380
381
  @utrecht-breadcrumb-nav-min-block-size: 34px;
381
382
  @utrecht-body-line-height: 1.4;
382
383
  @utrecht-blockquote-margin-block-end: 1.6em;
@@ -96,6 +96,7 @@ export const utrechtBodyBackgroundColor = "hsl(0 0% 100%)";
96
96
  export const utrechtBodyColor = "hsl(0 0% 0%)";
97
97
  export const utrechtBreadcrumbNavMinBlockSize = "34px";
98
98
  export const utrechtBreadcrumbNavFontSize = "1rem";
99
+ export const utrechtBreadcrumbNavItemFirstPaddingInlineStart = "0";
99
100
  export const utrechtBreadcrumbNavItemPaddingBlockStart = "8px";
100
101
  export const utrechtBreadcrumbNavItemPaddingBlockEnd = "8px";
101
102
  export const utrechtBreadcrumbNavItemPaddingInlineEnd = "8px";
package/dist/index.cjs CHANGED
@@ -95,6 +95,7 @@ module.exports = {
95
95
  "utrechtBodyColor": "hsl(0 0% 0%)",
96
96
  "utrechtBreadcrumbNavMinBlockSize": "34px",
97
97
  "utrechtBreadcrumbNavFontSize": "1rem",
98
+ "utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
98
99
  "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
99
100
  "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
100
101
  "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
package/dist/index.css CHANGED
@@ -405,6 +405,7 @@
405
405
  --utrecht-breadcrumb-nav-link-text-decoration: none;
406
406
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
407
407
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
408
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
408
409
  --utrecht-breadcrumb-nav-min-block-size: 34px;
409
410
  --utrecht-body-line-height: 1.4;
410
411
  --utrecht-blockquote-margin-block-end: 1.6em;
@@ -1527,6 +1528,7 @@
1527
1528
  --utrecht-breadcrumb-nav-link-text-decoration: none;
1528
1529
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
1529
1530
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
1531
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
1530
1532
  --utrecht-breadcrumb-nav-min-block-size: 34px;
1531
1533
  --utrecht-body-line-height: 1.4;
1532
1534
  --utrecht-blockquote-margin-block-end: 1.6em;
package/dist/index.d.ts CHANGED
@@ -104,6 +104,7 @@ export const utrechtBodyBackgroundColor : string;
104
104
  export const utrechtBodyColor : string;
105
105
  export const utrechtBreadcrumbNavMinBlockSize : string;
106
106
  export const utrechtBreadcrumbNavFontSize : string;
107
+ export const utrechtBreadcrumbNavItemFirstPaddingInlineStart : string;
107
108
  export const utrechtBreadcrumbNavItemPaddingBlockStart : string;
108
109
  export const utrechtBreadcrumbNavItemPaddingBlockEnd : string;
109
110
  export const utrechtBreadcrumbNavItemPaddingInlineEnd : string;
@@ -223,6 +223,7 @@
223
223
  "utrechtBreadcrumbNavArrowsLinkFocusColor": "hsl(0 0% 0%)",
224
224
  "utrechtBreadcrumbNavDividerInlineSize": "1px",
225
225
  "utrechtBreadcrumbNavFontSize": "1rem",
226
+ "utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
226
227
  "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
227
228
  "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
228
229
  "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
package/dist/index.json CHANGED
@@ -6048,6 +6048,45 @@
6048
6048
  "font-size"
6049
6049
  ]
6050
6050
  },
6051
+ {
6052
+ "$extensions": {
6053
+ "nl.nldesignsystem.css.property": {
6054
+ "syntax": "<length>",
6055
+ "inherits": true
6056
+ },
6057
+ "nl.nldesignsystem.figma.supports-token": false,
6058
+ "studio.tokens": {
6059
+ "originalType": "spacing"
6060
+ }
6061
+ },
6062
+ "type": "dimension",
6063
+ "value": "0",
6064
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
6065
+ "isSource": true,
6066
+ "original": {
6067
+ "$extensions": {
6068
+ "nl.nldesignsystem.css.property": {
6069
+ "syntax": "<length>",
6070
+ "inherits": true
6071
+ },
6072
+ "nl.nldesignsystem.figma.supports-token": false,
6073
+ "studio.tokens": {
6074
+ "originalType": "spacing"
6075
+ }
6076
+ },
6077
+ "type": "dimension",
6078
+ "value": "0"
6079
+ },
6080
+ "name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
6081
+ "attributes": {},
6082
+ "path": [
6083
+ "utrecht",
6084
+ "breadcrumb-nav",
6085
+ "item",
6086
+ "first",
6087
+ "padding-inline-start"
6088
+ ]
6089
+ },
6051
6090
  {
6052
6091
  "$extensions": {
6053
6092
  "nl.nldesignsystem.css.property": {
package/dist/index.mjs CHANGED
@@ -94,6 +94,7 @@ export const utrechtBodyBackgroundColor = "hsl(0 0% 100%)";
94
94
  export const utrechtBodyColor = "hsl(0 0% 0%)";
95
95
  export const utrechtBreadcrumbNavMinBlockSize = "34px";
96
96
  export const utrechtBreadcrumbNavFontSize = "1rem";
97
+ export const utrechtBreadcrumbNavItemFirstPaddingInlineStart = "0";
97
98
  export const utrechtBreadcrumbNavItemPaddingBlockStart = "8px";
98
99
  export const utrechtBreadcrumbNavItemPaddingBlockEnd = "8px";
99
100
  export const utrechtBreadcrumbNavItemPaddingInlineEnd = "8px";
@@ -923,6 +923,9 @@
923
923
  "type": "textCase"
924
924
  },
925
925
  "item": {
926
+ "first": {
927
+ "padding-inline-start": "0"
928
+ },
926
929
  "padding-block-start": "8px",
927
930
  "padding-block-end": "8px",
928
931
  "padding-inline-end": "8px",
package/dist/list.json CHANGED
@@ -6048,6 +6048,45 @@
6048
6048
  "font-size"
6049
6049
  ]
6050
6050
  },
6051
+ {
6052
+ "$extensions": {
6053
+ "nl.nldesignsystem.css.property": {
6054
+ "syntax": "<length>",
6055
+ "inherits": true
6056
+ },
6057
+ "nl.nldesignsystem.figma.supports-token": false,
6058
+ "studio.tokens": {
6059
+ "originalType": "spacing"
6060
+ }
6061
+ },
6062
+ "type": "dimension",
6063
+ "value": "0",
6064
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
6065
+ "isSource": true,
6066
+ "original": {
6067
+ "$extensions": {
6068
+ "nl.nldesignsystem.css.property": {
6069
+ "syntax": "<length>",
6070
+ "inherits": true
6071
+ },
6072
+ "nl.nldesignsystem.figma.supports-token": false,
6073
+ "studio.tokens": {
6074
+ "originalType": "spacing"
6075
+ }
6076
+ },
6077
+ "type": "dimension",
6078
+ "value": "0"
6079
+ },
6080
+ "name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
6081
+ "attributes": {},
6082
+ "path": [
6083
+ "utrecht",
6084
+ "breadcrumb-nav",
6085
+ "item",
6086
+ "first",
6087
+ "padding-inline-start"
6088
+ ]
6089
+ },
6051
6090
  {
6052
6091
  "$extensions": {
6053
6092
  "nl.nldesignsystem.css.property": {
package/dist/list.mjs CHANGED
@@ -6048,6 +6048,45 @@ export default [
6048
6048
  "font-size"
6049
6049
  ]
6050
6050
  },
6051
+ {
6052
+ "$extensions": {
6053
+ "nl.nldesignsystem.css.property": {
6054
+ "syntax": "<length>",
6055
+ "inherits": true
6056
+ },
6057
+ "nl.nldesignsystem.figma.supports-token": false,
6058
+ "studio.tokens": {
6059
+ "originalType": "spacing"
6060
+ }
6061
+ },
6062
+ "type": "dimension",
6063
+ "value": "0",
6064
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
6065
+ "isSource": true,
6066
+ "original": {
6067
+ "$extensions": {
6068
+ "nl.nldesignsystem.css.property": {
6069
+ "syntax": "<length>",
6070
+ "inherits": true
6071
+ },
6072
+ "nl.nldesignsystem.figma.supports-token": false,
6073
+ "studio.tokens": {
6074
+ "originalType": "spacing"
6075
+ }
6076
+ },
6077
+ "type": "dimension",
6078
+ "value": "0"
6079
+ },
6080
+ "name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
6081
+ "attributes": {},
6082
+ "path": [
6083
+ "utrecht",
6084
+ "breadcrumb-nav",
6085
+ "item",
6086
+ "first",
6087
+ "padding-inline-start"
6088
+ ]
6089
+ },
6051
6090
  {
6052
6091
  "$extensions": {
6053
6092
  "nl.nldesignsystem.css.property": {
package/dist/property.css CHANGED
@@ -118,6 +118,7 @@
118
118
  @property --utrecht-breadcrumb-nav-arrows-link-background-color { syntax: '<color>'; inherits: true; }
119
119
  @property --utrecht-breadcrumb-nav-arrows-link-focus-background-color { syntax: '<color>'; inherits: true; }
120
120
  @property --utrecht-breadcrumb-nav-font-size { syntax: '<length>'; inherits: true; }
121
+ @property --utrecht-breadcrumb-nav-item-first-padding-inline-start { syntax: '<length>'; inherits: true; }
121
122
  @property --utrecht-breadcrumb-nav-item-padding-block-end { syntax: '<length>'; inherits: true; }
122
123
  @property --utrecht-breadcrumb-nav-item-padding-block-start { syntax: '<length>'; inherits: true; }
123
124
  @property --utrecht-breadcrumb-nav-item-padding-inline-end { syntax: '<length>'; inherits: true; }
package/dist/root.css CHANGED
@@ -353,6 +353,7 @@
353
353
  --utrecht-breadcrumb-nav-link-text-decoration: none;
354
354
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
355
355
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
356
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
356
357
  --utrecht-breadcrumb-nav-divider-inline-size: 1px;
357
358
  --utrecht-border-width-sm: 1px;
358
359
  --utrecht-border-width-md: 2px;
@@ -378,6 +378,7 @@
378
378
  --utrecht-breadcrumb-nav-link-text-decoration: none;
379
379
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
380
380
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
381
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
381
382
  --utrecht-breadcrumb-nav-min-block-size: 34px;
382
383
  --utrecht-body-line-height: 1.4;
383
384
  --utrecht-blockquote-margin-block-end: 1.6em;
package/dist/theme.css CHANGED
@@ -353,6 +353,7 @@
353
353
  --utrecht-breadcrumb-nav-link-text-decoration: none;
354
354
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
355
355
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
356
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
356
357
  --utrecht-breadcrumb-nav-divider-inline-size: 1px;
357
358
  --utrecht-border-width-sm: 1px;
358
359
  --utrecht-border-width-md: 2px;
package/dist/tokens.cjs CHANGED
@@ -4020,6 +4020,47 @@ module.exports = {
4020
4020
  "type": "textCase"
4021
4021
  },
4022
4022
  "item": {
4023
+ "first": {
4024
+ "padding-inline-start": {
4025
+ "$extensions": {
4026
+ "nl.nldesignsystem.css.property": {
4027
+ "syntax": "<length>",
4028
+ "inherits": true
4029
+ },
4030
+ "nl.nldesignsystem.figma.supports-token": false,
4031
+ "studio.tokens": {
4032
+ "originalType": "spacing"
4033
+ }
4034
+ },
4035
+ "type": "dimension",
4036
+ "value": "0",
4037
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
4038
+ "isSource": true,
4039
+ "original": {
4040
+ "$extensions": {
4041
+ "nl.nldesignsystem.css.property": {
4042
+ "syntax": "<length>",
4043
+ "inherits": true
4044
+ },
4045
+ "nl.nldesignsystem.figma.supports-token": false,
4046
+ "studio.tokens": {
4047
+ "originalType": "spacing"
4048
+ }
4049
+ },
4050
+ "type": "dimension",
4051
+ "value": "0"
4052
+ },
4053
+ "name": "padding-inline-start",
4054
+ "attributes": {},
4055
+ "path": [
4056
+ "utrecht",
4057
+ "breadcrumb-nav",
4058
+ "item",
4059
+ "first",
4060
+ "padding-inline-start"
4061
+ ]
4062
+ }
4063
+ },
4023
4064
  "padding-block-start": {
4024
4065
  "$extensions": {
4025
4066
  "nl.nldesignsystem.css.property": {
package/dist/tokens.d.ts CHANGED
@@ -555,6 +555,9 @@ declare const tokens: {
555
555
  }
556
556
  },
557
557
  "item": {
558
+ "first": {
559
+ "padding-inline-start": DesignToken
560
+ },
558
561
  "padding-block-start": DesignToken,
559
562
  "padding-block-end": DesignToken,
560
563
  "padding-inline-end": DesignToken,
package/dist/tokens.json CHANGED
@@ -4016,6 +4016,47 @@
4016
4016
  "type": "textCase"
4017
4017
  },
4018
4018
  "item": {
4019
+ "first": {
4020
+ "padding-inline-start": {
4021
+ "$extensions": {
4022
+ "nl.nldesignsystem.css.property": {
4023
+ "syntax": "<length>",
4024
+ "inherits": true
4025
+ },
4026
+ "nl.nldesignsystem.figma.supports-token": false,
4027
+ "studio.tokens": {
4028
+ "originalType": "spacing"
4029
+ }
4030
+ },
4031
+ "type": "dimension",
4032
+ "value": "0",
4033
+ "filePath": "src/component/utrecht/breadcrumb-nav.tokens.json",
4034
+ "isSource": true,
4035
+ "original": {
4036
+ "$extensions": {
4037
+ "nl.nldesignsystem.css.property": {
4038
+ "syntax": "<length>",
4039
+ "inherits": true
4040
+ },
4041
+ "nl.nldesignsystem.figma.supports-token": false,
4042
+ "studio.tokens": {
4043
+ "originalType": "spacing"
4044
+ }
4045
+ },
4046
+ "type": "dimension",
4047
+ "value": "0"
4048
+ },
4049
+ "name": "utrechtBreadcrumbNavItemFirstPaddingInlineStart",
4050
+ "attributes": {},
4051
+ "path": [
4052
+ "utrecht",
4053
+ "breadcrumb-nav",
4054
+ "item",
4055
+ "first",
4056
+ "padding-inline-start"
4057
+ ]
4058
+ }
4059
+ },
4019
4060
  "padding-block-start": {
4020
4061
  "$extensions": {
4021
4062
  "nl.nldesignsystem.css.property": {
@@ -95,6 +95,7 @@ module.exports = {
95
95
  "utrechtBodyColor": "hsl(0 0% 0%)",
96
96
  "utrechtBreadcrumbNavMinBlockSize": "34px",
97
97
  "utrechtBreadcrumbNavFontSize": "1rem",
98
+ "utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
98
99
  "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
99
100
  "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
100
101
  "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
@@ -353,6 +353,7 @@
353
353
  --utrecht-breadcrumb-nav-link-text-decoration: none;
354
354
  --utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
355
355
  --utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
356
+ --utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
356
357
  --utrecht-breadcrumb-nav-divider-inline-size: 1px;
357
358
  --utrecht-border-width-sm: 1px;
358
359
  --utrecht-border-width-md: 2px;
@@ -104,6 +104,7 @@ export const utrechtBodyBackgroundColor : string;
104
104
  export const utrechtBodyColor : string;
105
105
  export const utrechtBreadcrumbNavMinBlockSize : string;
106
106
  export const utrechtBreadcrumbNavFontSize : string;
107
+ export const utrechtBreadcrumbNavItemFirstPaddingInlineStart : string;
107
108
  export const utrechtBreadcrumbNavItemPaddingBlockStart : string;
108
109
  export const utrechtBreadcrumbNavItemPaddingBlockEnd : string;
109
110
  export const utrechtBreadcrumbNavItemPaddingInlineEnd : string;
@@ -223,6 +223,7 @@
223
223
  "utrechtBreadcrumbNavArrowsLinkFocusColor": "hsl(0 0% 0%)",
224
224
  "utrechtBreadcrumbNavDividerInlineSize": "1px",
225
225
  "utrechtBreadcrumbNavFontSize": "1rem",
226
+ "utrechtBreadcrumbNavItemFirstPaddingInlineStart": "0",
226
227
  "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
227
228
  "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
228
229
  "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
@@ -376,6 +376,7 @@
376
376
  @utrecht-breadcrumb-nav-link-text-decoration: none;
377
377
  @utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
378
378
  @utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
379
+ @utrecht-breadcrumb-nav-item-first-padding-inline-start: 0;
379
380
  @utrecht-breadcrumb-nav-min-block-size: 34px;
380
381
  @utrecht-body-line-height: 1.4;
381
382
  @utrecht-blockquote-margin-block-end: 1.6em;
@@ -94,6 +94,7 @@ export const utrechtBodyBackgroundColor = "hsl(0 0% 100%)";
94
94
  export const utrechtBodyColor = "hsl(0 0% 0%)";
95
95
  export const utrechtBreadcrumbNavMinBlockSize = "34px";
96
96
  export const utrechtBreadcrumbNavFontSize = "1rem";
97
+ export const utrechtBreadcrumbNavItemFirstPaddingInlineStart = "0";
97
98
  export const utrechtBreadcrumbNavItemPaddingBlockStart = "8px";
98
99
  export const utrechtBreadcrumbNavItemPaddingBlockEnd = "8px";
99
100
  export const utrechtBreadcrumbNavItemPaddingInlineEnd = "8px";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.1.0",
2
+ "version": "3.2.0",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Design Tokens for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "SEE LICENSE IN ./LICENSE.md",
@@ -13,6 +13,11 @@
13
13
  }
14
14
  },
15
15
  "item": {
16
+ "first": {
17
+ "padding-inline-start": {
18
+ "value": "0"
19
+ }
20
+ },
16
21
  "padding-block-start": {
17
22
  "value": "{utrecht.space.block.xs}"
18
23
  },