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