@conduction/theme 1.0.48 → 1.0.49
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/README.md +1 -0
- package/conduction-design-tokens/dist/design-tokens.css +1 -1
- package/conduction-design-tokens/dist/index.js +1 -1
- package/conduction-design-tokens/dist/index.less +1 -1
- package/conduction-design-tokens/dist/index.scss +1 -1
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
- package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/epe-design-tokens/dist/index.js +1 -1
- package/municipalities/epe-design-tokens/dist/index.less +1 -1
- package/municipalities/epe-design-tokens/dist/index.scss +1 -1
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/leiden-design-tokens/dist/index.js +1 -1
- package/municipalities/leiden-design-tokens/dist/index.less +1 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +3 -2
- package/municipalities/noordwijk-design-tokens/dist/index.js +3 -2
- package/municipalities/noordwijk-design-tokens/dist/index.json +25 -2
- package/municipalities/noordwijk-design-tokens/dist/index.less +3 -2
- package/municipalities/noordwijk-design-tokens/dist/index.scss +3 -2
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +25 -3
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +3 -3
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 16 Oct 2023 07:14:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.noordwijk-theme {
|
|
@@ -290,7 +290,8 @@
|
|
|
290
290
|
--utrecht-table-cell-padding-block-end: var(--noordwijk-size-md);
|
|
291
291
|
--utrecht-table-header-cell-font-weight: var(--noordwijk-typography-font-weight-bold);
|
|
292
292
|
--utrecht-table-margin-block-start: var(--noordwijk-size-md);
|
|
293
|
-
--utrecht-table-row-hover-
|
|
293
|
+
--utrecht-table-row-hover-color: var(--noordwijk-color-white-98);
|
|
294
|
+
--utrecht-table-row-hover-background-color: var(--noordwijk-color-light-blue-58);
|
|
294
295
|
--utrecht-table-header-font-weight: var(--noordwijk-typography-font-weight-bold);
|
|
295
296
|
--utrecht-table-background-color: var(--noordwijk-color-white-100);
|
|
296
297
|
--utrecht-page-header-padding-block-end: var(--noordwijk-size-sm);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 16 Oct 2023 07:14:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const noordwijkColorPrimary = "#2c2276";
|
|
@@ -225,7 +225,8 @@ export const utrechtTableBackgroundColor = "#ffffff";
|
|
|
225
225
|
export const utrechtTableHeaderFontWeight = "700";
|
|
226
226
|
export const utrechtTableHeaderColor = "#000000";
|
|
227
227
|
export const utrechtTableHeaderTextTransform = "unset";
|
|
228
|
-
export const utrechtTableRowHoverBackgroundColor = "#
|
|
228
|
+
export const utrechtTableRowHoverBackgroundColor = "#6096c7";
|
|
229
|
+
export const utrechtTableRowHoverColor = "#fafafa";
|
|
229
230
|
export const utrechtTableFontFamily = "\"Roboto\", Monospace, Arial, sans-serif";
|
|
230
231
|
export const utrechtTableFontSize = "16px";
|
|
231
232
|
export const utrechtTableMarginBlockEnd = 0;
|
|
@@ -8789,11 +8789,11 @@
|
|
|
8789
8789
|
]
|
|
8790
8790
|
},
|
|
8791
8791
|
{
|
|
8792
|
-
"value": "#
|
|
8792
|
+
"value": "#6096c7",
|
|
8793
8793
|
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
8794
8794
|
"isSource": true,
|
|
8795
8795
|
"original": {
|
|
8796
|
-
"value": "{noordwijk.color.
|
|
8796
|
+
"value": "{noordwijk.color.light-blue.58}"
|
|
8797
8797
|
},
|
|
8798
8798
|
"name": "utrechtTableRowHoverBackgroundColor",
|
|
8799
8799
|
"attributes": {
|
|
@@ -8811,6 +8811,29 @@
|
|
|
8811
8811
|
"background-color"
|
|
8812
8812
|
]
|
|
8813
8813
|
},
|
|
8814
|
+
{
|
|
8815
|
+
"value": "#fafafa",
|
|
8816
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
8817
|
+
"isSource": true,
|
|
8818
|
+
"original": {
|
|
8819
|
+
"value": "{noordwijk.color.white.98}"
|
|
8820
|
+
},
|
|
8821
|
+
"name": "utrechtTableRowHoverColor",
|
|
8822
|
+
"attributes": {
|
|
8823
|
+
"category": "utrecht",
|
|
8824
|
+
"type": "table",
|
|
8825
|
+
"item": "row",
|
|
8826
|
+
"subitem": "hover",
|
|
8827
|
+
"state": "color"
|
|
8828
|
+
},
|
|
8829
|
+
"path": [
|
|
8830
|
+
"utrecht",
|
|
8831
|
+
"table",
|
|
8832
|
+
"row",
|
|
8833
|
+
"hover",
|
|
8834
|
+
"color"
|
|
8835
|
+
]
|
|
8836
|
+
},
|
|
8814
8837
|
{
|
|
8815
8838
|
"value": "#ffffff",
|
|
8816
8839
|
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 16 Oct 2023 07:14:00 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-tabs-tab-list-border-bottom-style: solid;
|
|
6
6
|
@conduction-tabs-tab-list-margin-block-end: 0px;
|
|
@@ -288,7 +288,8 @@
|
|
|
288
288
|
@utrecht-table-cell-padding-block-end: @noordwijk-size-md;
|
|
289
289
|
@utrecht-table-header-cell-font-weight: @noordwijk-typography-font-weight-bold;
|
|
290
290
|
@utrecht-table-margin-block-start: @noordwijk-size-md;
|
|
291
|
-
@utrecht-table-row-hover-
|
|
291
|
+
@utrecht-table-row-hover-color: @noordwijk-color-white-98;
|
|
292
|
+
@utrecht-table-row-hover-background-color: @noordwijk-color-light-blue-58;
|
|
292
293
|
@utrecht-table-header-font-weight: @noordwijk-typography-font-weight-bold;
|
|
293
294
|
@utrecht-table-background-color: @noordwijk-color-white-100;
|
|
294
295
|
@utrecht-page-header-padding-block-end: @noordwijk-size-sm;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 16 Oct 2023 07:14:00 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-tabs-tab-list-border-bottom-style: solid;
|
|
6
6
|
$conduction-tabs-tab-list-margin-block-end: 0px;
|
|
@@ -288,7 +288,8 @@ $utrecht-table-cell-padding-block-start: $noordwijk-size-md;
|
|
|
288
288
|
$utrecht-table-cell-padding-block-end: $noordwijk-size-md;
|
|
289
289
|
$utrecht-table-header-cell-font-weight: $noordwijk-typography-font-weight-bold;
|
|
290
290
|
$utrecht-table-margin-block-start: $noordwijk-size-md;
|
|
291
|
-
$utrecht-table-row-hover-
|
|
291
|
+
$utrecht-table-row-hover-color: $noordwijk-color-white-98;
|
|
292
|
+
$utrecht-table-row-hover-background-color: $noordwijk-color-light-blue-58;
|
|
292
293
|
$utrecht-table-header-font-weight: $noordwijk-typography-font-weight-bold;
|
|
293
294
|
$utrecht-table-background-color: $noordwijk-color-white-100;
|
|
294
295
|
$utrecht-page-header-padding-block-end: $noordwijk-size-sm;
|
|
@@ -4771,11 +4771,11 @@
|
|
|
4771
4771
|
"row": {
|
|
4772
4772
|
"hover": {
|
|
4773
4773
|
"background-color": {
|
|
4774
|
-
"value": "#
|
|
4774
|
+
"value": "#6096c7",
|
|
4775
4775
|
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
4776
4776
|
"isSource": true,
|
|
4777
4777
|
"original": {
|
|
4778
|
-
"value": "{noordwijk.color.
|
|
4778
|
+
"value": "{noordwijk.color.light-blue.58}"
|
|
4779
4779
|
},
|
|
4780
4780
|
"name": "utrechtTableRowHoverBackgroundColor",
|
|
4781
4781
|
"attributes": {
|
|
@@ -4793,7 +4793,29 @@
|
|
|
4793
4793
|
"background-color"
|
|
4794
4794
|
]
|
|
4795
4795
|
},
|
|
4796
|
-
"color": {
|
|
4796
|
+
"color": {
|
|
4797
|
+
"value": "#fafafa",
|
|
4798
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
4799
|
+
"isSource": true,
|
|
4800
|
+
"original": {
|
|
4801
|
+
"value": "{noordwijk.color.white.98}"
|
|
4802
|
+
},
|
|
4803
|
+
"name": "utrechtTableRowHoverColor",
|
|
4804
|
+
"attributes": {
|
|
4805
|
+
"category": "utrecht",
|
|
4806
|
+
"type": "table",
|
|
4807
|
+
"item": "row",
|
|
4808
|
+
"subitem": "hover",
|
|
4809
|
+
"state": "color"
|
|
4810
|
+
},
|
|
4811
|
+
"path": [
|
|
4812
|
+
"utrecht",
|
|
4813
|
+
"table",
|
|
4814
|
+
"row",
|
|
4815
|
+
"hover",
|
|
4816
|
+
"color"
|
|
4817
|
+
]
|
|
4818
|
+
}
|
|
4797
4819
|
},
|
|
4798
4820
|
"border-block-end-color": {},
|
|
4799
4821
|
"border-block-end-width": {},
|
package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"utrecht": {
|
|
3
3
|
"table": {
|
|
4
4
|
"border-collapse": { "value": "collapse" },
|
|
5
|
-
"background-color": {"value": "{noordwijk.color.white.100}"},
|
|
5
|
+
"background-color": { "value": "{noordwijk.color.white.100}" },
|
|
6
6
|
"header": {
|
|
7
7
|
"border-block-end-color": {},
|
|
8
8
|
"border-block-end-width": {},
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
},
|
|
11
11
|
"row": {
|
|
12
12
|
"hover": {
|
|
13
|
-
"background-color": { "value": "{noordwijk.color.
|
|
14
|
-
"color": {}
|
|
13
|
+
"background-color": { "value": "{noordwijk.color.light-blue.58}" },
|
|
14
|
+
"color": { "value": "{noordwijk.color.white.98}" }
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"body": {
|