@conduction/theme 1.1.54 → 1.1.56

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 (59) hide show
  1. package/README.md +2 -1
  2. package/municipalities/buren-design-tokens/LICENSE.md +17 -0
  3. package/municipalities/buren-design-tokens/README.md +3 -0
  4. package/municipalities/buren-design-tokens/documentation/color.stories.mdx +17 -0
  5. package/municipalities/buren-design-tokens/documentation/components.stories.mdx +11 -0
  6. package/municipalities/buren-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  7. package/municipalities/buren-design-tokens/documentation/readme.stories.mdx +7 -0
  8. package/municipalities/buren-design-tokens/package.json +41 -0
  9. package/municipalities/buren-design-tokens/src/brand/buren/color.tokens.json +141 -0
  10. package/municipalities/buren-design-tokens/src/brand/buren/font-size.tokens.json +50 -0
  11. package/municipalities/buren-design-tokens/src/brand/buren/size.tokens.json +17 -0
  12. package/municipalities/buren-design-tokens/src/brand/buren/typography.tokens.json +40 -0
  13. package/municipalities/buren-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  14. package/municipalities/buren-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  15. package/municipalities/buren-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  16. package/municipalities/buren-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  17. package/municipalities/buren-design-tokens/src/component/conduction/logo.tokens.json +39 -0
  18. package/municipalities/buren-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  19. package/municipalities/buren-design-tokens/src/component/conduction/pagination.tokens.json +97 -0
  20. package/municipalities/buren-design-tokens/src/component/conduction/select.tokens.json +39 -0
  21. package/municipalities/buren-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  22. package/municipalities/buren-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  23. package/municipalities/buren-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  24. package/municipalities/buren-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  25. package/municipalities/buren-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  26. package/municipalities/buren-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  27. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  28. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  29. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  30. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  31. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  32. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  33. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  34. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  35. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  36. package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  37. package/municipalities/buren-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  38. package/municipalities/buren-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  39. package/municipalities/buren-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  40. package/municipalities/buren-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  41. package/municipalities/buren-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  42. package/municipalities/buren-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  43. package/municipalities/buren-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  44. package/municipalities/buren-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  45. package/municipalities/buren-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  46. package/municipalities/buren-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  47. package/municipalities/buren-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  48. package/municipalities/buren-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  49. package/municipalities/buren-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  50. package/municipalities/buren-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  51. package/municipalities/buren-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  52. package/municipalities/buren-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  53. package/municipalities/buren-design-tokens/src/component/utrecht/textbox.tokens.json +32 -0
  54. package/municipalities/buren-design-tokens/src/config.json +73 -0
  55. package/municipalities/buren-design-tokens/src/font.scss +80 -0
  56. package/municipalities/buren-design-tokens/src/index.scss +8 -0
  57. package/municipalities/buren-design-tokens/style-dictionary.config.js +6 -0
  58. package/municipalities/soest-design-tokens/src/component/conduction/logo.tokens.json +3 -3
  59. package/package.json +3 -2
@@ -0,0 +1,60 @@
1
+ {
2
+ "utrecht": {
3
+ "table": {
4
+ "border-color": { "value": "{buren.color.grey.58}" },
5
+ "border-width": { "value": "{buren.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": "{buren.size.md}" },
11
+ "caption": {
12
+ "font-weight": {},
13
+ "font-family": {},
14
+ "font-size": {},
15
+ "color": { "value": "{buren.color.white.100}" },
16
+ "line-height": {},
17
+ "text-align": {},
18
+ "margin-block-end": {}
19
+ },
20
+ "header": {
21
+ "font-weight": { "value": "{buren.typography.font-weight.bold}" },
22
+ "background-color": { "value": "{buren.color.primary}" },
23
+ "color": { "value": "{buren.color.white}" },
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": "{buren.typography.font-weight.bold}" },
31
+ "color": { "value": "{buren.color.white.100}" },
32
+ "text-transform": { "value": "unset" }
33
+ },
34
+ "cell": {
35
+ "line-height": {},
36
+ "padding-block-end": { "value": "6.4px" },
37
+ "padding-block-start": { "value": "6.4px" },
38
+ "padding-inline-end": { "value": "6.4px" },
39
+ "padding-inline-start": { "value": "6.4px" },
40
+ "icon": {
41
+ "size": {}
42
+ }
43
+ },
44
+ "row": {
45
+ "border-block-end-color": { "value": "{buren.color.grey.58}" },
46
+ "border-block-end-width": { "value": "{buren.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,32 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "border-bottom-width": { "value": "{buren.size.3xs}" },
5
+ "border-color": { "value": "{buren.color.grey.58}" },
6
+ "border-radius": { "value": "" },
7
+ "border-width": { "value": "0 0 {buren.size.3xs} 0" },
8
+ "color": { "value": "{buren.color.grey.29}" },
9
+ "font-family": { "value": "{buren.typography.sans-serif.font-family}" },
10
+ "font-size": { "value": "{buren.font-size.md}" },
11
+ "font-weight": { "value": "{buren.typography.font-weight.normal}" },
12
+ "min-inline-height": {},
13
+ "max-inline-size": {},
14
+ "padding-block-end": { "value": "14px" },
15
+ "padding-block-start": { "value": "14px" },
16
+ "padding-inline-end": { "value": "16px" },
17
+ "padding-inline-start": { "value": "16px" },
18
+ "disabled": {
19
+ "border-color": { "value": "{buren.color.grey.87}" },
20
+ "color": {}
21
+ },
22
+ "invalid": {
23
+ "border-color": { "value": "{buren.color.error}" },
24
+ "border-width": { "value": "0 0 {buren.size.3xs} 0" }
25
+ },
26
+ "read-only": {
27
+ "border-color": { "value": "{buren.color.grey.48}" },
28
+ "color": {}
29
+ }
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "fullName": "Gemeente Buren",
3
+ "name": "Buren",
4
+ "prefix": "buren",
5
+ "npm": "@nl-design-system-unstable/buren-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-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,80 @@
1
+ /* math */
2
+ @font-face {
3
+ font-family: 'Roboto';
4
+ font-style: italic;
5
+ font-weight: 100 900;
6
+ font-stretch: 100%;
7
+ font-display: swap;
8
+ src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaSTbQWt4N.woff2) format('woff2');
9
+ unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
10
+ }
11
+ /* symbols */
12
+ @font-face {
13
+ font-family: 'Roboto';
14
+ font-style: italic;
15
+ font-weight: 100 900;
16
+ font-stretch: 100%;
17
+ font-display: swap;
18
+ src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaSTbQWt4N.woff2) format('woff2');
19
+ unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
20
+ }
21
+ /* latin-ext */
22
+ @font-face {
23
+ font-family: 'Roboto';
24
+ font-style: italic;
25
+ font-weight: 100 900;
26
+ font-stretch: 100%;
27
+ font-display: swap;
28
+ src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaSTbQWt4N.woff2) format('woff2');
29
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
30
+ }
31
+ /* latin */
32
+ @font-face {
33
+ font-family: 'Roboto';
34
+ font-style: italic;
35
+ font-weight: 100 900;
36
+ font-stretch: 100%;
37
+ font-display: swap;
38
+ src: url(https://fonts.gstatic.com/s/roboto/v49/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format('woff2');
39
+ 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
40
+ }
41
+ /* math */
42
+ @font-face {
43
+ font-family: 'Roboto';
44
+ font-style: normal;
45
+ font-weight: 100 900;
46
+ font-stretch: 100%;
47
+ font-display: swap;
48
+ src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2) format('woff2');
49
+ unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
50
+ }
51
+ /* symbols */
52
+ @font-face {
53
+ font-family: 'Roboto';
54
+ font-style: normal;
55
+ font-weight: 100 900;
56
+ font-stretch: 100%;
57
+ font-display: swap;
58
+ src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2) format('woff2');
59
+ unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
60
+ }
61
+ /* latin-ext */
62
+ @font-face {
63
+ font-family: 'Roboto';
64
+ font-style: normal;
65
+ font-weight: 100 900;
66
+ font-stretch: 100%;
67
+ font-display: swap;
68
+ src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2) format('woff2');
69
+ unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
70
+ }
71
+ /* latin */
72
+ @font-face {
73
+ font-family: 'Roboto';
74
+ font-style: normal;
75
+ font-weight: 100 900;
76
+ font-stretch: 100%;
77
+ font-display: swap;
78
+ src: url(https://fonts.gstatic.com/s/roboto/v49/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
79
+ 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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
80
+ }
@@ -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
+ });