@breadstone/mosaik-themes 0.0.205 → 0.0.206

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/CHANGELOG.md CHANGED
@@ -1,3 +1,120 @@
1
+ ## 0.0.205 (2025-12-07)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **buttons): update stack-gap variable usage in FloatingActionButton, RepeatButton, SplitButton, ToggleButton themes fix(card): update stack-gap variable usage in CardActions theme fix(expander): update stack-gap variable usage in Expander theme fix(comment): update stack-gap variable usage in Comment theme fix(dialog): update stack-gap variable usage in DialogActions theme fix(segment): update stack-gap variable usage in SegmentItem theme fix(tab-strip): update stack-gap variable usage in TabStripItem theme fix(states): update stack-gap variable usage in Busy, Empty, Error, and Success state themes chore(package:** bump version to 0.0.204 in package.json ([878a490c1e](https://github.com/RueDeRennes/mosaik/commit/878a490c1e))
6
+
7
+ ## 0.0.204 (2025-12-07)
8
+
9
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
10
+
11
+ ## 0.0.203 (2025-12-06)
12
+
13
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
14
+
15
+ ## 0.0.202 (2025-12-06)
16
+
17
+ ### 🚀 Features
18
+
19
+ - **error, hint:** add textOverflow property to Error and Hint components ([131d8bec1e](https://github.com/RueDeRennes/mosaik/commit/131d8bec1e))
20
+
21
+ ## 0.0.201 (2025-12-05)
22
+
23
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
24
+
25
+ ## 0.0.200 (2025-12-05)
26
+
27
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
28
+
29
+ ## 0.0.199 (2025-12-05)
30
+
31
+ ### 🩹 Fixes
32
+
33
+ - **package:** add missing newline at end of file ([e7bbe4e7c1](https://github.com/RueDeRennes/mosaik/commit/e7bbe4e7c1))
34
+
35
+ ## 0.0.198 (2025-12-05)
36
+
37
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
38
+
39
+ ## 0.0.197 (2025-12-05)
40
+
41
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
42
+
43
+ ## 0.0.196 (2025-12-05)
44
+
45
+ ### 🚀 Features
46
+
47
+ - **event-hub:** add Event Hub pattern implementation for Angular 2025 ([88dc4f7404](https://github.com/RueDeRennes/mosaik/commit/88dc4f7404))
48
+
49
+ ### 🩹 Fixes
50
+
51
+ - **keywords:** add Event Bus and Message Bus to event hub documentation ([69cafcf76f](https://github.com/RueDeRennes/mosaik/commit/69cafcf76f))
52
+
53
+ ## 0.0.195 (2025-12-03)
54
+
55
+ ### 🩹 Fixes
56
+
57
+ - **package:** add missing newline at end of file in package.json ([a9bf15349b](https://github.com/RueDeRennes/mosaik/commit/a9bf15349b))
58
+
59
+ ## 0.0.194 (2025-12-03)
60
+
61
+ ### 🩹 Fixes
62
+
63
+ - **Cdk:** export FormFieldStatusDirective alongside FORM_STATUS_HOST from FormStatusDirective ([c8521cd4ff](https://github.com/RueDeRennes/mosaik/commit/c8521cd4ff))
64
+
65
+ ## 0.0.193 (2025-12-03)
66
+
67
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
68
+
69
+ ## 0.0.192 (2025-12-03)
70
+
71
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
72
+
73
+ ## 0.0.191 (2025-12-03)
74
+
75
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
76
+
77
+ ## 0.0.190 (2025-12-02)
78
+
79
+ ### 🩹 Fixes
80
+
81
+ - **choice-group:** add flex property to root part for improved layout consistency ([8bd80ed40b](https://github.com/RueDeRennes/mosaik/commit/8bd80ed40b))
82
+
83
+ ## 0.0.189 (2025-12-02)
84
+
85
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
86
+
87
+ ## 0.0.188 (2025-12-02)
88
+
89
+ ### 🚀 Features
90
+
91
+ - **directives:** update FormFieldDirective to improve error handling and usage documentation ([7c07bb43fd](https://github.com/RueDeRennes/mosaik/commit/7c07bb43fd))
92
+
93
+ ## 0.0.187 (2025-12-02)
94
+
95
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
96
+
97
+ ## 0.0.186 (2025-12-02)
98
+
99
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
100
+
101
+ ## 0.0.185 (2025-12-02)
102
+
103
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
104
+
105
+ ## 0.0.184 (2025-12-02)
106
+
107
+ ### 🚀 Features
108
+
109
+ - **eslint:** enhance ESLint configuration and add .eslintignore file ([4b3deb5566](https://github.com/RueDeRennes/mosaik/commit/4b3deb5566))
110
+ - **errors:** add ErrorKindDirective and FormFieldErrorDirective for enhanced error handling ([813bb9130f](https://github.com/RueDeRennes/mosaik/commit/813bb9130f))
111
+
112
+ ## 0.0.183 (2025-11-30)
113
+
114
+ ### 🚀 Features
115
+
116
+ - **platform:** implement platform adapter for browser and Node.js compatibility ([662092484e](https://github.com/RueDeRennes/mosaik/commit/662092484e))
117
+
1
118
  ## 0.0.182 (2025-11-30)
2
119
 
3
120
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.205",
3
+ "version": "0.0.206",
4
4
  "description": "Mosaik elements various themes.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -14,7 +14,7 @@
14
14
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
15
15
  },
16
16
  "dependencies": {
17
- "@breadstone/mosaik-elements": "^0.0.205",
17
+ "@breadstone/mosaik-elements": "^0.0.206",
18
18
  "chroma-js": "^3.2.0",
19
19
  "tslib": "^2.8.1"
20
20
  },
@@ -28,6 +28,12 @@
28
28
  "./tailwind/v3": {
29
29
  "types": "./tailwind/v3/index.d.ts",
30
30
  "require": "./tailwind/v3/index.js"
31
- }
31
+ },
32
+ "./tailwind/v4/bootstrap": "./tailwind/v4/bootstrapTailwindPresets.css",
33
+ "./tailwind/v4/cosmopolitan": "./tailwind/v4/cosmopolitanTailwindPresets.css",
34
+ "./tailwind/v4/fluent": "./tailwind/v4/fluentTailwindPresets.css",
35
+ "./tailwind/v4/joy": "./tailwind/v4/joyTailwindPresets.css",
36
+ "./tailwind/v4/material": "./tailwind/v4/materialTailwindPresets.css",
37
+ "./tailwind/v4/memphis": "./tailwind/v4/memphisTailwindPresets.css"
32
38
  }
33
39
  }
@@ -0,0 +1,86 @@
1
+ /* ------------------------------------------------------------------------------
2
+ * <auto-generated>
3
+ * This code was generated by a tool.
4
+ * Changes to this file may cause incorrect behavior and will be lost if
5
+ * the code is regenerated.
6
+ * </auto-generated>
7
+ * ------------------------------------------------------------------------------ */
8
+
9
+ @theme {
10
+ /* border-width */
11
+ --border-width-layout-thickness: 2px;
12
+
13
+ /* color */
14
+ --color-primary-100: #cfe2ff;
15
+ --color-primary-100-dark: #cfe2ff;
16
+ --color-primary-200: #9ec5fe;
17
+ --color-primary-200-dark: #9ec5fe;
18
+ --color-primary-300: #6ea8fe;
19
+ --color-primary-300-dark: #6ea8fe;
20
+ --color-primary-400: #3d8bfd;
21
+ --color-primary-400-dark: #3d8bfd;
22
+ --color-primary-500: #0d6efd;
23
+ --color-primary-500-dark: #0d6efd;
24
+ --color-primary-600: #0a58ca;
25
+ --color-primary-600-dark: #0a58ca;
26
+ --color-primary-700: #084298;
27
+ --color-primary-700-dark: #084298;
28
+ --color-primary-800: #052c65;
29
+ --color-primary-800-dark: #052c65;
30
+ --color-primary-900: #031633;
31
+ --color-primary-900-dark: #031633;
32
+ --color-secondary-100: #f8f9fa;
33
+ --color-secondary-100-dark: #f8f9fa;
34
+ --color-secondary-200: #e9ecef;
35
+ --color-secondary-200-dark: #e9ecef;
36
+ --color-secondary-300: #dee2e6;
37
+ --color-secondary-300-dark: #dee2e6;
38
+ --color-secondary-400: #ced4da;
39
+ --color-secondary-400-dark: #ced4da;
40
+ --color-secondary-500: #adb5bd;
41
+ --color-secondary-500-dark: #adb5bd;
42
+ --color-secondary-600: #6c757d;
43
+ --color-secondary-600-dark: #6c757d;
44
+ --color-secondary-700: #495057;
45
+ --color-secondary-700-dark: #495057;
46
+ --color-secondary-800: #343a40;
47
+ --color-secondary-800-dark: #343a40;
48
+ --color-secondary-900: #212529;
49
+ --color-secondary-900-dark: #212529;
50
+
51
+ /* font-family */
52
+ --font-family-family: 'Inter', Roboto, Helvetica, sans-serif;
53
+
54
+ /* font-weight */
55
+ --font-weight-headline1: 300;
56
+ --font-weight-headline2: 300;
57
+ --font-weight-headline3: 300;
58
+ --font-weight-headline4: 300;
59
+ --font-weight-headline5: 300;
60
+ --font-weight-headline6: 300;
61
+
62
+ /* letter-spacing */
63
+ --letter-spacing-headline1: 0;
64
+ --letter-spacing-headline2: 0;
65
+ --letter-spacing-headline3: 0;
66
+ --letter-spacing-headline4: 0;
67
+ --letter-spacing-headline5: 0;
68
+ --letter-spacing-headline6: 0;
69
+
70
+ /* line-height */
71
+ --line-height-headline1: 1.2;
72
+ --line-height-headline2: 1.2;
73
+ --line-height-headline3: 1.2;
74
+ --line-height-headline4: 1.2;
75
+ --line-height-headline5: 1.2;
76
+ --line-height-headline6: 1.2;
77
+
78
+ /* radius */
79
+ --radius-layout-radius: 12px;
80
+
81
+ /* shadow */
82
+ --shadow-none: none;
83
+
84
+ /* spacing */
85
+ --spacing-space: 8px;
86
+ }
@@ -0,0 +1,85 @@
1
+ /* ------------------------------------------------------------------------------
2
+ * <auto-generated>
3
+ * This code was generated by a tool.
4
+ * Changes to this file may cause incorrect behavior and will be lost if
5
+ * the code is regenerated.
6
+ * </auto-generated>
7
+ * ------------------------------------------------------------------------------ */
8
+
9
+ @theme {
10
+ /* border-width */
11
+ --border-width-layout-thickness: 1px;
12
+
13
+ /* color */
14
+ --color-primary-0: oklch(100.00% 0.0000 NaN);
15
+ --color-primary-0-dark: oklch(0.00% 0.0000 NaN);
16
+ --color-primary-100: oklch(91.74% 0.0497 347.24);
17
+ --color-primary-100-dark: oklch(26.98% 0.1065 359.19);
18
+ --color-primary-500: oklch(59.06% 0.2325 355.11);
19
+ --color-primary-500-dark: oklch(59.06% 0.2325 355.11);
20
+ --color-scheme-background: oklch(100.00% 0.0000 NaN);
21
+ --color-scheme-background-dark: oklch(29.82% 0.0014 17.61);
22
+ --color-scheme-contrast: oklch(100.00% 0.0000 NaN);
23
+ --color-scheme-contrast-dark: oklch(100.00% 0.0000 NaN);
24
+ --color-scheme-disabled: oklch(77.47% 0.0055 67.77);
25
+ --color-scheme-disabled-dark: oklch(46.58% 0.0062 67.68);
26
+ --color-scheme-foreground: oklch(0.00% 0.0000 NaN);
27
+ --color-scheme-foreground-dark: oklch(100.00% 0.0000 NaN);
28
+ --color-scheme-highlight: oklch(91.28% 0.0000 NaN);
29
+ --color-scheme-highlight-dark: oklch(32.11% 0.0000 NaN);
30
+ --color-scheme-lowlight: oklch(42.02% 0.0000 NaN);
31
+ --color-scheme-lowlight-dark: oklch(68.30% 0.0000 NaN);
32
+ --color-scheme-middlelight: oklch(56.93% 0.0000 NaN);
33
+ --color-scheme-middlelight-dark: oklch(51.03% 0.0000 NaN);
34
+ --color-scheme-semiTransparent: oklch(100.00% 0.0000 NaN / 0.67);
35
+ --color-scheme-semiTransparent-dark: oklch(20.46% 0.0000 NaN / 0.67);
36
+ --color-scheme-transparent: oklch(100.00% 0.0000 NaN / 0.00);
37
+ --color-scheme-transparent-dark: oklch(20.46% 0.0000 NaN / 0.00);
38
+
39
+ /* font-family */
40
+ --font-family-button: 'Noto Sans', sans-serif;
41
+ --font-family-content: 'Noto Sans', sans-serif;
42
+ --font-family-family: 'Noto Sans', sans-serif;
43
+ --font-family-heading: 'Noto Sans', sans-serif;
44
+
45
+ /* font-weight */
46
+ --font-weight-button: 700;
47
+ --font-weight-content: 300;
48
+ --font-weight-heading: 300;
49
+
50
+ /* letter-spacing */
51
+ --letter-spacing-button: -0.25px;
52
+ --letter-spacing-content: -0.25px;
53
+ --letter-spacing-heading: -0.25px;
54
+
55
+ /* line-height */
56
+ --line-height-button: 20px;
57
+ --line-height-content: 20px;
58
+ --line-height-heading: 28px;
59
+
60
+ /* radius */
61
+ --radius-layout-radius: 3px;
62
+
63
+ /* shadow */
64
+ --shadow-bold: 0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 14px 28px 0px rgba(0, 0, 0, 0.14);
65
+ --shadow-bold-dark: 0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 14px 28px 0px rgba(0, 0, 0, 0.28);
66
+ --shadow-extrabold: 0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 32px 64px 0px rgba(0, 0, 0, 0.14);
67
+ --shadow-extrabold-dark: 0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 32px 64px 0px rgba(0, 0, 0, 0.28);
68
+ --shadow-light: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
69
+ --shadow-light-dark: 0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 2px 0px rgba(0, 0, 0, 0.28);
70
+ --shadow-none: none;
71
+ --shadow-regular: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
72
+ --shadow-regular-dark: 0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 4px 8px 0px rgba(0, 0, 0, 0.28);
73
+ --shadow-semibold: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
74
+ --shadow-semibold-dark: 0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 8px 16px 0px rgba(0, 0, 0, 0.28);
75
+ --shadow-semilight: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
76
+ --shadow-semilight-dark: 0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 2px 4px 0px rgba(0, 0, 0, 0.28);
77
+
78
+ /* spacing */
79
+ --spacing-space: 8px;
80
+
81
+ /* transition-duration */
82
+ --transition-duration-long: 600ms;
83
+ --transition-duration-medium: 400ms;
84
+ --transition-duration-short: 200ms;
85
+ }
@@ -0,0 +1,39 @@
1
+ /* ------------------------------------------------------------------------------
2
+ * <auto-generated>
3
+ * This code was generated by a tool.
4
+ * Changes to this file may cause incorrect behavior and will be lost if
5
+ * the code is regenerated.
6
+ * </auto-generated>
7
+ * ------------------------------------------------------------------------------ */
8
+
9
+ @theme {
10
+ /* border-width */
11
+ --border-width-layout-thickness: 2px;
12
+
13
+ /* color */
14
+ --color-primary: #0078D4;
15
+ --color-secondary: #005A9E;
16
+ --color-tertiary: #003E6B;
17
+
18
+ /* font-family */
19
+ --font-family-family: 'Inter', Roboto, Helvetica, sans-serif;
20
+
21
+ /* radius */
22
+ --radius-layout-radius: 12px;
23
+
24
+ /* shadow */
25
+ --shadow-none: none;
26
+
27
+ /* spacing */
28
+ --spacing-space: 8px;
29
+
30
+ /* transition-duration */
31
+ --transition-duration-durationFast: 150ms;
32
+ --transition-duration-durationFaster: 100ms;
33
+ --transition-duration-durationGentle: 250ms;
34
+ --transition-duration-durationNormal: 200ms;
35
+ --transition-duration-durationSlow: 300ms;
36
+ --transition-duration-durationSlower: 400ms;
37
+ --transition-duration-durationUltraFast: 50ms;
38
+ --transition-duration-durationUltraSlow: 500ms;
39
+ }
@@ -0,0 +1,319 @@
1
+ /* ------------------------------------------------------------------------------
2
+ * <auto-generated>
3
+ * This code was generated by a tool.
4
+ * Changes to this file may cause incorrect behavior and will be lost if
5
+ * the code is regenerated.
6
+ * </auto-generated>
7
+ * ------------------------------------------------------------------------------ */
8
+
9
+ @theme {
10
+ /* border-width */
11
+ --border-width-layout-thickness: 2px;
12
+
13
+ /* color */
14
+ --color-danger-0: oklch(100.00% 0.0000 NaN);
15
+ --color-danger-0-dark: oklch(0.00% 0.0000 NaN);
16
+ --color-danger-100: oklch(95.14% 0.0241 20.79);
17
+ --color-danger-100-dark: oklch(29.16% 0.1169 18.65);
18
+ --color-danger-200: oklch(87.87% 0.0643 20.84);
19
+ --color-danger-200-dark: oklch(36.34% 0.1413 20.63);
20
+ --color-danger-300: oklch(77.41% 0.1330 20.02);
21
+ --color-danger-300-dark: oklch(45.31% 0.1751 21.97);
22
+ --color-danger-400: oklch(67.11% 0.2042 23.57);
23
+ --color-danger-400-dark: oklch(55.98% 0.2080 24.57);
24
+ --color-danger-50: oklch(98.40% 0.0080 36.71);
25
+ --color-danger-50-dark: oklch(21.92% 0.0876 14.52);
26
+ --color-danger-500: oklch(55.98% 0.2080 24.57);
27
+ --color-danger-500-dark: oklch(67.11% 0.2042 23.57);
28
+ --color-danger-600: oklch(45.31% 0.1751 21.97);
29
+ --color-danger-600-dark: oklch(77.41% 0.1330 20.02);
30
+ --color-danger-700: oklch(36.34% 0.1413 20.63);
31
+ --color-danger-700-dark: oklch(87.87% 0.0643 20.84);
32
+ --color-danger-800: oklch(29.16% 0.1169 18.65);
33
+ --color-danger-800-dark: oklch(95.14% 0.0241 20.79);
34
+ --color-danger-900: oklch(21.92% 0.0876 14.52);
35
+ --color-danger-900-dark: oklch(98.40% 0.0080 36.71);
36
+ --color-highlight-0: oklch(100.00% 0.0000 NaN);
37
+ --color-highlight-0-dark: oklch(0.00% 0.0000 NaN);
38
+ --color-highlight-100: oklch(95.10% 0.0298 307.19);
39
+ --color-highlight-100-dark: oklch(28.99% 0.1222 292.55);
40
+ --color-highlight-200: oklch(87.70% 0.0743 304.18);
41
+ --color-highlight-200-dark: oklch(36.12% 0.1494 293.98);
42
+ --color-highlight-300: oklch(77.21% 0.1405 302.22);
43
+ --color-highlight-300-dark: oklch(45.17% 0.1813 293.78);
44
+ --color-highlight-400: oklch(66.65% 0.1915 297.24);
45
+ --color-highlight-400-dark: oklch(55.72% 0.2094 295.22);
46
+ --color-highlight-50: oklch(98.30% 0.0123 317.91);
47
+ --color-highlight-50-dark: oklch(21.71% 0.0975 291.58);
48
+ --color-highlight-500: oklch(55.72% 0.2094 295.22);
49
+ --color-highlight-500-dark: oklch(66.65% 0.1915 297.24);
50
+ --color-highlight-600: oklch(45.17% 0.1813 293.78);
51
+ --color-highlight-600-dark: oklch(77.21% 0.1405 302.22);
52
+ --color-highlight-700: oklch(36.12% 0.1494 293.98);
53
+ --color-highlight-700-dark: oklch(87.70% 0.0743 304.18);
54
+ --color-highlight-800: oklch(28.99% 0.1222 292.55);
55
+ --color-highlight-800-dark: oklch(95.10% 0.0298 307.19);
56
+ --color-highlight-900: oklch(21.71% 0.0975 291.58);
57
+ --color-highlight-900-dark: oklch(98.30% 0.0123 317.91);
58
+ --color-info-0: oklch(100.00% 0.0000 NaN);
59
+ --color-info-0-dark: oklch(0.00% 0.0000 NaN);
60
+ --color-info-100: oklch(94.76% 0.0284 238.21);
61
+ --color-info-100-dark: oklch(28.68% 0.0962 258.87);
62
+ --color-info-200: oklch(87.12% 0.0693 242.12);
63
+ --color-info-200-dark: oklch(35.06% 0.1310 258.67);
64
+ --color-info-300: oklch(75.94% 0.1278 250.45);
65
+ --color-info-300-dark: oklch(43.86% 0.1585 258.07);
66
+ --color-info-400: oklch(65.77% 0.1844 256.27);
67
+ --color-info-400-dark: oklch(54.72% 0.1933 257.47);
68
+ --color-info-50: oklch(98.20% 0.0092 242.79);
69
+ --color-info-50-dark: oklch(20.84% 0.0811 259.09);
70
+ --color-info-500: oklch(54.72% 0.1933 257.47);
71
+ --color-info-500-dark: oklch(65.77% 0.1844 256.27);
72
+ --color-info-600: oklch(43.86% 0.1585 258.07);
73
+ --color-info-600-dark: oklch(75.94% 0.1278 250.45);
74
+ --color-info-700: oklch(35.06% 0.1310 258.67);
75
+ --color-info-700-dark: oklch(87.12% 0.0693 242.12);
76
+ --color-info-800: oklch(28.68% 0.0962 258.87);
77
+ --color-info-800-dark: oklch(94.76% 0.0284 238.21);
78
+ --color-info-900: oklch(20.84% 0.0811 259.09);
79
+ --color-info-900-dark: oklch(98.20% 0.0092 242.79);
80
+ --color-neutral-0: oklch(100.00% 0.0000 NaN);
81
+ --color-neutral-0-dark: oklch(0.00% 0.0000 NaN);
82
+ --color-neutral-100: oklch(94.12% 0.0053 286.52);
83
+ --color-neutral-100-dark: oklch(26.79% 0.0148 285.38);
84
+ --color-neutral-200: oklch(88.43% 0.0095 286.32);
85
+ --color-neutral-200-dark: oklch(39.06% 0.0320 284.84);
86
+ --color-neutral-300: oklch(78.98% 0.0182 286.03);
87
+ --color-neutral-300-dark: oklch(47.68% 0.0384 284.87);
88
+ --color-neutral-400: oklch(65.67% 0.0294 285.59);
89
+ --color-neutral-400-dark: oklch(56.46% 0.0383 285.12);
90
+ --color-neutral-50: oklch(97.64% 0.0013 287.31);
91
+ --color-neutral-50-dark: oklch(18.91% 0.0101 285.42);
92
+ --color-neutral-500: oklch(56.46% 0.0383 285.12);
93
+ --color-neutral-500-dark: oklch(65.67% 0.0294 285.59);
94
+ --color-neutral-600: oklch(47.68% 0.0384 284.87);
95
+ --color-neutral-600-dark: oklch(78.98% 0.0182 286.03);
96
+ --color-neutral-700: oklch(39.06% 0.0320 284.84);
97
+ --color-neutral-700-dark: oklch(88.43% 0.0095 286.32);
98
+ --color-neutral-800: oklch(26.79% 0.0148 285.38);
99
+ --color-neutral-800-dark: oklch(94.12% 0.0053 286.52);
100
+ --color-neutral-900: oklch(18.91% 0.0101 285.42);
101
+ --color-neutral-900-dark: oklch(97.64% 0.0013 287.31);
102
+ --color-primary-0: oklch(100.00% 0.0000 NaN);
103
+ --color-primary-0-dark: oklch(0.00% 0.0000 NaN);
104
+ --color-primary-100: #f8bcd0;
105
+ --color-primary-100-dark: oklch(38.85% 0.1431 8.52);
106
+ --color-primary-200: oklch(76.57% 0.1276 358.98);
107
+ --color-primary-200-dark: oklch(46.66% 0.1743 9.02);
108
+ --color-primary-300: oklch(68.78% 0.1797 1.97);
109
+ --color-primary-300-dark: oklch(54.73% 0.2066 9.46);
110
+ --color-primary-400: #ec407a;
111
+ --color-primary-400-dark: oklch(60.62% 0.2298 9.63);
112
+ --color-primary-50: oklch(94.05% 0.0282 355.51);
113
+ --color-primary-50-dark: oklch(23.55% 0.0784 5.22);
114
+ --color-primary-500: oklch(60.62% 0.2298 9.63);
115
+ --color-primary-500-dark: oklch(63.92% 0.2104 5.28);
116
+ --color-primary-600: oklch(54.73% 0.2066 9.46);
117
+ --color-primary-600-dark: oklch(68.78% 0.1797 1.97);
118
+ --color-primary-700: oklch(46.66% 0.1743 9.02);
119
+ --color-primary-700-dark: oklch(76.57% 0.1276 358.98);
120
+ --color-primary-800: oklch(38.85% 0.1431 8.52);
121
+ --color-primary-800-dark: oklch(85.51% 0.0733 356.98);
122
+ --color-primary-900: oklch(23.55% 0.0784 5.22);
123
+ --color-primary-900-dark: oklch(94.05% 0.0282 355.51);
124
+ --color-scheme-background: oklch(93.70% 0.0000 NaN);
125
+ --color-scheme-background-dark: oklch(19.57% 0.0000 NaN);
126
+ --color-scheme-contrast: oklch(100.00% 0.0000 NaN);
127
+ --color-scheme-contrast-dark: oklch(0.00% 0.0000 NaN);
128
+ --color-scheme-disabled: oklch(51.73% 0.0000 NaN);
129
+ --color-scheme-disabled-dark: oklch(39.79% 0.0000 NaN);
130
+ --color-scheme-foreground: oklch(38.62% 0.0207 251.11);
131
+ --color-scheme-foreground-dark: oklch(79.35% 0.0173 70.48);
132
+ --color-scheme-highlight: oklch(86.07% 0.0000 NaN);
133
+ --color-scheme-highlight-dark: oklch(30.12% 0.0000 NaN);
134
+ --color-scheme-lowlight: oklch(47.48% 0.0000 NaN);
135
+ --color-scheme-lowlight-dark: oklch(71.55% 0.0000 NaN);
136
+ --color-scheme-middlelight: oklch(63.34% 0.0000 NaN);
137
+ --color-scheme-middlelight-dark: oklch(56.24% 0.0000 NaN);
138
+ --color-scheme-selection: oklch(84.52% 0.0000 NaN / 0.44);
139
+ --color-scheme-selection-dark: oklch(84.52% 0.0000 NaN / 0.44);
140
+ --color-scheme-semiTransparent: oklch(100.00% 0.0000 NaN / 0.67);
141
+ --color-scheme-semiTransparent-dark: oklch(100.00% 0.0000 NaN / 0.03);
142
+ --color-scheme-transparent: oklch(100.00% 0.0000 NaN / 0.00);
143
+ --color-scheme-transparent-dark: oklch(100.00% 0.0000 NaN / 0.00);
144
+ --color-secondary-0: oklch(100.00% 0.0000 NaN);
145
+ --color-secondary-0-dark: oklch(0.00% 0.0000 NaN);
146
+ --color-secondary-100: oklch(89.61% 0.0571 149.74);
147
+ --color-secondary-100-dark: oklch(52.56% 0.1558 147.09);
148
+ --color-secondary-200: oklch(82.99% 0.0942 149.93);
149
+ --color-secondary-200-dark: oklch(57.54% 0.1673 147.83);
150
+ --color-secondary-300: oklch(76.70% 0.1351 149.12);
151
+ --color-secondary-300-dark: oklch(62.90% 0.1763 147.89);
152
+ --color-secondary-400: oklch(71.84% 0.1617 148.57);
153
+ --color-secondary-400-dark: oklch(67.23% 0.1848 147.88);
154
+ --color-secondary-50: oklch(95.77% 0.0241 151.10);
155
+ --color-secondary-50-dark: oklch(43.14% 0.1344 145.31);
156
+ --color-secondary-500: oklch(67.23% 0.1848 147.88);
157
+ --color-secondary-500-dark: oklch(71.84% 0.1617 148.57);
158
+ --color-secondary-600: oklch(62.90% 0.1763 147.89);
159
+ --color-secondary-600-dark: oklch(76.70% 0.1351 149.12);
160
+ --color-secondary-700: oklch(57.54% 0.1673 147.83);
161
+ --color-secondary-700-dark: oklch(82.99% 0.0942 149.93);
162
+ --color-secondary-800: oklch(52.56% 0.1558 147.09);
163
+ --color-secondary-800-dark: oklch(89.61% 0.0571 149.74);
164
+ --color-secondary-900: oklch(43.14% 0.1344 145.31);
165
+ --color-secondary-900-dark: oklch(95.77% 0.0241 151.10);
166
+ --color-success-0: oklch(100.00% 0.0000 NaN);
167
+ --color-success-0-dark: oklch(0.00% 0.0000 NaN);
168
+ --color-success-100: oklch(94.20% 0.0448 151.23);
169
+ --color-success-100-dark: oklch(26.65% 0.0750 149.11);
170
+ --color-success-200: oklch(85.32% 0.1616 150.11);
171
+ --color-success-200-dark: oklch(33.49% 0.0936 148.36);
172
+ --color-success-300: oklch(73.96% 0.1674 149.48);
173
+ --color-success-300-dark: oklch(42.02% 0.1131 148.08);
174
+ --color-success-400: oklch(62.86% 0.1606 148.43);
175
+ --color-success-400-dark: oklch(51.86% 0.1383 147.98);
176
+ --color-success-50: oklch(98.64% 0.0165 150.99);
177
+ --color-success-50-dark: oklch(20.20% 0.0538 151.47);
178
+ --color-success-500: oklch(51.86% 0.1383 147.98);
179
+ --color-success-500-dark: oklch(62.86% 0.1606 148.43);
180
+ --color-success-600: oklch(42.02% 0.1131 148.08);
181
+ --color-success-600-dark: oklch(73.96% 0.1674 149.48);
182
+ --color-success-700: oklch(33.49% 0.0936 148.36);
183
+ --color-success-700-dark: oklch(85.32% 0.1616 150.11);
184
+ --color-success-800: oklch(26.65% 0.0750 149.11);
185
+ --color-success-800-dark: oklch(94.20% 0.0448 151.23);
186
+ --color-success-900: oklch(20.20% 0.0538 151.47);
187
+ --color-success-900-dark: oklch(98.64% 0.0165 150.99);
188
+ --color-tertiary-0: oklch(100.00% 0.0000 NaN);
189
+ --color-tertiary-0-dark: oklch(0.00% 0.0000 NaN);
190
+ --color-tertiary-100: oklch(89.57% 0.0563 220.64);
191
+ --color-tertiary-100-dark: oklch(55.32% 0.1255 240.41);
192
+ --color-tertiary-200: oklch(83.17% 0.0896 223.70);
193
+ --color-tertiary-200-dark: oklch(60.48% 0.1324 238.12);
194
+ --color-tertiary-300: oklch(77.54% 0.1158 225.67);
195
+ --color-tertiary-300-dark: oklch(66.14% 0.1382 235.75);
196
+ --color-tertiary-400: oklch(73.53% 0.1310 229.33);
197
+ --color-tertiary-400-dark: oklch(70.20% 0.1419 233.82);
198
+ --color-tertiary-50: oklch(95.75% 0.0231 220.67);
199
+ --color-tertiary-50-dark: oklch(45.31% 0.1162 245.86);
200
+ --color-tertiary-500: oklch(70.20% 0.1419 233.82);
201
+ --color-tertiary-500-dark: oklch(73.53% 0.1310 229.33);
202
+ --color-tertiary-600: oklch(66.14% 0.1382 235.75);
203
+ --color-tertiary-600-dark: oklch(77.54% 0.1158 225.67);
204
+ --color-tertiary-700: oklch(60.48% 0.1324 238.12);
205
+ --color-tertiary-700-dark: oklch(83.17% 0.0896 223.70);
206
+ --color-tertiary-800: oklch(55.32% 0.1255 240.41);
207
+ --color-tertiary-800-dark: oklch(89.57% 0.0563 220.64);
208
+ --color-tertiary-900: oklch(45.31% 0.1162 245.86);
209
+ --color-tertiary-900-dark: oklch(95.75% 0.0231 220.67);
210
+ --color-warning-0: oklch(100.00% 0.0000 NaN);
211
+ --color-warning-0-dark: oklch(0.00% 0.0000 NaN);
212
+ --color-warning-100: oklch(90.99% 0.1235 95.66);
213
+ --color-warning-100-dark: oklch(32.98% 0.0722 68.30);
214
+ --color-warning-200: oklch(83.42% 0.1401 91.50);
215
+ --color-warning-200-dark: oklch(39.37% 0.0853 68.93);
216
+ --color-warning-300: oklch(74.98% 0.1407 87.05);
217
+ --color-warning-300-dark: oklch(46.65% 0.1009 70.17);
218
+ --color-warning-400: oklch(66.19% 0.1374 79.24);
219
+ --color-warning-400-dark: oklch(55.42% 0.1169 75.00);
220
+ --color-warning-50: oklch(97.22% 0.0659 100.99);
221
+ --color-warning-50-dark: oklch(28.03% 0.0602 71.48);
222
+ --color-warning-500: oklch(55.42% 0.1169 75.00);
223
+ --color-warning-500-dark: oklch(66.19% 0.1374 79.24);
224
+ --color-warning-600: oklch(46.65% 0.1009 70.17);
225
+ --color-warning-600-dark: oklch(74.98% 0.1407 87.05);
226
+ --color-warning-700: oklch(39.37% 0.0853 68.93);
227
+ --color-warning-700-dark: oklch(83.42% 0.1401 91.50);
228
+ --color-warning-800: oklch(32.98% 0.0722 68.30);
229
+ --color-warning-800-dark: oklch(90.99% 0.1235 95.66);
230
+ --color-warning-900: oklch(28.03% 0.0602 71.48);
231
+ --color-warning-900-dark: oklch(97.22% 0.0659 100.99);
232
+
233
+ /* font-family */
234
+ --font-family-body1: Nunito, sans-serif;
235
+ --font-family-body2: Nunito, sans-serif;
236
+ --font-family-button: Nunito, sans-serif;
237
+ --font-family-caption: Nunito, sans-serif;
238
+ --font-family-family: Nunito, sans-serif;
239
+ --font-family-headline1: Nunito, sans-serif;
240
+ --font-family-headline2: Nunito, sans-serif;
241
+ --font-family-headline3: Nunito, sans-serif;
242
+ --font-family-headline4: Nunito, sans-serif;
243
+ --font-family-headline5: Nunito, sans-serif;
244
+ --font-family-headline6: Nunito, sans-serif;
245
+ --font-family-overline: Nunito, sans-serif;
246
+ --font-family-subtitle1: Nunito, sans-serif;
247
+ --font-family-subtitle2: Nunito, sans-serif;
248
+
249
+ /* font-weight */
250
+ --font-weight-body1: 400;
251
+ --font-weight-body2: 400;
252
+ --font-weight-button: 700;
253
+ --font-weight-caption: 400;
254
+ --font-weight-headline1: 300;
255
+ --font-weight-headline2: 300;
256
+ --font-weight-headline3: 400;
257
+ --font-weight-headline4: 400;
258
+ --font-weight-headline5: 400;
259
+ --font-weight-headline6: 500;
260
+ --font-weight-overline: 500;
261
+ --font-weight-subtitle1: 400;
262
+ --font-weight-subtitle2: 500;
263
+
264
+ /* letter-spacing */
265
+ --letter-spacing-body1: 0.5px;
266
+ --letter-spacing-body2: 0.2857142857142857px;
267
+ --letter-spacing-button: 1.4285714285714286px;
268
+ --letter-spacing-caption: 0.5333333333333333px;
269
+ --letter-spacing-headline1: -0.25px;
270
+ --letter-spacing-headline2: -0.13333333333333333px;
271
+ --letter-spacing-headline3: normal;
272
+ --letter-spacing-headline4: 0.11764705882352941px;
273
+ --letter-spacing-headline5: normal;
274
+ --letter-spacing-headline6: 0.2px;
275
+ --letter-spacing-overline: 2.6666666666666665px;
276
+ --letter-spacing-subtitle1: 0.15px;
277
+ --letter-spacing-subtitle2: 0.1142857142857143px;
278
+
279
+ /* line-height */
280
+ --line-height-body1: 20px;
281
+ --line-height-body2: 18px;
282
+ --line-height-button: 18px;
283
+ --line-height-caption: 16px;
284
+ --line-height-headline1: 100px;
285
+ --line-height-headline2: 64px;
286
+ --line-height-headline3: 52px;
287
+ --line-height-headline4: 38px;
288
+ --line-height-headline5: 28px;
289
+ --line-height-headline6: 24px;
290
+ --line-height-overline: 16px;
291
+ --line-height-subtitle1: 20px;
292
+ --line-height-subtitle2: 18px;
293
+
294
+ /* radius */
295
+ --radius-layout-radius: 12px;
296
+
297
+ /* shadow */
298
+ --shadow-bold: 0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 14px 28px 0px rgba(0, 0, 0, 0.14);
299
+ --shadow-bold-dark: 0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 14px 28px 0px rgba(0, 0, 0, 0.28);
300
+ --shadow-extrabold: 0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 32px 64px 0px rgba(0, 0, 0, 0.14);
301
+ --shadow-extrabold-dark: 0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 32px 64px 0px rgba(0, 0, 0, 0.28);
302
+ --shadow-light: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
303
+ --shadow-light-dark: 0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 2px 0px rgba(0, 0, 0, 0.28);
304
+ --shadow-none: none;
305
+ --shadow-regular: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
306
+ --shadow-regular-dark: 0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 4px 8px 0px rgba(0, 0, 0, 0.28);
307
+ --shadow-semibold: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14);
308
+ --shadow-semibold-dark: 0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 8px 16px 0px rgba(0, 0, 0, 0.28);
309
+ --shadow-semilight: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
310
+ --shadow-semilight-dark: 0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 2px 4px 0px rgba(0, 0, 0, 0.28);
311
+
312
+ /* spacing */
313
+ --spacing-space: 8px;
314
+
315
+ /* transition-duration */
316
+ --transition-duration-long: 600ms;
317
+ --transition-duration-medium: 400ms;
318
+ --transition-duration-short: 200ms;
319
+ }