@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.
@@ -1,6 +1,6 @@
1
1
  import { a as m } from "../createTheme-3Wd3hHrj.js";
2
- import { a as r } from "../colorManipulator-ep5lERxB.js";
3
- const s = m(), e = {
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
- }, a = {
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
- }, t = {
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: e[50],
215
- light: e[400],
216
- main: e[500],
217
- dark: e[700],
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: a,
246
- divider: r(a[700], 0.6),
245
+ grey: t,
246
+ divider: e(t[700], 0.6),
247
247
  background: {
248
- default: a[900],
249
- paper: a[800]
248
+ default: t[900],
249
+ paper: t[800]
250
250
  },
251
251
  text: {
252
252
  primary: "rgb(255, 255, 255)",
253
- secondary: a[400]
253
+ secondary: t[400]
254
254
  },
255
255
  action: {
256
- hover: r(a[600], 0.2),
257
- selected: r(a[600], 0.3)
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: t,
326
- divider: r(t[300], 0.9),
325
+ grey: a,
326
+ divider: e(a[300], 0.9),
327
327
  background: {
328
- default: t[50],
329
- paper: t[100]
328
+ default: a[50],
329
+ paper: a[100]
330
330
  },
331
331
  text: {
332
332
  primary: "rgb(32, 33, 36)",
333
- secondary: t[500]
333
+ secondary: a[600]
334
334
  },
335
335
  action: {
336
- hover: r(t[300], 0.2),
337
- selected: r(t[300], 0.3)
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)], A = u;
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
- e as brand,
402
+ r as brand,
402
403
  z as colorSchemes,
403
- a as gray,
404
+ t as gray,
404
405
  n as green,
405
406
  c as lightBlue,
406
407
  i as lightBrand,
407
- t as lightGray,
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
- A as shadows,
416
+ v as shadows,
416
417
  W as shape,
417
418
  R as typography,
418
419
  l as whiteAlpha
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.171",
6
+ "version": "1.0.173",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",