@conduction/theme 1.0.14 → 1.0.16

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 (91) hide show
  1. package/README.md +4 -2
  2. package/conduction-design-tokens/LICENSE.md +17 -0
  3. package/conduction-design-tokens/dist/design-tokens.css +298 -0
  4. package/conduction-design-tokens/dist/font.css +5 -0
  5. package/conduction-design-tokens/dist/index.css +7 -0
  6. package/conduction-design-tokens/dist/index.js +296 -0
  7. package/conduction-design-tokens/dist/index.json +5783 -0
  8. package/conduction-design-tokens/dist/index.less +295 -0
  9. package/conduction-design-tokens/dist/index.scss +295 -0
  10. package/conduction-design-tokens/dist/tokens.json +6178 -0
  11. package/conduction-design-tokens/package.json +40 -0
  12. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +59 -0
  13. package/conduction-design-tokens/src/brand/conduction/font-size.tokens.json +17 -0
  14. package/conduction-design-tokens/src/brand/conduction/size.tokens.json +17 -0
  15. package/conduction-design-tokens/src/brand/conduction/typography.tokens.json +47 -0
  16. package/conduction-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  17. package/conduction-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  18. package/conduction-design-tokens/src/component/conduction/card.tokens.json +15 -0
  19. package/conduction-design-tokens/src/component/conduction/select.tokens.json +15 -0
  20. package/conduction-design-tokens/src/component/conduction/table.tokens.json +16 -0
  21. package/conduction-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  22. package/conduction-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  23. package/conduction-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  24. package/conduction-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  25. package/conduction-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  26. package/conduction-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  27. package/conduction-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  28. package/conduction-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  29. package/conduction-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  30. package/conduction-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  31. package/conduction-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  32. package/conduction-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  33. package/conduction-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  34. package/conduction-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  35. package/conduction-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  36. package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  37. package/conduction-design-tokens/src/config.json +7 -0
  38. package/conduction-design-tokens/src/font/Aldritch.woff2 +0 -0
  39. package/conduction-design-tokens/src/font.scss +6 -0
  40. package/conduction-design-tokens/src/index.scss +8 -0
  41. package/conduction-design-tokens/style-dictionary.config.js +6 -0
  42. package/municipalities/leiden-design-tokens/LICENSE.md +17 -0
  43. package/municipalities/leiden-design-tokens/dist/design-tokens.css +283 -0
  44. package/municipalities/leiden-design-tokens/dist/font.css +1 -0
  45. package/municipalities/leiden-design-tokens/dist/index.css +7 -0
  46. package/municipalities/leiden-design-tokens/dist/index.js +281 -0
  47. package/municipalities/leiden-design-tokens/dist/index.json +5470 -0
  48. package/municipalities/leiden-design-tokens/dist/index.less +280 -0
  49. package/municipalities/leiden-design-tokens/dist/index.scss +280 -0
  50. package/municipalities/leiden-design-tokens/dist/tokens.json +5852 -0
  51. package/municipalities/leiden-design-tokens/package.json +40 -0
  52. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +63 -0
  53. package/municipalities/leiden-design-tokens/src/brand/leiden/font-size.tokens.json +17 -0
  54. package/municipalities/leiden-design-tokens/src/brand/leiden/size.tokens.json +17 -0
  55. package/municipalities/leiden-design-tokens/src/brand/leiden/typography.tokens.json +42 -0
  56. package/municipalities/leiden-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  57. package/municipalities/leiden-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  58. package/municipalities/leiden-design-tokens/src/component/conduction/card.tokens.json +15 -0
  59. package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +15 -0
  60. package/municipalities/leiden-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  61. package/municipalities/leiden-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
  62. package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  63. package/municipalities/leiden-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  64. package/municipalities/leiden-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  65. package/municipalities/leiden-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  66. package/municipalities/leiden-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  67. package/municipalities/leiden-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  68. package/municipalities/leiden-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  69. package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  70. package/municipalities/leiden-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  71. package/municipalities/leiden-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  72. package/municipalities/leiden-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  73. package/municipalities/leiden-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  74. package/municipalities/leiden-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  75. package/municipalities/leiden-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  76. package/municipalities/leiden-design-tokens/src/config.json +7 -0
  77. package/municipalities/leiden-design-tokens/src/font.scss +1 -0
  78. package/municipalities/leiden-design-tokens/src/index.scss +11 -0
  79. package/municipalities/leiden-design-tokens/style-dictionary.config.js +6 -0
  80. package/municipalities/leiden.css +61 -40
  81. package/municipalities/xxllnc-design-tokens/LICENSE.md +17 -0
  82. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +10 -9
  83. package/municipalities/xxllnc-design-tokens/dist/index.js +10 -9
  84. package/municipalities/xxllnc-design-tokens/dist/index.json +45 -28
  85. package/municipalities/xxllnc-design-tokens/dist/index.less +10 -9
  86. package/municipalities/xxllnc-design-tokens/dist/index.scss +10 -9
  87. package/municipalities/xxllnc-design-tokens/dist/tokens.json +174 -160
  88. package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +2 -2
  89. package/package.json +1 -1
  90. package/theme.css +55 -43
  91. /package/municipalities/xxllnc-design-tokens/src/component/utrecht/{footer.tokens.json → page-footer.tokens.json} +0 -0
@@ -75,27 +75,6 @@
75
75
  "border-radius"
76
76
  ]
77
77
  },
78
- {
79
- "value": "1px solid #eaeaea",
80
- "filePath": "src/component/conduction/select.tokens.json",
81
- "isSource": true,
82
- "original": {
83
- "value": "1px solid {xxllnc.color.grey.92}"
84
- },
85
- "name": "conductionInputSelectFocusBorder",
86
- "attributes": {
87
- "category": "conduction",
88
- "type": "input-select",
89
- "item": "focus",
90
- "subitem": "border"
91
- },
92
- "path": [
93
- "conduction",
94
- "input-select",
95
- "focus",
96
- "border"
97
- ]
98
- },
99
78
  {
100
79
  "value": "#dc3545",
101
80
  "filePath": "src/component/conduction/select.tokens.json",
@@ -2759,7 +2738,7 @@
2759
2738
  },
2760
2739
  {
2761
2740
  "value": "#ffffff",
2762
- "filePath": "src/component/utrecht/footer.tokens.json",
2741
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2763
2742
  "isSource": true,
2764
2743
  "original": {
2765
2744
  "value": "{xxllnc.color.white.100}"
@@ -2778,7 +2757,7 @@
2778
2757
  },
2779
2758
  {
2780
2759
  "value": "unset",
2781
- "filePath": "src/component/utrecht/footer.tokens.json",
2760
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2782
2761
  "isSource": true,
2783
2762
  "original": {
2784
2763
  "value": "unset"
@@ -2797,7 +2776,7 @@
2797
2776
  },
2798
2777
  {
2799
2778
  "value": "#000000ad",
2800
- "filePath": "src/component/utrecht/footer.tokens.json",
2779
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2801
2780
  "isSource": true,
2802
2781
  "original": {
2803
2782
  "value": "{xxllnc.color.primary}"
@@ -2816,7 +2795,7 @@
2816
2795
  },
2817
2796
  {
2818
2797
  "value": "48px",
2819
- "filePath": "src/component/utrecht/footer.tokens.json",
2798
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2820
2799
  "isSource": true,
2821
2800
  "original": {
2822
2801
  "value": "{xxllnc.size.2xl}"
@@ -2835,7 +2814,7 @@
2835
2814
  },
2836
2815
  {
2837
2816
  "value": "48px",
2838
- "filePath": "src/component/utrecht/footer.tokens.json",
2817
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2839
2818
  "isSource": true,
2840
2819
  "original": {
2841
2820
  "value": "{xxllnc.size.2xl}"
@@ -2854,7 +2833,7 @@
2854
2833
  },
2855
2834
  {
2856
2835
  "value": "14px",
2857
- "filePath": "src/component/utrecht/footer.tokens.json",
2836
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2858
2837
  "isSource": true,
2859
2838
  "original": {
2860
2839
  "value": "{xxllnc.size.sm}"
@@ -2873,7 +2852,7 @@
2873
2852
  },
2874
2853
  {
2875
2854
  "value": "14px",
2876
- "filePath": "src/component/utrecht/footer.tokens.json",
2855
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
2877
2856
  "isSource": true,
2878
2857
  "original": {
2879
2858
  "value": "{xxllnc.size.sm}"
@@ -3118,6 +3097,44 @@
3118
3097
  "line-height"
3119
3098
  ]
3120
3099
  },
3100
+ {
3101
+ "value": 0,
3102
+ "filePath": "src/component/utrecht/paragraph.tokens.json",
3103
+ "isSource": true,
3104
+ "original": {
3105
+ "value": 0
3106
+ },
3107
+ "name": "utrechtParagraphMarginBlockEnd",
3108
+ "attributes": {
3109
+ "category": "utrecht",
3110
+ "type": "paragraph",
3111
+ "item": "margin-block-end"
3112
+ },
3113
+ "path": [
3114
+ "utrecht",
3115
+ "paragraph",
3116
+ "margin-block-end"
3117
+ ]
3118
+ },
3119
+ {
3120
+ "value": 0,
3121
+ "filePath": "src/component/utrecht/paragraph.tokens.json",
3122
+ "isSource": true,
3123
+ "original": {
3124
+ "value": 0
3125
+ },
3126
+ "name": "utrechtParagraphMarginBlockStart",
3127
+ "attributes": {
3128
+ "category": "utrecht",
3129
+ "type": "paragraph",
3130
+ "item": "margin-block-start"
3131
+ },
3132
+ "path": [
3133
+ "utrecht",
3134
+ "paragraph",
3135
+ "margin-block-start"
3136
+ ]
3137
+ },
3121
3138
  {
3122
3139
  "value": "48px",
3123
3140
  "filePath": "src/common/utrecht/space.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 08 Aug 2023 14:20:55 GMT
3
+ // Generated on Wed, 09 Aug 2023 13:53:32 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -10,8 +10,11 @@
10
10
  @utrecht-table-header-cell-text-transform: unset;
11
11
  @utrecht-table-header-text-transform: unset;
12
12
  @utrecht-table-margin-block-end: 0;
13
+ @utrecht-paragraph-margin-block-end: 0;
14
+ @utrecht-paragraph-margin-block-start: 0;
13
15
  @utrecht-paragraph-line-height: 1.5em;
14
16
  @utrecht-page-max-inline-size: 1140px;
17
+ @utrecht-page-footer-background-image: unset;
15
18
  @utrecht-unordered-list-item-padding-inline-start: 1ch;
16
19
  @utrecht-unordered-list-padding-inline-start: 2ch;
17
20
  @utrecht-unordered-list-margin-block-end: 0;
@@ -23,7 +26,6 @@
23
26
  @utrecht-link-text-decoration: none;
24
27
  @utrecht-form-input-font-size: 15px;
25
28
  @utrecht-form-input-border-radius: 6px;
26
- @utrecht-page-footer-background-image: unset;
27
29
  @utrecht-code-block-margin-inline-end: 0;
28
30
  @utrecht-code-block-margin-inline-start: 0;
29
31
  @utrecht-code-font-size: inherit;
@@ -92,7 +94,6 @@
92
94
  @xxllnc-color-error: #dc3545;
93
95
  @xxllnc-color-primary-hover: #00000080; // Primary with 50% transparency
94
96
  @xxllnc-color-primary: #000000ad; // Primary with 68% transparency
95
- @conduction-input-select-focus-border: 1px solid @xxllnc-color-grey-92;
96
97
  @conduction-input-select-invalid-border-color: @xxllnc-color-error;
97
98
  @conduction-input-select-border-radius: @utrecht-form-input-border-radius;
98
99
  @conduction-input-select-border: 1px solid @xxllnc-color-grey-92;
@@ -127,6 +128,12 @@
127
128
  @utrecht-page-header-padding-block-start: @xxllnc-size-sm;
128
129
  @utrecht-page-header-color: @xxllnc-color-black-16;
129
130
  @utrecht-page-header-background-color: @xxllnc-color-grey-92;
131
+ @utrecht-page-footer-padding-block-start: @xxllnc-size-2xl;
132
+ @utrecht-page-footer-padding-block-end: @xxllnc-size-2xl;
133
+ @utrecht-page-footer-padding-inline-start: @xxllnc-size-sm;
134
+ @utrecht-page-footer-padding-inline-end: @xxllnc-size-sm;
135
+ @utrecht-page-footer-color: @xxllnc-color-primary;
136
+ @utrecht-page-footer-background-color: @xxllnc-color-white-100;
130
137
  @utrecht-unordered-list-marker-color: @xxllnc-color-primary;
131
138
  @utrecht-unordered-list-item-margin-block-end: @xxllnc-size-xs;
132
139
  @utrecht-unordered-list-item-margin-block-start: @xxllnc-size-xs;
@@ -177,12 +184,6 @@
177
184
  @utrecht-form-input-border-width: @xxllnc-size-4xs;
178
185
  @utrecht-form-input-border-color: @xxllnc-color-black-0-22t;
179
186
  @utrecht-form-input-background-color: @xxllnc-color-white-100-0t;
180
- @utrecht-page-footer-padding-block-start: @xxllnc-size-2xl;
181
- @utrecht-page-footer-padding-block-end: @xxllnc-size-2xl;
182
- @utrecht-page-footer-padding-inline-start: @xxllnc-size-sm;
183
- @utrecht-page-footer-padding-inline-end: @xxllnc-size-sm;
184
- @utrecht-page-footer-color: @xxllnc-color-primary;
185
- @utrecht-page-footer-background-color: @xxllnc-color-white-100;
186
187
  @utrecht-document-font-size: @xxllnc-font-size-md;
187
188
  @utrecht-document-font-family: @xxllnc-typography-sans-serif-font-family;
188
189
  @utrecht-document-color: @xxllnc-color-black-16;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 08 Aug 2023 14:20:55 GMT
3
+ // Generated on Wed, 09 Aug 2023 13:53:32 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -10,8 +10,11 @@ $utrecht-textbox-border-radius: 6px;
10
10
  $utrecht-table-header-cell-text-transform: unset;
11
11
  $utrecht-table-header-text-transform: unset;
12
12
  $utrecht-table-margin-block-end: 0;
13
+ $utrecht-paragraph-margin-block-end: 0;
14
+ $utrecht-paragraph-margin-block-start: 0;
13
15
  $utrecht-paragraph-line-height: 1.5em;
14
16
  $utrecht-page-max-inline-size: 1140px;
17
+ $utrecht-page-footer-background-image: unset;
15
18
  $utrecht-unordered-list-item-padding-inline-start: 1ch;
16
19
  $utrecht-unordered-list-padding-inline-start: 2ch;
17
20
  $utrecht-unordered-list-margin-block-end: 0;
@@ -23,7 +26,6 @@ $utrecht-link-text-decoration-color: unset;
23
26
  $utrecht-link-text-decoration: none;
24
27
  $utrecht-form-input-font-size: 15px;
25
28
  $utrecht-form-input-border-radius: 6px;
26
- $utrecht-page-footer-background-image: unset;
27
29
  $utrecht-code-block-margin-inline-end: 0;
28
30
  $utrecht-code-block-margin-inline-start: 0;
29
31
  $utrecht-code-font-size: inherit;
@@ -92,7 +94,6 @@ $xxllnc-color-alert-error: #721c24;
92
94
  $xxllnc-color-error: #dc3545;
93
95
  $xxllnc-color-primary-hover: #00000080; // Primary with 50% transparency
94
96
  $xxllnc-color-primary: #000000ad; // Primary with 68% transparency
95
- $conduction-input-select-focus-border: 1px solid $xxllnc-color-grey-92;
96
97
  $conduction-input-select-invalid-border-color: $xxllnc-color-error;
97
98
  $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
98
99
  $conduction-input-select-border: 1px solid $xxllnc-color-grey-92;
@@ -127,6 +128,12 @@ $utrecht-page-header-padding-block-end: $xxllnc-size-sm;
127
128
  $utrecht-page-header-padding-block-start: $xxllnc-size-sm;
128
129
  $utrecht-page-header-color: $xxllnc-color-black-16;
129
130
  $utrecht-page-header-background-color: $xxllnc-color-grey-92;
131
+ $utrecht-page-footer-padding-block-start: $xxllnc-size-2xl;
132
+ $utrecht-page-footer-padding-block-end: $xxllnc-size-2xl;
133
+ $utrecht-page-footer-padding-inline-start: $xxllnc-size-sm;
134
+ $utrecht-page-footer-padding-inline-end: $xxllnc-size-sm;
135
+ $utrecht-page-footer-color: $xxllnc-color-primary;
136
+ $utrecht-page-footer-background-color: $xxllnc-color-white-100;
130
137
  $utrecht-unordered-list-marker-color: $xxllnc-color-primary;
131
138
  $utrecht-unordered-list-item-margin-block-end: $xxllnc-size-xs;
132
139
  $utrecht-unordered-list-item-margin-block-start: $xxllnc-size-xs;
@@ -177,12 +184,6 @@ $utrecht-form-input-color: $xxllnc-color-grey-43;
177
184
  $utrecht-form-input-border-width: $xxllnc-size-4xs;
178
185
  $utrecht-form-input-border-color: $xxllnc-color-black-0-22t;
179
186
  $utrecht-form-input-background-color: $xxllnc-color-white-100-0t;
180
- $utrecht-page-footer-padding-block-start: $xxllnc-size-2xl;
181
- $utrecht-page-footer-padding-block-end: $xxllnc-size-2xl;
182
- $utrecht-page-footer-padding-inline-start: $xxllnc-size-sm;
183
- $utrecht-page-footer-padding-inline-end: $xxllnc-size-sm;
184
- $utrecht-page-footer-color: $xxllnc-color-primary;
185
- $utrecht-page-footer-background-color: $xxllnc-color-white-100;
186
187
  $utrecht-document-font-size: $xxllnc-font-size-md;
187
188
  $utrecht-document-font-family: $xxllnc-typography-sans-serif-font-family;
188
189
  $utrecht-document-color: $xxllnc-color-black-16;
@@ -3447,141 +3447,6 @@
3447
3447
  "font-weight": {},
3448
3448
  "line-height": {}
3449
3449
  },
3450
- "page-footer": {
3451
- "background-color": {
3452
- "value": "#ffffff",
3453
- "filePath": "src/component/utrecht/footer.tokens.json",
3454
- "isSource": true,
3455
- "original": {
3456
- "value": "{xxllnc.color.white.100}"
3457
- },
3458
- "name": "utrechtPageFooterBackgroundColor",
3459
- "attributes": {
3460
- "category": "utrecht",
3461
- "type": "page-footer",
3462
- "item": "background-color"
3463
- },
3464
- "path": [
3465
- "utrecht",
3466
- "page-footer",
3467
- "background-color"
3468
- ]
3469
- },
3470
- "background-image": {
3471
- "value": "unset",
3472
- "filePath": "src/component/utrecht/footer.tokens.json",
3473
- "isSource": true,
3474
- "original": {
3475
- "value": "unset"
3476
- },
3477
- "name": "utrechtPageFooterBackgroundImage",
3478
- "attributes": {
3479
- "category": "utrecht",
3480
- "type": "page-footer",
3481
- "item": "background-image"
3482
- },
3483
- "path": [
3484
- "utrecht",
3485
- "page-footer",
3486
- "background-image"
3487
- ]
3488
- },
3489
- "color": {
3490
- "value": "#000000ad",
3491
- "filePath": "src/component/utrecht/footer.tokens.json",
3492
- "isSource": true,
3493
- "original": {
3494
- "value": "{xxllnc.color.primary}"
3495
- },
3496
- "name": "utrechtPageFooterColor",
3497
- "attributes": {
3498
- "category": "utrecht",
3499
- "type": "page-footer",
3500
- "item": "color"
3501
- },
3502
- "path": [
3503
- "utrecht",
3504
- "page-footer",
3505
- "color"
3506
- ]
3507
- },
3508
- "padding-inline-end": {
3509
- "value": "14px",
3510
- "filePath": "src/component/utrecht/footer.tokens.json",
3511
- "isSource": true,
3512
- "original": {
3513
- "value": "{xxllnc.size.sm}"
3514
- },
3515
- "name": "utrechtPageFooterPaddingInlineEnd",
3516
- "attributes": {
3517
- "category": "utrecht",
3518
- "type": "page-footer",
3519
- "item": "padding-inline-end"
3520
- },
3521
- "path": [
3522
- "utrecht",
3523
- "page-footer",
3524
- "padding-inline-end"
3525
- ]
3526
- },
3527
- "padding-inline-start": {
3528
- "value": "14px",
3529
- "filePath": "src/component/utrecht/footer.tokens.json",
3530
- "isSource": true,
3531
- "original": {
3532
- "value": "{xxllnc.size.sm}"
3533
- },
3534
- "name": "utrechtPageFooterPaddingInlineStart",
3535
- "attributes": {
3536
- "category": "utrecht",
3537
- "type": "page-footer",
3538
- "item": "padding-inline-start"
3539
- },
3540
- "path": [
3541
- "utrecht",
3542
- "page-footer",
3543
- "padding-inline-start"
3544
- ]
3545
- },
3546
- "padding-block-end": {
3547
- "value": "48px",
3548
- "filePath": "src/component/utrecht/footer.tokens.json",
3549
- "isSource": true,
3550
- "original": {
3551
- "value": "{xxllnc.size.2xl}"
3552
- },
3553
- "name": "utrechtPageFooterPaddingBlockEnd",
3554
- "attributes": {
3555
- "category": "utrecht",
3556
- "type": "page-footer",
3557
- "item": "padding-block-end"
3558
- },
3559
- "path": [
3560
- "utrecht",
3561
- "page-footer",
3562
- "padding-block-end"
3563
- ]
3564
- },
3565
- "padding-block-start": {
3566
- "value": "48px",
3567
- "filePath": "src/component/utrecht/footer.tokens.json",
3568
- "isSource": true,
3569
- "original": {
3570
- "value": "{xxllnc.size.2xl}"
3571
- },
3572
- "name": "utrechtPageFooterPaddingBlockStart",
3573
- "attributes": {
3574
- "category": "utrecht",
3575
- "type": "page-footer",
3576
- "item": "padding-block-start"
3577
- },
3578
- "path": [
3579
- "utrecht",
3580
- "page-footer",
3581
- "padding-block-start"
3582
- ]
3583
- }
3584
- },
3585
3450
  "form-input": {
3586
3451
  "background-color": {
3587
3452
  "value": "#ffffff",
@@ -4892,6 +4757,141 @@
4892
4757
  }
4893
4758
  }
4894
4759
  },
4760
+ "page-footer": {
4761
+ "background-color": {
4762
+ "value": "#ffffff",
4763
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4764
+ "isSource": true,
4765
+ "original": {
4766
+ "value": "{xxllnc.color.white.100}"
4767
+ },
4768
+ "name": "utrechtPageFooterBackgroundColor",
4769
+ "attributes": {
4770
+ "category": "utrecht",
4771
+ "type": "page-footer",
4772
+ "item": "background-color"
4773
+ },
4774
+ "path": [
4775
+ "utrecht",
4776
+ "page-footer",
4777
+ "background-color"
4778
+ ]
4779
+ },
4780
+ "background-image": {
4781
+ "value": "unset",
4782
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4783
+ "isSource": true,
4784
+ "original": {
4785
+ "value": "unset"
4786
+ },
4787
+ "name": "utrechtPageFooterBackgroundImage",
4788
+ "attributes": {
4789
+ "category": "utrecht",
4790
+ "type": "page-footer",
4791
+ "item": "background-image"
4792
+ },
4793
+ "path": [
4794
+ "utrecht",
4795
+ "page-footer",
4796
+ "background-image"
4797
+ ]
4798
+ },
4799
+ "color": {
4800
+ "value": "#000000ad",
4801
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4802
+ "isSource": true,
4803
+ "original": {
4804
+ "value": "{xxllnc.color.primary}"
4805
+ },
4806
+ "name": "utrechtPageFooterColor",
4807
+ "attributes": {
4808
+ "category": "utrecht",
4809
+ "type": "page-footer",
4810
+ "item": "color"
4811
+ },
4812
+ "path": [
4813
+ "utrecht",
4814
+ "page-footer",
4815
+ "color"
4816
+ ]
4817
+ },
4818
+ "padding-inline-end": {
4819
+ "value": "14px",
4820
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4821
+ "isSource": true,
4822
+ "original": {
4823
+ "value": "{xxllnc.size.sm}"
4824
+ },
4825
+ "name": "utrechtPageFooterPaddingInlineEnd",
4826
+ "attributes": {
4827
+ "category": "utrecht",
4828
+ "type": "page-footer",
4829
+ "item": "padding-inline-end"
4830
+ },
4831
+ "path": [
4832
+ "utrecht",
4833
+ "page-footer",
4834
+ "padding-inline-end"
4835
+ ]
4836
+ },
4837
+ "padding-inline-start": {
4838
+ "value": "14px",
4839
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4840
+ "isSource": true,
4841
+ "original": {
4842
+ "value": "{xxllnc.size.sm}"
4843
+ },
4844
+ "name": "utrechtPageFooterPaddingInlineStart",
4845
+ "attributes": {
4846
+ "category": "utrecht",
4847
+ "type": "page-footer",
4848
+ "item": "padding-inline-start"
4849
+ },
4850
+ "path": [
4851
+ "utrecht",
4852
+ "page-footer",
4853
+ "padding-inline-start"
4854
+ ]
4855
+ },
4856
+ "padding-block-end": {
4857
+ "value": "48px",
4858
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4859
+ "isSource": true,
4860
+ "original": {
4861
+ "value": "{xxllnc.size.2xl}"
4862
+ },
4863
+ "name": "utrechtPageFooterPaddingBlockEnd",
4864
+ "attributes": {
4865
+ "category": "utrecht",
4866
+ "type": "page-footer",
4867
+ "item": "padding-block-end"
4868
+ },
4869
+ "path": [
4870
+ "utrecht",
4871
+ "page-footer",
4872
+ "padding-block-end"
4873
+ ]
4874
+ },
4875
+ "padding-block-start": {
4876
+ "value": "48px",
4877
+ "filePath": "src/component/utrecht/page-footer.tokens.json",
4878
+ "isSource": true,
4879
+ "original": {
4880
+ "value": "{xxllnc.size.2xl}"
4881
+ },
4882
+ "name": "utrechtPageFooterPaddingBlockStart",
4883
+ "attributes": {
4884
+ "category": "utrecht",
4885
+ "type": "page-footer",
4886
+ "item": "padding-block-start"
4887
+ },
4888
+ "path": [
4889
+ "utrecht",
4890
+ "page-footer",
4891
+ "padding-block-start"
4892
+ ]
4893
+ }
4894
+ },
4895
4895
  "page-header": {
4896
4896
  "background-color": {
4897
4897
  "value": "#eaeaea",
@@ -5127,8 +5127,44 @@
5127
5127
  "line-height"
5128
5128
  ]
5129
5129
  },
5130
- "margin-block-start": {},
5131
- "margin-block-end": {},
5130
+ "margin-block-start": {
5131
+ "value": 0,
5132
+ "filePath": "src/component/utrecht/paragraph.tokens.json",
5133
+ "isSource": true,
5134
+ "original": {
5135
+ "value": 0
5136
+ },
5137
+ "name": "utrechtParagraphMarginBlockStart",
5138
+ "attributes": {
5139
+ "category": "utrecht",
5140
+ "type": "paragraph",
5141
+ "item": "margin-block-start"
5142
+ },
5143
+ "path": [
5144
+ "utrecht",
5145
+ "paragraph",
5146
+ "margin-block-start"
5147
+ ]
5148
+ },
5149
+ "margin-block-end": {
5150
+ "value": 0,
5151
+ "filePath": "src/component/utrecht/paragraph.tokens.json",
5152
+ "isSource": true,
5153
+ "original": {
5154
+ "value": 0
5155
+ },
5156
+ "name": "utrechtParagraphMarginBlockEnd",
5157
+ "attributes": {
5158
+ "category": "utrecht",
5159
+ "type": "paragraph",
5160
+ "item": "margin-block-end"
5161
+ },
5162
+ "path": [
5163
+ "utrecht",
5164
+ "paragraph",
5165
+ "margin-block-end"
5166
+ ]
5167
+ },
5132
5168
  "lead": {
5133
5169
  "color": {},
5134
5170
  "font-size": {},
@@ -5961,29 +5997,7 @@
5961
5997
  ]
5962
5998
  },
5963
5999
  "hover": {},
5964
- "focus": {
5965
- "border": {
5966
- "value": "1px solid #eaeaea",
5967
- "filePath": "src/component/conduction/select.tokens.json",
5968
- "isSource": true,
5969
- "original": {
5970
- "value": "1px solid {xxllnc.color.grey.92}"
5971
- },
5972
- "name": "conductionInputSelectFocusBorder",
5973
- "attributes": {
5974
- "category": "conduction",
5975
- "type": "input-select",
5976
- "item": "focus",
5977
- "subitem": "border"
5978
- },
5979
- "path": [
5980
- "conduction",
5981
- "input-select",
5982
- "focus",
5983
- "border"
5984
- ]
5985
- }
5986
- }
6000
+ "focus": {}
5987
6001
  }
5988
6002
  }
5989
6003
  }
@@ -6,8 +6,8 @@
6
6
  "font-size": { "value": "{xxllnc.font-size.md}" },
7
7
  "font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
8
8
  "line-height": { "value": "1.5em" },
9
- "margin-block-start": {},
10
- "margin-block-end": {},
9
+ "margin-block-start": { "value": 0 },
10
+ "margin-block-end": { "value": 0 },
11
11
  "lead": {
12
12
  "color": {},
13
13
  "font-size": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {