@ultraviolet/ui 1.74.0 → 1.75.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/Checkbox/index.cjs +2 -2
- package/dist/components/CheckboxGroup/index.cjs +2 -2
- package/dist/components/Chip/ChipContext.cjs +5 -0
- package/dist/components/Chip/ChipContext.d.ts +8 -0
- package/dist/components/Chip/ChipContext.js +5 -0
- package/dist/components/Chip/ChipIcon.cjs +62 -0
- package/dist/components/Chip/ChipIcon.d.ts +13 -0
- package/dist/components/Chip/ChipIcon.js +42 -0
- package/dist/components/Chip/index.cjs +106 -0
- package/dist/components/Chip/index.d.ts +22 -0
- package/dist/components/Chip/index.js +104 -0
- package/dist/components/DateInput/index.cjs +2 -2
- package/dist/components/List/HeaderCell.cjs +4 -4
- package/dist/components/NumberInputV2/index.cjs +2 -2
- package/dist/components/RadioGroup/index.cjs +2 -2
- package/dist/components/SelectInputV2/SearchBarDropdown.cjs +2 -2
- package/dist/components/SelectInputV2/SelectBar.cjs +5 -5
- package/dist/components/SelectInputV2/index.cjs +2 -2
- package/dist/components/SelectableCardGroup/index.cjs +2 -2
- package/dist/components/Slider/components/Label.cjs +2 -2
- package/dist/components/Snippet/index.cjs +2 -2
- package/dist/components/Table/HeaderCell.cjs +4 -4
- package/dist/components/TagInput/index.cjs +4 -4
- package/dist/components/TextArea/index.cjs +4 -4
- package/dist/components/TextInputV2/index.cjs +4 -4
- package/dist/components/Toggle/index.cjs +2 -2
- package/dist/components/ToggleGroup/index.cjs +2 -2
- package/dist/components/UnitInput/index.cjs +4 -4
- package/dist/components/index.d.ts +1 -0
- package/dist/index.cjs +122 -120
- package/dist/index.js +2 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -22,65 +22,66 @@ const index$c = require("./components/Card/index.cjs");
|
|
|
22
22
|
const index$d = require("./components/Carousel/index.cjs");
|
|
23
23
|
const index$e = require("./components/Checkbox/index.cjs");
|
|
24
24
|
const index$f = require("./components/CheckboxGroup/index.cjs");
|
|
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 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/
|
|
83
|
-
const index$1a = require("./components/
|
|
25
|
+
const index$g = require("./components/Chip/index.cjs");
|
|
26
|
+
const index$h = require("./components/CopyButton/index.cjs");
|
|
27
|
+
const index$i = require("./components/DateInput/index.cjs");
|
|
28
|
+
const index$j = require("./components/Dialog/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/LineChart/index.cjs");
|
|
34
|
+
const index$p = require("./components/Link/index.cjs");
|
|
35
|
+
const index$q = require("./components/List/index.cjs");
|
|
36
|
+
const index$r = require("./components/Loader/index.cjs");
|
|
37
|
+
const index$s = require("./components/Menu/index.cjs");
|
|
38
|
+
const index$t = require("./components/MenuV2/index.cjs");
|
|
39
|
+
const index$u = require("./components/Meter/index.cjs");
|
|
40
|
+
const index$v = require("./components/Modal/index.cjs");
|
|
41
|
+
const index$w = require("./components/Notice/index.cjs");
|
|
42
|
+
const index$x = require("./components/Notification/index.cjs");
|
|
43
|
+
const index$y = require("./components/NumberInput/index.cjs");
|
|
44
|
+
const index$z = require("./components/NumberInputV2/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/PasswordStrengthMeter/index.cjs");
|
|
48
|
+
const index$D = require("./components/PieChart/index.cjs");
|
|
49
|
+
const index$E = require("./components/Popover/index.cjs");
|
|
50
|
+
const index$F = require("./components/Popup/index.cjs");
|
|
51
|
+
const index$G = require("./components/ProgressBar/index.cjs");
|
|
52
|
+
const index$H = require("./components/Radio/index.cjs");
|
|
53
|
+
const index$I = require("./components/RadioGroup/index.cjs");
|
|
54
|
+
const index$J = require("./components/Row/index.cjs");
|
|
55
|
+
const index$K = require("./components/SearchInput/index.cjs");
|
|
56
|
+
const index$L = require("./components/SelectableCard/index.cjs");
|
|
57
|
+
const index$M = require("./components/SelectableCardGroup/index.cjs");
|
|
58
|
+
const index$N = require("./components/SelectInput/index.cjs");
|
|
59
|
+
const index$O = require("./components/SelectInputV2/index.cjs");
|
|
60
|
+
const index$P = require("./components/Separator/index.cjs");
|
|
61
|
+
const index$Q = require("./components/Skeleton/index.cjs");
|
|
62
|
+
const index$R = require("./components/Slider/index.cjs");
|
|
63
|
+
const index$S = require("./components/Snippet/index.cjs");
|
|
64
|
+
const index$T = require("./components/Stack/index.cjs");
|
|
65
|
+
const index$U = require("./components/Status/index.cjs");
|
|
66
|
+
const index$V = require("./components/StepList/index.cjs");
|
|
67
|
+
const index$W = require("./components/Stepper/index.cjs");
|
|
68
|
+
const index$X = require("./components/SwitchButton/index.cjs");
|
|
69
|
+
const index$Y = require("./components/Table/index.cjs");
|
|
70
|
+
const index$Z = require("./components/Tabs/index.cjs");
|
|
71
|
+
const index$_ = require("./components/Tag/index.cjs");
|
|
72
|
+
const index$$ = require("./components/TagInput/index.cjs");
|
|
73
|
+
const index$10 = require("./components/TagList/index.cjs");
|
|
74
|
+
const index$11 = require("./components/Text/index.cjs");
|
|
75
|
+
const index$12 = require("./components/TextArea/index.cjs");
|
|
76
|
+
const index$13 = require("./components/TextInput/index.cjs");
|
|
77
|
+
const index$14 = require("./components/TextInputV2/index.cjs");
|
|
78
|
+
const index$15 = require("./components/TimeInput/index.cjs");
|
|
79
|
+
const index$16 = require("./components/Toaster/index.cjs");
|
|
80
|
+
const index$17 = require("./components/Toggle/index.cjs");
|
|
81
|
+
const index$18 = require("./components/ToggleGroup/index.cjs");
|
|
82
|
+
const index$19 = require("./components/Tooltip/index.cjs");
|
|
83
|
+
const index$1a = require("./components/UnitInput/index.cjs");
|
|
84
|
+
const index$1b = require("./components/VerificationCode/index.cjs");
|
|
84
85
|
const legacy = require("@ultraviolet/icons/legacy");
|
|
85
86
|
exports.extendTheme = index.extendTheme;
|
|
86
87
|
Object.defineProperty(exports, "darkTheme", {
|
|
@@ -139,67 +140,68 @@ exports.Carousel = index$d.Carousel;
|
|
|
139
140
|
exports.Checkbox = index$e.Checkbox;
|
|
140
141
|
exports.CheckboxGroup = index$f.CheckboxGroup;
|
|
141
142
|
exports.CheckboxGroupCheckbox = index$f.CheckboxGroupCheckbox;
|
|
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.
|
|
189
|
-
exports.
|
|
190
|
-
exports.
|
|
191
|
-
exports.
|
|
192
|
-
exports.
|
|
193
|
-
exports.
|
|
194
|
-
exports.
|
|
195
|
-
exports.
|
|
196
|
-
exports.
|
|
197
|
-
exports.
|
|
198
|
-
exports.
|
|
199
|
-
exports.
|
|
200
|
-
exports.
|
|
201
|
-
exports.
|
|
202
|
-
exports.
|
|
143
|
+
exports.Chip = index$g.Chip;
|
|
144
|
+
exports.CopyButton = index$h.CopyButton;
|
|
145
|
+
exports.DateInput = index$i.DateInput;
|
|
146
|
+
exports.Dialog = index$j.Dialog;
|
|
147
|
+
exports.EmptyState = index$k.EmptyState;
|
|
148
|
+
exports.Expandable = index$l.Expandable;
|
|
149
|
+
exports.ExpandableCard = index$m.ExpandableCard;
|
|
150
|
+
exports.GlobalAlert = index$n.GlobalAlert;
|
|
151
|
+
exports.LineChart = index$o.LineChart;
|
|
152
|
+
exports.Link = index$p.Link;
|
|
153
|
+
exports.List = index$q.List;
|
|
154
|
+
exports.Loader = index$r.Loader;
|
|
155
|
+
exports.Menu = index$s.Menu;
|
|
156
|
+
exports.MenuV2 = index$t.MenuV2;
|
|
157
|
+
exports.Meter = index$u.Meter;
|
|
158
|
+
exports.Modal = index$v.Modal;
|
|
159
|
+
exports.Notice = index$w.Notice;
|
|
160
|
+
exports.NotificationContainer = index$x.NotificationContainer;
|
|
161
|
+
exports.notification = index$x.notification;
|
|
162
|
+
exports.NumberInput = index$y.NumberInput;
|
|
163
|
+
exports.NumberInputV2 = index$z.NumberInputV2;
|
|
164
|
+
exports.Pagination = index$A.Pagination;
|
|
165
|
+
exports.PasswordCheck = index$B.PasswordCheck;
|
|
166
|
+
exports.PasswordStrengthMeter = index$C.PasswordStrengthMeter;
|
|
167
|
+
exports.PieChart = index$D.PieChart;
|
|
168
|
+
exports.Popover = index$E.Popover;
|
|
169
|
+
exports.Popup = index$F.Popup;
|
|
170
|
+
exports.ProgressBar = index$G.ProgressBar;
|
|
171
|
+
exports.Radio = index$H.Radio;
|
|
172
|
+
exports.RadioGroup = index$I.RadioGroup;
|
|
173
|
+
exports.Row = index$J.Row;
|
|
174
|
+
exports.SearchInput = index$K.SearchInput;
|
|
175
|
+
exports.SelectableCard = index$L.SelectableCard;
|
|
176
|
+
exports.SelectableCardGroup = index$M.SelectableCardGroup;
|
|
177
|
+
exports.SelectInput = index$N.SelectInput;
|
|
178
|
+
exports.SelectInputV2 = index$O.SelectInputV2;
|
|
179
|
+
exports.Separator = index$P.Separator;
|
|
180
|
+
exports.Skeleton = index$Q.Skeleton;
|
|
181
|
+
exports.Slider = index$R.Slider;
|
|
182
|
+
exports.Snippet = index$S.Snippet;
|
|
183
|
+
exports.Stack = index$T.Stack;
|
|
184
|
+
exports.Status = index$U.Status;
|
|
185
|
+
exports.StepList = index$V.StepList;
|
|
186
|
+
exports.Stepper = index$W.Stepper;
|
|
187
|
+
exports.SwitchButton = index$X.SwitchButton;
|
|
188
|
+
exports.Table = index$Y.Table;
|
|
189
|
+
exports.Tabs = index$Z.Tabs;
|
|
190
|
+
exports.Tag = index$_.Tag;
|
|
191
|
+
exports.TagInput = index$$.TagInput;
|
|
192
|
+
exports.TagList = index$10.TagList;
|
|
193
|
+
exports.Text = index$11.Text;
|
|
194
|
+
exports.TextArea = index$12.TextArea;
|
|
195
|
+
exports.TextInput = index$13.TextInput;
|
|
196
|
+
exports.TextInputV2 = index$14.TextInputV2;
|
|
197
|
+
exports.TimeInput = index$15.TimeInput;
|
|
198
|
+
exports.ToastContainer = index$16.ToastContainer;
|
|
199
|
+
exports.toast = index$16.toast;
|
|
200
|
+
exports.Toggle = index$17.Toggle;
|
|
201
|
+
exports.ToggleGroup = index$18.ToggleGroup;
|
|
202
|
+
exports.Tooltip = index$19.Tooltip;
|
|
203
|
+
exports.UnitInput = index$1a.UnitInput;
|
|
204
|
+
exports.VerificationCode = index$1b.VerificationCode;
|
|
203
205
|
Object.defineProperty(exports, "Icon", {
|
|
204
206
|
enumerable: true,
|
|
205
207
|
get: () => legacy.Icon
|
package/dist/index.js
CHANGED
|
@@ -20,6 +20,7 @@ import { Card } from "./components/Card/index.js";
|
|
|
20
20
|
import { Carousel } from "./components/Carousel/index.js";
|
|
21
21
|
import { Checkbox } from "./components/Checkbox/index.js";
|
|
22
22
|
import { CheckboxGroup, CheckboxGroupCheckbox } from "./components/CheckboxGroup/index.js";
|
|
23
|
+
import { Chip } from "./components/Chip/index.js";
|
|
23
24
|
import { CopyButton } from "./components/CopyButton/index.js";
|
|
24
25
|
import { DateInput } from "./components/DateInput/index.js";
|
|
25
26
|
import { Dialog } from "./components/Dialog/index.js";
|
|
@@ -98,6 +99,7 @@ export {
|
|
|
98
99
|
Checkbox,
|
|
99
100
|
CheckboxGroup,
|
|
100
101
|
CheckboxGroupCheckbox,
|
|
102
|
+
Chip,
|
|
101
103
|
CopyButton,
|
|
102
104
|
DateInput,
|
|
103
105
|
Dialog,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.75.0",
|
|
4
4
|
"description": "Ultraviolet UI",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"react-toastify": "10.0.6",
|
|
86
86
|
"react-use-clipboard": "1.0.9",
|
|
87
87
|
"reakit": "1.3.11",
|
|
88
|
-
"@ultraviolet/
|
|
89
|
-
"@ultraviolet/
|
|
88
|
+
"@ultraviolet/themes": "1.14.2",
|
|
89
|
+
"@ultraviolet/icons": "3.4.0"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"prebuild": "shx rm -rf dist",
|