@cfx-dev/ui-components 0.0.13 → 0.0.14
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/main.d.ts +1 -0
- package/dist/main.js +57 -55
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ export { Island } from './components/Island/Island';
|
|
|
40
40
|
export { Box } from './components/Layout/Box/Box';
|
|
41
41
|
export { Center } from './components/Layout/Center/Center';
|
|
42
42
|
export { Flex } from './components/Layout/Flex/Flex';
|
|
43
|
+
export { FlexRestricter } from './components/Layout/Flex/FlexRestricter';
|
|
43
44
|
export { Pad } from './components/Layout/Pad/Pad';
|
|
44
45
|
export { Page } from './components/Layout/Page/Page';
|
|
45
46
|
export { Scrollable } from './components/Layout/Scrollable/Scrollable';
|
package/dist/main.js
CHANGED
|
@@ -10,8 +10,8 @@ import { s as a } from "./string-NVxCUbqk.js";
|
|
|
10
10
|
import { Checkbox as P } from "./components/Checkbox/Checkbox.js";
|
|
11
11
|
import { Button as y } from "./components/Button/Button.js";
|
|
12
12
|
import { ButtonBar as k } from "./components/Button/ButtonBar.js";
|
|
13
|
-
import { Avatar as
|
|
14
|
-
import { BackdropPortal as
|
|
13
|
+
import { Avatar as F } from "./components/Avatar/Avatar.js";
|
|
14
|
+
import { BackdropPortal as T } from "./components/BackdropPortal/BackdropPortal.js";
|
|
15
15
|
import { Badge as L } from "./components/Badge/Badge.js";
|
|
16
16
|
import { ControlBox as w } from "./components/ControlBox/ControlBox.js";
|
|
17
17
|
import { CountryFlag as M } from "./components/CountryFlag/CountryFlag.js";
|
|
@@ -28,31 +28,32 @@ import { Island as ro } from "./components/Island/Island.js";
|
|
|
28
28
|
import { Box as eo } from "./components/Layout/Box/Box.js";
|
|
29
29
|
import { Center as po } from "./components/Layout/Center/Center.js";
|
|
30
30
|
import { Flex as xo } from "./components/Layout/Flex/Flex.js";
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
31
|
+
import { FlexRestricter as lo } from "./components/Layout/Flex/FlexRestricter.js";
|
|
32
|
+
import { Pad as io } from "./components/Layout/Pad/Pad.js";
|
|
33
|
+
import { Page as co } from "./components/Layout/Page/Page.js";
|
|
34
|
+
import { Scrollable as Bo } from "./components/Layout/Scrollable/Scrollable.js";
|
|
35
|
+
import { Loaf as So } from "./components/Loaf/Loaf.js";
|
|
36
|
+
import { Modal as ho } from "./components/Modal/Modal.js";
|
|
37
|
+
import { NavList as vo } from "./components/NavList/NavList.js";
|
|
38
|
+
import { Overlay as bo } from "./components/Overlay/Overlay.js";
|
|
39
|
+
import { Popover as Co } from "./components/Popover/Popover.js";
|
|
40
|
+
import { PremiumBadge as Ro } from "./components/PremiumBadge/PremiumBadge.js";
|
|
41
|
+
import { Prose as Do } from "./components/Prose/Prose.js";
|
|
42
|
+
import { Radio as Oo } from "./components/Radio/Radio.js";
|
|
43
|
+
import { Select as Ao } from "./components/Select/Select.js";
|
|
44
|
+
import { Separator as No } from "./components/Separator/Separator.js";
|
|
45
|
+
import { Shroud as jo } from "./components/Shroud/Shroud.js";
|
|
46
|
+
import { Spacer as zo } from "./components/Spacer/Spacer.js";
|
|
47
|
+
import { Style as Go } from "./components/Style/Style.js";
|
|
48
|
+
import { Switch as Jo } from "./components/Switch/Switch.js";
|
|
49
|
+
import { Tabular as Qo } from "./components/Tabular/Tabular.js";
|
|
50
|
+
import { Text as Wo } from "./components/Text/Text.js";
|
|
51
|
+
import { Textarea as Yo } from "./components/Textarea/Textarea.js";
|
|
52
|
+
import { Title as _o } from "./components/Title/Title.js";
|
|
53
|
+
import { B as or, I as rr } from "./Icons-B26SczGZ.js";
|
|
54
|
+
import { OnScreenSensor as er } from "./components/OnScreenSensor.js";
|
|
55
|
+
import { ui as pr } from "./components/ui.js";
|
|
56
|
+
import { Symbols as xr } from "./components/Symbols.js";
|
|
56
57
|
const S = {
|
|
57
58
|
clsx: o,
|
|
58
59
|
getValue: t,
|
|
@@ -65,11 +66,11 @@ const S = {
|
|
|
65
66
|
string: a
|
|
66
67
|
};
|
|
67
68
|
export {
|
|
68
|
-
|
|
69
|
-
|
|
69
|
+
F as Avatar,
|
|
70
|
+
T as BackdropPortal,
|
|
70
71
|
L as Badge,
|
|
71
72
|
eo as Box,
|
|
72
|
-
|
|
73
|
+
or as BrandIcon,
|
|
73
74
|
y as Button,
|
|
74
75
|
k as ButtonBar,
|
|
75
76
|
po as Center,
|
|
@@ -79,38 +80,39 @@ export {
|
|
|
79
80
|
V as Decorate,
|
|
80
81
|
q as Dot,
|
|
81
82
|
xo as Flex,
|
|
83
|
+
lo as FlexRestricter,
|
|
82
84
|
E as Flyout,
|
|
83
85
|
H as Icon,
|
|
84
|
-
|
|
86
|
+
rr as Icons,
|
|
85
87
|
K as Indicator,
|
|
86
88
|
U as InfoPanel,
|
|
87
89
|
X as Input,
|
|
88
90
|
$ as Interactive,
|
|
89
91
|
ro as Island,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
92
|
+
So as Loaf,
|
|
93
|
+
ho as Modal,
|
|
94
|
+
vo as NavList,
|
|
95
|
+
er as OnScreenSensor,
|
|
96
|
+
bo as Overlay,
|
|
97
|
+
io as Pad,
|
|
98
|
+
co as Page,
|
|
99
|
+
Co as Popover,
|
|
100
|
+
Ro as PremiumBadge,
|
|
101
|
+
Do as Prose,
|
|
102
|
+
Oo as Radio,
|
|
101
103
|
Z as RichInput,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
104
|
+
Bo as Scrollable,
|
|
105
|
+
Ao as Select,
|
|
106
|
+
No as Separator,
|
|
107
|
+
jo as Shroud,
|
|
108
|
+
zo as Spacer,
|
|
109
|
+
Go as Style,
|
|
110
|
+
Jo as Switch,
|
|
111
|
+
xr as Symbols,
|
|
112
|
+
Qo as Tabular,
|
|
113
|
+
Wo as Text,
|
|
114
|
+
Yo as Textarea,
|
|
115
|
+
_o as Title,
|
|
116
|
+
pr as ui,
|
|
115
117
|
S as utils
|
|
116
118
|
};
|