@cfx-dev/ui-components 0.0.15 → 0.0.17
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 -2
- package/dist/main.js +38 -36
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -57,10 +57,10 @@ 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
|
-
export { Text } from './components/Text/Text';
|
|
63
|
+
export { Text, TextBlock } from './components/Text/Text';
|
|
64
64
|
export { Textarea } from './components/Textarea/Textarea';
|
|
65
65
|
export { Title } from './components/Title/Title';
|
|
66
66
|
export { Icons, BrandIcon } from './components/Icons';
|
package/dist/main.js
CHANGED
|
@@ -8,10 +8,10 @@ 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
|
|
13
|
-
import { Avatar as
|
|
14
|
-
import { BackdropPortal as
|
|
11
|
+
import { Button as b } from "./components/Button/Button.js";
|
|
12
|
+
import { ButtonBar as v } from "./components/Button/ButtonBar.js";
|
|
13
|
+
import { Avatar as T } from "./components/Avatar/Avatar.js";
|
|
14
|
+
import { BackdropPortal as R } from "./components/BackdropPortal/BackdropPortal.js";
|
|
15
15
|
import { Badge as L } from "./components/Badge/Badge.js";
|
|
16
16
|
import { ControlBox as V } from "./components/ControlBox/ControlBox.js";
|
|
17
17
|
import { CountryFlag as A } from "./components/CountryFlag/CountryFlag.js";
|
|
@@ -29,15 +29,15 @@ 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
|
|
37
|
+
import { Modal as yo } from "./components/Modal/Modal.js";
|
|
38
|
+
import { NavList as ko } from "./components/NavList/NavList.js";
|
|
39
39
|
import { Overlay as Co } from "./components/Overlay/Overlay.js";
|
|
40
|
-
import { Popover as
|
|
40
|
+
import { Popover as Fo } 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";
|
|
43
43
|
import { Radio as wo } from "./components/Radio/Radio.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, TextBlock as _o } from "./components/Text/Text.js";
|
|
52
|
+
import { Textarea as or } from "./components/Textarea/Textarea.js";
|
|
53
|
+
import { Title as tr } from "./components/Title/Title.js";
|
|
54
|
+
import { B as mr, I as pr } from "./Icons-B26SczGZ.js";
|
|
55
|
+
import { OnScreenSensor as xr } from "./components/OnScreenSensor.js";
|
|
56
|
+
import { ui as lr } from "./components/ui.js";
|
|
57
|
+
import { Symbols as ir } from "./components/Symbols.js";
|
|
58
58
|
const I = {
|
|
59
59
|
clsx: o,
|
|
60
60
|
getValue: t,
|
|
@@ -67,13 +67,13 @@ const I = {
|
|
|
67
67
|
string: a
|
|
68
68
|
};
|
|
69
69
|
export {
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
T as Avatar,
|
|
71
|
+
R as BackdropPortal,
|
|
72
72
|
L as Badge,
|
|
73
73
|
eo as Box,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
74
|
+
mr as BrandIcon,
|
|
75
|
+
b as Button,
|
|
76
|
+
v as ButtonBar,
|
|
77
77
|
po as Center,
|
|
78
78
|
P as Checkbox,
|
|
79
79
|
V as ControlBox,
|
|
@@ -84,20 +84,20 @@ export {
|
|
|
84
84
|
lo as FlexRestricter,
|
|
85
85
|
E as Flyout,
|
|
86
86
|
H as Icon,
|
|
87
|
-
|
|
87
|
+
pr 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
|
-
|
|
94
|
+
yo as Modal,
|
|
95
|
+
ko as NavList,
|
|
96
|
+
xr as OnScreenSensor,
|
|
97
97
|
Co as Overlay,
|
|
98
|
-
|
|
98
|
+
io as Pad,
|
|
99
99
|
co as Page,
|
|
100
|
-
|
|
100
|
+
Fo as Popover,
|
|
101
101
|
Do as PremiumBadge,
|
|
102
102
|
Oo as Prose,
|
|
103
103
|
wo as Radio,
|
|
@@ -108,13 +108,15 @@ export {
|
|
|
108
108
|
zo as Shroud,
|
|
109
109
|
Go as Spacer,
|
|
110
110
|
Jo as Style,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
_o as
|
|
116
|
-
or as
|
|
111
|
+
Uo as Switch,
|
|
112
|
+
ir as Symbols,
|
|
113
|
+
Xo as Tabular,
|
|
114
|
+
Zo as Text,
|
|
115
|
+
_o as TextBlock,
|
|
116
|
+
or as Textarea,
|
|
117
|
+
tr as Title,
|
|
117
118
|
Io as VirtualScrollable,
|
|
118
|
-
|
|
119
|
+
lr as ui,
|
|
120
|
+
Ko as useContextualStyle,
|
|
119
121
|
I as utils
|
|
120
122
|
};
|