@solostylist/ui-kit 1.0.8 → 1.0.9

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 (83) hide show
  1. package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js +1 -1
  2. package/dist/AppDataTable/AppDataTable.js +30 -29
  3. package/dist/AppDialogConfirm/AppDialogConfirm.js +1 -1
  4. package/dist/AppDialogMessage/AppDialogMessage.js +1 -1
  5. package/dist/AppFileDropzone/AppFileDropzone.js +3 -3
  6. package/dist/AppFileIcon/AppFileIcon.js +1 -1
  7. package/dist/AppMultiSelect/AppMultiSelect.js +2 -2
  8. package/dist/AppOption/AppOption.js +1 -1
  9. package/dist/AppTextEditor/AppTextEditor.js +1 -1
  10. package/dist/AppTextEditor/TextEditorToolbar.js +299 -303
  11. package/dist/AppTip/AppTip.js +2 -2
  12. package/dist/{Box-MNdIcw0w.js → Box-DyPisl7H.js} +11 -11
  13. package/dist/{ButtonBase-D7WZejV5.js → ButtonBase-C9K74oZC.js} +117 -120
  14. package/dist/{Menu-BymLGoMc.js → Menu-DrTy5vbc.js} +30 -30
  15. package/dist/{MenuItem-l3xZOND-.js → MenuItem-CSmlAERi.js} +84 -88
  16. package/dist/SThemeProvider/SThemeProvider.d.ts +12 -0
  17. package/dist/SThemeProvider/SThemeProvider.js +35 -0
  18. package/dist/SThemeProvider/index.d.ts +1 -0
  19. package/dist/SThemeProvider/index.js +4 -0
  20. package/dist/{Stack-CxKx2YGj.js → Stack-CP2l9Ko9.js} +14 -15
  21. package/dist/{Typography-QQx_YSAW.js → Typography-CgNLUV5h.js} +49 -54
  22. package/dist/backdropClasses-lc38rgzd.js +10 -0
  23. package/dist/buttonBaseClasses-DxKwiRBX.js +10 -0
  24. package/dist/createSvgIcon-CoYExp5F.js +247 -0
  25. package/dist/{createTheme-dX0MILsf.js → createTheme-BZxWCiBm.js} +9 -10
  26. package/dist/{extendSxProp-CTBBOYHX.js → extendSxProp-SCsFy5tr.js} +1 -1
  27. package/dist/generateUtilityClass-CRH_bFW6.js +34 -0
  28. package/dist/generateUtilityClasses-STjIp_B9.js +10 -0
  29. package/dist/iconButtonClasses-CqYTUZq-.js +10 -0
  30. package/dist/{clsx-DfguY6FT.js → identifier-CHPjnqaz.js} +50 -48
  31. package/dist/{index-f-gkJ93Q.js → index-BB439voV.js} +11 -10
  32. package/dist/{inputBaseClasses-s6dljKxi.js → inputBaseClasses-BRd7g4Od.js} +6 -5
  33. package/dist/{listItemIconClasses-CTdclC9V.js → listItemIconClasses-D-kc0Y9u.js} +1 -1
  34. package/dist/main.d.ts +1 -1
  35. package/dist/main.js +6 -6
  36. package/dist/memoTheme-B7hT_l31.js +291 -0
  37. package/dist/menuItemClasses-BxqenSTj.js +12 -0
  38. package/dist/outlinedInputClasses-BTtPbpE5.js +14 -0
  39. package/dist/{paperClasses-Bf2rrWVr.js → paperClasses-D1WMlaxU.js} +6 -5
  40. package/dist/selectClasses-BaagNb21.js +10 -0
  41. package/dist/styles/theme/components/autocomplete.js +2 -2
  42. package/dist/styles/theme/components/backdrop.js +1 -1
  43. package/dist/styles/theme/components/button.js +1 -1
  44. package/dist/styles/theme/components/card-header.js +1 -1
  45. package/dist/styles/theme/components/card.js +1 -1
  46. package/dist/styles/theme/components/filled-input.js +1 -1
  47. package/dist/styles/theme/components/input.js +1 -1
  48. package/dist/styles/theme/components/menu-item.js +1 -1
  49. package/dist/styles/theme/components/outlined-input.js +2 -2
  50. package/dist/styles/theme/components/table-head.js +1 -1
  51. package/dist/styles/theme/components/tabs.js +5 -4
  52. package/dist/styles/theme/customizations/data-display.d.ts +2 -0
  53. package/dist/styles/theme/customizations/data-display.js +234 -0
  54. package/dist/styles/theme/customizations/feedback.d.ts +2 -0
  55. package/dist/styles/theme/customizations/feedback.js +47 -0
  56. package/dist/styles/theme/customizations/inputs.d.ts +2 -0
  57. package/dist/styles/theme/customizations/inputs.js +447 -0
  58. package/dist/styles/theme/customizations/navigation.d.ts +2 -0
  59. package/dist/styles/theme/customizations/navigation.js +276 -0
  60. package/dist/styles/theme/customizations/surfaces.d.ts +2 -0
  61. package/dist/styles/theme/customizations/surfaces.js +112 -0
  62. package/dist/styles/theme/theme-primitives.d.ts +366 -0
  63. package/dist/styles/theme/theme-primitives.js +351 -0
  64. package/dist/svgIconClasses-SzHbWjUv.js +10 -0
  65. package/dist/tabClasses-CDDkt7la.js +5 -0
  66. package/dist/tableCellClasses-CBw1aep0.js +10 -0
  67. package/dist/typographyClasses-BrhUWCU3.js +10 -0
  68. package/dist/useControlled-QI8qSFYJ.js +38 -0
  69. package/dist/{useSlot-Tj9CW-Xc.js → useSlot-CX_V7IfD.js} +2 -2
  70. package/dist/{useTheme-CNZ6Hnpo.js → useTheme-DrS6mww6.js} +3 -3
  71. package/package.json +2 -2
  72. package/dist/AppThemeProvider/AppThemeProvider.d.ts +0 -9
  73. package/dist/AppThemeProvider/AppThemeProvider.js +0 -141
  74. package/dist/AppThemeProvider/index.d.ts +0 -1
  75. package/dist/AppThemeProvider/index.js +0 -4
  76. package/dist/DefaultPropsProvider-Cw67t9bx.js +0 -71
  77. package/dist/backdropClasses-DDhytLTQ.js +0 -9
  78. package/dist/generateUtilityClasses-CuEy5gtx.js +0 -41
  79. package/dist/memoTheme-DOlCkXD8.js +0 -223
  80. package/dist/outlinedInputClasses-rXE3T3sa.js +0 -13
  81. package/dist/tableCellClasses-BIg5orIQ.js +0 -9
  82. package/dist/useControlled-DyL3m721.js +0 -287
  83. /package/dist/{AppThemeProvider → SThemeProvider}/package.json +0 -0
@@ -1,5 +1,5 @@
1
1
  import { j as r } from "../jsx-runtime-C5mzlN2N.js";
2
- import { B as o } from "../Box-MNdIcw0w.js";
2
+ import { B as o } from "../Box-DyPisl7H.js";
3
3
  const a = () => /* @__PURE__ */ r.jsx(o, { children: "/" });
4
4
  export {
5
5
  a as default
@@ -2,20 +2,21 @@ import { j as r } from "../jsx-runtime-C5mzlN2N.js";
2
2
  import { v4 as Te } from "uuid";
3
3
  import Ce from "../AppNoData/AppNoData.js";
4
4
  import * as h from "react";
5
- import { c as j, P as e, j as B, l as ke, n as je } from "../createTheme-dX0MILsf.js";
6
- import { c as H } from "../clsx-DfguY6FT.js";
7
- import { s as S, c as z, r as ae, m as D } from "../memoTheme-DOlCkXD8.js";
8
- import { a as M, g as I } from "../generateUtilityClasses-CuEy5gtx.js";
9
- import { u as E } from "../DefaultPropsProvider-Cw67t9bx.js";
10
- import { g as Oe, t as Re } from "../tableCellClasses-BIg5orIQ.js";
11
- import { u as we, a as Pe, c as G } from "../useControlled-DyL3m721.js";
12
- import { u as L, m as Se } from "../useSlot-Tj9CW-Xc.js";
13
- import { B as Ne, r as ze } from "../ButtonBase-D7WZejV5.js";
5
+ import { c as j, P as e, a as B, l as ke, n as je } from "../createTheme-BZxWCiBm.js";
6
+ import { c as H } from "../identifier-CHPjnqaz.js";
7
+ import { s as S, c as z, r as ae, u as M, m as D } from "../memoTheme-B7hT_l31.js";
8
+ import { g as I } from "../generateUtilityClass-CRH_bFW6.js";
9
+ import { g as E } from "../generateUtilityClasses-STjIp_B9.js";
10
+ import { g as Oe, t as Re } from "../tableCellClasses-CBw1aep0.js";
11
+ import { u as we, a as Pe } from "../useControlled-QI8qSFYJ.js";
12
+ import { u as L, m as Se } from "../useSlot-CX_V7IfD.js";
13
+ import { B as Ne, r as ze } from "../ButtonBase-C9K74oZC.js";
14
+ import { c as G } from "../createSvgIcon-CoYExp5F.js";
14
15
  import { c as Y } from "../createSimplePaletteValueFilter-B7--0ryQ.js";
15
16
  function $e(o) {
16
- return M("PrivateSwitchBase", o);
17
+ return I("PrivateSwitchBase", o);
17
18
  }
18
- I("PrivateSwitchBase", ["root", "checked", "disabled", "input", "edgeStart", "edgeEnd"]);
19
+ E("PrivateSwitchBase", ["root", "checked", "disabled", "input", "edgeStart", "edgeEnd"]);
19
20
  const Be = (o) => {
20
21
  const {
21
22
  classes: t,
@@ -322,9 +323,9 @@ const Ie = G(/* @__PURE__ */ r.jsx("path", {
322
323
  d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"
323
324
  }), "IndeterminateCheckBox");
324
325
  function Ue(o) {
325
- return M("MuiCheckbox", o);
326
+ return I("MuiCheckbox", o);
326
327
  }
327
- const A = I("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "colorPrimary", "colorSecondary", "sizeSmall", "sizeMedium"]), Ve = (o) => {
328
+ const A = E("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "colorPrimary", "colorSecondary", "sizeSmall", "sizeMedium"]), Ve = (o) => {
328
329
  const {
329
330
  classes: t,
330
331
  indeterminate: s,
@@ -399,7 +400,7 @@ const A = I("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "col
399
400
  }
400
401
  }]
401
402
  }))), De = /* @__PURE__ */ r.jsx(Ee, {}), We = /* @__PURE__ */ r.jsx(Ie, {}), Ae = /* @__PURE__ */ r.jsx(Fe, {}), q = /* @__PURE__ */ h.forwardRef(function(t, s) {
402
- const a = E({
403
+ const a = M({
403
404
  props: t,
404
405
  name: "MuiCheckbox"
405
406
  }), {
@@ -571,9 +572,9 @@ process.env.NODE_ENV !== "production" && (q.propTypes = {
571
572
  const J = /* @__PURE__ */ h.createContext();
572
573
  process.env.NODE_ENV !== "production" && (J.displayName = "TableContext");
573
574
  function Le(o) {
574
- return M("MuiTable", o);
575
+ return I("MuiTable", o);
575
576
  }
576
- I("MuiTable", ["root", "stickyHeader"]);
577
+ E("MuiTable", ["root", "stickyHeader"]);
577
578
  const qe = (o) => {
578
579
  const {
579
580
  classes: t,
@@ -614,7 +615,7 @@ const qe = (o) => {
614
615
  }
615
616
  }]
616
617
  }))), Z = "table", re = /* @__PURE__ */ h.forwardRef(function(t, s) {
617
- const a = E({
618
+ const a = M({
618
619
  props: t,
619
620
  name: "MuiTable"
620
621
  }), {
@@ -692,9 +693,9 @@ process.env.NODE_ENV !== "production" && (re.propTypes = {
692
693
  const U = /* @__PURE__ */ h.createContext();
693
694
  process.env.NODE_ENV !== "production" && (U.displayName = "Tablelvl2Context");
694
695
  function Je(o) {
695
- return M("MuiTableBody", o);
696
+ return I("MuiTableBody", o);
696
697
  }
697
- I("MuiTableBody", ["root"]);
698
+ E("MuiTableBody", ["root"]);
698
699
  const Ke = (o) => {
699
700
  const {
700
701
  classes: t
@@ -711,7 +712,7 @@ const Ke = (o) => {
711
712
  }), Xe = {
712
713
  variant: "body"
713
714
  }, ee = "tbody", ie = /* @__PURE__ */ h.forwardRef(function(t, s) {
714
- const a = E({
715
+ const a = M({
715
716
  props: t,
716
717
  name: "MuiTableBody"
717
718
  }), {
@@ -891,7 +892,7 @@ const Ye = (o) => {
891
892
  }
892
893
  }]
893
894
  }))), $ = /* @__PURE__ */ h.forwardRef(function(t, s) {
894
- const a = E({
895
+ const a = M({
895
896
  props: t,
896
897
  name: "MuiTableCell"
897
898
  }), {
@@ -989,9 +990,9 @@ process.env.NODE_ENV !== "production" && ($.propTypes = {
989
990
  variant: e.oneOfType([e.oneOf(["body", "footer", "head"]), e.string])
990
991
  });
991
992
  function eo(o) {
992
- return M("MuiTableHead", o);
993
+ return I("MuiTableHead", o);
993
994
  }
994
- I("MuiTableHead", ["root"]);
995
+ E("MuiTableHead", ["root"]);
995
996
  const oo = (o) => {
996
997
  const {
997
998
  classes: t
@@ -1008,7 +1009,7 @@ const oo = (o) => {
1008
1009
  }), so = {
1009
1010
  variant: "head"
1010
1011
  }, oe = "thead", le = /* @__PURE__ */ h.forwardRef(function(t, s) {
1011
- const a = E({
1012
+ const a = M({
1012
1013
  props: t,
1013
1014
  name: "MuiTableHead"
1014
1015
  }), {
@@ -1059,9 +1060,9 @@ process.env.NODE_ENV !== "production" && (le.propTypes = {
1059
1060
  sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
1060
1061
  });
1061
1062
  function ao(o) {
1062
- return M("MuiTableRow", o);
1063
+ return I("MuiTableRow", o);
1063
1064
  }
1064
- const te = I("MuiTableRow", ["root", "selected", "hover", "head", "footer"]), no = (o) => {
1065
+ const te = E("MuiTableRow", ["root", "selected", "hover", "head", "footer"]), no = (o) => {
1065
1066
  const {
1066
1067
  classes: t,
1067
1068
  selected: s,
@@ -1099,7 +1100,7 @@ const te = I("MuiTableRow", ["root", "selected", "hover", "head", "footer"]), no
1099
1100
  }
1100
1101
  }
1101
1102
  }))), se = "tr", _ = /* @__PURE__ */ h.forwardRef(function(t, s) {
1102
- const a = E({
1103
+ const a = M({
1103
1104
  props: t,
1104
1105
  name: "MuiTableRow"
1105
1106
  }), {
@@ -1162,7 +1163,7 @@ process.env.NODE_ENV !== "production" && (_.propTypes = {
1162
1163
  */
1163
1164
  sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
1164
1165
  });
1165
- function To({
1166
+ function Co({
1166
1167
  columns: o,
1167
1168
  hideHead: t,
1168
1169
  hover: s,
@@ -1254,5 +1255,5 @@ function To({
1254
1255
  ] });
1255
1256
  }
1256
1257
  export {
1257
- To as default
1258
+ Co as default
1258
1259
  };
@@ -4,7 +4,7 @@ import { Dialog as C, DialogTitle as g, Stack as j, IconButton as D, DialogConte
4
4
  import { S as b } from "../X-Cw1SQcRJ.js";
5
5
  import d from "../AppButton/AppButton.js";
6
6
  import { useDialog as k } from "../hooks/use-dialog.js";
7
- import { T as m } from "../Typography-QQx_YSAW.js";
7
+ import { T as m } from "../Typography-CgNLUV5h.js";
8
8
  const w = ({
9
9
  title: e,
10
10
  content: o,
@@ -4,7 +4,7 @@ import { Dialog as x, DialogTitle as u, Stack as m, IconButton as g, DialogConte
4
4
  import { S as C } from "../X-Cw1SQcRJ.js";
5
5
  import D from "../AppButton/AppButton.js";
6
6
  import { useDialog as k } from "../hooks/use-dialog.js";
7
- import { T as c } from "../Typography-QQx_YSAW.js";
7
+ import { T as c } from "../Typography-CgNLUV5h.js";
8
8
  const v = ({
9
9
  title: t,
10
10
  content: o,
@@ -9,9 +9,9 @@ import I from "../AppButton/AppButton.js";
9
9
  import O from "../AppFileIcon/AppFileIcon.js";
10
10
  import S from "../AppFormControl/AppFormControl.js";
11
11
  import { bytesToSize as C } from "../utils/bytes-to-size.js";
12
- import { S as n } from "../Stack-CxKx2YGj.js";
13
- import { B as u } from "../Box-MNdIcw0w.js";
14
- import { T as i } from "../Typography-QQx_YSAW.js";
12
+ import { S as n } from "../Stack-CP2l9Ko9.js";
13
+ import { B as u } from "../Box-DyPisl7H.js";
14
+ import { T as i } from "../Typography-CgNLUV5h.js";
15
15
  const H = /* @__PURE__ */ new Map([
16
16
  [
17
17
  "bold",
@@ -1,5 +1,5 @@
1
1
  import { j as e } from "../jsx-runtime-C5mzlN2N.js";
2
- import { B as i } from "../Box-MNdIcw0w.js";
2
+ import { B as i } from "../Box-DyPisl7H.js";
3
3
  const o = {
4
4
  jpeg: "/assets/icon-jpg.svg",
5
5
  jpg: "/assets/icon-jpg.svg",
@@ -3,8 +3,8 @@ import * as p from "react";
3
3
  import { C as u } from "../CaretDown-CZu0drmJ.js";
4
4
  import f from "../AppButton/AppButton.js";
5
5
  import { usePopover as d } from "../hooks/use-popover.js";
6
- import { M as x } from "../Menu-BymLGoMc.js";
7
- import { M as h } from "../MenuItem-l3xZOND-.js";
6
+ import { M as x } from "../Menu-DrTy5vbc.js";
7
+ import { M as h } from "../MenuItem-CSmlAERi.js";
8
8
  function R({
9
9
  label: c,
10
10
  onChange: t,
@@ -1,5 +1,5 @@
1
1
  import { j as r } from "../jsx-runtime-C5mzlN2N.js";
2
- import { M as e } from "../MenuItem-l3xZOND-.js";
2
+ import { M as e } from "../MenuItem-CSmlAERi.js";
3
3
  const p = ({ children: t, ...o }) => /* @__PURE__ */ r.jsx(e, { sx: { fontSize: "0.875rem" }, ...o, children: t });
4
4
  export {
5
5
  p as default
@@ -5,7 +5,7 @@ import { Placeholder as m } from "@tiptap/extension-placeholder";
5
5
  import { useEditor as f, EditorContent as c } from "@tiptap/react";
6
6
  import { StarterKit as u } from "@tiptap/starter-kit";
7
7
  import { TextEditorToolbar as x } from "./TextEditorToolbar.js";
8
- import { B as d } from "../Box-MNdIcw0w.js";
8
+ import { B as d } from "../Box-DyPisl7H.js";
9
9
  const w = ({
10
10
  content: o,
11
11
  editable: r = !0,