@g4rcez/components 2.3.0 → 3.0.0
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/dist/components/core/button.jsx +1 -1
- package/dist/components/core/tag.d.ts +1 -1
- package/dist/components/core/tag.d.ts.map +1 -1
- package/dist/components/core/tag.jsx +2 -2
- package/dist/components/display/timeline.jsx +1 -1
- package/dist/components/floating/command-palette.jsx +12 -12
- package/dist/components/floating/modal.jsx +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/page-calendar/calendar-header.d.ts.map +1 -1
- package/dist/components/page-calendar/calendar-header.jsx +13 -13
- package/dist/components/page-calendar/day-view.d.ts.map +1 -1
- package/dist/components/page-calendar/day-view.jsx +5 -2
- package/dist/components/page-calendar/event-pill.d.ts.map +1 -1
- package/dist/components/page-calendar/event-pill.jsx +4 -2
- package/dist/components/page-calendar/month-view.d.ts.map +1 -1
- package/dist/components/page-calendar/month-view.jsx +5 -5
- package/dist/components/page-calendar/page-calendar.d.ts.map +1 -1
- package/dist/components/page-calendar/page-calendar.jsx +3 -1
- package/dist/components/page-calendar/week-view.d.ts.map +1 -1
- package/dist/components/page-calendar/week-view.jsx +6 -3
- package/dist/components/table/index.jsx +1 -1
- package/dist/components/table/inner-table.jsx +2 -2
- package/dist/components/table/thead.jsx +1 -1
- package/dist/config/default-translations.d.ts +7 -0
- package/dist/config/default-translations.d.ts.map +1 -1
- package/dist/config/default-translations.jsx +7 -0
- package/dist/hooks/use-form.d.ts.map +1 -1
- package/dist/hooks/use-form.js +1 -0
- package/dist/hooks/use-previous.d.ts.map +1 -1
- package/dist/hooks/use-previous.js +1 -0
- package/dist/hooks/use-reactive.d.ts.map +1 -1
- package/dist/hooks/use-reactive.js +1 -0
- package/dist/hooks/use-stable-ref.d.ts.map +1 -1
- package/dist/hooks/use-stable-ref.js +1 -0
- package/dist/hooks/use-swipe.d.ts.map +1 -1
- package/dist/hooks/use-swipe.js +1 -0
- package/dist/hooks/use-translations.d.ts +7 -0
- package/dist/hooks/use-translations.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5734 -5704
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +16 -16
- package/dist/index.umd.js.map +1 -1
- package/dist/preset/src/styles/dark.js +117 -117
- package/dist/preset/src/styles/light.js +109 -109
- package/dist/styles/dark.js +117 -117
- package/dist/styles/light.js +109 -109
- package/package.json +5 -3
|
@@ -11,203 +11,203 @@ export var DARK_THEME = {
|
|
|
11
11
|
"shadow-table": "0px 1px 1px 1px hsla(210, 25%, 20%, 0.1)",
|
|
12
12
|
},
|
|
13
13
|
colors: {
|
|
14
|
-
foreground: "hsla(
|
|
15
|
-
background: "hsla(
|
|
16
|
-
border: "hsla(240,
|
|
17
|
-
disabled: "hsla(240, 4%,
|
|
14
|
+
foreground: "hsla(240, 5%, 96%)",
|
|
15
|
+
background: "hsla(240, 10%, 8%)",
|
|
16
|
+
border: "hsla(240, 4%, 16%)",
|
|
17
|
+
disabled: "hsla(240, 4%, 16%)",
|
|
18
18
|
muted: {
|
|
19
|
-
DEFAULT: "hsla(
|
|
20
|
-
foreground: "hsla(
|
|
21
|
-
subtle: "hsla(
|
|
22
|
-
hover: "hsla(
|
|
19
|
+
DEFAULT: "hsla(240, 4%, 16%)",
|
|
20
|
+
foreground: "hsla(240, 5%, 65%)",
|
|
21
|
+
subtle: "hsla(240, 5%, 65%)",
|
|
22
|
+
hover: "hsla(240, 4%, 20%)",
|
|
23
23
|
},
|
|
24
24
|
emphasis: {
|
|
25
|
-
foreground: "hsla(
|
|
26
|
-
DEFAULT: "hsla(
|
|
27
|
-
subtle: "hsla(
|
|
28
|
-
hover: "hsla(
|
|
25
|
+
foreground: "hsla(199, 89%, 48%)",
|
|
26
|
+
DEFAULT: "hsla(199, 89%, 10%)",
|
|
27
|
+
subtle: "hsla(199, 89%, 15%)",
|
|
28
|
+
hover: "hsla(199, 89%, 40%)",
|
|
29
29
|
},
|
|
30
30
|
primary: {
|
|
31
|
-
foreground: "hsla(
|
|
32
|
-
DEFAULT: "hsla(
|
|
33
|
-
subtle: "hsla(
|
|
34
|
-
hover: "hsla(
|
|
31
|
+
foreground: "hsla(240, 6%, 10%)",
|
|
32
|
+
DEFAULT: "hsla(201,49%,54%)",
|
|
33
|
+
subtle: "hsla(201,49%,36%)",
|
|
34
|
+
hover: "hsla(201,49%,22%)",
|
|
35
35
|
},
|
|
36
36
|
secondary: {
|
|
37
|
-
DEFAULT: "hsla(
|
|
38
|
-
background: "hsla(
|
|
39
|
-
subtle: "hsla(
|
|
40
|
-
hover: "hsla(
|
|
41
|
-
foreground: "hsla(
|
|
37
|
+
DEFAULT: "hsla(240, 5%, 96%)",
|
|
38
|
+
background: "hsla(240, 4%, 16%)",
|
|
39
|
+
subtle: "hsla(240, 4%, 20%)",
|
|
40
|
+
hover: "hsla(240, 4%, 25%)",
|
|
41
|
+
foreground: "hsla(240, 5%, 96%)",
|
|
42
42
|
},
|
|
43
43
|
info: {
|
|
44
|
-
DEFAULT: "hsla(
|
|
45
|
-
subtle: "hsla(
|
|
46
|
-
hover: "hsla(
|
|
47
|
-
foreground: "hsla(
|
|
48
|
-
notification: "hsla(
|
|
49
|
-
},
|
|
50
|
-
warn: {
|
|
51
|
-
DEFAULT: "hsla(27, 96%, 61%)",
|
|
52
|
-
subtle: "hsla(45, 95%, 66%)",
|
|
53
|
-
hover: "hsla(21, 90%, 48%)",
|
|
54
|
-
foreground: "hsla(210, 40%, 98%)",
|
|
55
|
-
notification: "hsla(32, 65%, 75%)",
|
|
44
|
+
DEFAULT: "hsla(199, 89%, 48%)",
|
|
45
|
+
subtle: "hsla(199, 89%, 15%)",
|
|
46
|
+
hover: "hsla(199, 89%, 40%)",
|
|
47
|
+
foreground: "hsla(0, 0%, 100%)",
|
|
48
|
+
notification: "hsla(199, 89%, 48%)",
|
|
56
49
|
},
|
|
57
50
|
danger: {
|
|
58
|
-
DEFAULT: "hsla(
|
|
59
|
-
subtle: "hsla(0,
|
|
60
|
-
hover: "hsla(0,
|
|
61
|
-
foreground: "hsla(
|
|
62
|
-
notification: "hsla(
|
|
51
|
+
DEFAULT: "hsla(0, 84%, 60%)",
|
|
52
|
+
subtle: "hsla(0, 84%, 15%)",
|
|
53
|
+
hover: "hsla(0, 84%, 50%)",
|
|
54
|
+
foreground: "hsla(0, 0%, 100%)",
|
|
55
|
+
notification: "hsla(0, 84%, 60%)",
|
|
56
|
+
},
|
|
57
|
+
warn: {
|
|
58
|
+
DEFAULT: "hsla(38, 92%, 50%)",
|
|
59
|
+
subtle: "hsla(38, 92%, 15%)",
|
|
60
|
+
hover: "hsla(38, 92%, 45%)",
|
|
61
|
+
foreground: "hsla(240, 10%, 4%)",
|
|
62
|
+
notification: "hsla(38, 92%, 50%)",
|
|
63
63
|
},
|
|
64
64
|
success: {
|
|
65
|
-
DEFAULT: "hsla(
|
|
66
|
-
subtle: "hsla(
|
|
67
|
-
hover: "hsla(
|
|
68
|
-
foreground: "hsla(
|
|
69
|
-
notification: "hsla(
|
|
65
|
+
DEFAULT: "hsla(142, 71%, 45%)",
|
|
66
|
+
subtle: "hsla(142, 71%, 15%)",
|
|
67
|
+
hover: "hsla(142, 71%, 40%)",
|
|
68
|
+
foreground: "hsla(240, 10%, 4%)",
|
|
69
|
+
notification: "hsla(142, 71%, 45%)",
|
|
70
70
|
},
|
|
71
71
|
input: {
|
|
72
|
-
border: "hsla(240, 4%,
|
|
73
|
-
placeholder: "hsla(
|
|
74
|
-
"mask-error": "hsla(0,
|
|
75
|
-
"switch-bg": "hsla(
|
|
72
|
+
border: "hsla(240, 4%, 16%)",
|
|
73
|
+
placeholder: "hsla(240, 5%, 65%)",
|
|
74
|
+
"mask-error": "hsla(0, 84%, 20%)",
|
|
75
|
+
"switch-bg": "hsla(240, 4%, 16%)",
|
|
76
76
|
switch: "hsla(0, 0%, 100%)",
|
|
77
77
|
slider: "hsla(0, 0%, 100%)",
|
|
78
78
|
},
|
|
79
79
|
card: {
|
|
80
|
-
muted: "hsla(
|
|
81
|
-
border: "hsla(240,
|
|
82
|
-
background: "hsla(
|
|
80
|
+
muted: "hsla(240, 4%, 10%)",
|
|
81
|
+
border: "hsla(240, 4%, 11%)",
|
|
82
|
+
background: "hsla(221, 16%, 9%)",
|
|
83
83
|
},
|
|
84
84
|
floating: {
|
|
85
|
-
foreground: "hsla(
|
|
86
|
-
background: "hsla(
|
|
87
|
-
hover: "hsla(
|
|
88
|
-
border: "hsla(240,
|
|
85
|
+
foreground: "hsla(240, 5%, 96%)",
|
|
86
|
+
background: "hsla(240, 10%, 8%)",
|
|
87
|
+
hover: "hsla(240, 4%, 16%)",
|
|
88
|
+
border: "hsla(240, 4%, 16%)",
|
|
89
89
|
overlay: "hsla(0, 0%, 0%)",
|
|
90
90
|
},
|
|
91
91
|
tooltip: {
|
|
92
|
-
foreground: "hsla(
|
|
93
|
-
background: "hsla(
|
|
94
|
-
hover: "hsla(
|
|
95
|
-
border: "hsla(0, 0%,
|
|
92
|
+
foreground: "hsla(240, 10%, 4%)",
|
|
93
|
+
background: "hsla(0, 0%, 100%)",
|
|
94
|
+
hover: "hsla(0, 0%, 100%)",
|
|
95
|
+
border: "hsla(0, 0%, 100%)",
|
|
96
96
|
overlay: "hsla(0, 0%, 0%)",
|
|
97
97
|
},
|
|
98
98
|
table: {
|
|
99
|
-
header: "hsla(
|
|
100
|
-
border: "hsla(240, 4%,
|
|
101
|
-
background: "hsla(
|
|
99
|
+
header: "hsla(240, 4%, 10%)",
|
|
100
|
+
border: "hsla(240, 4%, 16%)",
|
|
101
|
+
background: "hsla(240, 10%, 4%)",
|
|
102
102
|
},
|
|
103
103
|
button: {
|
|
104
104
|
primary: {
|
|
105
|
-
text: "hsla(
|
|
106
|
-
bg: "hsla(
|
|
105
|
+
text: "hsla(221, 52%, 100%)",
|
|
106
|
+
bg: "hsla(201,49%,42%)",
|
|
107
107
|
},
|
|
108
108
|
warn: {
|
|
109
|
-
text: "hsla(
|
|
110
|
-
bg: "hsla(
|
|
109
|
+
text: "hsla(240, 10%, 4%)",
|
|
110
|
+
bg: "hsla(38, 92%, 50%)",
|
|
111
111
|
},
|
|
112
112
|
info: {
|
|
113
|
-
text: "hsla(
|
|
114
|
-
bg: "hsla(
|
|
113
|
+
text: "hsla(0, 0%, 100%)",
|
|
114
|
+
bg: "hsla(199, 89%, 48%)",
|
|
115
115
|
},
|
|
116
116
|
success: {
|
|
117
|
-
text: "hsla(
|
|
118
|
-
bg: "hsla(
|
|
117
|
+
text: "hsla(240, 10%, 4%)",
|
|
118
|
+
bg: "hsla(142, 71%, 45%)",
|
|
119
119
|
},
|
|
120
120
|
danger: {
|
|
121
|
-
text: "hsla(
|
|
122
|
-
bg: "hsla(
|
|
121
|
+
text: "hsla(0, 0%, 100%)",
|
|
122
|
+
bg: "hsla(0, 84%, 60%)",
|
|
123
123
|
},
|
|
124
124
|
muted: {
|
|
125
|
-
text: "hsla(
|
|
126
|
-
bg: "hsla(
|
|
125
|
+
text: "hsla(240, 5%, 96%)",
|
|
126
|
+
bg: "hsla(240, 4%, 16%)",
|
|
127
127
|
},
|
|
128
128
|
neutral: {
|
|
129
|
-
text: "hsla(
|
|
130
|
-
bg: "hsla(
|
|
129
|
+
text: "hsla(240, 5%, 96%)",
|
|
130
|
+
bg: "hsla(240, 4%, 16%)",
|
|
131
131
|
},
|
|
132
132
|
secondary: {
|
|
133
|
-
text: "hsla(
|
|
134
|
-
bg: "hsla(
|
|
133
|
+
text: "hsla(240, 10%, 4%)",
|
|
134
|
+
bg: "hsla(0, 0%, 100%)",
|
|
135
135
|
},
|
|
136
136
|
},
|
|
137
137
|
tag: {
|
|
138
138
|
primary: {
|
|
139
|
-
text: "hsla(
|
|
140
|
-
bg: "hsla(
|
|
139
|
+
text: "hsla(0, 0%, 100%)",
|
|
140
|
+
bg: "hsla(240, 4%, 20%)",
|
|
141
141
|
},
|
|
142
142
|
warn: {
|
|
143
|
-
text: "hsla(
|
|
144
|
-
bg: "hsla(
|
|
143
|
+
text: "hsla(38, 92%, 70%)",
|
|
144
|
+
bg: "hsla(38, 92%, 15%)",
|
|
145
145
|
},
|
|
146
146
|
info: {
|
|
147
|
-
text: "hsla(
|
|
148
|
-
bg: "hsla(
|
|
147
|
+
text: "hsla(199, 89%, 70%)",
|
|
148
|
+
bg: "hsla(199, 89%, 15%)",
|
|
149
149
|
},
|
|
150
150
|
success: {
|
|
151
|
-
text: "hsla(
|
|
152
|
-
bg: "hsla(
|
|
151
|
+
text: "hsla(142, 71%, 70%)",
|
|
152
|
+
bg: "hsla(142, 71%, 15%)",
|
|
153
153
|
},
|
|
154
154
|
danger: {
|
|
155
|
-
text: "hsla(
|
|
156
|
-
bg: "hsla(
|
|
155
|
+
text: "hsla(0, 84%, 70%)",
|
|
156
|
+
bg: "hsla(0, 84%, 15%)",
|
|
157
157
|
},
|
|
158
158
|
neutral: {
|
|
159
|
-
text: "hsla(
|
|
160
|
-
bg: "hsla(
|
|
159
|
+
text: "hsla(240, 5%, 96%)",
|
|
160
|
+
bg: "hsla(240, 4%, 16%)",
|
|
161
161
|
},
|
|
162
162
|
secondary: {
|
|
163
|
-
text: "hsla(
|
|
164
|
-
bg: "hsla(
|
|
163
|
+
text: "hsla(240, 10%, 4%)",
|
|
164
|
+
bg: "hsla(0, 0%, 100%)",
|
|
165
165
|
},
|
|
166
166
|
muted: {
|
|
167
|
-
text: "hsla(
|
|
168
|
-
bg: "hsla(
|
|
167
|
+
text: "hsla(240, 5%, 96%)",
|
|
168
|
+
bg: "hsla(240, 4%, 16%)",
|
|
169
169
|
},
|
|
170
170
|
},
|
|
171
171
|
alert: {
|
|
172
172
|
primary: {
|
|
173
|
-
text: "hsla(
|
|
174
|
-
border: "hsla(
|
|
175
|
-
bg: "hsla(
|
|
173
|
+
text: "hsla(199, 89%, 80%)",
|
|
174
|
+
border: "hsla(199, 89%, 25%)",
|
|
175
|
+
bg: "hsla(199, 89%, 12%)",
|
|
176
176
|
},
|
|
177
177
|
warn: {
|
|
178
|
-
bg: "hsla(
|
|
179
|
-
border: "hsla(
|
|
180
|
-
text: "hsla(
|
|
178
|
+
bg: "hsla(38, 92%, 12%)",
|
|
179
|
+
border: "hsla(38, 92%, 25%)",
|
|
180
|
+
text: "hsla(38, 92%, 80%)",
|
|
181
181
|
},
|
|
182
182
|
info: {
|
|
183
|
-
text: "hsla(
|
|
184
|
-
bg: "hsla(
|
|
185
|
-
border: "hsla(
|
|
183
|
+
text: "hsla(199, 89%, 80%)",
|
|
184
|
+
bg: "hsla(199, 89%, 12%)",
|
|
185
|
+
border: "hsla(199, 89%, 25%)",
|
|
186
186
|
},
|
|
187
187
|
success: {
|
|
188
|
-
text: "hsla(
|
|
189
|
-
bg: "hsla(
|
|
190
|
-
border: "hsla(
|
|
188
|
+
text: "hsla(142, 71%, 80%)",
|
|
189
|
+
bg: "hsla(142, 71%, 12%)",
|
|
190
|
+
border: "hsla(142, 71%, 25%)",
|
|
191
191
|
},
|
|
192
192
|
danger: {
|
|
193
|
-
text: "hsla(
|
|
194
|
-
bg: "hsla(
|
|
195
|
-
border: "hsla(
|
|
193
|
+
text: "hsla(0, 84%, 80%)",
|
|
194
|
+
bg: "hsla(0, 84%, 12%)",
|
|
195
|
+
border: "hsla(0, 84%, 25%)",
|
|
196
196
|
},
|
|
197
197
|
neutral: {
|
|
198
|
-
text: "hsla(
|
|
199
|
-
bg: "hsla(
|
|
200
|
-
border: "hsla(
|
|
198
|
+
text: "hsla(240, 5%, 96%)",
|
|
199
|
+
bg: "hsla(240, 4%, 16%)",
|
|
200
|
+
border: "hsla(240, 4%, 20%)",
|
|
201
201
|
},
|
|
202
202
|
secondary: {
|
|
203
|
-
text: "hsla(
|
|
204
|
-
bg: "hsla(
|
|
205
|
-
border: "hsla(
|
|
203
|
+
text: "hsla(240, 10%, 4%)",
|
|
204
|
+
bg: "hsla(0, 0%, 100%)",
|
|
205
|
+
border: "hsla(0, 0%, 100%)",
|
|
206
206
|
},
|
|
207
207
|
muted: {
|
|
208
|
-
bg: "hsla(
|
|
209
|
-
border: "hsla(
|
|
210
|
-
text: "hsla(
|
|
208
|
+
bg: "hsla(240, 4%, 16%)",
|
|
209
|
+
border: "hsla(240, 4%, 20%)",
|
|
210
|
+
text: "hsla(240, 5%, 96%)",
|
|
211
211
|
},
|
|
212
212
|
},
|
|
213
213
|
},
|
|
@@ -11,203 +11,203 @@ export var LIGHT_THEME = {
|
|
|
11
11
|
},
|
|
12
12
|
zIndex: zIndex,
|
|
13
13
|
colors: {
|
|
14
|
-
foreground: "hsla(
|
|
15
|
-
background: "hsla(
|
|
16
|
-
border: "hsla(
|
|
14
|
+
foreground: "hsla(221, 15%, 23%)",
|
|
15
|
+
background: "hsla(0, 0%, 100%)",
|
|
16
|
+
border: "hsla(240, 6%, 90%)",
|
|
17
17
|
muted: {
|
|
18
|
-
DEFAULT: "hsla(
|
|
19
|
-
foreground: "hsla(
|
|
20
|
-
subtle: "hsla(
|
|
21
|
-
hover: "hsla(
|
|
18
|
+
DEFAULT: "hsla(240, 5%, 96%)",
|
|
19
|
+
foreground: "hsla(240, 4%, 46%)",
|
|
20
|
+
subtle: "hsla(240, 4%, 46%)",
|
|
21
|
+
hover: "hsla(240, 5%, 96%)",
|
|
22
22
|
},
|
|
23
|
-
disabled: "hsla(240,
|
|
23
|
+
disabled: "hsla(240, 5%, 96%)",
|
|
24
24
|
emphasis: {
|
|
25
|
-
foreground: "hsla(
|
|
26
|
-
DEFAULT: "hsla(
|
|
27
|
-
subtle: "hsla(
|
|
28
|
-
hover: "hsla(
|
|
25
|
+
foreground: "hsla(199, 89%, 48%)",
|
|
26
|
+
DEFAULT: "hsla(199, 89%, 96%)",
|
|
27
|
+
subtle: "hsla(199, 89%, 92%)",
|
|
28
|
+
hover: "hsla(199, 89%, 40%)",
|
|
29
29
|
},
|
|
30
30
|
primary: {
|
|
31
|
-
foreground: "hsla(
|
|
32
|
-
DEFAULT: "hsla(
|
|
33
|
-
subtle: "hsla(
|
|
34
|
-
hover: "hsla(
|
|
31
|
+
foreground: "hsla(240, 6%, 10%)",
|
|
32
|
+
DEFAULT: "hsla(201,49%,54%)",
|
|
33
|
+
subtle: "hsla(201,49%,36%)",
|
|
34
|
+
hover: "hsla(201,49%,22%)",
|
|
35
35
|
},
|
|
36
36
|
secondary: {
|
|
37
|
-
background: "hsla(
|
|
38
|
-
DEFAULT: "hsla(
|
|
39
|
-
subtle: "hsla(
|
|
40
|
-
hover: "hsla(
|
|
41
|
-
foreground: "hsla(
|
|
37
|
+
background: "hsla(240, 5%, 96%)",
|
|
38
|
+
DEFAULT: "hsla(240, 6%, 10%)",
|
|
39
|
+
subtle: "hsla(240, 5%, 96%)",
|
|
40
|
+
hover: "hsla(240, 6%, 15%)",
|
|
41
|
+
foreground: "hsla(0, 0%, 100%)",
|
|
42
42
|
},
|
|
43
43
|
info: {
|
|
44
|
-
DEFAULT: "hsla(
|
|
45
|
-
subtle: "hsla(
|
|
46
|
-
hover: "hsla(
|
|
47
|
-
foreground: "hsla(
|
|
48
|
-
notification: "hsla(
|
|
44
|
+
DEFAULT: "hsla(199, 89%, 48%)",
|
|
45
|
+
subtle: "hsla(199, 89%, 96%)",
|
|
46
|
+
hover: "hsla(199, 89%, 40%)",
|
|
47
|
+
foreground: "hsla(0, 0%, 100%)",
|
|
48
|
+
notification: "hsla(199, 89%, 48%)",
|
|
49
49
|
},
|
|
50
50
|
danger: {
|
|
51
|
-
DEFAULT: "hsla(0,
|
|
52
|
-
subtle: "hsla(0,
|
|
53
|
-
hover: "hsla(0,
|
|
54
|
-
foreground: "hsla(
|
|
55
|
-
notification: "hsla(0,
|
|
51
|
+
DEFAULT: "hsla(0, 84%, 60%)",
|
|
52
|
+
subtle: "hsla(0, 84%, 96%)",
|
|
53
|
+
hover: "hsla(0, 84%, 50%)",
|
|
54
|
+
foreground: "hsla(0, 0%, 100%)",
|
|
55
|
+
notification: "hsla(0, 84%, 60%)",
|
|
56
56
|
},
|
|
57
57
|
warn: {
|
|
58
|
-
DEFAULT: "hsla(
|
|
59
|
-
subtle: "hsla(
|
|
60
|
-
hover: "hsla(
|
|
61
|
-
foreground: "hsla(
|
|
62
|
-
notification: "hsla(
|
|
58
|
+
DEFAULT: "hsla(38, 92%, 50%)",
|
|
59
|
+
subtle: "hsla(38, 92%, 96%)",
|
|
60
|
+
hover: "hsla(38, 92%, 45%)",
|
|
61
|
+
foreground: "hsla(0, 0%, 100%)",
|
|
62
|
+
notification: "hsla(38, 92%, 50%)",
|
|
63
63
|
},
|
|
64
64
|
success: {
|
|
65
|
-
DEFAULT: "hsla(
|
|
66
|
-
subtle: "hsla(
|
|
67
|
-
hover: "hsla(
|
|
68
|
-
foreground: "hsla(
|
|
69
|
-
notification: "hsla(
|
|
65
|
+
DEFAULT: "hsla(142, 71%, 45%)",
|
|
66
|
+
subtle: "hsla(142, 71%, 96%)",
|
|
67
|
+
hover: "hsla(142, 71%, 40%)",
|
|
68
|
+
foreground: "hsla(0, 0%, 100%)",
|
|
69
|
+
notification: "hsla(142, 71%, 45%)",
|
|
70
70
|
},
|
|
71
71
|
input: {
|
|
72
|
-
border: "hsla(
|
|
73
|
-
placeholder: "hsla(
|
|
74
|
-
"mask-error": "hsla(0,
|
|
75
|
-
"switch-bg": "hsla(
|
|
72
|
+
border: "hsla(240, 6%, 90%)",
|
|
73
|
+
placeholder: "hsla(240, 4%, 46%)",
|
|
74
|
+
"mask-error": "hsla(0, 84%, 96%)",
|
|
75
|
+
"switch-bg": "hsla(240, 6%, 90%)",
|
|
76
76
|
switch: "hsla(0, 0%, 100%)",
|
|
77
|
-
slider: "hsla(
|
|
77
|
+
slider: "hsla(199, 89%, 48%)",
|
|
78
78
|
},
|
|
79
79
|
card: {
|
|
80
|
-
muted: "hsla(
|
|
81
|
-
border: "hsla(
|
|
80
|
+
muted: "hsla(240, 5%, 96%)",
|
|
81
|
+
border: "hsla(240, 6%, 90%)",
|
|
82
82
|
background: "hsla(0, 0%, 100%)",
|
|
83
83
|
},
|
|
84
84
|
floating: {
|
|
85
|
-
foreground: "hsla(
|
|
85
|
+
foreground: "hsla(240, 10%, 4%)",
|
|
86
86
|
background: "hsla(0, 0%, 100%)",
|
|
87
|
-
hover: "hsla(
|
|
88
|
-
border: "hsla(
|
|
89
|
-
overlay: "hsla(
|
|
87
|
+
hover: "hsla(240, 5%, 96%)",
|
|
88
|
+
border: "hsla(240, 6%, 90%)",
|
|
89
|
+
overlay: "hsla(240, 10%, 4%)",
|
|
90
90
|
},
|
|
91
91
|
tooltip: {
|
|
92
|
-
foreground: "hsla(
|
|
93
|
-
background: "hsla(
|
|
94
|
-
hover: "hsla(
|
|
95
|
-
border: "hsla(
|
|
92
|
+
foreground: "hsla(0, 0%, 100%)",
|
|
93
|
+
background: "hsla(240, 10%, 4%)",
|
|
94
|
+
hover: "hsla(240, 10%, 4%)",
|
|
95
|
+
border: "hsla(240, 10%, 4%)",
|
|
96
96
|
overlay: "hsla(0, 0%, 0%)",
|
|
97
97
|
},
|
|
98
98
|
table: {
|
|
99
|
-
header: "hsla(
|
|
99
|
+
header: "hsla(240, 5%, 96%)",
|
|
100
100
|
background: "hsla(0, 0%, 100%)",
|
|
101
|
-
border: "hsla(
|
|
101
|
+
border: "hsla(240, 6%, 90%)",
|
|
102
102
|
},
|
|
103
103
|
button: {
|
|
104
104
|
muted: {
|
|
105
|
-
bg: "hsla(
|
|
106
|
-
text: "hsla(
|
|
105
|
+
bg: "hsla(240, 5%, 96%)",
|
|
106
|
+
text: "hsla(240, 6%, 10%)",
|
|
107
107
|
},
|
|
108
108
|
primary: {
|
|
109
109
|
text: "hsla(0, 0%, 100%)",
|
|
110
|
-
bg: "hsla(
|
|
110
|
+
bg: "hsla(201,49%,54%)",
|
|
111
111
|
},
|
|
112
112
|
warn: {
|
|
113
|
-
bg: "hsla(
|
|
113
|
+
bg: "hsla(38, 92%, 50%)",
|
|
114
114
|
text: "hsla(0, 0%, 100%)",
|
|
115
115
|
},
|
|
116
116
|
info: {
|
|
117
117
|
text: "hsla(0, 0%, 100%)",
|
|
118
|
-
bg: "hsla(
|
|
118
|
+
bg: "hsla(199, 89%, 48%)",
|
|
119
119
|
},
|
|
120
120
|
success: {
|
|
121
121
|
text: "hsla(0, 0%, 100%)",
|
|
122
|
-
bg: "hsla(
|
|
122
|
+
bg: "hsla(142, 71%, 45%)",
|
|
123
123
|
},
|
|
124
124
|
danger: {
|
|
125
125
|
text: "hsla(0, 0%, 100%)",
|
|
126
|
-
bg: "hsla(
|
|
126
|
+
bg: "hsla(0, 84%, 60%)",
|
|
127
127
|
},
|
|
128
128
|
neutral: {
|
|
129
|
-
text: "hsla(
|
|
130
|
-
bg: "hsla(
|
|
129
|
+
text: "hsla(240, 6%, 10%)",
|
|
130
|
+
bg: "hsla(240, 5%, 96%)",
|
|
131
131
|
},
|
|
132
132
|
secondary: {
|
|
133
|
-
text: "hsla(
|
|
134
|
-
bg: "hsla(
|
|
133
|
+
text: "hsla(0, 0%, 100%)",
|
|
134
|
+
bg: "hsla(240, 6%, 10%)",
|
|
135
135
|
},
|
|
136
136
|
},
|
|
137
137
|
tag: {
|
|
138
138
|
muted: {
|
|
139
|
-
bg: "hsla(
|
|
140
|
-
text: "hsla(
|
|
139
|
+
bg: "hsla(240, 5%, 96%)",
|
|
140
|
+
text: "hsla(240, 4%, 46%)",
|
|
141
141
|
},
|
|
142
142
|
primary: {
|
|
143
|
-
text: "hsla(
|
|
144
|
-
bg: "hsla(
|
|
143
|
+
text: "hsla(199, 89%, 48%)",
|
|
144
|
+
bg: "hsla(199, 89%, 96%)",
|
|
145
145
|
},
|
|
146
146
|
warn: {
|
|
147
|
-
bg: "hsla(
|
|
148
|
-
text: "hsla(
|
|
147
|
+
bg: "hsla(38, 92%, 96%)",
|
|
148
|
+
text: "hsla(38, 92%, 40%)",
|
|
149
149
|
},
|
|
150
150
|
info: {
|
|
151
|
-
text: "hsla(
|
|
152
|
-
bg: "hsla(
|
|
151
|
+
text: "hsla(199, 89%, 40%)",
|
|
152
|
+
bg: "hsla(199, 89%, 96%)",
|
|
153
153
|
},
|
|
154
154
|
success: {
|
|
155
|
-
text: "hsla(
|
|
156
|
-
bg: "hsla(
|
|
155
|
+
text: "hsla(142, 71%, 35%)",
|
|
156
|
+
bg: "hsla(142, 71%, 96%)",
|
|
157
157
|
},
|
|
158
158
|
danger: {
|
|
159
|
-
text: "hsla(
|
|
160
|
-
bg: "hsla(
|
|
159
|
+
text: "hsla(0, 84%, 45%)",
|
|
160
|
+
bg: "hsla(0, 84%, 96%)",
|
|
161
161
|
},
|
|
162
162
|
neutral: {
|
|
163
|
-
text: "hsla(
|
|
164
|
-
bg: "hsla(
|
|
163
|
+
text: "hsla(240, 6%, 10%)",
|
|
164
|
+
bg: "hsla(240, 5%, 96%)",
|
|
165
165
|
},
|
|
166
166
|
secondary: {
|
|
167
|
-
text: "hsla(
|
|
168
|
-
bg: "hsla(
|
|
167
|
+
text: "hsla(0, 0%, 100%)",
|
|
168
|
+
bg: "hsla(240, 6%, 10%)",
|
|
169
169
|
},
|
|
170
170
|
},
|
|
171
171
|
alert: {
|
|
172
172
|
muted: {
|
|
173
|
-
bg: "hsla(
|
|
174
|
-
text: "hsla(
|
|
175
|
-
border: "hsla(
|
|
173
|
+
bg: "hsla(240, 5%, 96%)",
|
|
174
|
+
text: "hsla(240, 6%, 10%)",
|
|
175
|
+
border: "hsla(240, 6%, 90%)",
|
|
176
176
|
},
|
|
177
177
|
primary: {
|
|
178
|
-
text: "hsla(
|
|
179
|
-
border: "hsla(
|
|
180
|
-
bg: "hsla(
|
|
178
|
+
text: "hsla(199, 89%, 40%)",
|
|
179
|
+
border: "hsla(199, 89%, 90%)",
|
|
180
|
+
bg: "hsla(199, 89%, 98%)",
|
|
181
181
|
},
|
|
182
182
|
warn: {
|
|
183
|
-
bg: "hsla(
|
|
184
|
-
text: "hsla(
|
|
185
|
-
border: "hsla(
|
|
183
|
+
bg: "hsla(38, 92%, 98%)",
|
|
184
|
+
text: "hsla(38, 92%, 35%)",
|
|
185
|
+
border: "hsla(38, 92%, 90%)",
|
|
186
186
|
},
|
|
187
187
|
info: {
|
|
188
|
-
text: "hsla(
|
|
189
|
-
bg: "hsla(
|
|
190
|
-
border: "hsla(
|
|
188
|
+
text: "hsla(199, 89%, 35%)",
|
|
189
|
+
bg: "hsla(199, 89%, 98%)",
|
|
190
|
+
border: "hsla(199, 89%, 90%)",
|
|
191
191
|
},
|
|
192
192
|
success: {
|
|
193
|
-
text: "hsla(
|
|
194
|
-
bg: "hsla(
|
|
195
|
-
border: "hsla(
|
|
193
|
+
text: "hsla(142, 71%, 30%)",
|
|
194
|
+
bg: "hsla(142, 71%, 98%)",
|
|
195
|
+
border: "hsla(142, 71%, 90%)",
|
|
196
196
|
},
|
|
197
197
|
danger: {
|
|
198
|
-
text: "hsla(
|
|
199
|
-
bg: "hsla(
|
|
200
|
-
border: "hsla(
|
|
198
|
+
text: "hsla(0, 84%, 40%)",
|
|
199
|
+
bg: "hsla(0, 84%, 98%)",
|
|
200
|
+
border: "hsla(0, 84%, 90%)",
|
|
201
201
|
},
|
|
202
202
|
neutral: {
|
|
203
|
-
text: "hsla(
|
|
204
|
-
bg: "hsla(
|
|
205
|
-
border: "hsla(
|
|
203
|
+
text: "hsla(240, 6%, 10%)",
|
|
204
|
+
bg: "hsla(240, 5%, 96%)",
|
|
205
|
+
border: "hsla(240, 6%, 90%)",
|
|
206
206
|
},
|
|
207
207
|
secondary: {
|
|
208
|
-
text: "hsla(
|
|
209
|
-
bg: "hsla(
|
|
210
|
-
border: "hsla(
|
|
208
|
+
text: "hsla(0, 0%, 100%)",
|
|
209
|
+
bg: "hsla(240, 6%, 10%)",
|
|
210
|
+
border: "hsla(240, 6%, 10%)",
|
|
211
211
|
},
|
|
212
212
|
},
|
|
213
213
|
},
|