@salt-ds/theme 0.0.0-snapshot-20240726124318 → 0.0.0-snapshot-20240910092109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/css/global.css +3 -10
  2. package/css/theme-next.css +1119 -31
  3. package/css/theme.css +2196 -55
  4. package/index.css +2227 -2
  5. package/package.json +3 -4
  6. package/CHANGELOG.md +0 -1308
  7. package/README.md +0 -1
  8. package/css/characteristics/accent-next.css +0 -5
  9. package/css/characteristics/accent.css +0 -5
  10. package/css/characteristics/actionable-next.css +0 -41
  11. package/css/characteristics/actionable.css +0 -47
  12. package/css/characteristics/category-next.css +0 -22
  13. package/css/characteristics/category.css +0 -141
  14. package/css/characteristics/container-next.css +0 -16
  15. package/css/characteristics/container.css +0 -18
  16. package/css/characteristics/content-next.css +0 -14
  17. package/css/characteristics/content.css +0 -15
  18. package/css/characteristics/draggable.css +0 -10
  19. package/css/characteristics/editable-next.css +0 -19
  20. package/css/characteristics/editable.css +0 -33
  21. package/css/characteristics/focused-next.css +0 -3
  22. package/css/characteristics/focused.css +0 -21
  23. package/css/characteristics/navigable-next.css +0 -6
  24. package/css/characteristics/navigable.css +0 -21
  25. package/css/characteristics/overlayable-next.css +0 -4
  26. package/css/characteristics/overlayable.css +0 -12
  27. package/css/characteristics/selectable-next.css +0 -20
  28. package/css/characteristics/selectable.css +0 -31
  29. package/css/characteristics/separable-next.css +0 -5
  30. package/css/characteristics/separable.css +0 -7
  31. package/css/characteristics/status-next.css +0 -34
  32. package/css/characteristics/status.css +0 -34
  33. package/css/characteristics/target-next.css +0 -4
  34. package/css/characteristics/target.css +0 -10
  35. package/css/characteristics/text-next.css +0 -56
  36. package/css/characteristics/text.css +0 -226
  37. package/css/characteristics/track-next.css +0 -3
  38. package/css/characteristics/track.css +0 -8
  39. package/css/deprecated/characteristics.css +0 -186
  40. package/css/deprecated/fade.css +0 -8
  41. package/css/deprecated/foundations.css +0 -107
  42. package/css/deprecated/palette.css +0 -159
  43. package/css/foundations/alpha-next.css +0 -48
  44. package/css/foundations/animation.css +0 -155
  45. package/css/foundations/color-next.css +0 -148
  46. package/css/foundations/color.css +0 -297
  47. package/css/foundations/curve-next.css +0 -31
  48. package/css/foundations/duration.css +0 -6
  49. package/css/foundations/fade.css +0 -72
  50. package/css/foundations/opacity.css +0 -9
  51. package/css/foundations/shadow.css +0 -23
  52. package/css/foundations/size.css +0 -51
  53. package/css/foundations/spacing.css +0 -31
  54. package/css/foundations/typography.css +0 -12
  55. package/css/foundations/zindex.css +0 -14
  56. package/css/palette/accent-next.css +0 -63
  57. package/css/palette/accent.css +0 -11
  58. package/css/palette/alpha-next.css +0 -19
  59. package/css/palette/background-next.css +0 -16
  60. package/css/palette/categorical.css +0 -163
  61. package/css/palette/corner-next.css +0 -12
  62. package/css/palette/error.css +0 -17
  63. package/css/palette/foreground-next.css +0 -22
  64. package/css/palette/info-next.css +0 -10
  65. package/css/palette/info.css +0 -15
  66. package/css/palette/interact.css +0 -91
  67. package/css/palette/navigate.css +0 -17
  68. package/css/palette/negative-next.css +0 -10
  69. package/css/palette/negative.css +0 -7
  70. package/css/palette/neutral-next.css +0 -34
  71. package/css/palette/neutral.css +0 -51
  72. package/css/palette/opacity.css +0 -9
  73. package/css/palette/positive-next.css +0 -10
  74. package/css/palette/positive.css +0 -7
  75. package/css/palette/success.css +0 -17
  76. package/css/palette/text-next.css +0 -50
  77. package/css/palette/text.css +0 -24
  78. package/css/palette/warning-next.css +0 -10
  79. package/css/palette/warning.css +0 -17
@@ -1,297 +0,0 @@
1
- .salt-theme {
2
- /* Color palette will stay the same no matter of theming */
3
- --salt-color-white: rgb(255, 255, 255);
4
- --salt-color-black: rgb(0, 0, 0);
5
-
6
- --salt-color-red-10: rgb(255, 227, 224);
7
- --salt-color-red-20: rgb(255, 207, 201);
8
- --salt-color-red-30: rgb(255, 187, 178);
9
- --salt-color-red-40: rgb(255, 167, 156);
10
- --salt-color-red-50: rgb(255, 148, 133);
11
- --salt-color-red-100: rgb(255, 128, 111);
12
- --salt-color-red-200: rgb(255, 108, 88);
13
- --salt-color-red-300: rgb(255, 89, 66);
14
- --salt-color-red-400: rgb(237, 65, 42);
15
- --salt-color-red-500: rgb(227, 43, 22);
16
- --salt-color-red-600: rgb(196, 32, 16);
17
- --salt-color-red-700: rgb(166, 21, 11);
18
- --salt-color-red-800: rgb(136, 10, 5);
19
- --salt-color-red-900: rgb(65, 37, 34);
20
-
21
- --salt-color-orange-10: rgb(255, 232, 191);
22
- --salt-color-orange-20: rgb(254, 223, 166);
23
- --salt-color-orange-30: rgb(254, 214, 142);
24
- --salt-color-orange-40: rgb(254, 205, 118);
25
- --salt-color-orange-50: rgb(254, 197, 94);
26
- --salt-color-orange-100: rgb(250, 181, 81);
27
- --salt-color-orange-200: rgb(246, 165, 68);
28
- --salt-color-orange-300: rgb(242, 149, 56);
29
- --salt-color-orange-400: rgb(238, 133, 43);
30
- --salt-color-orange-500: rgb(234, 115, 25);
31
- --salt-color-orange-600: rgb(224, 101, 25);
32
- --salt-color-orange-700: rgb(214, 85, 19);
33
- --salt-color-orange-800: rgb(204, 68, 13);
34
- --salt-color-orange-850: rgb(194, 52, 7);
35
- --salt-color-orange-900: rgb(54, 44, 36);
36
-
37
- --salt-color-green-10: rgb(209, 244, 201);
38
- --salt-color-green-20: rgb(184, 232, 182);
39
- --salt-color-green-30: rgb(160, 221, 164);
40
- --salt-color-green-40: rgb(136, 210, 145);
41
- --salt-color-green-50: rgb(112, 199, 127);
42
- --salt-color-green-100: rgb(93, 189, 116);
43
- --salt-color-green-200: rgb(77, 180, 105);
44
- --salt-color-green-300: rgb(60, 171, 96);
45
- --salt-color-green-400: rgb(48, 156, 90);
46
- --salt-color-green-500: rgb(36, 135, 75);
47
- --salt-color-green-600: rgb(24, 114, 61);
48
- --salt-color-green-700: rgb(12, 93, 46);
49
- --salt-color-green-800: rgb(1, 73, 32);
50
- --salt-color-green-900: rgb(35, 52, 43);
51
-
52
- --salt-color-teal-10: rgb(218, 240, 240);
53
- --salt-color-teal-20: rgb(199, 232, 232);
54
- --salt-color-teal-30: rgb(180, 224, 225);
55
- --salt-color-teal-40: rgb(162, 217, 218);
56
- --salt-color-teal-50: rgb(141, 205, 209);
57
- --salt-color-teal-100: rgb(123, 193, 200);
58
- --salt-color-teal-200: rgb(99, 181, 192);
59
- --salt-color-teal-300: rgb(73, 160, 172);
60
- --salt-color-teal-400: rgb(48, 149, 166);
61
- --salt-color-teal-500: rgb(0, 130, 151);
62
- --salt-color-teal-600: rgb(27, 107, 133);
63
- --salt-color-teal-700: rgb(0, 85, 113);
64
- --salt-color-teal-800: rgb(1, 65, 86);
65
- --salt-color-teal-900: rgb(0, 49, 76);
66
-
67
- --salt-color-blue-10: rgb(203, 231, 249);
68
- --salt-color-blue-20: rgb(183, 222, 246);
69
- --salt-color-blue-30: rgb(164, 213, 244);
70
- --salt-color-blue-40: rgb(144, 204, 242);
71
- --salt-color-blue-50: rgb(125, 195, 240);
72
- --salt-color-blue-100: rgb(100, 177, 228);
73
- --salt-color-blue-200: rgb(75, 159, 216);
74
- --salt-color-blue-300: rgb(51, 141, 205);
75
- --salt-color-blue-400: rgb(46, 132, 198);
76
- --salt-color-blue-500: rgb(38, 112, 169);
77
- --salt-color-blue-600: rgb(21, 92, 147);
78
- --salt-color-blue-700: rgb(0, 71, 123);
79
- --salt-color-blue-800: rgb(39, 60, 77);
80
- --salt-color-blue-900: rgb(35, 47, 56);
81
-
82
- --salt-color-purple-10: rgb(249, 224, 247);
83
- --salt-color-purple-20: rgb(247, 212, 244);
84
- --salt-color-purple-30: rgb(245, 201, 241);
85
- --salt-color-purple-40: rgb(243, 189, 238);
86
- --salt-color-purple-50: rgb(241, 178, 235);
87
- --salt-color-purple-100: rgb(223, 156, 225);
88
- --salt-color-purple-200: rgb(205, 135, 215);
89
- --salt-color-purple-300: rgb(192, 116, 203);
90
- --salt-color-purple-400: rgb(169, 97, 181);
91
- --salt-color-purple-500: rgb(150, 78, 162);
92
- --salt-color-purple-600: rgb(129, 60, 141);
93
- --salt-color-purple-700: rgb(103, 46, 122);
94
- --salt-color-purple-800: rgb(83, 37, 109);
95
- --salt-color-purple-900: rgb(59, 16, 84);
96
-
97
- --salt-color-gray-10: rgb(242, 244, 246);
98
- --salt-color-gray-20: rgb(234, 237, 239);
99
- --salt-color-gray-30: rgb(224, 228, 233);
100
- --salt-color-gray-40: rgb(217, 221, 227);
101
- --salt-color-gray-50: rgb(206, 210, 217);
102
- --salt-color-gray-60: rgb(197, 201, 208);
103
- --salt-color-gray-70: rgb(180, 183, 190);
104
- --salt-color-gray-80: rgb(159, 163, 170);
105
- --salt-color-gray-90: rgb(132, 135, 142);
106
- --salt-color-gray-100: rgb(116, 119, 127);
107
- --salt-color-gray-200: rgb(97, 101, 110);
108
- --salt-color-gray-300: rgb(76, 80, 91);
109
- --salt-color-gray-400: rgb(68, 72, 79);
110
- --salt-color-gray-500: rgb(59, 63, 70);
111
- --salt-color-gray-600: rgb(47, 49, 54);
112
- --salt-color-gray-700: rgb(42, 44, 47);
113
- --salt-color-gray-800: rgb(36, 37, 38);
114
- --salt-color-gray-900: rgb(22, 22, 22);
115
-
116
- /* Categorical palette */
117
- --salt-color-cobalt-100: rgb(237, 244, 255);
118
- --salt-color-cobalt-200: rgb(198, 211, 239);
119
- --salt-color-cobalt-300: rgb(159, 179, 223);
120
- --salt-color-cobalt-400: rgb(118, 148, 207);
121
- --salt-color-cobalt-500: rgb(70, 118, 191);
122
- --salt-color-cobalt-600: rgb(53, 95, 161);
123
- --salt-color-cobalt-700: rgb(36, 72, 133);
124
- --salt-color-cobalt-800: rgb(19, 51, 105);
125
- --salt-color-cobalt-900: rgb(0, 31, 79);
126
- --salt-color-cider-100: rgb(255, 235, 217);
127
- --salt-color-cider-200: rgb(255, 201, 158);
128
- --salt-color-cider-300: rgb(242, 172, 116);
129
- --salt-color-cider-400: rgb(219, 138, 72);
130
- --salt-color-cider-500: rgb(171, 101, 40);
131
- --salt-color-cider-600: rgb(143, 82, 31);
132
- --salt-color-cider-700: rgb(116, 64, 21);
133
- --salt-color-cider-800: rgb(90, 47, 13);
134
- --salt-color-cider-900: rgb(66, 31, 0);
135
- --salt-color-plum-100: rgb(245, 224, 255);
136
- --salt-color-plum-200: rgb(230, 185, 250);
137
- --salt-color-plum-300: rgb(209, 148, 235);
138
- --salt-color-plum-400: rgb(188, 115, 222);
139
- --salt-color-plum-500: rgb(159, 85, 194);
140
- --salt-color-plum-600: rgb(131, 67, 161);
141
- --salt-color-plum-700: rgb(105, 50, 130);
142
- --salt-color-plum-800: rgb(79, 34, 100);
143
- --salt-color-plum-900: rgb(55, 18, 71);
144
- --salt-color-aqua-100: rgb(220, 247, 247);
145
- --salt-color-aqua-200: rgb(177, 229, 229);
146
- --salt-color-aqua-300: rgb(135, 200, 201);
147
- --salt-color-aqua-400: rgb(90, 171, 173);
148
- --salt-color-aqua-500: rgb(42, 130, 133);
149
- --salt-color-aqua-600: rgb(31, 109, 111);
150
- --salt-color-aqua-700: rgb(19, 88, 90);
151
- --salt-color-aqua-800: rgb(8, 68, 70);
152
- --salt-color-aqua-900: rgb(0, 49, 51);
153
- --salt-color-slate-100: rgb(225, 232, 247);
154
- --salt-color-slate-200: rgb(194, 202, 221);
155
- --salt-color-slate-300: rgb(164, 173, 196);
156
- --salt-color-slate-400: rgb(134, 145, 172);
157
- --salt-color-slate-500: rgb(105, 118, 148);
158
- --salt-color-slate-600: rgb(84, 95, 122);
159
- --salt-color-slate-700: rgb(64, 73, 97);
160
- --salt-color-slate-800: rgb(44, 53, 74);
161
- --salt-color-slate-900: rgb(26, 33, 51);
162
- --salt-color-rose-100: rgb(255, 227, 249);
163
- --salt-color-rose-200: rgb(250, 190, 237);
164
- --salt-color-rose-300: rgb(229, 154, 212);
165
- --salt-color-rose-400: rgb(209, 117, 189);
166
- --salt-color-rose-500: rgb(176, 86, 158);
167
- --salt-color-rose-600: rgb(146, 67, 130);
168
- --salt-color-rose-700: rgb(118, 50, 104);
169
- --salt-color-rose-800: rgb(90, 32, 78);
170
- --salt-color-rose-900: rgb(64, 16, 54);
171
- --salt-color-olive-100: rgb(234, 240, 223);
172
- --salt-color-olive-200: rgb(210, 222, 184);
173
- --salt-color-olive-300: rgb(180, 194, 149);
174
- --salt-color-olive-400: rgb(149, 166, 113);
175
- --salt-color-olive-500: rgb(109, 124, 77);
176
- --salt-color-olive-600: rgb(88, 103, 58);
177
- --salt-color-olive-700: rgb(68, 83, 39);
178
- --salt-color-olive-800: rgb(49, 64, 21);
179
- --salt-color-olive-900: rgb(31, 46, 0);
180
- --salt-color-salmon-100: rgb(255, 232, 233);
181
- --salt-color-salmon-200: rgb(255, 194, 194);
182
- --salt-color-salmon-300: rgb(240, 155, 153);
183
- --salt-color-salmon-400: rgb(222, 120, 120);
184
- --salt-color-salmon-500: rgb(189, 85, 88);
185
- --salt-color-salmon-600: rgb(154, 64, 67);
186
- --salt-color-salmon-700: rgb(121, 44, 48);
187
- --salt-color-salmon-800: rgb(89, 25, 29);
188
- --salt-color-salmon-900: rgb(59, 6, 8);
189
- --salt-color-indigo-100: rgb(231, 227, 255);
190
- --salt-color-indigo-200: rgb(208, 194, 252);
191
- --salt-color-indigo-300: rgb(180, 162, 242);
192
- --salt-color-indigo-400: rgb(149, 129, 229);
193
- --salt-color-indigo-500: rgb(120, 104, 206);
194
- --salt-color-indigo-600: rgb(98, 85, 170);
195
- --salt-color-indigo-700: rgb(77, 66, 135);
196
- --salt-color-indigo-800: rgb(57, 49, 102);
197
- --salt-color-indigo-900: rgb(38, 32, 71);
198
- --salt-color-jade-100: rgb(225, 245, 230);
199
- --salt-color-jade-200: rgb(179, 229, 187);
200
- --salt-color-jade-300: rgb(137, 201, 146);
201
- --salt-color-jade-400: rgb(92, 173, 106);
202
- --salt-color-jade-500: rgb(45, 133, 67);
203
- --salt-color-jade-600: rgb(33, 111, 53);
204
- --salt-color-jade-700: rgb(21, 90, 39);
205
- --salt-color-jade-800: rgb(8, 70, 26);
206
- --salt-color-jade-900: rgb(0, 51, 13);
207
- --salt-color-citrine-100: rgb(255, 249, 217);
208
- --salt-color-citrine-200: rgb(240, 225, 165);
209
- --salt-color-citrine-300: rgb(209, 189, 115);
210
- --salt-color-citrine-400: rgb(178, 156, 66);
211
- --salt-color-citrine-500: rgb(135, 116, 16);
212
- --salt-color-citrine-600: rgb(114, 98, 12);
213
- --salt-color-citrine-700: rgb(94, 80, 9);
214
- --salt-color-citrine-800: rgb(74, 63, 6);
215
- --salt-color-citrine-900: rgb(51, 43, 0);
216
- --salt-color-autumn-100: rgb(255, 233, 217);
217
- --salt-color-autumn-200: rgb(255, 197, 161);
218
- --salt-color-autumn-300: rgb(242, 163, 114);
219
- --salt-color-autumn-400: rgb(222, 126, 64);
220
- --salt-color-autumn-500: rgb(189, 91, 21);
221
- --salt-color-autumn-600: rgb(153, 73, 18);
222
- --salt-color-autumn-700: rgb(119, 55, 14);
223
- --salt-color-autumn-800: rgb(86, 39, 10);
224
- --salt-color-autumn-900: rgb(56, 23, 0);
225
- --salt-color-lavender-100: rgb(250, 235, 250);
226
- --salt-color-lavender-200: rgb(237, 199, 237);
227
- --salt-color-lavender-300: rgb(212, 167, 212);
228
- --salt-color-lavender-400: rgb(186, 134, 186);
229
- --salt-color-lavender-500: rgb(148, 102, 148);
230
- --salt-color-lavender-600: rgb(126, 80, 126);
231
- --salt-color-lavender-700: rgb(105, 58, 105);
232
- --salt-color-lavender-800: rgb(84, 37, 84);
233
- --salt-color-lavender-900: rgb(64, 15, 64);
234
- --salt-color-ocean-100: rgb(227, 251, 255);
235
- --salt-color-ocean-200: rgb(180, 229, 240);
236
- --salt-color-ocean-300: rgb(131, 197, 212);
237
- --salt-color-ocean-400: rgb(80, 167, 186);
238
- --salt-color-ocean-500: rgb(0, 128, 148);
239
- --salt-color-ocean-600: rgb(0, 106, 122);
240
- --salt-color-ocean-700: rgb(0, 84, 97);
241
- --salt-color-ocean-800: rgb(0, 64, 74);
242
- --salt-color-ocean-900: rgb(0, 44, 51);
243
- --salt-color-smoke-100: rgb(242, 245, 250);
244
- --salt-color-smoke-200: rgb(208, 211, 216);
245
- --salt-color-smoke-300: rgb(176, 179, 184);
246
- --salt-color-smoke-400: rgb(144, 147, 152);
247
- --salt-color-smoke-500: rgb(114, 117, 122);
248
- --salt-color-smoke-600: rgb(93, 96, 101);
249
- --salt-color-smoke-700: rgb(73, 76, 81);
250
- --salt-color-smoke-800: rgb(53, 56, 61);
251
- --salt-color-smoke-900: rgb(35, 38, 43);
252
- --salt-color-fuchsia-100: rgb(255, 232, 247);
253
- --salt-color-fuchsia-200: rgb(255, 191, 229);
254
- --salt-color-fuchsia-300: rgb(240, 151, 203);
255
- --salt-color-fuchsia-400: rgb(222, 109, 178);
256
- --salt-color-fuchsia-500: rgb(194, 71, 149);
257
- --salt-color-fuchsia-600: rgb(167, 54, 125);
258
- --salt-color-fuchsia-700: rgb(140, 37, 101);
259
- --salt-color-fuchsia-800: rgb(114, 19, 79);
260
- --salt-color-fuchsia-900: rgb(89, 0, 57);
261
- --salt-color-lime-100: rgb(239, 245, 220);
262
- --salt-color-lime-200: rgb(215, 227, 168);
263
- --salt-color-lime-300: rgb(182, 196, 120);
264
- --salt-color-lime-400: rgb(146, 166, 71);
265
- --salt-color-lime-500: rgb(102, 125, 21);
266
- --salt-color-lime-600: rgb(85, 106, 16);
267
- --salt-color-lime-700: rgb(69, 87, 11);
268
- --salt-color-lime-800: rgb(53, 68, 6);
269
- --salt-color-lime-900: rgb(36, 46, 0);
270
- --salt-color-fur-100: rgb(255, 244, 235);
271
- --salt-color-fur-200: rgb(245, 214, 191);
272
- --salt-color-fur-300: rgb(219, 178, 147);
273
- --salt-color-fur-400: rgb(194, 144, 107);
274
- --salt-color-fur-500: rgb(153, 106, 69);
275
- --salt-color-fur-600: rgb(130, 85, 52);
276
- --salt-color-fur-700: rgb(107, 65, 36);
277
- --salt-color-fur-800: rgb(85, 46, 20);
278
- --salt-color-fur-900: rgb(64, 28, 0);
279
- --salt-color-violet-100: rgb(237, 239, 255);
280
- --salt-color-violet-200: rgb(202, 203, 252);
281
- --salt-color-violet-300: rgb(167, 169, 235);
282
- --salt-color-violet-400: rgb(134, 139, 219);
283
- --salt-color-violet-500: rgb(99, 110, 191);
284
- --salt-color-violet-600: rgb(81, 90, 159);
285
- --salt-color-violet-700: rgb(63, 71, 128);
286
- --salt-color-violet-800: rgb(47, 53, 99);
287
- --salt-color-violet-900: rgb(31, 36, 71);
288
- --salt-color-forest-100: rgb(237, 250, 245);
289
- --salt-color-forest-200: rgb(188, 232, 211);
290
- --salt-color-forest-300: rgb(141, 204, 174);
291
- --salt-color-forest-400: rgb(91, 176, 136);
292
- --salt-color-forest-500: rgb(35, 133, 94);
293
- --salt-color-forest-600: rgb(25, 111, 77);
294
- --salt-color-forest-700: rgb(15, 90, 61);
295
- --salt-color-forest-800: rgb(6, 70, 46);
296
- --salt-color-forest-900: rgb(0, 51, 31);
297
- }
@@ -1,31 +0,0 @@
1
- .salt-density-high {
2
- --salt-curve-0: 0;
3
- --salt-curve-50: 1px;
4
- --salt-curve-100: 2px;
5
- --salt-curve-150: 3px;
6
- --salt-curve-999: 999px;
7
- }
8
-
9
- .salt-density-medium {
10
- --salt-curve-0: 0;
11
- --salt-curve-50: 2px;
12
- --salt-curve-100: 4px;
13
- --salt-curve-150: 6px;
14
- --salt-curve-999: 999px;
15
- }
16
-
17
- .salt-density-low {
18
- --salt-curve-0: 0;
19
- --salt-curve-50: 3px;
20
- --salt-curve-100: 6px;
21
- --salt-curve-150: 9px;
22
- --salt-curve-999: 999px;
23
- }
24
-
25
- .salt-density-touch {
26
- --salt-curve-0: 0;
27
- --salt-curve-50: 4px;
28
- --salt-curve-100: 8px;
29
- --salt-curve-150: 12px;
30
- --salt-curve-999: 999px;
31
- }
@@ -1,6 +0,0 @@
1
- .salt-theme {
2
- --salt-duration-instant: 0ms;
3
- --salt-duration-perceptible: 300ms;
4
- --salt-duration-notable: 1000ms;
5
- --salt-duration-cutoff: 10000ms;
6
- }
@@ -1,72 +0,0 @@
1
- .salt-theme {
2
- --salt-color-blue-100-fade-foreground: rgba(100, 177, 228, var(--salt-palette-opacity-disabled));
3
- --salt-color-blue-500-fade-foreground: rgba(38, 112, 169, var(--salt-palette-opacity-disabled));
4
- --salt-color-blue-600-fade-foreground: rgba(21, 92, 147, var(--salt-palette-opacity-disabled));
5
- --salt-color-gray-200-fade-foreground: rgba(97, 101, 110, var(--salt-palette-opacity-disabled));
6
- --salt-color-gray-70-fade-foreground: rgba(180, 183, 190, var(--salt-palette-opacity-disabled));
7
- --salt-color-gray-90-fade-foreground: rgba(132, 135, 142, var(--salt-palette-opacity-disabled));
8
- --salt-color-gray-900-fade-foreground: rgba(22, 22, 22, var(--salt-palette-opacity-disabled));
9
- --salt-color-green-300-fade-foreground: rgba(60, 171, 96, var(--salt-palette-opacity-disabled));
10
- --salt-color-green-400-fade-foreground: rgba(48, 156, 90, var(--salt-palette-opacity-disabled));
11
- --salt-color-green-500-fade-foreground: rgba(36, 135, 75, var(--salt-palette-opacity-disabled));
12
- --salt-color-green-700-fade-foreground: rgba(12, 93, 46, var(--salt-palette-opacity-disabled));
13
- --salt-color-red-300-fade-foreground: rgba(255, 89, 66, var(--salt-palette-opacity-disabled));
14
- --salt-color-red-500-fade-foreground: rgba(227, 43, 22, var(--salt-palette-opacity-disabled));
15
- --salt-color-red-700-fade-foreground: rgba(166, 21, 11, var(--salt-palette-opacity-disabled));
16
- --salt-color-white-fade-foreground: rgba(255, 255, 255, var(--salt-palette-opacity-disabled));
17
-
18
- --salt-color-blue-500-fade-border: rgba(38, 112, 169, var(--salt-palette-opacity-disabled));
19
- --salt-color-gray-50-fade-border: rgba(206, 210, 217, var(--salt-palette-opacity-disabled));
20
- --salt-color-gray-60-fade-border: rgba(197, 201, 208, var(--salt-palette-opacity-disabled));
21
- --salt-color-gray-90-fade-border: rgba(132, 135, 142, var(--salt-palette-opacity-disabled));
22
- --salt-color-gray-200-fade-border: rgba(97, 101, 110, var(--salt-palette-opacity-disabled));
23
- --salt-color-gray-300-fade-border: rgba(76, 80, 91, var(--salt-palette-opacity-disabled));
24
- --salt-color-green-400-fade-border: rgba(48, 156, 90, var(--salt-palette-opacity-disabled));
25
- --salt-color-green-500-fade-border: rgba(36, 135, 75, var(--salt-palette-opacity-disabled));
26
- --salt-color-orange-400-fade-border: rgba(238, 133, 43, var(--salt-palette-opacity-disabled));
27
- --salt-color-orange-500-fade-border: rgba(234, 115, 25, var(--salt-palette-opacity-disabled));
28
- --salt-color-orange-600-fade-border: rgba(224, 101, 25, var(--salt-palette-opacity-disabled));
29
- --salt-color-orange-700-fade-border: rgba(214, 85, 19, var(--salt-palette-opacity-disabled));
30
- --salt-color-red-500-fade-border: rgba(227, 43, 22, var(--salt-palette-opacity-disabled));
31
-
32
- --salt-color-gray-90-fade-border-readonly: rgba(132, 135, 142, var(--salt-palette-opacity-border-readonly));
33
- --salt-color-gray-200-fade-border-readonly: rgba(97, 101, 110, var(--salt-palette-opacity-border-readonly));
34
-
35
- --salt-color-blue-30-fade-background: rgba(164, 213, 244, var(--salt-palette-opacity-disabled));
36
- --salt-color-blue-500-fade-background: rgba(38, 112, 169, var(--salt-palette-opacity-disabled));
37
- --salt-color-blue-600-fade-background: rgba(21, 92, 147, var(--salt-palette-opacity-disabled));
38
- --salt-color-blue-700-fade-background: rgba(0, 71, 123, var(--salt-palette-opacity-disabled));
39
- --salt-color-gray-20-fade-background: rgba(234, 237, 239, var(--salt-palette-opacity-disabled));
40
- --salt-color-gray-30-fade-background: rgba(224, 228, 233, var(--salt-palette-opacity-disabled));
41
- --salt-color-gray-50-fade-background: rgba(206, 210, 217, var(--salt-palette-opacity-disabled));
42
- --salt-color-gray-60-fade-background: rgba(197, 201, 208, var(--salt-palette-opacity-disabled));
43
- --salt-color-gray-70-fade-background: rgba(180, 183, 190, var(--salt-palette-opacity-disabled));
44
- --salt-color-gray-200-fade-background: rgba(97, 101, 110, var(--salt-palette-opacity-disabled));
45
- --salt-color-gray-300-fade-background: rgba(76, 80, 91, var(--salt-palette-opacity-disabled));
46
- --salt-color-gray-600-fade-background: rgba(47, 49, 54, var(--salt-palette-opacity-disabled));
47
- --salt-color-gray-800-fade-background: rgba(36, 37, 38, var(--salt-palette-opacity-disabled));
48
- --salt-color-white-fade-background: rgba(255, 255, 255, var(--salt-palette-opacity-disabled));
49
-
50
- --salt-color-white-fade-background-readonly: rgba(255, 255, 255, var(--salt-palette-opacity-background-readonly));
51
- --salt-color-gray-20-fade-background-readonly: rgba(234, 237, 239, var(--salt-palette-opacity-background-readonly));
52
- --salt-color-gray-600-fade-background-readonly: rgba(47, 49, 54, var(--salt-palette-opacity-background-readonly));
53
- --salt-color-gray-800-fade-background-readonly: rgba(36, 37, 38, var(--salt-palette-opacity-background-readonly));
54
-
55
- --salt-color-white-fade-backdrop: rgba(255, 255, 255, var(--salt-palette-opacity-backdrop));
56
- --salt-color-black-fade-backdrop: rgba(0, 0, 0, var(--salt-palette-opacity-backdrop));
57
-
58
- --salt-color-blue-100-fade-fill: rgba(100, 177, 228, var(--salt-palette-opacity-disabled));
59
- --salt-color-blue-600-fade-fill: rgba(21, 92, 147, var(--salt-palette-opacity-disabled));
60
-
61
- --salt-color-white-fade-separatorOpacity-primary: rgba(255, 255, 255, var(--salt-palette-opacity-primary-border));
62
- --salt-color-white-fade-separatorOpacity-secondary: rgba(255, 255, 255, var(--salt-palette-opacity-secondary-border));
63
- --salt-color-white-fade-separatorOpacity-tertiary: rgba(255, 255, 255, var(--salt-palette-opacity-tertiary-border));
64
- --salt-color-black-fade-separatorOpacity-primary: rgba(0, 0, 0, var(--salt-palette-opacity-primary-border));
65
- --salt-color-black-fade-separatorOpacity-secondary: rgba(0, 0, 0, var(--salt-palette-opacity-secondary-border));
66
- --salt-color-black-fade-separatorOpacity-tertiary: rgba(0, 0, 0, var(--salt-palette-opacity-tertiary-border));
67
-
68
- --salt-color-black-fade-background-hover: rgba(0, 0, 0, var(--salt-opacity-8));
69
- --salt-color-black-fade-background-selection: rgba(0, 0, 0, var(--salt-opacity-15));
70
- --salt-color-white-fade-background-hover: rgba(255, 255, 255, var(--salt-opacity-8));
71
- --salt-color-white-fade-background-selection: rgba(255, 255, 255, var(--salt-opacity-15));
72
- }
@@ -1,9 +0,0 @@
1
- .salt-theme {
2
- --salt-opacity-0: 0;
3
- --salt-opacity-8: 0.08;
4
- --salt-opacity-15: 0.15;
5
- --salt-opacity-25: 0.25;
6
- --salt-opacity-40: 0.4;
7
- --salt-opacity-45: 0.45;
8
- --salt-opacity-70: 0.7;
9
- }
@@ -1,23 +0,0 @@
1
- .salt-theme[data-mode="light"] {
2
- --salt-shadow-100-color: rgba(0, 0, 0, 0.1);
3
- --salt-shadow-200-color: rgba(0, 0, 0, 0.1);
4
- --salt-shadow-300-color: rgba(0, 0, 0, 0.15);
5
- --salt-shadow-400-color: rgba(0, 0, 0, 0.2);
6
- --salt-shadow-500-color: rgba(0, 0, 0, 0.3);
7
- }
8
-
9
- .salt-theme[data-mode="dark"] {
10
- --salt-shadow-100-color: rgba(0, 0, 0, 0.5);
11
- --salt-shadow-200-color: rgba(0, 0, 0, 0.5);
12
- --salt-shadow-300-color: rgba(0, 0, 0, 0.55);
13
- --salt-shadow-400-color: rgba(0, 0, 0, 0.55);
14
- --salt-shadow-500-color: rgba(0, 0, 0, 0.65);
15
- }
16
-
17
- .salt-theme {
18
- --salt-shadow-100: 0 1px 3px 0 var(--salt-shadow-100-color);
19
- --salt-shadow-200: 0 2px 4px 0 var(--salt-shadow-200-color);
20
- --salt-shadow-300: 0 4px 8px 0 var(--salt-shadow-300-color);
21
- --salt-shadow-400: 0 6px 10px 0 var(--salt-shadow-400-color);
22
- --salt-shadow-500: 0 12px 40px 0 var(--salt-shadow-500-color);
23
- }
@@ -1,51 +0,0 @@
1
- .salt-density-high {
2
- --salt-size-adornment: 6px;
3
- --salt-size-bar: 2px;
4
- --salt-size-base: 20px;
5
- --salt-size-border: 1px;
6
- --salt-size-icon: 10px;
7
- --salt-size-indicator: 2px;
8
- --salt-size-selectable: 12px;
9
- --salt-size-bar-strong: 4px;
10
- --salt-size-bar-small: 2px;
11
- --salt-size-border-strong: 2px;
12
- }
13
-
14
- .salt-density-medium {
15
- --salt-size-adornment: 8px;
16
- --salt-size-bar: 4px;
17
- --salt-size-base: 28px;
18
- --salt-size-border: 1px;
19
- --salt-size-icon: 12px;
20
- --salt-size-indicator: 3px;
21
- --salt-size-selectable: 14px;
22
- --salt-size-bar-strong: 8px;
23
- --salt-size-bar-small: 2px;
24
- --salt-size-border-strong: 2px;
25
- }
26
-
27
- .salt-density-low {
28
- --salt-size-adornment: 10px;
29
- --salt-size-bar: 6px;
30
- --salt-size-base: 36px;
31
- --salt-size-border: 1px;
32
- --salt-size-icon: 14px;
33
- --salt-size-indicator: 4px;
34
- --salt-size-selectable: 16px;
35
- --salt-size-bar-strong: 12px;
36
- --salt-size-bar-small: 2px;
37
- --salt-size-border-strong: 2px;
38
- }
39
-
40
- .salt-density-touch {
41
- --salt-size-adornment: 12px;
42
- --salt-size-bar: 8px;
43
- --salt-size-base: 44px;
44
- --salt-size-border: 1px;
45
- --salt-size-icon: 16px;
46
- --salt-size-indicator: 5px;
47
- --salt-size-selectable: 18px;
48
- --salt-size-bar-strong: 16px;
49
- --salt-size-bar-small: 2px;
50
- --salt-size-border-strong: 2px;
51
- }
@@ -1,31 +0,0 @@
1
- .salt-density-touch {
2
- --salt-spacing-100: 16px;
3
- }
4
-
5
- .salt-density-low {
6
- --salt-spacing-100: 12px;
7
- }
8
-
9
- .salt-density-medium {
10
- --salt-spacing-100: 8px;
11
- }
12
-
13
- .salt-density-high {
14
- --salt-spacing-100: 4px;
15
- }
16
-
17
- .salt-density-touch,
18
- .salt-density-low,
19
- .salt-density-medium,
20
- .salt-density-high {
21
- --salt-spacing-25: calc(0.25 * var(--salt-spacing-100));
22
- --salt-spacing-50: calc(0.5 * var(--salt-spacing-100));
23
- --salt-spacing-75: calc(0.75 * var(--salt-spacing-100));
24
-
25
- --salt-spacing-150: calc(1.5 * var(--salt-spacing-100));
26
- --salt-spacing-200: calc(2 * var(--salt-spacing-100));
27
- --salt-spacing-250: calc(2.5 * var(--salt-spacing-100));
28
- --salt-spacing-300: calc(3 * var(--salt-spacing-100));
29
- --salt-spacing-350: calc(3.5 * var(--salt-spacing-100));
30
- --salt-spacing-400: calc(4 * var(--salt-spacing-100));
31
- }
@@ -1,12 +0,0 @@
1
- .salt-theme {
2
- --salt-typography-fontFamily-openSans: "Open Sans";
3
- --salt-typography-fontFamily-amplitude: "Amplitude";
4
- --salt-typography-fontFamily-ptMono: "PT Mono";
5
-
6
- --salt-typography-fontWeight-light: 300;
7
- --salt-typography-fontWeight-regular: 400;
8
- --salt-typography-fontWeight-medium: 500;
9
- --salt-typography-fontWeight-semiBold: 600;
10
- --salt-typography-fontWeight-bold: 700;
11
- --salt-typography-fontWeight-extraBold: 800;
12
- }
@@ -1,14 +0,0 @@
1
- .salt-density-touch,
2
- .salt-density-low,
3
- .salt-density-medium,
4
- .salt-density-high {
5
- --salt-zIndex-default: 1;
6
- --salt-zIndex-popout: 1000;
7
- --salt-zIndex-appHeader: 1100;
8
- --salt-zIndex-drawer: 1200;
9
- --salt-zIndex-modal: 1300;
10
- --salt-zIndex-notification: 1400;
11
- --salt-zIndex-dragObject: 1420;
12
- --salt-zIndex-contextMenu: 1450;
13
- --salt-zIndex-flyover: 1500;
14
- }
@@ -1,63 +0,0 @@
1
- .salt-theme.salt-theme-next[data-mode="light"][data-accent="blue"] {
2
- --salt-palette-accent: var(--salt-color-blue-500);
3
- --salt-palette-accent-disabled: var(--salt-color-blue-500-40a);
4
- --salt-palette-accent-strong: var(--salt-color-blue-600);
5
- --salt-palette-accent-strong-disabled: var(--salt-color-blue-600-40a);
6
- --salt-palette-accent-stronger: var(--salt-color-blue-700);
7
- --salt-palette-accent-stronger-disabled: var(--salt-color-blue-700-40a);
8
- --salt-palette-accent-strongest: var(--salt-color-blue-800);
9
- --salt-palette-accent-weak: var(--salt-color-blue-400);
10
- --salt-palette-accent-weaker: var(--salt-color-blue-200);
11
- --salt-palette-accent-weaker-disabled: var(--salt-color-blue-200-40a);
12
- --salt-palette-accent-weakest: var(--salt-color-blue-100);
13
- --salt-palette-accent-action-hover: var(--salt-color-blue-600);
14
- --salt-palette-accent-action-active: var(--salt-color-blue-800);
15
- }
16
-
17
- .salt-theme.salt-theme-next[data-mode="dark"][data-accent="blue"] {
18
- --salt-palette-accent: var(--salt-color-blue-500);
19
- --salt-palette-accent-disabled: var(--salt-color-blue-500-40a);
20
- --salt-palette-accent-strong: var(--salt-color-blue-400);
21
- --salt-palette-accent-strong-disabled: var(--salt-color-blue-400-40a);
22
- --salt-palette-accent-stronger: var(--salt-color-blue-300);
23
- --salt-palette-accent-stronger-disabled: var(--salt-color-blue-300-40a);
24
- --salt-palette-accent-strongest: var(--salt-color-blue-200);
25
- --salt-palette-accent-weak: var(--salt-color-blue-600);
26
- --salt-palette-accent-weaker: var(--salt-color-blue-800);
27
- --salt-palette-accent-weaker-disabled: var(--salt-color-blue-800-40a);
28
- --salt-palette-accent-weakest: var(--salt-color-blue-900);
29
- --salt-palette-accent-action-hover: var(--salt-color-blue-600);
30
- --salt-palette-accent-action-active: var(--salt-color-blue-800);
31
- }
32
-
33
- .salt-theme.salt-theme-next[data-mode="light"][data-accent="teal"] {
34
- --salt-palette-accent: var(--salt-color-teal-500);
35
- --salt-palette-accent-disabled: var(--salt-color-teal-500-40a);
36
- --salt-palette-accent-strong: var(--salt-color-teal-600);
37
- --salt-palette-accent-strong-disabled: var(--salt-color-teal-600-40a);
38
- --salt-palette-accent-stronger: var(--salt-color-teal-700);
39
- --salt-palette-accent-stronger-disabled: var(--salt-color-teal-700-40a);
40
- --salt-palette-accent-strongest: var(--salt-color-teal-800);
41
- --salt-palette-accent-weak: var(--salt-color-teal-400);
42
- --salt-palette-accent-weaker: var(--salt-color-teal-200);
43
- --salt-palette-accent-weaker-disabled: var(--salt-color-teal-200-40a);
44
- --salt-palette-accent-weakest: var(--salt-color-teal-100);
45
- --salt-palette-accent-action-hover: var(--salt-color-teal-600);
46
- --salt-palette-accent-action-active: var(--salt-color-teal-800);
47
- }
48
-
49
- .salt-theme.salt-theme-next[data-mode="dark"][data-accent="teal"] {
50
- --salt-palette-accent: var(--salt-color-teal-500);
51
- --salt-palette-accent-disabled: var(--salt-color-teal-500-40a);
52
- --salt-palette-accent-strong: var(--salt-color-teal-400);
53
- --salt-palette-accent-strong-disabled: var(--salt-color-teal-400-40a);
54
- --salt-palette-accent-stronger: var(--salt-color-teal-300);
55
- --salt-palette-accent-stronger-disabled: var(--salt-color-teal-300-40a);
56
- --salt-palette-accent-strongest: var(--salt-color-teal-200);
57
- --salt-palette-accent-weak: var(--salt-color-teal-600);
58
- --salt-palette-accent-weaker: var(--salt-color-teal-800);
59
- --salt-palette-accent-weaker-disabled: var(--salt-color-teal-800-40a);
60
- --salt-palette-accent-weakest: var(--salt-color-teal-900);
61
- --salt-palette-accent-action-hover: var(--salt-color-teal-600);
62
- --salt-palette-accent-action-active: var(--salt-color-teal-800);
63
- }
@@ -1,11 +0,0 @@
1
- .salt-theme[data-mode="light"] {
2
- --salt-palette-accent-background: var(--salt-color-blue-500);
3
- --salt-palette-accent-border: var(--salt-color-blue-500);
4
- --salt-palette-accent-foreground: var(--salt-color-white);
5
- }
6
-
7
- .salt-theme[data-mode="dark"] {
8
- --salt-palette-accent-background: var(--salt-color-blue-500);
9
- --salt-palette-accent-border: var(--salt-color-blue-500);
10
- --salt-palette-accent-foreground: var(--salt-color-white);
11
- }
@@ -1,19 +0,0 @@
1
- .salt-theme.salt-theme-next[data-mode="light"] {
2
- --salt-palette-alpha: var(--salt-color-black-30a);
3
- --salt-palette-alpha-strong: var(--salt-color-black-45a);
4
- --salt-palette-alpha-weak: var(--salt-color-black-15a);
5
- --salt-palette-alpha-weaker: var(--salt-color-black-10a);
6
-
7
- --salt-palette-alpha-backdrop: var(--salt-color-white-70a);
8
- --salt-palette-alpha-none: transparent;
9
- }
10
-
11
- .salt-theme.salt-theme-next[data-mode="dark"] {
12
- --salt-palette-alpha: var(--salt-color-white-30a);
13
- --salt-palette-alpha-strong: var(--salt-color-white-45a);
14
- --salt-palette-alpha-weak: var(--salt-color-white-15a);
15
- --salt-palette-alpha-weaker: var(--salt-color-white-10a);
16
-
17
- --salt-palette-alpha-backdrop: var(--salt-color-black-70a);
18
- --salt-palette-alpha-none: transparent;
19
- }
@@ -1,16 +0,0 @@
1
- .salt-theme.salt-theme-next[data-mode="light"] {
2
- --salt-palette-background-primary: var(--salt-color-background-snow);
3
- --salt-palette-background-primary-disabled: var(--salt-color-background-snow-40a);
4
- --salt-palette-background-secondary: var(--salt-color-background-marble);
5
- --salt-palette-background-secondary-disabled: var(--salt-color-background-marble-40a);
6
- --salt-palette-background-tertiary: var(--salt-color-background-limestone);
7
- --salt-palette-background-tertiary-disabled: var(--salt-color-background-limestone-40a);
8
- }
9
- .salt-theme.salt-theme-next[data-mode="dark"] {
10
- --salt-palette-background-primary: var(--salt-color-background-jet);
11
- --salt-palette-background-primary-disabled: var(--salt-color-background-jet-40a);
12
- --salt-palette-background-secondary: var(--salt-color-background-granite);
13
- --salt-palette-background-secondary-disabled: var(--salt-color-background-granite-40a);
14
- --salt-palette-background-tertiary: var(--salt-color-background-leather);
15
- --salt-palette-background-tertiary-disabled: var(--salt-color-background-leather-40a);
16
- }