@cfx-dev/ui-components 0.0.15 → 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 +1 -1
- package/dist/main.js +33 -32
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -57,7 +57,7 @@ export { Select } from './components/Select/Select';
|
|
|
57
57
|
export { Separator } from './components/Separator/Separator';
|
|
58
58
|
export { Shroud } from './components/Shroud/Shroud';
|
|
59
59
|
export { Spacer } from './components/Spacer/Spacer';
|
|
60
|
-
export { Style } from './components/Style/Style';
|
|
60
|
+
export { Style, useContextualStyle } from './components/Style/Style';
|
|
61
61
|
export { Switch } from './components/Switch/Switch';
|
|
62
62
|
export { Tabular } from './components/Tabular/Tabular';
|
|
63
63
|
export { Text } from './components/Text/Text';
|
package/dist/main.js
CHANGED
|
@@ -8,8 +8,8 @@ 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";
|
|
@@ -29,14 +29,14 @@ 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
31
|
import { FlexRestricter as lo } from "./components/Layout/Flex/FlexRestricter.js";
|
|
32
|
-
import { Pad as
|
|
32
|
+
import { Pad as io } from "./components/Layout/Pad/Pad.js";
|
|
33
33
|
import { Page as co } from "./components/Layout/Page/Page.js";
|
|
34
34
|
import { Scrollable as So } from "./components/Layout/Scrollable/Scrollable.js";
|
|
35
35
|
import { VirtualScrollable as Io } from "./components/Layout/Scrollable/VirtualScrollable.js";
|
|
36
36
|
import { Loaf as ho } from "./components/Loaf/Loaf.js";
|
|
37
|
-
import { Modal as
|
|
38
|
-
import { NavList as
|
|
39
|
-
import { Overlay as
|
|
37
|
+
import { Modal as yo } from "./components/Modal/Modal.js";
|
|
38
|
+
import { NavList as vo } from "./components/NavList/NavList.js";
|
|
39
|
+
import { Overlay as ko } from "./components/Overlay/Overlay.js";
|
|
40
40
|
import { Popover as Ro } from "./components/Popover/Popover.js";
|
|
41
41
|
import { PremiumBadge as Do } from "./components/PremiumBadge/PremiumBadge.js";
|
|
42
42
|
import { Prose as Oo } from "./components/Prose/Prose.js";
|
|
@@ -45,16 +45,16 @@ import { Select as Mo } from "./components/Select/Select.js";
|
|
|
45
45
|
import { Separator as jo } from "./components/Separator/Separator.js";
|
|
46
46
|
import { Shroud as zo } from "./components/Shroud/Shroud.js";
|
|
47
47
|
import { Spacer as Go } from "./components/Spacer/Spacer.js";
|
|
48
|
-
import { Style as Jo } from "./components/Style/Style.js";
|
|
49
|
-
import { Switch as
|
|
50
|
-
import { Tabular as
|
|
51
|
-
import { Text as
|
|
52
|
-
import { Textarea as
|
|
53
|
-
import { Title as
|
|
54
|
-
import { B as
|
|
55
|
-
import { OnScreenSensor as
|
|
56
|
-
import { ui as
|
|
57
|
-
import { Symbols as
|
|
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
58
|
const I = {
|
|
59
59
|
clsx: o,
|
|
60
60
|
getValue: t,
|
|
@@ -71,9 +71,9 @@ export {
|
|
|
71
71
|
T as BackdropPortal,
|
|
72
72
|
L as Badge,
|
|
73
73
|
eo as Box,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
74
|
+
er as BrandIcon,
|
|
75
|
+
b as Button,
|
|
76
|
+
C as ButtonBar,
|
|
77
77
|
po as Center,
|
|
78
78
|
P as Checkbox,
|
|
79
79
|
V as ControlBox,
|
|
@@ -84,18 +84,18 @@ export {
|
|
|
84
84
|
lo as FlexRestricter,
|
|
85
85
|
E as Flyout,
|
|
86
86
|
H as Icon,
|
|
87
|
-
|
|
87
|
+
mr as Icons,
|
|
88
88
|
K as Indicator,
|
|
89
89
|
U as InfoPanel,
|
|
90
90
|
X as Input,
|
|
91
91
|
$ as Interactive,
|
|
92
92
|
ro as Island,
|
|
93
93
|
ho as Loaf,
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
94
|
+
yo as Modal,
|
|
95
|
+
vo as NavList,
|
|
96
|
+
fr as OnScreenSensor,
|
|
97
|
+
ko as Overlay,
|
|
98
|
+
io as Pad,
|
|
99
99
|
co as Page,
|
|
100
100
|
Ro as Popover,
|
|
101
101
|
Do as PremiumBadge,
|
|
@@ -108,13 +108,14 @@ export {
|
|
|
108
108
|
zo as Shroud,
|
|
109
109
|
Go as Spacer,
|
|
110
110
|
Jo as Style,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
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
117
|
Io as VirtualScrollable,
|
|
118
|
-
|
|
118
|
+
ar as ui,
|
|
119
|
+
Ko as useContextualStyle,
|
|
119
120
|
I as utils
|
|
120
121
|
};
|