@conduction/theme 1.0.60 → 1.0.61

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 (61) hide show
  1. package/README.md +1 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +1 -1
  3. package/conduction-design-tokens/dist/index.js +1 -1
  4. package/conduction-design-tokens/dist/index.less +1 -1
  5. package/conduction-design-tokens/dist/index.scss +1 -1
  6. package/municipalities/commonground-design-tokens/dist/design-tokens.css +1 -1
  7. package/municipalities/commonground-design-tokens/dist/index.js +1 -1
  8. package/municipalities/commonground-design-tokens/dist/index.less +1 -1
  9. package/municipalities/commonground-design-tokens/dist/index.scss +1 -1
  10. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
  11. package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
  12. package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
  13. package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
  14. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
  15. package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
  16. package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
  17. package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
  18. package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
  19. package/municipalities/epe-design-tokens/dist/index.js +1 -1
  20. package/municipalities/epe-design-tokens/dist/index.less +1 -1
  21. package/municipalities/epe-design-tokens/dist/index.scss +1 -1
  22. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  23. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  24. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  25. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  26. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
  27. package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
  28. package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
  29. package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
  30. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
  31. package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
  32. package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
  33. package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
  34. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
  35. package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
  36. package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
  37. package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
  38. package/municipalities/opencatalogi-design-tokens/dist/design-tokens.css +13 -11
  39. package/municipalities/opencatalogi-design-tokens/dist/index.js +13 -11
  40. package/municipalities/opencatalogi-design-tokens/dist/index.json +117 -79
  41. package/municipalities/opencatalogi-design-tokens/dist/index.less +13 -11
  42. package/municipalities/opencatalogi-design-tokens/dist/index.scss +13 -11
  43. package/municipalities/opencatalogi-design-tokens/dist/tokens.json +119 -79
  44. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +1 -1
  45. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -0
  46. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +1 -0
  47. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
  48. package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
  49. package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
  50. package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
  51. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
  52. package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
  53. package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
  54. package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
  55. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
  56. package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
  57. package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
  58. package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
  59. package/package.json +1 -1
  60. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-counter.tokens.json +0 -12
  61. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge.tokens.json +0 -29
@@ -5579,11 +5579,11 @@
5579
5579
  },
5580
5580
  "badge": {
5581
5581
  "background-color": {
5582
- "value": "#0079B8",
5583
- "filePath": "src/rotterdam/component/utrecht/badge.tokens.json",
5582
+ "value": "#000000 !important",
5583
+ "filePath": "src/components/utrecht/badge.tokens.json",
5584
5584
  "isSource": true,
5585
5585
  "original": {
5586
- "value": "{opencatalogi.color.blue.tint-03}"
5586
+ "value": "{opencatalogi.color.base.black} !important"
5587
5587
  },
5588
5588
  "name": "utrechtBadgeBackgroundColor",
5589
5589
  "attributes": {
@@ -5599,7 +5599,7 @@
5599
5599
  },
5600
5600
  "border-radius": {
5601
5601
  "value": "0",
5602
- "filePath": "src/rotterdam/component/utrecht/badge.tokens.json",
5602
+ "filePath": "src/components/utrecht/badge.tokens.json",
5603
5603
  "isSource": true,
5604
5604
  "original": {
5605
5605
  "value": "0"
@@ -5617,11 +5617,11 @@
5617
5617
  ]
5618
5618
  },
5619
5619
  "color": {
5620
- "value": "#ffffff",
5621
- "filePath": "src/rotterdam/component/utrecht/badge.tokens.json",
5620
+ "value": "#ffffff ",
5621
+ "filePath": "src/components/utrecht/badge.tokens.json",
5622
5622
  "isSource": true,
5623
5623
  "original": {
5624
- "value": "{opencatalogi.color.base.white}"
5624
+ "value": "{opencatalogi.color.base.white} "
5625
5625
  },
5626
5626
  "name": "utrechtBadgeColor",
5627
5627
  "attributes": {
@@ -5636,11 +5636,11 @@
5636
5636
  ]
5637
5637
  },
5638
5638
  "font-size": {
5639
- "value": "12px",
5640
- "filePath": "src/rotterdam/component/utrecht/badge.tokens.json",
5639
+ "value": "14px !important",
5640
+ "filePath": "src/components/utrecht/badge.tokens.json",
5641
5641
  "isSource": true,
5642
5642
  "original": {
5643
- "value": "12px"
5643
+ "value": "14px !important"
5644
5644
  },
5645
5645
  "name": "utrechtBadgeFontSize",
5646
5646
  "attributes": {
@@ -5655,11 +5655,11 @@
5655
5655
  ]
5656
5656
  },
5657
5657
  "font-weight": {
5658
- "value": "700",
5659
- "filePath": "src/rotterdam/component/utrecht/badge.tokens.json",
5658
+ "value": "400",
5659
+ "filePath": "src/components/utrecht/badge.tokens.json",
5660
5660
  "isSource": true,
5661
5661
  "original": {
5662
- "value": "{opencatalogi.typography.weight-scale.bold.font-weight}"
5662
+ "value": "{opencatalogi.typography.weight-scale.normal.font-weight}"
5663
5663
  },
5664
5664
  "name": "utrechtBadgeFontWeight",
5665
5665
  "attributes": {
@@ -5675,11 +5675,11 @@
5675
5675
  },
5676
5676
  "line-height": {},
5677
5677
  "padding-block": {
5678
- "value": "2px",
5679
- "filePath": "src/rotterdam/component/utrecht/badge.tokens.json",
5678
+ "value": "8px !important",
5679
+ "filePath": "src/components/utrecht/badge.tokens.json",
5680
5680
  "isSource": true,
5681
5681
  "original": {
5682
- "value": "2px"
5682
+ "value": "8px !important"
5683
5683
  },
5684
5684
  "name": "utrechtBadgePaddingBlock",
5685
5685
  "attributes": {
@@ -5694,11 +5694,11 @@
5694
5694
  ]
5695
5695
  },
5696
5696
  "padding-inline": {
5697
- "value": "8px",
5698
- "filePath": "src/rotterdam/component/utrecht/badge.tokens.json",
5697
+ "value": "8px !important",
5698
+ "filePath": "src/components/utrecht/badge.tokens.json",
5699
5699
  "isSource": true,
5700
5700
  "original": {
5701
- "value": "8px"
5701
+ "value": "8px !important"
5702
5702
  },
5703
5703
  "name": "utrechtBadgePaddingInline",
5704
5704
  "attributes": {
@@ -5986,11 +5986,11 @@
5986
5986
  ]
5987
5987
  },
5988
5988
  "border-radius": {
5989
- "value": "2em",
5990
- "filePath": "src/rotterdam/component/utrecht/badge-counter.tokens.json",
5989
+ "value": "50%",
5990
+ "filePath": "src/components/utrecht/extra-tokens/badge-counter.tokens.json",
5991
5991
  "isSource": true,
5992
5992
  "original": {
5993
- "value": "2em"
5993
+ "value": "50%"
5994
5994
  },
5995
5995
  "name": "utrechtBadgeCounterBorderRadius",
5996
5996
  "attributes": {
@@ -6118,63 +6118,6 @@
6118
6118
  "badge-counter",
6119
6119
  "padding-inline"
6120
6120
  ]
6121
- },
6122
- "font-weight": {
6123
- "value": "400",
6124
- "filePath": "src/rotterdam/component/utrecht/badge-counter.tokens.json",
6125
- "isSource": true,
6126
- "original": {
6127
- "value": "400"
6128
- },
6129
- "name": "utrechtBadgeCounterFontWeight",
6130
- "attributes": {
6131
- "category": "utrecht",
6132
- "type": "badge-counter",
6133
- "item": "font-weight"
6134
- },
6135
- "path": [
6136
- "utrecht",
6137
- "badge-counter",
6138
- "font-weight"
6139
- ]
6140
- },
6141
- "padding-block-end": {
6142
- "value": "5px",
6143
- "filePath": "src/rotterdam/component/utrecht/badge-counter.tokens.json",
6144
- "isSource": true,
6145
- "original": {
6146
- "value": "5px"
6147
- },
6148
- "name": "utrechtBadgeCounterPaddingBlockEnd",
6149
- "attributes": {
6150
- "category": "utrecht",
6151
- "type": "badge-counter",
6152
- "item": "padding-block-end"
6153
- },
6154
- "path": [
6155
- "utrecht",
6156
- "badge-counter",
6157
- "padding-block-end"
6158
- ]
6159
- },
6160
- "padding-inline-start": {
6161
- "value": "5px",
6162
- "filePath": "src/rotterdam/component/utrecht/badge-counter.tokens.json",
6163
- "isSource": true,
6164
- "original": {
6165
- "value": "5px"
6166
- },
6167
- "name": "utrechtBadgeCounterPaddingInlineStart",
6168
- "attributes": {
6169
- "category": "utrecht",
6170
- "type": "badge-counter",
6171
- "item": "padding-inline-start"
6172
- },
6173
- "path": [
6174
- "utrecht",
6175
- "badge-counter",
6176
- "padding-inline-start"
6177
- ]
6178
6121
  }
6179
6122
  },
6180
6123
  "button": {
@@ -9034,6 +8977,84 @@
9034
8977
  ]
9035
8978
  }
9036
8979
  },
8980
+ "separator": {
8981
+ "color": {
8982
+ "value": "#EFF4F6",
8983
+ "filePath": "src/components/utrecht/separator.tokens.json",
8984
+ "isSource": true,
8985
+ "original": {
8986
+ "value": "{opencatalogi.color.gray.tint-01}"
8987
+ },
8988
+ "name": "utrechtSeparatorColor",
8989
+ "attributes": {
8990
+ "category": "utrecht",
8991
+ "type": "separator",
8992
+ "item": "color"
8993
+ },
8994
+ "path": [
8995
+ "utrecht",
8996
+ "separator",
8997
+ "color"
8998
+ ]
8999
+ },
9000
+ "block-size": {
9001
+ "value": "2px",
9002
+ "filePath": "src/components/utrecht/separator.tokens.json",
9003
+ "isSource": true,
9004
+ "original": {
9005
+ "value": "2px"
9006
+ },
9007
+ "name": "utrechtSeparatorBlockSize",
9008
+ "attributes": {
9009
+ "category": "utrecht",
9010
+ "type": "separator",
9011
+ "item": "block-size"
9012
+ },
9013
+ "path": [
9014
+ "utrecht",
9015
+ "separator",
9016
+ "block-size"
9017
+ ]
9018
+ },
9019
+ "margin-block-end": {
9020
+ "value": "0px",
9021
+ "filePath": "src/components/utrecht/separator.tokens.json",
9022
+ "isSource": true,
9023
+ "original": {
9024
+ "value": "0px"
9025
+ },
9026
+ "name": "utrechtSeparatorMarginBlockEnd",
9027
+ "attributes": {
9028
+ "category": "utrecht",
9029
+ "type": "separator",
9030
+ "item": "margin-block-end"
9031
+ },
9032
+ "path": [
9033
+ "utrecht",
9034
+ "separator",
9035
+ "margin-block-end"
9036
+ ]
9037
+ },
9038
+ "margin-block-start": {
9039
+ "value": "0px",
9040
+ "filePath": "src/components/utrecht/separator.tokens.json",
9041
+ "isSource": true,
9042
+ "original": {
9043
+ "value": "0px"
9044
+ },
9045
+ "name": "utrechtSeparatorMarginBlockStart",
9046
+ "attributes": {
9047
+ "category": "utrecht",
9048
+ "type": "separator",
9049
+ "item": "margin-block-start"
9050
+ },
9051
+ "path": [
9052
+ "utrecht",
9053
+ "separator",
9054
+ "margin-block-start"
9055
+ ]
9056
+ }
9057
+ },
9037
9058
  "action": {
9038
9059
  "busy": {
9039
9060
  "cursor": {
@@ -10734,6 +10755,25 @@
10734
10755
  "padding-inline-start"
10735
10756
  ]
10736
10757
  },
10758
+ "max-inline-size": {
10759
+ "value": "320px",
10760
+ "filePath": "src/rotterdam/component/utrecht/form-control.tokens.json",
10761
+ "isSource": true,
10762
+ "original": {
10763
+ "value": "320px"
10764
+ },
10765
+ "name": "utrechtFormControlMaxInlineSize",
10766
+ "attributes": {
10767
+ "category": "utrecht",
10768
+ "type": "form-control",
10769
+ "item": "max-inline-size"
10770
+ },
10771
+ "path": [
10772
+ "utrecht",
10773
+ "form-control",
10774
+ "max-inline-size"
10775
+ ]
10776
+ },
10737
10777
  "placeholder": {
10738
10778
  "color": {
10739
10779
  "value": "#65757B",
@@ -14,7 +14,7 @@
14
14
  "value": "14px !important"
15
15
  },
16
16
  "font-weight": {
17
- "value": "{opencatalogi.typography.weight-scale.bold.font-weight}"
17
+ "value": "{opencatalogi.typography.weight-scale.normal.font-weight}"
18
18
  },
19
19
  "line-height": {},
20
20
  "padding-block": {
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "separator": {
4
+ "color": { "value": "{opencatalogi.color.gray.tint-01}" },
5
+ "block-size": { "value": "2px" },
6
+ "margin-block-end": { "value": "0px" },
7
+ "margin-block-start": { "value": "0px" }
8
+ }
9
+ }
10
+ }
@@ -15,6 +15,7 @@
15
15
  "padding-block-start": { "value": "12px" },
16
16
  "padding-inline-end": { "value": "16px" },
17
17
  "padding-inline-start": { "value": "16px" },
18
+ "max-inline-size": { "value": "320px" },
18
19
  "placeholder": {
19
20
  "color": { "value": "{opencatalogi.color.gray.tint-09}" }
20
21
  },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Dec 2023 10:50:53 GMT
3
+ * Generated on Tue, 12 Dec 2023 13:34:46 GMT
4
4
  */
5
5
 
6
6
  .rotterdam-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Dec 2023 10:50:53 GMT
3
+ * Generated on Tue, 12 Dec 2023 13:34:46 GMT
4
4
  */
5
5
 
6
6
  export const conductionCardHeaderColor = "var(--utrecht-document-color)";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 12 Dec 2023 10:50:53 GMT
3
+ // Generated on Tue, 12 Dec 2023 13:34:46 GMT
4
4
 
5
5
  @utrecht-page-max-inline-size: 1140px;
6
6
  @utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 12 Dec 2023 10:50:53 GMT
3
+ // Generated on Tue, 12 Dec 2023 13:34:46 GMT
4
4
 
5
5
  $utrecht-page-max-inline-size: 1140px;
6
6
  $utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Dec 2023 10:50:18 GMT
3
+ * Generated on Tue, 12 Dec 2023 13:34:10 GMT
4
4
  */
5
5
 
6
6
  .tubbergen-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Dec 2023 10:50:18 GMT
3
+ * Generated on Tue, 12 Dec 2023 13:34:10 GMT
4
4
  */
5
5
 
6
6
  export const tubbergenColorPrimary = "#0b612d";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 12 Dec 2023 10:50:18 GMT
3
+ // Generated on Tue, 12 Dec 2023 13:34:10 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 12 Dec 2023 10:50:18 GMT
3
+ // Generated on Tue, 12 Dec 2023 13:34:10 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Dec 2023 10:50:11 GMT
3
+ * Generated on Tue, 12 Dec 2023 13:34:04 GMT
4
4
  */
5
5
 
6
6
  .xxllnc-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 12 Dec 2023 10:50:11 GMT
3
+ * Generated on Tue, 12 Dec 2023 13:34:04 GMT
4
4
  */
5
5
 
6
6
  export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 12 Dec 2023 10:50:11 GMT
3
+ // Generated on Tue, 12 Dec 2023 13:34:04 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 12 Dec 2023 10:50:11 GMT
3
+ // Generated on Tue, 12 Dec 2023 13:34:04 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -1,12 +0,0 @@
1
- {
2
- "utrecht": {
3
- "badge-counter": {
4
- "border-radius": { "value": "2em" },
5
- "color": {},
6
- "font-size": {},
7
- "font-weight": { "value": "400" },
8
- "padding-block-end": { "value": "5px" },
9
- "padding-inline-start": { "value": "5px" }
10
- }
11
- }
12
- }
@@ -1,29 +0,0 @@
1
- {
2
- "utrecht": {
3
- "badge": {
4
- "background-color": {
5
- "value": "{opencatalogi.color.blue.tint-03}"
6
- },
7
- "border-radius": {
8
- "value": "0"
9
- },
10
- "color": {
11
- "value": "{opencatalogi.color.base.white}"
12
- },
13
- "font-size": {
14
- "value": "12px"
15
- },
16
- "font-weight": {
17
- "value": "{opencatalogi.typography.weight-scale.bold.font-weight}"
18
- },
19
- "line-height": {},
20
- "padding-block": {
21
- "value": "2px"
22
- },
23
- "padding-inline": {
24
- "value": "8px"
25
- },
26
- "text-transform": {}
27
- }
28
- }
29
- }