@ultraviolet/ui 1.56.0 → 1.57.0
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/Alert/index.cjs +1 -2
- package/dist/components/Alert/index.js +1 -2
- package/dist/components/Avatar/index.cjs +1 -2
- package/dist/components/Avatar/index.js +1 -2
- package/dist/components/Banner/index.cjs +1 -2
- package/dist/components/Banner/index.js +1 -2
- package/dist/components/Bullet/index.d.ts +1 -1
- package/dist/components/Button/index.d.ts +14 -14
- package/dist/components/Checkbox/index.cjs +1 -2
- package/dist/components/Checkbox/index.js +1 -2
- package/dist/components/Dialog/Context.d.ts +0 -1
- package/dist/components/Dialog/index.d.ts +46 -46
- package/dist/components/Dialog/subComponents/Text.d.ts +0 -1
- package/dist/components/Expandable/index.d.ts +2 -2
- package/dist/components/GlobalAlert/GlobalAlertLink.d.ts +1 -1
- package/dist/components/GlobalAlert/index.cjs +1 -2
- package/dist/components/GlobalAlert/index.d.ts +1 -17
- package/dist/components/GlobalAlert/index.js +1 -2
- package/dist/components/LineChart/helpers.cjs +5 -10
- package/dist/components/LineChart/helpers.js +5 -10
- package/dist/components/Link/index.cjs +2 -4
- package/dist/components/Link/index.js +2 -4
- package/dist/components/List/Cell.cjs +1 -1
- package/dist/components/List/Cell.d.ts +2 -0
- package/dist/components/List/Cell.js +1 -1
- package/dist/components/List/Row.cjs +4 -4
- package/dist/components/List/Row.d.ts +2 -2
- package/dist/components/List/Row.js +4 -4
- package/dist/components/List/constants.cjs +1 -1
- package/dist/components/List/constants.d.ts +1 -1
- package/dist/components/List/constants.js +1 -1
- package/dist/components/List/index.d.ts +9 -9
- package/dist/components/Menu/index.d.ts +4 -4
- package/dist/components/MenuV2/index.d.ts +41 -36
- package/dist/components/Modal/Dialog.d.ts +0 -1
- package/dist/components/Modal/Disclosure.d.ts +0 -1
- package/dist/components/NumberInput/index.cjs +6 -12
- package/dist/components/NumberInput/index.js +6 -12
- package/dist/components/NumberInputV2/index.cjs +19 -14
- package/dist/components/NumberInputV2/index.d.ts +20 -13
- package/dist/components/NumberInputV2/index.js +19 -14
- package/dist/components/Popover/index.d.ts +35 -30
- package/dist/components/Popup/index.cjs +4 -8
- package/dist/components/Popup/index.js +4 -8
- package/dist/components/Row/index.d.ts +2 -2
- package/dist/components/SearchInput/Key.cjs +30 -0
- package/dist/components/SearchInput/Key.d.ts +6 -0
- package/dist/components/SearchInput/Key.js +28 -0
- package/dist/components/SearchInput/KeyGroup.cjs +10 -0
- package/dist/components/SearchInput/KeyGroup.d.ts +8 -0
- package/dist/components/SearchInput/KeyGroup.js +10 -0
- package/dist/components/SearchInput/index.cjs +38 -7
- package/dist/components/SearchInput/index.d.ts +23 -22
- package/dist/components/SearchInput/index.js +40 -9
- package/dist/components/SearchInput/types.d.ts +5 -1
- package/dist/components/SelectInput/index.cjs +4 -8
- package/dist/components/SelectInput/index.js +4 -8
- package/dist/components/SelectInputV2/SelectBar.cjs +6 -5
- package/dist/components/SelectInputV2/SelectBar.d.ts +2 -1
- package/dist/components/SelectInputV2/SelectBar.js +6 -5
- package/dist/components/SelectInputV2/index.cjs +4 -4
- package/dist/components/SelectInputV2/index.d.ts +1 -1
- package/dist/components/SelectInputV2/index.js +4 -4
- package/dist/components/SelectableCard/index.cjs +4 -4
- package/dist/components/SelectableCard/index.d.ts +1 -2
- package/dist/components/SelectableCard/index.js +4 -4
- package/dist/components/SelectableCardGroup/index.cjs +2 -2
- package/dist/components/SelectableCardGroup/index.d.ts +1 -1
- package/dist/components/SelectableCardGroup/index.js +2 -2
- package/dist/components/Skeleton/IconSkeleton.d.ts +2 -3
- package/dist/components/Skeleton/Line.d.ts +2 -3
- package/dist/components/Skeleton/Square.d.ts +2 -3
- package/dist/components/Skeleton/index.d.ts +13 -14
- package/dist/components/Stack/index.d.ts +2 -2
- package/dist/components/Status/index.d.ts +1 -1
- package/dist/components/Stepper/Step.cjs +38 -20
- package/dist/components/Stepper/Step.js +38 -20
- package/dist/components/Stepper/index.cjs +9 -11
- package/dist/components/Stepper/index.d.ts +5 -8
- package/dist/components/Stepper/index.js +9 -11
- package/dist/components/SwitchButton/FocusOverlay.cjs +1 -2
- package/dist/components/SwitchButton/FocusOverlay.js +1 -2
- package/dist/components/SwitchButton/index.cjs +1 -2
- package/dist/components/SwitchButton/index.js +1 -2
- package/dist/components/Table/index.d.ts +8 -8
- package/dist/components/Tabs/Tab.cjs +1 -2
- package/dist/components/Tabs/Tab.d.ts +2 -2
- package/dist/components/Tabs/Tab.js +1 -2
- package/dist/components/Tabs/TabMenu.d.ts +2 -2
- package/dist/components/Tabs/TabMenuItem.d.ts +5 -5
- package/dist/components/Tabs/TabsContext.d.ts +0 -1
- package/dist/components/Tabs/index.cjs +1 -2
- package/dist/components/Tabs/index.d.ts +16 -16
- package/dist/components/Tabs/index.js +1 -2
- package/dist/components/Text/index.d.ts +1 -1
- package/dist/components/TextArea/index.cjs +4 -4
- package/dist/components/TextArea/index.js +4 -4
- package/dist/components/TextInput/index.d.ts +1 -1
- package/dist/components/TextInputV2/index.cjs +12 -9
- package/dist/components/TextInputV2/index.d.ts +57 -15
- package/dist/components/TextInputV2/index.js +12 -9
- package/dist/components/Toggle/index.cjs +2 -4
- package/dist/components/Toggle/index.d.ts +11 -11
- package/dist/components/Toggle/index.js +2 -4
- package/dist/components/index.d.ts +9 -9
- package/dist/helpers/recursivelyGetChildrenString.cjs +3 -6
- package/dist/helpers/recursivelyGetChildrenString.js +3 -6
- package/dist/index.cjs +119 -119
- package/dist/index.js +9 -9
- package/dist/mocks/list.d.ts +1 -1
- package/dist/theme/index.d.ts +31 -799
- package/dist/utils/responsive/Breakpoint.d.ts +5 -5
- package/dist/utils/responsive/utilities.cjs +2 -4
- package/dist/utils/responsive/utilities.js +2 -4
- package/package.json +5 -5
|
@@ -11,20 +11,23 @@ export { Button } from './Button';
|
|
|
11
11
|
export { Card } from './Card';
|
|
12
12
|
export { Carousel } from './Carousel';
|
|
13
13
|
export { Checkbox } from './Checkbox';
|
|
14
|
+
export { CheckboxGroup, CheckboxGroupCheckbox } from './CheckboxGroup';
|
|
14
15
|
export { CopyButton } from './CopyButton';
|
|
15
16
|
export { DateInput } from './DateInput';
|
|
16
17
|
export { Dialog } from './Dialog';
|
|
17
18
|
export { EmptyState } from './EmptyState';
|
|
18
19
|
export { Expandable } from './Expandable';
|
|
20
|
+
export { GlobalAlert } from './GlobalAlert';
|
|
19
21
|
export { LineChart } from './LineChart';
|
|
20
22
|
export { Link } from './Link';
|
|
21
23
|
export { List } from './List';
|
|
22
24
|
export { Loader } from './Loader';
|
|
23
25
|
export { Menu } from './Menu';
|
|
26
|
+
export { MenuV2 } from './MenuV2';
|
|
24
27
|
export { Meter } from './Meter';
|
|
25
28
|
export { Modal } from './Modal';
|
|
26
29
|
export { Notice } from './Notice';
|
|
27
|
-
export {
|
|
30
|
+
export { NotificationContainer, notification } from './Notification';
|
|
28
31
|
export { NumberInput } from './NumberInput';
|
|
29
32
|
export { NumberInputV2 } from './NumberInputV2';
|
|
30
33
|
export { Pagination } from './Pagination';
|
|
@@ -35,9 +38,13 @@ export { Popover } from './Popover';
|
|
|
35
38
|
export { Popup } from './Popup';
|
|
36
39
|
export { ProgressBar } from './ProgressBar';
|
|
37
40
|
export { Radio } from './Radio';
|
|
41
|
+
export { RadioGroup } from './RadioGroup';
|
|
38
42
|
export { Row } from './Row';
|
|
43
|
+
export { SearchInput } from './SearchInput';
|
|
39
44
|
export { SelectableCard } from './SelectableCard';
|
|
45
|
+
export { SelectableCardGroup } from './SelectableCardGroup';
|
|
40
46
|
export { SelectInput, type SelectOption } from './SelectInput';
|
|
47
|
+
export { SelectInputV2 } from './SelectInputV2';
|
|
41
48
|
export { Separator } from './Separator';
|
|
42
49
|
export { Skeleton } from './Skeleton';
|
|
43
50
|
export { Snippet } from './Snippet';
|
|
@@ -60,18 +67,11 @@ export { ToastContainer, toast } from './Toaster';
|
|
|
60
67
|
export { Toggle } from './Toggle';
|
|
61
68
|
export { ToggleGroup } from './ToggleGroup';
|
|
62
69
|
export { Tooltip } from './Tooltip';
|
|
70
|
+
export { UnitInput } from './UnitInput';
|
|
63
71
|
export { VerificationCode } from './VerificationCode';
|
|
64
|
-
export { RadioGroup } from './RadioGroup';
|
|
65
72
|
export {
|
|
66
73
|
/**
|
|
67
74
|
* @deprecated This component is deprecated. Please use `Icon` from `@ultraviolet/icons` instead.
|
|
68
75
|
* The component is the same but has been moved to another package.
|
|
69
76
|
*/
|
|
70
77
|
Icon, } from '@ultraviolet/icons';
|
|
71
|
-
export { MenuV2 } from './MenuV2';
|
|
72
|
-
export { GlobalAlert } from './GlobalAlert';
|
|
73
|
-
export { NotificationContainer, notification } from './Notification';
|
|
74
|
-
export { SelectableCardGroup } from './SelectableCardGroup';
|
|
75
|
-
export { SelectInputV2 } from './SelectInputV2';
|
|
76
|
-
export { UnitInput } from './UnitInput';
|
|
77
|
-
export { SearchInput } from './SearchInput';
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const recursivelyGetChildrenString = (children) => {
|
|
3
|
-
if (typeof children === "string")
|
|
4
|
-
|
|
5
|
-
if (Array.isArray(children))
|
|
6
|
-
return "";
|
|
3
|
+
if (typeof children === "string") return children;
|
|
4
|
+
if (Array.isArray(children)) return "";
|
|
7
5
|
if (typeof children === "object") {
|
|
8
6
|
const childProps = children?.["props"]?.["children"];
|
|
9
|
-
if (childProps)
|
|
10
|
-
return recursivelyGetChildrenString(childProps);
|
|
7
|
+
if (childProps) return recursivelyGetChildrenString(childProps);
|
|
11
8
|
}
|
|
12
9
|
return "";
|
|
13
10
|
};
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
const recursivelyGetChildrenString = (children) => {
|
|
2
|
-
if (typeof children === "string")
|
|
3
|
-
|
|
4
|
-
if (Array.isArray(children))
|
|
5
|
-
return "";
|
|
2
|
+
if (typeof children === "string") return children;
|
|
3
|
+
if (Array.isArray(children)) return "";
|
|
6
4
|
if (typeof children === "object") {
|
|
7
5
|
const childProps = children?.["props"]?.["children"];
|
|
8
|
-
if (childProps)
|
|
9
|
-
return recursivelyGetChildrenString(childProps);
|
|
6
|
+
if (childProps) return recursivelyGetChildrenString(childProps);
|
|
10
7
|
}
|
|
11
8
|
return "";
|
|
12
9
|
};
|
package/dist/index.cjs
CHANGED
|
@@ -20,65 +20,65 @@ const index$a = require("./components/Button/index.cjs");
|
|
|
20
20
|
const index$b = require("./components/Card/index.cjs");
|
|
21
21
|
const index$c = require("./components/Carousel/index.cjs");
|
|
22
22
|
const index$d = require("./components/Checkbox/index.cjs");
|
|
23
|
-
const index$e = require("./components/
|
|
24
|
-
const index$f = require("./components/
|
|
25
|
-
const index$g = require("./components/
|
|
26
|
-
const index$h = require("./components/
|
|
27
|
-
const index$i = require("./components/
|
|
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
|
|
75
|
-
const index$
|
|
76
|
-
const index$
|
|
77
|
-
const index$
|
|
78
|
-
const index$
|
|
79
|
-
const index$15 = require("./components/SelectInputV2/index.cjs");
|
|
23
|
+
const index$e = require("./components/CheckboxGroup/index.cjs");
|
|
24
|
+
const index$f = require("./components/CopyButton/index.cjs");
|
|
25
|
+
const index$g = require("./components/DateInput/index.cjs");
|
|
26
|
+
const index$h = require("./components/Dialog/index.cjs");
|
|
27
|
+
const index$i = require("./components/EmptyState/index.cjs");
|
|
28
|
+
const index$j = require("./components/Expandable/index.cjs");
|
|
29
|
+
const index$k = require("./components/GlobalAlert/index.cjs");
|
|
30
|
+
const index$l = require("./components/LineChart/index.cjs");
|
|
31
|
+
const index$m = require("./components/Link/index.cjs");
|
|
32
|
+
const index$n = require("./components/List/index.cjs");
|
|
33
|
+
const index$o = require("./components/Loader/index.cjs");
|
|
34
|
+
const index$p = require("./components/Menu/index.cjs");
|
|
35
|
+
const index$q = require("./components/MenuV2/index.cjs");
|
|
36
|
+
const index$r = require("./components/Meter/index.cjs");
|
|
37
|
+
const index$s = require("./components/Modal/index.cjs");
|
|
38
|
+
const index$t = require("./components/Notice/index.cjs");
|
|
39
|
+
const index$u = require("./components/Notification/index.cjs");
|
|
40
|
+
const index$v = require("./components/NumberInput/index.cjs");
|
|
41
|
+
const index$w = require("./components/NumberInputV2/index.cjs");
|
|
42
|
+
const index$x = require("./components/Pagination/index.cjs");
|
|
43
|
+
const index$y = require("./components/PasswordCheck/index.cjs");
|
|
44
|
+
const index$z = require("./components/PasswordStrengthMeter/index.cjs");
|
|
45
|
+
const index$A = require("./components/PieChart/index.cjs");
|
|
46
|
+
const index$B = require("./components/Popover/index.cjs");
|
|
47
|
+
const index$C = require("./components/Popup/index.cjs");
|
|
48
|
+
const index$D = require("./components/ProgressBar/index.cjs");
|
|
49
|
+
const index$E = require("./components/Radio/index.cjs");
|
|
50
|
+
const index$F = require("./components/RadioGroup/index.cjs");
|
|
51
|
+
const index$G = require("./components/Row/index.cjs");
|
|
52
|
+
const index$H = require("./components/SearchInput/index.cjs");
|
|
53
|
+
const index$I = require("./components/SelectableCard/index.cjs");
|
|
54
|
+
const index$J = require("./components/SelectableCardGroup/index.cjs");
|
|
55
|
+
const index$K = require("./components/SelectInput/index.cjs");
|
|
56
|
+
const index$L = require("./components/SelectInputV2/index.cjs");
|
|
57
|
+
const index$M = require("./components/Separator/index.cjs");
|
|
58
|
+
const index$N = require("./components/Skeleton/index.cjs");
|
|
59
|
+
const index$O = require("./components/Snippet/index.cjs");
|
|
60
|
+
const index$P = require("./components/Stack/index.cjs");
|
|
61
|
+
const index$Q = require("./components/Status/index.cjs");
|
|
62
|
+
const index$R = require("./components/StepList/index.cjs");
|
|
63
|
+
const index$S = require("./components/Stepper/index.cjs");
|
|
64
|
+
const index$T = require("./components/SwitchButton/index.cjs");
|
|
65
|
+
const index$U = require("./components/Table/index.cjs");
|
|
66
|
+
const index$V = require("./components/Tabs/index.cjs");
|
|
67
|
+
const index$W = require("./components/Tag/index.cjs");
|
|
68
|
+
const index$X = require("./components/TagInput/index.cjs");
|
|
69
|
+
const index$Y = require("./components/TagList/index.cjs");
|
|
70
|
+
const index$Z = require("./components/Text/index.cjs");
|
|
71
|
+
const index$_ = require("./components/TextArea/index.cjs");
|
|
72
|
+
const index$$ = require("./components/TextInput/index.cjs");
|
|
73
|
+
const index$10 = require("./components/TextInputV2/index.cjs");
|
|
74
|
+
const index$11 = require("./components/TimeInput/index.cjs");
|
|
75
|
+
const index$12 = require("./components/Toaster/index.cjs");
|
|
76
|
+
const index$13 = require("./components/Toggle/index.cjs");
|
|
77
|
+
const index$14 = require("./components/ToggleGroup/index.cjs");
|
|
78
|
+
const index$15 = require("./components/Tooltip/index.cjs");
|
|
80
79
|
const index$16 = require("./components/UnitInput/index.cjs");
|
|
81
|
-
const index$17 = require("./components/
|
|
80
|
+
const index$17 = require("./components/VerificationCode/index.cjs");
|
|
81
|
+
const icons = require("@ultraviolet/icons");
|
|
82
82
|
exports.extendTheme = index.extendTheme;
|
|
83
83
|
Object.defineProperty(exports, "darkTheme", {
|
|
84
84
|
enumerable: true,
|
|
@@ -133,68 +133,68 @@ exports.Button = index$a.Button;
|
|
|
133
133
|
exports.Card = index$b.Card;
|
|
134
134
|
exports.Carousel = index$c.Carousel;
|
|
135
135
|
exports.Checkbox = index$d.Checkbox;
|
|
136
|
-
exports.
|
|
137
|
-
exports.
|
|
138
|
-
exports.
|
|
139
|
-
exports.
|
|
140
|
-
exports.
|
|
141
|
-
exports.
|
|
142
|
-
exports.
|
|
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.
|
|
136
|
+
exports.CheckboxGroup = index$e.CheckboxGroup;
|
|
137
|
+
exports.CheckboxGroupCheckbox = index$e.CheckboxGroupCheckbox;
|
|
138
|
+
exports.CopyButton = index$f.CopyButton;
|
|
139
|
+
exports.DateInput = index$g.DateInput;
|
|
140
|
+
exports.Dialog = index$h.Dialog;
|
|
141
|
+
exports.EmptyState = index$i.EmptyState;
|
|
142
|
+
exports.Expandable = index$j.Expandable;
|
|
143
|
+
exports.GlobalAlert = index$k.GlobalAlert;
|
|
144
|
+
exports.LineChart = index$l.LineChart;
|
|
145
|
+
exports.Link = index$m.Link;
|
|
146
|
+
exports.List = index$n.List;
|
|
147
|
+
exports.Loader = index$o.Loader;
|
|
148
|
+
exports.Menu = index$p.Menu;
|
|
149
|
+
exports.MenuV2 = index$q.MenuV2;
|
|
150
|
+
exports.Meter = index$r.Meter;
|
|
151
|
+
exports.Modal = index$s.Modal;
|
|
152
|
+
exports.Notice = index$t.Notice;
|
|
153
|
+
exports.NotificationContainer = index$u.NotificationContainer;
|
|
154
|
+
exports.notification = index$u.notification;
|
|
155
|
+
exports.NumberInput = index$v.NumberInput;
|
|
156
|
+
exports.NumberInputV2 = index$w.NumberInputV2;
|
|
157
|
+
exports.Pagination = index$x.Pagination;
|
|
158
|
+
exports.PasswordCheck = index$y.PasswordCheck;
|
|
159
|
+
exports.PasswordStrengthMeter = index$z.PasswordStrengthMeter;
|
|
160
|
+
exports.PieChart = index$A.PieChart;
|
|
161
|
+
exports.Popover = index$B.Popover;
|
|
162
|
+
exports.Popup = index$C.Popup;
|
|
163
|
+
exports.ProgressBar = index$D.ProgressBar;
|
|
164
|
+
exports.Radio = index$E.Radio;
|
|
165
|
+
exports.RadioGroup = index$F.RadioGroup;
|
|
166
|
+
exports.Row = index$G.Row;
|
|
167
|
+
exports.SearchInput = index$H.SearchInput;
|
|
168
|
+
exports.SelectableCard = index$I.SelectableCard;
|
|
169
|
+
exports.SelectableCardGroup = index$J.SelectableCardGroup;
|
|
170
|
+
exports.SelectInput = index$K.SelectInput;
|
|
171
|
+
exports.SelectInputV2 = index$L.SelectInputV2;
|
|
172
|
+
exports.Separator = index$M.Separator;
|
|
173
|
+
exports.Skeleton = index$N.Skeleton;
|
|
174
|
+
exports.Snippet = index$O.Snippet;
|
|
175
|
+
exports.Stack = index$P.Stack;
|
|
176
|
+
exports.Status = index$Q.Status;
|
|
177
|
+
exports.StepList = index$R.StepList;
|
|
178
|
+
exports.Stepper = index$S.Stepper;
|
|
179
|
+
exports.SwitchButton = index$T.SwitchButton;
|
|
180
|
+
exports.Table = index$U.Table;
|
|
181
|
+
exports.Tabs = index$V.Tabs;
|
|
182
|
+
exports.Tag = index$W.Tag;
|
|
183
|
+
exports.TagInput = index$X.TagInput;
|
|
184
|
+
exports.TagList = index$Y.TagList;
|
|
185
|
+
exports.Text = index$Z.Text;
|
|
186
|
+
exports.TextArea = index$_.TextArea;
|
|
187
|
+
exports.TextInput = index$$.TextInput;
|
|
188
|
+
exports.TextInputV2 = index$10.TextInputV2;
|
|
189
|
+
exports.TimeInput = index$11.TimeInput;
|
|
190
|
+
exports.ToastContainer = index$12.ToastContainer;
|
|
191
|
+
exports.toast = index$12.toast;
|
|
192
|
+
exports.Toggle = index$13.Toggle;
|
|
193
|
+
exports.ToggleGroup = index$14.ToggleGroup;
|
|
194
|
+
exports.Tooltip = index$15.Tooltip;
|
|
195
|
+
exports.UnitInput = index$16.UnitInput;
|
|
196
|
+
exports.VerificationCode = index$17.VerificationCode;
|
|
189
197
|
Object.defineProperty(exports, "Icon", {
|
|
190
198
|
enumerable: true,
|
|
191
199
|
get: () => icons.Icon
|
|
192
200
|
});
|
|
193
|
-
exports.MenuV2 = index$11.MenuV2;
|
|
194
|
-
exports.GlobalAlert = index$12.GlobalAlert;
|
|
195
|
-
exports.NotificationContainer = index$13.NotificationContainer;
|
|
196
|
-
exports.notification = index$13.notification;
|
|
197
|
-
exports.SelectableCardGroup = index$14.SelectableCardGroup;
|
|
198
|
-
exports.SelectInputV2 = index$15.SelectInputV2;
|
|
199
|
-
exports.UnitInput = index$16.UnitInput;
|
|
200
|
-
exports.SearchInput = index$17.SearchInput;
|
package/dist/index.js
CHANGED
|
@@ -18,20 +18,23 @@ import { Button } from "./components/Button/index.js";
|
|
|
18
18
|
import { Card } from "./components/Card/index.js";
|
|
19
19
|
import { Carousel } from "./components/Carousel/index.js";
|
|
20
20
|
import { Checkbox } from "./components/Checkbox/index.js";
|
|
21
|
+
import { CheckboxGroup, CheckboxGroupCheckbox } from "./components/CheckboxGroup/index.js";
|
|
21
22
|
import { CopyButton } from "./components/CopyButton/index.js";
|
|
22
23
|
import { DateInput } from "./components/DateInput/index.js";
|
|
23
24
|
import { Dialog } from "./components/Dialog/index.js";
|
|
24
25
|
import { EmptyState } from "./components/EmptyState/index.js";
|
|
25
26
|
import { Expandable } from "./components/Expandable/index.js";
|
|
27
|
+
import { GlobalAlert } from "./components/GlobalAlert/index.js";
|
|
26
28
|
import { LineChart } from "./components/LineChart/index.js";
|
|
27
29
|
import { Link } from "./components/Link/index.js";
|
|
28
30
|
import { List } from "./components/List/index.js";
|
|
29
31
|
import { Loader } from "./components/Loader/index.js";
|
|
30
32
|
import { Menu } from "./components/Menu/index.js";
|
|
33
|
+
import { MenuV2 } from "./components/MenuV2/index.js";
|
|
31
34
|
import { Meter } from "./components/Meter/index.js";
|
|
32
35
|
import { Modal } from "./components/Modal/index.js";
|
|
33
36
|
import { Notice } from "./components/Notice/index.js";
|
|
34
|
-
import {
|
|
37
|
+
import { NotificationContainer, notification } from "./components/Notification/index.js";
|
|
35
38
|
import { NumberInput } from "./components/NumberInput/index.js";
|
|
36
39
|
import { NumberInputV2 } from "./components/NumberInputV2/index.js";
|
|
37
40
|
import { Pagination } from "./components/Pagination/index.js";
|
|
@@ -42,9 +45,13 @@ import { Popover } from "./components/Popover/index.js";
|
|
|
42
45
|
import { Popup } from "./components/Popup/index.js";
|
|
43
46
|
import { ProgressBar } from "./components/ProgressBar/index.js";
|
|
44
47
|
import { Radio } from "./components/Radio/index.js";
|
|
48
|
+
import { RadioGroup } from "./components/RadioGroup/index.js";
|
|
45
49
|
import { Row } from "./components/Row/index.js";
|
|
50
|
+
import { SearchInput } from "./components/SearchInput/index.js";
|
|
46
51
|
import { SelectableCard } from "./components/SelectableCard/index.js";
|
|
52
|
+
import { SelectableCardGroup } from "./components/SelectableCardGroup/index.js";
|
|
47
53
|
import { SelectInput } from "./components/SelectInput/index.js";
|
|
54
|
+
import { SelectInputV2 } from "./components/SelectInputV2/index.js";
|
|
48
55
|
import { Separator } from "./components/Separator/index.js";
|
|
49
56
|
import { Skeleton } from "./components/Skeleton/index.js";
|
|
50
57
|
import { Snippet } from "./components/Snippet/index.js";
|
|
@@ -67,16 +74,9 @@ import { ToastContainer, toast } from "./components/Toaster/index.js";
|
|
|
67
74
|
import { Toggle } from "./components/Toggle/index.js";
|
|
68
75
|
import { ToggleGroup } from "./components/ToggleGroup/index.js";
|
|
69
76
|
import { Tooltip } from "./components/Tooltip/index.js";
|
|
77
|
+
import { UnitInput } from "./components/UnitInput/index.js";
|
|
70
78
|
import { VerificationCode } from "./components/VerificationCode/index.js";
|
|
71
|
-
import { RadioGroup } from "./components/RadioGroup/index.js";
|
|
72
79
|
import { Icon } from "@ultraviolet/icons";
|
|
73
|
-
import { MenuV2 } from "./components/MenuV2/index.js";
|
|
74
|
-
import { GlobalAlert } from "./components/GlobalAlert/index.js";
|
|
75
|
-
import { NotificationContainer, notification } from "./components/Notification/index.js";
|
|
76
|
-
import { SelectableCardGroup } from "./components/SelectableCardGroup/index.js";
|
|
77
|
-
import { SelectInputV2 } from "./components/SelectInputV2/index.js";
|
|
78
|
-
import { UnitInput } from "./components/UnitInput/index.js";
|
|
79
|
-
import { SearchInput } from "./components/SearchInput/index.js";
|
|
80
80
|
export {
|
|
81
81
|
ActionBar,
|
|
82
82
|
Alert,
|
package/dist/mocks/list.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ export type MockData = {
|
|
|
7
7
|
};
|
|
8
8
|
export declare const generateData: (count?: number, prefix?: string) => MockData[];
|
|
9
9
|
declare const _default: {
|
|
10
|
-
generateData: (count?: number
|
|
10
|
+
generateData: (count?: number, prefix?: string) => MockData[];
|
|
11
11
|
};
|
|
12
12
|
export default _default;
|