@cfx-dev/ui-components 4.3.9 → 4.3.11
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/{Combination-DFb92tMK.js → Combination-2dfXEDc9.js} +3 -3
- package/dist/DropdownContent-Robn2rha.js +984 -0
- package/dist/assets/all_css.css +1 -0
- package/dist/assets/css/DropdownContent.css +1 -0
- package/dist/assets/css/DropdownSelect.css +1 -1
- package/dist/components/Button/Button.js +29 -27
- package/dist/components/DropdownContent/DropdownContent.d.ts +19 -0
- package/dist/components/DropdownContent/DropdownContent.js +9 -0
- package/dist/components/DropdownContent/index.d.ts +2 -0
- package/dist/components/DropdownContent/index.js +5 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +11 -0
- package/dist/components/DropdownMenu/DropdownMenu.js +33 -0
- package/dist/components/DropdownMenu/index.d.ts +2 -0
- package/dist/components/DropdownMenu/index.js +4 -0
- package/dist/components/DropdownSelect/DropdownSelect.js +56 -995
- package/dist/components/IconButton/IconButton.js +29 -14
- package/dist/components/RSC/Box/Box.js +48 -48
- package/dist/components/Select/Select.js +1 -1
- package/package.json +6 -11
|
@@ -300,7 +300,7 @@ function Bo(e) {
|
|
|
300
300
|
const [t, n] = m.useState(Vn());
|
|
301
301
|
return Ve(() => {
|
|
302
302
|
n((r) => r ?? String(zn++));
|
|
303
|
-
}, [e]),
|
|
303
|
+
}, [e]), t ? `radix-${t}` : "";
|
|
304
304
|
}
|
|
305
305
|
const Un = ["top", "right", "bottom", "left"], Z = Math.min, B = Math.max, Se = Math.round, ge = Math.floor, U = (e) => ({
|
|
306
306
|
x: e,
|
|
@@ -2198,11 +2198,11 @@ export {
|
|
|
2198
2198
|
$o as C,
|
|
2199
2199
|
Tn as D,
|
|
2200
2200
|
Fn as F,
|
|
2201
|
-
|
|
2201
|
+
To as R,
|
|
2202
2202
|
ie as a,
|
|
2203
2203
|
Wo as b,
|
|
2204
2204
|
Io as c,
|
|
2205
|
-
|
|
2205
|
+
_o as d,
|
|
2206
2206
|
Vo as e,
|
|
2207
2207
|
zo as h,
|
|
2208
2208
|
Bo as u
|