@shival99/z-ui 1.2.17 → 1.2.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/assets/css/themes/gray.css +72 -70
- package/assets/css/themes/green.css +74 -72
- package/assets/css/themes/hospital.css +78 -76
- package/assets/css/themes/neutral.css +72 -70
- package/assets/css/themes/orange.css +72 -70
- package/assets/css/themes/slate.css +72 -70
- package/assets/css/themes/stone.css +72 -70
- package/assets/css/themes/violet.css +72 -70
- package/assets/css/themes/zinc.css +72 -70
- package/fesm2022/shival99-z-ui-components-z-icon.mjs +3 -8
- package/fesm2022/shival99-z-ui-components-z-icon.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-components-z-table.mjs +87 -14
- package/fesm2022/shival99-z-ui-components-z-table.mjs.map +1 -1
- package/fesm2022/shival99-z-ui-services.mjs +139 -58
- package/fesm2022/shival99-z-ui-services.mjs.map +1 -1
- package/package.json +1 -1
- package/types/shival99-z-ui-components-z-calendar.d.ts +4 -4
- package/types/shival99-z-ui-components-z-editor.d.ts +1 -1
- package/types/shival99-z-ui-components-z-input.d.ts +2 -2
- package/types/shival99-z-ui-components-z-modal.d.ts +1 -1
- package/types/shival99-z-ui-components-z-select.d.ts +1 -1
- package/types/shival99-z-ui-components-z-table.d.ts +2 -2
- package/types/shival99-z-ui-components-z-upload.d.ts +3 -3
- package/types/shival99-z-ui-services.d.ts +17 -47
|
@@ -1,73 +1,75 @@
|
|
|
1
1
|
/* ORANGE THEME */
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
2
|
+
@layer z-theme {
|
|
3
|
+
:root[z-theme='orange'] {
|
|
4
|
+
--radius: 0.65rem;
|
|
5
|
+
--background: oklch(1 0 0);
|
|
6
|
+
--foreground: oklch(0.141 0.005 285.823);
|
|
7
|
+
--card: oklch(1 0 0);
|
|
8
|
+
--card-foreground: oklch(0.141 0.005 285.823);
|
|
9
|
+
--popover: oklch(1 0 0);
|
|
10
|
+
--popover-foreground: oklch(0.141 0.005 285.823);
|
|
11
|
+
--primary: oklch(0.646 0.222 41.116);
|
|
12
|
+
--primary-foreground: oklch(0.98 0.016 73.684);
|
|
13
|
+
--secondary: oklch(0.967 0.001 286.375);
|
|
14
|
+
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
15
|
+
--muted: oklch(0.967 0.001 286.375);
|
|
16
|
+
--muted-foreground: oklch(0.552 0.016 285.938);
|
|
17
|
+
--accent: oklch(0.967 0.001 286.375);
|
|
18
|
+
--accent-foreground: oklch(0.21 0.006 285.885);
|
|
19
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
20
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
21
|
+
--border: oklch(0.92 0.004 286.32);
|
|
22
|
+
--input: oklch(0.92 0.004 286.32);
|
|
23
|
+
--input-autofill: oklch(1 0 0);
|
|
24
|
+
--ring: oklch(0.75 0.183 55.934);
|
|
25
|
+
--chart-1: oklch(0.837 0.128 66.29);
|
|
26
|
+
--chart-2: oklch(0.705 0.213 47.604);
|
|
27
|
+
--chart-3: oklch(0.646 0.222 41.116);
|
|
28
|
+
--chart-4: oklch(0.553 0.195 38.402);
|
|
29
|
+
--chart-5: oklch(0.47 0.157 37.304);
|
|
30
|
+
--sidebar: oklch(0.985 0 0);
|
|
31
|
+
--sidebar-foreground: oklch(0.141 0.005 285.823);
|
|
32
|
+
--sidebar-primary: oklch(0.646 0.222 41.116);
|
|
33
|
+
--sidebar-primary-foreground: oklch(0.98 0.016 73.684);
|
|
34
|
+
--sidebar-accent: oklch(0.967 0.001 286.375);
|
|
35
|
+
--sidebar-accent-foreground: oklch(0.21 0.006 285.885);
|
|
36
|
+
--sidebar-border: oklch(0.92 0.004 286.32);
|
|
37
|
+
--sidebar-ring: oklch(0.75 0.183 55.934);
|
|
38
|
+
}
|
|
38
39
|
|
|
39
|
-
:root[z-theme='orange'].dark {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
40
|
+
:root[z-theme='orange'].dark {
|
|
41
|
+
--background: oklch(0.141 0.005 285.823);
|
|
42
|
+
--foreground: oklch(0.985 0 0);
|
|
43
|
+
--card: oklch(0.21 0.006 285.885);
|
|
44
|
+
--card-foreground: oklch(0.985 0 0);
|
|
45
|
+
--popover: oklch(0.21 0.006 285.885);
|
|
46
|
+
--popover-foreground: oklch(0.985 0 0);
|
|
47
|
+
--primary: oklch(0.705 0.213 47.604);
|
|
48
|
+
--primary-foreground: oklch(0.98 0.016 73.684);
|
|
49
|
+
--secondary: oklch(0.274 0.006 286.033);
|
|
50
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
51
|
+
--muted: oklch(0.274 0.006 286.033);
|
|
52
|
+
--muted-foreground: oklch(0.705 0.015 286.067);
|
|
53
|
+
--accent: oklch(0.274 0.006 286.033);
|
|
54
|
+
--accent-foreground: oklch(0.985 0 0);
|
|
55
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
56
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
57
|
+
--border: oklch(1 0 0 / 10%);
|
|
58
|
+
--input: oklch(1 0 0 / 15%);
|
|
59
|
+
--input-autofill: oklch(0.19 0 0);
|
|
60
|
+
--ring: oklch(0.408 0.123 38.172);
|
|
61
|
+
--chart-1: oklch(0.837 0.128 66.29);
|
|
62
|
+
--chart-2: oklch(0.705 0.213 47.604);
|
|
63
|
+
--chart-3: oklch(0.646 0.222 41.116);
|
|
64
|
+
--chart-4: oklch(0.553 0.195 38.402);
|
|
65
|
+
--chart-5: oklch(0.47 0.157 37.304);
|
|
66
|
+
--sidebar: oklch(0.21 0.006 285.885);
|
|
67
|
+
--sidebar-foreground: oklch(0.985 0 0);
|
|
68
|
+
--sidebar-primary: oklch(0.705 0.213 47.604);
|
|
69
|
+
--sidebar-primary-foreground: oklch(0.98 0.016 73.684);
|
|
70
|
+
--sidebar-accent: oklch(0.274 0.006 286.033);
|
|
71
|
+
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
72
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
73
|
+
--sidebar-ring: oklch(0.408 0.123 38.172);
|
|
74
|
+
}
|
|
73
75
|
}
|
|
@@ -1,73 +1,75 @@
|
|
|
1
1
|
/* SLATE THEME */
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
2
|
+
@layer z-theme {
|
|
3
|
+
:root[z-theme='slate'] {
|
|
4
|
+
--radius: 0.625rem;
|
|
5
|
+
--background: oklch(1 0 0);
|
|
6
|
+
--foreground: oklch(0.129 0.042 264.695);
|
|
7
|
+
--card: oklch(1 0 0);
|
|
8
|
+
--card-foreground: oklch(0.129 0.042 264.695);
|
|
9
|
+
--popover: oklch(1 0 0);
|
|
10
|
+
--popover-foreground: oklch(0.129 0.042 264.695);
|
|
11
|
+
--primary: oklch(0.208 0.042 265.755);
|
|
12
|
+
--primary-foreground: oklch(0.984 0.003 247.858);
|
|
13
|
+
--secondary: oklch(0.968 0.007 247.896);
|
|
14
|
+
--secondary-foreground: oklch(0.208 0.042 265.755);
|
|
15
|
+
--muted: oklch(0.968 0.007 247.896);
|
|
16
|
+
--muted-foreground: oklch(0.554 0.046 257.417);
|
|
17
|
+
--accent: oklch(0.968 0.007 247.896);
|
|
18
|
+
--accent-foreground: oklch(0.208 0.042 265.755);
|
|
19
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
20
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
21
|
+
--border: oklch(0.929 0.013 255.508);
|
|
22
|
+
--input: oklch(0.929 0.013 255.508);
|
|
23
|
+
--input-autofill: oklch(1 0 0);
|
|
24
|
+
--ring: oklch(0.704 0.04 256.788);
|
|
25
|
+
--chart-1: oklch(0.646 0.222 41.116);
|
|
26
|
+
--chart-2: oklch(0.6 0.118 184.704);
|
|
27
|
+
--chart-3: oklch(0.398 0.07 227.334);
|
|
28
|
+
--chart-4: oklch(0.828 0.189 84.429);
|
|
29
|
+
--chart-5: oklch(0.769 0.188 70.08);
|
|
30
|
+
--sidebar: oklch(0.984 0.003 247.858);
|
|
31
|
+
--sidebar-foreground: oklch(0.129 0.042 264.695);
|
|
32
|
+
--sidebar-primary: oklch(0.208 0.042 265.755);
|
|
33
|
+
--sidebar-primary-foreground: oklch(0.984 0.003 247.858);
|
|
34
|
+
--sidebar-accent: oklch(0.968 0.007 247.896);
|
|
35
|
+
--sidebar-accent-foreground: oklch(0.208 0.042 265.755);
|
|
36
|
+
--sidebar-border: oklch(0.929 0.013 255.508);
|
|
37
|
+
--sidebar-ring: oklch(0.704 0.04 256.788);
|
|
38
|
+
}
|
|
38
39
|
|
|
39
|
-
:root[z-theme='slate'].dark {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
40
|
+
:root[z-theme='slate'].dark {
|
|
41
|
+
--background: oklch(0.129 0.042 264.695);
|
|
42
|
+
--foreground: oklch(0.984 0.003 247.858);
|
|
43
|
+
--card: oklch(0.208 0.042 265.755);
|
|
44
|
+
--card-foreground: oklch(0.984 0.003 247.858);
|
|
45
|
+
--popover: oklch(0.208 0.042 265.755);
|
|
46
|
+
--popover-foreground: oklch(0.984 0.003 247.858);
|
|
47
|
+
--primary: oklch(0.929 0.013 255.508);
|
|
48
|
+
--primary-foreground: oklch(0.208 0.042 265.755);
|
|
49
|
+
--secondary: oklch(0.279 0.041 260.031);
|
|
50
|
+
--secondary-foreground: oklch(0.984 0.003 247.858);
|
|
51
|
+
--muted: oklch(0.279 0.041 260.031);
|
|
52
|
+
--muted-foreground: oklch(0.704 0.04 256.788);
|
|
53
|
+
--accent: oklch(0.279 0.041 260.031);
|
|
54
|
+
--accent-foreground: oklch(0.984 0.003 247.858);
|
|
55
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
56
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
57
|
+
--border: oklch(1 0 0 / 10%);
|
|
58
|
+
--input: oklch(1 0 0 / 15%);
|
|
59
|
+
--input-autofill: oklch(0.19 0 0);
|
|
60
|
+
--ring: oklch(0.551 0.027 264.364);
|
|
61
|
+
--chart-1: oklch(0.488 0.243 264.376);
|
|
62
|
+
--chart-2: oklch(0.696 0.17 162.48);
|
|
63
|
+
--chart-3: oklch(0.769 0.188 70.08);
|
|
64
|
+
--chart-4: oklch(0.627 0.265 303.9);
|
|
65
|
+
--chart-5: oklch(0.645 0.246 16.439);
|
|
66
|
+
--sidebar: oklch(0.208 0.042 265.755);
|
|
67
|
+
--sidebar-foreground: oklch(0.984 0.003 247.858);
|
|
68
|
+
--sidebar-primary: oklch(0.929 0.013 255.508);
|
|
69
|
+
--sidebar-primary-foreground: oklch(0.208 0.042 265.755);
|
|
70
|
+
--sidebar-accent: oklch(0.279 0.041 260.031);
|
|
71
|
+
--sidebar-accent-foreground: oklch(0.984 0.003 247.858);
|
|
72
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
73
|
+
--sidebar-ring: oklch(0.551 0.027 264.364);
|
|
74
|
+
}
|
|
73
75
|
}
|
|
@@ -1,73 +1,75 @@
|
|
|
1
1
|
/* STONE THEME */
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
2
|
+
@layer z-theme {
|
|
3
|
+
:root[z-theme='stone'] {
|
|
4
|
+
--radius: 0.625rem;
|
|
5
|
+
--background: oklch(1 0 0);
|
|
6
|
+
--foreground: oklch(0.147 0.004 49.25);
|
|
7
|
+
--card: oklch(1 0 0);
|
|
8
|
+
--card-foreground: oklch(0.147 0.004 49.25);
|
|
9
|
+
--popover: oklch(1 0 0);
|
|
10
|
+
--popover-foreground: oklch(0.147 0.004 49.25);
|
|
11
|
+
--primary: oklch(0.216 0.006 56.043);
|
|
12
|
+
--primary-foreground: oklch(0.985 0.001 106.423);
|
|
13
|
+
--secondary: oklch(0.97 0.001 106.424);
|
|
14
|
+
--secondary-foreground: oklch(0.216 0.006 56.043);
|
|
15
|
+
--muted: oklch(0.97 0.001 106.424);
|
|
16
|
+
--muted-foreground: oklch(0.553 0.013 58.071);
|
|
17
|
+
--accent: oklch(0.97 0.001 106.424);
|
|
18
|
+
--accent-foreground: oklch(0.216 0.006 56.043);
|
|
19
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
20
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
21
|
+
--border: oklch(0.923 0.003 48.717);
|
|
22
|
+
--input: oklch(0.923 0.003 48.717);
|
|
23
|
+
--input-autofill: oklch(1 0 0);
|
|
24
|
+
--ring: oklch(0.709 0.01 56.259);
|
|
25
|
+
--chart-1: oklch(0.646 0.222 41.116);
|
|
26
|
+
--chart-2: oklch(0.6 0.118 184.704);
|
|
27
|
+
--chart-3: oklch(0.398 0.07 227.334);
|
|
28
|
+
--chart-4: oklch(0.828 0.189 84.429);
|
|
29
|
+
--chart-5: oklch(0.769 0.188 70.08);
|
|
30
|
+
--sidebar: oklch(0.985 0.001 106.423);
|
|
31
|
+
--sidebar-foreground: oklch(0.147 0.004 49.25);
|
|
32
|
+
--sidebar-primary: oklch(0.216 0.006 56.043);
|
|
33
|
+
--sidebar-primary-foreground: oklch(0.985 0.001 106.423);
|
|
34
|
+
--sidebar-accent: oklch(0.97 0.001 106.424);
|
|
35
|
+
--sidebar-accent-foreground: oklch(0.216 0.006 56.043);
|
|
36
|
+
--sidebar-border: oklch(0.923 0.003 48.717);
|
|
37
|
+
--sidebar-ring: oklch(0.709 0.01 56.259);
|
|
38
|
+
}
|
|
38
39
|
|
|
39
|
-
:root[z-theme='stone'].dark {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
40
|
+
:root[z-theme='stone'].dark {
|
|
41
|
+
--background: oklch(0.147 0.004 49.25);
|
|
42
|
+
--foreground: oklch(0.985 0.001 106.423);
|
|
43
|
+
--card: oklch(0.216 0.006 56.043);
|
|
44
|
+
--card-foreground: oklch(0.985 0.001 106.423);
|
|
45
|
+
--popover: oklch(0.216 0.006 56.043);
|
|
46
|
+
--popover-foreground: oklch(0.985 0.001 106.423);
|
|
47
|
+
--primary: oklch(0.923 0.003 48.717);
|
|
48
|
+
--primary-foreground: oklch(0.216 0.006 56.043);
|
|
49
|
+
--secondary: oklch(0.268 0.007 34.298);
|
|
50
|
+
--secondary-foreground: oklch(0.985 0.001 106.423);
|
|
51
|
+
--muted: oklch(0.268 0.007 34.298);
|
|
52
|
+
--muted-foreground: oklch(0.709 0.01 56.259);
|
|
53
|
+
--accent: oklch(0.268 0.007 34.298);
|
|
54
|
+
--accent-foreground: oklch(0.985 0.001 106.423);
|
|
55
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
56
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
57
|
+
--border: oklch(1 0 0 / 10%);
|
|
58
|
+
--input: oklch(1 0 0 / 15%);
|
|
59
|
+
--input-autofill: oklch(0.19 0 0);
|
|
60
|
+
--ring: oklch(0.553 0.013 58.071);
|
|
61
|
+
--chart-1: oklch(0.488 0.243 264.376);
|
|
62
|
+
--chart-2: oklch(0.696 0.17 162.48);
|
|
63
|
+
--chart-3: oklch(0.769 0.188 70.08);
|
|
64
|
+
--chart-4: oklch(0.627 0.265 303.9);
|
|
65
|
+
--chart-5: oklch(0.645 0.246 16.439);
|
|
66
|
+
--sidebar: oklch(0.216 0.006 56.043);
|
|
67
|
+
--sidebar-foreground: oklch(0.985 0.001 106.423);
|
|
68
|
+
--sidebar-primary: oklch(0.923 0.003 48.717);
|
|
69
|
+
--sidebar-primary-foreground: oklch(0.216 0.006 56.043);
|
|
70
|
+
--sidebar-accent: oklch(0.268 0.007 34.298);
|
|
71
|
+
--sidebar-accent-foreground: oklch(0.985 0.001 106.423);
|
|
72
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
73
|
+
--sidebar-ring: oklch(0.553 0.013 58.071);
|
|
74
|
+
}
|
|
73
75
|
}
|
|
@@ -1,73 +1,75 @@
|
|
|
1
1
|
/* VIOLET THEME */
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
2
|
+
@layer z-theme {
|
|
3
|
+
:root[z-theme='violet'] {
|
|
4
|
+
--radius: 0.65rem;
|
|
5
|
+
--background: oklch(1 0 0);
|
|
6
|
+
--foreground: oklch(0.141 0.005 285.823);
|
|
7
|
+
--card: oklch(1 0 0);
|
|
8
|
+
--card-foreground: oklch(0.141 0.005 285.823);
|
|
9
|
+
--popover: oklch(1 0 0);
|
|
10
|
+
--popover-foreground: oklch(0.141 0.005 285.823);
|
|
11
|
+
--primary: oklch(0.541 0.281 293.009);
|
|
12
|
+
--primary-foreground: oklch(0.969 0.016 293.756);
|
|
13
|
+
--secondary: oklch(0.967 0.001 286.375);
|
|
14
|
+
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
15
|
+
--muted: oklch(0.967 0.001 286.375);
|
|
16
|
+
--muted-foreground: oklch(0.552 0.016 285.938);
|
|
17
|
+
--accent: oklch(0.967 0.001 286.375);
|
|
18
|
+
--accent-foreground: oklch(0.21 0.006 285.885);
|
|
19
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
20
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
21
|
+
--border: oklch(0.92 0.004 286.32);
|
|
22
|
+
--input: oklch(0.92 0.004 286.32);
|
|
23
|
+
--input-autofill: oklch(1 0 0);
|
|
24
|
+
--ring: oklch(0.702 0.183 293.541);
|
|
25
|
+
--chart-1: oklch(0.811 0.111 293.571);
|
|
26
|
+
--chart-2: oklch(0.606 0.25 292.717);
|
|
27
|
+
--chart-3: oklch(0.541 0.281 293.009);
|
|
28
|
+
--chart-4: oklch(0.491 0.27 292.581);
|
|
29
|
+
--chart-5: oklch(0.432 0.232 292.759);
|
|
30
|
+
--sidebar: oklch(0.985 0 0);
|
|
31
|
+
--sidebar-foreground: oklch(0.141 0.005 285.823);
|
|
32
|
+
--sidebar-primary: oklch(0.541 0.281 293.009);
|
|
33
|
+
--sidebar-primary-foreground: oklch(0.969 0.016 293.756);
|
|
34
|
+
--sidebar-accent: oklch(0.967 0.001 286.375);
|
|
35
|
+
--sidebar-accent-foreground: oklch(0.21 0.006 285.885);
|
|
36
|
+
--sidebar-border: oklch(0.92 0.004 286.32);
|
|
37
|
+
--sidebar-ring: oklch(0.702 0.183 293.541);
|
|
38
|
+
}
|
|
38
39
|
|
|
39
|
-
:root[z-theme='violet'].dark {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
40
|
+
:root[z-theme='violet'].dark {
|
|
41
|
+
--background: oklch(0.141 0.005 285.823);
|
|
42
|
+
--foreground: oklch(0.985 0 0);
|
|
43
|
+
--card: oklch(0.21 0.006 285.885);
|
|
44
|
+
--card-foreground: oklch(0.985 0 0);
|
|
45
|
+
--popover: oklch(0.21 0.006 285.885);
|
|
46
|
+
--popover-foreground: oklch(0.985 0 0);
|
|
47
|
+
--primary: oklch(0.606 0.25 292.717);
|
|
48
|
+
--primary-foreground: oklch(0.969 0.016 293.756);
|
|
49
|
+
--secondary: oklch(0.274 0.006 286.033);
|
|
50
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
51
|
+
--muted: oklch(0.274 0.006 286.033);
|
|
52
|
+
--muted-foreground: oklch(0.705 0.015 286.067);
|
|
53
|
+
--accent: oklch(0.274 0.006 286.033);
|
|
54
|
+
--accent-foreground: oklch(0.985 0 0);
|
|
55
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
56
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
57
|
+
--border: oklch(1 0 0 / 10%);
|
|
58
|
+
--input: oklch(1 0 0 / 15%);
|
|
59
|
+
--input-autofill: oklch(0.19 0 0);
|
|
60
|
+
--ring: oklch(0.38 0.189 293.745);
|
|
61
|
+
--chart-1: oklch(0.811 0.111 293.571);
|
|
62
|
+
--chart-2: oklch(0.606 0.25 292.717);
|
|
63
|
+
--chart-3: oklch(0.541 0.281 293.009);
|
|
64
|
+
--chart-4: oklch(0.491 0.27 292.581);
|
|
65
|
+
--chart-5: oklch(0.432 0.232 292.759);
|
|
66
|
+
--sidebar: oklch(0.21 0.006 285.885);
|
|
67
|
+
--sidebar-foreground: oklch(0.985 0 0);
|
|
68
|
+
--sidebar-primary: oklch(0.606 0.25 292.717);
|
|
69
|
+
--sidebar-primary-foreground: oklch(0.969 0.016 293.756);
|
|
70
|
+
--sidebar-accent: oklch(0.274 0.006 286.033);
|
|
71
|
+
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
72
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
73
|
+
--sidebar-ring: oklch(0.38 0.189 293.745);
|
|
74
|
+
}
|
|
73
75
|
}
|