@solostylist/ui-kit 1.0.200 → 1.0.202
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/{Select-80JhW337.js → Select-D2l9rDWL.js} +1594 -1594
- package/dist/entries/core.d.ts +13 -13
- package/dist/entries/core.js +109 -110
- package/dist/main.js +175 -176
- package/dist/s-date-picker/s-date-picker.js +14 -10
- package/dist/s-datetime-picker/s-datetime-picker.js +103 -99
- package/dist/s-link/index.d.ts +2 -0
- package/dist/s-link/index.js +4 -0
- package/dist/{s-button-link/s-button-link.d.ts → s-link/s-link.d.ts} +5 -5
- package/dist/s-link/s-link.js +37 -0
- package/dist/s-text-editor/s-text-editor-toolbar.js +1 -1
- package/dist/s-theme-provider/s-theme-provider.js +24 -35
- package/dist/s-tool-bar/index.d.ts +2 -0
- package/dist/s-tool-bar/index.js +4 -0
- package/dist/{s-ai-tool-bar/s-ai-tool-bar.d.ts → s-tool-bar/s-tool-bar.d.ts} +23 -30
- package/dist/s-tool-bar/s-tool-bar.js +478 -0
- package/dist/theme/components/accordion-details.d.ts +8 -0
- package/dist/theme/components/accordion-details.js +8 -0
- package/dist/theme/components/accordion-summary.d.ts +1033 -0
- package/dist/theme/components/accordion-summary.js +17 -0
- package/dist/theme/components/accordion.d.ts +35 -0
- package/dist/theme/components/accordion.js +32 -0
- package/dist/theme/components/app-bar.d.ts +24 -0
- package/dist/theme/components/app-bar.js +18 -0
- package/dist/theme/components/autocomplete.d.ts +31 -0
- package/dist/theme/components/autocomplete.js +30 -0
- package/dist/theme/components/button-base.d.ts +12 -0
- package/dist/theme/components/button-base.js +15 -0
- package/dist/theme/components/card-actions.d.ts +7 -0
- package/dist/theme/components/card-actions.js +10 -0
- package/dist/theme/components/card-content.d.ts +7 -0
- package/dist/theme/components/card-content.js +11 -0
- package/dist/theme/components/card-header.d.ts +7 -0
- package/dist/theme/components/card-header.js +10 -0
- package/dist/theme/components/card.d.ts +2046 -0
- package/dist/theme/components/card.js +35 -0
- package/dist/theme/components/checkbox.d.ts +1046 -0
- package/dist/theme/components/checkbox.js +65 -0
- package/dist/theme/components/components.js +112 -30
- package/dist/theme/components/dialog-actions.d.ts +12 -0
- package/dist/theme/components/dialog-actions.js +10 -0
- package/dist/theme/components/dialog.d.ts +19 -0
- package/dist/theme/components/dialog.js +17 -0
- package/dist/theme/components/drawer.d.ts +12 -0
- package/dist/theme/components/drawer.js +10 -0
- package/dist/theme/components/form-label.d.ts +17 -0
- package/dist/theme/components/form-label.js +11 -0
- package/dist/theme/components/icon.d.ts +17 -0
- package/dist/theme/components/icon.js +22 -0
- package/dist/theme/components/input-adornment.d.ts +1027 -0
- package/dist/theme/components/input-adornment.js +13 -0
- package/dist/theme/components/input-base.d.ts +18 -0
- package/dist/theme/components/input-base.js +16 -0
- package/dist/theme/components/linear-progress.d.ts +1023 -0
- package/dist/theme/components/linear-progress.js +16 -0
- package/dist/theme/components/link.d.ts +42 -0
- package/dist/theme/components/link.js +38 -0
- package/dist/theme/components/list-item-button.d.ts +155 -0
- package/dist/theme/components/list-item-button.js +44 -0
- package/dist/theme/components/list-item-icon.d.ts +7 -0
- package/dist/theme/components/list-item-icon.js +10 -0
- package/dist/theme/components/list-item-text.d.ts +22 -0
- package/dist/theme/components/list-item-text.js +16 -0
- package/dist/theme/components/list-item.d.ts +92 -0
- package/dist/theme/components/list-item.js +20 -0
- package/dist/theme/components/list-subheader.d.ts +20 -0
- package/dist/theme/components/list-subheader.js +14 -0
- package/dist/theme/components/list.d.ts +10 -0
- package/dist/theme/components/list.js +13 -0
- package/dist/theme/components/menu-item.d.ts +8 -0
- package/dist/theme/components/menu-item.js +8 -0
- package/dist/theme/components/menu.d.ts +20 -0
- package/dist/theme/components/menu.js +23 -0
- package/dist/theme/components/outlined-input.d.ts +81 -0
- package/dist/theme/components/outlined-input.js +64 -0
- package/dist/theme/components/pagination-item.d.ts +1028 -0
- package/dist/theme/components/pagination-item.js +18 -0
- package/dist/theme/components/paper.d.ts +5 -0
- package/dist/theme/components/paper.js +8 -0
- package/dist/theme/components/select.d.ts +7 -0
- package/dist/theme/components/select.js +13 -0
- package/dist/theme/components/step-connector.d.ts +15 -0
- package/dist/theme/components/step-connector.js +13 -0
- package/dist/theme/components/step-icon.d.ts +1043 -0
- package/dist/theme/components/step-icon.js +46 -0
- package/dist/theme/components/step-label.d.ts +1025 -0
- package/dist/theme/components/step-label.js +13 -0
- package/dist/theme/components/tab.d.ts +1031 -0
- package/dist/theme/components/tab.js +34 -0
- package/dist/theme/components/table-cell.d.ts +12 -0
- package/dist/theme/components/table-cell.js +10 -0
- package/dist/theme/components/table-pagination.d.ts +14 -0
- package/dist/theme/components/table-pagination.js +18 -0
- package/dist/theme/components/tabs.d.ts +1046 -0
- package/dist/theme/components/tabs.js +24 -0
- package/dist/theme/components/toggle-button-group.d.ts +1024 -0
- package/dist/theme/components/toggle-button-group.js +23 -0
- package/dist/theme/components/toggle-button.d.ts +1027 -0
- package/dist/theme/components/toggle-button.js +21 -0
- package/dist/{useMobilePicker-DVnEuXv1.js → useMobilePicker-B-bNHHXB.js} +1 -1
- package/package.json +1 -1
- package/dist/s-ai-tool-bar/index.d.ts +0 -2
- package/dist/s-ai-tool-bar/index.js +0 -5
- package/dist/s-ai-tool-bar/s-ai-tool-bar.js +0 -481
- package/dist/s-button-link/index.d.ts +0 -2
- package/dist/s-button-link/index.js +0 -4
- package/dist/s-button-link/s-button-link.js +0 -37
- package/dist/theme/customizations/data-display.d.ts +0 -2
- package/dist/theme/customizations/data-display.js +0 -142
- package/dist/theme/customizations/feedback.d.ts +0 -2
- package/dist/theme/customizations/feedback.js +0 -39
- package/dist/theme/customizations/inputs.d.ts +0 -2
- package/dist/theme/customizations/inputs.js +0 -230
- package/dist/theme/customizations/navigation.d.ts +0 -2
- package/dist/theme/customizations/navigation.js +0 -226
- package/dist/theme/customizations/surfaces.d.ts +0 -2
- package/dist/theme/customizations/surfaces.js +0 -111
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { gray as o, lightGray as d } from "../theme-primitives.js";
|
|
2
|
-
import { a as s } from "../../createTheme-DgoJyWM-.js";
|
|
3
|
-
const t = {
|
|
4
|
-
MuiAccordion: {
|
|
5
|
-
styleOverrides: {
|
|
6
|
-
root: ({ theme: r, ownerState: a }) => ({
|
|
7
|
-
padding: 2,
|
|
8
|
-
overflow: "clip",
|
|
9
|
-
backgroundColor: (r.vars ?? r).palette.background.default,
|
|
10
|
-
border: "1px solid",
|
|
11
|
-
borderColor: (r.vars ?? r).palette.divider,
|
|
12
|
-
borderRadius: (r.vars ?? r).shape.borderRadius,
|
|
13
|
-
":before": {
|
|
14
|
-
backgroundColor: "transparent"
|
|
15
|
-
},
|
|
16
|
-
...a.disableGutters ? {
|
|
17
|
-
borderRadius: "none",
|
|
18
|
-
"&:not(:last-of-type)": {
|
|
19
|
-
borderBottom: "none"
|
|
20
|
-
},
|
|
21
|
-
"&:first-of-type": {
|
|
22
|
-
borderTopLeftRadius: (r.vars ?? r).shape.borderRadius,
|
|
23
|
-
borderTopRightRadius: (r.vars ?? r).shape.borderRadius
|
|
24
|
-
},
|
|
25
|
-
"&:last-of-type": {
|
|
26
|
-
borderBottomLeftRadius: (r.vars ?? r).shape.borderRadius,
|
|
27
|
-
borderBottomRightRadius: (r.vars ?? r).shape.borderRadius
|
|
28
|
-
}
|
|
29
|
-
} : {}
|
|
30
|
-
})
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
MuiAccordionSummary: {
|
|
34
|
-
styleOverrides: {
|
|
35
|
-
root: ({ theme: r }) => ({
|
|
36
|
-
border: "none",
|
|
37
|
-
borderRadius: 8,
|
|
38
|
-
"&:hover": { backgroundColor: o[50] },
|
|
39
|
-
"&:focus-visible": { backgroundColor: "transparent" },
|
|
40
|
-
...r.applyStyles("dark", {
|
|
41
|
-
"&:hover": { backgroundColor: o[800] }
|
|
42
|
-
})
|
|
43
|
-
})
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
MuiAccordionDetails: {
|
|
47
|
-
styleOverrides: {
|
|
48
|
-
root: { mb: 20, border: "none" }
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
MuiPaper: {
|
|
52
|
-
defaultProps: {
|
|
53
|
-
elevation: 0
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
MuiCard: {
|
|
57
|
-
styleOverrides: {
|
|
58
|
-
root: ({ theme: r }) => ({
|
|
59
|
-
gap: 16,
|
|
60
|
-
transition: "all 100ms ease",
|
|
61
|
-
backgroundColor: d[100],
|
|
62
|
-
borderRadius: (r.vars ?? r).shape.borderRadius,
|
|
63
|
-
border: `1px solid ${(r.vars ?? r).palette.divider}`,
|
|
64
|
-
boxShadow: "none",
|
|
65
|
-
...r.applyStyles("dark", {
|
|
66
|
-
backgroundColor: o[800]
|
|
67
|
-
}),
|
|
68
|
-
variants: [
|
|
69
|
-
{
|
|
70
|
-
props: {
|
|
71
|
-
variant: "outlined"
|
|
72
|
-
},
|
|
73
|
-
style: {
|
|
74
|
-
border: `1px solid ${(r.vars ?? r).palette.divider}`,
|
|
75
|
-
boxShadow: "none",
|
|
76
|
-
background: "rgb(255, 255, 255)",
|
|
77
|
-
...r.applyStyles("dark", {
|
|
78
|
-
background: s(o[900], 0.4)
|
|
79
|
-
})
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
]
|
|
83
|
-
})
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
MuiCardContent: {
|
|
87
|
-
styleOverrides: {
|
|
88
|
-
root: {
|
|
89
|
-
padding: 16
|
|
90
|
-
// '&:last-child': { paddingBottom: 16 },
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
MuiCardHeader: {
|
|
95
|
-
styleOverrides: {
|
|
96
|
-
root: {
|
|
97
|
-
padding: 16
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
MuiCardActions: {
|
|
102
|
-
styleOverrides: {
|
|
103
|
-
root: {
|
|
104
|
-
padding: 16
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
};
|
|
109
|
-
export {
|
|
110
|
-
t as surfacesCustomizations
|
|
111
|
-
};
|