@solostylist/ui-kit 1.0.170 → 1.0.171
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.d.ts +2 -4
- package/dist/s-ai-tool-bar/s-ai-tool-bar.js +244 -277
- package/dist/s-blur-text/s-blur-text.js +19 -20
- 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-message/s-chat-message.js +77 -99
- 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-glow-button/s-glow-button.js +4 -5
- package/dist/s-gradient-icon/s-gradient-icon.js +2 -2
- package/dist/s-moving-border/s-moving-border.d.ts +1 -1
- package/dist/s-moving-border/s-moving-border.js +34 -34
- package/dist/s-scroll-reveal/s-scroll-reveal.js +2 -2
- package/dist/s-stripe/s-stripe.js +2 -2
- package/dist/s-tabs/s-tab-panel.js +2 -2
- package/dist/s-text-shimmer/s-text-shimmer.d.ts +2 -2
- package/dist/s-text-shimmer/s-text-shimmer.js +13 -13
- package/dist/s-text-truncation/s-text-truncation.js +1 -1
- package/dist/s-theme-demo/s-theme-demo.js +51 -88
- 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-typewriter-text/s-typewriter-text.js +8 -8
- 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 +5 -0
- package/dist/theme/theme-primitives.js +22 -17
- package/package.json +1 -1
|
@@ -110,7 +110,7 @@ const s = m(), e = {
|
|
|
110
110
|
700: "hsl(204, 100%, 32%)",
|
|
111
111
|
800: "hsl(204, 100%, 25%)",
|
|
112
112
|
900: "hsl(204, 100%, 19%)"
|
|
113
|
-
},
|
|
113
|
+
}, f = {
|
|
114
114
|
50: "hsl(0, 100%, 97%)",
|
|
115
115
|
100: "hsl(0, 92%, 90%)",
|
|
116
116
|
200: "hsl(0, 94%, 80%)",
|
|
@@ -121,7 +121,7 @@ const s = m(), e = {
|
|
|
121
121
|
700: "hsl(0, 94%, 18%)",
|
|
122
122
|
800: "hsl(0, 95%, 12%)",
|
|
123
123
|
900: "hsl(0, 93%, 6%)"
|
|
124
|
-
},
|
|
124
|
+
}, b = {
|
|
125
125
|
50: "hsl(356, 100%, 98%)",
|
|
126
126
|
100: "hsl(356, 95%, 94%)",
|
|
127
127
|
200: "hsl(356, 90%, 87%)",
|
|
@@ -231,10 +231,10 @@ const s = m(), e = {
|
|
|
231
231
|
dark: g[700]
|
|
232
232
|
},
|
|
233
233
|
error: {
|
|
234
|
-
contrastText:
|
|
235
|
-
light:
|
|
236
|
-
main:
|
|
237
|
-
dark:
|
|
234
|
+
contrastText: f[50],
|
|
235
|
+
light: f[400],
|
|
236
|
+
main: f[500],
|
|
237
|
+
dark: f[700]
|
|
238
238
|
},
|
|
239
239
|
success: {
|
|
240
240
|
contrastText: n[50],
|
|
@@ -311,10 +311,10 @@ const s = m(), e = {
|
|
|
311
311
|
dark: p[700]
|
|
312
312
|
},
|
|
313
313
|
error: {
|
|
314
|
-
contrastText:
|
|
315
|
-
light:
|
|
316
|
-
main:
|
|
317
|
-
dark:
|
|
314
|
+
contrastText: b[50],
|
|
315
|
+
light: b[200],
|
|
316
|
+
main: b[500],
|
|
317
|
+
dark: b[700]
|
|
318
318
|
},
|
|
319
319
|
success: {
|
|
320
320
|
contrastText: o[50],
|
|
@@ -354,30 +354,35 @@ const s = m(), e = {
|
|
|
354
354
|
},
|
|
355
355
|
h3: {
|
|
356
356
|
fontSize: s.typography.pxToRem(30),
|
|
357
|
+
fontWeight: 600,
|
|
357
358
|
lineHeight: 1.2
|
|
358
359
|
},
|
|
359
360
|
h4: {
|
|
360
361
|
fontSize: s.typography.pxToRem(24),
|
|
361
362
|
fontWeight: 600,
|
|
362
|
-
lineHeight: 1.
|
|
363
|
+
lineHeight: 1.2
|
|
363
364
|
},
|
|
364
365
|
h5: {
|
|
365
366
|
fontSize: s.typography.pxToRem(20),
|
|
366
|
-
fontWeight: 600
|
|
367
|
+
fontWeight: 600,
|
|
368
|
+
lineHeight: 1.2
|
|
367
369
|
},
|
|
368
370
|
h6: {
|
|
369
371
|
fontSize: s.typography.pxToRem(18),
|
|
370
|
-
fontWeight: 600
|
|
372
|
+
fontWeight: 600,
|
|
373
|
+
lineHeight: 1.2
|
|
371
374
|
},
|
|
372
375
|
subtitle1: {
|
|
373
|
-
fontSize: s.typography.pxToRem(18)
|
|
376
|
+
fontSize: s.typography.pxToRem(18),
|
|
377
|
+
fontWeight: 500
|
|
374
378
|
},
|
|
375
379
|
subtitle2: {
|
|
376
380
|
fontSize: s.typography.pxToRem(14),
|
|
377
381
|
fontWeight: 500
|
|
378
382
|
},
|
|
379
383
|
body1: {
|
|
380
|
-
fontSize: s.typography.pxToRem(14)
|
|
384
|
+
fontSize: s.typography.pxToRem(14),
|
|
385
|
+
fontWeight: 400
|
|
381
386
|
},
|
|
382
387
|
body2: {
|
|
383
388
|
fontSize: s.typography.pxToRem(14),
|
|
@@ -403,10 +408,10 @@ export {
|
|
|
403
408
|
o as lightGreen,
|
|
404
409
|
p as lightOrange,
|
|
405
410
|
S as lightPurple,
|
|
406
|
-
|
|
411
|
+
b as lightRed,
|
|
407
412
|
g as orange,
|
|
408
413
|
w as purple,
|
|
409
|
-
|
|
414
|
+
f as red,
|
|
410
415
|
A as shadows,
|
|
411
416
|
W as shape,
|
|
412
417
|
R as typography,
|