@solibo/solibo-ui 1.0.4 → 1.0.5
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/assets/index13.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index31.css +1 -1
- package/dist/assets/index32.css +1 -1
- package/dist/assets/index39.css +1 -1
- package/dist/assets/index41.css +1 -1
- package/dist/assets/index47.css +1 -1
- package/dist/components/button/index.cjs +1 -1
- package/dist/components/button/index.js +10 -10
- package/dist/components/card/index.cjs +1 -1
- package/dist/components/card/index.cjs.map +1 -1
- package/dist/components/card/index.js +41 -31
- package/dist/components/card/index.js.map +1 -1
- package/dist/components/checkbox/index.cjs +1 -1
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/dropdown/index.cjs +1 -1
- package/dist/components/dropdown/index.js +3 -3
- package/dist/components/editor/index.cjs +21 -21
- package/dist/components/editor/index.cjs.map +1 -1
- package/dist/components/editor/index.js +1646 -1636
- package/dist/components/editor/index.js.map +1 -1
- package/dist/components/icon/index.cjs +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/input/index.cjs +1 -1
- package/dist/components/input/index.js +2 -2
- package/dist/components/menu/index.cjs +1 -1
- package/dist/components/menu/index.cjs.map +1 -1
- package/dist/components/menu/index.js +14 -13
- package/dist/components/menu/index.js.map +1 -1
- package/dist/components/message/index.cjs +1 -1
- package/dist/components/message/index.cjs.map +1 -1
- package/dist/components/message/index.js +15 -14
- package/dist/components/message/index.js.map +1 -1
- package/dist/components/nav/index.cjs +1 -1
- package/dist/components/nav/index.cjs.map +1 -1
- package/dist/components/nav/index.js +35 -30
- package/dist/components/nav/index.js.map +1 -1
- package/dist/components/popover/index.cjs +1 -1
- package/dist/components/popover/index.cjs.map +1 -1
- package/dist/components/popover/index.js +83 -39
- package/dist/components/popover/index.js.map +1 -1
- package/dist/components/search/index.cjs +1 -1
- package/dist/components/search/index.js +1 -1
- package/dist/components/select/index.cjs +1 -1
- package/dist/components/select/index.js +2 -2
- package/dist/{icons-DYCSlAoX.cjs → icons-BROXUtPz.cjs} +2 -2
- package/dist/{icons-DYCSlAoX.cjs.map → icons-BROXUtPz.cjs.map} +1 -1
- package/dist/{icons-CKzd_L4D.js → icons-CH48JQqt.js} +6 -2
- package/dist/{icons-CKzd_L4D.js.map → icons-CH48JQqt.js.map} +1 -1
- package/dist/{index-DFXqYJat.js → index-BrGCs_7h.js} +2 -2
- package/dist/{index-DFXqYJat.js.map → index-BrGCs_7h.js.map} +1 -1
- package/dist/{index-CP5A_BGJ.cjs → index-CIugi8vq.cjs} +2 -2
- package/dist/{index-CP5A_BGJ.cjs.map → index-CIugi8vq.cjs.map} +1 -1
- package/dist/{index-B9xtLe2w.js → index-CRAuAHow.js} +2 -2
- package/dist/{index-B9xtLe2w.js.map → index-CRAuAHow.js.map} +1 -1
- package/dist/{index-N4IMha5Q.cjs → index-CSYOtiWJ.cjs} +2 -2
- package/dist/{index-N4IMha5Q.cjs.map → index-CSYOtiWJ.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +32 -10
- package/dist/index.js +39 -38
- package/dist/tokens.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2,21 +2,21 @@ import { AppLink as e } from "./components/app-link/index.js";
|
|
|
2
2
|
import { Aside as p } from "./components/aside/index.js";
|
|
3
3
|
import { Avatar as x } from "./components/avatar/index.js";
|
|
4
4
|
import { Badge as a } from "./components/badge/index.js";
|
|
5
|
-
import { Banner as
|
|
5
|
+
import { Banner as i } from "./components/banner/index.js";
|
|
6
6
|
import { Branding as n } from "./components/branding/index.js";
|
|
7
7
|
import { Button as d } from "./components/button/index.js";
|
|
8
8
|
import { Card as T } from "./components/card/index.js";
|
|
9
9
|
import { Checkbox as c } from "./components/checkbox/index.js";
|
|
10
10
|
import { Chip as F } from "./components/chip/index.js";
|
|
11
|
-
import { Collapsible as
|
|
12
|
-
import { Controls as
|
|
13
|
-
import { Croppable as
|
|
11
|
+
import { Collapsible as L } from "./components/collapsible/index.js";
|
|
12
|
+
import { Controls as h } from "./components/controls/index.js";
|
|
13
|
+
import { Croppable as B } from "./components/croppable/index.js";
|
|
14
14
|
import { Dialog as A } from "./components/dialog/index.js";
|
|
15
15
|
import { Dropdown as M } from "./components/dropdown/index.js";
|
|
16
16
|
import { Dropzone as G } from "./components/dropzone/index.js";
|
|
17
|
-
import { Editor as
|
|
18
|
-
import { EmptyState as
|
|
19
|
-
import { Fieldset as
|
|
17
|
+
import { Editor as P } from "./components/editor/index.js";
|
|
18
|
+
import { EmptyState as w } from "./components/empty-state/index.js";
|
|
19
|
+
import { Fieldset as z } from "./components/fieldset/index.js";
|
|
20
20
|
import { Figure as O } from "./components/figure/index.js";
|
|
21
21
|
import { File as q } from "./components/file/index.js";
|
|
22
22
|
import { Footer as K } from "./components/footer/index.js";
|
|
@@ -27,48 +27,48 @@ import { Header as _ } from "./components/header/index.js";
|
|
|
27
27
|
import { Icon as oo } from "./components/icon/index.js";
|
|
28
28
|
import { Iframe as eo } from "./components/iframe/index.js";
|
|
29
29
|
import { Image as po } from "./components/image/index.js";
|
|
30
|
-
import { I as xo } from "./index-
|
|
30
|
+
import { I as xo } from "./index-BrGCs_7h.js";
|
|
31
31
|
import { Link as ao } from "./components/link/index.js";
|
|
32
|
-
import { List as
|
|
32
|
+
import { List as io } from "./components/list/index.js";
|
|
33
33
|
import { Loading as no } from "./components/loading/index.js";
|
|
34
34
|
import { Menu as bo } from "./components/menu/index.js";
|
|
35
35
|
import { Message as Co } from "./components/message/index.js";
|
|
36
36
|
import { Messages as uo } from "./components/messages/index.js";
|
|
37
|
-
import { Nav as Io } from "./components/nav/index.js";
|
|
37
|
+
import { Nav as Io, NavLabel as Lo } from "./components/nav/index.js";
|
|
38
38
|
import { Object as ho } from "./components/object/index.js";
|
|
39
|
-
import { Popover as
|
|
40
|
-
import { Portal as
|
|
41
|
-
import { Search as
|
|
42
|
-
import { S as
|
|
39
|
+
import { Popover as Bo } from "./components/popover/index.js";
|
|
40
|
+
import { Portal as Ao } from "./components/portal/index.js";
|
|
41
|
+
import { Search as Mo } from "./components/search/index.js";
|
|
42
|
+
import { S as Go } from "./index-CRAuAHow.js";
|
|
43
43
|
import { Sortable as Po } from "./components/sortable/index.js";
|
|
44
44
|
import { Table as wo } from "./components/table/index.js";
|
|
45
45
|
import { Textarea as zo } from "./components/textarea/index.js";
|
|
46
|
-
import { Toast as
|
|
47
|
-
import { Toasts as
|
|
48
|
-
import { Toggle as
|
|
49
|
-
import { Toolbar as
|
|
50
|
-
import { Tooltip as
|
|
51
|
-
import { Widget as
|
|
46
|
+
import { Toast as Oo } from "./components/toast/index.js";
|
|
47
|
+
import { Toasts as qo } from "./components/toasts/index.js";
|
|
48
|
+
import { Toggle as Ko } from "./components/toggle/index.js";
|
|
49
|
+
import { Toolbar as Ro } from "./components/toolbar/index.js";
|
|
50
|
+
import { Tooltip as Vo } from "./components/tooltip/index.js";
|
|
51
|
+
import { Widget as Yo } from "./components/widget/index.js";
|
|
52
52
|
import './assets/index.css';export {
|
|
53
53
|
e as AppLink,
|
|
54
54
|
p as Aside,
|
|
55
55
|
x as Avatar,
|
|
56
56
|
a as Badge,
|
|
57
|
-
|
|
57
|
+
i as Banner,
|
|
58
58
|
n as Branding,
|
|
59
59
|
d as Button,
|
|
60
60
|
T as Card,
|
|
61
61
|
c as Checkbox,
|
|
62
62
|
F as Chip,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
63
|
+
L as Collapsible,
|
|
64
|
+
h as Controls,
|
|
65
|
+
B as Croppable,
|
|
66
66
|
A as Dialog,
|
|
67
67
|
M as Dropdown,
|
|
68
68
|
G as Dropzone,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
69
|
+
P as Editor,
|
|
70
|
+
w as EmptyState,
|
|
71
|
+
z as Fieldset,
|
|
72
72
|
O as Figure,
|
|
73
73
|
q as File,
|
|
74
74
|
K as Footer,
|
|
@@ -81,25 +81,26 @@ import './assets/index.css';export {
|
|
|
81
81
|
po as Image,
|
|
82
82
|
xo as Input,
|
|
83
83
|
ao as Link,
|
|
84
|
-
|
|
84
|
+
io as List,
|
|
85
85
|
no as Loading,
|
|
86
86
|
bo as Menu,
|
|
87
87
|
Co as Message,
|
|
88
88
|
uo as Messages,
|
|
89
89
|
Io as Nav,
|
|
90
|
+
Lo as NavLabel,
|
|
90
91
|
ho as Object,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
92
|
+
Bo as Popover,
|
|
93
|
+
Ao as Portal,
|
|
94
|
+
Mo as Search,
|
|
95
|
+
Go as Select,
|
|
95
96
|
Po as Sortable,
|
|
96
97
|
wo as Table,
|
|
97
98
|
zo as Textarea,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
99
|
+
Oo as Toast,
|
|
100
|
+
qo as Toasts,
|
|
101
|
+
Ko as Toggle,
|
|
102
|
+
Ro as Toolbar,
|
|
103
|
+
Vo as Tooltip,
|
|
104
|
+
Yo as Widget
|
|
104
105
|
};
|
|
105
106
|
//# sourceMappingURL=index.js.map
|
package/dist/tokens.json
CHANGED