@cfx-dev/ui-components 0.0.16 → 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 +1 -1
- package/dist/main.js +27 -26
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ export { Spacer } from './components/Spacer/Spacer';
|
|
|
60
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
|
@@ -9,9 +9,9 @@ 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
11
|
import { Button as b } from "./components/Button/Button.js";
|
|
12
|
-
import { ButtonBar as
|
|
13
|
-
import { Avatar as
|
|
14
|
-
import { BackdropPortal as
|
|
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";
|
|
@@ -35,9 +35,9 @@ 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
37
|
import { Modal as yo } from "./components/Modal/Modal.js";
|
|
38
|
-
import { NavList as
|
|
39
|
-
import { Overlay as
|
|
40
|
-
import { Popover as
|
|
38
|
+
import { NavList as ko } from "./components/NavList/NavList.js";
|
|
39
|
+
import { Overlay as Co } from "./components/Overlay/Overlay.js";
|
|
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";
|
|
@@ -48,13 +48,13 @@ import { Spacer as Go } from "./components/Spacer/Spacer.js";
|
|
|
48
48
|
import { Style as Jo, useContextualStyle as Ko } from "./components/Style/Style.js";
|
|
49
49
|
import { Switch as Uo } from "./components/Switch/Switch.js";
|
|
50
50
|
import { Tabular as Xo } from "./components/Tabular/Tabular.js";
|
|
51
|
-
import { Text as Zo } from "./components/Text/Text.js";
|
|
52
|
-
import { Textarea as
|
|
53
|
-
import { Title as
|
|
54
|
-
import { B as
|
|
55
|
-
import { OnScreenSensor as
|
|
56
|
-
import { ui as
|
|
57
|
-
import { Symbols as
|
|
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
|
-
|
|
74
|
+
mr as BrandIcon,
|
|
75
75
|
b as Button,
|
|
76
|
-
|
|
76
|
+
v as ButtonBar,
|
|
77
77
|
po as Center,
|
|
78
78
|
P as Checkbox,
|
|
79
79
|
V as ControlBox,
|
|
@@ -84,7 +84,7 @@ 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,
|
|
@@ -92,12 +92,12 @@ export {
|
|
|
92
92
|
ro as Island,
|
|
93
93
|
ho as Loaf,
|
|
94
94
|
yo as Modal,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
95
|
+
ko as NavList,
|
|
96
|
+
xr as OnScreenSensor,
|
|
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,
|
|
@@ -109,13 +109,14 @@ export {
|
|
|
109
109
|
Go as Spacer,
|
|
110
110
|
Jo as Style,
|
|
111
111
|
Uo as Switch,
|
|
112
|
-
|
|
112
|
+
ir as Symbols,
|
|
113
113
|
Xo as Tabular,
|
|
114
114
|
Zo as Text,
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
_o as TextBlock,
|
|
116
|
+
or as Textarea,
|
|
117
|
+
tr as Title,
|
|
117
118
|
Io as VirtualScrollable,
|
|
118
|
-
|
|
119
|
+
lr as ui,
|
|
119
120
|
Ko as useContextualStyle,
|
|
120
121
|
I as utils
|
|
121
122
|
};
|