@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.
- package/LICENSE +17 -0
- package/README.md +168 -0
- package/dist/AdvancedDataTable-F3DNXDKX.mjs +11 -0
- package/dist/DataTable-2G27T4E6.mjs +11 -0
- package/dist/DateRangePicker-AL32QB6L.mjs +11 -0
- package/dist/DropdownMenu-f5yV9dzM.d.mts +22 -0
- package/dist/DropdownMenu-f5yV9dzM.d.ts +22 -0
- package/dist/MapView-FERKPCDB.mjs +10 -0
- package/dist/ServerDataTable-RZV3K6KQ.mjs +11 -0
- package/dist/Tooltip-Bof5GvOc.d.mts +248 -0
- package/dist/Tooltip-Bof5GvOc.d.ts +248 -0
- package/dist/VideoPlayer-P3I6ESXJ.mjs +9 -0
- package/dist/app.d.mts +620 -0
- package/dist/app.d.ts +620 -0
- package/dist/app.js +7061 -0
- package/dist/app.mjs +100 -0
- package/dist/chunk-24BCQSLI.mjs +1 -0
- package/dist/chunk-45I3EDB2.mjs +90 -0
- package/dist/chunk-4IWCD7ID.mjs +1450 -0
- package/dist/chunk-5E2HXWFI.mjs +105 -0
- package/dist/chunk-C7AYI4XM.mjs +402 -0
- package/dist/chunk-J4D44TUA.mjs +1267 -0
- package/dist/chunk-KTEWZKNE.mjs +1020 -0
- package/dist/chunk-LMUQHL4Z.mjs +3829 -0
- package/dist/chunk-MD5OQ4J2.mjs +527 -0
- package/dist/chunk-MPJRPYIZ.mjs +1 -0
- package/dist/chunk-MPWUEQ7J.mjs +2422 -0
- package/dist/chunk-MTT5TKAJ.mjs +93 -0
- package/dist/chunk-RBDK7MWQ.mjs +46 -0
- package/dist/chunk-SVFQZPNZ.mjs +3648 -0
- package/dist/chunk-TZWBBMSG.mjs +1 -0
- package/dist/chunk-XA7J6PVJ.mjs +1488 -0
- package/dist/chunk-ZLYBRYWQ.mjs +726 -0
- package/dist/common.d.mts +921 -0
- package/dist/common.d.ts +921 -0
- package/dist/common.js +4991 -0
- package/dist/common.mjs +172 -0
- package/dist/index.d.mts +10 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +17563 -0
- package/dist/index.mjs +349 -0
- package/dist/ui.d.mts +937 -0
- package/dist/ui.d.ts +937 -0
- package/dist/ui.js +10095 -0
- package/dist/ui.mjs +163 -0
- package/package.json +114 -0
- package/styles/index.css +129 -0
package/dist/common.mjs
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
AddressCard,
|
|
4
|
+
AddressForm,
|
|
5
|
+
AddressSelector,
|
|
6
|
+
ApiErrorSchema,
|
|
7
|
+
ApiResponseSchema,
|
|
8
|
+
ApiSuccessSchema,
|
|
9
|
+
AuthResponseSchema,
|
|
10
|
+
AuthSessionSchema,
|
|
11
|
+
BaseEntitySchema,
|
|
12
|
+
CartBadge,
|
|
13
|
+
CartItem,
|
|
14
|
+
CartPreview,
|
|
15
|
+
CartSummary,
|
|
16
|
+
ChangePasswordForm,
|
|
17
|
+
ChangePasswordSchema,
|
|
18
|
+
ChatBox,
|
|
19
|
+
CheckoutSuccessState,
|
|
20
|
+
CountrySelector,
|
|
21
|
+
CouponInput,
|
|
22
|
+
CreditCardForm,
|
|
23
|
+
CreditCardVisual,
|
|
24
|
+
CurrencySelector,
|
|
25
|
+
DateSchema,
|
|
26
|
+
DirectionProvider,
|
|
27
|
+
DiscountBadge,
|
|
28
|
+
EmailSchema,
|
|
29
|
+
ForgotPasswordForm,
|
|
30
|
+
GeoPointDisplay,
|
|
31
|
+
IdSchema,
|
|
32
|
+
LanguageEnum,
|
|
33
|
+
LanguageSwitcher,
|
|
34
|
+
LocationPicker,
|
|
35
|
+
LoginForm,
|
|
36
|
+
LoginRequestSchema,
|
|
37
|
+
NotificationMenu,
|
|
38
|
+
NullableDateSchema,
|
|
39
|
+
OAuthButtons,
|
|
40
|
+
OAuthCallbackSchema,
|
|
41
|
+
OAuthProviderEnum,
|
|
42
|
+
OrderTotalsCard,
|
|
43
|
+
PaginationSchema,
|
|
44
|
+
PasswordSchema,
|
|
45
|
+
PaymentMethodSelector,
|
|
46
|
+
PaymentStatusBadge,
|
|
47
|
+
PaymentSummaryCard,
|
|
48
|
+
PriceDisplay,
|
|
49
|
+
ProcessingStatusIndicator,
|
|
50
|
+
ProductComparisonRadar,
|
|
51
|
+
PublishStatusBadge,
|
|
52
|
+
RegionalSalesPolar,
|
|
53
|
+
RegisterForm,
|
|
54
|
+
RegisterRequestSchema,
|
|
55
|
+
RevenueBarChart,
|
|
56
|
+
SafeUserSchema,
|
|
57
|
+
SalesByCategoryDoughnut,
|
|
58
|
+
SavedCardSelector,
|
|
59
|
+
SeoForm,
|
|
60
|
+
SeoPreview,
|
|
61
|
+
SessionExpiredBanner,
|
|
62
|
+
SlugSchema,
|
|
63
|
+
SortOrderEnum,
|
|
64
|
+
StatusEnum,
|
|
65
|
+
SubscriptionPlanCard,
|
|
66
|
+
ThemeEnum,
|
|
67
|
+
UserActivityLineChart,
|
|
68
|
+
UserAvatar,
|
|
69
|
+
UserMenu,
|
|
70
|
+
UserPreferencesForm,
|
|
71
|
+
UserPreferencesSchema,
|
|
72
|
+
UserProfileCard,
|
|
73
|
+
UserProfileForm,
|
|
74
|
+
UserProfileSchema,
|
|
75
|
+
UserRoleBadge,
|
|
76
|
+
UserRoleEnum,
|
|
77
|
+
UserSchema,
|
|
78
|
+
UserStatusBadge,
|
|
79
|
+
UserStatusEnum,
|
|
80
|
+
UuidSchema,
|
|
81
|
+
VisibilityBadge,
|
|
82
|
+
detectBrand,
|
|
83
|
+
useDirection
|
|
84
|
+
} from "./chunk-SVFQZPNZ.mjs";
|
|
85
|
+
import "./chunk-C7AYI4XM.mjs";
|
|
86
|
+
import "./chunk-45I3EDB2.mjs";
|
|
87
|
+
import "./chunk-ZLYBRYWQ.mjs";
|
|
88
|
+
import "./chunk-MTT5TKAJ.mjs";
|
|
89
|
+
import "./chunk-RBDK7MWQ.mjs";
|
|
90
|
+
export {
|
|
91
|
+
AddressCard,
|
|
92
|
+
AddressForm,
|
|
93
|
+
AddressSelector,
|
|
94
|
+
ApiErrorSchema,
|
|
95
|
+
ApiResponseSchema,
|
|
96
|
+
ApiSuccessSchema,
|
|
97
|
+
AuthResponseSchema,
|
|
98
|
+
AuthSessionSchema,
|
|
99
|
+
BaseEntitySchema,
|
|
100
|
+
CartBadge,
|
|
101
|
+
CartItem,
|
|
102
|
+
CartPreview,
|
|
103
|
+
CartSummary,
|
|
104
|
+
ChangePasswordForm,
|
|
105
|
+
ChangePasswordSchema,
|
|
106
|
+
ChatBox,
|
|
107
|
+
CheckoutSuccessState,
|
|
108
|
+
CountrySelector,
|
|
109
|
+
CouponInput,
|
|
110
|
+
CreditCardForm,
|
|
111
|
+
CreditCardVisual,
|
|
112
|
+
CurrencySelector,
|
|
113
|
+
DateSchema,
|
|
114
|
+
DirectionProvider,
|
|
115
|
+
DiscountBadge,
|
|
116
|
+
EmailSchema,
|
|
117
|
+
ForgotPasswordForm,
|
|
118
|
+
GeoPointDisplay,
|
|
119
|
+
IdSchema,
|
|
120
|
+
LanguageEnum,
|
|
121
|
+
LanguageSwitcher,
|
|
122
|
+
LocationPicker,
|
|
123
|
+
LoginForm,
|
|
124
|
+
LoginRequestSchema,
|
|
125
|
+
NotificationMenu,
|
|
126
|
+
NullableDateSchema,
|
|
127
|
+
OAuthButtons,
|
|
128
|
+
OAuthCallbackSchema,
|
|
129
|
+
OAuthProviderEnum,
|
|
130
|
+
OrderTotalsCard,
|
|
131
|
+
PaginationSchema,
|
|
132
|
+
PasswordSchema,
|
|
133
|
+
PaymentMethodSelector,
|
|
134
|
+
PaymentStatusBadge,
|
|
135
|
+
PaymentSummaryCard,
|
|
136
|
+
PriceDisplay,
|
|
137
|
+
ProcessingStatusIndicator,
|
|
138
|
+
ProductComparisonRadar,
|
|
139
|
+
PublishStatusBadge,
|
|
140
|
+
RegionalSalesPolar,
|
|
141
|
+
RegisterForm,
|
|
142
|
+
RegisterRequestSchema,
|
|
143
|
+
RevenueBarChart,
|
|
144
|
+
SafeUserSchema,
|
|
145
|
+
SalesByCategoryDoughnut,
|
|
146
|
+
SavedCardSelector,
|
|
147
|
+
SeoForm,
|
|
148
|
+
SeoPreview,
|
|
149
|
+
SessionExpiredBanner,
|
|
150
|
+
SlugSchema,
|
|
151
|
+
SortOrderEnum,
|
|
152
|
+
StatusEnum,
|
|
153
|
+
SubscriptionPlanCard,
|
|
154
|
+
ThemeEnum,
|
|
155
|
+
UserActivityLineChart,
|
|
156
|
+
UserAvatar,
|
|
157
|
+
UserMenu,
|
|
158
|
+
UserPreferencesForm,
|
|
159
|
+
UserPreferencesSchema,
|
|
160
|
+
UserProfileCard,
|
|
161
|
+
UserProfileForm,
|
|
162
|
+
UserProfileSchema,
|
|
163
|
+
UserRoleBadge,
|
|
164
|
+
UserRoleEnum,
|
|
165
|
+
UserSchema,
|
|
166
|
+
UserStatusBadge,
|
|
167
|
+
UserStatusEnum,
|
|
168
|
+
UuidSchema,
|
|
169
|
+
VisibilityBadge,
|
|
170
|
+
detectBrand,
|
|
171
|
+
useDirection
|
|
172
|
+
};
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { AdvancedDataTable, AlertAction, AlertBanner, AudioTrackOption, Avatar, AvatarGroup, Badge, BrandLogo, Button, ButtonGroup, ButtonGroupItem, Card, Checkbox, CheckboxGroup, ComboBox, ContentScoreBar, DataTable, DatePicker, DateRangePicker, Drawer, EmptyState, FileInput, Input, LazyAdvancedDataTable, LazyDataTable, LazyDateRangePicker, LazyMapView, LazyServerDataTable, LazyVideoPlayer, MapMarker, MapRoute, MapTooltipData, MapTooltipField, MapVariant, MapView, MapZone, Modal, PageHeader, PageHeaderAction, Pagination, Popover, QualityOption, RadioGroup, RadioOption, ScoreRule, SearchBar, ServerDataTable, SkeletonAvatar, SkeletonCard, SkeletonLine, SkeletonTableRow, SkeletonText, Slider, Spinner, StarRating, StatCard, StepItem, Stepper, SubtitleTrack, Tab, TabButton, TabGroup, Table, TableColumn, TagInput, Textarea, TimePicker, Toggle, TreeNode, TreeView, VideoPlayer, ViewOrientation, ViewToggle, getEffectiveDuration, useToastStore } from './ui.mjs';
|
|
2
|
+
export { A as Announcer, B as Breadcrumb, a as BreadcrumbItem, C as ComboBoxOption, D as DateRange, L as LiveRegion, M as MultiSelect, b as MultiSelectOption, S as Select, c as SelectOption, d as SkipLink, T as Toast, e as ToastAction, f as ToastItem, g as ToastItemAction, h as ToastPosition, i as ToastProvider, j as ToastRegion, k as ToastVariant, l as Tooltip, t as toast } from './Tooltip-Bof5GvOc.mjs';
|
|
3
|
+
export { D as DropdownItem, a as DropdownMenu } from './DropdownMenu-f5yV9dzM.mjs';
|
|
4
|
+
export { AnnouncerOutlet, AppBreadcrumbs, AppCommandBar, AppDrawer, AppFooter, AppNav, AppNavItem, AppShell, AppSidebar, AppSidebarFooterRenderContext, AppSidebarNavGroup, AppSidebarNavItem, AppTopBar, CommandItem, CommentThread, CommentThreadItem, CommentThreadProps, ContextMenu, ContextMenuItem, ContextMenuProps, DetailHeader, DetailTab, ErrorState, FileItem, FileUploadSection, FileUploadSectionMessages, FileUploadSectionProps, FilterBar, FilterField, FilterValues, FocusTrap, Form, FormField, GlobalSearch, ImageGallery, ImageGalleryImage, ImageGalleryProps, InlineAlert, LoadingState, MaintenancePage, MaintenancePageProps, MentionPicker, MentionPickerProps, MentionPickerUser, NavDrawer, NoAccessState, NotFoundPage, NotFoundState, NotificationProvider, OnboardingStep, OnboardingWizard, OnboardingWizardProps, SearchResult, SectionCard, ShareDialog, ShareDialogProps, ShareInvitee, SharePermission, SplashScreen, StepFlow, StepFlowStep, StepShell, ThemeSwitcher, notify, useAnnounce } from './app.mjs';
|
|
5
|
+
export { AddressCard, AddressForm, AddressSelector, CartBadge, CartItem, CartPreview, CartSummary, ChangePasswordForm, ChatBox, CheckoutSuccessState, CountrySelector, CouponInput, CreditCardForm, CreditCardVisual, CurrencySelector, DirectionProvider, DiscountBadge, ForgotPasswordForm, GeoPointDisplay, LanguageSwitcher, LocationPicker, LoginForm, NotificationMenu, OAuthButtons, OrderTotalsCard, PaymentMethodSelector, PaymentStatusBadge, PaymentSummaryCard, PriceDisplay, ProcessingStatusIndicator, ProductComparisonRadar, PublishStatusBadge, RegionalSalesPolar, RegisterForm, RevenueBarChart, SalesByCategoryDoughnut, SavedCardSelector, SeoForm, SeoPreview, SessionExpiredBanner, SubscriptionPlanCard, UserActivityLineChart, UserAvatar, UserMenu, UserPreferencesForm, UserProfileCard, UserProfileForm, UserRoleBadge, UserStatusBadge, VisibilityBadge, detectBrand, useDirection } from './common.mjs';
|
|
6
|
+
import 'react/jsx-runtime';
|
|
7
|
+
import 'react';
|
|
8
|
+
import 'zustand';
|
|
9
|
+
import 'react-hook-form';
|
|
10
|
+
import 'zod';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { AdvancedDataTable, AlertAction, AlertBanner, AudioTrackOption, Avatar, AvatarGroup, Badge, BrandLogo, Button, ButtonGroup, ButtonGroupItem, Card, Checkbox, CheckboxGroup, ComboBox, ContentScoreBar, DataTable, DatePicker, DateRangePicker, Drawer, EmptyState, FileInput, Input, LazyAdvancedDataTable, LazyDataTable, LazyDateRangePicker, LazyMapView, LazyServerDataTable, LazyVideoPlayer, MapMarker, MapRoute, MapTooltipData, MapTooltipField, MapVariant, MapView, MapZone, Modal, PageHeader, PageHeaderAction, Pagination, Popover, QualityOption, RadioGroup, RadioOption, ScoreRule, SearchBar, ServerDataTable, SkeletonAvatar, SkeletonCard, SkeletonLine, SkeletonTableRow, SkeletonText, Slider, Spinner, StarRating, StatCard, StepItem, Stepper, SubtitleTrack, Tab, TabButton, TabGroup, Table, TableColumn, TagInput, Textarea, TimePicker, Toggle, TreeNode, TreeView, VideoPlayer, ViewOrientation, ViewToggle, getEffectiveDuration, useToastStore } from './ui.js';
|
|
2
|
+
export { A as Announcer, B as Breadcrumb, a as BreadcrumbItem, C as ComboBoxOption, D as DateRange, L as LiveRegion, M as MultiSelect, b as MultiSelectOption, S as Select, c as SelectOption, d as SkipLink, T as Toast, e as ToastAction, f as ToastItem, g as ToastItemAction, h as ToastPosition, i as ToastProvider, j as ToastRegion, k as ToastVariant, l as Tooltip, t as toast } from './Tooltip-Bof5GvOc.js';
|
|
3
|
+
export { D as DropdownItem, a as DropdownMenu } from './DropdownMenu-f5yV9dzM.js';
|
|
4
|
+
export { AnnouncerOutlet, AppBreadcrumbs, AppCommandBar, AppDrawer, AppFooter, AppNav, AppNavItem, AppShell, AppSidebar, AppSidebarFooterRenderContext, AppSidebarNavGroup, AppSidebarNavItem, AppTopBar, CommandItem, CommentThread, CommentThreadItem, CommentThreadProps, ContextMenu, ContextMenuItem, ContextMenuProps, DetailHeader, DetailTab, ErrorState, FileItem, FileUploadSection, FileUploadSectionMessages, FileUploadSectionProps, FilterBar, FilterField, FilterValues, FocusTrap, Form, FormField, GlobalSearch, ImageGallery, ImageGalleryImage, ImageGalleryProps, InlineAlert, LoadingState, MaintenancePage, MaintenancePageProps, MentionPicker, MentionPickerProps, MentionPickerUser, NavDrawer, NoAccessState, NotFoundPage, NotFoundState, NotificationProvider, OnboardingStep, OnboardingWizard, OnboardingWizardProps, SearchResult, SectionCard, ShareDialog, ShareDialogProps, ShareInvitee, SharePermission, SplashScreen, StepFlow, StepFlowStep, StepShell, ThemeSwitcher, notify, useAnnounce } from './app.js';
|
|
5
|
+
export { AddressCard, AddressForm, AddressSelector, CartBadge, CartItem, CartPreview, CartSummary, ChangePasswordForm, ChatBox, CheckoutSuccessState, CountrySelector, CouponInput, CreditCardForm, CreditCardVisual, CurrencySelector, DirectionProvider, DiscountBadge, ForgotPasswordForm, GeoPointDisplay, LanguageSwitcher, LocationPicker, LoginForm, NotificationMenu, OAuthButtons, OrderTotalsCard, PaymentMethodSelector, PaymentStatusBadge, PaymentSummaryCard, PriceDisplay, ProcessingStatusIndicator, ProductComparisonRadar, PublishStatusBadge, RegionalSalesPolar, RegisterForm, RevenueBarChart, SalesByCategoryDoughnut, SavedCardSelector, SeoForm, SeoPreview, SessionExpiredBanner, SubscriptionPlanCard, UserActivityLineChart, UserAvatar, UserMenu, UserPreferencesForm, UserProfileCard, UserProfileForm, UserRoleBadge, UserStatusBadge, VisibilityBadge, detectBrand, useDirection } from './common.js';
|
|
6
|
+
import 'react/jsx-runtime';
|
|
7
|
+
import 'react';
|
|
8
|
+
import 'zustand';
|
|
9
|
+
import 'react-hook-form';
|
|
10
|
+
import 'zod';
|