@solostylist/ui-kit 1.0.171 → 1.0.173
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/s-ai-tool-bar/s-ai-tool-bar.js +81 -82
- package/dist/s-blur-text/s-blur-text.js +1 -1
- package/dist/s-breadcrumbs/s-breadcrumbs.js +2 -2
- package/dist/s-button-link/s-button-link.js +2 -2
- package/dist/s-category-card/s-category-card.js +2 -2
- package/dist/s-chat-input/s-chat-input.js +31 -31
- package/dist/s-chat-message/s-chat-message.js +14 -70
- package/dist/s-comment-message/s-comment-message.js +9 -9
- package/dist/s-countdown/s-count-box.js +2 -2
- package/dist/s-countdown/s-count-down.js +2 -2
- package/dist/s-error-layout/s-error-layout.js +2 -2
- package/dist/s-gallery/s-gallery.js +106 -119
- package/dist/s-glow-button/s-glow-button.d.ts +7 -1
- package/dist/s-glow-button/s-glow-button.js +39 -188
- package/dist/s-gradient-icon/s-gradient-icon.js +2 -2
- package/dist/s-review/s-review.js +28 -28
- package/dist/s-scroll-reveal/s-scroll-reveal.js +2 -2
- package/dist/s-skeleton/s-skeleton.js +2 -2
- package/dist/s-tabs/s-tab-panel.js +2 -2
- package/dist/s-theme-demo/s-theme-demo.js +65 -65
- package/dist/s-theme-provider/s-theme-provider.js +2 -2
- package/dist/s-theme-switch/s-theme-switch.js +1 -1
- package/dist/s-two-pane-layout/index.js +1 -1
- package/dist/s-two-pane-layout/s-two-pane-layout.js +2 -2
- package/dist/s-zoom-image/index.js +1 -1
- package/dist/s-zoom-image/s-zoom-image.js +2 -2
- package/dist/theme/theme-primitives.d.ts +1 -0
- package/dist/theme/theme-primitives.js +29 -28
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as m } from "../createTheme-3Wd3hHrj.js";
|
|
2
|
-
import { a as
|
|
3
|
-
const s = m(),
|
|
2
|
+
import { a as e } from "../colorManipulator-ep5lERxB.js";
|
|
3
|
+
const s = m(), r = {
|
|
4
4
|
50: "hsl(210, 100%, 95%)",
|
|
5
5
|
100: "hsl(210, 100%, 92%)",
|
|
6
6
|
200: "hsl(210, 100%, 80%)",
|
|
@@ -22,7 +22,7 @@ const s = m(), e = {
|
|
|
22
22
|
700: "hsl(220, 95%, 31%)",
|
|
23
23
|
800: "hsl(220, 100%, 24%)",
|
|
24
24
|
900: "hsl(220, 100%, 18%)"
|
|
25
|
-
},
|
|
25
|
+
}, t = {
|
|
26
26
|
50: "hsl(220, 35%, 97%)",
|
|
27
27
|
100: "hsl(220, 30%, 94%)",
|
|
28
28
|
200: "hsl(220, 20%, 88%)",
|
|
@@ -33,7 +33,7 @@ const s = m(), e = {
|
|
|
33
33
|
700: "hsl(220, 20%, 25%)",
|
|
34
34
|
800: "hsl(220, 30%, 6%)",
|
|
35
35
|
900: "hsl(220, 35%, 3%)"
|
|
36
|
-
},
|
|
36
|
+
}, a = {
|
|
37
37
|
50: "hsl(210, 20%, 98%)",
|
|
38
38
|
100: "hsl(210, 15%, 95%)",
|
|
39
39
|
200: "hsl(210, 12%, 89%)",
|
|
@@ -211,10 +211,10 @@ const s = m(), e = {
|
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
primary: {
|
|
214
|
-
contrastText:
|
|
215
|
-
light:
|
|
216
|
-
main:
|
|
217
|
-
dark:
|
|
214
|
+
contrastText: r[50],
|
|
215
|
+
light: r[400],
|
|
216
|
+
main: r[500],
|
|
217
|
+
dark: r[700],
|
|
218
218
|
white: "#ffffff",
|
|
219
219
|
black: "#000000"
|
|
220
220
|
},
|
|
@@ -242,19 +242,19 @@ const s = m(), e = {
|
|
|
242
242
|
main: n[500],
|
|
243
243
|
dark: n[700]
|
|
244
244
|
},
|
|
245
|
-
grey:
|
|
246
|
-
divider:
|
|
245
|
+
grey: t,
|
|
246
|
+
divider: e(t[700], 0.6),
|
|
247
247
|
background: {
|
|
248
|
-
default:
|
|
249
|
-
paper:
|
|
248
|
+
default: t[900],
|
|
249
|
+
paper: t[800]
|
|
250
250
|
},
|
|
251
251
|
text: {
|
|
252
252
|
primary: "rgb(255, 255, 255)",
|
|
253
|
-
secondary:
|
|
253
|
+
secondary: t[400]
|
|
254
254
|
},
|
|
255
255
|
action: {
|
|
256
|
-
hover:
|
|
257
|
-
selected:
|
|
256
|
+
hover: e(t[600], 0.2),
|
|
257
|
+
selected: e(t[600], 0.3)
|
|
258
258
|
},
|
|
259
259
|
baseShadow: "hsla(220, 30%, 5%, 0.7) 0px 4px 16px 0px, hsla(220, 25%, 10%, 0.8) 0px 8px 16px -5px"
|
|
260
260
|
}
|
|
@@ -322,19 +322,19 @@ const s = m(), e = {
|
|
|
322
322
|
main: o[500],
|
|
323
323
|
dark: o[700]
|
|
324
324
|
},
|
|
325
|
-
grey:
|
|
326
|
-
divider:
|
|
325
|
+
grey: a,
|
|
326
|
+
divider: e(a[300], 0.9),
|
|
327
327
|
background: {
|
|
328
|
-
default:
|
|
329
|
-
paper:
|
|
328
|
+
default: a[50],
|
|
329
|
+
paper: a[100]
|
|
330
330
|
},
|
|
331
331
|
text: {
|
|
332
332
|
primary: "rgb(32, 33, 36)",
|
|
333
|
-
secondary:
|
|
333
|
+
secondary: a[600]
|
|
334
334
|
},
|
|
335
335
|
action: {
|
|
336
|
-
hover:
|
|
337
|
-
selected:
|
|
336
|
+
hover: e(a[300], 0.2),
|
|
337
|
+
selected: e(a[300], 0.3)
|
|
338
338
|
},
|
|
339
339
|
baseShadow: "rgba(15, 23, 42, 0.08) 0px 2px 8px 0px, rgba(15, 23, 42, 0.04) 0px 1px 2px -1px"
|
|
340
340
|
// Premium shadows with subtle slate tint
|
|
@@ -390,21 +390,22 @@ const s = m(), e = {
|
|
|
390
390
|
},
|
|
391
391
|
caption: {
|
|
392
392
|
fontSize: s.typography.pxToRem(12),
|
|
393
|
-
fontWeight: 400
|
|
393
|
+
fontWeight: 400,
|
|
394
|
+
color: "var(--s-palette-text-secondary)"
|
|
394
395
|
}
|
|
395
396
|
}, W = {
|
|
396
397
|
borderRadius: 8
|
|
397
|
-
}, u = ["none", "var(--s-palette-baseShadow)", ...s.shadows.slice(2)],
|
|
398
|
+
}, u = ["none", "var(--s-palette-baseShadow)", ...s.shadows.slice(2)], v = u;
|
|
398
399
|
export {
|
|
399
400
|
h as blackAlpha,
|
|
400
401
|
d as blue,
|
|
401
|
-
|
|
402
|
+
r as brand,
|
|
402
403
|
z as colorSchemes,
|
|
403
|
-
|
|
404
|
+
t as gray,
|
|
404
405
|
n as green,
|
|
405
406
|
c as lightBlue,
|
|
406
407
|
i as lightBrand,
|
|
407
|
-
|
|
408
|
+
a as lightGray,
|
|
408
409
|
o as lightGreen,
|
|
409
410
|
p as lightOrange,
|
|
410
411
|
S as lightPurple,
|
|
@@ -412,7 +413,7 @@ export {
|
|
|
412
413
|
g as orange,
|
|
413
414
|
w as purple,
|
|
414
415
|
f as red,
|
|
415
|
-
|
|
416
|
+
v as shadows,
|
|
416
417
|
W as shape,
|
|
417
418
|
R as typography,
|
|
418
419
|
l as whiteAlpha
|