@conduction/theme 1.0.38 → 1.0.40

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 (137) hide show
  1. package/README.md +2 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +13 -1
  3. package/conduction-design-tokens/dist/index.js +13 -1
  4. package/conduction-design-tokens/dist/index.json +250 -0
  5. package/conduction-design-tokens/dist/index.less +13 -1
  6. package/conduction-design-tokens/dist/index.scss +13 -1
  7. package/conduction-design-tokens/dist/tokens.json +282 -0
  8. package/conduction-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  9. package/conduction-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  10. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +14 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.js +14 -1
  12. package/municipalities/dinkelland-design-tokens/dist/index.json +269 -0
  13. package/municipalities/dinkelland-design-tokens/dist/index.less +14 -1
  14. package/municipalities/dinkelland-design-tokens/dist/index.scss +14 -1
  15. package/municipalities/dinkelland-design-tokens/dist/tokens.json +300 -0
  16. package/municipalities/dinkelland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  17. package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  18. package/municipalities/epe-design-tokens/dist/design-tokens.css +14 -1
  19. package/municipalities/epe-design-tokens/dist/index.js +14 -1
  20. package/municipalities/epe-design-tokens/dist/index.json +269 -0
  21. package/municipalities/epe-design-tokens/dist/index.less +14 -1
  22. package/municipalities/epe-design-tokens/dist/index.scss +14 -1
  23. package/municipalities/epe-design-tokens/dist/tokens.json +300 -0
  24. package/municipalities/epe-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  25. package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  26. package/municipalities/leiden-design-tokens/dist/design-tokens.css +14 -1
  27. package/municipalities/leiden-design-tokens/dist/index.js +14 -1
  28. package/municipalities/leiden-design-tokens/dist/index.json +269 -0
  29. package/municipalities/leiden-design-tokens/dist/index.less +14 -1
  30. package/municipalities/leiden-design-tokens/dist/index.scss +14 -1
  31. package/municipalities/leiden-design-tokens/dist/tokens.json +300 -0
  32. package/municipalities/leiden-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  33. package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  34. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +13 -1
  35. package/municipalities/noaberkracht-design-tokens/dist/index.js +13 -1
  36. package/municipalities/noaberkracht-design-tokens/dist/index.json +250 -0
  37. package/municipalities/noaberkracht-design-tokens/dist/index.less +13 -1
  38. package/municipalities/noaberkracht-design-tokens/dist/index.scss +13 -1
  39. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +282 -0
  40. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  41. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  42. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +15 -1
  43. package/municipalities/noordwijk-design-tokens/dist/index.js +15 -1
  44. package/municipalities/noordwijk-design-tokens/dist/index.json +290 -0
  45. package/municipalities/noordwijk-design-tokens/dist/index.less +15 -1
  46. package/municipalities/noordwijk-design-tokens/dist/index.scss +15 -1
  47. package/municipalities/noordwijk-design-tokens/dist/tokens.json +321 -0
  48. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
  49. package/municipalities/noordwijk-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  50. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  51. package/municipalities/open-webconcept-design-tokens/LICENSE.md +17 -0
  52. package/municipalities/open-webconcept-design-tokens/README.md +34 -0
  53. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +437 -0
  54. package/municipalities/open-webconcept-design-tokens/dist/font.css +361 -0
  55. package/municipalities/open-webconcept-design-tokens/dist/index.css +7 -0
  56. package/municipalities/open-webconcept-design-tokens/dist/index.js +435 -0
  57. package/municipalities/open-webconcept-design-tokens/dist/index.json +8655 -0
  58. package/municipalities/open-webconcept-design-tokens/dist/index.less +434 -0
  59. package/municipalities/open-webconcept-design-tokens/dist/index.scss +434 -0
  60. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +9214 -0
  61. package/municipalities/open-webconcept-design-tokens/documentation/color.stories.mdx +17 -0
  62. package/municipalities/open-webconcept-design-tokens/documentation/components.stories.mdx +11 -0
  63. package/municipalities/open-webconcept-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  64. package/municipalities/open-webconcept-design-tokens/documentation/readme.stories.mdx +7 -0
  65. package/municipalities/open-webconcept-design-tokens/package.json +38 -0
  66. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +89 -0
  67. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/font-size.tokens.json +17 -0
  68. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/size.tokens.json +17 -0
  69. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/typography.tokens.json +40 -0
  70. package/municipalities/open-webconcept-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  71. package/municipalities/open-webconcept-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  72. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  73. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
  74. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
  75. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
  76. package/municipalities/open-webconcept-design-tokens/src/component/conduction/select.tokens.json +30 -0
  77. package/municipalities/open-webconcept-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  78. package/municipalities/open-webconcept-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  79. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  80. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  81. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  82. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  83. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  84. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  85. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  86. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  87. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  88. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  89. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  90. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  91. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  92. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  93. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  94. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  95. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  96. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  97. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  98. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  99. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  100. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  101. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  102. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  103. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  104. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  105. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  106. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  107. package/municipalities/open-webconcept-design-tokens/src/config.json +47 -0
  108. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -0
  109. package/municipalities/open-webconcept-design-tokens/src/font.scss +363 -0
  110. package/municipalities/open-webconcept-design-tokens/src/index.scss +8 -0
  111. package/municipalities/open-webconcept-design-tokens/style-dictionary.config.js +6 -0
  112. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +8 -1
  113. package/municipalities/rotterdam-design-tokens/dist/index.js +8 -1
  114. package/municipalities/rotterdam-design-tokens/dist/index.json +155 -0
  115. package/municipalities/rotterdam-design-tokens/dist/index.less +8 -1
  116. package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -1
  117. package/municipalities/rotterdam-design-tokens/dist/tokens.json +192 -0
  118. package/municipalities/rotterdam-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  119. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  120. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +14 -1
  121. package/municipalities/tubbergen-design-tokens/dist/index.js +14 -1
  122. package/municipalities/tubbergen-design-tokens/dist/index.json +269 -0
  123. package/municipalities/tubbergen-design-tokens/dist/index.less +14 -1
  124. package/municipalities/tubbergen-design-tokens/dist/index.scss +14 -1
  125. package/municipalities/tubbergen-design-tokens/dist/tokens.json +300 -0
  126. package/municipalities/tubbergen-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  127. package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  128. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +13 -1
  129. package/municipalities/xxllnc-design-tokens/dist/index.js +13 -1
  130. package/municipalities/xxllnc-design-tokens/dist/index.json +252 -0
  131. package/municipalities/xxllnc-design-tokens/dist/index.less +13 -1
  132. package/municipalities/xxllnc-design-tokens/dist/index.scss +13 -1
  133. package/municipalities/xxllnc-design-tokens/dist/tokens.json +285 -0
  134. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
  135. package/municipalities/xxllnc-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  136. package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  137. package/package.json +3 -2
@@ -0,0 +1,60 @@
1
+ {
2
+ "utrecht": {
3
+ "table": {
4
+ "border-color": { "value": "{open-webconcept.color.grey.93}" },
5
+ "border-width": { "value": "{open-webconcept.size.4xs}" },
6
+ "font-family": { "value": "{utrecht.document.font-family}" },
7
+ "font-size": { "value": "{utrecht.document.font-size}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": 0 },
10
+ "margin-block-start": { "value": "{open-webconcept.size.md}" },
11
+ "caption": {
12
+ "font-weight": {},
13
+ "font-family": {},
14
+ "font-size": {},
15
+ "color": {},
16
+ "line-height": {},
17
+ "text-align": {},
18
+ "margin-block-end": {}
19
+ },
20
+ "header": {
21
+ "font-weight": { "value": "{open-webconcept.typography.font-weight.bold}" },
22
+ "background-color": {},
23
+ "color": { "value": "{utrecht.document.color}" },
24
+ "text-transform": { "value": "unset" },
25
+ "border-block-end-color": {},
26
+ "border-block-end-width": {}
27
+ },
28
+ "header-cell": {
29
+ "font-size": { "value": "{utrecht.document.font-size}" },
30
+ "font-weight": { "value": "{open-webconcept.typography.font-weight.bold}" },
31
+ "color": { "value": "{utrecht.document.color}" },
32
+ "text-transform": { "value": "unset" }
33
+ },
34
+ "cell": {
35
+ "line-height": {},
36
+ "padding-block-end": { "value": "{open-webconcept.size.md}" },
37
+ "padding-block-start": { "value": "{open-webconcept.size.md}" },
38
+ "padding-inline-end": { "value": "{open-webconcept.size.md}" },
39
+ "padding-inline-start": { "value": "{open-webconcept.size.md}" },
40
+ "icon": {
41
+ "size": {}
42
+ }
43
+ },
44
+ "row": {
45
+ "border-block-end-color": { "value": "{open-webconcept.color.grey.93}" },
46
+ "border-block-end-width": { "value": "{open-webconcept.size.4xs}" },
47
+ "padding-inline-end": {},
48
+ "padding-inline-start": {},
49
+ "alternate-odd": {
50
+ "background-color": {},
51
+ "color": {}
52
+ },
53
+ "alternate-even": {
54
+ "background-color": {},
55
+ "color": {}
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "border-bottom-width": {},
5
+ "border-color": { "value": "{open-webconcept.color.grey.46}" },
6
+ "border-radius": { "value": 0 },
7
+ "border-width": { "value": "{open-webconcept.size.4xs}" },
8
+ "color": { "value": "{open-webconcept.color.grey.29}" },
9
+ "font-family": { "value": "{open-webconcept.typography.sans-serif.font-family}" },
10
+ "font-size": { "value": "15px" },
11
+ "min-inline-height": {},
12
+ "max-inline-size": {},
13
+ "padding-block-end": { "value": "{open-webconcept.size.xs}" },
14
+ "padding-block-start": { "value": "{open-webconcept.size.xs}" },
15
+ "padding-inline-end": { "value": "{open-webconcept.size.sm}" },
16
+ "padding-inline-start": { "value": "{open-webconcept.size.sm}" },
17
+ "disabled": {
18
+ "border-color": {},
19
+ "color": {}
20
+ },
21
+ "invalid": {
22
+ "border-color": {},
23
+ "border-width": {}
24
+ },
25
+ "read-only": {
26
+ "border-color": {},
27
+ "color": {}
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "fullName": "Open Webconcept",
3
+ "name": "Open Webconcept",
4
+ "prefix": "open-webconcept",
5
+ "npm": "@nl-design-system-unstable/open-webconcept-design-tokens",
6
+ "stories": [
7
+ "react-utrecht-alert--default",
8
+ "react-utrecht-alert--warning",
9
+ "react-utrecht-alert--error",
10
+ "react-utrecht-alert--ok",
11
+ "react-utrecht-badge-counter--default",
12
+ "react-utrecht-button--default",
13
+ "react-utrecht-button--hover",
14
+ "react-utrecht-button--primary-action-button",
15
+ "react-utrecht-button--secondary-action-button",
16
+ "react-utrecht-code--default",
17
+ "react-utrecht-code-block--default",
18
+ "react-utrecht-heading-1--default",
19
+ "react-utrecht-heading-2--default",
20
+ "react-utrecht-heading-3--default",
21
+ "react-utrecht-heading-4--default",
22
+ "react-utrecht-alert--default",
23
+ "react-utrecht-link--default",
24
+ "react-utrecht-link--hover",
25
+ "react-utrecht-link--focus",
26
+ "react-utrecht-ordered-list--default",
27
+ "react-utrecht-unordered-list--default",
28
+ "react-utrecht-page-header--default",
29
+ "react-utrecht-page-footer--default",
30
+ "react-utrecht-paragraph--default",
31
+ "react-utrecht-surface--default",
32
+ "react-utrecht-table--default",
33
+ "react-utrecht-textbox--default",
34
+ "react-conduction-card-header--default",
35
+ "react-conduction-card-header--hover",
36
+ "react-conduction-card-wrapper--default",
37
+ "react-conduction-card-wrapper--hover",
38
+ "react-conduction-pagination--default",
39
+ "react-conduction-input-select--default",
40
+ "react-conduction-input-select--list-option",
41
+ "react-conduction-input-select--placeholder",
42
+ "react-conduction-tabs--default",
43
+ "react-conduction-tabs--selected",
44
+ "react-conduction-tabs--hover",
45
+ "react-conduction-tabs--list",
46
+ "react-conduction-tabs--panel"
47
+ ]}
@@ -0,0 +1,6 @@
1
+ import '@fontsource/open-sans/400.css';
2
+ import '@fontsource/open-sans/400-italic.css';
3
+ import '@fontsource/open-sans/600.css';
4
+ import '@fontsource/open-sans/600-italic.css';
5
+ import '@fontsource/open-sans/700.css';
6
+ import '@fontsource/open-sans/700-italic.css';
@@ -0,0 +1,363 @@
1
+ /* Place any @font-face definitions here */
2
+
3
+ /* cyrillic-ext */
4
+ @font-face {
5
+ font-family: 'Open Sans';
6
+ font-style: italic;
7
+ font-weight: 400;
8
+ font-stretch: 100%;
9
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
10
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
11
+ }
12
+ /* cyrillic */
13
+ @font-face {
14
+ font-family: 'Open Sans';
15
+ font-style: italic;
16
+ font-weight: 400;
17
+ font-stretch: 100%;
18
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
19
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
20
+ }
21
+ /* greek-ext */
22
+ @font-face {
23
+ font-family: 'Open Sans';
24
+ font-style: italic;
25
+ font-weight: 400;
26
+ font-stretch: 100%;
27
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
28
+ unicode-range: U+1F00-1FFF;
29
+ }
30
+ /* greek */
31
+ @font-face {
32
+ font-family: 'Open Sans';
33
+ font-style: italic;
34
+ font-weight: 400;
35
+ font-stretch: 100%;
36
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
37
+ unicode-range: U+0370-03FF;
38
+ }
39
+ /* hebrew */
40
+ @font-face {
41
+ font-family: 'Open Sans';
42
+ font-style: italic;
43
+ font-weight: 400;
44
+ font-stretch: 100%;
45
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
46
+ unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
47
+ }
48
+ /* vietnamese */
49
+ @font-face {
50
+ font-family: 'Open Sans';
51
+ font-style: italic;
52
+ font-weight: 400;
53
+ font-stretch: 100%;
54
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
55
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
56
+ }
57
+ /* latin-ext */
58
+ @font-face {
59
+ font-family: 'Open Sans';
60
+ font-style: italic;
61
+ font-weight: 400;
62
+ font-stretch: 100%;
63
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
64
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
65
+ }
66
+ /* latin */
67
+ @font-face {
68
+ font-family: 'Open Sans';
69
+ font-style: italic;
70
+ font-weight: 400;
71
+ font-stretch: 100%;
72
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
73
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
74
+ }
75
+ /* cyrillic-ext */
76
+ @font-face {
77
+ font-family: 'Open Sans';
78
+ font-style: italic;
79
+ font-weight: 700;
80
+ font-stretch: 100%;
81
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
82
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
83
+ }
84
+ /* cyrillic */
85
+ @font-face {
86
+ font-family: 'Open Sans';
87
+ font-style: italic;
88
+ font-weight: 700;
89
+ font-stretch: 100%;
90
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
91
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
92
+ }
93
+ /* greek-ext */
94
+ @font-face {
95
+ font-family: 'Open Sans';
96
+ font-style: italic;
97
+ font-weight: 700;
98
+ font-stretch: 100%;
99
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
100
+ unicode-range: U+1F00-1FFF;
101
+ }
102
+ /* greek */
103
+ @font-face {
104
+ font-family: 'Open Sans';
105
+ font-style: italic;
106
+ font-weight: 700;
107
+ font-stretch: 100%;
108
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
109
+ unicode-range: U+0370-03FF;
110
+ }
111
+ /* hebrew */
112
+ @font-face {
113
+ font-family: 'Open Sans';
114
+ font-style: italic;
115
+ font-weight: 700;
116
+ font-stretch: 100%;
117
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
118
+ unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
119
+ }
120
+ /* vietnamese */
121
+ @font-face {
122
+ font-family: 'Open Sans';
123
+ font-style: italic;
124
+ font-weight: 700;
125
+ font-stretch: 100%;
126
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
127
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
128
+ }
129
+ /* latin-ext */
130
+ @font-face {
131
+ font-family: 'Open Sans';
132
+ font-style: italic;
133
+ font-weight: 700;
134
+ font-stretch: 100%;
135
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
136
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
137
+ }
138
+ /* latin */
139
+ @font-face {
140
+ font-family: 'Open Sans';
141
+ font-style: italic;
142
+ font-weight: 700;
143
+ font-stretch: 100%;
144
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
145
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
146
+ }
147
+ /* cyrillic-ext */
148
+ @font-face {
149
+ font-family: 'Open Sans';
150
+ font-style: normal;
151
+ font-weight: 400;
152
+ font-stretch: 100%;
153
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
154
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
155
+ }
156
+ /* cyrillic */
157
+ @font-face {
158
+ font-family: 'Open Sans';
159
+ font-style: normal;
160
+ font-weight: 400;
161
+ font-stretch: 100%;
162
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
163
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
164
+ }
165
+ /* greek-ext */
166
+ @font-face {
167
+ font-family: 'Open Sans';
168
+ font-style: normal;
169
+ font-weight: 400;
170
+ font-stretch: 100%;
171
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
172
+ unicode-range: U+1F00-1FFF;
173
+ }
174
+ /* greek */
175
+ @font-face {
176
+ font-family: 'Open Sans';
177
+ font-style: normal;
178
+ font-weight: 400;
179
+ font-stretch: 100%;
180
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
181
+ unicode-range: U+0370-03FF;
182
+ }
183
+ /* hebrew */
184
+ @font-face {
185
+ font-family: 'Open Sans';
186
+ font-style: normal;
187
+ font-weight: 400;
188
+ font-stretch: 100%;
189
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
190
+ unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
191
+ }
192
+ /* vietnamese */
193
+ @font-face {
194
+ font-family: 'Open Sans';
195
+ font-style: normal;
196
+ font-weight: 400;
197
+ font-stretch: 100%;
198
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
199
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
200
+ }
201
+ /* latin-ext */
202
+ @font-face {
203
+ font-family: 'Open Sans';
204
+ font-style: normal;
205
+ font-weight: 400;
206
+ font-stretch: 100%;
207
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
208
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
209
+ }
210
+ /* latin */
211
+ @font-face {
212
+ font-family: 'Open Sans';
213
+ font-style: normal;
214
+ font-weight: 400;
215
+ font-stretch: 100%;
216
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
217
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
218
+ }
219
+ /* cyrillic-ext */
220
+ @font-face {
221
+ font-family: 'Open Sans';
222
+ font-style: normal;
223
+ font-weight: 600;
224
+ font-stretch: 100%;
225
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
226
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
227
+ }
228
+ /* cyrillic */
229
+ @font-face {
230
+ font-family: 'Open Sans';
231
+ font-style: normal;
232
+ font-weight: 600;
233
+ font-stretch: 100%;
234
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
235
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
236
+ }
237
+ /* greek-ext */
238
+ @font-face {
239
+ font-family: 'Open Sans';
240
+ font-style: normal;
241
+ font-weight: 600;
242
+ font-stretch: 100%;
243
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
244
+ unicode-range: U+1F00-1FFF;
245
+ }
246
+ /* greek */
247
+ @font-face {
248
+ font-family: 'Open Sans';
249
+ font-style: normal;
250
+ font-weight: 600;
251
+ font-stretch: 100%;
252
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
253
+ unicode-range: U+0370-03FF;
254
+ }
255
+ /* hebrew */
256
+ @font-face {
257
+ font-family: 'Open Sans';
258
+ font-style: normal;
259
+ font-weight: 600;
260
+ font-stretch: 100%;
261
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
262
+ unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
263
+ }
264
+ /* vietnamese */
265
+ @font-face {
266
+ font-family: 'Open Sans';
267
+ font-style: normal;
268
+ font-weight: 600;
269
+ font-stretch: 100%;
270
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
271
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
272
+ }
273
+ /* latin-ext */
274
+ @font-face {
275
+ font-family: 'Open Sans';
276
+ font-style: normal;
277
+ font-weight: 600;
278
+ font-stretch: 100%;
279
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
280
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
281
+ }
282
+ /* latin */
283
+ @font-face {
284
+ font-family: 'Open Sans';
285
+ font-style: normal;
286
+ font-weight: 600;
287
+ font-stretch: 100%;
288
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
289
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
290
+ }
291
+ /* cyrillic-ext */
292
+ @font-face {
293
+ font-family: 'Open Sans';
294
+ font-style: normal;
295
+ font-weight: 700;
296
+ font-stretch: 100%;
297
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
298
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
299
+ }
300
+ /* cyrillic */
301
+ @font-face {
302
+ font-family: 'Open Sans';
303
+ font-style: normal;
304
+ font-weight: 700;
305
+ font-stretch: 100%;
306
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
307
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
308
+ }
309
+ /* greek-ext */
310
+ @font-face {
311
+ font-family: 'Open Sans';
312
+ font-style: normal;
313
+ font-weight: 700;
314
+ font-stretch: 100%;
315
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
316
+ unicode-range: U+1F00-1FFF;
317
+ }
318
+ /* greek */
319
+ @font-face {
320
+ font-family: 'Open Sans';
321
+ font-style: normal;
322
+ font-weight: 700;
323
+ font-stretch: 100%;
324
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
325
+ unicode-range: U+0370-03FF;
326
+ }
327
+ /* hebrew */
328
+ @font-face {
329
+ font-family: 'Open Sans';
330
+ font-style: normal;
331
+ font-weight: 700;
332
+ font-stretch: 100%;
333
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
334
+ unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
335
+ }
336
+ /* vietnamese */
337
+ @font-face {
338
+ font-family: 'Open Sans';
339
+ font-style: normal;
340
+ font-weight: 700;
341
+ font-stretch: 100%;
342
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
343
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
344
+ }
345
+ /* latin-ext */
346
+ @font-face {
347
+ font-family: 'Open Sans';
348
+ font-style: normal;
349
+ font-weight: 700;
350
+ font-stretch: 100%;
351
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
352
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
353
+ }
354
+ /* latin */
355
+ @font-face {
356
+ font-family: 'Open Sans';
357
+ font-style: normal;
358
+ font-weight: 700;
359
+ font-stretch: 100%;
360
+ src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
361
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
362
+ }
363
+
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license SEE LICENSE.md
3
+ * Copyright (c) 2021 NL Design System Community
4
+ * All rights reserved
5
+ */
6
+
7
+ @import "./design-tokens.css";
8
+ @import "./font.css";
@@ -0,0 +1,6 @@
1
+ const config = require('./src/config.json');
2
+ const { createConfig } = require('../../style-dictionary-config');
3
+
4
+ module.exports = createConfig({
5
+ selector: `.${config.prefix}-theme`,
6
+ });
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Sep 2023 14:31:41 GMT
3
+ * Generated on Thu, 28 Sep 2023 14:19:26 GMT
4
4
  */
5
5
 
6
6
  .rotterdam-theme {
@@ -55,6 +55,13 @@
55
55
  --utrecht-code-font-size: inherit;
56
56
  --utrecht-code-color: var(--rotterdam-color-gray-tint-11);
57
57
  --utrecht-code-background-color: var(--rotterdam-color-gray-tint-01);
58
+ --utrecht-breadcrumb-separator-icon-size: 16px;
59
+ --utrecht-breadcrumb-separator-icon-color: var(--rotterdam-color-green-tint-01);
60
+ --utrecht-breadcrumb-link-hover-color: var(--rotterdam-color-green-tint-01);
61
+ --utrecht-breadcrumb-link-disabled-color: var(--rotterdam-color-gray-tint-09);
62
+ --utrecht-breadcrumb-link-current-color: var(--rotterdam-color-gray-tint-09);
63
+ --utrecht-breadcrumb-link-color: var(--rotterdam-color-green-tint-01);
64
+ --utrecht-breadcrumb-font-family: var(--utrecht-document-font-family);
58
65
  --utrecht-alert-icon-gap: 8px;
59
66
  --utrecht-alert-icon-ok-color: var(--rotterdam-color-green-tint-01);
60
67
  --utrecht-alert-icon-warning-color: #a65600;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 19 Sep 2023 14:31:41 GMT
3
+ * Generated on Thu, 28 Sep 2023 14:19:26 GMT
4
4
  */
5
5
 
6
6
  export const conductionCardHeaderColor = "var(--utrecht-document-color)";
@@ -141,6 +141,13 @@ export const utrechtAlertIconErrorColor = "var(--rotterdam-color-red-tint-02)";
141
141
  export const utrechtAlertIconWarningColor = "#a65600";
142
142
  export const utrechtAlertIconOkColor = "var(--rotterdam-color-green-tint-01)";
143
143
  export const utrechtAlertIconGap = "8px";
144
+ export const utrechtBreadcrumbFontFamily = "var(--utrecht-document-font-family)";
145
+ export const utrechtBreadcrumbLinkColor = "var(--rotterdam-color-green-tint-01)";
146
+ export const utrechtBreadcrumbLinkCurrentColor = "var(--rotterdam-color-gray-tint-09)";
147
+ export const utrechtBreadcrumbLinkDisabledColor = "var(--rotterdam-color-gray-tint-09)";
148
+ export const utrechtBreadcrumbLinkHoverColor = "var(--rotterdam-color-green-tint-01)";
149
+ export const utrechtBreadcrumbSeparatorIconColor = "var(--rotterdam-color-green-tint-01)";
150
+ export const utrechtBreadcrumbSeparatorIconSize = "16px";
144
151
  export const utrechtCodeBackgroundColor = "var(--rotterdam-color-gray-tint-01)";
145
152
  export const utrechtCodeColor = "var(--rotterdam-color-gray-tint-11)";
146
153
  export const utrechtCodeFontSize = "inherit";