@conduction/theme 1.0.19 → 1.0.20

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 (69) hide show
  1. package/README.md +16 -11
  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/conduction-design-tokens/src/brand/conduction/color.tokens.json +22 -10
  7. package/municipalities/dinkelland-design-tokens/LICENSE.md +17 -0
  8. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +322 -1
  9. package/municipalities/dinkelland-design-tokens/dist/font.css +114 -0
  10. package/municipalities/dinkelland-design-tokens/dist/index.css +1 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.js +322 -1
  12. package/municipalities/dinkelland-design-tokens/dist/index.json +6449 -28
  13. package/municipalities/dinkelland-design-tokens/dist/index.less +322 -1
  14. package/municipalities/dinkelland-design-tokens/dist/index.scss +322 -1
  15. package/municipalities/dinkelland-design-tokens/dist/tokens.json +6826 -35
  16. package/municipalities/dinkelland-design-tokens/package.json +40 -0
  17. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +109 -0
  18. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/font-size.tokens.json +17 -0
  19. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/size.tokens.json +17 -0
  20. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/typography.tokens.json +47 -0
  21. package/municipalities/dinkelland-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  22. package/municipalities/dinkelland-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  23. package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +15 -0
  24. package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +7 -0
  25. package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +15 -0
  26. package/municipalities/dinkelland-design-tokens/src/component/conduction/table.tokens.json +22 -0
  27. package/municipalities/dinkelland-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  28. package/municipalities/dinkelland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  29. package/municipalities/dinkelland-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  30. package/municipalities/dinkelland-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  31. package/municipalities/dinkelland-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  32. package/municipalities/dinkelland-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  33. package/municipalities/dinkelland-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  34. package/municipalities/dinkelland-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  35. package/municipalities/dinkelland-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  36. package/municipalities/dinkelland-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  37. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
  38. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  39. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  40. package/municipalities/dinkelland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  41. package/municipalities/dinkelland-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  42. package/municipalities/dinkelland-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  43. package/municipalities/dinkelland-design-tokens/src/config.json +7 -0
  44. package/municipalities/dinkelland-design-tokens/src/font.scss +149 -0
  45. package/municipalities/dinkelland-design-tokens/src/index.scss +8 -0
  46. package/municipalities/dinkelland-design-tokens/style-dictionary.config.js +6 -0
  47. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  48. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  49. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  50. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  51. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +11 -5
  52. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +4 -3
  53. package/municipalities/tubbergen-design-tokens/dist/index.js +4 -3
  54. package/municipalities/tubbergen-design-tokens/dist/index.json +25 -4
  55. package/municipalities/tubbergen-design-tokens/dist/index.less +4 -3
  56. package/municipalities/tubbergen-design-tokens/dist/index.scss +4 -3
  57. package/municipalities/tubbergen-design-tokens/dist/tokens.json +25 -4
  58. package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +49 -25
  59. package/municipalities/tubbergen-design-tokens/src/component/utrecht/code.tokens.json +2 -2
  60. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +7 -7
  61. package/municipalities/xxllnc-design-tokens/dist/index.js +3 -3
  62. package/municipalities/xxllnc-design-tokens/dist/index.json +9 -7
  63. package/municipalities/xxllnc-design-tokens/dist/index.less +7 -7
  64. package/municipalities/xxllnc-design-tokens/dist/index.scss +7 -7
  65. package/municipalities/xxllnc-design-tokens/dist/tokens.json +41 -37
  66. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +16 -12
  67. package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +2 -2
  68. package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +2 -2
  69. package/package.json +3 -2
@@ -406,50 +406,50 @@
406
406
  "21"
407
407
  ]
408
408
  },
409
- "17-hover": {
410
- "value": "#2b2b2bcc",
411
- "comment": "Black with 80% transparency",
409
+ "0-22t": {
410
+ "value": "#00000038",
411
+ "comment": "Black with 22% transparency",
412
412
  "filePath": "src/brand/xxllnc/color.tokens.json",
413
413
  "isSource": true,
414
414
  "original": {
415
- "value": "#2b2b2bcc",
416
- "comment": "Black with 80% transparency"
415
+ "value": "#00000038",
416
+ "comment": "Black with 22% transparency"
417
417
  },
418
- "name": "xxllncColorBlack17Hover",
418
+ "name": "xxllncColorBlack022t",
419
419
  "attributes": {
420
420
  "category": "xxllnc",
421
421
  "type": "color",
422
422
  "item": "black",
423
- "subitem": "17-hover"
423
+ "subitem": "0-22t"
424
424
  },
425
425
  "path": [
426
426
  "xxllnc",
427
427
  "color",
428
428
  "black",
429
- "17-hover"
429
+ "0-22t"
430
430
  ]
431
431
  },
432
- "0-22t": {
433
- "value": "#00000038",
434
- "comment": "Black with 22% transparency",
432
+ "17-hover": {
433
+ "value": "#2b2b2bcc",
434
+ "comment": "Black with 80% transparency",
435
435
  "filePath": "src/brand/xxllnc/color.tokens.json",
436
436
  "isSource": true,
437
437
  "original": {
438
- "value": "#00000038",
439
- "comment": "Black with 22% transparency"
438
+ "value": "#2b2b2bcc",
439
+ "comment": "Black with 80% transparency"
440
440
  },
441
- "name": "xxllncColorBlack022t",
441
+ "name": "xxllncColorBlack17Hover",
442
442
  "attributes": {
443
443
  "category": "xxllnc",
444
444
  "type": "color",
445
445
  "item": "black",
446
- "subitem": "0-22t"
446
+ "subitem": "17-hover"
447
447
  },
448
448
  "path": [
449
449
  "xxllnc",
450
450
  "color",
451
451
  "black",
452
- "0-22t"
452
+ "17-hover"
453
453
  ]
454
454
  }
455
455
  },
@@ -544,23 +544,27 @@
544
544
  }
545
545
  },
546
546
  "lightgrey": {
547
- "value": "#f5f5f5",
548
- "filePath": "src/brand/xxllnc/color.tokens.json",
549
- "isSource": true,
550
- "original": {
551
- "value": "#f5f5f5"
552
- },
553
- "name": "xxllncColorLightgrey",
554
- "attributes": {
555
- "category": "xxllnc",
556
- "type": "color",
557
- "item": "lightgrey"
558
- },
559
- "path": [
560
- "xxllnc",
561
- "color",
562
- "lightgrey"
563
- ]
547
+ "96": {
548
+ "value": "#f5f5f5",
549
+ "filePath": "src/brand/xxllnc/color.tokens.json",
550
+ "isSource": true,
551
+ "original": {
552
+ "value": "#f5f5f5"
553
+ },
554
+ "name": "xxllncColorLightgrey96",
555
+ "attributes": {
556
+ "category": "xxllnc",
557
+ "type": "color",
558
+ "item": "lightgrey",
559
+ "subitem": "96"
560
+ },
561
+ "path": [
562
+ "xxllnc",
563
+ "color",
564
+ "lightgrey",
565
+ "96"
566
+ ]
567
+ }
564
568
  }
565
569
  },
566
570
  "font-size": {
@@ -3045,7 +3049,7 @@
3045
3049
  "filePath": "src/component/utrecht/code.tokens.json",
3046
3050
  "isSource": true,
3047
3051
  "original": {
3048
- "value": "{xxllnc.color.lightgrey}"
3052
+ "value": "{xxllnc.color.lightgrey.96}"
3049
3053
  },
3050
3054
  "name": "utrechtCodeBackgroundColor",
3051
3055
  "attributes": {
@@ -3124,7 +3128,7 @@
3124
3128
  "filePath": "src/component/utrecht/code.tokens.json",
3125
3129
  "isSource": true,
3126
3130
  "original": {
3127
- "value": "{xxllnc.color.lightgrey}"
3131
+ "value": "{xxllnc.color.lightgrey.96}"
3128
3132
  },
3129
3133
  "name": "utrechtCodeBlockBackgroundColor",
3130
3134
  "attributes": {
@@ -5184,7 +5188,7 @@
5184
5188
  "filePath": "src/component/utrecht/table.tokens.json",
5185
5189
  "isSource": true,
5186
5190
  "original": {
5187
- "value": "{xxllnc.color.lightgrey}"
5191
+ "value": "{xxllnc.color.lightgrey.96}"
5188
5192
  },
5189
5193
  "name": "utrechtTableBorderColor",
5190
5194
  "attributes": {
@@ -5553,7 +5557,7 @@
5553
5557
  "filePath": "src/component/utrecht/table.tokens.json",
5554
5558
  "isSource": true,
5555
5559
  "original": {
5556
- "value": "{xxllnc.color.lightgrey}"
5560
+ "value": "{xxllnc.color.lightgrey.96}"
5557
5561
  },
5558
5562
  "name": "utrechtTableRowBorderBlockEndColor",
5559
5563
  "attributes": {
@@ -27,13 +27,13 @@
27
27
  "alert-info-background": { "value": "{xxllnc.color.grey.92}" },
28
28
 
29
29
  "white": {
30
+ "95": {
31
+ "value": "#f1f1f1"
32
+ },
30
33
  "100": {
31
34
  "value": "#ffffff",
32
35
  "comment": "Base/White"
33
36
  },
34
- "95": {
35
- "value": "#f1f1f1"
36
- },
37
37
  "100-0t": {
38
38
  "value": "#ffffff",
39
39
  "comment": "White with 0% transparency"
@@ -41,6 +41,10 @@
41
41
  },
42
42
 
43
43
  "black": {
44
+ "0-22t": {
45
+ "value": "#00000038",
46
+ "comment": "Black with 22% transparency"
47
+ },
44
48
  "16": {
45
49
  "value": "#28282c",
46
50
  "comment": "Base/Black"
@@ -54,18 +58,10 @@
54
58
  },
55
59
  "21": {
56
60
  "value": "#333338"
57
- },
58
- "0-22t": {
59
- "value": "#00000038",
60
- "comment": "Black with 22% transparency"
61
61
  }
62
62
  },
63
63
 
64
64
  "grey": {
65
- "92": {
66
- "value": "#eaeaea",
67
- "comment": "Base/Grey"
68
- },
69
65
  "43": {
70
66
  "value": "#6d6d6d"
71
67
  },
@@ -75,10 +71,18 @@
75
71
  "90-hover": {
76
72
  "value": "#e5e5e5cc",
77
73
  "comment": "Grey with 80% transparency"
74
+ },
75
+ "92": {
76
+ "value": "#eaeaea",
77
+ "comment": "Base/Grey"
78
78
  }
79
79
  },
80
80
 
81
- "lightgrey": { "value": "#f5f5f5" }
81
+ "lightgrey": {
82
+ "96": {
83
+ "value": "#f5f5f5"
84
+ }
85
+ }
82
86
  }
83
87
  }
84
88
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "code": {
4
- "background-color": { "value": "{xxllnc.color.lightgrey}" },
4
+ "background-color": { "value": "{xxllnc.color.lightgrey.96}" },
5
5
  "color": { "value": "{xxllnc.color.black.16}" },
6
6
  "font-family": { "value": "{xxllnc.typography.monospace.font-family}" },
7
7
  "font-size": { "value": "inherit" },
@@ -9,7 +9,7 @@
9
9
  },
10
10
 
11
11
  "code-block": {
12
- "background-color": { "value": "{xxllnc.color.lightgrey}" },
12
+ "background-color": { "value": "{xxllnc.color.lightgrey.96}" },
13
13
  "color": { "value": "{xxllnc.color.black.16}" },
14
14
  "font-family": { "value": "{xxllnc.typography.monospace.font-family}" },
15
15
  "font-size": { "value": "{xxllnc.font-size.md}" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "table": {
4
- "border-color": { "value": "{xxllnc.color.lightgrey}" },
4
+ "border-color": { "value": "{xxllnc.color.lightgrey.96}" },
5
5
  "border-width": { "value": "{xxllnc.size.4xs}" },
6
6
  "font-family": { "value": "{utrecht.document.font-family}" },
7
7
  "font-size": { "value": "{utrecht.document.font-size}" },
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "row": {
45
- "border-block-end-color": { "value": "{xxllnc.color.lightgrey}" },
45
+ "border-block-end-color": { "value": "{xxllnc.color.lightgrey.96}" },
46
46
  "border-block-end-width": { "value": "{xxllnc.size.4xs}" },
47
47
  "padding-inline-end": {},
48
48
  "padding-inline-start": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -13,7 +13,8 @@
13
13
  "build:conduction": "cd ./conduction-design-tokens && npm run build",
14
14
  "build:leiden": "cd ./municipalities/leiden-design-tokens && npm run build",
15
15
  "build:xxllnc": "cd ./municipalities/xxllnc-design-tokens && npm run build",
16
- "build:tubbergen": "cd ./municipalities/tubbergen-design-tokens && npm run build"
16
+ "build:tubbergen": "cd ./municipalities/tubbergen-design-tokens && npm run build",
17
+ "build:dinkelland": "cd ./municipalities/dinkelland-design-tokens && npm run build"
17
18
 
18
19
  },
19
20
  "author": "",