@solostylist/ui-kit 1.0.78 → 1.0.80
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-reWd7MO-.js → Box-Bfkq7uIw.js} +23 -21
- package/dist/{Close-CVFQMMUW.js → Close-C1lLcTQu.js} +1 -1
- package/dist/{Menu-CGTDGEoX.js → Menu-DbldWmqB.js} +94 -93
- package/dist/{MenuItem-Bdna3McP.js → MenuItem-BHTJlag0.js} +8 -7
- package/dist/{Select-D54ugORZ.js → Select-CT0Hpudx.js} +14 -13
- package/dist/{Stack-ISlVeD89.js → Stack-W0weBtf9.js} +29 -28
- package/dist/{TransitionGroup-DuMpOHcM.js → TransitionGroup-q306siJs.js} +1 -1
- package/dist/{Typography-D38zoHJr.js → Typography-CeAbQ9LX.js} +17 -17
- package/dist/{buttonBaseClasses-CF7RfAgE.js → buttonBaseClasses-CR6HkqQ3.js} +2 -2
- package/dist/colorManipulator-CPZHCebU.js +178 -0
- package/dist/{createSvgIcon-DN-sh_sr.js → createSvgIcon-9XY7lJan.js} +129 -131
- package/dist/createTheme-wt8sY36y.js +2837 -0
- package/dist/{defaultTheme-BDQAWvCM.js → defaultTheme-YL2LZ-0U.js} +7 -7
- package/dist/emotion-serialize.esm-lgBmL_7o.js +195 -0
- package/dist/{extendSxProp-KtEeHd8h.js → extendSxProp-B1pEE-ot.js} +1 -1
- package/dist/generateUtilityClasses-D-O3RBPF.js +10 -0
- package/dist/hooks/use-dialog.d.ts +21 -0
- package/dist/hooks/use-dialog.js +10 -2
- package/dist/hooks/use-popover.d.ts +24 -0
- package/dist/hooks/use-popover.js +7 -1
- package/dist/{iconButtonClasses-DMst1jJO.js → iconButtonClasses-WmsPyI4v.js} +2 -2
- package/dist/index-B6k9mhKf.js +30 -0
- package/dist/{index-x815ub0T.js → index-DAXzX0k9.js} +5 -5
- package/dist/main.d.ts +5 -1
- package/dist/main.js +109 -104
- package/dist/{outlinedInputClasses-E4FwVkZh.js → outlinedInputClasses-Cor6Mcxo.js} +2 -2
- package/dist/s-autocomplete/s-autocomplete.d.ts +31 -0
- package/dist/s-autocomplete/s-autocomplete.js +23 -20
- package/dist/s-button/index.d.ts +2 -0
- package/dist/s-button/index.js +4 -0
- package/dist/s-button/package.json +5 -0
- package/dist/s-button/s-button.d.ts +6 -0
- package/dist/s-button/s-button.js +7 -0
- package/dist/s-button-link/s-button-link.d.ts +37 -1
- package/dist/s-checkbox/s-checkbox.d.ts +21 -0
- package/dist/s-checkbox/s-checkbox.js +9 -9
- package/dist/s-chip/index.d.ts +2 -0
- package/dist/s-chip/index.js +4 -0
- package/dist/s-chip/package.json +5 -0
- package/dist/s-chip/s-chip.d.ts +6 -0
- package/dist/s-chip/s-chip.js +7 -0
- package/dist/s-chips/s-chips.d.ts +26 -1
- package/dist/s-chips/s-chips.js +28 -23
- package/dist/s-copilot-kit-provider/s-copilot-kit-provider.d.ts +28 -0
- package/dist/s-copyable-text/s-copyable-text.d.ts +43 -2
- package/dist/s-copyable-text/s-copyable-text.js +30 -22
- package/dist/s-data-table/s-data-table.d.ts +87 -0
- package/dist/s-data-table/s-data-table.js +33 -22
- package/dist/s-date-picker/s-date-picker.d.ts +25 -0
- package/dist/s-date-picker/s-date-picker.js +109 -92
- package/dist/s-datetime-picker/s-datetime-picker.d.ts +26 -0
- package/dist/s-datetime-picker/s-datetime-picker.js +209 -192
- package/dist/s-dialog/s-dialog.d.ts +27 -0
- package/dist/s-dialog/s-dialog.js +1 -1
- package/dist/s-dialog-confirm/s-dialog-confirm.d.ts +54 -0
- package/dist/s-dialog-confirm/s-dialog-confirm.js +2 -2
- package/dist/s-dialog-message/s-dialog-message.d.ts +51 -0
- package/dist/s-dialog-message/s-dialog-message.js +3 -2
- package/dist/s-empty/s-empty.d.ts +25 -1
- package/dist/s-error/s-error.d.ts +19 -0
- package/dist/s-file-dropzone/s-file-dropzone.d.ts +67 -0
- package/dist/s-file-dropzone/s-file-dropzone.js +6 -4
- package/dist/s-file-icon/s-file-icon.d.ts +28 -0
- package/dist/s-file-icon/s-file-icon.js +5 -2
- package/dist/s-form/s-form.d.ts +22 -0
- package/dist/s-form/s-form.js +9 -10
- package/dist/s-glow-button/index.d.ts +1 -1
- package/dist/s-glow-button/s-glow-button.d.ts +39 -3
- package/dist/s-glow-button/s-glow-button.js +11 -2
- package/dist/s-gradient-icon/s-gradient-icon.d.ts +43 -0
- package/dist/s-gradient-icon/s-gradient-icon.js +6 -1
- package/dist/s-i18n-provider/s-i18n-provider.d.ts +37 -0
- package/dist/s-i18n-provider/s-i18n-provider.js +8 -1
- package/dist/s-icon-button/s-icon-button.d.ts +23 -0
- package/dist/s-interactive-gallery/s-interactive-gallery.d.ts +96 -0
- package/dist/s-interactive-gallery/s-interactive-gallery.js +175 -82
- package/dist/s-label/s-label.d.ts +30 -2
- package/dist/s-label/s-label.js +8 -18
- package/dist/s-lazy-image/s-lazy-image.d.ts +28 -1
- package/dist/s-localization-provider/s-localization-provider.d.ts +30 -0
- package/dist/s-localization-provider/s-localization-provider.js +5 -2
- package/dist/s-moving-border/s-moving-border.d.ts +41 -0
- package/dist/s-moving-border/s-moving-border.js +5 -1
- package/dist/s-multi-select/s-multi-select.d.ts +23 -0
- package/dist/s-multi-select/s-multi-select.js +3 -3
- package/dist/s-no-ssr/s-no-ssr.d.ts +38 -0
- package/dist/s-pagination/s-pagination.d.ts +29 -0
- package/dist/s-select/s-select.d.ts +35 -0
- package/dist/s-select/s-select.js +41 -37
- package/dist/s-skeleton/s-skeleton.d.ts +31 -1
- package/dist/s-smart-text-field/s-smart-text-field.d.ts +28 -0
- package/dist/s-smart-text-field/s-smart-text-field.js +1425 -1399
- package/dist/s-snackbar-message/s-snackbar-message.d.ts +56 -2
- package/dist/s-stripe/s-stripe.d.ts +93 -0
- package/dist/s-stripe/s-stripe.js +3 -0
- package/dist/s-stripe/stripe-input.d.ts +23 -0
- package/dist/s-stripe/stripe-input.js +1 -0
- package/dist/s-text-editor/index.d.ts +2 -0
- package/dist/s-text-editor/index.js +4 -2
- package/dist/s-text-editor/s-text-editor-toolbar.d.ts +33 -0
- 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-text-field/s-text-field.d.ts +23 -0
- package/dist/s-text-truncation/s-text-truncation.d.ts +30 -0
- package/dist/s-theme-provider/s-theme-provider.d.ts +24 -3
- package/dist/s-theme-provider/s-theme-provider.js +9 -2
- package/dist/s-tip/s-tip.d.ts +27 -0
- package/dist/s-tip/s-tip.js +5 -3
- package/dist/svgIconClasses-BYFQaEQ7.js +10 -0
- package/dist/{tabClasses-LXCeUS4i.js → tabClasses-CXQXD3XZ.js} +2 -2
- package/dist/theme/components/avatar.js +1 -1
- package/dist/theme/components/button.d.ts +5834 -0
- package/dist/theme/components/button.js +186 -0
- package/dist/theme/components/chip.d.ts +117 -0
- package/dist/theme/components/chip.js +168 -0
- package/dist/theme/components/components.d.ts +5944 -0
- package/dist/theme/components/components.js +16 -12
- package/dist/theme/customizations/data-display.d.ts +0 -5
- package/dist/theme/customizations/data-display.js +15 -144
- package/dist/theme/customizations/feedback.js +1 -1
- package/dist/theme/customizations/inputs.js +29 -226
- package/dist/theme/customizations/navigation.js +26 -12
- package/dist/theme/customizations/surfaces.js +5 -5
- package/dist/theme/theme-primitives.d.ts +24 -0
- package/dist/theme/theme-primitives.js +73 -48
- package/dist/{typographyClasses-QAKcrTAX.js → typographyClasses-DTwotNbm.js} +2 -2
- package/dist/{useMobilePicker-DlmTFHhN.js → useMobilePicker-CYRSYIKP.js} +1852 -1848
- package/dist/{useSlot-CiHsL61G.js → useSlot-B_4ipGBP.js} +6 -6
- package/dist/{useTheme-Dy5JmnOe.js → useTheme-D1MJ3g_i.js} +1 -1
- package/dist/{useThemeProps-BGjjVPlJ.js → useThemeProps-CTcSO3lC.js} +2 -2
- package/dist/{warning-DWsjz4u6.js → warning-DyDdgu8-.js} +3 -3
- package/package.json +6 -4
- package/dist/HelpOutlineOutlined-Dw_XSjYK.js +0 -8
- package/dist/chipClasses-WFcUH6gU.js +0 -10
- package/dist/createTheme-DuP3DZSF.js +0 -3005
- package/dist/generateUtilityClasses-BpNk3DNr.js +0 -230
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { gray as o } from "../theme-primitives.js";
|
|
2
|
-
import { a } from "../../
|
|
3
|
-
const
|
|
2
|
+
import { a } from "../../colorManipulator-CPZHCebU.js";
|
|
3
|
+
const e = {
|
|
4
4
|
MuiAccordion: {
|
|
5
5
|
defaultProps: {
|
|
6
6
|
elevation: 0,
|
|
@@ -86,8 +86,8 @@ const i = {
|
|
|
86
86
|
MuiCardContent: {
|
|
87
87
|
styleOverrides: {
|
|
88
88
|
root: {
|
|
89
|
-
padding:
|
|
90
|
-
|
|
89
|
+
padding: 16
|
|
90
|
+
// '&:last-child': { paddingBottom: 16 },
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
},
|
|
@@ -107,5 +107,5 @@ const i = {
|
|
|
107
107
|
}
|
|
108
108
|
};
|
|
109
109
|
export {
|
|
110
|
-
|
|
110
|
+
e as surfacesCustomizations
|
|
111
111
|
};
|
|
@@ -71,6 +71,18 @@ export declare const orange: {
|
|
|
71
71
|
800: string;
|
|
72
72
|
900: string;
|
|
73
73
|
};
|
|
74
|
+
export declare const blue: {
|
|
75
|
+
50: string;
|
|
76
|
+
100: string;
|
|
77
|
+
200: string;
|
|
78
|
+
300: string;
|
|
79
|
+
400: string;
|
|
80
|
+
500: string;
|
|
81
|
+
600: string;
|
|
82
|
+
700: string;
|
|
83
|
+
800: string;
|
|
84
|
+
900: string;
|
|
85
|
+
};
|
|
74
86
|
export declare const red: {
|
|
75
87
|
50: string;
|
|
76
88
|
100: string;
|
|
@@ -83,6 +95,18 @@ export declare const red: {
|
|
|
83
95
|
800: string;
|
|
84
96
|
900: string;
|
|
85
97
|
};
|
|
98
|
+
export declare const purple: {
|
|
99
|
+
50: string;
|
|
100
|
+
100: string;
|
|
101
|
+
200: string;
|
|
102
|
+
300: string;
|
|
103
|
+
400: string;
|
|
104
|
+
500: string;
|
|
105
|
+
600: string;
|
|
106
|
+
700: string;
|
|
107
|
+
800: string;
|
|
108
|
+
900: string;
|
|
109
|
+
};
|
|
86
110
|
export declare const colorSchemes: {
|
|
87
111
|
dark: {
|
|
88
112
|
palette: {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { a } from "../createTheme-wt8sY36y.js";
|
|
2
|
+
import { a as e } from "../colorManipulator-CPZHCebU.js";
|
|
3
|
+
const h = a(), s = {
|
|
3
4
|
50: "hsl(210, 100%, 95%)",
|
|
4
5
|
100: "hsl(210, 100%, 92%)",
|
|
5
6
|
200: "hsl(210, 100%, 80%)",
|
|
@@ -10,7 +11,7 @@ const e = l(), t = {
|
|
|
10
11
|
700: "hsl(210, 100%, 35%)",
|
|
11
12
|
800: "hsl(210, 100%, 16%)",
|
|
12
13
|
900: "hsl(210, 100%, 21%)"
|
|
13
|
-
},
|
|
14
|
+
}, t = {
|
|
14
15
|
50: "rgb(243, 246, 250)",
|
|
15
16
|
// hsl(220, 35%, 97%)
|
|
16
17
|
100: "rgb(235, 238, 244)",
|
|
@@ -31,7 +32,7 @@ const e = l(), t = {
|
|
|
31
32
|
// hsl(220, 30%, 6%)
|
|
32
33
|
900: "rgb(5, 7, 10)"
|
|
33
34
|
// hsl(220, 35%, 3%)
|
|
34
|
-
},
|
|
35
|
+
}, l = {
|
|
35
36
|
50: "hsl(120, 80%, 98%)",
|
|
36
37
|
100: "hsl(120, 75%, 94%)",
|
|
37
38
|
200: "hsl(120, 75%, 87%)",
|
|
@@ -42,7 +43,7 @@ const e = l(), t = {
|
|
|
42
43
|
700: "hsl(120, 75%, 16%)",
|
|
43
44
|
800: "hsl(120, 84%, 10%)",
|
|
44
45
|
900: "hsl(120, 87%, 6%)"
|
|
45
|
-
},
|
|
46
|
+
}, o = {
|
|
46
47
|
50: "hsl(45, 100%, 97%)",
|
|
47
48
|
100: "hsl(45, 92%, 90%)",
|
|
48
49
|
200: "hsl(45, 94%, 80%)",
|
|
@@ -53,6 +54,17 @@ const e = l(), t = {
|
|
|
53
54
|
700: "hsl(45, 94%, 20%)",
|
|
54
55
|
800: "hsl(45, 95%, 16%)",
|
|
55
56
|
900: "hsl(45, 93%, 12%)"
|
|
57
|
+
}, g = {
|
|
58
|
+
50: "hsl(210, 100%, 98%)",
|
|
59
|
+
100: "hsl(210, 95%, 94%)",
|
|
60
|
+
200: "hsl(210, 90%, 87%)",
|
|
61
|
+
300: "hsl(210, 85%, 77%)",
|
|
62
|
+
400: "hsl(210, 80%, 60%)",
|
|
63
|
+
500: "hsl(210, 85%, 45%)",
|
|
64
|
+
600: "hsl(210, 90%, 35%)",
|
|
65
|
+
700: "hsl(210, 95%, 25%)",
|
|
66
|
+
800: "hsl(210, 100%, 15%)",
|
|
67
|
+
900: "hsl(210, 100%, 10%)"
|
|
56
68
|
}, r = {
|
|
57
69
|
50: "hsl(0, 100%, 97%)",
|
|
58
70
|
100: "hsl(0, 92%, 90%)",
|
|
@@ -64,7 +76,18 @@ const e = l(), t = {
|
|
|
64
76
|
700: "hsl(0, 94%, 18%)",
|
|
65
77
|
800: "hsl(0, 95%, 12%)",
|
|
66
78
|
900: "hsl(0, 93%, 6%)"
|
|
67
|
-
},
|
|
79
|
+
}, y = {
|
|
80
|
+
50: "hsl(270, 100%, 98%)",
|
|
81
|
+
100: "hsl(270, 95%, 94%)",
|
|
82
|
+
200: "hsl(270, 90%, 87%)",
|
|
83
|
+
300: "hsl(270, 80%, 77%)",
|
|
84
|
+
400: "hsl(270, 70%, 60%)",
|
|
85
|
+
500: "hsl(270, 65%, 45%)",
|
|
86
|
+
600: "hsl(270, 70%, 35%)",
|
|
87
|
+
700: "hsl(270, 75%, 25%)",
|
|
88
|
+
800: "hsl(270, 80%, 15%)",
|
|
89
|
+
900: "hsl(270, 85%, 10%)"
|
|
90
|
+
}, d = {
|
|
68
91
|
dark: {
|
|
69
92
|
palette: {
|
|
70
93
|
gradient: {
|
|
@@ -72,21 +95,21 @@ const e = l(), t = {
|
|
|
72
95
|
secondary: "linear-gradient(90deg, #0088F6 0%, #1DDD83 77.25%)"
|
|
73
96
|
},
|
|
74
97
|
primary: {
|
|
75
|
-
contrastText:
|
|
76
|
-
light:
|
|
77
|
-
main:
|
|
78
|
-
dark:
|
|
98
|
+
contrastText: s[50],
|
|
99
|
+
light: s[300],
|
|
100
|
+
main: s[400],
|
|
101
|
+
dark: s[700]
|
|
79
102
|
},
|
|
80
103
|
info: {
|
|
81
|
-
contrastText:
|
|
82
|
-
light:
|
|
83
|
-
main:
|
|
84
|
-
dark:
|
|
104
|
+
contrastText: s[300],
|
|
105
|
+
light: s[500],
|
|
106
|
+
main: s[700],
|
|
107
|
+
dark: s[900]
|
|
85
108
|
},
|
|
86
109
|
warning: {
|
|
87
|
-
light:
|
|
88
|
-
main:
|
|
89
|
-
dark:
|
|
110
|
+
light: o[400],
|
|
111
|
+
main: o[500],
|
|
112
|
+
dark: o[700]
|
|
90
113
|
},
|
|
91
114
|
error: {
|
|
92
115
|
light: r[400],
|
|
@@ -94,88 +117,90 @@ const e = l(), t = {
|
|
|
94
117
|
dark: r[700]
|
|
95
118
|
},
|
|
96
119
|
success: {
|
|
97
|
-
light:
|
|
98
|
-
main:
|
|
99
|
-
dark:
|
|
120
|
+
light: l[400],
|
|
121
|
+
main: l[500],
|
|
122
|
+
dark: l[700]
|
|
100
123
|
},
|
|
101
124
|
grey: {
|
|
102
|
-
...
|
|
125
|
+
...t
|
|
103
126
|
},
|
|
104
|
-
divider:
|
|
127
|
+
divider: e(t[700], 0.6),
|
|
105
128
|
background: {
|
|
106
|
-
default:
|
|
129
|
+
default: t[900],
|
|
107
130
|
paper: "hsl(220, 30%, 7%)"
|
|
108
131
|
},
|
|
109
132
|
text: {
|
|
110
133
|
primary: "rgb(255, 255, 255)",
|
|
111
|
-
secondary:
|
|
134
|
+
secondary: t[400]
|
|
112
135
|
},
|
|
113
136
|
action: {
|
|
114
|
-
hover:
|
|
115
|
-
selected:
|
|
137
|
+
hover: e(t[600], 0.2),
|
|
138
|
+
selected: e(t[600], 0.3)
|
|
116
139
|
},
|
|
117
140
|
baseShadow: "hsla(220, 30%, 5%, 0.7) 0px 4px 16px 0px, hsla(220, 25%, 10%, 0.8) 0px 8px 16px -5px"
|
|
118
141
|
}
|
|
119
142
|
}
|
|
120
|
-
},
|
|
143
|
+
}, f = {
|
|
121
144
|
fontFamily: "Outfit, sans-serif",
|
|
122
145
|
h1: {
|
|
123
|
-
fontSize:
|
|
146
|
+
fontSize: h.typography.pxToRem(48),
|
|
124
147
|
fontWeight: 600,
|
|
125
148
|
lineHeight: 1.2,
|
|
126
149
|
letterSpacing: -0.5
|
|
127
150
|
},
|
|
128
151
|
h2: {
|
|
129
|
-
fontSize:
|
|
152
|
+
fontSize: h.typography.pxToRem(36),
|
|
130
153
|
fontWeight: 600,
|
|
131
154
|
lineHeight: 1.2
|
|
132
155
|
},
|
|
133
156
|
h3: {
|
|
134
|
-
fontSize:
|
|
157
|
+
fontSize: h.typography.pxToRem(30),
|
|
135
158
|
lineHeight: 1.2
|
|
136
159
|
},
|
|
137
160
|
h4: {
|
|
138
|
-
fontSize:
|
|
161
|
+
fontSize: h.typography.pxToRem(24),
|
|
139
162
|
fontWeight: 600,
|
|
140
163
|
lineHeight: 1.5
|
|
141
164
|
},
|
|
142
165
|
h5: {
|
|
143
|
-
fontSize:
|
|
166
|
+
fontSize: h.typography.pxToRem(20),
|
|
144
167
|
fontWeight: 600
|
|
145
168
|
},
|
|
146
169
|
h6: {
|
|
147
|
-
fontSize:
|
|
170
|
+
fontSize: h.typography.pxToRem(18),
|
|
148
171
|
fontWeight: 600
|
|
149
172
|
},
|
|
150
173
|
subtitle1: {
|
|
151
|
-
fontSize:
|
|
174
|
+
fontSize: h.typography.pxToRem(18)
|
|
152
175
|
},
|
|
153
176
|
subtitle2: {
|
|
154
|
-
fontSize:
|
|
177
|
+
fontSize: h.typography.pxToRem(14),
|
|
155
178
|
fontWeight: 500
|
|
156
179
|
},
|
|
157
180
|
body1: {
|
|
158
|
-
fontSize:
|
|
181
|
+
fontSize: h.typography.pxToRem(14)
|
|
159
182
|
},
|
|
160
183
|
body2: {
|
|
161
|
-
fontSize:
|
|
184
|
+
fontSize: h.typography.pxToRem(14),
|
|
162
185
|
fontWeight: 400
|
|
163
186
|
},
|
|
164
187
|
caption: {
|
|
165
|
-
fontSize:
|
|
188
|
+
fontSize: h.typography.pxToRem(12),
|
|
166
189
|
fontWeight: 400
|
|
167
190
|
}
|
|
168
|
-
},
|
|
191
|
+
}, c = {
|
|
169
192
|
borderRadius: 8
|
|
170
|
-
}, n = ["none", "var(--s-palette-baseShadow)", ...
|
|
193
|
+
}, n = ["none", "var(--s-palette-baseShadow)", ...h.shadows.slice(2)], m = n;
|
|
171
194
|
export {
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
195
|
+
g as blue,
|
|
196
|
+
s as brand,
|
|
197
|
+
d as colorSchemes,
|
|
198
|
+
t as gray,
|
|
199
|
+
l as green,
|
|
200
|
+
o as orange,
|
|
201
|
+
y as purple,
|
|
177
202
|
r as red,
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
203
|
+
m as shadows,
|
|
204
|
+
c as shape,
|
|
205
|
+
f as typography
|
|
181
206
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as a } from "./generateUtilityClasses-
|
|
2
|
-
import { g as i } from "./
|
|
1
|
+
import { g as a } from "./generateUtilityClasses-D-O3RBPF.js";
|
|
2
|
+
import { g as i } from "./colorManipulator-CPZHCebU.js";
|
|
3
3
|
function e(t) {
|
|
4
4
|
return i("MuiTypography", t);
|
|
5
5
|
}
|