@solostylist/ui-kit 1.0.195 → 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-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/main.js
CHANGED
|
@@ -1,195 +1,199 @@
|
|
|
1
|
-
import { SAccordion as
|
|
2
|
-
import { SActionOverlay as
|
|
3
|
-
import { SAiToolBar as
|
|
4
|
-
import { SAutocomplete as
|
|
5
|
-
import { SAvatar as
|
|
6
|
-
import { SBreadcrumbs as
|
|
7
|
-
import { SButton as
|
|
8
|
-
import { SButtonLink as
|
|
9
|
-
import { SChatMessage as
|
|
10
|
-
import { SCommentMessage as
|
|
11
|
-
import { SCheckbox as
|
|
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 {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
1
|
+
import { SAccordion as m } from "./s-accordion/s-accordion.js";
|
|
2
|
+
import { SActionOverlay as S } from "./s-action-overlay/s-action-overlay.js";
|
|
3
|
+
import { SAiToolBar as f, SAiToolBarInputType as a } from "./s-ai-tool-bar/s-ai-tool-bar.js";
|
|
4
|
+
import { SAutocomplete as l } from "./s-autocomplete/s-autocomplete.js";
|
|
5
|
+
import { SAvatar as s } from "./s-avatar/s-avatar.js";
|
|
6
|
+
import { SBreadcrumbs as u } from "./s-breadcrumbs/s-breadcrumbs.js";
|
|
7
|
+
import { SButton as d } from "./s-button/s-button.js";
|
|
8
|
+
import { SButtonLink as C } from "./s-button-link/s-button-link.js";
|
|
9
|
+
import { SChatMessage as y } from "./s-chat-message/s-chat-message.js";
|
|
10
|
+
import { SCommentMessage as b } from "./s-comment-message/s-comment-message.js";
|
|
11
|
+
import { SCheckbox as D } from "./s-checkbox/s-checkbox.js";
|
|
12
|
+
import { SSwitch as h } from "./s-switch/s-switch.js";
|
|
13
|
+
import { SChip as M } from "./s-chip/s-chip.js";
|
|
14
|
+
import { SChips as w } 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 V, SDialogConfirm as G, useDialogConfirm as N } from "./s-dialog-confirm/s-dialog-confirm.js";
|
|
18
|
+
import { DialogMessageProvider as j, SDialogMessage as Z, useDialogMessage as q } from "./s-dialog-message/s-dialog-message.js";
|
|
19
|
+
import { SEmpty as J } from "./s-empty/s-empty.js";
|
|
20
|
+
import { SError as Q } 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 ro } from "./s-form/s-form.js";
|
|
25
|
+
import { SGradientIcon as to } from "./s-gradient-icon/s-gradient-icon.js";
|
|
26
|
+
import { SIconButton as po } from "./s-icon-button/s-icon-button.js";
|
|
27
|
+
import { SItemNotFound as xo } from "./s-item-not-found/s-item-not-found.js";
|
|
28
|
+
import { SLabel as ao } from "./s-label/s-label.js";
|
|
29
|
+
import { SMultiSelect as lo } from "./s-multi-select/s-multi-select.js";
|
|
30
|
+
import { SNoSsr as so } from "./s-no-ssr/s-no-ssr.js";
|
|
31
|
+
import { SPagination as uo } from "./s-pagination/s-pagination.js";
|
|
32
|
+
import { SRating as To } from "./s-rating/s-rating.js";
|
|
33
|
+
import { SReview as Po } from "./s-review/s-review.js";
|
|
34
|
+
import { SSelect as vo } from "./s-select/s-select.js";
|
|
35
|
+
import { SSelectList as Lo } from "./s-select-list/s-select-list.js";
|
|
36
|
+
import { SSkeleton as Io } from "./s-skeleton/s-skeleton.js";
|
|
37
|
+
import { SSnackbarMessage as Bo, SnackbarMessageProvider as Mo, useSnackbarMessage as ko } from "./s-snackbar-message/s-snackbar-message.js";
|
|
38
|
+
import { STabs as Ao } from "./s-tabs/s-tabs.js";
|
|
39
|
+
import { default as Ro } from "./s-tabs/s-tab.js";
|
|
40
|
+
import { STabPanel as zo } from "./s-tabs/s-tab-panel.js";
|
|
41
|
+
import { STextField as Go } from "./s-text-field/s-text-field.js";
|
|
42
|
+
import { STextTruncation as Oo } from "./s-text-truncation/s-text-truncation.js";
|
|
43
|
+
import { STip as Zo } from "./s-tip/s-tip.js";
|
|
44
|
+
import { STwoPaneLayout as Ho } from "./s-two-pane-layout/s-two-pane-layout.js";
|
|
45
|
+
import { SCopyableText as Ko } from "./s-copyable-text/s-copyable-text.js";
|
|
46
|
+
import { SCategoryCard as Uo } 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 _o } from "./s-theme-switch/s-theme-switch.js";
|
|
49
|
+
import { useDialog as or } from "./hooks/use-dialog.js";
|
|
50
|
+
import { usePopover as er } from "./hooks/use-popover.js";
|
|
51
|
+
import "react";
|
|
52
|
+
import { useScrollAnimation as mr } from "./hooks/use-scroll-animation.js";
|
|
53
|
+
import { useIsPassedPosition as Sr } from "./hooks/use-is-passed-position.js";
|
|
54
|
+
import { formatDatePosted as fr } from "./utils/dayjs.js";
|
|
55
|
+
import { bytesToSize as ir } from "./utils/bytes-to-size.js";
|
|
56
|
+
import { LogLevel as nr, Logger as sr, createLogger as gr, logger as ur } from "./utils/logger.js";
|
|
57
|
+
import { SDatePicker as dr } from "./s-date-picker/s-date-picker.js";
|
|
58
|
+
import { SDateTimePicker as Cr } from "./s-datetime-picker/s-datetime-picker.js";
|
|
59
|
+
import { SLocalizationProvider as yr } from "./s-localization-provider/s-localization-provider.js";
|
|
60
|
+
import { SCountdown as br } from "./s-countdown/s-count-down.js";
|
|
61
|
+
import { SCountBox as Dr } from "./s-countdown/s-count-box.js";
|
|
62
|
+
import { STextEditor as hr } from "./s-text-editor/s-text-editor.js";
|
|
63
|
+
import "./s-text-editor/s-text-editor-toolbar.js";
|
|
64
|
+
import { StripeTextField as Mr } from "./s-stripe/s-stripe.js";
|
|
65
|
+
import { SStripeNumber as wr } from "./s-stripe/s-stripe-number.js";
|
|
66
|
+
import { SStripeExpiry as Fr } from "./s-stripe/s-stripe-expiry.js";
|
|
67
|
+
import { SStripeCVC as Er } from "./s-stripe/s-stripe-cvc.js";
|
|
68
|
+
import { SBlurText as Vr } from "./s-blur-text/s-blur-text.js";
|
|
69
|
+
import { default as Nr } from "./s-glow-button/s-glow-button.js";
|
|
70
|
+
import { SMovingBorder as jr } from "./s-moving-border/s-moving-border.js";
|
|
71
|
+
import { SPixelReveal as qr } from "./s-pixel-reveal/s-pixel-reveal.js";
|
|
72
|
+
import { SRadialPulseAnimate as Jr } from "./s-radial-pulse-animate/s-radial-pulse-animate.js";
|
|
73
|
+
import { SScrollReveal as Qr } from "./s-scroll-reveal/s-scroll-reveal.js";
|
|
74
|
+
import { SScrollToTop as Wr } from "./s-scroll-to-top/s-scroll-to-top.js";
|
|
75
|
+
import { SScrollVelocity as Yr } from "./s-scroll-velocity/s-scroll-velocity.js";
|
|
76
|
+
import { ScrollVelocityContainer as $r } from "./s-scroll-velocity/scroll-velocity-container.js";
|
|
77
|
+
import { ScrollVelocityRow as re } from "./s-scroll-velocity/scroll-velocity-row.js";
|
|
78
|
+
import { SSpotlightCursor as te } from "./s-spotlight-cursor/s-spotlight-cursor.js";
|
|
79
|
+
import { STextShimmer as pe } from "./s-text-shimmer/s-text-shimmer.js";
|
|
80
|
+
import { STypewriterText as xe } from "./s-typewriter-text/s-typewriter-text.js";
|
|
81
|
+
import { MediaItem as ae, SGallery as ie } from "./s-gallery/s-gallery.js";
|
|
82
|
+
import { default as ne } from "./s-image-comparison/s-image-comparison.js";
|
|
83
|
+
import { SImageModal as ge } from "./s-image-modal/s-image-modal.js";
|
|
84
|
+
import { default as ce } from "./s-lazy-image/s-lazy-image.js";
|
|
85
|
+
import { SZoomImage as Te } from "./s-zoom-image/s-zoom-image.js";
|
|
86
|
+
import { SCarousel as Pe } from "./s-carousel/s-carousel.js";
|
|
87
|
+
import { SChatInput as ve } from "./s-chat-input/s-chat-input.js";
|
|
88
|
+
import { SFileDropzone as Le } from "./s-file-dropzone/s-file-dropzone.js";
|
|
89
|
+
import { SCodeBlock as Ie } from "./s-code-block/s-code-block.js";
|
|
90
|
+
import { SOverlayScrollbar as Be } from "./s-overlay-scrollbar/s-overlay-scrollbar.js";
|
|
91
|
+
import { SI18nProvider as ke } from "./s-i18n-provider/s-i18n-provider.js";
|
|
92
|
+
import { SLanguagePopover as Ae, SLanguageSwitcher as Fe, defaultLanguageOptions as Re } from "./s-language-switcher/s-language-switcher.js";
|
|
93
|
+
import { default as ze } from "dayjs";
|
|
91
94
|
export {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
N as
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
95
|
+
V as DialogConfirmProvider,
|
|
96
|
+
j as DialogMessageProvider,
|
|
97
|
+
nr as LogLevel,
|
|
98
|
+
sr as Logger,
|
|
99
|
+
ae as MediaItem,
|
|
100
|
+
m as SAccordion,
|
|
101
|
+
S as SActionOverlay,
|
|
102
|
+
f as SAiToolBar,
|
|
103
|
+
a as SAiToolBarInputType,
|
|
104
|
+
l as SAutocomplete,
|
|
105
|
+
s as SAvatar,
|
|
106
|
+
Vr as SBlurText,
|
|
107
|
+
u as SBreadcrumbs,
|
|
108
|
+
d as SButton,
|
|
109
|
+
C as SButtonLink,
|
|
110
|
+
Pe as SCarousel,
|
|
111
|
+
Uo as SCategoryCard,
|
|
112
|
+
ve as SChatInput,
|
|
113
|
+
y as SChatMessage,
|
|
114
|
+
D as SCheckbox,
|
|
115
|
+
M as SChip,
|
|
116
|
+
w as SChips,
|
|
117
|
+
Ie as SCodeBlock,
|
|
118
|
+
b as SCommentMessage,
|
|
119
|
+
Ko as SCopyableText,
|
|
120
|
+
Dr as SCountBox,
|
|
121
|
+
br as SCountdown,
|
|
122
|
+
F as SDataTable,
|
|
123
|
+
dr as SDatePicker,
|
|
124
|
+
Cr as SDateTimePicker,
|
|
125
|
+
E as SDialog,
|
|
126
|
+
G as SDialogConfirm,
|
|
127
|
+
Z as SDialogMessage,
|
|
128
|
+
J as SEmpty,
|
|
129
|
+
Q as SError,
|
|
130
|
+
W as SErrorLayout,
|
|
131
|
+
Le as SFileDropzone,
|
|
132
|
+
Y as SFileIcon,
|
|
133
|
+
$ as SFlexBox,
|
|
134
|
+
ro as SForm,
|
|
135
|
+
ie as SGallery,
|
|
136
|
+
Nr as SGlowButton,
|
|
137
|
+
to as SGradientIcon,
|
|
138
|
+
ke as SI18nProvider,
|
|
139
|
+
po as SIconButton,
|
|
140
|
+
ne as SImageComparison,
|
|
141
|
+
ge as SImageModal,
|
|
142
|
+
xo as SItemNotFound,
|
|
143
|
+
ao as SLabel,
|
|
144
|
+
Ae as SLanguagePopover,
|
|
145
|
+
Fe as SLanguageSwitcher,
|
|
146
|
+
ce as SLazyImage,
|
|
147
|
+
yr as SLocalizationProvider,
|
|
148
|
+
jr as SMovingBorder,
|
|
149
|
+
lo as SMultiSelect,
|
|
150
|
+
so as SNoSsr,
|
|
151
|
+
Be as SOverlayScrollbar,
|
|
152
|
+
uo as SPagination,
|
|
153
|
+
qr as SPixelReveal,
|
|
154
|
+
Jr as SRadialPulseAnimate,
|
|
155
|
+
To as SRating,
|
|
156
|
+
Po as SReview,
|
|
157
|
+
Qr as SScrollReveal,
|
|
158
|
+
Wr as SScrollToTop,
|
|
159
|
+
Yr as SScrollVelocity,
|
|
160
|
+
vo as SSelect,
|
|
161
|
+
Lo as SSelectList,
|
|
162
|
+
Io as SSkeleton,
|
|
163
|
+
Bo as SSnackbarMessage,
|
|
164
|
+
te as SSpotlightCursor,
|
|
165
|
+
Er as SStripeCVC,
|
|
166
|
+
Fr as SStripeExpiry,
|
|
167
|
+
wr as SStripeNumber,
|
|
168
|
+
h as SSwitch,
|
|
169
|
+
Ro as STab,
|
|
170
|
+
zo as STabPanel,
|
|
171
|
+
Ao as STabs,
|
|
172
|
+
hr as STextEditor,
|
|
173
|
+
Go as STextField,
|
|
174
|
+
pe as STextShimmer,
|
|
175
|
+
Oo as STextTruncation,
|
|
176
|
+
Xo as SThemeProvider,
|
|
177
|
+
_o as SThemeSwitch,
|
|
178
|
+
Zo as STip,
|
|
179
|
+
Ho as STwoPaneLayout,
|
|
180
|
+
xe as STypewriterText,
|
|
181
|
+
Te as SZoomImage,
|
|
182
|
+
$r as ScrollVelocityContainer,
|
|
183
|
+
re as ScrollVelocityRow,
|
|
184
|
+
Mo as SnackbarMessageProvider,
|
|
185
|
+
Mr as StripeTextField,
|
|
186
|
+
ir as bytesToSize,
|
|
187
|
+
gr as createLogger,
|
|
188
|
+
ze as dayjs,
|
|
189
|
+
Re as defaultLanguageOptions,
|
|
190
|
+
fr as formatDatePosted,
|
|
191
|
+
ur as logger,
|
|
192
|
+
or as useDialog,
|
|
193
|
+
N as useDialogConfirm,
|
|
194
|
+
q as useDialogMessage,
|
|
195
|
+
Sr as useIsPassedPosition,
|
|
196
|
+
er as usePopover,
|
|
197
|
+
mr as useScrollAnimation,
|
|
198
|
+
ko as useSnackbarMessage
|
|
195
199
|
};
|
|
@@ -2,9 +2,9 @@ import { j as r } from "../jsx-runtime-tc70JA_2.js";
|
|
|
2
2
|
import { forwardRef as D, useState as c, useId as B, useEffect as W } from "react";
|
|
3
3
|
import { Box as s, outlinedInputClasses as H, Typography as w, Popper as N, ClickAwayListener as _ } from "@mui/material";
|
|
4
4
|
import q from "emoji-picker-react";
|
|
5
|
-
import {
|
|
6
|
-
import { SFileIcon as J } from "../s-file-icon/s-file-icon.js";
|
|
5
|
+
import { SFileIcon as G } from "../s-file-icon/s-file-icon.js";
|
|
7
6
|
import { SIconButton as d } from "../s-icon-button/s-icon-button.js";
|
|
7
|
+
import { STextField as J } from "../s-text-field/s-text-field.js";
|
|
8
8
|
import { C as Q } from "../Close-C-pCw-CD.js";
|
|
9
9
|
import { c as R } from "../createSvgIcon-DTNHY3_v.js";
|
|
10
10
|
import { A as X } from "../ArrowUpward-JWPHrR6I.js";
|
|
@@ -51,7 +51,7 @@ const Y = R(/* @__PURE__ */ r.jsx("path", {
|
|
|
51
51
|
i.forEach((e) => URL.revokeObjectURL(e));
|
|
52
52
|
}, [i]), /* @__PURE__ */ r.jsxs(s, { border: "1px solid", borderColor: "divider", borderRadius: 2, padding: "8px 12px", children: [
|
|
53
53
|
/* @__PURE__ */ r.jsx(
|
|
54
|
-
|
|
54
|
+
J,
|
|
55
55
|
{
|
|
56
56
|
placeholder: "Enter your message here...",
|
|
57
57
|
disabled: a,
|
|
@@ -122,7 +122,7 @@ const Y = R(/* @__PURE__ */ r.jsx("path", {
|
|
|
122
122
|
borderColor: "divider"
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
) : /* @__PURE__ */ r.jsx(
|
|
125
|
+
) : /* @__PURE__ */ r.jsx(G, { extension: t }),
|
|
126
126
|
/* @__PURE__ */ r.jsxs(s, { display: "flex", flexDirection: "row", alignItems: "center", gap: 1, children: [
|
|
127
127
|
/* @__PURE__ */ r.jsx(w, { variant: "subtitle2", textOverflow: "ellipsis", overflow: "hidden", whiteSpace: "nowrap", children: e.name }),
|
|
128
128
|
/* @__PURE__ */ r.jsx("div", { children: /* @__PURE__ */ r.jsxs(w, { variant: "caption", children: [
|