@solostylist/ui-kit 1.0.194 → 1.0.196
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/entries/core.d.ts +2 -0
- package/dist/entries/core.js +121 -118
- package/dist/entries/editor.js +3 -2
- package/dist/entries/motion.js +26 -26
- package/dist/entries/stripe.js +8 -8
- package/dist/hooks/index.js +9 -8
- package/dist/main.js +197 -193
- package/dist/s-chat-input/s-chat-input.js +4 -4
- package/dist/s-chat-message/s-chat-message.js +80 -87
- package/dist/s-comment-message/s-comment-message.js +81 -83
- package/dist/s-countdown/s-count-down.js +1 -1
- package/dist/s-data-table/s-data-table.js +11 -11
- package/dist/s-file-dropzone/s-file-dropzone.js +4 -4
- package/dist/s-glow-button/s-glow-button.js +4 -4
- package/dist/s-image-modal/s-image-modal.js +8 -8
- package/dist/s-label/s-label.js +9 -9
- package/dist/s-multi-select/s-multi-select.js +6 -6
- package/dist/s-review/s-review.js +91 -93
- package/dist/s-stripe/s-stripe.js +4 -4
- package/dist/s-switch/index.d.ts +2 -0
- package/dist/s-switch/index.js +4 -0
- package/dist/s-switch/s-switch.d.ts +16 -0
- package/dist/s-switch/s-switch.js +17 -0
- package/dist/s-tabs/s-tab-panel.d.ts +4 -4
- package/dist/s-text-editor/s-text-editor-toolbar.js +8 -8
- package/dist/s-text-truncation/s-text-truncation.d.ts +1 -0
- package/dist/s-text-truncation/s-text-truncation.js +62 -42
- package/dist/s-theme-demo/s-theme-demo.js +7 -7
- package/dist/s-two-pane-layout/s-two-pane-layout.js +1 -1
- package/dist/utils-DJIrqgo5.js +18 -0
- package/package.json +1 -1
package/dist/entries/core.d.ts
CHANGED
|
@@ -30,6 +30,8 @@ export { default as SCommentMessage } from '../s-comment-message/index';
|
|
|
30
30
|
export type { SCommentMessageProps } from '../s-comment-message/index';
|
|
31
31
|
export { default as SCheckbox } from '../s-checkbox/index';
|
|
32
32
|
export type { SCheckboxProps } from '../s-checkbox/index';
|
|
33
|
+
export { default as SSwitch } from '../s-switch/index';
|
|
34
|
+
export type { SSwitchProps } from '../s-switch/index';
|
|
33
35
|
export { default as SChip } from '../s-chip/index';
|
|
34
36
|
export type { SChipProps } from '../s-chip/index';
|
|
35
37
|
export { default as SChips } from '../s-chips/index';
|
package/dist/entries/core.js
CHANGED
|
@@ -1,122 +1,125 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
1
|
+
import { SAccordion as t } from "../s-accordion/s-accordion.js";
|
|
2
|
+
import { SActionOverlay as p } from "../s-action-overlay/s-action-overlay.js";
|
|
3
|
+
import { SAiToolBar as x, SAiToolBarInputType as S } from "../s-ai-tool-bar/s-ai-tool-bar.js";
|
|
4
|
+
import { SAutocomplete as i } from "../s-autocomplete/s-autocomplete.js";
|
|
5
|
+
import { SAvatar as l } from "../s-avatar/s-avatar.js";
|
|
6
|
+
import { SBreadcrumbs as g } from "../s-breadcrumbs/s-breadcrumbs.js";
|
|
7
|
+
import { SButton as c } from "../s-button/s-button.js";
|
|
8
|
+
import { SButtonLink as T } from "../s-button-link/s-button-link.js";
|
|
9
|
+
import { SChatMessage as C } from "../s-chat-message/s-chat-message.js";
|
|
10
|
+
import { SCommentMessage as D } from "../s-comment-message/s-comment-message.js";
|
|
11
|
+
import { SCheckbox as y } from "../s-checkbox/s-checkbox.js";
|
|
12
|
+
import { SSwitch as M } from "../s-switch/s-switch.js";
|
|
13
|
+
import { SChip as A } from "../s-chip/s-chip.js";
|
|
14
|
+
import { SChips as k } from "../s-chips/s-chips.js";
|
|
15
|
+
import { SDataTable as F } from "../s-data-table/s-data-table.js";
|
|
16
|
+
import { SDialog as E } from "../s-dialog/s-dialog.js";
|
|
17
|
+
import { DialogConfirmProvider as R, SDialogConfirm as j, useDialogConfirm as z } from "../s-dialog-confirm/s-dialog-confirm.js";
|
|
18
|
+
import { DialogMessageProvider as O, SDialogMessage as q, useDialogMessage as H } from "../s-dialog-message/s-dialog-message.js";
|
|
19
|
+
import { SEmpty as K } from "../s-empty/s-empty.js";
|
|
20
|
+
import { SError as U } from "../s-error/s-error.js";
|
|
21
|
+
import { SErrorLayout as W } from "../s-error-layout/s-error-layout.js";
|
|
22
|
+
import { SFileIcon as Y } from "../s-file-icon/s-file-icon.js";
|
|
23
|
+
import { SFlexBox as _ } from "../s-flex-box/s-flex-box.js";
|
|
24
|
+
import { SForm as oo } from "../s-form/s-form.js";
|
|
25
|
+
import { SGradientIcon as eo } from "../s-gradient-icon/s-gradient-icon.js";
|
|
26
|
+
import { SIconButton as mo } from "../s-icon-button/s-icon-button.js";
|
|
27
|
+
import { SItemNotFound as fo } from "../s-item-not-found/s-item-not-found.js";
|
|
28
|
+
import { SLabel as So } from "../s-label/s-label.js";
|
|
29
|
+
import { SMultiSelect as io } from "../s-multi-select/s-multi-select.js";
|
|
30
|
+
import { SNoSsr as lo } from "../s-no-ssr/s-no-ssr.js";
|
|
31
|
+
import { SPagination as go } from "../s-pagination/s-pagination.js";
|
|
32
|
+
import { SRating as co } from "../s-rating/s-rating.js";
|
|
33
|
+
import { SReview as bo } from "../s-review/s-review.js";
|
|
34
|
+
import { SSelect as Po } from "../s-select/s-select.js";
|
|
35
|
+
import { SSelectList as vo } from "../s-select-list/s-select-list.js";
|
|
36
|
+
import { SSkeleton as Lo } from "../s-skeleton/s-skeleton.js";
|
|
37
|
+
import { SSnackbarMessage as ho, SnackbarMessageProvider as Ao, useSnackbarMessage as Bo } from "../s-snackbar-message/s-snackbar-message.js";
|
|
38
|
+
import { STabs as Io } from "../s-tabs/s-tabs.js";
|
|
39
|
+
import { default as wo } from "../s-tabs/s-tab.js";
|
|
40
|
+
import { STabPanel as No } from "../s-tabs/s-tab-panel.js";
|
|
41
|
+
import { STextField as jo } from "../s-text-field/s-text-field.js";
|
|
42
|
+
import { STextTruncation as Go } from "../s-text-truncation/s-text-truncation.js";
|
|
43
|
+
import { STip as qo } from "../s-tip/s-tip.js";
|
|
44
|
+
import { STwoPaneLayout as Jo } from "../s-two-pane-layout/s-two-pane-layout.js";
|
|
45
|
+
import { SCopyableText as Qo } from "../s-copyable-text/s-copyable-text.js";
|
|
46
|
+
import { SCategoryCard as Vo } from "../s-category-card/s-category-card.js";
|
|
47
|
+
import { SThemeProvider as Xo } from "../s-theme-provider/s-theme-provider.js";
|
|
48
|
+
import { default as Zo } from "../s-theme-switch/s-theme-switch.js";
|
|
49
|
+
import { useDialog as $o } from "../hooks/use-dialog.js";
|
|
50
|
+
import { usePopover as rr } from "../hooks/use-popover.js";
|
|
51
|
+
import "react";
|
|
52
|
+
import { useScrollAnimation as tr } from "../hooks/use-scroll-animation.js";
|
|
53
|
+
import { useIsPassedPosition as pr } from "../hooks/use-is-passed-position.js";
|
|
54
|
+
import { formatDatePosted as xr } from "../utils/dayjs.js";
|
|
54
55
|
import { bytesToSize as ar } from "../utils/bytes-to-size.js";
|
|
55
|
-
import { LogLevel as
|
|
56
|
+
import { LogLevel as sr, Logger as lr, createLogger as nr, logger as gr } from "../utils/logger.js";
|
|
57
|
+
import { default as cr } from "dayjs";
|
|
56
58
|
export {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
59
|
+
R as DialogConfirmProvider,
|
|
60
|
+
O as DialogMessageProvider,
|
|
61
|
+
sr as LogLevel,
|
|
62
|
+
lr as Logger,
|
|
63
|
+
t as SAccordion,
|
|
64
|
+
p as SActionOverlay,
|
|
65
|
+
x as SAiToolBar,
|
|
66
|
+
S as SAiToolBarInputType,
|
|
67
|
+
i as SAutocomplete,
|
|
68
|
+
l as SAvatar,
|
|
69
|
+
g as SBreadcrumbs,
|
|
70
|
+
c as SButton,
|
|
71
|
+
T as SButtonLink,
|
|
72
|
+
Vo as SCategoryCard,
|
|
73
|
+
C as SChatMessage,
|
|
74
|
+
y as SCheckbox,
|
|
75
|
+
A as SChip,
|
|
76
|
+
k as SChips,
|
|
77
|
+
D as SCommentMessage,
|
|
78
|
+
Qo as SCopyableText,
|
|
79
|
+
F as SDataTable,
|
|
80
|
+
E as SDialog,
|
|
81
|
+
j as SDialogConfirm,
|
|
82
|
+
q as SDialogMessage,
|
|
83
|
+
K as SEmpty,
|
|
84
|
+
U as SError,
|
|
85
|
+
W as SErrorLayout,
|
|
86
|
+
Y as SFileIcon,
|
|
87
|
+
_ as SFlexBox,
|
|
88
|
+
oo as SForm,
|
|
89
|
+
eo as SGradientIcon,
|
|
90
|
+
mo as SIconButton,
|
|
91
|
+
fo as SItemNotFound,
|
|
92
|
+
So as SLabel,
|
|
93
|
+
io as SMultiSelect,
|
|
94
|
+
lo as SNoSsr,
|
|
95
|
+
go as SPagination,
|
|
96
|
+
co as SRating,
|
|
97
|
+
bo as SReview,
|
|
98
|
+
Po as SSelect,
|
|
99
|
+
vo as SSelectList,
|
|
100
|
+
Lo as SSkeleton,
|
|
101
|
+
ho as SSnackbarMessage,
|
|
102
|
+
M as SSwitch,
|
|
103
|
+
wo as STab,
|
|
104
|
+
No as STabPanel,
|
|
105
|
+
Io as STabs,
|
|
106
|
+
jo as STextField,
|
|
107
|
+
Go as STextTruncation,
|
|
108
|
+
Xo as SThemeProvider,
|
|
109
|
+
Zo as SThemeSwitch,
|
|
110
|
+
qo as STip,
|
|
111
|
+
Jo as STwoPaneLayout,
|
|
112
|
+
Ao as SnackbarMessageProvider,
|
|
110
113
|
ar as bytesToSize,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
114
|
+
nr as createLogger,
|
|
115
|
+
cr as dayjs,
|
|
116
|
+
xr as formatDatePosted,
|
|
117
|
+
gr as logger,
|
|
118
|
+
$o as useDialog,
|
|
119
|
+
z as useDialogConfirm,
|
|
120
|
+
H as useDialogMessage,
|
|
121
|
+
pr as useIsPassedPosition,
|
|
122
|
+
rr as usePopover,
|
|
123
|
+
tr as useScrollAnimation,
|
|
124
|
+
Bo as useSnackbarMessage
|
|
122
125
|
};
|
package/dist/entries/editor.js
CHANGED
package/dist/entries/motion.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
1
|
+
import { SBlurText as e } from "../s-blur-text/s-blur-text.js";
|
|
2
|
+
import { default as l } from "../s-glow-button/s-glow-button.js";
|
|
3
|
+
import { SMovingBorder as x } from "../s-moving-border/s-moving-border.js";
|
|
4
|
+
import { SPixelReveal as p } from "../s-pixel-reveal/s-pixel-reveal.js";
|
|
5
|
+
import { SRadialPulseAnimate as i } from "../s-radial-pulse-animate/s-radial-pulse-animate.js";
|
|
6
|
+
import { SScrollReveal as c } from "../s-scroll-reveal/s-scroll-reveal.js";
|
|
7
|
+
import { SScrollToTop as n } from "../s-scroll-to-top/s-scroll-to-top.js";
|
|
8
|
+
import { SScrollVelocity as y } from "../s-scroll-velocity/s-scroll-velocity.js";
|
|
9
|
+
import { ScrollVelocityContainer as d } from "../s-scroll-velocity/scroll-velocity-container.js";
|
|
10
|
+
import { ScrollVelocityRow as v } from "../s-scroll-velocity/scroll-velocity-row.js";
|
|
11
|
+
import { SSpotlightCursor as B } from "../s-spotlight-cursor/s-spotlight-cursor.js";
|
|
12
|
+
import { STextShimmer as g } from "../s-text-shimmer/s-text-shimmer.js";
|
|
13
|
+
import { STypewriterText as C } from "../s-typewriter-text/s-typewriter-text.js";
|
|
14
14
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
15
|
+
e as SBlurText,
|
|
16
|
+
l as SGlowButton,
|
|
17
|
+
x as SMovingBorder,
|
|
18
|
+
p as SPixelReveal,
|
|
19
|
+
i as SRadialPulseAnimate,
|
|
20
|
+
c as SScrollReveal,
|
|
21
|
+
n as SScrollToTop,
|
|
22
|
+
y as SScrollVelocity,
|
|
23
|
+
B as SSpotlightCursor,
|
|
24
|
+
g as STextShimmer,
|
|
25
|
+
C as STypewriterText,
|
|
26
|
+
d as ScrollVelocityContainer,
|
|
27
|
+
v as ScrollVelocityRow
|
|
28
28
|
};
|
package/dist/entries/stripe.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { StripeTextField as p } from "../s-stripe/s-stripe.js";
|
|
2
|
+
import { SStripeNumber as o } from "../s-stripe/s-stripe-number.js";
|
|
3
|
+
import { SStripeExpiry as i } from "../s-stripe/s-stripe-expiry.js";
|
|
4
|
+
import { SStripeCVC as m } from "../s-stripe/s-stripe-cvc.js";
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
m as SStripeCVC,
|
|
7
|
+
i as SStripeExpiry,
|
|
8
|
+
o as SStripeNumber,
|
|
9
|
+
p as StripeTextField
|
|
10
10
|
};
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { useDialog as
|
|
2
|
-
import { usePopover as
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
1
|
+
import { useDialog as s } from "./use-dialog.js";
|
|
2
|
+
import { usePopover as i } from "./use-popover.js";
|
|
3
|
+
import "react";
|
|
4
|
+
import { useScrollAnimation as p } from "./use-scroll-animation.js";
|
|
5
|
+
import { useIsPassedPosition as u } from "./use-is-passed-position.js";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
s as useDialog,
|
|
8
|
+
u as useIsPassedPosition,
|
|
9
|
+
i as usePopover,
|
|
10
|
+
p as useScrollAnimation
|
|
10
11
|
};
|