@conduction/theme 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/conduction-design-tokens/dist/design-tokens.css +1 -1
- package/conduction-design-tokens/dist/index.js +1 -1
- package/conduction-design-tokens/dist/index.less +1 -1
- package/conduction-design-tokens/dist/index.scss +1 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +10 -0
- package/municipalities/dinkelland-design-tokens/dist/font.css +1 -0
- package/municipalities/dinkelland-design-tokens/dist/index.css +7 -0
- package/municipalities/dinkelland-design-tokens/dist/index.js +8 -0
- package/municipalities/dinkelland-design-tokens/dist/index.json +65 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +7 -0
- package/municipalities/dinkelland-design-tokens/dist/index.scss +7 -0
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +80 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/leiden-design-tokens/dist/index.js +1 -1
- package/municipalities/leiden-design-tokens/dist/index.less +1 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
- package/municipalities/tubbergen-design-tokens/LICENSE.md +17 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +332 -0
- package/municipalities/tubbergen-design-tokens/dist/font.css +115 -0
- package/municipalities/tubbergen-design-tokens/dist/index.css +7 -0
- package/municipalities/tubbergen-design-tokens/dist/index.js +330 -0
- package/municipalities/tubbergen-design-tokens/dist/index.json +6509 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +329 -0
- package/municipalities/tubbergen-design-tokens/dist/index.scss +329 -0
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +6896 -0
- package/municipalities/tubbergen-design-tokens/package.json +37 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +95 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/font-size.tokens.json +17 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/size.tokens.json +17 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/typography.tokens.json +47 -0
- package/municipalities/tubbergen-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/tubbergen-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/table.tokens.json +22 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/list.tokens.json +32 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/page-footer.tokens.json +16 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
- package/municipalities/tubbergen-design-tokens/src/config.json +7 -0
- package/municipalities/tubbergen-design-tokens/src/font.scss +149 -0
- package/municipalities/tubbergen-design-tokens/src/index.scss +8 -0
- package/municipalities/tubbergen-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
- package/package.json +10 -1
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"heading-1": {
|
|
4
|
+
"color": { "value": "{tubbergen.color.black.13}" },
|
|
5
|
+
"font-family": { "value": "{tubbergen.typography.montserrat.font-family}" },
|
|
6
|
+
"font-size": { "value": "{tubbergen.font-size.2xl}" },
|
|
7
|
+
"font-weight": { "value": "{tubbergen.typography.font-weight.bold}" },
|
|
8
|
+
"line-height": {},
|
|
9
|
+
"margin-block-end": { "value": "{tubbergen.size.sm}" },
|
|
10
|
+
"margin-block-start": { "value": "{tubbergen.size.sm}" }
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"heading-2": {
|
|
14
|
+
"color": { "value": "{tubbergen.color.black.13}" },
|
|
15
|
+
"font-family": { "value": "{tubbergen.typography.montserrat.font-family}" },
|
|
16
|
+
"font-size": { "value": "{tubbergen.font-size.xl}" },
|
|
17
|
+
"font-weight": { "value": "{tubbergen.typography.font-weight.bold}" },
|
|
18
|
+
"line-height": {},
|
|
19
|
+
"margin-block-end": { "value": "{tubbergen.size.xs}" },
|
|
20
|
+
"margin-block-start": { "value": 0 }
|
|
21
|
+
},
|
|
22
|
+
|
|
23
|
+
"heading-3": {
|
|
24
|
+
"color": { "value": "{tubbergen.color.black.13}" },
|
|
25
|
+
"font-family": { "value": "{tubbergen.typography.montserrat.font-family}" },
|
|
26
|
+
"font-size": { "value": "{tubbergen.font-size.lg}" },
|
|
27
|
+
"font-weight": { "value": "{tubbergen.typography.font-weight.normal}" },
|
|
28
|
+
"line-height": {},
|
|
29
|
+
"margin-block-end": { "value": "{tubbergen.size.2xs}" },
|
|
30
|
+
"margin-block-start": { "value": 0 }
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
"heading-4": {
|
|
34
|
+
"color": { "value": "{tubbergen.color.black.13}" },
|
|
35
|
+
"font-family": { "value": "{tubbergen.typography.montserrat.font-family}" },
|
|
36
|
+
"font-size": { "value": "{tubbergen.font-size.md}" },
|
|
37
|
+
"font-weight": { "value": "{tubbergen.typography.font-weight.normal}" },
|
|
38
|
+
"line-height": {},
|
|
39
|
+
"margin-block-end": { "value": 0 },
|
|
40
|
+
"margin-block-start": { "value": 0 }
|
|
41
|
+
},
|
|
42
|
+
|
|
43
|
+
"heading-5": {
|
|
44
|
+
"color": { "value": "{tubbergen.color.black.13}" },
|
|
45
|
+
"font-family": { "value": "{tubbergen.typography.montserrat.font-family}" },
|
|
46
|
+
"font-size": { "value": "{tubbergen.font-size.md}" },
|
|
47
|
+
"font-weight": { "value": "{tubbergen.typography.font-weight.light}" },
|
|
48
|
+
"line-height": {},
|
|
49
|
+
"margin-block-end": { "value": 0 },
|
|
50
|
+
"margin-block-start": { "value": 0 }
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"link": {
|
|
4
|
+
"color": { "value": "{tubbergen.color.primary}" },
|
|
5
|
+
"text-decoration": { "value": "none" },
|
|
6
|
+
"text-decoration-color": { "value": "unset" },
|
|
7
|
+
"text-decoration-thickness": { "value": 0 },
|
|
8
|
+
"text-underline-offset": { "value": "{tubbergen.size.3xs}" },
|
|
9
|
+
"active": {
|
|
10
|
+
"color": {}
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"color": {},
|
|
14
|
+
"text-decoration": {},
|
|
15
|
+
"text-decoration-thickness": {}
|
|
16
|
+
},
|
|
17
|
+
"hover": {
|
|
18
|
+
"color": { "value": "{tubbergen.color.primary-hover}" },
|
|
19
|
+
"text-decoration": { "value": "underline" },
|
|
20
|
+
"text-decoration-thickness": { "value": "{tubbergen.size.4xs}" }
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {}
|
|
24
|
+
},
|
|
25
|
+
"visited": {
|
|
26
|
+
"color": { "value": "{tubbergen.color.primary}" }
|
|
27
|
+
},
|
|
28
|
+
"icon": {
|
|
29
|
+
"size": { "value": "{tubbergen.size.md}" }
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"ordered-list": {
|
|
4
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"margin-block-start": { "value": "{tubbergen.size.sm}" },
|
|
7
|
+
"margin-block-end": { "value": "{tubbergen.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{tubbergen.size.xl}" },
|
|
9
|
+
"item": {
|
|
10
|
+
"margin-block-start": { "value": "{tubbergen.size.2xs}" },
|
|
11
|
+
"margin-block-end": { "value": "{tubbergen.size.2xs}" },
|
|
12
|
+
"padding-inline-start": { "value": "1ch" }
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
|
|
16
|
+
"unordered-list": {
|
|
17
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
18
|
+
"line-height": {},
|
|
19
|
+
"margin-block-start": { "value": "{tubbergen.size.md}" },
|
|
20
|
+
"margin-block-end": { "value": 0 },
|
|
21
|
+
"padding-inline-start": { "value": "2ch" },
|
|
22
|
+
"item": {
|
|
23
|
+
"margin-block-start": { "value": "{tubbergen.size.xs}" },
|
|
24
|
+
"margin-block-end": { "value": "{tubbergen.size.xs}" },
|
|
25
|
+
"padding-inline-start": { "value": "1ch" }
|
|
26
|
+
},
|
|
27
|
+
"marker": {
|
|
28
|
+
"color": { "value": "{utrecht.document.color}" }
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"background-color": { "value": "unset" },
|
|
5
|
+
"background-image": {
|
|
6
|
+
"value": "url(https://www.tubbergen.nl/sites/all/themes/tubbergen/dist/assets/img/footer-bg.svg)"
|
|
7
|
+
},
|
|
8
|
+
"color": { "value": "{tubbergen.color.white.100}" },
|
|
9
|
+
"padding-inline-end": { "value": "{tubbergen.size.sm}" },
|
|
10
|
+
"padding-inline-start": { "value": "{tubbergen.size.sm}" },
|
|
11
|
+
"padding-block-end": { "value": "{tubbergen.size.2xl}" },
|
|
12
|
+
"padding-block-start": { "value": "{tubbergen.size.2xl}" },
|
|
13
|
+
"min-height": { "value": "300px" }
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-header": {
|
|
4
|
+
"background-color": { "value": "{tubbergen.color.white.100}" },
|
|
5
|
+
"color": { "value": "{tubbergen.color.black.20}" },
|
|
6
|
+
"padding-block-start": { "value": "{tubbergen.size.sm}" },
|
|
7
|
+
"padding-block-end": { "value": "{tubbergen.size.sm}" }
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"paragraph": {
|
|
4
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
5
|
+
"font-family": { "value": "{tubbergen.typography.lato.font-family}" },
|
|
6
|
+
"font-size": { "value": "{tubbergen.font-size.md}" },
|
|
7
|
+
"font-weight": { "value": "{tubbergen.typography.font-weight.normal}" },
|
|
8
|
+
"line-height": { "value": "1.5em" },
|
|
9
|
+
"margin-block-start": { "value": 0 },
|
|
10
|
+
"margin-block-end": { "value": 0 },
|
|
11
|
+
"lead": {
|
|
12
|
+
"color": {},
|
|
13
|
+
"font-size": {},
|
|
14
|
+
"font-weight": {},
|
|
15
|
+
"line-height": {}
|
|
16
|
+
},
|
|
17
|
+
"small": {
|
|
18
|
+
"color": {},
|
|
19
|
+
"font-size": {},
|
|
20
|
+
"font-weight": {},
|
|
21
|
+
"line-height": {}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -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": "{tubbergen.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": "{tubbergen.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": "{tubbergen.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": "{tubbergen.size.md}" },
|
|
37
|
+
"padding-block-start": { "value": "{tubbergen.size.md}" },
|
|
38
|
+
"padding-inline-end": { "value": "{tubbergen.size.md}" },
|
|
39
|
+
"padding-inline-start": { "value": "{tubbergen.size.md}" },
|
|
40
|
+
"icon": {
|
|
41
|
+
"size": {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"row": {
|
|
45
|
+
"border-block-end-color": { "value": "{tubbergen.color.lightgrey.89}" },
|
|
46
|
+
"border-block-end-width": { "value": "{tubbergen.size.4xs}" },
|
|
47
|
+
"padding-inline-end": {},
|
|
48
|
+
"padding-inline-start": {},
|
|
49
|
+
"alternate-odd": {
|
|
50
|
+
"background-color": { "value": "{tubbergen.color.white.100}" },
|
|
51
|
+
"color": {}
|
|
52
|
+
},
|
|
53
|
+
"alternate-even": {
|
|
54
|
+
"background-color": { "value": "{tubbergen.color.blue.96}" },
|
|
55
|
+
"color": {}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"background-color": { "value": "{tubbergen.color.white.100}" },
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-color": { "value": "{tubbergen.color.grey.46}" },
|
|
7
|
+
"border-radius": { "value": "0px" },
|
|
8
|
+
"border-width": { "value": "{tubbergen.size.4xs}" },
|
|
9
|
+
"color": { "value": "{tubbergen.color.black.33}" },
|
|
10
|
+
"font-family": { "value": "{tubbergen.typography.lato.font-family}" },
|
|
11
|
+
"font-size": { "value": "15px" },
|
|
12
|
+
"line-height": {},
|
|
13
|
+
"max-inline-size": {},
|
|
14
|
+
"padding-block-end": { "value": "{tubbergen.size.xs}" },
|
|
15
|
+
"padding-block-start": { "value": "{tubbergen.size.xs}" },
|
|
16
|
+
"padding-inline-end": { "value": "{tubbergen.size.sm}" },
|
|
17
|
+
"padding-inline-start": { "value": "{tubbergen.size.sm}" },
|
|
18
|
+
"placeholder": {
|
|
19
|
+
"color": { "value": "{tubbergen.color.grey.42}" }
|
|
20
|
+
},
|
|
21
|
+
"disabled": {
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"border-color": {},
|
|
24
|
+
"color": {}
|
|
25
|
+
},
|
|
26
|
+
"focus": {
|
|
27
|
+
"background-color": {},
|
|
28
|
+
"border-color": { "value": "{tubbergen.color.blue.48}" },
|
|
29
|
+
"color": {}
|
|
30
|
+
},
|
|
31
|
+
"invalid": {
|
|
32
|
+
"background-color": {},
|
|
33
|
+
"border-color": {},
|
|
34
|
+
"border-width": {},
|
|
35
|
+
"color": {}
|
|
36
|
+
},
|
|
37
|
+
"read-only": {
|
|
38
|
+
"background-color": {},
|
|
39
|
+
"border-color": {},
|
|
40
|
+
"color": {}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
/* Place any @font-face definitions here */
|
|
2
|
+
|
|
3
|
+
/* Lato Font-Family */
|
|
4
|
+
/* latin-ext */
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: "Lato";
|
|
7
|
+
font-style: normal;
|
|
8
|
+
font-weight: 400;
|
|
9
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2)
|
|
10
|
+
format("woff2");
|
|
11
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
|
|
12
|
+
U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
13
|
+
}
|
|
14
|
+
/* latin */
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: "Lato";
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-weight: 400;
|
|
19
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2)
|
|
20
|
+
format("woff2");
|
|
21
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
22
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
|
|
23
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
24
|
+
}
|
|
25
|
+
/* latin-ext */
|
|
26
|
+
@font-face {
|
|
27
|
+
font-family: "Lato";
|
|
28
|
+
font-style: normal;
|
|
29
|
+
font-weight: 700;
|
|
30
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGR_p.woff2)
|
|
31
|
+
format("woff2");
|
|
32
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
|
|
33
|
+
U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
34
|
+
}
|
|
35
|
+
/* latin */
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: "Lato";
|
|
38
|
+
font-style: normal;
|
|
39
|
+
font-weight: 700;
|
|
40
|
+
src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2)
|
|
41
|
+
format("woff2");
|
|
42
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
43
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
|
|
44
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/* Montserrat Font-Family */
|
|
48
|
+
/* cyrillic-ext */
|
|
49
|
+
@font-face {
|
|
50
|
+
font-family: "Montserrat";
|
|
51
|
+
font-style: normal;
|
|
52
|
+
font-weight: 400;
|
|
53
|
+
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2)
|
|
54
|
+
format("woff2");
|
|
55
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
56
|
+
U+FE2E-FE2F;
|
|
57
|
+
}
|
|
58
|
+
/* cyrillic */
|
|
59
|
+
@font-face {
|
|
60
|
+
font-family: "Montserrat";
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-weight: 400;
|
|
63
|
+
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2)
|
|
64
|
+
format("woff2");
|
|
65
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
66
|
+
}
|
|
67
|
+
/* vietnamese */
|
|
68
|
+
@font-face {
|
|
69
|
+
font-family: "Montserrat";
|
|
70
|
+
font-style: normal;
|
|
71
|
+
font-weight: 400;
|
|
72
|
+
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2)
|
|
73
|
+
format("woff2");
|
|
74
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
|
75
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
|
76
|
+
U+1EA0-1EF9, U+20AB;
|
|
77
|
+
}
|
|
78
|
+
/* latin-ext */
|
|
79
|
+
@font-face {
|
|
80
|
+
font-family: "Montserrat";
|
|
81
|
+
font-style: normal;
|
|
82
|
+
font-weight: 400;
|
|
83
|
+
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2)
|
|
84
|
+
format("woff2");
|
|
85
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
|
|
86
|
+
U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
87
|
+
}
|
|
88
|
+
/* latin */
|
|
89
|
+
@font-face {
|
|
90
|
+
font-family: "Montserrat";
|
|
91
|
+
font-style: normal;
|
|
92
|
+
font-weight: 400;
|
|
93
|
+
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2)
|
|
94
|
+
format("woff2");
|
|
95
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
96
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
|
|
97
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
98
|
+
}
|
|
99
|
+
/* cyrillic-ext */
|
|
100
|
+
@font-face {
|
|
101
|
+
font-family: "Montserrat";
|
|
102
|
+
font-style: normal;
|
|
103
|
+
font-weight: 700;
|
|
104
|
+
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2)
|
|
105
|
+
format("woff2");
|
|
106
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
|
|
107
|
+
U+FE2E-FE2F;
|
|
108
|
+
}
|
|
109
|
+
/* cyrillic */
|
|
110
|
+
@font-face {
|
|
111
|
+
font-family: "Montserrat";
|
|
112
|
+
font-style: normal;
|
|
113
|
+
font-weight: 700;
|
|
114
|
+
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2)
|
|
115
|
+
format("woff2");
|
|
116
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
117
|
+
}
|
|
118
|
+
/* vietnamese */
|
|
119
|
+
@font-face {
|
|
120
|
+
font-family: "Montserrat";
|
|
121
|
+
font-style: normal;
|
|
122
|
+
font-weight: 700;
|
|
123
|
+
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2)
|
|
124
|
+
format("woff2");
|
|
125
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
|
|
126
|
+
U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
|
|
127
|
+
U+1EA0-1EF9, U+20AB;
|
|
128
|
+
}
|
|
129
|
+
/* latin-ext */
|
|
130
|
+
@font-face {
|
|
131
|
+
font-family: "Montserrat";
|
|
132
|
+
font-style: normal;
|
|
133
|
+
font-weight: 700;
|
|
134
|
+
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2)
|
|
135
|
+
format("woff2");
|
|
136
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
|
|
137
|
+
U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
138
|
+
}
|
|
139
|
+
/* latin */
|
|
140
|
+
@font-face {
|
|
141
|
+
font-family: "Montserrat";
|
|
142
|
+
font-style: normal;
|
|
143
|
+
font-weight: 700;
|
|
144
|
+
src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2)
|
|
145
|
+
format("woff2");
|
|
146
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
|
|
147
|
+
U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
|
|
148
|
+
U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
149
|
+
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduction/theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"description": "Conduction's design tokens theme",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/ConductionNL/conduction-theme.git"
|
|
9
9
|
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
|
|
12
|
+
"build": "npm-run-all build:**",
|
|
13
|
+
"build:conduction": "cd ./conduction-design-tokens && npm run build",
|
|
14
|
+
"build:leiden": "cd ./municipalities/leiden-design-tokens && npm run build",
|
|
15
|
+
"build:xxllnc": "cd ./municipalities/xxllnc-design-tokens && npm run build",
|
|
16
|
+
"build:tubbergen": "cd ./municipalities/tubbergen-design-tokens && npm run build"
|
|
17
|
+
|
|
18
|
+
},
|
|
10
19
|
"author": "",
|
|
11
20
|
"license": "ISC",
|
|
12
21
|
"bugs": {
|