@solostylist/ui-kit 1.0.62 → 1.0.65
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/{Box-59IuS_L5.js → Box-6v9dDzdR.js} +21 -20
- package/dist/{Close-je3Um4HX.js → Close-Cq0bfDqS.js} +1 -1
- package/dist/{HelpOutlineOutlined-KaKitLEg.js → HelpOutlineOutlined-CrsJM_1C.js} +1 -1
- package/dist/{Menu-BryWw38A.js → Menu-C3Ku2lqS.js} +10 -9
- package/dist/{MenuItem-C960l-k0.js → MenuItem-ODcKB-fe.js} +25 -24
- package/dist/{Select-Dn200g2G.js → Select-CukDtghB.js} +24 -23
- package/dist/{Stack-pbzhmSem.js → Stack-DvJ0EY9Z.js} +24 -23
- package/dist/{TransitionGroup-SMeOIin5.js → TransitionGroup-D2o-MIVr.js} +1 -1
- package/dist/{Typography-TjZNaHX9.js → Typography-BnBI5JmA.js} +27 -26
- package/dist/{buttonBaseClasses-CZ6KQy34.js → buttonBaseClasses-jvvoR1a5.js} +2 -2
- package/dist/{chipClasses-C2-PvwSn.js → chipClasses-DCs-mJQc.js} +2 -2
- package/dist/chunk-GIMSRCVW-DUi-T6vz.js +10072 -0
- package/dist/{createSvgIcon-BeTgaSim.js → createSvgIcon-BTLVR-ad.js} +21 -20
- package/dist/createTheme-BlQh0eyI.js +2268 -0
- package/dist/{defaultTheme-kN8jLC95.js → defaultTheme-CkLTWyeE.js} +1 -1
- package/dist/{extendSxProp-BuqOAkIB.js → extendSxProp-B_wB9j9Z.js} +1 -1
- package/dist/{generateUtilityClasses-CTfRViuv.js → generateUtilityClasses-DMkCz287.js} +1 -1
- package/dist/{iconButtonClasses-Bjc802it.js → iconButtonClasses-FfLS-X2M.js} +2 -2
- package/dist/index-5OJKu9qh.js +667 -0
- package/dist/{index-CUjJ3gl6.js → index-Bs0mGmsj.js} +4 -4
- package/dist/main.d.ts +2 -0
- package/dist/main.js +44 -42
- package/dist/{outlinedInputClasses-CBivYvoh.js → outlinedInputClasses-rfxFh721.js} +2 -2
- package/dist/s-copilot-kit-provider/index.d.ts +2 -0
- package/dist/s-copilot-kit-provider/index.js +4 -0
- package/dist/s-copilot-kit-provider/package.json +5 -0
- package/dist/s-copilot-kit-provider/s-copilot-kit-provider.d.ts +7 -0
- package/dist/s-copilot-kit-provider/s-copilot-kit-provider.js +9 -0
- package/dist/s-data-table/s-data-table.js +46 -45
- package/dist/s-date-picker/s-date-picker.js +26 -25
- package/dist/s-datetime-picker/s-datetime-picker.js +73 -72
- package/dist/s-dialog/s-dialog.js +1 -1
- package/dist/s-dialog-confirm/s-dialog-confirm.js +2 -2
- package/dist/s-dialog-message/s-dialog-message.js +2 -2
- package/dist/s-file-dropzone/s-file-dropzone.js +4 -4
- package/dist/s-file-icon/s-file-icon.js +1 -1
- package/dist/s-form/s-form.js +1 -1
- package/dist/s-glow-button/s-glow-button.js +3 -3
- package/dist/s-gradient-icon/s-gradient-icon.d.ts +2 -1
- package/dist/s-gradient-icon/s-gradient-icon.js +4 -3
- package/dist/s-label/s-label.js +1 -1
- package/dist/s-localization-provider/s-localization-provider.js +1 -1
- package/dist/s-multi-select/s-multi-select.js +3 -3
- package/dist/s-smart-text-field/s-smart-text-field.d.ts +1 -3
- package/dist/s-smart-text-field/s-smart-text-field.js +9259 -18849
- package/dist/s-text-editor/s-text-editor-toolbar.js +4 -4
- package/dist/s-text-editor/s-text-editor.js +1 -1
- package/dist/s-tip/s-tip.js +3 -3
- package/dist/{tabClasses-ENprUfJ-.js → tabClasses-PH6lKUvl.js} +2 -2
- package/dist/theme/components/avatar.js +1 -1
- package/dist/theme/customizations/data-display.js +7 -7
- package/dist/theme/customizations/feedback.js +1 -1
- package/dist/theme/customizations/inputs.js +4 -4
- package/dist/theme/customizations/navigation.js +3 -3
- package/dist/theme/customizations/surfaces.js +1 -1
- package/dist/theme/theme-primitives.js +1 -1
- package/dist/{typographyClasses-DiFekpbX.js → typographyClasses-ZiwLh_jE.js} +2 -2
- package/dist/{useMobilePicker-DV2vFPGZ.js → useMobilePicker-BzxyifzK.js} +56 -55
- package/dist/{useSlot-Cciih_p6.js → useSlot-C4SHe-Bx.js} +5 -5
- package/dist/{useTheme-BM5dU4pp.js → useTheme-Bn9C3FUK.js} +1 -1
- package/dist/{useThemeProps-hdzu913B.js → useThemeProps-BUFb1TtB.js} +2 -2
- package/dist/{warning-BeMCQpXj.js → warning-D7W5-6D5.js} +3 -3
- package/package.json +2 -2
- package/dist/createTheme-CozHbEju.js +0 -2932
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as z from "react";
|
|
2
2
|
import { j as D } from "./jsx-runtime-C5mzlN2N.js";
|
|
3
|
-
import {
|
|
4
|
-
import { T as
|
|
5
|
-
import { i as
|
|
6
|
-
import {
|
|
3
|
+
import { P as s } from "./index-5OJKu9qh.js";
|
|
4
|
+
import { T as Y, c as Z } from "./identifier-CGgVMHib.js";
|
|
5
|
+
import { i as M, a as ee, s as te, g as ne } from "./generateUtilityClasses-DMkCz287.js";
|
|
6
|
+
import { l as B, e as oe, s as L, i as re, c as P, g as se } from "./createTheme-BlQh0eyI.js";
|
|
7
|
+
import { r as U, d as ie } from "./defaultTheme-CkLTWyeE.js";
|
|
7
8
|
function ae(e, n, t = void 0) {
|
|
8
9
|
const o = {};
|
|
9
10
|
for (const r in e) {
|
|
@@ -32,9 +33,9 @@ function ce(e) {
|
|
|
32
33
|
return K(e, "Component");
|
|
33
34
|
if (typeof e == "object")
|
|
34
35
|
switch (e.$$typeof) {
|
|
35
|
-
case
|
|
36
|
+
case B.ForwardRef:
|
|
36
37
|
return H(e, e.render, "ForwardRef");
|
|
37
|
-
case
|
|
38
|
+
case B.Memo:
|
|
38
39
|
return H(e, e.type, "memo");
|
|
39
40
|
default:
|
|
40
41
|
return;
|
|
@@ -47,14 +48,14 @@ function W(e) {
|
|
|
47
48
|
...t
|
|
48
49
|
} = e, o = {
|
|
49
50
|
variants: n,
|
|
50
|
-
style:
|
|
51
|
+
style: M(t),
|
|
51
52
|
isProcessed: !0
|
|
52
53
|
};
|
|
53
54
|
return o.style === t || n && n.forEach((r) => {
|
|
54
|
-
typeof r.style != "function" && (r.style =
|
|
55
|
+
typeof r.style != "function" && (r.style = M(r.style));
|
|
55
56
|
}), o;
|
|
56
57
|
}
|
|
57
|
-
const le =
|
|
58
|
+
const le = oe();
|
|
58
59
|
function j(e) {
|
|
59
60
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
60
61
|
}
|
|
@@ -118,7 +119,7 @@ function de(e = {}) {
|
|
|
118
119
|
fe(i, n, t);
|
|
119
120
|
}
|
|
120
121
|
return (i, p = {}) => {
|
|
121
|
-
|
|
122
|
+
ee(i, (d) => d.filter((m) => m !== L));
|
|
122
123
|
const {
|
|
123
124
|
name: l,
|
|
124
125
|
slot: u,
|
|
@@ -135,7 +136,7 @@ function de(e = {}) {
|
|
|
135
136
|
), N = w || !1;
|
|
136
137
|
let S = j;
|
|
137
138
|
u === "Root" || u === "root" ? S = o : u ? S = r : he(i) && (S = void 0);
|
|
138
|
-
const A =
|
|
139
|
+
const A = te(i, {
|
|
139
140
|
shouldForwardProp: S,
|
|
140
141
|
label: pe(l, u),
|
|
141
142
|
...g
|
|
@@ -146,7 +147,7 @@ function de(e = {}) {
|
|
|
146
147
|
return function(b) {
|
|
147
148
|
return V(b, d);
|
|
148
149
|
};
|
|
149
|
-
if (
|
|
150
|
+
if (re(d)) {
|
|
150
151
|
const m = W(d);
|
|
151
152
|
return m.variants ? function(T) {
|
|
152
153
|
return V(T, m);
|
|
@@ -168,7 +169,7 @@ function de(e = {}) {
|
|
|
168
169
|
var R, E;
|
|
169
170
|
const O = v.theme, h = (E = (R = O == null ? void 0 : O.components) == null ? void 0 : R[l]) == null ? void 0 : E.variants;
|
|
170
171
|
return h ? G(v, h) : null;
|
|
171
|
-
}), N || T.push(
|
|
172
|
+
}), N || T.push(L), Array.isArray(b[0])) {
|
|
172
173
|
const I = b.shift(), v = new Array(m.length).fill(""), O = new Array(T.length).fill("");
|
|
173
174
|
let h;
|
|
174
175
|
h = [...v, ...I, ...O], h.raw = [...v, ...I.raw, ...O], m.unshift(h);
|
|
@@ -240,7 +241,7 @@ function xe(e) {
|
|
|
240
241
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
241
242
|
}
|
|
242
243
|
const Ne = (e) => xe(e) && e !== "classes", Te = de({
|
|
243
|
-
themeId:
|
|
244
|
+
themeId: Y,
|
|
244
245
|
defaultTheme: ie,
|
|
245
246
|
rootShouldForwardProp: Ne
|
|
246
247
|
}), Oe = we;
|
|
@@ -249,9 +250,9 @@ function be(e) {
|
|
|
249
250
|
return ge(e);
|
|
250
251
|
}
|
|
251
252
|
function ze(e) {
|
|
252
|
-
return
|
|
253
|
+
return se("MuiSvgIcon", e);
|
|
253
254
|
}
|
|
254
|
-
const
|
|
255
|
+
const je = ne("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]), Re = (e) => {
|
|
255
256
|
const {
|
|
256
257
|
color: n,
|
|
257
258
|
fontSize: t,
|
|
@@ -390,7 +391,7 @@ const _e = se("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAct
|
|
|
390
391
|
const S = Re(f);
|
|
391
392
|
return /* @__PURE__ */ D.jsxs(Ee, {
|
|
392
393
|
as: i,
|
|
393
|
-
className:
|
|
394
|
+
className: Z(S.root, a),
|
|
394
395
|
focusable: "false",
|
|
395
396
|
color: l,
|
|
396
397
|
"aria-hidden": y ? void 0 : !0,
|
|
@@ -478,7 +479,7 @@ process.env.NODE_ENV !== "production" && ($.propTypes = {
|
|
|
478
479
|
viewBox: s.string
|
|
479
480
|
});
|
|
480
481
|
$.muiName = "SvgIcon";
|
|
481
|
-
function
|
|
482
|
+
function De(e, n) {
|
|
482
483
|
function t(o, r) {
|
|
483
484
|
return /* @__PURE__ */ D.jsx($, {
|
|
484
485
|
"data-testid": process.env.NODE_ENV !== "production" ? `${n}Icon` : void 0,
|
|
@@ -492,12 +493,12 @@ function je(e, n) {
|
|
|
492
493
|
export {
|
|
493
494
|
Te as a,
|
|
494
495
|
ae as b,
|
|
495
|
-
|
|
496
|
+
De as c,
|
|
496
497
|
de as d,
|
|
497
498
|
xe as e,
|
|
498
499
|
j as f,
|
|
499
500
|
Oe as m,
|
|
500
501
|
Ne as r,
|
|
501
|
-
|
|
502
|
+
je as s,
|
|
502
503
|
be as u
|
|
503
504
|
};
|