@shival99/z-ui 1.0.1 → 1.0.3
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 +50 -77
- package/assets/css/animations.css +207 -0
- package/assets/css/base.css +76 -0
- package/assets/css/tailwind.css +53 -0
- package/assets/css/themes/gray.css +73 -0
- package/assets/css/themes/green.css +75 -0
- package/assets/css/themes/hospital.css +79 -0
- package/assets/css/themes/neutral.css +73 -0
- package/assets/css/themes/orange.css +73 -0
- package/assets/css/themes/slate.css +73 -0
- package/assets/css/themes/stone.css +73 -0
- package/assets/css/themes/violet.css +73 -0
- package/assets/css/themes/zinc.css +73 -0
- package/assets/images/avatar.svg +6 -0
- package/assets/images/logo.svg +6 -0
- package/fesm2022/shival99-z-ui-components-z-accordion.mjs +148 -0
- package/fesm2022/shival99-z-ui-components-z-accordion.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-breadcrumb.mjs +74 -0
- package/fesm2022/shival99-z-ui-components-z-breadcrumb.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-button.mjs +155 -0
- package/fesm2022/shival99-z-ui-components-z-button.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-calendar.mjs +2335 -0
- package/fesm2022/shival99-z-ui-components-z-calendar.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-checkbox.mjs +240 -0
- package/fesm2022/shival99-z-ui-components-z-checkbox.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-code.mjs +139 -0
- package/fesm2022/shival99-z-ui-components-z-code.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-drawer.mjs +664 -0
- package/fesm2022/shival99-z-ui-components-z-drawer.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-dropdown-menu.mjs +55 -0
- package/fesm2022/shival99-z-ui-components-z-dropdown-menu.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-editor.mjs +411 -0
- package/fesm2022/shival99-z-ui-components-z-editor.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-filter.mjs +794 -0
- package/fesm2022/shival99-z-ui-components-z-filter.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-icon.mjs +451 -0
- package/fesm2022/shival99-z-ui-components-z-icon.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-input.mjs +804 -0
- package/fesm2022/shival99-z-ui-components-z-input.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-loading.mjs +105 -0
- package/fesm2022/shival99-z-ui-components-z-loading.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-menu.mjs +351 -0
- package/fesm2022/shival99-z-ui-components-z-menu.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-modal.mjs +722 -0
- package/fesm2022/shival99-z-ui-components-z-modal.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-pagination.mjs +131 -0
- package/fesm2022/shival99-z-ui-components-z-pagination.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-popover.mjs +917 -0
- package/fesm2022/shival99-z-ui-components-z-popover.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-radio.mjs +154 -0
- package/fesm2022/shival99-z-ui-components-z-radio.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-select.mjs +998 -0
- package/fesm2022/shival99-z-ui-components-z-select.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-skeleton.mjs +139 -0
- package/fesm2022/shival99-z-ui-components-z-skeleton.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-switch.mjs +127 -0
- package/fesm2022/shival99-z-ui-components-z-switch.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-table.mjs +2628 -0
- package/fesm2022/shival99-z-ui-components-z-table.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-tabs.mjs +259 -0
- package/fesm2022/shival99-z-ui-components-z-tabs.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-timeline.mjs +335 -0
- package/fesm2022/shival99-z-ui-components-z-timeline.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-toast.mjs +93 -0
- package/fesm2022/shival99-z-ui-components-z-toast.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-tooltip.mjs +660 -0
- package/fesm2022/shival99-z-ui-components-z-tooltip.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-components-z-upload.mjs +504 -0
- package/fesm2022/shival99-z-ui-components-z-upload.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-i18n.mjs +258 -0
- package/fesm2022/shival99-z-ui-i18n.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-pipes.mjs +116 -0
- package/fesm2022/shival99-z-ui-pipes.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-providers.mjs +203 -0
- package/fesm2022/shival99-z-ui-providers.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-services.mjs +919 -0
- package/fesm2022/shival99-z-ui-services.mjs.map +1 -0
- package/fesm2022/shival99-z-ui-utils.mjs +591 -0
- package/fesm2022/shival99-z-ui-utils.mjs.map +1 -0
- package/fesm2022/z-ui.mjs +3 -19924
- package/fesm2022/z-ui.mjs.map +1 -1
- package/package.json +132 -4
- package/types/shival99-z-ui-components-z-accordion.d.ts +55 -0
- package/types/shival99-z-ui-components-z-breadcrumb.d.ts +36 -0
- package/types/shival99-z-ui-components-z-button.d.ts +41 -0
- package/types/shival99-z-ui-components-z-calendar.d.ts +300 -0
- package/types/shival99-z-ui-components-z-checkbox.d.ts +84 -0
- package/types/shival99-z-ui-components-z-code.d.ts +35 -0
- package/types/shival99-z-ui-components-z-drawer.d.ts +232 -0
- package/types/shival99-z-ui-components-z-dropdown-menu.d.ts +50 -0
- package/types/shival99-z-ui-components-z-editor.d.ts +115 -0
- package/types/shival99-z-ui-components-z-filter.d.ts +268 -0
- package/types/shival99-z-ui-components-z-icon.d.ts +291 -0
- package/types/shival99-z-ui-components-z-input.d.ts +188 -0
- package/types/shival99-z-ui-components-z-loading.d.ts +46 -0
- package/types/shival99-z-ui-components-z-menu.d.ts +116 -0
- package/types/shival99-z-ui-components-z-modal.d.ts +270 -0
- package/types/shival99-z-ui-components-z-pagination.d.ts +52 -0
- package/types/shival99-z-ui-components-z-popover.d.ts +134 -0
- package/types/shival99-z-ui-components-z-radio.d.ts +63 -0
- package/types/shival99-z-ui-components-z-select.d.ts +268 -0
- package/types/shival99-z-ui-components-z-skeleton.d.ts +55 -0
- package/types/shival99-z-ui-components-z-switch.d.ts +48 -0
- package/types/shival99-z-ui-components-z-table.d.ts +482 -0
- package/types/shival99-z-ui-components-z-tabs.d.ts +75 -0
- package/types/shival99-z-ui-components-z-timeline.d.ts +98 -0
- package/types/shival99-z-ui-components-z-toast.d.ts +61 -0
- package/types/shival99-z-ui-components-z-tooltip.d.ts +85 -0
- package/types/shival99-z-ui-components-z-upload.d.ts +136 -0
- package/types/shival99-z-ui-i18n.d.ts +50 -0
- package/types/shival99-z-ui-pipes.d.ts +36 -0
- package/types/shival99-z-ui-providers.d.ts +132 -0
- package/types/shival99-z-ui-services.d.ts +364 -0
- package/types/shival99-z-ui-utils.d.ts +145 -0
- package/types/z-ui.d.ts +3 -4977
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/* HOSPITAL THEME - Main color: #2e37a4 */
|
|
2
|
+
:root[z-theme='hospital'] {
|
|
3
|
+
--radius: 0.65rem;
|
|
4
|
+
--background: oklch(1 0 0);
|
|
5
|
+
--foreground: oklch(0.2 0.05 264);
|
|
6
|
+
--card: oklch(1 0 0);
|
|
7
|
+
--card-foreground: oklch(0.2 0.05 264);
|
|
8
|
+
--popover: oklch(1 0 0);
|
|
9
|
+
--popover-foreground: oklch(0.2 0.05 264);
|
|
10
|
+
/* Primary: #2e37a4 converted to oklch */
|
|
11
|
+
--primary: oklch(0.35 0.18 264);
|
|
12
|
+
--primary-foreground: oklch(0.98 0 0);
|
|
13
|
+
/* Secondary: lighter shade */
|
|
14
|
+
--secondary: oklch(0.96 0.02 264);
|
|
15
|
+
--secondary-foreground: oklch(0.25 0.08 264);
|
|
16
|
+
--muted: oklch(0.967 0.003 264.542);
|
|
17
|
+
--muted-foreground: oklch(0.551 0.027 264.364);
|
|
18
|
+
--accent: oklch(0.96 0.02 264);
|
|
19
|
+
--accent-foreground: oklch(0.25 0.08 264);
|
|
20
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
21
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
22
|
+
--border: oklch(0.92 0.02 264);
|
|
23
|
+
--input: oklch(0.92 0.02 264);
|
|
24
|
+
--input-autofill: oklch(1 0 0);
|
|
25
|
+
--ring: oklch(0.45 0.15 264);
|
|
26
|
+
/* Chart colors - hospital blue palette */
|
|
27
|
+
--chart-1: oklch(0.75 0.12 264);
|
|
28
|
+
--chart-2: oklch(0.55 0.16 264);
|
|
29
|
+
--chart-3: oklch(0.35 0.18 264);
|
|
30
|
+
--chart-4: oklch(0.3 0.15 264);
|
|
31
|
+
--chart-5: oklch(0.25 0.12 264);
|
|
32
|
+
/* Sidebar - uses primary color */
|
|
33
|
+
--sidebar: oklch(0.35 0.18 264);
|
|
34
|
+
--sidebar-foreground: oklch(0.98 0 0);
|
|
35
|
+
/* Active state: white background with primary text */
|
|
36
|
+
--sidebar-primary: oklch(1 0 0);
|
|
37
|
+
--sidebar-primary-foreground: oklch(0.35 0.18 264);
|
|
38
|
+
/* Hover state: semi-transparent white */
|
|
39
|
+
--sidebar-accent: oklch(1 0 0 / 20%);
|
|
40
|
+
--sidebar-accent-foreground: oklch(0.98 0 0);
|
|
41
|
+
--sidebar-border: oklch(0.4 0.16 264);
|
|
42
|
+
--sidebar-ring: oklch(0.55 0.18 264);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
:root[z-theme='hospital'].dark {
|
|
46
|
+
--background: oklch(0.15 0.03 264);
|
|
47
|
+
--foreground: oklch(0.98 0 0);
|
|
48
|
+
--card: oklch(0.2 0.04 264);
|
|
49
|
+
--card-foreground: oklch(0.98 0 0);
|
|
50
|
+
--popover: oklch(0.2 0.04 264);
|
|
51
|
+
--popover-foreground: oklch(0.98 0 0);
|
|
52
|
+
--primary: oklch(0.5 0.2 264);
|
|
53
|
+
--primary-foreground: oklch(0.98 0 0);
|
|
54
|
+
--secondary: oklch(0.25 0.05 264);
|
|
55
|
+
--secondary-foreground: oklch(0.98 0 0);
|
|
56
|
+
--muted: oklch(0.25 0.05 264);
|
|
57
|
+
--muted-foreground: oklch(0.7 0.04 264);
|
|
58
|
+
--accent: oklch(0.25 0.05 264);
|
|
59
|
+
--accent-foreground: oklch(0.98 0 0);
|
|
60
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
61
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
62
|
+
--border: oklch(1 0 0 / 10%);
|
|
63
|
+
--input: oklch(1 0 0 / 15%);
|
|
64
|
+
--input-autofill: oklch(0.19 0 0);
|
|
65
|
+
--ring: oklch(0.45 0.18 264);
|
|
66
|
+
--chart-1: oklch(0.75 0.12 264);
|
|
67
|
+
--chart-2: oklch(0.55 0.16 264);
|
|
68
|
+
--chart-3: oklch(0.4 0.18 264);
|
|
69
|
+
--chart-4: oklch(0.35 0.15 264);
|
|
70
|
+
--chart-5: oklch(0.3 0.12 264);
|
|
71
|
+
--sidebar: oklch(0.25 0.1 264);
|
|
72
|
+
--sidebar-foreground: oklch(0.98 0 0);
|
|
73
|
+
--sidebar-primary: oklch(0.5 0.2 264);
|
|
74
|
+
--sidebar-primary-foreground: oklch(0.98 0 0);
|
|
75
|
+
--sidebar-accent: oklch(0.3 0.08 264);
|
|
76
|
+
--sidebar-accent-foreground: oklch(0.98 0 0);
|
|
77
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
78
|
+
--sidebar-ring: oklch(0.45 0.18 264);
|
|
79
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* NEUTRAL THEME */
|
|
2
|
+
:root[z-theme='neutral'] {
|
|
3
|
+
--radius: 0.625rem;
|
|
4
|
+
--background: oklch(1 0 0);
|
|
5
|
+
--foreground: oklch(0.145 0 0);
|
|
6
|
+
--card: oklch(1 0 0);
|
|
7
|
+
--card-foreground: oklch(0.145 0 0);
|
|
8
|
+
--popover: oklch(1 0 0);
|
|
9
|
+
--popover-foreground: oklch(0.145 0 0);
|
|
10
|
+
--primary: oklch(0.205 0 0);
|
|
11
|
+
--primary-foreground: oklch(0.985 0 0);
|
|
12
|
+
--secondary: oklch(0.97 0 0);
|
|
13
|
+
--secondary-foreground: oklch(0.205 0 0);
|
|
14
|
+
--muted: oklch(0.97 0 0);
|
|
15
|
+
--muted-foreground: oklch(0.556 0 0);
|
|
16
|
+
--accent: oklch(0.97 0 0);
|
|
17
|
+
--accent-foreground: oklch(0.205 0 0);
|
|
18
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
19
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
20
|
+
--border: oklch(0.922 0 0);
|
|
21
|
+
--input: oklch(0.922 0 0);
|
|
22
|
+
--input-autofill: oklch(1 0 0);
|
|
23
|
+
--ring: oklch(0.708 0 0);
|
|
24
|
+
--chart-1: oklch(0.646 0.222 41.116);
|
|
25
|
+
--chart-2: oklch(0.6 0.118 184.704);
|
|
26
|
+
--chart-3: oklch(0.398 0.07 227.334);
|
|
27
|
+
--chart-4: oklch(0.828 0.189 84.429);
|
|
28
|
+
--chart-5: oklch(0.769 0.188 70.08);
|
|
29
|
+
--sidebar: oklch(0.985 0 0);
|
|
30
|
+
--sidebar-foreground: oklch(0.145 0 0);
|
|
31
|
+
--sidebar-primary: oklch(0.205 0 0);
|
|
32
|
+
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
33
|
+
--sidebar-accent: oklch(0.97 0 0);
|
|
34
|
+
--sidebar-accent-foreground: oklch(0.205 0 0);
|
|
35
|
+
--sidebar-border: oklch(0.922 0 0);
|
|
36
|
+
--sidebar-ring: oklch(0.708 0 0);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:root[z-theme='neutral'].dark {
|
|
40
|
+
--background: oklch(0.145 0 0);
|
|
41
|
+
--foreground: oklch(0.985 0 0);
|
|
42
|
+
--card: oklch(0.205 0 0);
|
|
43
|
+
--card-foreground: oklch(0.985 0 0);
|
|
44
|
+
--popover: oklch(0.205 0 0);
|
|
45
|
+
--popover-foreground: oklch(0.985 0 0);
|
|
46
|
+
--primary: oklch(0.922 0 0);
|
|
47
|
+
--primary-foreground: oklch(0.205 0 0);
|
|
48
|
+
--secondary: oklch(0.269 0 0);
|
|
49
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
50
|
+
--muted: oklch(0.269 0 0);
|
|
51
|
+
--muted-foreground: oklch(0.708 0 0);
|
|
52
|
+
--accent: oklch(0.269 0 0);
|
|
53
|
+
--accent-foreground: oklch(0.985 0 0);
|
|
54
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
55
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
56
|
+
--border: oklch(1 0 0 / 10%);
|
|
57
|
+
--input: oklch(1 0 0 / 15%);
|
|
58
|
+
--input-autofill: oklch(0.19 0 0);
|
|
59
|
+
--ring: oklch(0.556 0 0);
|
|
60
|
+
--chart-1: oklch(0.488 0.243 264.376);
|
|
61
|
+
--chart-2: oklch(0.696 0.17 162.48);
|
|
62
|
+
--chart-3: oklch(0.769 0.188 70.08);
|
|
63
|
+
--chart-4: oklch(0.627 0.265 303.9);
|
|
64
|
+
--chart-5: oklch(0.645 0.246 16.439);
|
|
65
|
+
--sidebar: oklch(0.205 0 0);
|
|
66
|
+
--sidebar-foreground: oklch(0.985 0 0);
|
|
67
|
+
--sidebar-primary: oklch(0.922 0 0);
|
|
68
|
+
--sidebar-primary-foreground: oklch(0.205 0 0);
|
|
69
|
+
--sidebar-accent: oklch(0.269 0 0);
|
|
70
|
+
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
71
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
72
|
+
--sidebar-ring: oklch(0.556 0 0);
|
|
73
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* ORANGE THEME */
|
|
2
|
+
:root[z-theme='orange'] {
|
|
3
|
+
--radius: 0.65rem;
|
|
4
|
+
--background: oklch(1 0 0);
|
|
5
|
+
--foreground: oklch(0.141 0.005 285.823);
|
|
6
|
+
--card: oklch(1 0 0);
|
|
7
|
+
--card-foreground: oklch(0.141 0.005 285.823);
|
|
8
|
+
--popover: oklch(1 0 0);
|
|
9
|
+
--popover-foreground: oklch(0.141 0.005 285.823);
|
|
10
|
+
--primary: oklch(0.646 0.222 41.116);
|
|
11
|
+
--primary-foreground: oklch(0.98 0.016 73.684);
|
|
12
|
+
--secondary: oklch(0.967 0.001 286.375);
|
|
13
|
+
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
14
|
+
--muted: oklch(0.967 0.001 286.375);
|
|
15
|
+
--muted-foreground: oklch(0.552 0.016 285.938);
|
|
16
|
+
--accent: oklch(0.967 0.001 286.375);
|
|
17
|
+
--accent-foreground: oklch(0.21 0.006 285.885);
|
|
18
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
19
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
20
|
+
--border: oklch(0.92 0.004 286.32);
|
|
21
|
+
--input: oklch(0.92 0.004 286.32);
|
|
22
|
+
--input-autofill: oklch(1 0 0);
|
|
23
|
+
--ring: oklch(0.75 0.183 55.934);
|
|
24
|
+
--chart-1: oklch(0.837 0.128 66.29);
|
|
25
|
+
--chart-2: oklch(0.705 0.213 47.604);
|
|
26
|
+
--chart-3: oklch(0.646 0.222 41.116);
|
|
27
|
+
--chart-4: oklch(0.553 0.195 38.402);
|
|
28
|
+
--chart-5: oklch(0.47 0.157 37.304);
|
|
29
|
+
--sidebar: oklch(0.985 0 0);
|
|
30
|
+
--sidebar-foreground: oklch(0.141 0.005 285.823);
|
|
31
|
+
--sidebar-primary: oklch(0.646 0.222 41.116);
|
|
32
|
+
--sidebar-primary-foreground: oklch(0.98 0.016 73.684);
|
|
33
|
+
--sidebar-accent: oklch(0.967 0.001 286.375);
|
|
34
|
+
--sidebar-accent-foreground: oklch(0.21 0.006 285.885);
|
|
35
|
+
--sidebar-border: oklch(0.92 0.004 286.32);
|
|
36
|
+
--sidebar-ring: oklch(0.75 0.183 55.934);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:root[z-theme='orange'].dark {
|
|
40
|
+
--background: oklch(0.141 0.005 285.823);
|
|
41
|
+
--foreground: oklch(0.985 0 0);
|
|
42
|
+
--card: oklch(0.21 0.006 285.885);
|
|
43
|
+
--card-foreground: oklch(0.985 0 0);
|
|
44
|
+
--popover: oklch(0.21 0.006 285.885);
|
|
45
|
+
--popover-foreground: oklch(0.985 0 0);
|
|
46
|
+
--primary: oklch(0.705 0.213 47.604);
|
|
47
|
+
--primary-foreground: oklch(0.98 0.016 73.684);
|
|
48
|
+
--secondary: oklch(0.274 0.006 286.033);
|
|
49
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
50
|
+
--muted: oklch(0.274 0.006 286.033);
|
|
51
|
+
--muted-foreground: oklch(0.705 0.015 286.067);
|
|
52
|
+
--accent: oklch(0.274 0.006 286.033);
|
|
53
|
+
--accent-foreground: oklch(0.985 0 0);
|
|
54
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
55
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
56
|
+
--border: oklch(1 0 0 / 10%);
|
|
57
|
+
--input: oklch(1 0 0 / 15%);
|
|
58
|
+
--input-autofill: oklch(0.19 0 0);
|
|
59
|
+
--ring: oklch(0.408 0.123 38.172);
|
|
60
|
+
--chart-1: oklch(0.837 0.128 66.29);
|
|
61
|
+
--chart-2: oklch(0.705 0.213 47.604);
|
|
62
|
+
--chart-3: oklch(0.646 0.222 41.116);
|
|
63
|
+
--chart-4: oklch(0.553 0.195 38.402);
|
|
64
|
+
--chart-5: oklch(0.47 0.157 37.304);
|
|
65
|
+
--sidebar: oklch(0.21 0.006 285.885);
|
|
66
|
+
--sidebar-foreground: oklch(0.985 0 0);
|
|
67
|
+
--sidebar-primary: oklch(0.705 0.213 47.604);
|
|
68
|
+
--sidebar-primary-foreground: oklch(0.98 0.016 73.684);
|
|
69
|
+
--sidebar-accent: oklch(0.274 0.006 286.033);
|
|
70
|
+
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
71
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
72
|
+
--sidebar-ring: oklch(0.408 0.123 38.172);
|
|
73
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* SLATE THEME */
|
|
2
|
+
:root[z-theme='slate'] {
|
|
3
|
+
--radius: 0.625rem;
|
|
4
|
+
--background: oklch(1 0 0);
|
|
5
|
+
--foreground: oklch(0.129 0.042 264.695);
|
|
6
|
+
--card: oklch(1 0 0);
|
|
7
|
+
--card-foreground: oklch(0.129 0.042 264.695);
|
|
8
|
+
--popover: oklch(1 0 0);
|
|
9
|
+
--popover-foreground: oklch(0.129 0.042 264.695);
|
|
10
|
+
--primary: oklch(0.208 0.042 265.755);
|
|
11
|
+
--primary-foreground: oklch(0.984 0.003 247.858);
|
|
12
|
+
--secondary: oklch(0.968 0.007 247.896);
|
|
13
|
+
--secondary-foreground: oklch(0.208 0.042 265.755);
|
|
14
|
+
--muted: oklch(0.968 0.007 247.896);
|
|
15
|
+
--muted-foreground: oklch(0.554 0.046 257.417);
|
|
16
|
+
--accent: oklch(0.968 0.007 247.896);
|
|
17
|
+
--accent-foreground: oklch(0.208 0.042 265.755);
|
|
18
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
19
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
20
|
+
--border: oklch(0.929 0.013 255.508);
|
|
21
|
+
--input: oklch(0.929 0.013 255.508);
|
|
22
|
+
--input-autofill: oklch(1 0 0);
|
|
23
|
+
--ring: oklch(0.704 0.04 256.788);
|
|
24
|
+
--chart-1: oklch(0.646 0.222 41.116);
|
|
25
|
+
--chart-2: oklch(0.6 0.118 184.704);
|
|
26
|
+
--chart-3: oklch(0.398 0.07 227.334);
|
|
27
|
+
--chart-4: oklch(0.828 0.189 84.429);
|
|
28
|
+
--chart-5: oklch(0.769 0.188 70.08);
|
|
29
|
+
--sidebar: oklch(0.984 0.003 247.858);
|
|
30
|
+
--sidebar-foreground: oklch(0.129 0.042 264.695);
|
|
31
|
+
--sidebar-primary: oklch(0.208 0.042 265.755);
|
|
32
|
+
--sidebar-primary-foreground: oklch(0.984 0.003 247.858);
|
|
33
|
+
--sidebar-accent: oklch(0.968 0.007 247.896);
|
|
34
|
+
--sidebar-accent-foreground: oklch(0.208 0.042 265.755);
|
|
35
|
+
--sidebar-border: oklch(0.929 0.013 255.508);
|
|
36
|
+
--sidebar-ring: oklch(0.704 0.04 256.788);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:root[z-theme='slate'].dark {
|
|
40
|
+
--background: oklch(0.129 0.042 264.695);
|
|
41
|
+
--foreground: oklch(0.984 0.003 247.858);
|
|
42
|
+
--card: oklch(0.208 0.042 265.755);
|
|
43
|
+
--card-foreground: oklch(0.984 0.003 247.858);
|
|
44
|
+
--popover: oklch(0.208 0.042 265.755);
|
|
45
|
+
--popover-foreground: oklch(0.984 0.003 247.858);
|
|
46
|
+
--primary: oklch(0.929 0.013 255.508);
|
|
47
|
+
--primary-foreground: oklch(0.208 0.042 265.755);
|
|
48
|
+
--secondary: oklch(0.279 0.041 260.031);
|
|
49
|
+
--secondary-foreground: oklch(0.984 0.003 247.858);
|
|
50
|
+
--muted: oklch(0.279 0.041 260.031);
|
|
51
|
+
--muted-foreground: oklch(0.704 0.04 256.788);
|
|
52
|
+
--accent: oklch(0.279 0.041 260.031);
|
|
53
|
+
--accent-foreground: oklch(0.984 0.003 247.858);
|
|
54
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
55
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
56
|
+
--border: oklch(1 0 0 / 10%);
|
|
57
|
+
--input: oklch(1 0 0 / 15%);
|
|
58
|
+
--input-autofill: oklch(0.19 0 0);
|
|
59
|
+
--ring: oklch(0.551 0.027 264.364);
|
|
60
|
+
--chart-1: oklch(0.488 0.243 264.376);
|
|
61
|
+
--chart-2: oklch(0.696 0.17 162.48);
|
|
62
|
+
--chart-3: oklch(0.769 0.188 70.08);
|
|
63
|
+
--chart-4: oklch(0.627 0.265 303.9);
|
|
64
|
+
--chart-5: oklch(0.645 0.246 16.439);
|
|
65
|
+
--sidebar: oklch(0.208 0.042 265.755);
|
|
66
|
+
--sidebar-foreground: oklch(0.984 0.003 247.858);
|
|
67
|
+
--sidebar-primary: oklch(0.929 0.013 255.508);
|
|
68
|
+
--sidebar-primary-foreground: oklch(0.208 0.042 265.755);
|
|
69
|
+
--sidebar-accent: oklch(0.279 0.041 260.031);
|
|
70
|
+
--sidebar-accent-foreground: oklch(0.984 0.003 247.858);
|
|
71
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
72
|
+
--sidebar-ring: oklch(0.551 0.027 264.364);
|
|
73
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* STONE THEME */
|
|
2
|
+
:root[z-theme='stone'] {
|
|
3
|
+
--radius: 0.625rem;
|
|
4
|
+
--background: oklch(1 0 0);
|
|
5
|
+
--foreground: oklch(0.147 0.004 49.25);
|
|
6
|
+
--card: oklch(1 0 0);
|
|
7
|
+
--card-foreground: oklch(0.147 0.004 49.25);
|
|
8
|
+
--popover: oklch(1 0 0);
|
|
9
|
+
--popover-foreground: oklch(0.147 0.004 49.25);
|
|
10
|
+
--primary: oklch(0.216 0.006 56.043);
|
|
11
|
+
--primary-foreground: oklch(0.985 0.001 106.423);
|
|
12
|
+
--secondary: oklch(0.97 0.001 106.424);
|
|
13
|
+
--secondary-foreground: oklch(0.216 0.006 56.043);
|
|
14
|
+
--muted: oklch(0.97 0.001 106.424);
|
|
15
|
+
--muted-foreground: oklch(0.553 0.013 58.071);
|
|
16
|
+
--accent: oklch(0.97 0.001 106.424);
|
|
17
|
+
--accent-foreground: oklch(0.216 0.006 56.043);
|
|
18
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
19
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
20
|
+
--border: oklch(0.923 0.003 48.717);
|
|
21
|
+
--input: oklch(0.923 0.003 48.717);
|
|
22
|
+
--input-autofill: oklch(1 0 0);
|
|
23
|
+
--ring: oklch(0.709 0.01 56.259);
|
|
24
|
+
--chart-1: oklch(0.646 0.222 41.116);
|
|
25
|
+
--chart-2: oklch(0.6 0.118 184.704);
|
|
26
|
+
--chart-3: oklch(0.398 0.07 227.334);
|
|
27
|
+
--chart-4: oklch(0.828 0.189 84.429);
|
|
28
|
+
--chart-5: oklch(0.769 0.188 70.08);
|
|
29
|
+
--sidebar: oklch(0.985 0.001 106.423);
|
|
30
|
+
--sidebar-foreground: oklch(0.147 0.004 49.25);
|
|
31
|
+
--sidebar-primary: oklch(0.216 0.006 56.043);
|
|
32
|
+
--sidebar-primary-foreground: oklch(0.985 0.001 106.423);
|
|
33
|
+
--sidebar-accent: oklch(0.97 0.001 106.424);
|
|
34
|
+
--sidebar-accent-foreground: oklch(0.216 0.006 56.043);
|
|
35
|
+
--sidebar-border: oklch(0.923 0.003 48.717);
|
|
36
|
+
--sidebar-ring: oklch(0.709 0.01 56.259);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:root[z-theme='stone'].dark {
|
|
40
|
+
--background: oklch(0.147 0.004 49.25);
|
|
41
|
+
--foreground: oklch(0.985 0.001 106.423);
|
|
42
|
+
--card: oklch(0.216 0.006 56.043);
|
|
43
|
+
--card-foreground: oklch(0.985 0.001 106.423);
|
|
44
|
+
--popover: oklch(0.216 0.006 56.043);
|
|
45
|
+
--popover-foreground: oklch(0.985 0.001 106.423);
|
|
46
|
+
--primary: oklch(0.923 0.003 48.717);
|
|
47
|
+
--primary-foreground: oklch(0.216 0.006 56.043);
|
|
48
|
+
--secondary: oklch(0.268 0.007 34.298);
|
|
49
|
+
--secondary-foreground: oklch(0.985 0.001 106.423);
|
|
50
|
+
--muted: oklch(0.268 0.007 34.298);
|
|
51
|
+
--muted-foreground: oklch(0.709 0.01 56.259);
|
|
52
|
+
--accent: oklch(0.268 0.007 34.298);
|
|
53
|
+
--accent-foreground: oklch(0.985 0.001 106.423);
|
|
54
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
55
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
56
|
+
--border: oklch(1 0 0 / 10%);
|
|
57
|
+
--input: oklch(1 0 0 / 15%);
|
|
58
|
+
--input-autofill: oklch(0.19 0 0);
|
|
59
|
+
--ring: oklch(0.553 0.013 58.071);
|
|
60
|
+
--chart-1: oklch(0.488 0.243 264.376);
|
|
61
|
+
--chart-2: oklch(0.696 0.17 162.48);
|
|
62
|
+
--chart-3: oklch(0.769 0.188 70.08);
|
|
63
|
+
--chart-4: oklch(0.627 0.265 303.9);
|
|
64
|
+
--chart-5: oklch(0.645 0.246 16.439);
|
|
65
|
+
--sidebar: oklch(0.216 0.006 56.043);
|
|
66
|
+
--sidebar-foreground: oklch(0.985 0.001 106.423);
|
|
67
|
+
--sidebar-primary: oklch(0.923 0.003 48.717);
|
|
68
|
+
--sidebar-primary-foreground: oklch(0.216 0.006 56.043);
|
|
69
|
+
--sidebar-accent: oklch(0.268 0.007 34.298);
|
|
70
|
+
--sidebar-accent-foreground: oklch(0.985 0.001 106.423);
|
|
71
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
72
|
+
--sidebar-ring: oklch(0.553 0.013 58.071);
|
|
73
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* VIOLET THEME */
|
|
2
|
+
:root[z-theme='violet'] {
|
|
3
|
+
--radius: 0.65rem;
|
|
4
|
+
--background: oklch(1 0 0);
|
|
5
|
+
--foreground: oklch(0.141 0.005 285.823);
|
|
6
|
+
--card: oklch(1 0 0);
|
|
7
|
+
--card-foreground: oklch(0.141 0.005 285.823);
|
|
8
|
+
--popover: oklch(1 0 0);
|
|
9
|
+
--popover-foreground: oklch(0.141 0.005 285.823);
|
|
10
|
+
--primary: oklch(0.541 0.281 293.009);
|
|
11
|
+
--primary-foreground: oklch(0.969 0.016 293.756);
|
|
12
|
+
--secondary: oklch(0.967 0.001 286.375);
|
|
13
|
+
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
14
|
+
--muted: oklch(0.967 0.001 286.375);
|
|
15
|
+
--muted-foreground: oklch(0.552 0.016 285.938);
|
|
16
|
+
--accent: oklch(0.967 0.001 286.375);
|
|
17
|
+
--accent-foreground: oklch(0.21 0.006 285.885);
|
|
18
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
19
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
20
|
+
--border: oklch(0.92 0.004 286.32);
|
|
21
|
+
--input: oklch(0.92 0.004 286.32);
|
|
22
|
+
--input-autofill: oklch(1 0 0);
|
|
23
|
+
--ring: oklch(0.702 0.183 293.541);
|
|
24
|
+
--chart-1: oklch(0.811 0.111 293.571);
|
|
25
|
+
--chart-2: oklch(0.606 0.25 292.717);
|
|
26
|
+
--chart-3: oklch(0.541 0.281 293.009);
|
|
27
|
+
--chart-4: oklch(0.491 0.27 292.581);
|
|
28
|
+
--chart-5: oklch(0.432 0.232 292.759);
|
|
29
|
+
--sidebar: oklch(0.985 0 0);
|
|
30
|
+
--sidebar-foreground: oklch(0.141 0.005 285.823);
|
|
31
|
+
--sidebar-primary: oklch(0.541 0.281 293.009);
|
|
32
|
+
--sidebar-primary-foreground: oklch(0.969 0.016 293.756);
|
|
33
|
+
--sidebar-accent: oklch(0.967 0.001 286.375);
|
|
34
|
+
--sidebar-accent-foreground: oklch(0.21 0.006 285.885);
|
|
35
|
+
--sidebar-border: oklch(0.92 0.004 286.32);
|
|
36
|
+
--sidebar-ring: oklch(0.702 0.183 293.541);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:root[z-theme='violet'].dark {
|
|
40
|
+
--background: oklch(0.141 0.005 285.823);
|
|
41
|
+
--foreground: oklch(0.985 0 0);
|
|
42
|
+
--card: oklch(0.21 0.006 285.885);
|
|
43
|
+
--card-foreground: oklch(0.985 0 0);
|
|
44
|
+
--popover: oklch(0.21 0.006 285.885);
|
|
45
|
+
--popover-foreground: oklch(0.985 0 0);
|
|
46
|
+
--primary: oklch(0.606 0.25 292.717);
|
|
47
|
+
--primary-foreground: oklch(0.969 0.016 293.756);
|
|
48
|
+
--secondary: oklch(0.274 0.006 286.033);
|
|
49
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
50
|
+
--muted: oklch(0.274 0.006 286.033);
|
|
51
|
+
--muted-foreground: oklch(0.705 0.015 286.067);
|
|
52
|
+
--accent: oklch(0.274 0.006 286.033);
|
|
53
|
+
--accent-foreground: oklch(0.985 0 0);
|
|
54
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
55
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
56
|
+
--border: oklch(1 0 0 / 10%);
|
|
57
|
+
--input: oklch(1 0 0 / 15%);
|
|
58
|
+
--input-autofill: oklch(0.19 0 0);
|
|
59
|
+
--ring: oklch(0.38 0.189 293.745);
|
|
60
|
+
--chart-1: oklch(0.811 0.111 293.571);
|
|
61
|
+
--chart-2: oklch(0.606 0.25 292.717);
|
|
62
|
+
--chart-3: oklch(0.541 0.281 293.009);
|
|
63
|
+
--chart-4: oklch(0.491 0.27 292.581);
|
|
64
|
+
--chart-5: oklch(0.432 0.232 292.759);
|
|
65
|
+
--sidebar: oklch(0.21 0.006 285.885);
|
|
66
|
+
--sidebar-foreground: oklch(0.985 0 0);
|
|
67
|
+
--sidebar-primary: oklch(0.606 0.25 292.717);
|
|
68
|
+
--sidebar-primary-foreground: oklch(0.969 0.016 293.756);
|
|
69
|
+
--sidebar-accent: oklch(0.274 0.006 286.033);
|
|
70
|
+
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
71
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
72
|
+
--sidebar-ring: oklch(0.38 0.189 293.745);
|
|
73
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* ZINC THEME */
|
|
2
|
+
:root[z-theme='zinc'] {
|
|
3
|
+
--radius: 0.625rem;
|
|
4
|
+
--background: oklch(1 0 0);
|
|
5
|
+
--foreground: oklch(0.141 0.005 285.823);
|
|
6
|
+
--card: oklch(1 0 0);
|
|
7
|
+
--card-foreground: oklch(0.141 0.005 285.823);
|
|
8
|
+
--popover: oklch(1 0 0);
|
|
9
|
+
--popover-foreground: oklch(0.141 0.005 285.823);
|
|
10
|
+
--primary: oklch(0.21 0.006 285.885);
|
|
11
|
+
--primary-foreground: oklch(0.985 0 0);
|
|
12
|
+
--secondary: oklch(0.967 0.001 286.375);
|
|
13
|
+
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
14
|
+
--muted: oklch(0.967 0.001 286.375);
|
|
15
|
+
--muted-foreground: oklch(0.552 0.016 285.938);
|
|
16
|
+
--accent: oklch(0.967 0.001 286.375);
|
|
17
|
+
--accent-foreground: oklch(0.21 0.006 285.885);
|
|
18
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
19
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
20
|
+
--border: oklch(0.92 0.004 286.32);
|
|
21
|
+
--input: oklch(0.92 0.004 286.32);
|
|
22
|
+
--input-autofill: oklch(1 0 0);
|
|
23
|
+
--ring: oklch(0.705 0.015 286.067);
|
|
24
|
+
--chart-1: oklch(0.646 0.222 41.116);
|
|
25
|
+
--chart-2: oklch(0.6 0.118 184.704);
|
|
26
|
+
--chart-3: oklch(0.398 0.07 227.334);
|
|
27
|
+
--chart-4: oklch(0.828 0.189 84.429);
|
|
28
|
+
--chart-5: oklch(0.769 0.188 70.08);
|
|
29
|
+
--sidebar: oklch(0.985 0 0);
|
|
30
|
+
--sidebar-foreground: oklch(0.141 0.005 285.823);
|
|
31
|
+
--sidebar-primary: oklch(0.21 0.006 285.885);
|
|
32
|
+
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
33
|
+
--sidebar-accent: oklch(0.967 0.001 286.375);
|
|
34
|
+
--sidebar-accent-foreground: oklch(0.21 0.006 285.885);
|
|
35
|
+
--sidebar-border: oklch(0.92 0.004 286.32);
|
|
36
|
+
--sidebar-ring: oklch(0.705 0.015 286.067);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
:root[z-theme='zinc'].dark {
|
|
40
|
+
--background: oklch(0.141 0.005 285.823);
|
|
41
|
+
--foreground: oklch(0.985 0 0);
|
|
42
|
+
--card: oklch(0.21 0.006 285.885);
|
|
43
|
+
--card-foreground: oklch(0.985 0 0);
|
|
44
|
+
--popover: oklch(0.21 0.006 285.885);
|
|
45
|
+
--popover-foreground: oklch(0.985 0 0);
|
|
46
|
+
--primary: oklch(0.92 0.004 286.32);
|
|
47
|
+
--primary-foreground: oklch(0.21 0.006 285.885);
|
|
48
|
+
--secondary: oklch(0.274 0.006 286.033);
|
|
49
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
50
|
+
--muted: oklch(0.274 0.006 286.033);
|
|
51
|
+
--muted-foreground: oklch(0.705 0.015 286.067);
|
|
52
|
+
--accent: oklch(0.274 0.006 286.033);
|
|
53
|
+
--accent-foreground: oklch(0.985 0 0);
|
|
54
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
55
|
+
--destructive-foreground: oklch(0.985 0 0);
|
|
56
|
+
--border: oklch(1 0 0 / 10%);
|
|
57
|
+
--input: oklch(1 0 0 / 15%);
|
|
58
|
+
--input-autofill: oklch(0.19 0 0);
|
|
59
|
+
--ring: oklch(0.552 0.016 285.938);
|
|
60
|
+
--chart-1: oklch(0.488 0.243 264.376);
|
|
61
|
+
--chart-2: oklch(0.696 0.17 162.48);
|
|
62
|
+
--chart-3: oklch(0.769 0.188 70.08);
|
|
63
|
+
--chart-4: oklch(0.627 0.265 303.9);
|
|
64
|
+
--chart-5: oklch(0.645 0.246 16.439);
|
|
65
|
+
--sidebar: oklch(0.21 0.006 285.885);
|
|
66
|
+
--sidebar-foreground: oklch(0.985 0 0);
|
|
67
|
+
--sidebar-primary: oklch(0.92 0.004 286.32);
|
|
68
|
+
--sidebar-primary-foreground: oklch(0.21 0.006 285.885);
|
|
69
|
+
--sidebar-accent: oklch(0.274 0.006 286.033);
|
|
70
|
+
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
71
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
72
|
+
--sidebar-ring: oklch(0.552 0.016 285.938);
|
|
73
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.0573 24.0708C20.0573 26.9986 17.6839 29.3719 14.7562 29.3719C11.8285 29.3719 9.45508 26.9986 9.45508 24.0708V5.3011C9.45508 2.37338 11.8285 -1e-06 14.7562 0C17.6839 0 20.0573 2.37338 20.0573 5.3011V24.0708Z" fill="#2E37A4"/>
|
|
3
|
+
<path d="M14.8871 9.45557C17.7759 9.45557 20.1178 11.7975 20.1178 14.6863C20.1178 17.575 17.7759 19.9169 14.8872 19.9169H5.23063C2.34183 19.9169 -1.263e-07 17.575 0 14.6863C1.262e-07 11.7975 2.34183 9.45557 5.23062 9.45557H14.8871Z" fill="#2E37A4"/>
|
|
4
|
+
<path d="M24.141 9.45557C27.0298 9.45557 29.3717 11.7975 29.3717 14.6863C29.3717 17.575 27.0298 19.9169 24.141 19.9169H14.6857C11.7969 19.9169 9.45508 17.575 9.45508 14.6863C9.45508 11.7975 11.7969 9.45557 14.6857 9.45557H24.141Z" fill="#2E37A4"/>
|
|
5
|
+
<path d="M20.1175 9.45557V19.9169H14.6857C11.7969 19.9169 9.45508 17.575 9.45508 14.6863C9.45508 11.7975 11.7969 9.45557 14.6857 9.45557H20.1175Z" fill="white"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.0573 24.0708C20.0573 26.9986 17.6839 29.3719 14.7562 29.3719C11.8285 29.3719 9.45508 26.9986 9.45508 24.0708V5.3011C9.45508 2.37338 11.8285 -1e-06 14.7562 0C17.6839 0 20.0573 2.37338 20.0573 5.3011V24.0708Z" fill="white"/>
|
|
3
|
+
<path d="M14.8871 9.45557C17.7759 9.45557 20.1178 11.7975 20.1178 14.6863C20.1178 17.575 17.7759 19.9169 14.8872 19.9169H5.23063C2.34183 19.9169 -1.263e-07 17.575 0 14.6863C1.262e-07 11.7975 2.34183 9.45557 5.23062 9.45557H14.8871Z" fill="white"/>
|
|
4
|
+
<path d="M24.141 9.45557C27.0298 9.45557 29.3717 11.7975 29.3717 14.6863C29.3717 17.575 27.0298 19.9169 24.141 19.9169H14.6857C11.7969 19.9169 9.45508 17.575 9.45508 14.6863C9.45508 11.7975 11.7969 9.45557 14.6857 9.45557H24.141Z" fill="white"/>
|
|
5
|
+
<path d="M20.1175 9.45557V19.9169H14.6857C11.7969 19.9169 9.45508 17.575 9.45508 14.6863C9.45508 11.7975 11.7969 9.45557 14.6857 9.45557H20.1175Z" fill="#2E37A4"/>
|
|
6
|
+
</svg>
|