@cfx-dev/ui-components 0.0.14 → 0.0.16
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 -1
- package/dist/main.js +60 -57
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export { FlexRestricter } from './components/Layout/Flex/FlexRestricter';
|
|
|
44
44
|
export { Pad } from './components/Layout/Pad/Pad';
|
|
45
45
|
export { Page } from './components/Layout/Page/Page';
|
|
46
46
|
export { Scrollable } from './components/Layout/Scrollable/Scrollable';
|
|
47
|
+
export { VirtualScrollable } from './components/Layout/Scrollable/VirtualScrollable';
|
|
47
48
|
export { Loaf } from './components/Loaf/Loaf';
|
|
48
49
|
export { Modal } from './components/Modal/Modal';
|
|
49
50
|
export { NavList } from './components/NavList/NavList';
|
|
@@ -56,7 +57,7 @@ export { Select } from './components/Select/Select';
|
|
|
56
57
|
export { Separator } from './components/Separator/Separator';
|
|
57
58
|
export { Shroud } from './components/Shroud/Shroud';
|
|
58
59
|
export { Spacer } from './components/Spacer/Spacer';
|
|
59
|
-
export { Style } from './components/Style/Style';
|
|
60
|
+
export { Style, useContextualStyle } from './components/Style/Style';
|
|
60
61
|
export { Switch } from './components/Switch/Switch';
|
|
61
62
|
export { Tabular } from './components/Tabular/Tabular';
|
|
62
63
|
export { Text } from './components/Text/Text';
|
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
|
|
12
|
-
import { ButtonBar as
|
|
11
|
+
import { Button as b } from "./components/Button/Button.js";
|
|
12
|
+
import { ButtonBar as C } from "./components/Button/ButtonBar.js";
|
|
13
13
|
import { Avatar as F } from "./components/Avatar/Avatar.js";
|
|
14
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";
|
|
@@ -31,30 +31,31 @@ import { Flex as xo } from "./components/Layout/Flex/Flex.js";
|
|
|
31
31
|
import { FlexRestricter as lo } from "./components/Layout/Flex/FlexRestricter.js";
|
|
32
32
|
import { Pad as io } from "./components/Layout/Pad/Pad.js";
|
|
33
33
|
import { Page as co } from "./components/Layout/Page/Page.js";
|
|
34
|
-
import { Scrollable as
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
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 yo } from "./components/Modal/Modal.js";
|
|
37
38
|
import { NavList as vo } from "./components/NavList/NavList.js";
|
|
38
|
-
import { Overlay as
|
|
39
|
-
import { Popover as
|
|
40
|
-
import { PremiumBadge as
|
|
41
|
-
import { Prose as
|
|
42
|
-
import { Radio as
|
|
43
|
-
import { Select as
|
|
44
|
-
import { Separator as
|
|
45
|
-
import { Shroud as
|
|
46
|
-
import { Spacer as
|
|
47
|
-
import { Style as
|
|
48
|
-
import { Switch as
|
|
49
|
-
import { Tabular as
|
|
50
|
-
import { Text as
|
|
51
|
-
import { Textarea as
|
|
52
|
-
import { Title as
|
|
53
|
-
import { B as
|
|
54
|
-
import { OnScreenSensor as
|
|
55
|
-
import { ui as
|
|
56
|
-
import { Symbols as
|
|
57
|
-
const
|
|
39
|
+
import { Overlay as ko } 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, useContextualStyle as Ko } from "./components/Style/Style.js";
|
|
49
|
+
import { Switch as Uo } from "./components/Switch/Switch.js";
|
|
50
|
+
import { Tabular as Xo } from "./components/Tabular/Tabular.js";
|
|
51
|
+
import { Text as Zo } from "./components/Text/Text.js";
|
|
52
|
+
import { Textarea as $o } from "./components/Textarea/Textarea.js";
|
|
53
|
+
import { Title as rr } from "./components/Title/Title.js";
|
|
54
|
+
import { B as er, I as mr } from "./Icons-B26SczGZ.js";
|
|
55
|
+
import { OnScreenSensor as fr } from "./components/OnScreenSensor.js";
|
|
56
|
+
import { ui as ar } from "./components/ui.js";
|
|
57
|
+
import { Symbols as nr } from "./components/Symbols.js";
|
|
58
|
+
const I = {
|
|
58
59
|
clsx: o,
|
|
59
60
|
getValue: t,
|
|
60
61
|
mergeRefs: f,
|
|
@@ -70,49 +71,51 @@ export {
|
|
|
70
71
|
T as BackdropPortal,
|
|
71
72
|
L as Badge,
|
|
72
73
|
eo as Box,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
er as BrandIcon,
|
|
75
|
+
b as Button,
|
|
76
|
+
C as ButtonBar,
|
|
76
77
|
po as Center,
|
|
77
78
|
P as Checkbox,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
V as ControlBox,
|
|
80
|
+
A as CountryFlag,
|
|
81
|
+
N as Decorate,
|
|
81
82
|
q as Dot,
|
|
82
83
|
xo as Flex,
|
|
83
84
|
lo as FlexRestricter,
|
|
84
85
|
E as Flyout,
|
|
85
86
|
H as Icon,
|
|
86
|
-
|
|
87
|
+
mr as Icons,
|
|
87
88
|
K as Indicator,
|
|
88
89
|
U as InfoPanel,
|
|
89
90
|
X as Input,
|
|
90
91
|
$ as Interactive,
|
|
91
92
|
ro as Island,
|
|
92
|
-
|
|
93
|
-
|
|
93
|
+
ho as Loaf,
|
|
94
|
+
yo as Modal,
|
|
94
95
|
vo as NavList,
|
|
95
|
-
|
|
96
|
-
|
|
96
|
+
fr as OnScreenSensor,
|
|
97
|
+
ko as Overlay,
|
|
97
98
|
io as Pad,
|
|
98
99
|
co as Page,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
100
|
+
Ro as Popover,
|
|
101
|
+
Do as PremiumBadge,
|
|
102
|
+
Oo as Prose,
|
|
103
|
+
wo as Radio,
|
|
103
104
|
Z as RichInput,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
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
|
+
Uo as Switch,
|
|
112
|
+
nr as Symbols,
|
|
113
|
+
Xo as Tabular,
|
|
114
|
+
Zo as Text,
|
|
115
|
+
$o as Textarea,
|
|
116
|
+
rr as Title,
|
|
117
|
+
Io as VirtualScrollable,
|
|
118
|
+
ar as ui,
|
|
119
|
+
Ko as useContextualStyle,
|
|
120
|
+
I as utils
|
|
118
121
|
};
|