@kuraykaraaslan/kui-react 1.0.1

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.
Files changed (47) hide show
  1. package/LICENSE +17 -0
  2. package/README.md +168 -0
  3. package/dist/AdvancedDataTable-F3DNXDKX.mjs +11 -0
  4. package/dist/DataTable-2G27T4E6.mjs +11 -0
  5. package/dist/DateRangePicker-AL32QB6L.mjs +11 -0
  6. package/dist/DropdownMenu-f5yV9dzM.d.mts +22 -0
  7. package/dist/DropdownMenu-f5yV9dzM.d.ts +22 -0
  8. package/dist/MapView-FERKPCDB.mjs +10 -0
  9. package/dist/ServerDataTable-RZV3K6KQ.mjs +11 -0
  10. package/dist/Tooltip-Bof5GvOc.d.mts +248 -0
  11. package/dist/Tooltip-Bof5GvOc.d.ts +248 -0
  12. package/dist/VideoPlayer-P3I6ESXJ.mjs +9 -0
  13. package/dist/app.d.mts +620 -0
  14. package/dist/app.d.ts +620 -0
  15. package/dist/app.js +7061 -0
  16. package/dist/app.mjs +100 -0
  17. package/dist/chunk-24BCQSLI.mjs +1 -0
  18. package/dist/chunk-45I3EDB2.mjs +90 -0
  19. package/dist/chunk-4IWCD7ID.mjs +1450 -0
  20. package/dist/chunk-5E2HXWFI.mjs +105 -0
  21. package/dist/chunk-C7AYI4XM.mjs +402 -0
  22. package/dist/chunk-J4D44TUA.mjs +1267 -0
  23. package/dist/chunk-KTEWZKNE.mjs +1020 -0
  24. package/dist/chunk-LMUQHL4Z.mjs +3829 -0
  25. package/dist/chunk-MD5OQ4J2.mjs +527 -0
  26. package/dist/chunk-MPJRPYIZ.mjs +1 -0
  27. package/dist/chunk-MPWUEQ7J.mjs +2422 -0
  28. package/dist/chunk-MTT5TKAJ.mjs +93 -0
  29. package/dist/chunk-RBDK7MWQ.mjs +46 -0
  30. package/dist/chunk-SVFQZPNZ.mjs +3648 -0
  31. package/dist/chunk-TZWBBMSG.mjs +1 -0
  32. package/dist/chunk-XA7J6PVJ.mjs +1488 -0
  33. package/dist/chunk-ZLYBRYWQ.mjs +726 -0
  34. package/dist/common.d.mts +921 -0
  35. package/dist/common.d.ts +921 -0
  36. package/dist/common.js +4991 -0
  37. package/dist/common.mjs +172 -0
  38. package/dist/index.d.mts +10 -0
  39. package/dist/index.d.ts +10 -0
  40. package/dist/index.js +17563 -0
  41. package/dist/index.mjs +349 -0
  42. package/dist/ui.d.mts +937 -0
  43. package/dist/ui.d.ts +937 -0
  44. package/dist/ui.js +10095 -0
  45. package/dist/ui.mjs +163 -0
  46. package/package.json +114 -0
  47. package/styles/index.css +129 -0
package/dist/index.mjs ADDED
@@ -0,0 +1,349 @@
1
+ "use client";
2
+ import {
3
+ BrandLogo,
4
+ ButtonGroup,
5
+ Checkbox,
6
+ CheckboxGroup,
7
+ ComboBox,
8
+ ContentScoreBar,
9
+ FileInput,
10
+ LazyAdvancedDataTable,
11
+ LazyDataTable,
12
+ LazyDateRangePicker,
13
+ LazyMapView,
14
+ LazyServerDataTable,
15
+ LazyVideoPlayer,
16
+ PageHeader,
17
+ Popover,
18
+ Slider,
19
+ StarRating,
20
+ StatCard,
21
+ TabButton,
22
+ TabGroup,
23
+ TreeView,
24
+ ViewToggle
25
+ } from "./chunk-MPWUEQ7J.mjs";
26
+ import "./chunk-24BCQSLI.mjs";
27
+ import {
28
+ VideoPlayer
29
+ } from "./chunk-J4D44TUA.mjs";
30
+ import {
31
+ AnnouncerOutlet,
32
+ AppBreadcrumbs,
33
+ AppCommandBar,
34
+ AppDrawer,
35
+ AppFooter,
36
+ AppNav,
37
+ AppShell,
38
+ AppSidebar,
39
+ AppTopBar,
40
+ CommentThread,
41
+ ContextMenu,
42
+ DetailHeader,
43
+ ErrorState,
44
+ FileUploadSection,
45
+ FilterBar,
46
+ FocusTrap,
47
+ FormField,
48
+ GlobalSearch,
49
+ ImageGallery,
50
+ InlineAlert,
51
+ LoadingState,
52
+ MaintenancePage,
53
+ MentionPicker,
54
+ NavDrawer,
55
+ NoAccessState,
56
+ NotFoundPage,
57
+ NotFoundState,
58
+ NotificationProvider,
59
+ OnboardingWizard,
60
+ SectionCard,
61
+ ShareDialog,
62
+ SplashScreen,
63
+ StepFlow,
64
+ StepShell,
65
+ notify,
66
+ useAnnounce
67
+ } from "./chunk-LMUQHL4Z.mjs";
68
+ import {
69
+ Announcer,
70
+ Breadcrumb,
71
+ Drawer,
72
+ EmptyState,
73
+ LiveRegion,
74
+ Modal,
75
+ MultiSelect,
76
+ SkeletonAvatar,
77
+ SkeletonCard,
78
+ SkeletonLine,
79
+ SkeletonTableRow,
80
+ SkeletonText,
81
+ SkipLink,
82
+ Stepper,
83
+ Toast,
84
+ ToastProvider,
85
+ ToastRegion,
86
+ Tooltip,
87
+ getEffectiveDuration,
88
+ toast,
89
+ useToastStore
90
+ } from "./chunk-XA7J6PVJ.mjs";
91
+ import {
92
+ AddressCard,
93
+ AddressForm,
94
+ AddressSelector,
95
+ CartBadge,
96
+ CartItem,
97
+ CartPreview,
98
+ CartSummary,
99
+ ChangePasswordForm,
100
+ ChatBox,
101
+ CheckoutSuccessState,
102
+ CountrySelector,
103
+ CouponInput,
104
+ CreditCardForm,
105
+ CreditCardVisual,
106
+ CurrencySelector,
107
+ DirectionProvider,
108
+ DiscountBadge,
109
+ ForgotPasswordForm,
110
+ GeoPointDisplay,
111
+ LanguageSwitcher,
112
+ LocationPicker,
113
+ LoginForm,
114
+ NotificationMenu,
115
+ OAuthButtons,
116
+ OrderTotalsCard,
117
+ PaymentMethodSelector,
118
+ PaymentStatusBadge,
119
+ PaymentSummaryCard,
120
+ PriceDisplay,
121
+ ProcessingStatusIndicator,
122
+ ProductComparisonRadar,
123
+ PublishStatusBadge,
124
+ RegionalSalesPolar,
125
+ RegisterForm,
126
+ RevenueBarChart,
127
+ SalesByCategoryDoughnut,
128
+ SavedCardSelector,
129
+ SeoForm,
130
+ SeoPreview,
131
+ SessionExpiredBanner,
132
+ SubscriptionPlanCard,
133
+ UserActivityLineChart,
134
+ UserAvatar,
135
+ UserMenu,
136
+ UserPreferencesForm,
137
+ UserProfileCard,
138
+ UserProfileForm,
139
+ UserRoleBadge,
140
+ UserStatusBadge,
141
+ VisibilityBadge,
142
+ detectBrand,
143
+ useDirection
144
+ } from "./chunk-SVFQZPNZ.mjs";
145
+ import {
146
+ Input,
147
+ RadioGroup,
148
+ Textarea,
149
+ Toggle
150
+ } from "./chunk-C7AYI4XM.mjs";
151
+ import {
152
+ Form,
153
+ ThemeSwitcher
154
+ } from "./chunk-45I3EDB2.mjs";
155
+ import {
156
+ AlertBanner,
157
+ Avatar,
158
+ AvatarGroup,
159
+ Badge,
160
+ DropdownMenu,
161
+ Select,
162
+ TagInput
163
+ } from "./chunk-ZLYBRYWQ.mjs";
164
+ import "./chunk-TZWBBMSG.mjs";
165
+ import "./chunk-MPJRPYIZ.mjs";
166
+ import {
167
+ AdvancedDataTable,
168
+ DataTable,
169
+ Pagination,
170
+ ServerDataTable,
171
+ Table
172
+ } from "./chunk-4IWCD7ID.mjs";
173
+ import {
174
+ SearchBar,
175
+ Spinner
176
+ } from "./chunk-5E2HXWFI.mjs";
177
+ import {
178
+ DatePicker,
179
+ DateRangePicker,
180
+ TimePicker
181
+ } from "./chunk-KTEWZKNE.mjs";
182
+ import {
183
+ Card,
184
+ MapView
185
+ } from "./chunk-MD5OQ4J2.mjs";
186
+ import {
187
+ Button
188
+ } from "./chunk-MTT5TKAJ.mjs";
189
+ import "./chunk-RBDK7MWQ.mjs";
190
+ export {
191
+ AddressCard,
192
+ AddressForm,
193
+ AddressSelector,
194
+ AdvancedDataTable,
195
+ AlertBanner,
196
+ Announcer,
197
+ AnnouncerOutlet,
198
+ AppBreadcrumbs,
199
+ AppCommandBar,
200
+ AppDrawer,
201
+ AppFooter,
202
+ AppNav,
203
+ AppShell,
204
+ AppSidebar,
205
+ AppTopBar,
206
+ Avatar,
207
+ AvatarGroup,
208
+ Badge,
209
+ BrandLogo,
210
+ Breadcrumb,
211
+ Button,
212
+ ButtonGroup,
213
+ Card,
214
+ CartBadge,
215
+ CartItem,
216
+ CartPreview,
217
+ CartSummary,
218
+ ChangePasswordForm,
219
+ ChatBox,
220
+ Checkbox,
221
+ CheckboxGroup,
222
+ CheckoutSuccessState,
223
+ ComboBox,
224
+ CommentThread,
225
+ ContentScoreBar,
226
+ ContextMenu,
227
+ CountrySelector,
228
+ CouponInput,
229
+ CreditCardForm,
230
+ CreditCardVisual,
231
+ CurrencySelector,
232
+ DataTable,
233
+ DatePicker,
234
+ DateRangePicker,
235
+ DetailHeader,
236
+ DirectionProvider,
237
+ DiscountBadge,
238
+ Drawer,
239
+ DropdownMenu,
240
+ EmptyState,
241
+ ErrorState,
242
+ FileInput,
243
+ FileUploadSection,
244
+ FilterBar,
245
+ FocusTrap,
246
+ ForgotPasswordForm,
247
+ Form,
248
+ FormField,
249
+ GeoPointDisplay,
250
+ GlobalSearch,
251
+ ImageGallery,
252
+ InlineAlert,
253
+ Input,
254
+ LanguageSwitcher,
255
+ LazyAdvancedDataTable,
256
+ LazyDataTable,
257
+ LazyDateRangePicker,
258
+ LazyMapView,
259
+ LazyServerDataTable,
260
+ LazyVideoPlayer,
261
+ LiveRegion,
262
+ LoadingState,
263
+ LocationPicker,
264
+ LoginForm,
265
+ MaintenancePage,
266
+ MapView,
267
+ MentionPicker,
268
+ Modal,
269
+ MultiSelect,
270
+ NavDrawer,
271
+ NoAccessState,
272
+ NotFoundPage,
273
+ NotFoundState,
274
+ NotificationMenu,
275
+ NotificationProvider,
276
+ OAuthButtons,
277
+ OnboardingWizard,
278
+ OrderTotalsCard,
279
+ PageHeader,
280
+ Pagination,
281
+ PaymentMethodSelector,
282
+ PaymentStatusBadge,
283
+ PaymentSummaryCard,
284
+ Popover,
285
+ PriceDisplay,
286
+ ProcessingStatusIndicator,
287
+ ProductComparisonRadar,
288
+ PublishStatusBadge,
289
+ RadioGroup,
290
+ RegionalSalesPolar,
291
+ RegisterForm,
292
+ RevenueBarChart,
293
+ SalesByCategoryDoughnut,
294
+ SavedCardSelector,
295
+ SearchBar,
296
+ SectionCard,
297
+ Select,
298
+ SeoForm,
299
+ SeoPreview,
300
+ ServerDataTable,
301
+ SessionExpiredBanner,
302
+ ShareDialog,
303
+ SkeletonAvatar,
304
+ SkeletonCard,
305
+ SkeletonLine,
306
+ SkeletonTableRow,
307
+ SkeletonText,
308
+ SkipLink,
309
+ Slider,
310
+ Spinner,
311
+ SplashScreen,
312
+ StarRating,
313
+ StatCard,
314
+ StepFlow,
315
+ StepShell,
316
+ Stepper,
317
+ SubscriptionPlanCard,
318
+ TabButton,
319
+ TabGroup,
320
+ Table,
321
+ TagInput,
322
+ Textarea,
323
+ ThemeSwitcher,
324
+ TimePicker,
325
+ Toast,
326
+ ToastProvider,
327
+ ToastRegion,
328
+ Toggle,
329
+ Tooltip,
330
+ TreeView,
331
+ UserActivityLineChart,
332
+ UserAvatar,
333
+ UserMenu,
334
+ UserPreferencesForm,
335
+ UserProfileCard,
336
+ UserProfileForm,
337
+ UserRoleBadge,
338
+ UserStatusBadge,
339
+ VideoPlayer,
340
+ ViewToggle,
341
+ VisibilityBadge,
342
+ detectBrand,
343
+ getEffectiveDuration,
344
+ notify,
345
+ toast,
346
+ useAnnounce,
347
+ useDirection,
348
+ useToastStore
349
+ };