gwan-design-system 0.1.7 → 0.1.8
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/index.d.mts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +201 -147
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +170 -116
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -296,6 +296,8 @@ declare const Covers: () => ReactNode;
|
|
|
296
296
|
|
|
297
297
|
declare const Colors: () => ReactNode;
|
|
298
298
|
|
|
299
|
+
declare const SignIn: () => ReactNode;
|
|
300
|
+
|
|
299
301
|
declare const SignOut: () => ReactNode;
|
|
300
302
|
|
|
301
303
|
declare const Filter: () => ReactNode;
|
|
@@ -310,6 +312,8 @@ declare const ChevLeft: () => ReactNode;
|
|
|
310
312
|
|
|
311
313
|
declare const ChevRight: () => ReactNode;
|
|
312
314
|
|
|
315
|
+
declare const ChevUp: () => ReactNode;
|
|
316
|
+
|
|
313
317
|
declare const Check: () => ReactNode;
|
|
314
318
|
|
|
315
319
|
declare const Circle: () => ReactNode;
|
|
@@ -318,8 +322,10 @@ declare const Upload: () => ReactNode;
|
|
|
318
322
|
|
|
319
323
|
declare const ArrowLeft: () => ReactNode;
|
|
320
324
|
|
|
325
|
+
declare const ArrowRight: () => ReactNode;
|
|
326
|
+
|
|
321
327
|
declare namespace index {
|
|
322
|
-
export { ArrowLeft as ArrowLeftSVG, Check as CheckSVG, ChevDown as ChevDownSVG, ChevLeft as ChevLeftSVG, ChevRight as ChevRightSVG, Circle as CircleSVG, Colors as ColorsSVG, Covers as CoversSVG, Cross as CrossSVG, Dashboard as DashboardSVG, Filter as FilterSVG, OrderInfo as OrderInfoSVG, Orders as OrdersSVG, Products as ProductsSVG, SignOut as SignOutSVG, Templates as TemplatesSVG, Upload as UploadSVG };
|
|
328
|
+
export { ArrowLeft as ArrowLeftSVG, ArrowRight as ArrowRightSVG, Check as CheckSVG, ChevDown as ChevDownSVG, ChevLeft as ChevLeftSVG, ChevRight as ChevRightSVG, ChevUp as ChevUpSVG, Circle as CircleSVG, Colors as ColorsSVG, Covers as CoversSVG, Cross as CrossSVG, Dashboard as DashboardSVG, Filter as FilterSVG, OrderInfo as OrderInfoSVG, Orders as OrdersSVG, Products as ProductsSVG, SignIn as SignInSVG, SignOut as SignOutSVG, Templates as TemplatesSVG, Upload as UploadSVG };
|
|
323
329
|
}
|
|
324
330
|
|
|
325
331
|
export { AVATAR_VARIANT, Avatar, BUTTON_VARIANTS, Banner, Button, Carousel, Checkbox, Chip, Ellipsis, FileUploader, FilterDropdown, type IAvatar, type IBanner, type IButton, type ICarousel, type ICheckbox, type IChip, type IEllipsis, type IFileUploader, type IFilter, type IFilterCategory, type IFilterOption, type IInput, type ILog, type IMenuItem, type IModal, type INavBar, type IPagination, type IPaging, type IRadioButton, type ISelectDropdown, type ISelectDropdownOption, type ISnackBar, type IState, type IStateBase, type ITable, type ITableColumn, type ITag, type ITimeLine, type ITooltip, index as Icons, Input, MODAL_SIZE, Modal, NavBar, Pagination, RadioButton, SNACK_BAR_TYPE, STATE_TYPE, SelectDropdown, Snackbar, State as States, TAG_TYPE, TOOLTIP_POSITION, Table, Tag, TimeLine, Tooltip };
|
package/dist/index.d.ts
CHANGED
|
@@ -296,6 +296,8 @@ declare const Covers: () => ReactNode;
|
|
|
296
296
|
|
|
297
297
|
declare const Colors: () => ReactNode;
|
|
298
298
|
|
|
299
|
+
declare const SignIn: () => ReactNode;
|
|
300
|
+
|
|
299
301
|
declare const SignOut: () => ReactNode;
|
|
300
302
|
|
|
301
303
|
declare const Filter: () => ReactNode;
|
|
@@ -310,6 +312,8 @@ declare const ChevLeft: () => ReactNode;
|
|
|
310
312
|
|
|
311
313
|
declare const ChevRight: () => ReactNode;
|
|
312
314
|
|
|
315
|
+
declare const ChevUp: () => ReactNode;
|
|
316
|
+
|
|
313
317
|
declare const Check: () => ReactNode;
|
|
314
318
|
|
|
315
319
|
declare const Circle: () => ReactNode;
|
|
@@ -318,8 +322,10 @@ declare const Upload: () => ReactNode;
|
|
|
318
322
|
|
|
319
323
|
declare const ArrowLeft: () => ReactNode;
|
|
320
324
|
|
|
325
|
+
declare const ArrowRight: () => ReactNode;
|
|
326
|
+
|
|
321
327
|
declare namespace index {
|
|
322
|
-
export { ArrowLeft as ArrowLeftSVG, Check as CheckSVG, ChevDown as ChevDownSVG, ChevLeft as ChevLeftSVG, ChevRight as ChevRightSVG, Circle as CircleSVG, Colors as ColorsSVG, Covers as CoversSVG, Cross as CrossSVG, Dashboard as DashboardSVG, Filter as FilterSVG, OrderInfo as OrderInfoSVG, Orders as OrdersSVG, Products as ProductsSVG, SignOut as SignOutSVG, Templates as TemplatesSVG, Upload as UploadSVG };
|
|
328
|
+
export { ArrowLeft as ArrowLeftSVG, ArrowRight as ArrowRightSVG, Check as CheckSVG, ChevDown as ChevDownSVG, ChevLeft as ChevLeftSVG, ChevRight as ChevRightSVG, ChevUp as ChevUpSVG, Circle as CircleSVG, Colors as ColorsSVG, Covers as CoversSVG, Cross as CrossSVG, Dashboard as DashboardSVG, Filter as FilterSVG, OrderInfo as OrderInfoSVG, Orders as OrdersSVG, Products as ProductsSVG, SignIn as SignInSVG, SignOut as SignOutSVG, Templates as TemplatesSVG, Upload as UploadSVG };
|
|
323
329
|
}
|
|
324
330
|
|
|
325
331
|
export { AVATAR_VARIANT, Avatar, BUTTON_VARIANTS, Banner, Button, Carousel, Checkbox, Chip, Ellipsis, FileUploader, FilterDropdown, type IAvatar, type IBanner, type IButton, type ICarousel, type ICheckbox, type IChip, type IEllipsis, type IFileUploader, type IFilter, type IFilterCategory, type IFilterOption, type IInput, type ILog, type IMenuItem, type IModal, type INavBar, type IPagination, type IPaging, type IRadioButton, type ISelectDropdown, type ISelectDropdownOption, type ISnackBar, type IState, type IStateBase, type ITable, type ITableColumn, type ITag, type ITimeLine, type ITooltip, index as Icons, Input, MODAL_SIZE, Modal, NavBar, Pagination, RadioButton, SNACK_BAR_TYPE, STATE_TYPE, SelectDropdown, Snackbar, State as States, TAG_TYPE, TOOLTIP_POSITION, Table, Tag, TimeLine, Tooltip };
|