@breadstone/mosaik-themes 0.0.174 → 0.0.175

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 (31) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/Themes/___material-tokens.css +3 -3
  3. package/Themes/material-tokens.scss +3 -3
  4. package/Themes/material.scss +3 -3
  5. package/Theming/Tokens/MaterialTokens.d.ts +3 -3
  6. package/Theming/Tokens/MaterialTokens.js +3 -3
  7. package/package.json +38 -14
  8. package/tailwind/v3/mosaik-bootstrap.tailwind.config.cjs +79 -0
  9. package/tailwind/v3/mosaik-cosmopolitan.tailwind.config.cjs +246 -0
  10. package/tailwind/v3/mosaik-fluent.tailwind.config.cjs +38 -0
  11. package/tailwind/v3/mosaik-joy.tailwind.config.cjs +537 -0
  12. package/tailwind/v3/mosaik-material.tailwind.config.cjs +28 -0
  13. package/tailwind/v3/mosaik-memphis.tailwind.config.cjs +423 -0
  14. package/tailwind/v3/plugins/mosaik-bootstrap.tailwind.plugin.cjs +92 -0
  15. package/tailwind/v3/plugins/mosaik-cosmopolitan.tailwind.plugin.cjs +259 -0
  16. package/tailwind/v3/plugins/mosaik-fluent.tailwind.plugin.cjs +51 -0
  17. package/tailwind/v3/plugins/mosaik-joy.tailwind.plugin.cjs +550 -0
  18. package/tailwind/v3/plugins/mosaik-material.tailwind.plugin.cjs +41 -0
  19. package/tailwind/v3/plugins/mosaik-memphis.tailwind.plugin.cjs +436 -0
  20. package/Themes/bootstrap-tokens.tailwind.js +0 -8
  21. package/Themes/cosmopolitan-tokens.tailwind.js +0 -32
  22. package/Themes/fluent-tokens.tailwind.js +0 -8
  23. package/Themes/joy-tokens.tailwind.js +0 -52
  24. package/Themes/material-tokens.tailwind.js +0 -8
  25. package/Themes/memphis-tokens.tailwind.js +0 -192
  26. package/tailwind/v3/bootstrap-tokens.tailwind.js +0 -41
  27. package/tailwind/v3/cosmopolitan-tokens.tailwind.js +0 -286
  28. package/tailwind/v3/fluent-tokens.tailwind.js +0 -39
  29. package/tailwind/v3/joy-tokens.tailwind.js +0 -562
  30. package/tailwind/v3/material-tokens.tailwind.js +0 -29
  31. package/tailwind/v3/memphis-tokens.tailwind.js +0 -410
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 0.0.174 (2025-11-28)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **tailwind:** add Joy Tailwind plugin with configuration options and token exposure ([72bbf954a8](https://github.com/RueDeRennes/mosaik/commit/72bbf954a8))
6
+ - **svg:** add SVG to path conversion utility ([f2f74da782](https://github.com/RueDeRennes/mosaik/commit/f2f74da782))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - remove unused elevation2 light token and update release version in package.json ([9a63ade438](https://github.com/RueDeRennes/mosaik/commit/9a63ade438))
11
+ - remove unused dependency 'element-to-path' from yarn.lock ([df86dc94de](https://github.com/RueDeRennes/mosaik/commit/df86dc94de))
12
+ - add newline at end of package.json ([73db364d3c](https://github.com/RueDeRennes/mosaik/commit/73db364d3c))
13
+
1
14
  ## 0.0.173 (2025-11-26)
2
15
 
3
16
  ### 🚀 Features
@@ -4,9 +4,9 @@
4
4
  --layout-radius: 12px;
5
5
  --layout-space: 8px;
6
6
  --layout-thickness: 2px;
7
- --color-light-primary: #6200EE;
8
- --color-light-secondary: #3700B3;
9
- --color-light-tertiary: #03DAC6;
7
+ --color-light-primary: #6200ee;
8
+ --color-light-secondary: #3700b3;
9
+ --color-light-tertiary: #03dac6;
10
10
  --elevation-none: none;
11
11
  --size-tiny: 2px;
12
12
  --size-small: 4px;
@@ -3,9 +3,9 @@ $font-family: 'Inter', Roboto, Helvetica, sans-serif;
3
3
  $layout-radius: 12px;
4
4
  $layout-space: 8px;
5
5
  $layout-thickness: 2px;
6
- $color-light-primary: #6200EE;
7
- $color-light-secondary: #3700B3;
8
- $color-light-tertiary: #03DAC6;
6
+ $color-light-primary: #6200ee;
7
+ $color-light-secondary: #3700b3;
8
+ $color-light-tertiary: #03dac6;
9
9
  $elevation-none: none;
10
10
  $size-tiny: 2px;
11
11
  $size-small: 4px;
@@ -74,9 +74,9 @@ $font-family: 'Inter', Roboto, Helvetica, sans-serif;
74
74
  $layout-radius: 12px;
75
75
  $layout-space: 8px;
76
76
  $layout-thickness: 2px;
77
- $color-light-primary: #6200EE;
78
- $color-light-secondary: #3700B3;
79
- $color-light-tertiary: #03DAC6;
77
+ $color-light-primary: #6200ee;
78
+ $color-light-secondary: #3700b3;
79
+ $color-light-tertiary: #03dac6;
80
80
  $elevation-none: none;
81
81
  $size-tiny: 2px;
82
82
  $size-small: 4px;
@@ -6,9 +6,9 @@ export declare const FONT_FAMILY = "'Inter', Roboto, Helvetica, sans-serif";
6
6
  export declare const LAYOUT_RADIUS = "12px";
7
7
  export declare const LAYOUT_SPACE = "8px";
8
8
  export declare const LAYOUT_THICKNESS = "2px";
9
- export declare const COLOR_LIGHT_PRIMARY = "#6200EE";
10
- export declare const COLOR_LIGHT_SECONDARY = "#3700B3";
11
- export declare const COLOR_LIGHT_TERTIARY = "#03DAC6";
9
+ export declare const COLOR_LIGHT_PRIMARY = "#6200ee";
10
+ export declare const COLOR_LIGHT_SECONDARY = "#3700b3";
11
+ export declare const COLOR_LIGHT_TERTIARY = "#03dac6";
12
12
  export declare const ELEVATION_NONE = "none";
13
13
  export declare const SIZE_TINY = "2px";
14
14
  export declare const SIZE_SMALL = "4px";
@@ -6,9 +6,9 @@ export const FONT_FAMILY = "'Inter', Roboto, Helvetica, sans-serif";
6
6
  export const LAYOUT_RADIUS = "12px";
7
7
  export const LAYOUT_SPACE = "8px";
8
8
  export const LAYOUT_THICKNESS = "2px";
9
- export const COLOR_LIGHT_PRIMARY = "#6200EE";
10
- export const COLOR_LIGHT_SECONDARY = "#3700B3";
11
- export const COLOR_LIGHT_TERTIARY = "#03DAC6";
9
+ export const COLOR_LIGHT_PRIMARY = "#6200ee";
10
+ export const COLOR_LIGHT_SECONDARY = "#3700b3";
11
+ export const COLOR_LIGHT_TERTIARY = "#03dac6";
12
12
  export const ELEVATION_NONE = "none";
13
13
  export const SIZE_TINY = "2px";
14
14
  export const SIZE_SMALL = "4px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.174",
3
+ "version": "0.0.175",
4
4
  "description": "Mosaik elements various themes.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,7 +15,7 @@
15
15
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.174",
18
+ "@breadstone/mosaik-elements": "^0.0.175",
19
19
  "@ctrl/tinycolor": "^4.2.0",
20
20
  "tslib": "^2.8.1"
21
21
  },
@@ -26,28 +26,52 @@
26
26
  },
27
27
  "./scss": "./_index.scss",
28
28
  "./tailwind/v3/bootstrap": {
29
- "import": "./tailwind/v3/bootstrap-tokens.tailwind.js",
30
- "require": "./tailwind/v3/bootstrap-tokens.tailwind.js"
29
+ "import": "./tailwind/v3/mosaik-bootstrap.tailwind.config.cjs",
30
+ "require": "./tailwind/v3/mosaik-bootstrap.tailwind.config.cjs"
31
+ },
32
+ "./tailwind/v3/plugins/bootstrap": {
33
+ "import": "./tailwind/v3/plugins/mosaik-bootstrap.tailwind.plugin.cjs",
34
+ "require": "./tailwind/v3/plugins/mosaik-bootstrap.tailwind.plugin.cjs"
31
35
  },
32
36
  "./tailwind/v3/cosmopolitan": {
33
- "import": "./tailwind/v3/cosmopolitan-tokens.tailwind.js",
34
- "require": "./tailwind/v3/cosmopolitan-tokens.tailwind.js"
37
+ "import": "./tailwind/v3/mosaik-cosmopolitan.tailwind.config.cjs",
38
+ "require": "./tailwind/v3/mosaik-cosmopolitan.tailwind.config.cjs"
39
+ },
40
+ "./tailwind/v3/plugins/cosmopolitan": {
41
+ "import": "./tailwind/v3/plugins/mosaik-cosmopolitan.tailwind.plugin.cjs",
42
+ "require": "./tailwind/v3/plugins/mosaik-cosmopolitan.tailwind.plugin.cjs"
35
43
  },
36
44
  "./tailwind/v3/fluent": {
37
- "import": "./tailwind/v3/fluent-tokens.tailwind.js",
38
- "require": "./tailwind/v3/fluent-tokens.tailwind.js"
45
+ "import": "./tailwind/v3/mosaik-fluent.tailwind.config.cjs",
46
+ "require": "./tailwind/v3/mosaik-fluent.tailwind.config.cjs"
47
+ },
48
+ "./tailwind/v3/plugins/fluent": {
49
+ "import": "./tailwind/v3/plugins/mosaik-fluent.tailwind.plugin.cjs",
50
+ "require": "./tailwind/v3/plugins/mosaik-fluent.tailwind.plugin.cjs"
39
51
  },
40
52
  "./tailwind/v3/joy": {
41
- "import": "./tailwind/v3/joy-tokens.tailwind.js",
42
- "require": "./tailwind/v3/joy-tokens.tailwind.js"
53
+ "import": "./tailwind/v3/mosaik-joy.tailwind.config.cjs",
54
+ "require": "./tailwind/v3/mosaik-joy.tailwind.config.cjs"
55
+ },
56
+ "./tailwind/v3/plugins/joy": {
57
+ "import": "./tailwind/v3/plugins/mosaik-joy.tailwind.plugin.cjs",
58
+ "require": "./tailwind/v3/plugins/mosaik-joy.tailwind.plugin.cjs"
43
59
  },
44
60
  "./tailwind/v3/material": {
45
- "import": "./tailwind/v3/material-tokens.tailwind.js",
46
- "require": "./tailwind/v3/material-tokens.tailwind.js"
61
+ "import": "./tailwind/v3/mosaik-material.tailwind.config.cjs",
62
+ "require": "./tailwind/v3/mosaik-material.tailwind.config.cjs"
63
+ },
64
+ "./tailwind/v3/plugins/material": {
65
+ "import": "./tailwind/v3/plugins/mosaik-material.tailwind.plugin.cjs",
66
+ "require": "./tailwind/v3/plugins/mosaik-material.tailwind.plugin.cjs"
47
67
  },
48
68
  "./tailwind/v3/memphis": {
49
- "import": "./tailwind/v3/memphis-tokens.tailwind.js",
50
- "require": "./tailwind/v3/memphis-tokens.tailwind.js"
69
+ "import": "./tailwind/v3/mosaik-memphis.tailwind.config.cjs",
70
+ "require": "./tailwind/v3/mosaik-memphis.tailwind.config.cjs"
71
+ },
72
+ "./tailwind/v3/plugins/memphis": {
73
+ "import": "./tailwind/v3/plugins/mosaik-memphis.tailwind.plugin.cjs",
74
+ "require": "./tailwind/v3/plugins/mosaik-memphis.tailwind.plugin.cjs"
51
75
  }
52
76
  }
53
77
  }
@@ -0,0 +1,79 @@
1
+ module.exports = {
2
+ "theme": {
3
+ "extend": {
4
+ "fontFamily": {
5
+ "font.family": "'Inter', Roboto, Helvetica, sans-serif"
6
+ },
7
+ "spacing": {
8
+ "layout.radius": "12px",
9
+ "layout.space": "8px",
10
+ "layout.thickness": "2px",
11
+ "size.tiny": "2px",
12
+ "size.small": "4px",
13
+ "size.medium": "8px",
14
+ "size.large": "16px",
15
+ "size.giant": "32px"
16
+ },
17
+ "colors": {
18
+ "color": {
19
+ "light": {
20
+ "primary": {
21
+ "100": "#cfe2ff",
22
+ "200": "#9ec5fe",
23
+ "300": "#6ea8fe",
24
+ "400": "#3d8bfd",
25
+ "500": "#0d6efd",
26
+ "600": "#0a58ca",
27
+ "700": "#084298",
28
+ "800": "#052c65",
29
+ "900": "#031633"
30
+ },
31
+ "secondary": {
32
+ "100": "#f8f9fa",
33
+ "200": "#e9ecef",
34
+ "300": "#dee2e6",
35
+ "400": "#ced4da",
36
+ "500": "#adb5bd",
37
+ "600": "#6c757d",
38
+ "700": "#495057",
39
+ "800": "#343a40",
40
+ "900": "#212529"
41
+ }
42
+ },
43
+ "dark": {
44
+ "primary": {
45
+ "100": "#cfe2ff",
46
+ "200": "#9ec5fe",
47
+ "300": "#6ea8fe",
48
+ "400": "#3d8bfd",
49
+ "500": "#0d6efd",
50
+ "600": "#0a58ca",
51
+ "700": "#084298",
52
+ "800": "#052c65",
53
+ "900": "#031633"
54
+ },
55
+ "secondary": {
56
+ "100": "#f8f9fa",
57
+ "200": "#e9ecef",
58
+ "300": "#dee2e6",
59
+ "400": "#ced4da",
60
+ "500": "#adb5bd",
61
+ "600": "#6c757d",
62
+ "700": "#495057",
63
+ "800": "#343a40",
64
+ "900": "#212529"
65
+ }
66
+ }
67
+ }
68
+ },
69
+ "fontSize": {
70
+ "typography.headline1.fontSize": "80px",
71
+ "typography.headline2.fontSize": "72px",
72
+ "typography.headline3.fontSize": "64px",
73
+ "typography.headline4.fontSize": "56px",
74
+ "typography.headline5.fontSize": "48px",
75
+ "typography.headline6.fontSize": "40px"
76
+ }
77
+ }
78
+ }
79
+ };
@@ -0,0 +1,246 @@
1
+ module.exports = {
2
+ "theme": {
3
+ "extend": {
4
+ "fontFamily": {
5
+ "font.family": "'Noto Sans', sans-serif",
6
+ "typography.heading.fontFamily": "'Noto Sans', sans-serif",
7
+ "typography.content.fontFamily": "'Noto Sans', sans-serif",
8
+ "typography.button.fontFamily": "'Noto Sans', sans-serif"
9
+ },
10
+ "spacing": {
11
+ "layout.radius": "3px",
12
+ "layout.space": "8px",
13
+ "layout.thickness": "1px",
14
+ "typography.heading.lineHeight": "28px",
15
+ "typography.content.lineHeight": "20px",
16
+ "typography.button.lineHeight": "20px",
17
+ "elevation.light.light.offsetX.0": "0px",
18
+ "elevation.light.light.offsetX.1": "0px",
19
+ "elevation.light.light.offsetY.0": "0px",
20
+ "elevation.light.light.offsetY.1": "1px",
21
+ "elevation.light.light.blur.0": "2px",
22
+ "elevation.light.light.blur.1": "2px",
23
+ "elevation.light.light.spread.0": "0px",
24
+ "elevation.light.light.spread.1": "0px",
25
+ "elevation.light.semilight.offsetX.0": "0px",
26
+ "elevation.light.semilight.offsetX.1": "0px",
27
+ "elevation.light.semilight.offsetY.0": "0px",
28
+ "elevation.light.semilight.offsetY.1": "2px",
29
+ "elevation.light.semilight.blur.0": "2px",
30
+ "elevation.light.semilight.blur.1": "4px",
31
+ "elevation.light.semilight.spread.0": "0px",
32
+ "elevation.light.semilight.spread.1": "0px",
33
+ "elevation.light.regular.offsetX.0": "0px",
34
+ "elevation.light.regular.offsetX.1": "0px",
35
+ "elevation.light.regular.offsetY.0": "0px",
36
+ "elevation.light.regular.offsetY.1": "4px",
37
+ "elevation.light.regular.blur.0": "2px",
38
+ "elevation.light.regular.blur.1": "8px",
39
+ "elevation.light.regular.spread.0": "0px",
40
+ "elevation.light.regular.spread.1": "0px",
41
+ "elevation.light.semibold.offsetX.0": "0px",
42
+ "elevation.light.semibold.offsetX.1": "0px",
43
+ "elevation.light.semibold.offsetY.0": "0px",
44
+ "elevation.light.semibold.offsetY.1": "8px",
45
+ "elevation.light.semibold.blur.0": "2px",
46
+ "elevation.light.semibold.blur.1": "16px",
47
+ "elevation.light.semibold.spread.0": "0px",
48
+ "elevation.light.semibold.spread.1": "0px",
49
+ "elevation.light.bold.offsetX.0": "0px",
50
+ "elevation.light.bold.offsetX.1": "0px",
51
+ "elevation.light.bold.offsetY.0": "0px",
52
+ "elevation.light.bold.offsetY.1": "14px",
53
+ "elevation.light.bold.blur.0": "8px",
54
+ "elevation.light.bold.blur.1": "28px",
55
+ "elevation.light.bold.spread.0": "0px",
56
+ "elevation.light.bold.spread.1": "0px",
57
+ "elevation.light.extrabold.offsetX.0": "0px",
58
+ "elevation.light.extrabold.offsetX.1": "0px",
59
+ "elevation.light.extrabold.offsetY.0": "0px",
60
+ "elevation.light.extrabold.offsetY.1": "32px",
61
+ "elevation.light.extrabold.blur.0": "8px",
62
+ "elevation.light.extrabold.blur.1": "64px",
63
+ "elevation.light.extrabold.spread.0": "0px",
64
+ "elevation.light.extrabold.spread.1": "0px",
65
+ "elevation.dark.light.offsetX.0": "0px",
66
+ "elevation.dark.light.offsetX.1": "0px",
67
+ "elevation.dark.light.offsetY.0": "0px",
68
+ "elevation.dark.light.offsetY.1": "1px",
69
+ "elevation.dark.light.blur.0": "2px",
70
+ "elevation.dark.light.blur.1": "2px",
71
+ "elevation.dark.light.spread.0": "0px",
72
+ "elevation.dark.light.spread.1": "0px",
73
+ "elevation.dark.semilight.offsetX.0": "0px",
74
+ "elevation.dark.semilight.offsetX.1": "0px",
75
+ "elevation.dark.semilight.offsetY.0": "0px",
76
+ "elevation.dark.semilight.offsetY.1": "2px",
77
+ "elevation.dark.semilight.blur.0": "2px",
78
+ "elevation.dark.semilight.blur.1": "4px",
79
+ "elevation.dark.semilight.spread.0": "0px",
80
+ "elevation.dark.semilight.spread.1": "0px",
81
+ "elevation.dark.regular.offsetX.0": "0px",
82
+ "elevation.dark.regular.offsetX.1": "0px",
83
+ "elevation.dark.regular.offsetY.0": "0px",
84
+ "elevation.dark.regular.offsetY.1": "4px",
85
+ "elevation.dark.regular.blur.0": "2px",
86
+ "elevation.dark.regular.blur.1": "8px",
87
+ "elevation.dark.regular.spread.0": "0px",
88
+ "elevation.dark.regular.spread.1": "0px",
89
+ "elevation.dark.semibold.offsetX.0": "0px",
90
+ "elevation.dark.semibold.offsetX.1": "0px",
91
+ "elevation.dark.semibold.offsetY.0": "0px",
92
+ "elevation.dark.semibold.offsetY.1": "8px",
93
+ "elevation.dark.semibold.blur.0": "2px",
94
+ "elevation.dark.semibold.blur.1": "16px",
95
+ "elevation.dark.semibold.spread.0": "0px",
96
+ "elevation.dark.semibold.spread.1": "0px",
97
+ "elevation.dark.bold.offsetX.0": "0px",
98
+ "elevation.dark.bold.offsetX.1": "0px",
99
+ "elevation.dark.bold.offsetY.0": "0px",
100
+ "elevation.dark.bold.offsetY.1": "14px",
101
+ "elevation.dark.bold.blur.0": "8px",
102
+ "elevation.dark.bold.blur.1": "28px",
103
+ "elevation.dark.bold.spread.0": "0px",
104
+ "elevation.dark.bold.spread.1": "0px",
105
+ "elevation.dark.extrabold.offsetX.0": "0px",
106
+ "elevation.dark.extrabold.offsetX.1": "0px",
107
+ "elevation.dark.extrabold.offsetY.0": "0px",
108
+ "elevation.dark.extrabold.offsetY.1": "32px",
109
+ "elevation.dark.extrabold.blur.0": "8px",
110
+ "elevation.dark.extrabold.blur.1": "64px",
111
+ "elevation.dark.extrabold.spread.0": "0px",
112
+ "elevation.dark.extrabold.spread.1": "0px",
113
+ "size.tiny": "2px",
114
+ "size.small": "4px",
115
+ "size.medium": "8px",
116
+ "size.large": "16px",
117
+ "size.giant": "32px"
118
+ },
119
+ "colors": {
120
+ "color": {
121
+ "light": {
122
+ "primary": {
123
+ "0": "#ffffff",
124
+ "100": "#fed7ea",
125
+ "500": "#dc1884"
126
+ }
127
+ },
128
+ "dark": {
129
+ "primary": {
130
+ "0": "#000000",
131
+ "100": "#4b0225",
132
+ "500": "#dc1884"
133
+ }
134
+ }
135
+ },
136
+ "elevation": {
137
+ "light": {
138
+ "light": {
139
+ "color": {
140
+ "0": "rgba(0, 0, 0, 0.12)",
141
+ "1": "rgba(0, 0, 0, 0.14)"
142
+ }
143
+ },
144
+ "semilight": {
145
+ "color": {
146
+ "0": "rgba(0, 0, 0, 0.12)",
147
+ "1": "rgba(0, 0, 0, 0.14)"
148
+ }
149
+ },
150
+ "regular": {
151
+ "color": {
152
+ "0": "rgba(0, 0, 0, 0.12)",
153
+ "1": "rgba(0, 0, 0, 0.14)"
154
+ }
155
+ },
156
+ "semibold": {
157
+ "color": {
158
+ "0": "rgba(0, 0, 0, 0.12)",
159
+ "1": "rgba(0, 0, 0, 0.14)"
160
+ }
161
+ },
162
+ "bold": {
163
+ "color": {
164
+ "0": "rgba(0, 0, 0, 0.12)",
165
+ "1": "rgba(0, 0, 0, 0.14)"
166
+ }
167
+ },
168
+ "extrabold": {
169
+ "color": {
170
+ "0": "rgba(0, 0, 0, 0.12)",
171
+ "1": "rgba(0, 0, 0, 0.14)"
172
+ }
173
+ }
174
+ },
175
+ "dark": {
176
+ "light": {
177
+ "color": {
178
+ "0": "rgba(0, 0, 0, 0.24)",
179
+ "1": "rgba(0, 0, 0, 0.28)"
180
+ }
181
+ },
182
+ "semilight": {
183
+ "color": {
184
+ "0": "rgba(0, 0, 0, 0.24)",
185
+ "1": "rgba(0, 0, 0, 0.28)"
186
+ }
187
+ },
188
+ "regular": {
189
+ "color": {
190
+ "0": "rgba(0, 0, 0, 0.24)",
191
+ "1": "rgba(0, 0, 0, 0.28)"
192
+ }
193
+ },
194
+ "semibold": {
195
+ "color": {
196
+ "0": "rgba(0, 0, 0, 0.24)",
197
+ "1": "rgba(0, 0, 0, 0.28)"
198
+ }
199
+ },
200
+ "bold": {
201
+ "color": {
202
+ "0": "rgba(0, 0, 0, 0.24)",
203
+ "1": "rgba(0, 0, 0, 0.28)"
204
+ }
205
+ },
206
+ "extrabold": {
207
+ "color": {
208
+ "0": "rgba(0, 0, 0, 0.24)",
209
+ "1": "rgba(0, 0, 0, 0.28)"
210
+ }
211
+ }
212
+ }
213
+ }
214
+ },
215
+ "fontSize": {
216
+ "typography.heading.fontSize": "24px",
217
+ "typography.content.fontSize": "16px",
218
+ "typography.button.fontSize": "16px"
219
+ },
220
+ "letterSpacing": {
221
+ "typography.heading.letterSpacing": "-0.25px",
222
+ "typography.content.letterSpacing": "-0.25px",
223
+ "typography.button.letterSpacing": "-0.25px"
224
+ },
225
+ "boxShadow": {
226
+ "elevation-light-light-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14)",
227
+ "elevation-light-semilight-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14)",
228
+ "elevation-light-regular-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14)",
229
+ "elevation-light-semibold-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14)",
230
+ "elevation-light-bold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 14px 28px 0px rgba(0, 0, 0, 0.14)",
231
+ "elevation-light-extrabold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 32px 64px 0px rgba(0, 0, 0, 0.14)",
232
+ "elevation-dark-light-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 2px 0px rgba(0, 0, 0, 0.28)",
233
+ "elevation-dark-semilight-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 2px 4px 0px rgba(0, 0, 0, 0.28)",
234
+ "elevation-dark-regular-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 4px 8px 0px rgba(0, 0, 0, 0.28)",
235
+ "elevation-dark-semibold-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 8px 16px 0px rgba(0, 0, 0, 0.28)",
236
+ "elevation-dark-bold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 14px 28px 0px rgba(0, 0, 0, 0.28)",
237
+ "elevation-dark-extrabold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 32px 64px 0px rgba(0, 0, 0, 0.28)"
238
+ },
239
+ "transitionDuration": {
240
+ "duration.short": "200ms",
241
+ "duration.medium": "400ms",
242
+ "duration.long": "600ms"
243
+ }
244
+ }
245
+ }
246
+ };
@@ -0,0 +1,38 @@
1
+ module.exports = {
2
+ "theme": {
3
+ "extend": {
4
+ "fontFamily": {
5
+ "font.family": "'Inter', Roboto, Helvetica, sans-serif"
6
+ },
7
+ "spacing": {
8
+ "layout.radius": "12px",
9
+ "layout.space": "8px",
10
+ "layout.thickness": "2px",
11
+ "size.tiny": "2px",
12
+ "size.small": "4px",
13
+ "size.medium": "8px",
14
+ "size.large": "16px",
15
+ "size.giant": "32px"
16
+ },
17
+ "colors": {
18
+ "color": {
19
+ "light": {
20
+ "primary": "#0078D4",
21
+ "secondary": "#005A9E",
22
+ "tertiary": "#003E6B"
23
+ }
24
+ }
25
+ },
26
+ "transitionDuration": {
27
+ "duration.durationUltraFast": "50ms",
28
+ "duration.durationFaster": "100ms",
29
+ "duration.durationFast": "150ms",
30
+ "duration.durationNormal": "200ms",
31
+ "duration.durationGentle": "250ms",
32
+ "duration.durationSlow": "300ms",
33
+ "duration.durationSlower": "400ms",
34
+ "duration.durationUltraSlow": "500ms"
35
+ }
36
+ }
37
+ }
38
+ };