@conduction/theme 1.1.38 → 1.1.39

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 (76) hide show
  1. package/README.md +1 -0
  2. package/municipalities/bct-design-tokens/LICENSE.md +17 -0
  3. package/municipalities/bct-design-tokens/README.md +3 -0
  4. package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -0
  5. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -0
  6. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  7. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -0
  8. package/municipalities/bct-design-tokens/package.json +40 -0
  9. package/municipalities/bct-design-tokens/src/brand/bct/color.tokens.json +137 -0
  10. package/municipalities/bct-design-tokens/src/brand/bct/font-size.tokens.json +50 -0
  11. package/municipalities/bct-design-tokens/src/brand/bct/size.tokens.json +17 -0
  12. package/municipalities/bct-design-tokens/src/brand/bct/typography.tokens.json +45 -0
  13. package/municipalities/bct-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  14. package/municipalities/bct-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  15. package/municipalities/bct-design-tokens/src/component/conduction/card-header.tokens.json +27 -0
  16. package/municipalities/bct-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  17. package/municipalities/bct-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  18. package/municipalities/bct-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  19. package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -0
  20. package/municipalities/bct-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  21. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  22. package/municipalities/bct-design-tokens/src/component/conduction/select.tokens.json +39 -0
  23. package/municipalities/bct-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  24. package/municipalities/bct-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
  25. package/municipalities/bct-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  26. package/municipalities/bct-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
  27. package/municipalities/bct-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  28. package/municipalities/bct-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  29. package/municipalities/bct-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  30. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  31. package/municipalities/bct-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  32. package/municipalities/bct-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
  33. package/municipalities/bct-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  34. package/municipalities/bct-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  35. package/municipalities/bct-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  36. package/municipalities/bct-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  37. package/municipalities/bct-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  38. package/municipalities/bct-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  39. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  40. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  41. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  42. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  43. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  44. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  45. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  46. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  47. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
  48. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  49. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  50. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  51. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  52. package/municipalities/bct-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  53. package/municipalities/bct-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  54. package/municipalities/bct-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  55. package/municipalities/bct-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  56. package/municipalities/bct-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  57. package/municipalities/bct-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  58. package/municipalities/bct-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  59. package/municipalities/bct-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  60. package/municipalities/bct-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
  61. package/municipalities/bct-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  62. package/municipalities/bct-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  63. package/municipalities/bct-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  64. package/municipalities/bct-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  65. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  66. package/municipalities/bct-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  67. package/municipalities/bct-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  68. package/municipalities/bct-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  69. package/municipalities/bct-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  70. package/municipalities/bct-design-tokens/src/component/utrecht/textbox.tokens.json +34 -0
  71. package/municipalities/bct-design-tokens/src/config.json +73 -0
  72. package/municipalities/bct-design-tokens/src/font.js +8 -0
  73. package/municipalities/bct-design-tokens/src/font.scss +385 -0
  74. package/municipalities/bct-design-tokens/src/index.scss +8 -0
  75. package/municipalities/bct-design-tokens/style-dictionary.config.js +6 -0
  76. package/package.json +3 -2
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "spotlight-section": {
4
+ "background-color": { "value": "{bct.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{bct.color.alert-info}" },
8
+ "padding-block-start": { "value": "{bct.size.lg}" },
9
+ "padding-block-end": { "value": "{bct.size.lg}" },
10
+ "padding-inline-start": { "value": "{bct.size.lg}" },
11
+ "padding-inline-end": { "value": "{bct.size.lg}" },
12
+ "margin-block-start": { "value": "{bct.size.lg}" },
13
+ "margin-block-end": {},
14
+ "info": {
15
+ "background-color": { "value": "{bct.color.alert-info-background}" },
16
+ "color": { "value": "{bct.color.alert-info}" }
17
+ },
18
+ "warning": {
19
+ "background-color": { "value": "{bct.color.alert-warning-background}" },
20
+ "color": { "value": "{bct.color.alert-warning}" }
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{bct.color.white.100}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "utrecht": {
3
+ "table": {
4
+ "border-color": {},
5
+ "border-width": {},
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": "{bct.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": "{bct.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": "{bct.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": "{bct.size.md}" },
37
+ "padding-block-start": { "value": "{bct.size.md}" },
38
+ "padding-inline-end": { "value": "{bct.size.md}" },
39
+ "padding-inline-start": { "value": "{bct.size.md}" },
40
+ "icon": {
41
+ "size": {}
42
+ }
43
+ },
44
+ "row": {
45
+ "border-block-end-color": { "value": "{bct.color.grey.82}" },
46
+ "border-block-end-width": { "value": "{bct.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,34 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "border-bottom-width": {},
5
+ "border-color": { "value": "{bct.color.grey.48}" },
6
+ "border-radius": { "value": "3px" },
7
+ "border-width": { "value": "{bct.size.4xs}" },
8
+ "color": { "value": "{bct.color.grey.29}" },
9
+ "font-family": { "value": "{bct.typography.roboto.font-family}" },
10
+ "font-size": {
11
+ "value": "0.938rem",
12
+ "comment": "15px"
13
+ },
14
+ "min-inline-height": {},
15
+ "max-inline-size": {},
16
+ "padding-block-end": { "value": "{bct.size.xs}" },
17
+ "padding-block-start": { "value": "{bct.size.xs}" },
18
+ "padding-inline-end": { "value": "{bct.size.sm}" },
19
+ "padding-inline-start": { "value": "{bct.size.sm}" },
20
+ "disabled": {
21
+ "border-color": { "value": "{bct.color.grey.87}" },
22
+ "color": {}
23
+ },
24
+ "invalid": {
25
+ "border-color": { "value": "{bct.color.error}" },
26
+ "border-width": { "value": "{bct.size.4xs}" }
27
+ },
28
+ "read-only": {
29
+ "border-color": { "value": "{bct.color.grey.48}" },
30
+ "color": {}
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "fullName": "BCT",
3
+ "name": "BCT",
4
+ "prefix": "bct",
5
+ "npm": "@bct/theme",
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-breadcrumb-nac--default",
13
+ "react-utrecht-breadcrumb-nac--separator",
14
+ "react-utrecht-button--default",
15
+ "react-utrecht-button--hover",
16
+ "react-utrecht-button--primary-action-button",
17
+ "react-utrecht-button--secondary-action-button",
18
+ "react-utrecht-calendar--default",
19
+ "react-utrecht-calendar--limited-range-calendar",
20
+ "react-utrecht-checkbox--default",
21
+ "react-utrecht-checkbox--checked",
22
+ "react-utrecht-checkbox--disabled",
23
+ "react-utrecht-checkbox--checked-and-disabled",
24
+ "react-utrecht-checkbox--hover",
25
+ "react-utrecht-checkbox--focus",
26
+ "react-utrecht-checkbox--focus-visible",
27
+ "react-utrecht-code--default",
28
+ "react-utrecht-code-block--default",
29
+ "react-utrecht-data-badge--default",
30
+ "react-utrecht-document--default",
31
+ "react-utrecht-heading-1--default",
32
+ "react-utrecht-heading-2--default",
33
+ "react-utrecht-heading-3--default",
34
+ "react-utrecht-heading-4--default",
35
+ "react-utrecht-heading-5--default",
36
+ "react-utrecht-link--default",
37
+ "react-utrecht-link--hover",
38
+ "react-utrecht-link--focus",
39
+ "react-utrecht-ordered-list--default",
40
+ "react-utrecht-unordered-list--default",
41
+ "react-utrecht-page--default",
42
+ "react-utrecht-page-header--default",
43
+ "react-utrecht-page-footer--default",
44
+ "react-utrecht-paragraph--default",
45
+ "react-utrecht-radio-button--default",
46
+ "react-utrecht-radio-button--hover",
47
+ "react-utrecht-radio-button--focus",
48
+ "react-utrecht-radio-button--checked",
49
+ "react-utrecht-radio-button--checked-and-disabled",
50
+ "react-utrecht-radio-button--disabled",
51
+ "react-utrecht-separator--default",
52
+ "react-utrecht-skip-link--default",
53
+ "react-utrecht-spotlicht-section--default",
54
+ "react-utrecht-spotlicht-section--info",
55
+ "react-utrecht-spotlicht-section--warning",
56
+ "react-utrecht-surface--default",
57
+ "react-utrecht-table--default",
58
+ "react-utrecht-textbox--default",
59
+ "react-conduction-card-header--default",
60
+ "react-conduction-card-header--hover",
61
+ "react-conduction-card-wrapper--default",
62
+ "react-conduction-card-wrapper--hover",
63
+ "react-conduction-pagination--default",
64
+ "react-conduction-input-select--default",
65
+ "react-conduction-input-select--list-option",
66
+ "react-conduction-input-select--placeholder",
67
+ "react-conduction-tabs--default",
68
+ "react-conduction-tabs--selected",
69
+ "react-conduction-tabs--hover",
70
+ "react-conduction-tabs--list",
71
+ "react-conduction-tabs--panel"
72
+ ]
73
+ }
@@ -0,0 +1,8 @@
1
+ import '@fontsource/roboto/300.css';
2
+ import '@fontsource/roboto/300-italic.css';
3
+ import '@fontsource/roboto/400.css';
4
+ import '@fontsource/roboto/400-italic.css';
5
+ import '@fontsource/roboto/700.css';
6
+ import '@fontsource/roboto/700-italic.css';
7
+ import '@fontsource/roboto-slab/300.css';
8
+ import '@fontsource/roboto-slab/500.css';
@@ -0,0 +1,385 @@
1
+ /* Place any @font-face definitions here */
2
+
3
+ /* Roboto Font-Family */
4
+ /* cyrillic-ext */
5
+ @font-face {
6
+ font-family: "Roboto";
7
+ font-style: normal;
8
+ font-weight: 300;
9
+ font-display: swap;
10
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2)
11
+ format("woff2");
12
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
13
+ U+FE2E-FE2F;
14
+ }
15
+ /* cyrillic */
16
+ @font-face {
17
+ font-family: "Roboto";
18
+ font-style: normal;
19
+ font-weight: 300;
20
+ font-display: swap;
21
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2)
22
+ format("woff2");
23
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
24
+ }
25
+ /* greek-ext */
26
+ @font-face {
27
+ font-family: "Roboto";
28
+ font-style: normal;
29
+ font-weight: 300;
30
+ font-display: swap;
31
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2)
32
+ format("woff2");
33
+ unicode-range: U+1F00-1FFF;
34
+ }
35
+ /* greek */
36
+ @font-face {
37
+ font-family: "Roboto";
38
+ font-style: normal;
39
+ font-weight: 300;
40
+ font-display: swap;
41
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2)
42
+ format("woff2");
43
+ unicode-range: U+0370-03FF;
44
+ }
45
+ /* vietnamese */
46
+ @font-face {
47
+ font-family: "Roboto";
48
+ font-style: normal;
49
+ font-weight: 300;
50
+ font-display: swap;
51
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2)
52
+ format("woff2");
53
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
54
+ U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
55
+ U+1EA0-1EF9, U+20AB;
56
+ }
57
+ /* latin-ext */
58
+ @font-face {
59
+ font-family: "Roboto";
60
+ font-style: normal;
61
+ font-weight: 300;
62
+ font-display: swap;
63
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2)
64
+ format("woff2");
65
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
66
+ U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
67
+ }
68
+ /* latin */
69
+ @font-face {
70
+ font-family: "Roboto";
71
+ font-style: normal;
72
+ font-weight: 300;
73
+ font-display: swap;
74
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2)
75
+ format("woff2");
76
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
77
+ U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
78
+ U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
79
+ }
80
+ /* cyrillic-ext */
81
+ @font-face {
82
+ font-family: "Roboto";
83
+ font-style: normal;
84
+ font-weight: 400;
85
+ font-display: swap;
86
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2)
87
+ format("woff2");
88
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
89
+ U+FE2E-FE2F;
90
+ }
91
+ /* cyrillic */
92
+ @font-face {
93
+ font-family: "Roboto";
94
+ font-style: normal;
95
+ font-weight: 400;
96
+ font-display: swap;
97
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2)
98
+ format("woff2");
99
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
100
+ }
101
+ /* greek-ext */
102
+ @font-face {
103
+ font-family: "Roboto";
104
+ font-style: normal;
105
+ font-weight: 400;
106
+ font-display: swap;
107
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2)
108
+ format("woff2");
109
+ unicode-range: U+1F00-1FFF;
110
+ }
111
+ /* greek */
112
+ @font-face {
113
+ font-family: "Roboto";
114
+ font-style: normal;
115
+ font-weight: 400;
116
+ font-display: swap;
117
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2)
118
+ format("woff2");
119
+ unicode-range: U+0370-03FF;
120
+ }
121
+ /* vietnamese */
122
+ @font-face {
123
+ font-family: "Roboto";
124
+ font-style: normal;
125
+ font-weight: 400;
126
+ font-display: swap;
127
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2)
128
+ format("woff2");
129
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
130
+ U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
131
+ U+1EA0-1EF9, U+20AB;
132
+ }
133
+ /* latin-ext */
134
+ @font-face {
135
+ font-family: "Roboto";
136
+ font-style: normal;
137
+ font-weight: 400;
138
+ font-display: swap;
139
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2)
140
+ format("woff2");
141
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
142
+ U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
143
+ }
144
+ /* latin */
145
+ @font-face {
146
+ font-family: "Roboto";
147
+ font-style: normal;
148
+ font-weight: 400;
149
+ font-display: swap;
150
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2)
151
+ format("woff2");
152
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
153
+ U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
154
+ U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
155
+ }
156
+ /* cyrillic-ext */
157
+ @font-face {
158
+ font-family: "Roboto";
159
+ font-style: normal;
160
+ font-weight: 700;
161
+ font-display: swap;
162
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2)
163
+ format("woff2");
164
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
165
+ U+FE2E-FE2F;
166
+ }
167
+ /* cyrillic */
168
+ @font-face {
169
+ font-family: "Roboto";
170
+ font-style: normal;
171
+ font-weight: 700;
172
+ font-display: swap;
173
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2)
174
+ format("woff2");
175
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
176
+ }
177
+ /* greek-ext */
178
+ @font-face {
179
+ font-family: "Roboto";
180
+ font-style: normal;
181
+ font-weight: 700;
182
+ font-display: swap;
183
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2)
184
+ format("woff2");
185
+ unicode-range: U+1F00-1FFF;
186
+ }
187
+ /* greek */
188
+ @font-face {
189
+ font-family: "Roboto";
190
+ font-style: normal;
191
+ font-weight: 700;
192
+ font-display: swap;
193
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2)
194
+ format("woff2");
195
+ unicode-range: U+0370-03FF;
196
+ }
197
+ /* vietnamese */
198
+ @font-face {
199
+ font-family: "Roboto";
200
+ font-style: normal;
201
+ font-weight: 700;
202
+ font-display: swap;
203
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2)
204
+ format("woff2");
205
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
206
+ U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
207
+ U+1EA0-1EF9, U+20AB;
208
+ }
209
+ /* latin-ext */
210
+ @font-face {
211
+ font-family: "Roboto";
212
+ font-style: normal;
213
+ font-weight: 700;
214
+ font-display: swap;
215
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2)
216
+ format("woff2");
217
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
218
+ U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
219
+ }
220
+ /* latin */
221
+ @font-face {
222
+ font-family: "Roboto";
223
+ font-style: normal;
224
+ font-weight: 700;
225
+ font-display: swap;
226
+ src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2)
227
+ format("woff2");
228
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
229
+ U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
230
+ U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
231
+ }
232
+
233
+ /* Roboto Slab Font-Family */
234
+ /* cyrillic-ext */
235
+ @font-face {
236
+ font-family: "Roboto Slab";
237
+ font-style: normal;
238
+ font-weight: 300;
239
+ font-display: swap;
240
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2)
241
+ format("woff2");
242
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
243
+ U+FE2E-FE2F;
244
+ }
245
+ /* cyrillic */
246
+ @font-face {
247
+ font-family: "Roboto Slab";
248
+ font-style: normal;
249
+ font-weight: 300;
250
+ font-display: swap;
251
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2)
252
+ format("woff2");
253
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
254
+ }
255
+ /* greek-ext */
256
+ @font-face {
257
+ font-family: "Roboto Slab";
258
+ font-style: normal;
259
+ font-weight: 300;
260
+ font-display: swap;
261
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2)
262
+ format("woff2");
263
+ unicode-range: U+1F00-1FFF;
264
+ }
265
+ /* greek */
266
+ @font-face {
267
+ font-family: "Roboto Slab";
268
+ font-style: normal;
269
+ font-weight: 300;
270
+ font-display: swap;
271
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2)
272
+ format("woff2");
273
+ unicode-range: U+0370-03FF;
274
+ }
275
+ /* vietnamese */
276
+ @font-face {
277
+ font-family: "Roboto Slab";
278
+ font-style: normal;
279
+ font-weight: 300;
280
+ font-display: swap;
281
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2)
282
+ format("woff2");
283
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
284
+ U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
285
+ U+1EA0-1EF9, U+20AB;
286
+ }
287
+ /* latin-ext */
288
+ @font-face {
289
+ font-family: "Roboto Slab";
290
+ font-style: normal;
291
+ font-weight: 300;
292
+ font-display: swap;
293
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2)
294
+ format("woff2");
295
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
296
+ U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
297
+ }
298
+ /* latin */
299
+ @font-face {
300
+ font-family: "Roboto Slab";
301
+ font-style: normal;
302
+ font-weight: 300;
303
+ font-display: swap;
304
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2)
305
+ format("woff2");
306
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
307
+ U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
308
+ U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
309
+ }
310
+ /* cyrillic-ext */
311
+ @font-face {
312
+ font-family: "Roboto Slab";
313
+ font-style: normal;
314
+ font-weight: 500;
315
+ font-display: swap;
316
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2)
317
+ format("woff2");
318
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
319
+ U+FE2E-FE2F;
320
+ }
321
+ /* cyrillic */
322
+ @font-face {
323
+ font-family: "Roboto Slab";
324
+ font-style: normal;
325
+ font-weight: 500;
326
+ font-display: swap;
327
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2)
328
+ format("woff2");
329
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
330
+ }
331
+ /* greek-ext */
332
+ @font-face {
333
+ font-family: "Roboto Slab";
334
+ font-style: normal;
335
+ font-weight: 500;
336
+ font-display: swap;
337
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2)
338
+ format("woff2");
339
+ unicode-range: U+1F00-1FFF;
340
+ }
341
+ /* greek */
342
+ @font-face {
343
+ font-family: "Roboto Slab";
344
+ font-style: normal;
345
+ font-weight: 500;
346
+ font-display: swap;
347
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2)
348
+ format("woff2");
349
+ unicode-range: U+0370-03FF;
350
+ }
351
+ /* vietnamese */
352
+ @font-face {
353
+ font-family: "Roboto Slab";
354
+ font-style: normal;
355
+ font-weight: 500;
356
+ font-display: swap;
357
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2)
358
+ format("woff2");
359
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
360
+ U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
361
+ U+1EA0-1EF9, U+20AB;
362
+ }
363
+ /* latin-ext */
364
+ @font-face {
365
+ font-family: "Roboto Slab";
366
+ font-style: normal;
367
+ font-weight: 500;
368
+ font-display: swap;
369
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2)
370
+ format("woff2");
371
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
372
+ U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
373
+ }
374
+ /* latin */
375
+ @font-face {
376
+ font-family: "Roboto Slab";
377
+ font-style: normal;
378
+ font-weight: 500;
379
+ font-display: swap;
380
+ src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2)
381
+ format("woff2");
382
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
383
+ U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
384
+ U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
385
+ }
@@ -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
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.38",
3
+ "version": "1.1.39",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -31,7 +31,8 @@
31
31
  "build:gooise-meren": "cd ./municipalities/gooise-meren-design-tokens && npm run build",
32
32
  "build:moerdijk": "cd ./municipalities/moerdijk-design-tokens && npm run build",
33
33
  "build:hof-van-twente": "cd ./municipalities/hof-van-twente-design-tokens && npm run build",
34
- "build:lansingerland": "cd ./municipalities/lansingerland-design-tokens && npm run build"
34
+ "build:lansingerland": "cd ./municipalities/lansingerland-design-tokens && npm run build",
35
+ "build:bct": "cd ./municipalities/bct-design-tokens && npm run build"
35
36
  },
36
37
  "dependencies": {
37
38
  "@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100",