@cfx-dev/ui-components 0.0.13 → 0.0.14

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 CHANGED
@@ -40,6 +40,7 @@ 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';
package/dist/main.js CHANGED
@@ -10,8 +10,8 @@ import { s as a } from "./string-NVxCUbqk.js";
10
10
  import { Checkbox as P } from "./components/Checkbox/Checkbox.js";
11
11
  import { Button as y } from "./components/Button/Button.js";
12
12
  import { ButtonBar as k } 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";
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
16
  import { ControlBox as w } from "./components/ControlBox/ControlBox.js";
17
17
  import { CountryFlag as M } from "./components/CountryFlag/CountryFlag.js";
@@ -28,31 +28,32 @@ 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 { Pad as lo } from "./components/Layout/Pad/Pad.js";
32
- import { Page as io } from "./components/Layout/Page/Page.js";
33
- import { Scrollable as co } from "./components/Layout/Scrollable/Scrollable.js";
34
- import { Loaf as Bo } from "./components/Loaf/Loaf.js";
35
- import { Modal as So } from "./components/Modal/Modal.js";
36
- import { NavList as ho } from "./components/NavList/NavList.js";
37
- import { Overlay as vo } from "./components/Overlay/Overlay.js";
38
- import { Popover as bo } from "./components/Popover/Popover.js";
39
- import { PremiumBadge as Co } from "./components/PremiumBadge/PremiumBadge.js";
40
- import { Prose as Fo } from "./components/Prose/Prose.js";
41
- import { Radio as Do } from "./components/Radio/Radio.js";
42
- import { Select as Oo } from "./components/Select/Select.js";
43
- import { Separator as Ao } from "./components/Separator/Separator.js";
44
- import { Shroud as No } from "./components/Shroud/Shroud.js";
45
- import { Spacer as jo } from "./components/Spacer/Spacer.js";
46
- import { Style as zo } from "./components/Style/Style.js";
47
- import { Switch as Go } from "./components/Switch/Switch.js";
48
- import { Tabular as Jo } from "./components/Tabular/Tabular.js";
49
- import { Text as Qo } from "./components/Text/Text.js";
50
- import { Textarea as Wo } from "./components/Textarea/Textarea.js";
51
- import { Title as Yo } from "./components/Title/Title.js";
52
- import { B as _o, I as $o } from "./Icons-B26SczGZ.js";
53
- import { OnScreenSensor as rr } from "./components/OnScreenSensor.js";
54
- import { ui as er } from "./components/ui.js";
55
- import { Symbols as pr } from "./components/Symbols.js";
31
+ import { FlexRestricter as lo } from "./components/Layout/Flex/FlexRestricter.js";
32
+ import { Pad as io } from "./components/Layout/Pad/Pad.js";
33
+ import { Page as co } from "./components/Layout/Page/Page.js";
34
+ import { Scrollable as Bo } from "./components/Layout/Scrollable/Scrollable.js";
35
+ import { Loaf as So } from "./components/Loaf/Loaf.js";
36
+ import { Modal as ho } from "./components/Modal/Modal.js";
37
+ import { NavList as vo } from "./components/NavList/NavList.js";
38
+ import { Overlay as bo } from "./components/Overlay/Overlay.js";
39
+ import { Popover as Co } from "./components/Popover/Popover.js";
40
+ import { PremiumBadge as Ro } from "./components/PremiumBadge/PremiumBadge.js";
41
+ import { Prose as Do } from "./components/Prose/Prose.js";
42
+ import { Radio as Oo } from "./components/Radio/Radio.js";
43
+ import { Select as Ao } from "./components/Select/Select.js";
44
+ import { Separator as No } from "./components/Separator/Separator.js";
45
+ import { Shroud as jo } from "./components/Shroud/Shroud.js";
46
+ import { Spacer as zo } from "./components/Spacer/Spacer.js";
47
+ import { Style as Go } from "./components/Style/Style.js";
48
+ import { Switch as Jo } from "./components/Switch/Switch.js";
49
+ import { Tabular as Qo } from "./components/Tabular/Tabular.js";
50
+ import { Text as Wo } from "./components/Text/Text.js";
51
+ import { Textarea as Yo } from "./components/Textarea/Textarea.js";
52
+ import { Title as _o } from "./components/Title/Title.js";
53
+ import { B as or, I as rr } from "./Icons-B26SczGZ.js";
54
+ import { OnScreenSensor as er } from "./components/OnScreenSensor.js";
55
+ import { ui as pr } from "./components/ui.js";
56
+ import { Symbols as xr } from "./components/Symbols.js";
56
57
  const S = {
57
58
  clsx: o,
58
59
  getValue: t,
@@ -65,11 +66,11 @@ const S = {
65
66
  string: a
66
67
  };
67
68
  export {
68
- T as Avatar,
69
- R as BackdropPortal,
69
+ F as Avatar,
70
+ T as BackdropPortal,
70
71
  L as Badge,
71
72
  eo as Box,
72
- _o as BrandIcon,
73
+ or as BrandIcon,
73
74
  y as Button,
74
75
  k as ButtonBar,
75
76
  po as Center,
@@ -79,38 +80,39 @@ export {
79
80
  V as Decorate,
80
81
  q as Dot,
81
82
  xo as Flex,
83
+ lo as FlexRestricter,
82
84
  E as Flyout,
83
85
  H as Icon,
84
- $o as Icons,
86
+ rr as Icons,
85
87
  K as Indicator,
86
88
  U as InfoPanel,
87
89
  X as Input,
88
90
  $ as Interactive,
89
91
  ro as Island,
90
- Bo as Loaf,
91
- So as Modal,
92
- ho as NavList,
93
- rr as OnScreenSensor,
94
- vo as Overlay,
95
- lo as Pad,
96
- io as Page,
97
- bo as Popover,
98
- Co as PremiumBadge,
99
- Fo as Prose,
100
- Do as Radio,
92
+ So as Loaf,
93
+ ho as Modal,
94
+ vo as NavList,
95
+ er as OnScreenSensor,
96
+ bo as Overlay,
97
+ io as Pad,
98
+ co as Page,
99
+ Co as Popover,
100
+ Ro as PremiumBadge,
101
+ Do as Prose,
102
+ Oo as Radio,
101
103
  Z as RichInput,
102
- co as Scrollable,
103
- Oo as Select,
104
- Ao as Separator,
105
- No as Shroud,
106
- jo as Spacer,
107
- zo as Style,
108
- Go as Switch,
109
- pr as Symbols,
110
- Jo as Tabular,
111
- Qo as Text,
112
- Wo as Textarea,
113
- Yo as Title,
114
- er as ui,
104
+ Bo as Scrollable,
105
+ Ao as Select,
106
+ No as Separator,
107
+ jo as Shroud,
108
+ zo as Spacer,
109
+ Go as Style,
110
+ Jo as Switch,
111
+ xr as Symbols,
112
+ Qo as Tabular,
113
+ Wo as Text,
114
+ Yo as Textarea,
115
+ _o as Title,
116
+ pr as ui,
115
117
  S as utils
116
118
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cfx-dev/ui-components",
3
3
  "private": false,
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "dist/main.js",