@ultraviolet/ui 2.0.0 → 2.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/dist/components/ActionBar/index.cjs +3 -3
- package/dist/components/ActionBar/index.js +3 -3
- package/dist/components/Alert/index.cjs +20 -20
- package/dist/components/Alert/index.js +21 -21
- package/dist/components/Avatar/constants.cjs +10 -10
- package/dist/components/Avatar/constants.d.ts +9 -9
- package/dist/components/Avatar/constants.js +10 -10
- package/dist/components/Avatar/index.cjs +10 -10
- package/dist/components/Avatar/index.js +10 -10
- package/dist/components/Badge/index.cjs +2 -2
- package/dist/components/Badge/index.js +2 -2
- package/dist/components/Banner/index.cjs +21 -21
- package/dist/components/Banner/index.js +21 -21
- package/dist/components/BarChart/Tooltip.cjs +4 -4
- package/dist/components/BarChart/Tooltip.js +4 -4
- package/dist/components/BarChart/index.cjs +4 -4
- package/dist/components/BarChart/index.js +4 -4
- package/dist/components/BarStack/index.cjs +5 -5
- package/dist/components/BarStack/index.js +5 -5
- package/dist/components/Breadcrumbs/components/Item.cjs +4 -4
- package/dist/components/Breadcrumbs/components/Item.js +4 -4
- package/dist/components/Bullet/index.cjs +15 -15
- package/dist/components/Bullet/index.d.ts +3 -3
- package/dist/components/Bullet/index.js +15 -15
- package/dist/components/Button/index.cjs +14 -14
- package/dist/components/Button/index.d.ts +2 -2
- package/dist/components/Button/index.js +14 -14
- package/dist/components/Card/index.cjs +8 -8
- package/dist/components/Card/index.js +8 -8
- package/dist/components/Carousel/index.cjs +13 -13
- package/dist/components/Carousel/index.js +13 -13
- package/dist/components/Checkbox/index.cjs +18 -18
- package/dist/components/Checkbox/index.js +18 -18
- package/dist/components/CheckboxGroup/index.cjs +10 -10
- package/dist/components/CheckboxGroup/index.js +10 -10
- package/dist/components/Chip/ChipIcon.cjs +3 -3
- package/dist/components/Chip/ChipIcon.js +3 -3
- package/dist/components/Chip/index.cjs +5 -5
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/Chip/index.js +5 -5
- package/dist/components/CopyButton/index.cjs +2 -2
- package/dist/components/CopyButton/index.js +2 -2
- package/dist/components/DateInput/Context.cjs +10 -10
- package/dist/components/DateInput/Context.js +10 -10
- package/dist/components/DateInput/components/CalendarContent.cjs +7 -7
- package/dist/components/DateInput/components/CalendarContent.js +7 -7
- package/dist/components/DateInput/components/CalendarDaily.cjs +18 -18
- package/dist/components/DateInput/components/CalendarDaily.js +18 -18
- package/dist/components/DateInput/components/CalendarMonthly.cjs +16 -16
- package/dist/components/DateInput/components/CalendarMonthly.js +16 -16
- package/dist/components/DateInput/components/Popup.cjs +2 -2
- package/dist/components/DateInput/components/Popup.js +2 -2
- package/dist/components/DateInput/index.cjs +30 -30
- package/dist/components/DateInput/index.js +30 -30
- package/dist/components/Dialog/components/Button.cjs +1 -1
- package/dist/components/Dialog/components/Button.js +1 -1
- package/dist/components/Dialog/components/CancelButton.cjs +1 -1
- package/dist/components/Dialog/components/CancelButton.js +1 -1
- package/dist/components/Dialog/components/Text.cjs +1 -1
- package/dist/components/Dialog/components/Text.js +1 -1
- package/dist/components/Dialog/index.cjs +4 -4
- package/dist/components/Dialog/index.d.ts +5 -5
- package/dist/components/Dialog/index.js +4 -4
- package/dist/components/Drawer/index.cjs +15 -15
- package/dist/components/Drawer/index.d.ts +2 -2
- package/dist/components/Drawer/index.js +15 -15
- package/dist/components/EmptyState/index.cjs +17 -17
- package/dist/components/EmptyState/index.d.ts +2 -2
- package/dist/components/EmptyState/index.js +17 -17
- package/dist/components/Expandable/index.cjs +8 -8
- package/dist/components/Expandable/index.js +8 -8
- package/dist/components/ExpandableCard/components/Title.cjs +1 -1
- package/dist/components/ExpandableCard/components/Title.js +1 -1
- package/dist/components/ExpandableCard/index.cjs +18 -18
- package/dist/components/ExpandableCard/index.js +18 -18
- package/dist/components/GlobalAlert/GlobalAlertLink.cjs +1 -1
- package/dist/components/GlobalAlert/GlobalAlertLink.js +1 -1
- package/dist/components/GlobalAlert/index.cjs +8 -8
- package/dist/components/GlobalAlert/index.js +8 -8
- package/dist/components/InfiniteScroll/index.cjs +2 -2
- package/dist/components/InfiniteScroll/index.js +2 -2
- package/dist/components/Label/index.cjs +8 -8
- package/dist/components/Label/index.js +8 -8
- package/dist/components/LineChart/CustomLegend.cjs +20 -20
- package/dist/components/LineChart/CustomLegend.js +20 -20
- package/dist/components/LineChart/Tooltip.cjs +4 -4
- package/dist/components/LineChart/Tooltip.js +4 -4
- package/dist/components/LineChart/index.cjs +8 -8
- package/dist/components/LineChart/index.js +8 -8
- package/dist/components/Link/index.cjs +7 -7
- package/dist/components/Link/index.d.ts +1 -1
- package/dist/components/Link/index.js +7 -7
- package/dist/components/List/Cell.cjs +2 -2
- package/dist/components/List/Cell.js +2 -2
- package/dist/components/List/HeaderCell.cjs +5 -5
- package/dist/components/List/HeaderCell.js +5 -5
- package/dist/components/List/HeaderRow.cjs +4 -4
- package/dist/components/List/HeaderRow.js +4 -4
- package/dist/components/List/ListContext.cjs +7 -7
- package/dist/components/List/ListContext.js +7 -7
- package/dist/components/List/Row.cjs +12 -12
- package/dist/components/List/Row.js +12 -12
- package/dist/components/List/SelectBar.cjs +1 -1
- package/dist/components/List/SelectBar.js +1 -1
- package/dist/components/List/SkeletonRows.cjs +3 -3
- package/dist/components/List/SkeletonRows.js +3 -3
- package/dist/components/List/index.cjs +6 -6
- package/dist/components/List/index.d.ts +7 -7
- package/dist/components/List/index.js +6 -6
- package/dist/components/Loader/index.cjs +13 -13
- package/dist/components/Loader/index.d.ts +3 -3
- package/dist/components/Loader/index.js +13 -13
- package/dist/components/Menu/MenuContent.cjs +13 -13
- package/dist/components/Menu/MenuContent.js +13 -13
- package/dist/components/Menu/MenuProvider.cjs +5 -5
- package/dist/components/Menu/MenuProvider.js +5 -5
- package/dist/components/Menu/components/Group.cjs +3 -3
- package/dist/components/Menu/components/Group.js +3 -3
- package/dist/components/Menu/components/Item.cjs +11 -11
- package/dist/components/Menu/components/Item.js +11 -11
- package/dist/components/Menu/constants.cjs +2 -2
- package/dist/components/Menu/constants.d.ts +2 -2
- package/dist/components/Menu/constants.js +2 -2
- package/dist/components/Menu/index.cjs +5 -5
- package/dist/components/Menu/index.d.ts +6 -6
- package/dist/components/Menu/index.js +5 -5
- package/dist/components/Meter/index.cjs +6 -6
- package/dist/components/Meter/index.js +6 -6
- package/dist/components/Modal/ModalContent.cjs +7 -7
- package/dist/components/Modal/ModalContent.js +7 -7
- package/dist/components/Modal/ModalProvider.cjs +2 -2
- package/dist/components/Modal/ModalProvider.js +2 -2
- package/dist/components/Modal/components/Dialog.cjs +8 -8
- package/dist/components/Modal/components/Dialog.js +8 -8
- package/dist/components/Modal/components/Disclosure.cjs +6 -6
- package/dist/components/Modal/components/Disclosure.js +6 -6
- package/dist/components/Modal/index.cjs +3 -3
- package/dist/components/Modal/index.js +3 -3
- package/dist/components/Notice/index.cjs +3 -3
- package/dist/components/Notice/index.js +3 -3
- package/dist/components/Notification/index.cjs +6 -6
- package/dist/components/Notification/index.js +6 -6
- package/dist/components/NumberInput/index.cjs +21 -21
- package/dist/components/NumberInput/index.d.ts +2 -2
- package/dist/components/NumberInput/index.js +21 -21
- package/dist/components/Pagination/PaginationButtons.cjs +8 -8
- package/dist/components/Pagination/PaginationButtons.js +8 -8
- package/dist/components/Pagination/PerPage.cjs +13 -13
- package/dist/components/Pagination/PerPage.js +13 -13
- package/dist/components/Pagination/index.cjs +2 -2
- package/dist/components/Pagination/index.js +2 -2
- package/dist/components/PasswordCheck/index.cjs +3 -3
- package/dist/components/PasswordCheck/index.js +3 -3
- package/dist/components/PieChart/Legends.cjs +13 -13
- package/dist/components/PieChart/Legends.js +13 -13
- package/dist/components/PieChart/Tooltip.cjs +7 -7
- package/dist/components/PieChart/Tooltip.js +7 -7
- package/dist/components/PieChart/index.cjs +8 -8
- package/dist/components/PieChart/index.js +8 -8
- package/dist/components/Popover/index.cjs +9 -9
- package/dist/components/Popover/index.d.ts +2 -2
- package/dist/components/Popover/index.js +9 -9
- package/dist/components/Popup/helpers.cjs +21 -21
- package/dist/components/Popup/helpers.d.ts +2 -2
- package/dist/components/Popup/helpers.js +21 -21
- package/dist/components/Popup/index.cjs +9 -9
- package/dist/components/Popup/index.js +9 -9
- package/dist/components/ProgressBar/index.cjs +9 -9
- package/dist/components/ProgressBar/index.js +9 -9
- package/dist/components/Radio/index.cjs +12 -12
- package/dist/components/Radio/index.js +12 -12
- package/dist/components/RadioGroup/index.cjs +9 -9
- package/dist/components/RadioGroup/index.js +9 -9
- package/dist/components/Row/index.cjs +2 -2
- package/dist/components/Row/index.js +2 -2
- package/dist/components/SearchInput/Key.cjs +7 -7
- package/dist/components/SearchInput/Key.d.ts +5 -5
- package/dist/components/SearchInput/Key.js +7 -7
- package/dist/components/SearchInput/KeyGroup.cjs +2 -2
- package/dist/components/SearchInput/KeyGroup.js +2 -2
- package/dist/components/SearchInput/index.cjs +5 -5
- package/dist/components/SearchInput/index.js +5 -5
- package/dist/components/SelectInput/Dropdown.cjs +39 -39
- package/dist/components/SelectInput/Dropdown.js +39 -39
- package/dist/components/SelectInput/DropdownOption.cjs +18 -18
- package/dist/components/SelectInput/DropdownOption.js +18 -18
- package/dist/components/SelectInput/SearchBarDropdown.cjs +6 -6
- package/dist/components/SelectInput/SearchBarDropdown.js +6 -6
- package/dist/components/SelectInput/SelectBar.cjs +32 -32
- package/dist/components/SelectInput/SelectBar.js +32 -32
- package/dist/components/SelectInput/SelectInputProvider.cjs +42 -42
- package/dist/components/SelectInput/SelectInputProvider.js +42 -42
- package/dist/components/SelectInput/index.cjs +7 -7
- package/dist/components/SelectInput/index.js +7 -7
- package/dist/components/SelectInput/types.cjs +3 -3
- package/dist/components/SelectInput/types.d.ts +2 -2
- package/dist/components/SelectInput/types.js +3 -3
- package/dist/components/SelectableCard/index.cjs +18 -18
- package/dist/components/SelectableCard/index.js +18 -18
- package/dist/components/SelectableCardGroup/index.cjs +7 -7
- package/dist/components/SelectableCardGroup/index.js +7 -7
- package/dist/components/SelectableCardOptionGroup/Provider.cjs +4 -4
- package/dist/components/SelectableCardOptionGroup/Provider.js +4 -4
- package/dist/components/SelectableCardOptionGroup/components/Image.cjs +2 -2
- package/dist/components/SelectableCardOptionGroup/components/Image.js +2 -2
- package/dist/components/SelectableCardOptionGroup/components/Option.cjs +13 -13
- package/dist/components/SelectableCardOptionGroup/components/Option.d.ts +1 -1
- package/dist/components/SelectableCardOptionGroup/components/Option.js +13 -13
- package/dist/components/SelectableCardOptionGroup/index.cjs +6 -6
- package/dist/components/SelectableCardOptionGroup/index.js +6 -6
- package/dist/components/Separator/index.cjs +6 -6
- package/dist/components/Separator/index.js +6 -6
- package/dist/components/Skeleton/index.cjs +4 -4
- package/dist/components/Skeleton/index.js +4 -4
- package/dist/components/Slider/components/DoubleSlider.cjs +22 -22
- package/dist/components/Slider/components/DoubleSlider.js +22 -22
- package/dist/components/Slider/components/Options.cjs +3 -3
- package/dist/components/Slider/components/Options.js +3 -3
- package/dist/components/Slider/components/SingleSlider.cjs +13 -13
- package/dist/components/Slider/components/SingleSlider.js +13 -13
- package/dist/components/Slider/index.cjs +7 -7
- package/dist/components/Slider/index.js +7 -7
- package/dist/components/Snippet/index.cjs +14 -14
- package/dist/components/Snippet/index.js +14 -14
- package/dist/components/Status/index.cjs +4 -4
- package/dist/components/Status/index.js +4 -4
- package/dist/components/StepList/index.cjs +5 -5
- package/dist/components/StepList/index.js +5 -5
- package/dist/components/Stepper/Step.cjs +10 -10
- package/dist/components/Stepper/Step.js +10 -10
- package/dist/components/Stepper/StepperProvider.cjs +10 -10
- package/dist/components/Stepper/StepperProvider.js +10 -10
- package/dist/components/Stepper/index.cjs +7 -7
- package/dist/components/Stepper/index.js +7 -7
- package/dist/components/SwitchButton/FocusOverlay.cjs +3 -3
- package/dist/components/SwitchButton/FocusOverlay.js +3 -3
- package/dist/components/SwitchButton/Option.cjs +4 -4
- package/dist/components/SwitchButton/Option.js +4 -4
- package/dist/components/SwitchButton/index.cjs +12 -12
- package/dist/components/SwitchButton/index.js +12 -12
- package/dist/components/Table/Cell.cjs +2 -2
- package/dist/components/Table/Cell.js +2 -2
- package/dist/components/Table/HeaderCell.cjs +6 -6
- package/dist/components/Table/HeaderCell.js +6 -6
- package/dist/components/Table/HeaderRow.cjs +2 -2
- package/dist/components/Table/HeaderRow.js +2 -2
- package/dist/components/Table/Row.cjs +9 -9
- package/dist/components/Table/Row.js +9 -9
- package/dist/components/Table/SelectBar.cjs +1 -1
- package/dist/components/Table/SelectBar.js +1 -1
- package/dist/components/Table/SkeletonRows.cjs +3 -3
- package/dist/components/Table/SkeletonRows.js +3 -3
- package/dist/components/Table/TableContext.cjs +3 -3
- package/dist/components/Table/TableContext.js +3 -3
- package/dist/components/Table/index.cjs +9 -9
- package/dist/components/Table/index.d.ts +12 -12
- package/dist/components/Table/index.js +9 -9
- package/dist/components/Tabs/Tab.cjs +10 -10
- package/dist/components/Tabs/Tab.js +10 -10
- package/dist/components/Tabs/TabMenu.cjs +8 -8
- package/dist/components/Tabs/TabMenu.js +8 -8
- package/dist/components/Tabs/TabMenuItem.cjs +3 -3
- package/dist/components/Tabs/TabMenuItem.js +3 -3
- package/dist/components/Tabs/index.cjs +7 -7
- package/dist/components/Tabs/index.js +7 -7
- package/dist/components/Tag/index.cjs +10 -10
- package/dist/components/Tag/index.js +10 -10
- package/dist/components/TagInput/index.cjs +14 -14
- package/dist/components/TagInput/index.js +14 -14
- package/dist/components/TagList/index.cjs +16 -16
- package/dist/components/TagList/index.js +16 -16
- package/dist/components/Text/index.cjs +2 -2
- package/dist/components/Text/index.js +2 -2
- package/dist/components/TextArea/index.cjs +13 -13
- package/dist/components/TextArea/index.js +13 -13
- package/dist/components/TextInput/index.cjs +30 -30
- package/dist/components/TextInput/index.d.ts +2 -2
- package/dist/components/TextInput/index.js +30 -30
- package/dist/components/TimeInput/constants.cjs +2 -2
- package/dist/components/TimeInput/constants.d.ts +2 -2
- package/dist/components/TimeInput/constants.js +2 -2
- package/dist/components/TimeInput/index.cjs +18 -18
- package/dist/components/TimeInput/index.js +19 -19
- package/dist/components/Toaster/components/Button.cjs +1 -1
- package/dist/components/Toaster/components/Button.js +1 -1
- package/dist/components/Toaster/index.cjs +4 -4
- package/dist/components/Toaster/index.js +4 -4
- package/dist/components/Toggle/index.cjs +11 -11
- package/dist/components/Toggle/index.js +11 -11
- package/dist/components/ToggleGroup/index.cjs +9 -9
- package/dist/components/ToggleGroup/index.js +9 -9
- package/dist/components/Tooltip/index.cjs +2 -2
- package/dist/components/Tooltip/index.js +2 -2
- package/dist/components/UnitInput/index.cjs +15 -15
- package/dist/components/UnitInput/index.d.ts +1 -1
- package/dist/components/UnitInput/index.js +15 -15
- package/dist/components/VerificationCode/index.cjs +8 -8
- package/dist/components/VerificationCode/index.js +8 -8
- package/dist/components/index.d.ts +3 -3
- package/dist/helpers/nivoTheme.cjs +2 -2
- package/dist/helpers/nivoTheme.d.ts +2 -2
- package/dist/helpers/nivoTheme.js +2 -2
- package/dist/index.cjs +112 -112
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/theme/index.d.ts +12 -12
- package/dist/utils/index.d.ts +3 -3
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -25,61 +25,61 @@ const index$f = require("./components/Chip/index.cjs");
|
|
|
25
25
|
const index$g = require("./components/CopyButton/index.cjs");
|
|
26
26
|
const index$h = require("./components/DateInput/index.cjs");
|
|
27
27
|
const index$i = require("./components/Dialog/index.cjs");
|
|
28
|
-
const index$j = require("./components/
|
|
29
|
-
const index$k = require("./components/
|
|
30
|
-
const index$l = require("./components/
|
|
31
|
-
const index$m = require("./components/
|
|
32
|
-
const index$n = require("./components/
|
|
33
|
-
const index$o = require("./components/
|
|
34
|
-
const index$p = require("./components/
|
|
35
|
-
const index$q = require("./components/
|
|
36
|
-
const index$r = require("./components/
|
|
37
|
-
const index$s = require("./components/
|
|
38
|
-
const index$t = require("./components/
|
|
39
|
-
const index$u = require("./components/
|
|
40
|
-
const index$v = require("./components/
|
|
41
|
-
const index$w = require("./components/
|
|
42
|
-
const index$x = require("./components/
|
|
43
|
-
const index$y = require("./components/
|
|
44
|
-
const index$z = require("./components/
|
|
45
|
-
const index$A = require("./components/
|
|
46
|
-
const index$B = require("./components/
|
|
47
|
-
const index$C = require("./components/
|
|
48
|
-
const index$D = require("./components/
|
|
49
|
-
const index$E = require("./components/
|
|
50
|
-
const index$F = require("./components/
|
|
51
|
-
const index$G = require("./components/
|
|
52
|
-
const index$H = require("./components/
|
|
53
|
-
const index$I = require("./components/
|
|
54
|
-
const index$J = require("./components/
|
|
55
|
-
const index$K = require("./components/
|
|
56
|
-
const index$L = require("./components/
|
|
57
|
-
const index$M = require("./components/
|
|
58
|
-
const index$N = require("./components/
|
|
59
|
-
const index$O = require("./components/
|
|
60
|
-
const index$P = require("./components/
|
|
61
|
-
const index$Q = require("./components/
|
|
62
|
-
const index$R = require("./components/
|
|
63
|
-
const index$S = require("./components/
|
|
64
|
-
const index$T = require("./components/
|
|
65
|
-
const index$U = require("./components/
|
|
66
|
-
const index$V = require("./components/
|
|
67
|
-
const index$W = require("./components/
|
|
68
|
-
const index$X = require("./components/
|
|
69
|
-
const index$Y = require("./components/
|
|
70
|
-
const index$Z = require("./components/
|
|
71
|
-
const index$_ = require("./components/
|
|
72
|
-
const index$$ = require("./components/
|
|
73
|
-
const index$10 = require("./components/
|
|
74
|
-
const index$11 = require("./components/
|
|
75
|
-
const index$12 = require("./components/
|
|
76
|
-
const index$13 = require("./components/
|
|
77
|
-
const index$14 = require("./components/
|
|
78
|
-
const index$15 = require("./components/
|
|
79
|
-
const index$16 = require("./components/
|
|
80
|
-
const index$17 = require("./components/
|
|
81
|
-
const index$18 = require("./components/
|
|
82
|
-
const index$19 = require("./components/
|
|
28
|
+
const index$j = require("./components/Drawer/index.cjs");
|
|
29
|
+
const index$k = require("./components/EmptyState/index.cjs");
|
|
30
|
+
const index$l = require("./components/Expandable/index.cjs");
|
|
31
|
+
const index$m = require("./components/ExpandableCard/index.cjs");
|
|
32
|
+
const index$n = require("./components/GlobalAlert/index.cjs");
|
|
33
|
+
const index$o = require("./components/InfiniteScroll/index.cjs");
|
|
34
|
+
const index$p = require("./components/Label/index.cjs");
|
|
35
|
+
const index$q = require("./components/LineChart/index.cjs");
|
|
36
|
+
const index$r = require("./components/Link/index.cjs");
|
|
37
|
+
const index$s = require("./components/List/index.cjs");
|
|
38
|
+
const index$t = require("./components/Loader/index.cjs");
|
|
39
|
+
const index$u = require("./components/Menu/index.cjs");
|
|
40
|
+
const index$v = require("./components/Meter/index.cjs");
|
|
41
|
+
const index$w = require("./components/Modal/index.cjs");
|
|
42
|
+
const index$x = require("./components/Notice/index.cjs");
|
|
43
|
+
const index$y = require("./components/Notification/index.cjs");
|
|
44
|
+
const index$z = require("./components/NumberInput/index.cjs");
|
|
45
|
+
const index$A = require("./components/Pagination/index.cjs");
|
|
46
|
+
const index$B = require("./components/PasswordCheck/index.cjs");
|
|
47
|
+
const index$C = require("./components/PieChart/index.cjs");
|
|
48
|
+
const index$D = require("./components/Popover/index.cjs");
|
|
49
|
+
const index$E = require("./components/Popup/index.cjs");
|
|
50
|
+
const index$F = require("./components/ProgressBar/index.cjs");
|
|
51
|
+
const index$G = require("./components/Radio/index.cjs");
|
|
52
|
+
const index$H = require("./components/RadioGroup/index.cjs");
|
|
53
|
+
const index$I = require("./components/Row/index.cjs");
|
|
54
|
+
const index$J = require("./components/SearchInput/index.cjs");
|
|
55
|
+
const index$K = require("./components/SelectableCard/index.cjs");
|
|
56
|
+
const index$L = require("./components/SelectableCardGroup/index.cjs");
|
|
57
|
+
const index$M = require("./components/SelectableCardOptionGroup/index.cjs");
|
|
58
|
+
const index$N = require("./components/SelectInput/index.cjs");
|
|
59
|
+
const index$O = require("./components/Separator/index.cjs");
|
|
60
|
+
const index$P = require("./components/Skeleton/index.cjs");
|
|
61
|
+
const index$Q = require("./components/Slider/index.cjs");
|
|
62
|
+
const index$R = require("./components/Snippet/index.cjs");
|
|
63
|
+
const index$S = require("./components/Stack/index.cjs");
|
|
64
|
+
const index$T = require("./components/Status/index.cjs");
|
|
65
|
+
const index$U = require("./components/StepList/index.cjs");
|
|
66
|
+
const index$V = require("./components/Stepper/index.cjs");
|
|
67
|
+
const index$W = require("./components/SwitchButton/index.cjs");
|
|
68
|
+
const index$X = require("./components/Table/index.cjs");
|
|
69
|
+
const index$Y = require("./components/Tabs/index.cjs");
|
|
70
|
+
const index$Z = require("./components/Tag/index.cjs");
|
|
71
|
+
const index$_ = require("./components/TagInput/index.cjs");
|
|
72
|
+
const index$$ = require("./components/TagList/index.cjs");
|
|
73
|
+
const index$10 = require("./components/Text/index.cjs");
|
|
74
|
+
const index$11 = require("./components/TextArea/index.cjs");
|
|
75
|
+
const index$12 = require("./components/TextInput/index.cjs");
|
|
76
|
+
const index$13 = require("./components/TimeInput/index.cjs");
|
|
77
|
+
const index$14 = require("./components/Toaster/index.cjs");
|
|
78
|
+
const index$15 = require("./components/Toggle/index.cjs");
|
|
79
|
+
const index$16 = require("./components/ToggleGroup/index.cjs");
|
|
80
|
+
const index$17 = require("./components/Tooltip/index.cjs");
|
|
81
|
+
const index$18 = require("./components/UnitInput/index.cjs");
|
|
82
|
+
const index$19 = require("./components/VerificationCode/index.cjs");
|
|
83
83
|
exports.extendTheme = index.extendTheme;
|
|
84
84
|
exports.Breakpoint = Breakpoint;
|
|
85
85
|
exports.normalize = normalize;
|
|
@@ -140,60 +140,60 @@ exports.Chip = index$f.Chip;
|
|
|
140
140
|
exports.CopyButton = index$g.CopyButton;
|
|
141
141
|
exports.DateInput = index$h.DateInput;
|
|
142
142
|
exports.Dialog = index$i.Dialog;
|
|
143
|
-
exports.
|
|
144
|
-
exports.
|
|
145
|
-
exports.
|
|
146
|
-
exports.
|
|
147
|
-
exports.
|
|
148
|
-
exports.
|
|
149
|
-
exports.
|
|
150
|
-
exports.
|
|
151
|
-
exports.
|
|
152
|
-
exports.
|
|
153
|
-
exports.
|
|
154
|
-
exports.
|
|
155
|
-
exports.
|
|
156
|
-
exports.
|
|
157
|
-
exports.
|
|
158
|
-
exports.
|
|
159
|
-
exports.
|
|
160
|
-
exports.
|
|
161
|
-
exports.
|
|
162
|
-
exports.
|
|
163
|
-
exports.
|
|
164
|
-
exports.
|
|
165
|
-
exports.
|
|
166
|
-
exports.
|
|
167
|
-
exports.
|
|
168
|
-
exports.
|
|
169
|
-
exports.
|
|
170
|
-
exports.
|
|
171
|
-
exports.
|
|
172
|
-
exports.
|
|
173
|
-
exports.
|
|
174
|
-
exports.
|
|
175
|
-
exports.
|
|
176
|
-
exports.
|
|
177
|
-
exports.
|
|
178
|
-
exports.
|
|
179
|
-
exports.
|
|
180
|
-
exports.
|
|
181
|
-
exports.
|
|
182
|
-
exports.
|
|
183
|
-
exports.
|
|
184
|
-
exports.
|
|
185
|
-
exports.
|
|
186
|
-
exports.
|
|
187
|
-
exports.
|
|
188
|
-
exports.
|
|
189
|
-
exports.
|
|
190
|
-
exports.
|
|
191
|
-
exports.
|
|
192
|
-
exports.
|
|
193
|
-
exports.
|
|
194
|
-
exports.
|
|
195
|
-
exports.
|
|
196
|
-
exports.
|
|
197
|
-
exports.
|
|
198
|
-
exports.
|
|
199
|
-
exports.
|
|
143
|
+
exports.Drawer = index$j.Drawer;
|
|
144
|
+
exports.EmptyState = index$k.EmptyState;
|
|
145
|
+
exports.Expandable = index$l.Expandable;
|
|
146
|
+
exports.ExpandableCard = index$m.ExpandableCard;
|
|
147
|
+
exports.GlobalAlert = index$n.GlobalAlert;
|
|
148
|
+
exports.InfiniteScroll = index$o.InfiniteScroll;
|
|
149
|
+
exports.Label = index$p.Label;
|
|
150
|
+
exports.LineChart = index$q.LineChart;
|
|
151
|
+
exports.Link = index$r.Link;
|
|
152
|
+
exports.List = index$s.List;
|
|
153
|
+
exports.Loader = index$t.Loader;
|
|
154
|
+
exports.Menu = index$u.Menu;
|
|
155
|
+
exports.Meter = index$v.Meter;
|
|
156
|
+
exports.Modal = index$w.Modal;
|
|
157
|
+
exports.Notice = index$x.Notice;
|
|
158
|
+
exports.NotificationContainer = index$y.NotificationContainer;
|
|
159
|
+
exports.notification = index$y.notification;
|
|
160
|
+
exports.NumberInput = index$z.NumberInput;
|
|
161
|
+
exports.Pagination = index$A.Pagination;
|
|
162
|
+
exports.PasswordCheck = index$B.PasswordCheck;
|
|
163
|
+
exports.PieChart = index$C.PieChart;
|
|
164
|
+
exports.Popover = index$D.Popover;
|
|
165
|
+
exports.Popup = index$E.Popup;
|
|
166
|
+
exports.ProgressBar = index$F.ProgressBar;
|
|
167
|
+
exports.Radio = index$G.Radio;
|
|
168
|
+
exports.RadioGroup = index$H.RadioGroup;
|
|
169
|
+
exports.Row = index$I.Row;
|
|
170
|
+
exports.SearchInput = index$J.SearchInput;
|
|
171
|
+
exports.SelectableCard = index$K.SelectableCard;
|
|
172
|
+
exports.SelectableCardGroup = index$L.SelectableCardGroup;
|
|
173
|
+
exports.SelectableCardOptionGroup = index$M.SelectableCardOptionGroup;
|
|
174
|
+
exports.SelectInput = index$N.SelectInput;
|
|
175
|
+
exports.Separator = index$O.Separator;
|
|
176
|
+
exports.Skeleton = index$P.Skeleton;
|
|
177
|
+
exports.Slider = index$Q.Slider;
|
|
178
|
+
exports.Snippet = index$R.Snippet;
|
|
179
|
+
exports.Stack = index$S.Stack;
|
|
180
|
+
exports.Status = index$T.Status;
|
|
181
|
+
exports.StepList = index$U.StepList;
|
|
182
|
+
exports.Stepper = index$V.Stepper;
|
|
183
|
+
exports.SwitchButton = index$W.SwitchButton;
|
|
184
|
+
exports.Table = index$X.Table;
|
|
185
|
+
exports.Tabs = index$Y.Tabs;
|
|
186
|
+
exports.Tag = index$Z.Tag;
|
|
187
|
+
exports.TagInput = index$_.TagInput;
|
|
188
|
+
exports.TagList = index$$.TagList;
|
|
189
|
+
exports.Text = index$10.Text;
|
|
190
|
+
exports.TextArea = index$11.TextArea;
|
|
191
|
+
exports.TextInput = index$12.TextInput;
|
|
192
|
+
exports.TimeInput = index$13.TimeInput;
|
|
193
|
+
exports.ToastContainer = index$14.ToastContainer;
|
|
194
|
+
exports.toast = index$14.toast;
|
|
195
|
+
exports.Toggle = index$15.Toggle;
|
|
196
|
+
exports.ToggleGroup = index$16.ToggleGroup;
|
|
197
|
+
exports.Tooltip = index$17.Tooltip;
|
|
198
|
+
exports.UnitInput = index$18.UnitInput;
|
|
199
|
+
exports.VerificationCode = index$19.VerificationCode;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from './components';
|
|
2
|
-
export { darkTheme, default as theme, extendTheme, } from './theme';
|
|
3
2
|
export type { UltravioletUITheme } from './theme';
|
|
4
|
-
export {
|
|
3
|
+
export { darkTheme, default as theme, extendTheme, } from './theme';
|
|
4
|
+
export { Breakpoint, bounce, down, fadeIn, fadeOut, flash, getUUID, normalize, ping, pulse, quickScaleDown, scaleBack, scaleDown, scaleForward, scaleUp, sketchIn, sketchOut, slideDownLarge, slideFromBottom, slideFromLeft, slideFromRight, slideFromTop, slideToBottom, slideToLeft, slideToRight, slideToTop, slideUpLarge, unfoldIn, unfoldOut, up, zoomIn, zoomOut, } from './utils';
|
package/dist/index.js
CHANGED
|
@@ -23,10 +23,12 @@ import { Chip } from "./components/Chip/index.js";
|
|
|
23
23
|
import { CopyButton } from "./components/CopyButton/index.js";
|
|
24
24
|
import { DateInput } from "./components/DateInput/index.js";
|
|
25
25
|
import { Dialog } from "./components/Dialog/index.js";
|
|
26
|
+
import { Drawer } from "./components/Drawer/index.js";
|
|
26
27
|
import { EmptyState } from "./components/EmptyState/index.js";
|
|
27
28
|
import { Expandable } from "./components/Expandable/index.js";
|
|
28
29
|
import { ExpandableCard } from "./components/ExpandableCard/index.js";
|
|
29
30
|
import { GlobalAlert } from "./components/GlobalAlert/index.js";
|
|
31
|
+
import { InfiniteScroll } from "./components/InfiniteScroll/index.js";
|
|
30
32
|
import { Label } from "./components/Label/index.js";
|
|
31
33
|
import { LineChart } from "./components/LineChart/index.js";
|
|
32
34
|
import { Link } from "./components/Link/index.js";
|
|
@@ -76,8 +78,6 @@ import { ToggleGroup } from "./components/ToggleGroup/index.js";
|
|
|
76
78
|
import { Tooltip } from "./components/Tooltip/index.js";
|
|
77
79
|
import { UnitInput } from "./components/UnitInput/index.js";
|
|
78
80
|
import { VerificationCode } from "./components/VerificationCode/index.js";
|
|
79
|
-
import { Drawer } from "./components/Drawer/index.js";
|
|
80
|
-
import { InfiniteScroll } from "./components/InfiniteScroll/index.js";
|
|
81
81
|
export {
|
|
82
82
|
ActionBar,
|
|
83
83
|
Alert,
|
package/dist/theme/index.d.ts
CHANGED
|
@@ -60,10 +60,10 @@ declare const colors: {
|
|
|
60
60
|
backgroundHover: string;
|
|
61
61
|
backgroundStrong: string;
|
|
62
62
|
backgroundStrongDisabled: string;
|
|
63
|
-
backgroundStrongHover: string;
|
|
64
63
|
backgroundStronger: string;
|
|
65
64
|
backgroundStrongerDisabled: string;
|
|
66
65
|
backgroundStrongerHover: string;
|
|
66
|
+
backgroundStrongHover: string;
|
|
67
67
|
backgroundWeak: string;
|
|
68
68
|
backgroundWeakDisabled: string;
|
|
69
69
|
backgroundWeakElevated: string;
|
|
@@ -73,10 +73,10 @@ declare const colors: {
|
|
|
73
73
|
borderHover: string;
|
|
74
74
|
borderStrong: string;
|
|
75
75
|
borderStrongDisabled: string;
|
|
76
|
-
borderStrongHover: string;
|
|
77
76
|
borderStronger: string;
|
|
78
77
|
borderStrongerDisabled: string;
|
|
79
78
|
borderStrongerHover: string;
|
|
79
|
+
borderStrongHover: string;
|
|
80
80
|
borderWeak: string;
|
|
81
81
|
borderWeakDisabled: string;
|
|
82
82
|
borderWeakHover: string;
|
|
@@ -85,10 +85,10 @@ declare const colors: {
|
|
|
85
85
|
iconHover: string;
|
|
86
86
|
iconStrong: string;
|
|
87
87
|
iconStrongDisabled: string;
|
|
88
|
-
iconStrongHover: string;
|
|
89
88
|
iconStronger: string;
|
|
90
89
|
iconStrongerDisabled: string;
|
|
91
90
|
iconStrongerHover: string;
|
|
91
|
+
iconStrongHover: string;
|
|
92
92
|
iconWeak: string;
|
|
93
93
|
iconWeakDisabled: string;
|
|
94
94
|
iconWeakHover: string;
|
|
@@ -97,10 +97,10 @@ declare const colors: {
|
|
|
97
97
|
textHover: string;
|
|
98
98
|
textStrong: string;
|
|
99
99
|
textStrongDisabled: string;
|
|
100
|
-
textStrongHover: string;
|
|
101
100
|
textStronger: string;
|
|
102
101
|
textStrongerDisabled: string;
|
|
103
102
|
textStrongerHover: string;
|
|
103
|
+
textStrongHover: string;
|
|
104
104
|
textWeak: string;
|
|
105
105
|
textWeakDisabled: string;
|
|
106
106
|
textWeakHover: string;
|
|
@@ -110,11 +110,6 @@ declare const colors: {
|
|
|
110
110
|
charts: {
|
|
111
111
|
danger: string;
|
|
112
112
|
data1: string;
|
|
113
|
-
data10: string;
|
|
114
|
-
data11: string;
|
|
115
|
-
data12: string;
|
|
116
|
-
data13: string;
|
|
117
|
-
data14: string;
|
|
118
113
|
data2: string;
|
|
119
114
|
data3: string;
|
|
120
115
|
data4: string;
|
|
@@ -123,6 +118,11 @@ declare const colors: {
|
|
|
123
118
|
data7: string;
|
|
124
119
|
data8: string;
|
|
125
120
|
data9: string;
|
|
121
|
+
data10: string;
|
|
122
|
+
data11: string;
|
|
123
|
+
data12: string;
|
|
124
|
+
data13: string;
|
|
125
|
+
data14: string;
|
|
126
126
|
success: string;
|
|
127
127
|
};
|
|
128
128
|
};
|
|
@@ -658,7 +658,10 @@ declare const colors: {
|
|
|
658
658
|
};
|
|
659
659
|
}, space: {
|
|
660
660
|
'0': string;
|
|
661
|
+
'0.5': string;
|
|
662
|
+
'0.25': string;
|
|
661
663
|
'1': string;
|
|
664
|
+
'1.5': string;
|
|
662
665
|
'2': string;
|
|
663
666
|
'3': string;
|
|
664
667
|
'4': string;
|
|
@@ -668,9 +671,6 @@ declare const colors: {
|
|
|
668
671
|
'8': string;
|
|
669
672
|
'9': string;
|
|
670
673
|
'10': string;
|
|
671
|
-
'0.25': string;
|
|
672
|
-
'0.5': string;
|
|
673
|
-
'1.5': string;
|
|
674
674
|
}, radii: {
|
|
675
675
|
circle: string;
|
|
676
676
|
default: string;
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { getUUID } from './ids';
|
|
2
1
|
export { bounce, fadeIn, fadeOut, flash, ping, pulse, quickScaleDown, scaleBack, scaleDown, scaleForward, scaleUp, sketchIn, sketchOut, slideDownLarge, slideFromBottom, slideFromLeft, slideFromRight, slideFromTop, slideToBottom, slideToLeft, slideToRight, slideToTop, slideUpLarge, unfoldIn, unfoldOut, zoomIn, zoomOut, } from './animations';
|
|
3
|
-
export {
|
|
2
|
+
export { getUUID } from './ids';
|
|
4
3
|
export { default as normalize } from './normalize';
|
|
5
|
-
export { orderBy } from './orderBy';
|
|
6
4
|
export type { ComparableType } from './orderBy';
|
|
5
|
+
export { orderBy } from './orderBy';
|
|
6
|
+
export { Breakpoint, down, up } from './responsive';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Ultraviolet UI",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"react-dom": "18.x || 19.x"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@babel/core": "7.
|
|
63
|
+
"@babel/core": "7.28.0",
|
|
64
64
|
"@emotion/react": "11.14.0",
|
|
65
65
|
"@emotion/styled": "11.14.1",
|
|
66
66
|
"@types/react": "19.1.8",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"deepmerge": "4.3.1",
|
|
82
82
|
"react-toastify": "11.0.5",
|
|
83
83
|
"react-use-clipboard": "1.0.9",
|
|
84
|
-
"@ultraviolet/
|
|
85
|
-
"@ultraviolet/
|
|
84
|
+
"@ultraviolet/themes": "2.0.0",
|
|
85
|
+
"@ultraviolet/icons": "4.0.1"
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
88
|
"type:generate": "tsc --declaration -p tsconfig.build.json",
|