@solostylist/ui-kit 1.0.54 → 1.0.55

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 (46) hide show
  1. package/dist/{Box-BOnkyXg-.js → Box-MoP3r0T2.js} +13 -14
  2. package/dist/Close-DLG48sGB.js +8 -0
  3. package/dist/HelpOutlineOutlined-CBZQGWGK.js +8 -0
  4. package/dist/{Menu-BTGaz6HX.js → Menu-Y8dE9GrA.js} +30 -31
  5. package/dist/{Stack-CHCAZYKm.js → Stack-DT2aopM5.js} +5 -5
  6. package/dist/{TransitionGroup-CuA3gNyE.js → TransitionGroup-BCkqyHLn.js} +1 -1
  7. package/dist/{Typography-8CUP66S2.js → Typography-BXwj4yQZ.js} +5 -5
  8. package/dist/{buttonBaseClasses-CTVeu_V8.js → buttonBaseClasses-2-g8E4KG.js} +2 -2
  9. package/dist/createSvgIcon-YtxTUNwI.js +535 -0
  10. package/dist/{createTheme-CyFSna1a.js → createTheme-CozHbEju.js} +227 -225
  11. package/dist/{extendSxProp-C6KgcV1-.js → extendSxProp-BuqOAkIB.js} +1 -1
  12. package/dist/{iconButtonClasses-CpCspPuI.js → iconButtonClasses-Ba5VdL62.js} +2 -2
  13. package/dist/identifier-9JFYVRsR.js +246 -0
  14. package/dist/{index-BKXuuq9K.js → index-GaV7LHxy.js} +5 -5
  15. package/dist/{outlinedInputClasses-Y-zQ9ZHZ.js → outlinedInputClasses-MXXlnR_X.js} +2 -2
  16. package/dist/s-data-table/s-data-table.js +46 -48
  17. package/dist/s-dialog/s-dialog.js +13 -13
  18. package/dist/s-dialog-confirm/s-dialog-confirm.js +10 -10
  19. package/dist/s-dialog-message/s-dialog-message.js +8 -8
  20. package/dist/s-file-dropzone/s-file-dropzone.js +4 -4
  21. package/dist/s-file-icon/s-file-icon.js +1 -1
  22. package/dist/s-form/s-form.js +7 -7
  23. package/dist/s-label/s-label.js +7 -7
  24. package/dist/s-multi-select/s-multi-select.js +47 -49
  25. package/dist/s-smart-text-field/s-smart-text-field.js +3 -3
  26. package/dist/s-text-editor/s-text-editor-toolbar.js +614 -602
  27. package/dist/s-text-editor/s-text-editor.js +1 -1
  28. package/dist/s-tip/s-tip.js +12 -10
  29. package/dist/theme/components/avatar.js +7 -5
  30. package/dist/theme/customizations/data-display.js +7 -7
  31. package/dist/theme/customizations/feedback.js +1 -1
  32. package/dist/theme/customizations/inputs.js +13 -14
  33. package/dist/theme/customizations/navigation.js +3 -3
  34. package/dist/theme/customizations/surfaces.js +1 -1
  35. package/dist/theme/theme-primitives.js +1 -1
  36. package/dist/{typographyClasses-DVLfmcGt.js → typographyClasses-D511Gj84.js} +2 -2
  37. package/dist/{useControlled-DnifWmuD.js → useFormControl-B3RPiDsz.js} +8 -8
  38. package/dist/{useSlot-DFX3jR9F.js → useSlot-GW4ou7g5.js} +18 -19
  39. package/dist/{useTheme-TEQWKSsD.js → useTheme-vk3BYrgD.js} +1 -1
  40. package/package.json +1 -2
  41. package/dist/createSvgIcon-FIMSBrG5.js +0 -247
  42. package/dist/emotion-serialize.esm-lgBmL_7o.js +0 -195
  43. package/dist/generateUtilityClasses-CvAVhM6T.js +0 -10
  44. package/dist/identifier-BA7fwE7E.js +0 -46
  45. package/dist/memoTheme-Bz_6CvJG.js +0 -293
  46. package/dist/svgIconClasses-SRBiyaM8.js +0 -10
@@ -1,10 +1,9 @@
1
- import { s as u, C as d, b as h, P as e } from "./createTheme-CyFSna1a.js";
2
- import { s as T, c as y, T as B } from "./identifier-BA7fwE7E.js";
3
- import { g as N } from "./generateUtilityClasses-CvAVhM6T.js";
1
+ import { s as u, C as d, b as h, P as e } from "./createTheme-CozHbEju.js";
2
+ import { s as T, c as y, g as B, T as N } from "./identifier-9JFYVRsR.js";
4
3
  import * as C from "react";
5
4
  import { j as b } from "./jsx-runtime-C5mzlN2N.js";
6
- import { u as g } from "./useTheme-TEQWKSsD.js";
7
- import { e as j } from "./extendSxProp-C6KgcV1-.js";
5
+ import { u as g } from "./useTheme-vk3BYrgD.js";
6
+ import { e as j } from "./extendSxProp-BuqOAkIB.js";
8
7
  function E(n = {}) {
9
8
  const {
10
9
  themeId: t,
@@ -14,23 +13,23 @@ function E(n = {}) {
14
13
  } = n, c = T("div", {
15
14
  shouldForwardProp: (o) => o !== "theme" && o !== "sx" && o !== "as"
16
15
  })(u);
17
- return /* @__PURE__ */ C.forwardRef(function(f, l) {
16
+ return /* @__PURE__ */ C.forwardRef(function(l, f) {
18
17
  const s = g(m), {
19
18
  className: i,
20
- component: p = "div",
21
- ...x
22
- } = j(f);
19
+ component: x = "div",
20
+ ...p
21
+ } = j(l);
23
22
  return /* @__PURE__ */ b.jsx(c, {
24
- as: p,
25
- ref: l,
23
+ as: x,
24
+ ref: f,
26
25
  className: y(i, r ? r(a) : a),
27
26
  theme: t && s[t] || s,
28
- ...x
27
+ ...p
29
28
  });
30
29
  });
31
30
  }
32
- const v = N("MuiBox", ["root"]), O = h(), P = E({
33
- themeId: B,
31
+ const v = B("MuiBox", ["root"]), O = h(), P = E({
32
+ themeId: N,
34
33
  defaultTheme: O,
35
34
  defaultClassName: v.root,
36
35
  generateClassName: d.generate
@@ -0,0 +1,8 @@
1
+ import { j as o } from "./jsx-runtime-C5mzlN2N.js";
2
+ import { c as s } from "./createSvgIcon-YtxTUNwI.js";
3
+ const e = s(/* @__PURE__ */ o.jsx("path", {
4
+ d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
5
+ }), "Close");
6
+ export {
7
+ e as C
8
+ };
@@ -0,0 +1,8 @@
1
+ import { j as t } from "./jsx-runtime-C5mzlN2N.js";
2
+ import { c } from "./createSvgIcon-YtxTUNwI.js";
3
+ const o = c(/* @__PURE__ */ t.jsx("path", {
4
+ d: "M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"
5
+ }), "HelpOutlineOutlined");
6
+ export {
7
+ o as H
8
+ };
@@ -1,16 +1,21 @@
1
1
  import * as p from "react";
2
2
  import ve from "react";
3
- import { P as e, g as le, a as He, q as ze, l as rt } from "./createTheme-CyFSna1a.js";
4
- import { T as Rt, c as te } from "./identifier-BA7fwE7E.js";
3
+ import { P as e, g as le, a as He, q as ze, l as rt } from "./createTheme-CozHbEju.js";
4
+ import { T as Rt, g as ce, c as te } from "./identifier-9JFYVRsR.js";
5
5
  import { j as L } from "./jsx-runtime-C5mzlN2N.js";
6
- import { d as Ot, u as ce, s as W, c as ue, m as it, b as Nt } from "./memoTheme-Bz_6CvJG.js";
7
- import { g as pe } from "./generateUtilityClasses-CvAVhM6T.js";
8
- import { c as we, d as wt, u as oe, a as X, b as We, f as St, m as Ct, r as Mt, e as kt, g as Dt, h as It, i as jt } from "./useSlot-DFX3jR9F.js";
9
- import { u as Ft } from "./useTheme-TEQWKSsD.js";
10
- import { _ as Lt, a as At, b as st } from "./TransitionGroup-CuA3gNyE.js";
6
+ import { d as Ot, u as ue, s as W, a as pe, m as it, f as Nt } from "./createSvgIcon-YtxTUNwI.js";
7
+ import { c as we, d as wt, u as oe, a as X, b as We, f as St, m as Ct, r as Mt, e as kt, g as Dt, h as It, i as jt } from "./useSlot-GW4ou7g5.js";
8
+ import { u as Ft } from "./useTheme-vk3BYrgD.js";
9
+ import { _ as Lt, a as At, b as st } from "./TransitionGroup-BCkqyHLn.js";
11
10
  import * as $t from "react-dom";
12
11
  import Te from "react-dom";
13
12
  import { u as Le } from "./useEnhancedEffect-CJGo-L3B.js";
13
+ function Ge(...t) {
14
+ return t.reduce((n, o) => o == null ? n : function(...s) {
15
+ n.apply(this, s), o.apply(this, s);
16
+ }, () => {
17
+ });
18
+ }
14
19
  const Vt = "exact-prop: ​";
15
20
  function at(t) {
16
21
  return process.env.NODE_ENV === "production" ? t : {
@@ -28,12 +33,6 @@ function _e() {
28
33
  const t = Ft(Ot);
29
34
  return process.env.NODE_ENV !== "production" && p.useDebugValue(t), t[Rt] || t;
30
35
  }
31
- function Ge(...t) {
32
- return t.reduce((n, o) => o == null ? n : function(...s) {
33
- n.apply(this, s), o.apply(this, s);
34
- }, () => {
35
- });
36
- }
37
36
  function qt(t, n = 166) {
38
37
  let o;
39
38
  function i(...s) {
@@ -1162,13 +1161,13 @@ process.env.NODE_ENV !== "production" && (mt.propTypes = {
1162
1161
  function cn(t) {
1163
1162
  return le("MuiBackdrop", t);
1164
1163
  }
1165
- pe("MuiBackdrop", ["root", "invisible"]);
1164
+ ce("MuiBackdrop", ["root", "invisible"]);
1166
1165
  const un = (t) => {
1167
1166
  const {
1168
1167
  classes: n,
1169
1168
  invisible: o
1170
1169
  } = t;
1171
- return ue({
1170
+ return pe({
1172
1171
  root: ["root", o && "invisible"]
1173
1172
  }, cn, n);
1174
1173
  }, pn = W("div", {
@@ -1200,7 +1199,7 @@ const un = (t) => {
1200
1199
  }
1201
1200
  }]
1202
1201
  }), ht = /* @__PURE__ */ p.forwardRef(function(n, o) {
1203
- const i = ce({
1202
+ const i = ue({
1204
1203
  props: n,
1205
1204
  name: "MuiBackdrop"
1206
1205
  }), {
@@ -1443,14 +1442,14 @@ function mn(t) {
1443
1442
  function hn(t) {
1444
1443
  return le("MuiModal", t);
1445
1444
  }
1446
- pe("MuiModal", ["root", "hidden", "backdrop"]);
1445
+ ce("MuiModal", ["root", "hidden", "backdrop"]);
1447
1446
  const bn = (t) => {
1448
1447
  const {
1449
1448
  open: n,
1450
1449
  exited: o,
1451
1450
  classes: i
1452
1451
  } = t;
1453
- return ue({
1452
+ return pe({
1454
1453
  root: ["root", !n && o && "hidden"],
1455
1454
  backdrop: ["backdrop"]
1456
1455
  }, hn, i);
@@ -1486,7 +1485,7 @@ const bn = (t) => {
1486
1485
  })({
1487
1486
  zIndex: -1
1488
1487
  }), bt = /* @__PURE__ */ p.forwardRef(function(n, o) {
1489
- const i = ce({
1488
+ const i = ue({
1490
1489
  name: "MuiModal",
1491
1490
  props: n
1492
1491
  }), {
@@ -1779,7 +1778,7 @@ process.env.NODE_ENV !== "production" && (bt.propTypes = {
1779
1778
  function yn(t) {
1780
1779
  return le("MuiPaper", t);
1781
1780
  }
1782
- pe("MuiPaper", ["root", "rounded", "outlined", "elevation", "elevation0", "elevation1", "elevation2", "elevation3", "elevation4", "elevation5", "elevation6", "elevation7", "elevation8", "elevation9", "elevation10", "elevation11", "elevation12", "elevation13", "elevation14", "elevation15", "elevation16", "elevation17", "elevation18", "elevation19", "elevation20", "elevation21", "elevation22", "elevation23", "elevation24"]);
1781
+ ce("MuiPaper", ["root", "rounded", "outlined", "elevation", "elevation0", "elevation1", "elevation2", "elevation3", "elevation4", "elevation5", "elevation6", "elevation7", "elevation8", "elevation9", "elevation10", "elevation11", "elevation12", "elevation13", "elevation14", "elevation15", "elevation16", "elevation17", "elevation18", "elevation19", "elevation20", "elevation21", "elevation22", "elevation23", "elevation24"]);
1783
1782
  const vn = (t) => {
1784
1783
  const {
1785
1784
  square: n,
@@ -1789,7 +1788,7 @@ const vn = (t) => {
1789
1788
  } = t, r = {
1790
1789
  root: ["root", i, !n && "rounded", i === "elevation" && `elevation${o}`]
1791
1790
  };
1792
- return ue(r, yn, s);
1791
+ return pe(r, yn, s);
1793
1792
  }, Tn = W("div", {
1794
1793
  name: "MuiPaper",
1795
1794
  slot: "Root",
@@ -1830,7 +1829,7 @@ const vn = (t) => {
1830
1829
  }]
1831
1830
  }))), Et = /* @__PURE__ */ p.forwardRef(function(n, o) {
1832
1831
  var m;
1833
- const i = ce({
1832
+ const i = ue({
1834
1833
  props: n,
1835
1834
  name: "MuiPaper"
1836
1835
  }), s = _e(), {
@@ -1924,7 +1923,7 @@ process.env.NODE_ENV !== "production" && (Et.propTypes = {
1924
1923
  function xn(t) {
1925
1924
  return le("MuiPopover", t);
1926
1925
  }
1927
- pe("MuiPopover", ["root", "paper"]);
1926
+ ce("MuiPopover", ["root", "paper"]);
1928
1927
  function et(t, n) {
1929
1928
  let o = 0;
1930
1929
  return typeof n == "number" ? o = n : n === "center" ? o = t.height / 2 : n === "bottom" && (o = t.height), o;
@@ -1943,7 +1942,7 @@ const Pn = (t) => {
1943
1942
  const {
1944
1943
  classes: n
1945
1944
  } = t;
1946
- return ue({
1945
+ return pe({
1947
1946
  root: ["root"],
1948
1947
  paper: ["paper"]
1949
1948
  }, xn, n);
@@ -1966,7 +1965,7 @@ const Pn = (t) => {
1966
1965
  // We disable the focus ring for mouse, touch and keyboard users.
1967
1966
  outline: 0
1968
1967
  }), yt = /* @__PURE__ */ p.forwardRef(function(n, o) {
1969
- const i = ce({
1968
+ const i = ue({
1970
1969
  props: n,
1971
1970
  name: "MuiPopover"
1972
1971
  }), {
@@ -2401,7 +2400,7 @@ process.env.NODE_ENV !== "production" && (vt.displayName = "ListContext");
2401
2400
  function Nn(t) {
2402
2401
  return le("MuiList", t);
2403
2402
  }
2404
- pe("MuiList", ["root", "padding", "dense", "subheader"]);
2403
+ ce("MuiList", ["root", "padding", "dense", "subheader"]);
2405
2404
  const wn = (t) => {
2406
2405
  const {
2407
2406
  classes: n,
@@ -2409,7 +2408,7 @@ const wn = (t) => {
2409
2408
  dense: i,
2410
2409
  subheader: s
2411
2410
  } = t;
2412
- return ue({
2411
+ return pe({
2413
2412
  root: ["root", !o && "padding", i && "dense", s && "subheader"]
2414
2413
  }, Nn, n);
2415
2414
  }, Sn = W("ul", {
@@ -2443,7 +2442,7 @@ const wn = (t) => {
2443
2442
  }
2444
2443
  }]
2445
2444
  }), Tt = /* @__PURE__ */ p.forwardRef(function(n, o) {
2446
- const i = ce({
2445
+ const i = ue({
2447
2446
  props: n,
2448
2447
  name: "MuiList"
2449
2448
  }), {
@@ -2676,7 +2675,7 @@ process.env.NODE_ENV !== "production" && (Pt.propTypes = {
2676
2675
  function Cn(t) {
2677
2676
  return le("MuiMenu", t);
2678
2677
  }
2679
- pe("MuiMenu", ["root", "paper", "list"]);
2678
+ ce("MuiMenu", ["root", "paper", "list"]);
2680
2679
  const Mn = {
2681
2680
  vertical: "top",
2682
2681
  horizontal: "right"
@@ -2687,7 +2686,7 @@ const Mn = {
2687
2686
  const {
2688
2687
  classes: n
2689
2688
  } = t;
2690
- return ue({
2689
+ return pe({
2691
2690
  root: ["root"],
2692
2691
  paper: ["paper"],
2693
2692
  list: ["list"]
@@ -2713,7 +2712,7 @@ const Mn = {
2713
2712
  // We disable the focus ring for mouse, touch and keyboard users.
2714
2713
  outline: 0
2715
2714
  }), Ln = /* @__PURE__ */ p.forwardRef(function(n, o) {
2716
- const i = ce({
2715
+ const i = ue({
2717
2716
  props: n,
2718
2717
  name: "MuiMenu"
2719
2718
  }), {
@@ -1,10 +1,10 @@
1
- import { P as e, h as O, r as m, f as V, j as C, m as D, g as E, e as N, k as T } from "./createTheme-CyFSna1a.js";
2
- import { a as R, r as F, c as B, s as M, u as w } from "./memoTheme-Bz_6CvJG.js";
1
+ import { P as e, h as O, r as m, f as V, j as C, m as D, g as E, e as N, k as T } from "./createTheme-CozHbEju.js";
2
+ import { e as R, r as F, a as B, s as M, u as w } from "./createSvgIcon-YtxTUNwI.js";
3
3
  import * as f from "react";
4
- import { c as G } from "./identifier-BA7fwE7E.js";
4
+ import { c as G } from "./identifier-9JFYVRsR.js";
5
5
  import { j as U } from "./jsx-runtime-C5mzlN2N.js";
6
- import { e as $ } from "./extendSxProp-C6KgcV1-.js";
7
- import { u as A } from "./useTheme-TEQWKSsD.js";
6
+ import { e as $ } from "./extendSxProp-BuqOAkIB.js";
7
+ import { u as A } from "./useTheme-vk3BYrgD.js";
8
8
  const _ = R();
9
9
  function L(o) {
10
10
  const {
@@ -1,4 +1,4 @@
1
- import { P as f } from "./createTheme-CyFSna1a.js";
1
+ import { P as f } from "./createTheme-CozHbEju.js";
2
2
  import p, { isValidElement as h, cloneElement as v, Children as O } from "react";
3
3
  function m() {
4
4
  return m = Object.assign ? Object.assign.bind() : function(e) {
@@ -1,10 +1,10 @@
1
1
  import * as j from "react";
2
- import { c, P as r } from "./createTheme-CyFSna1a.js";
3
- import { c as O } from "./identifier-BA7fwE7E.js";
4
- import { i as S } from "./index-BKXuuq9K.js";
5
- import { u as w, s as B, c as P, m as W } from "./memoTheme-Bz_6CvJG.js";
2
+ import { c, P as r } from "./createTheme-CozHbEju.js";
3
+ import { c as O } from "./identifier-9JFYVRsR.js";
4
+ import { i as S } from "./index-GaV7LHxy.js";
5
+ import { u as w, s as B, a as P, m as W } from "./createSvgIcon-YtxTUNwI.js";
6
6
  import { c as C } from "./createSimplePaletteValueFilter-B7--0ryQ.js";
7
- import { g as R } from "./typographyClasses-DVLfmcGt.js";
7
+ import { g as R } from "./typographyClasses-D511Gj84.js";
8
8
  import { j as M } from "./jsx-runtime-C5mzlN2N.js";
9
9
  const N = {
10
10
  primary: !0,
@@ -1,5 +1,5 @@
1
- import { g as s } from "./generateUtilityClasses-CvAVhM6T.js";
2
- import { g as e } from "./createTheme-CyFSna1a.js";
1
+ import { g as s } from "./identifier-9JFYVRsR.js";
2
+ import { g as e } from "./createTheme-CozHbEju.js";
3
3
  function o(t) {
4
4
  return e("MuiButtonBase", t);
5
5
  }