@solostylist/ui-kit 1.0.174 → 1.0.176
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/{ArrowUpward-DhTFpzoh.js → ArrowUpward-CEeqSc-C.js} +2 -2
- package/dist/{Box-Ha0cQ4KO.js → Box-CE3rycd-.js} +5 -5
- package/dist/ButtonBase-C_YYB9Ry.js +1099 -0
- package/dist/{ChevronLeft-CBuFk2Fh.js → ChevronLeft-6gdh4lRt.js} +2 -2
- package/dist/{ChevronRight-CnDWPrOm.js → ChevronRight-CC3l-wPC.js} +2 -2
- package/dist/{Close-BRlEKA2Q.js → Close-DOHlPcFK.js} +2 -2
- package/dist/{ContentCopy-7nFBtjhs.js → ContentCopy-2xxDThyB.js} +2 -2
- package/dist/DefaultPropsProvider-sk0uWcA6.js +64 -0
- package/dist/{Download-UsLvGg3y.js → Download-Chao5NQl.js} +2 -2
- package/dist/{ExpandMore-DTWX_mHf.js → ExpandMore-DIGPB4Mj.js} +2 -2
- package/dist/{Favorite-DS5Gpq2s.js → Favorite-wp65zwWq.js} +2 -2
- package/dist/{Menu-CWq-a1Wz.js → Menu-DZYzE2Mg.js} +908 -906
- package/dist/{MenuItem-DY_qFSPR.js → MenuItem-BXiIhfBS.js} +26 -25
- package/dist/Paper-DnctZB5U.js +689 -0
- package/dist/{Select-DabtQlJT.js → Select-DY7XGVsv.js} +2152 -2115
- package/dist/{Stack-Cq2r2NmC.js → Stack-BScsuyQy.js} +6 -6
- package/dist/{Typography-C8jwvSWe.js → Typography-9Kg27dDw.js} +84 -86
- package/dist/{_commonjsHelpers-B4e78b8K.js → _commonjsHelpers-ByX85dGu.js} +18 -13
- package/dist/assets/s-overlay-scrollbar.css +1 -9
- package/dist/createSvgIcon-BKymXuBG.js +242 -0
- package/dist/{createTheme-3Wd3hHrj.js → createTheme-f5g1s6ww.js} +859 -906
- package/dist/defaultTheme-LSr-S9un.js +5 -0
- package/dist/entries/carousel.d.ts +10 -0
- package/dist/entries/carousel.js +4 -0
- package/dist/entries/chat.d.ts +9 -0
- package/dist/entries/chat.js +4 -0
- package/dist/entries/code.d.ts +9 -0
- package/dist/entries/code.js +4 -0
- package/dist/entries/core.d.ts +100 -0
- package/dist/entries/core.js +122 -0
- package/dist/entries/dates.d.ts +16 -0
- package/dist/entries/dates.js +12 -0
- package/dist/entries/dropzone.d.ts +9 -0
- package/dist/entries/dropzone.js +4 -0
- package/dist/entries/editor.d.ts +12 -0
- package/dist/entries/editor.js +4 -0
- package/dist/entries/gallery.d.ts +17 -0
- package/dist/entries/gallery.js +13 -0
- package/dist/entries/i18n.d.ts +13 -0
- package/dist/entries/i18n.js +8 -0
- package/dist/entries/motion.d.ts +29 -0
- package/dist/entries/motion.js +28 -0
- package/dist/entries/scrollbar.d.ts +9 -0
- package/dist/entries/scrollbar.js +4 -0
- package/dist/entries/stripe.d.ts +10 -0
- package/dist/entries/stripe.js +10 -0
- package/dist/extendSxProp-DitxZ8We.js +36 -0
- package/dist/hooks/index.js +8 -9
- package/dist/hooks/use-is-passed-position.js +10 -10
- package/dist/{index-BGvzecIA.js → index-D3G5Rwl-.js} +0 -7
- package/dist/{index-CfKHZ86U.js → index-DtYP8YE7.js} +12 -13
- package/dist/{jsx-runtime-OVHDjVDe.js → jsx-runtime-tc70JA_2.js} +108 -128
- package/dist/main.d.ts +29 -145
- package/dist/main.js +187 -187
- package/dist/mergeSlotProps-CuzBQdlp.js +62 -0
- package/dist/resolveProps-BDH0VJjn.js +39 -0
- package/dist/s-accordion/package.json +5 -5
- package/dist/s-accordion/s-accordion.js +374 -358
- package/dist/s-action-overlay/package.json +5 -5
- package/dist/s-action-overlay/s-action-overlay.js +64 -79
- package/dist/s-ai-tool-bar/package.json +5 -5
- package/dist/s-ai-tool-bar/s-ai-tool-bar.js +260 -275
- package/dist/s-autocomplete/s-autocomplete.js +19 -25
- package/dist/s-avatar/package.json +5 -5
- package/dist/s-avatar/s-avatar.js +14 -25
- package/dist/s-blur-text/package.json +5 -5
- package/dist/s-blur-text/s-blur-text.js +55 -59
- package/dist/s-breadcrumbs/package.json +5 -5
- package/dist/s-breadcrumbs/s-breadcrumbs.js +31 -39
- package/dist/s-button/package.json +5 -5
- package/dist/s-button/s-button.js +7 -15
- package/dist/s-button-link/s-button-link.js +28 -36
- package/dist/s-carousel/package.json +4 -4
- package/dist/s-carousel/s-carousel.js +267 -280
- package/dist/s-category-card/package.json +4 -4
- package/dist/s-category-card/s-category-card.js +60 -77
- package/dist/s-chat-input/package.json +5 -5
- package/dist/s-chat-input/s-chat-input.d.ts +4 -0
- package/dist/s-chat-input/s-chat-input.js +103 -109
- package/dist/s-chat-message/s-chat-message.js +111 -120
- package/dist/s-checkbox/s-checkbox.js +12 -20
- package/dist/s-chip/package.json +5 -5
- package/dist/s-chip/s-chip.js +7 -15
- package/dist/s-chips/s-chips.js +47 -56
- package/dist/s-code-block/package.json +5 -5
- package/dist/s-code-block/s-code-block.js +35 -43
- package/dist/s-comment-message/package.json +5 -5
- package/dist/s-comment-message/s-comment-message.js +90 -94
- package/dist/s-copyable-text/s-copyable-text.js +24 -32
- package/dist/s-countdown/s-count-box.js +42 -50
- package/dist/s-countdown/s-count-down.js +79 -107
- package/dist/s-data-table/s-data-table.js +374 -384
- package/dist/s-date-picker/s-date-picker.js +164 -164
- package/dist/s-datetime-picker/s-datetime-picker.js +1599 -1603
- package/dist/s-dialog/s-dialog.js +24 -32
- package/dist/s-dialog-confirm/s-dialog-confirm.js +46 -50
- package/dist/s-dialog-message/s-dialog-message.js +40 -44
- package/dist/s-empty/s-empty.js +6 -14
- package/dist/s-error/s-error.js +9 -17
- package/dist/s-error-layout/s-error-layout.js +38 -47
- package/dist/s-file-dropzone/s-file-dropzone.js +55 -64
- package/dist/s-file-icon/s-file-icon.js +9 -13
- package/dist/s-flex-box/s-flex-box.js +6 -14
- package/dist/s-form/s-form.js +11 -19
- package/dist/s-gallery/index.js +3 -33
- package/dist/s-gallery/s-gallery.js +91 -114
- package/dist/s-glow-button/s-glow-button.js +22 -26
- package/dist/s-gradient-icon/s-gradient-icon.js +49 -59
- package/dist/s-i18n-provider/s-i18n-provider.js +17 -25
- package/dist/s-icon-button/s-icon-button.js +6 -14
- package/dist/s-image-comparison/package.json +5 -5
- package/dist/s-image-comparison/s-image-comparison.js +48 -53
- package/dist/s-image-modal/package.json +5 -5
- package/dist/s-image-modal/s-image-modal.js +137 -150
- package/dist/s-item-not-found/s-item-not-found.js +13 -22
- package/dist/s-label/s-label.js +12 -20
- package/dist/s-language-switcher/s-language-switcher.js +119 -141
- package/dist/s-lazy-image/index.js +2 -10
- package/dist/s-lazy-image/s-lazy-image.js +33 -37
- package/dist/s-localization-provider/s-localization-provider.js +368 -380
- package/dist/s-moving-border/s-moving-border.js +52 -67
- package/dist/s-multi-select/s-multi-select.js +43 -51
- package/dist/s-no-ssr/s-no-ssr.js +13 -21
- package/dist/s-overlay-scrollbar/s-overlay-scrollbar.js +12 -16
- package/dist/s-pagination/s-pagination.js +13 -17
- package/dist/s-pixel-reveal/package.json +5 -5
- package/dist/s-pixel-reveal/s-pixel-reveal.js +92 -99
- package/dist/s-radial-pulse-animate/package.json +5 -5
- package/dist/s-radial-pulse-animate/s-radial-pulse-animate.js +40 -48
- package/dist/s-rating/package.json +5 -5
- package/dist/s-rating/s-rating.js +7 -15
- package/dist/s-review/package.json +5 -5
- package/dist/s-review/s-review.js +101 -106
- package/dist/s-scroll-reveal/package.json +5 -5
- package/dist/s-scroll-reveal/s-scroll-reveal.js +40 -48
- package/dist/s-scroll-to-top/package.json +5 -5
- package/dist/s-scroll-to-top/s-scroll-to-top.js +20 -30
- package/dist/s-scroll-velocity/package.json +5 -5
- package/dist/s-scroll-velocity/s-scroll-velocity.js +5 -19
- package/dist/s-scroll-velocity/scroll-velocity-container.js +18 -27
- package/dist/s-scroll-velocity/scroll-velocity-row.js +62 -71
- package/dist/s-select/s-select.js +67 -75
- package/dist/s-select-list/s-select-list.js +28 -32
- package/dist/s-skeleton/s-skeleton.js +20 -28
- package/dist/s-snackbar-message/s-snackbar-message.js +36 -40
- package/dist/s-spotlight-cursor/s-spotlight-cursor.js +31 -35
- package/dist/s-stripe/s-stripe-cvc.js +8 -12
- package/dist/s-stripe/s-stripe-expiry.js +8 -12
- package/dist/s-stripe/s-stripe-number.js +8 -12
- package/dist/s-stripe/s-stripe.d.ts +2 -2
- package/dist/s-stripe/s-stripe.js +17 -26
- package/dist/s-stripe/stripe-input.js +25 -29
- package/dist/s-tabs/package.json +3 -3
- package/dist/s-tabs/s-tab-panel.js +17 -25
- package/dist/s-tabs/s-tab.js +5 -9
- package/dist/s-tabs/s-tabs.js +19 -27
- package/dist/s-text-editor/s-text-editor-toolbar.js +73 -88
- package/dist/s-text-editor/s-text-editor.js +33 -45
- package/dist/s-text-field/s-text-field.js +31 -40
- package/dist/s-text-shimmer/package.json +4 -4
- package/dist/s-text-shimmer/s-text-shimmer.js +19 -27
- package/dist/s-text-truncation/s-text-truncation.js +24 -32
- package/dist/s-theme-demo/package.json +5 -5
- package/dist/s-theme-demo/s-theme-demo.js +219 -234
- package/dist/s-theme-provider/s-theme-provider.js +37 -45
- package/dist/s-theme-switch/package.json +4 -4
- package/dist/s-theme-switch/s-theme-switch.js +19 -23
- package/dist/s-tip/s-tip.js +14 -22
- package/dist/s-two-pane-layout/index.js +2 -10
- package/dist/s-two-pane-layout/s-two-pane-layout.js +47 -55
- package/dist/s-typewriter-text/package.json +5 -5
- package/dist/s-typewriter-text/s-typewriter-text.js +27 -35
- package/dist/s-zoom-image/index.js +2 -10
- package/dist/s-zoom-image/package.json +5 -5
- package/dist/s-zoom-image/s-zoom-image.js +53 -62
- package/dist/styled-B0KflPi-.js +203 -0
- package/dist/theme/components/alert.d.ts +484 -264
- package/dist/theme/components/avatar.js +2 -2
- package/dist/theme/components/button.d.ts +726 -396
- package/dist/theme/components/chip.js +2 -2
- package/dist/theme/components/components.js +14 -12
- package/dist/theme/components/icon-button.d.ts +6191 -0
- package/dist/theme/components/icon-button.js +90 -0
- package/dist/theme/customizations/data-display.js +1 -1
- package/dist/theme/customizations/inputs.js +2 -2
- package/dist/theme/customizations/navigation.js +2 -2
- package/dist/theme/theme-primitives.d.ts +8 -246
- package/dist/theme/theme-primitives.js +76 -87
- package/dist/{typographyClasses-DDyl9mok.js → typographyClasses-C7fhAsUD.js} +4 -4
- package/dist/{useMobilePicker-C1RZZUWr.js → useMobilePicker-C4AYe0Ch.js} +11249 -11231
- package/dist/{useTheme-B5czKfC4.js → useTheme-CtdhfT4P.js} +1 -1
- package/dist/{useThemeProps-DqA5BinV.js → useThemeProps-_apS-Aua.js} +2 -2
- package/dist/utils/dayjs.js +7 -7
- package/dist/utils/logger.js +29 -32
- package/dist/{warning-BCwEnWrE.js → warning-DnPRVtW6.js} +4 -4
- package/package.json +240 -81
- package/README.md +0 -13
- package/dist/ButtonBase-DfTfJ_ou.js +0 -1105
- package/dist/DefaultPropsProvider-CaCsvQaq.js +0 -78
- package/dist/Paper-hkbPWyBT.js +0 -553
- package/dist/createSvgIcon-DxwgGAVe.js +0 -247
- package/dist/defaultTheme-fEi1x1Gb.js +0 -5
- package/dist/extendSxProp-BKWjdW12.js +0 -37
- package/dist/mergeSlotProps-Dl_rJtoN.js +0 -62
- package/dist/resolveProps-61uUKnlS.js +0 -52
- package/dist/styled-B0Z4EDy9.js +0 -206
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { alpha as c } from "@mui/material";
|
|
2
|
+
import { brand as s, lightBrand as a, purple as t, lightPurple as n, green as p, lightGreen as i, red as u, lightRed as y, blue as d, lightBlue as g, orange as b, lightOrange as v } from "../theme-primitives.js";
|
|
3
|
+
const r = (o, l, e) => ({
|
|
4
|
+
color: l[500],
|
|
5
|
+
"&:hover": {
|
|
6
|
+
backgroundColor: c(l[500], 0.12),
|
|
7
|
+
color: l[600]
|
|
8
|
+
},
|
|
9
|
+
"&:active": {
|
|
10
|
+
backgroundColor: c(l[500], 0.2)
|
|
11
|
+
},
|
|
12
|
+
"&.Mui-disabled": {
|
|
13
|
+
color: l[300],
|
|
14
|
+
opacity: 0.5
|
|
15
|
+
},
|
|
16
|
+
...o.applyStyles("dark", {
|
|
17
|
+
color: e[400],
|
|
18
|
+
"&:hover": {
|
|
19
|
+
backgroundColor: c(e[400], 0.12),
|
|
20
|
+
color: e[300]
|
|
21
|
+
},
|
|
22
|
+
"&:active": {
|
|
23
|
+
backgroundColor: c(e[400], 0.2)
|
|
24
|
+
},
|
|
25
|
+
"&.Mui-disabled": {
|
|
26
|
+
color: e[700],
|
|
27
|
+
opacity: 0.5
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
}), M = {
|
|
31
|
+
styleOverrides: {
|
|
32
|
+
root: ({ theme: o }) => ({
|
|
33
|
+
// borderRadius: (theme.vars || theme).shape.borderRadius,
|
|
34
|
+
transition: "all 0.2s ease-in-out",
|
|
35
|
+
variants: [
|
|
36
|
+
{
|
|
37
|
+
props: {
|
|
38
|
+
color: "primary"
|
|
39
|
+
},
|
|
40
|
+
style: {
|
|
41
|
+
...r(o, a, s)
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
props: {
|
|
46
|
+
color: "secondary"
|
|
47
|
+
},
|
|
48
|
+
style: {
|
|
49
|
+
...r(o, n, t)
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
props: {
|
|
54
|
+
color: "success"
|
|
55
|
+
},
|
|
56
|
+
style: {
|
|
57
|
+
...r(o, i, p)
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
props: {
|
|
62
|
+
color: "error"
|
|
63
|
+
},
|
|
64
|
+
style: {
|
|
65
|
+
...r(o, y, u)
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
props: {
|
|
70
|
+
color: "info"
|
|
71
|
+
},
|
|
72
|
+
style: {
|
|
73
|
+
...r(o, g, d)
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
props: {
|
|
78
|
+
color: "warning"
|
|
79
|
+
},
|
|
80
|
+
style: {
|
|
81
|
+
...r(o, v, b)
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
})
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
export {
|
|
89
|
+
M as MuiIconButton
|
|
90
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { i as e } from "../../iconButtonClasses-qz3jor3M.js";
|
|
2
2
|
import { b as r } from "../../buttonBaseClasses-jCihfot4.js";
|
|
3
3
|
import { s as i } from "../../svgIconClasses-CBCi8U9g.js";
|
|
4
|
-
import { t as a } from "../../typographyClasses-
|
|
4
|
+
import { t as a } from "../../typographyClasses-C7fhAsUD.js";
|
|
5
5
|
import { a as t } from "../../colorManipulator-ep5lERxB.js";
|
|
6
6
|
const g = {
|
|
7
7
|
MuiTableCell: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as i } from "../../jsx-runtime-
|
|
2
|
-
import { c as l } from "../../createSvgIcon-
|
|
1
|
+
import { j as i } from "../../jsx-runtime-tc70JA_2.js";
|
|
2
|
+
import { c as l } from "../../createSvgIcon-BKymXuBG.js";
|
|
3
3
|
import { brand as r, gray as e } from "../theme-primitives.js";
|
|
4
4
|
import { o as p } from "../../outlinedInputClasses-DM19xjo3.js";
|
|
5
5
|
import { g as n } from "../../generateUtilityClasses-BtVDwGrk.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { j as t } from "../../jsx-runtime-
|
|
1
|
+
import { j as t } from "../../jsx-runtime-tc70JA_2.js";
|
|
2
2
|
import * as i from "react";
|
|
3
|
-
import { c as s } from "../../createSvgIcon-
|
|
3
|
+
import { c as s } from "../../createSvgIcon-BKymXuBG.js";
|
|
4
4
|
import { gray as o, brand as l } from "../theme-primitives.js";
|
|
5
5
|
import { t as a } from "../../tabClasses-Bub2PPlp.js";
|
|
6
6
|
import { a as d } from "../../colorManipulator-ep5lERxB.js";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Shadows } from '@mui/material/styles';
|
|
2
|
+
import { blue, brand, gray, green, lightBlue, lightBrand, lightGray, lightGreen, lightOrange, lightPurple, lightRed, orange, purple, red } from '@solostylist/core';
|
|
2
3
|
declare module '@mui/material/Paper' {
|
|
3
4
|
interface PaperPropsVariantOverrides {
|
|
4
5
|
highlighted: true;
|
|
@@ -55,210 +56,11 @@ declare module '@mui/material/styles' {
|
|
|
55
56
|
};
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
|
-
export
|
|
59
|
-
50: string;
|
|
60
|
-
100: string;
|
|
61
|
-
200: string;
|
|
62
|
-
300: string;
|
|
63
|
-
400: string;
|
|
64
|
-
500: string;
|
|
65
|
-
600: string;
|
|
66
|
-
700: string;
|
|
67
|
-
800: string;
|
|
68
|
-
900: string;
|
|
69
|
-
};
|
|
70
|
-
export declare const lightBrand: {
|
|
71
|
-
50: string;
|
|
72
|
-
100: string;
|
|
73
|
-
200: string;
|
|
74
|
-
300: string;
|
|
75
|
-
400: string;
|
|
76
|
-
500: string;
|
|
77
|
-
600: string;
|
|
78
|
-
700: string;
|
|
79
|
-
800: string;
|
|
80
|
-
900: string;
|
|
81
|
-
};
|
|
82
|
-
export declare const gray: {
|
|
83
|
-
50: string;
|
|
84
|
-
100: string;
|
|
85
|
-
200: string;
|
|
86
|
-
300: string;
|
|
87
|
-
400: string;
|
|
88
|
-
500: string;
|
|
89
|
-
600: string;
|
|
90
|
-
700: string;
|
|
91
|
-
800: string;
|
|
92
|
-
900: string;
|
|
93
|
-
};
|
|
94
|
-
export declare const lightGray: {
|
|
95
|
-
50: string;
|
|
96
|
-
100: string;
|
|
97
|
-
200: string;
|
|
98
|
-
300: string;
|
|
99
|
-
400: string;
|
|
100
|
-
500: string;
|
|
101
|
-
600: string;
|
|
102
|
-
700: string;
|
|
103
|
-
800: string;
|
|
104
|
-
900: string;
|
|
105
|
-
};
|
|
106
|
-
export declare const green: {
|
|
107
|
-
50: string;
|
|
108
|
-
100: string;
|
|
109
|
-
200: string;
|
|
110
|
-
300: string;
|
|
111
|
-
400: string;
|
|
112
|
-
500: string;
|
|
113
|
-
600: string;
|
|
114
|
-
700: string;
|
|
115
|
-
800: string;
|
|
116
|
-
900: string;
|
|
117
|
-
};
|
|
118
|
-
export declare const lightGreen: {
|
|
119
|
-
50: string;
|
|
120
|
-
100: string;
|
|
121
|
-
200: string;
|
|
122
|
-
300: string;
|
|
123
|
-
400: string;
|
|
124
|
-
500: string;
|
|
125
|
-
600: string;
|
|
126
|
-
700: string;
|
|
127
|
-
800: string;
|
|
128
|
-
900: string;
|
|
129
|
-
};
|
|
130
|
-
export declare const orange: {
|
|
131
|
-
50: string;
|
|
132
|
-
100: string;
|
|
133
|
-
200: string;
|
|
134
|
-
300: string;
|
|
135
|
-
400: string;
|
|
136
|
-
500: string;
|
|
137
|
-
600: string;
|
|
138
|
-
700: string;
|
|
139
|
-
800: string;
|
|
140
|
-
900: string;
|
|
141
|
-
};
|
|
142
|
-
export declare const lightOrange: {
|
|
143
|
-
50: string;
|
|
144
|
-
100: string;
|
|
145
|
-
200: string;
|
|
146
|
-
300: string;
|
|
147
|
-
400: string;
|
|
148
|
-
500: string;
|
|
149
|
-
600: string;
|
|
150
|
-
700: string;
|
|
151
|
-
800: string;
|
|
152
|
-
900: string;
|
|
153
|
-
};
|
|
154
|
-
export declare const blue: {
|
|
155
|
-
50: string;
|
|
156
|
-
100: string;
|
|
157
|
-
200: string;
|
|
158
|
-
300: string;
|
|
159
|
-
400: string;
|
|
160
|
-
500: string;
|
|
161
|
-
600: string;
|
|
162
|
-
700: string;
|
|
163
|
-
800: string;
|
|
164
|
-
900: string;
|
|
165
|
-
};
|
|
166
|
-
export declare const lightBlue: {
|
|
167
|
-
50: string;
|
|
168
|
-
100: string;
|
|
169
|
-
200: string;
|
|
170
|
-
300: string;
|
|
171
|
-
400: string;
|
|
172
|
-
500: string;
|
|
173
|
-
600: string;
|
|
174
|
-
700: string;
|
|
175
|
-
800: string;
|
|
176
|
-
900: string;
|
|
177
|
-
};
|
|
178
|
-
export declare const red: {
|
|
179
|
-
50: string;
|
|
180
|
-
100: string;
|
|
181
|
-
200: string;
|
|
182
|
-
300: string;
|
|
183
|
-
400: string;
|
|
184
|
-
500: string;
|
|
185
|
-
600: string;
|
|
186
|
-
700: string;
|
|
187
|
-
800: string;
|
|
188
|
-
900: string;
|
|
189
|
-
};
|
|
190
|
-
export declare const lightRed: {
|
|
191
|
-
50: string;
|
|
192
|
-
100: string;
|
|
193
|
-
200: string;
|
|
194
|
-
300: string;
|
|
195
|
-
400: string;
|
|
196
|
-
500: string;
|
|
197
|
-
600: string;
|
|
198
|
-
700: string;
|
|
199
|
-
800: string;
|
|
200
|
-
900: string;
|
|
201
|
-
};
|
|
202
|
-
export declare const purple: {
|
|
203
|
-
50: string;
|
|
204
|
-
100: string;
|
|
205
|
-
200: string;
|
|
206
|
-
300: string;
|
|
207
|
-
400: string;
|
|
208
|
-
500: string;
|
|
209
|
-
600: string;
|
|
210
|
-
700: string;
|
|
211
|
-
800: string;
|
|
212
|
-
900: string;
|
|
213
|
-
};
|
|
214
|
-
export declare const lightPurple: {
|
|
215
|
-
50: string;
|
|
216
|
-
100: string;
|
|
217
|
-
200: string;
|
|
218
|
-
300: string;
|
|
219
|
-
400: string;
|
|
220
|
-
500: string;
|
|
221
|
-
600: string;
|
|
222
|
-
700: string;
|
|
223
|
-
800: string;
|
|
224
|
-
900: string;
|
|
225
|
-
};
|
|
226
|
-
export declare const blackAlpha: {
|
|
227
|
-
0: string;
|
|
228
|
-
10: string;
|
|
229
|
-
20: string;
|
|
230
|
-
30: string;
|
|
231
|
-
40: string;
|
|
232
|
-
50: string;
|
|
233
|
-
60: string;
|
|
234
|
-
70: string;
|
|
235
|
-
80: string;
|
|
236
|
-
90: string;
|
|
237
|
-
100: string;
|
|
238
|
-
};
|
|
239
|
-
export declare const whiteAlpha: {
|
|
240
|
-
0: string;
|
|
241
|
-
10: string;
|
|
242
|
-
20: string;
|
|
243
|
-
30: string;
|
|
244
|
-
40: string;
|
|
245
|
-
50: string;
|
|
246
|
-
60: string;
|
|
247
|
-
70: string;
|
|
248
|
-
80: string;
|
|
249
|
-
90: string;
|
|
250
|
-
100: string;
|
|
251
|
-
};
|
|
59
|
+
export { brand, lightBrand, gray, lightGray, green, lightGreen, orange, lightOrange, blue, lightBlue, red, lightRed, purple, lightPurple, };
|
|
252
60
|
export declare const colorSchemes: {
|
|
253
61
|
light: {
|
|
254
62
|
palette: {
|
|
255
|
-
gradient:
|
|
256
|
-
primary: string;
|
|
257
|
-
secondary: string;
|
|
258
|
-
indigo: string;
|
|
259
|
-
sky: string;
|
|
260
|
-
radial: string;
|
|
261
|
-
};
|
|
63
|
+
gradient: import('@solostylist/core').GradientPalette;
|
|
262
64
|
blackAlpha: {
|
|
263
65
|
zero: string;
|
|
264
66
|
light: string;
|
|
@@ -274,13 +76,7 @@ export declare const colorSchemes: {
|
|
|
274
76
|
full: string;
|
|
275
77
|
};
|
|
276
78
|
ui: {
|
|
277
|
-
pulse:
|
|
278
|
-
shadowLight: string;
|
|
279
|
-
shadowMedium: string;
|
|
280
|
-
ring: string;
|
|
281
|
-
background: string;
|
|
282
|
-
radialGradient: string;
|
|
283
|
-
};
|
|
79
|
+
pulse: import('@solostylist/core').UIPulseColors;
|
|
284
80
|
};
|
|
285
81
|
primary: {
|
|
286
82
|
contrastText: string;
|
|
@@ -314,18 +110,7 @@ export declare const colorSchemes: {
|
|
|
314
110
|
main: string;
|
|
315
111
|
dark: string;
|
|
316
112
|
};
|
|
317
|
-
grey:
|
|
318
|
-
50: string;
|
|
319
|
-
100: string;
|
|
320
|
-
200: string;
|
|
321
|
-
300: string;
|
|
322
|
-
400: string;
|
|
323
|
-
500: string;
|
|
324
|
-
600: string;
|
|
325
|
-
700: string;
|
|
326
|
-
800: string;
|
|
327
|
-
900: string;
|
|
328
|
-
};
|
|
113
|
+
grey: import('@solostylist/core').ColorRange;
|
|
329
114
|
divider: string;
|
|
330
115
|
background: {
|
|
331
116
|
default: string;
|
|
@@ -344,13 +129,7 @@ export declare const colorSchemes: {
|
|
|
344
129
|
};
|
|
345
130
|
dark: {
|
|
346
131
|
palette: {
|
|
347
|
-
gradient:
|
|
348
|
-
primary: string;
|
|
349
|
-
secondary: string;
|
|
350
|
-
indigo: string;
|
|
351
|
-
sky: string;
|
|
352
|
-
radial: string;
|
|
353
|
-
};
|
|
132
|
+
gradient: import('@solostylist/core').GradientPalette;
|
|
354
133
|
blackAlpha: {
|
|
355
134
|
zero: string;
|
|
356
135
|
light: string;
|
|
@@ -366,13 +145,7 @@ export declare const colorSchemes: {
|
|
|
366
145
|
full: string;
|
|
367
146
|
};
|
|
368
147
|
ui: {
|
|
369
|
-
pulse:
|
|
370
|
-
shadowLight: string;
|
|
371
|
-
shadowMedium: string;
|
|
372
|
-
ring: string;
|
|
373
|
-
background: string;
|
|
374
|
-
radialGradient: string;
|
|
375
|
-
};
|
|
148
|
+
pulse: import('@solostylist/core').UIPulseColors;
|
|
376
149
|
};
|
|
377
150
|
primary: {
|
|
378
151
|
contrastText: string;
|
|
@@ -406,18 +179,7 @@ export declare const colorSchemes: {
|
|
|
406
179
|
main: string;
|
|
407
180
|
dark: string;
|
|
408
181
|
};
|
|
409
|
-
grey:
|
|
410
|
-
50: string;
|
|
411
|
-
100: string;
|
|
412
|
-
200: string;
|
|
413
|
-
300: string;
|
|
414
|
-
400: string;
|
|
415
|
-
500: string;
|
|
416
|
-
600: string;
|
|
417
|
-
700: string;
|
|
418
|
-
800: string;
|
|
419
|
-
900: string;
|
|
420
|
-
};
|
|
182
|
+
grey: import('@solostylist/core').ColorRange;
|
|
421
183
|
divider: string;
|
|
422
184
|
background: {
|
|
423
185
|
default: string;
|