@cfx-dev/ui-components 5.0.24 → 5.0.26
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/{BurgerMenu.module-DzFXW4p3.js → BurgerMenu.module-Dy-zFg88.js} +5 -3
- package/dist/assets/css/Badge.css +1 -1
- package/dist/assets/css/BurgerMenu.css +1 -1
- package/dist/assets/css/Button.css +1 -1
- package/dist/assets/css/InputDropzone.css +1 -1
- package/dist/assets/general/global.css +1 -1
- package/dist/cfxIcons-B2ocwAjm.js +136 -0
- package/dist/cfxIconsXLarge-C9n01-rM.js +136 -0
- package/dist/components/Badge/Badge.d.ts +2 -1
- package/dist/components/Badge/Badge.js +39 -35
- package/dist/components/Badge/BadgeShowcase.js +66 -36
- package/dist/components/BurgerMenu/BurgerMenu.d.ts +4 -1
- package/dist/components/BurgerMenu/BurgerMenu.js +75 -62
- package/dist/components/BurgerMenu/BurgerMenuButton.js +1 -1
- package/dist/components/BurgerMenu/BurgerMenuShowcase.js +44 -26
- package/dist/components/Button/Button.d.ts +2 -1
- package/dist/components/Button/Button.js +71 -65
- package/dist/components/Button/ButtonShowcase.js +46 -22
- package/dist/components/Checkbox/Checkbox.js +57 -31
- package/dist/components/Checkbox/CheckboxShowcase.js +28 -2
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/Icons/IconsShowcase.js +71 -29
- package/dist/components/Icons/cfx-icons/Car.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Car.js +26 -0
- package/dist/components/Icons/cfx-icons/Creator.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Creator.js +26 -0
- package/dist/components/Icons/cfx-icons/Documentation.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Documentation.js +26 -0
- package/dist/components/Icons/cfx-icons/Expand2.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Expand2.js +26 -0
- package/dist/components/Icons/cfx-icons/FiveMServer.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/FiveMServer.js +27 -0
- package/dist/components/Icons/cfx-icons/Hat.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Hat.js +18 -0
- package/dist/components/Icons/cfx-icons/Integration.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Integration.js +26 -0
- package/dist/components/Icons/cfx-icons/Pen.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Pen.js +26 -0
- package/dist/components/Icons/cfx-icons/Population.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Population.js +26 -0
- package/dist/components/Icons/cfx-icons/RedMServer.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/RedMServer.js +26 -0
- package/dist/components/Icons/cfx-icons/Script.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Script.js +26 -0
- package/dist/components/Icons/cfx-icons/Snail.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Snail.js +18 -0
- package/dist/components/Icons/cfx-icons/Tooling.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Tooling.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Car.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Car.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Creator.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Creator.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Documentation.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Documentation.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Expand2.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Expand2.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/FiveMServer.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/FiveMServer.js +27 -0
- package/dist/components/Icons/cfx-iconsXLarge/Hat.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Hat.js +18 -0
- package/dist/components/Icons/cfx-iconsXLarge/Integration.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Integration.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Pen.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Pen.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Population.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Population.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/RedMServer.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/RedMServer.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Script.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Script.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Snail.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Snail.js +21 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tooling.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tooling.js +26 -0
- package/dist/components/Icons/cfxIcons.d.ts +13 -0
- package/dist/components/Icons/cfxIcons.js +98 -72
- package/dist/components/Icons/cfxIconsXLarge.d.ts +13 -0
- package/dist/components/Icons/cfxIconsXLarge.js +98 -72
- package/dist/components/Icons/index.js +2 -2
- package/dist/components/InputDropzone/InputDropzone.js +1 -1
- package/dist/components/Logos/Logos.types.d.ts +26 -0
- package/dist/components/Logos/LogosShowcase.js +28 -27
- package/dist/components/Logos/c/Logo.d.ts +5 -0
- package/dist/components/Logos/c/Logo.js +18 -0
- package/dist/components/Logos/c/index.d.ts +1 -0
- package/dist/components/Logos/c/index.js +4 -0
- package/dist/components/Logos/cfx/CompositeIcon.d.ts +5 -0
- package/dist/components/Logos/cfx/CompositeIcon.js +9 -0
- package/dist/components/Logos/cfx/index.d.ts +1 -0
- package/dist/components/Logos/cfx/index.js +8 -6
- package/dist/components/Logos/discord/IconColor.d.ts +5 -0
- package/dist/components/Logos/discord/IconColor.js +24 -0
- package/dist/components/Logos/discord/Logo.d.ts +5 -0
- package/dist/components/Logos/discord/Logo.js +24 -0
- package/dist/components/Logos/discord/LogoColor.d.ts +5 -0
- package/dist/components/Logos/discord/LogoColor.js +24 -0
- package/dist/components/Logos/discord/index.d.ts +3 -0
- package/dist/components/Logos/discord/index.js +8 -2
- package/dist/components/Logos/esx/IconColor.d.ts +5 -0
- package/dist/components/Logos/esx/IconColor.js +24 -0
- package/dist/components/Logos/esx/index.d.ts +1 -0
- package/dist/components/Logos/esx/index.js +4 -2
- package/dist/components/Logos/fivem/SimpleLogo.d.ts +5 -0
- package/dist/components/Logos/fivem/SimpleLogo.js +18 -0
- package/dist/components/Logos/fivem/WhiteLogo.js +9 -9
- package/dist/components/Logos/fivem/index.d.ts +1 -0
- package/dist/components/Logos/fivem/index.js +8 -6
- package/dist/components/Logos/forum/CompositeLogo.d.ts +5 -0
- package/dist/components/Logos/forum/CompositeLogo.js +15 -0
- package/dist/components/Logos/forum/index.d.ts +1 -0
- package/dist/components/Logos/forum/index.js +4 -0
- package/dist/components/Logos/google/WordmarkWhite.d.ts +5 -0
- package/dist/components/Logos/google/WordmarkWhite.js +25 -0
- package/dist/components/Logos/google/index.d.ts +1 -0
- package/dist/components/Logos/google/index.js +4 -2
- package/dist/components/Logos/gportal/Icon.d.ts +5 -0
- package/dist/components/Logos/gportal/Icon.js +22 -0
- package/dist/components/Logos/gportal/IconColor.d.ts +5 -0
- package/dist/components/Logos/gportal/IconColor.js +22 -0
- package/dist/components/Logos/gportal/Logo.d.ts +5 -0
- package/dist/components/Logos/gportal/Logo.js +29 -0
- package/dist/components/Logos/gportal/LogoColor.d.ts +5 -0
- package/dist/components/Logos/gportal/LogoColor.js +32 -0
- package/dist/components/Logos/gportal/LogoHorizontal.d.ts +5 -0
- package/dist/components/Logos/gportal/LogoHorizontal.js +29 -0
- package/dist/components/Logos/gportal/LogoHorizontalColor.d.ts +5 -0
- package/dist/components/Logos/gportal/LogoHorizontalColor.js +29 -0
- package/dist/components/Logos/gportal/index.d.ts +6 -0
- package/dist/components/Logos/gportal/index.js +14 -0
- package/dist/components/Logos/index.d.ts +26 -0
- package/dist/components/Logos/index.js +60 -34
- package/dist/components/Logos/javascript/Logo.d.ts +5 -0
- package/dist/components/Logos/javascript/Logo.js +18 -0
- package/dist/components/Logos/javascript/index.d.ts +1 -0
- package/dist/components/Logos/javascript/index.js +4 -0
- package/dist/components/Logos/lua/Logo.d.ts +5 -0
- package/dist/components/Logos/lua/Logo.js +18 -0
- package/dist/components/Logos/lua/index.d.ts +1 -0
- package/dist/components/Logos/lua/index.js +4 -0
- package/dist/components/Logos/marketplace/CompositeLogo.d.ts +5 -0
- package/dist/components/Logos/marketplace/CompositeLogo.js +15 -0
- package/dist/components/Logos/marketplace/index.d.ts +1 -0
- package/dist/components/Logos/marketplace/index.js +4 -0
- package/dist/components/Logos/nitrado/Icon.d.ts +5 -0
- package/dist/components/Logos/nitrado/Icon.js +27 -0
- package/dist/components/Logos/nitrado/IconColor.d.ts +5 -0
- package/dist/components/Logos/nitrado/IconColor.js +27 -0
- package/dist/components/Logos/nitrado/LogoHorizontal.d.ts +5 -0
- package/dist/components/Logos/nitrado/LogoHorizontal.js +70 -0
- package/dist/components/Logos/nitrado/LogoHorizontalColor.d.ts +5 -0
- package/dist/components/Logos/nitrado/LogoHorizontalColor.js +70 -0
- package/dist/components/Logos/nitrado/index.d.ts +4 -0
- package/dist/components/Logos/nitrado/index.js +10 -0
- package/dist/components/Logos/nodecraft/Icon.d.ts +5 -0
- package/dist/components/Logos/nodecraft/Icon.js +29 -0
- package/dist/components/Logos/nodecraft/IconColor.d.ts +5 -0
- package/dist/components/Logos/nodecraft/IconColor.js +29 -0
- package/dist/components/Logos/nodecraft/Logo.d.ts +5 -0
- package/dist/components/Logos/nodecraft/Logo.js +38 -0
- package/dist/components/Logos/nodecraft/LogoColor.d.ts +5 -0
- package/dist/components/Logos/nodecraft/LogoColor.js +41 -0
- package/dist/components/Logos/nodecraft/LogoColor2.d.ts +5 -0
- package/dist/components/Logos/nodecraft/LogoColor2.js +41 -0
- package/dist/components/Logos/nodecraft/index.d.ts +5 -0
- package/dist/components/Logos/nodecraft/index.js +12 -0
- package/dist/components/Logos/redemrp/IconColor.d.ts +5 -0
- package/dist/components/Logos/redemrp/IconColor.js +18 -0
- package/dist/components/Logos/redemrp/index.d.ts +1 -0
- package/dist/components/Logos/redemrp/index.js +4 -2
- package/dist/components/Logos/redm/SimpleLogo.d.ts +5 -0
- package/dist/components/Logos/redm/SimpleLogo.js +21 -0
- package/dist/components/Logos/redm/WhiteLogo.js +8 -30
- package/dist/components/Logos/redm/index.d.ts +1 -0
- package/dist/components/Logos/redm/index.js +8 -6
- package/dist/components/Logos/rockstar/Wordmark.d.ts +5 -0
- package/dist/components/Logos/rockstar/Wordmark.js +33 -0
- package/dist/components/Logos/rockstar/WordmarkVertical.d.ts +5 -0
- package/dist/components/Logos/rockstar/WordmarkVertical.js +33 -0
- package/dist/components/Logos/rockstar/index.d.ts +2 -0
- package/dist/components/Logos/rockstar/index.js +6 -2
- package/dist/components/Logos/shockbyte/Icon.d.ts +5 -0
- package/dist/components/Logos/shockbyte/Icon.js +26 -0
- package/dist/components/Logos/shockbyte/IconColor.d.ts +5 -0
- package/dist/components/Logos/shockbyte/IconColor.js +26 -0
- package/dist/components/Logos/shockbyte/IconColor2.d.ts +5 -0
- package/dist/components/Logos/shockbyte/IconColor2.js +54 -0
- package/dist/components/Logos/shockbyte/Logo.d.ts +5 -0
- package/dist/components/Logos/shockbyte/Logo.js +27 -0
- package/dist/components/Logos/shockbyte/LogoColor.d.ts +5 -0
- package/dist/components/Logos/shockbyte/LogoColor.js +24 -0
- package/dist/components/Logos/shockbyte/LogoColor2.d.ts +5 -0
- package/dist/components/Logos/shockbyte/LogoColor2.js +55 -0
- package/dist/components/Logos/shockbyte/index.d.ts +6 -0
- package/dist/components/Logos/shockbyte/index.js +14 -0
- package/dist/components/Logos/support/CompositeLogo.d.ts +5 -0
- package/dist/components/Logos/support/CompositeLogo.js +15 -0
- package/dist/components/Logos/support/index.d.ts +1 -0
- package/dist/components/Logos/support/index.js +4 -0
- package/dist/components/Logos/tebex/WhiteWordmark.d.ts +5 -0
- package/dist/components/Logos/tebex/WhiteWordmark.js +35 -0
- package/dist/components/Logos/tebex/index.d.ts +1 -0
- package/dist/components/Logos/tebex/index.js +4 -2
- package/dist/components/Logos/txadmin/Icon.d.ts +5 -0
- package/dist/components/Logos/txadmin/Icon.js +24 -0
- package/dist/components/Logos/txadmin/IconColor.d.ts +5 -0
- package/dist/components/Logos/txadmin/IconColor.js +24 -0
- package/dist/components/Logos/txadmin/Logo.d.ts +5 -0
- package/dist/components/Logos/txadmin/Logo.js +24 -0
- package/dist/components/Logos/txadmin/LogoColor.d.ts +5 -0
- package/dist/components/Logos/txadmin/LogoColor.js +24 -0
- package/dist/components/Logos/txadmin/index.d.ts +4 -0
- package/dist/components/Logos/txadmin/index.js +10 -0
- package/dist/components/Logos/vorpcore/IconColor.d.ts +5 -0
- package/dist/components/Logos/vorpcore/IconColor.js +27 -0
- package/dist/components/Logos/vorpcore/index.d.ts +1 -0
- package/dist/components/Logos/vorpcore/index.js +4 -2
- package/dist/components/Logos/xrealm/Icon.d.ts +5 -0
- package/dist/components/Logos/xrealm/Icon.js +21 -0
- package/dist/components/Logos/xrealm/IconColor.d.ts +5 -0
- package/dist/components/Logos/xrealm/IconColor.js +21 -0
- package/dist/components/Logos/xrealm/IconColor2.d.ts +5 -0
- package/dist/components/Logos/xrealm/IconColor2.js +21 -0
- package/dist/components/Logos/xrealm/Logo.d.ts +5 -0
- package/dist/components/Logos/xrealm/Logo.js +26 -0
- package/dist/components/Logos/xrealm/LogoColor.d.ts +5 -0
- package/dist/components/Logos/xrealm/LogoColor.js +26 -0
- package/dist/components/Logos/xrealm/LogoColor2.d.ts +5 -0
- package/dist/components/Logos/xrealm/LogoColor2.js +26 -0
- package/dist/components/Logos/xrealm/index.d.ts +6 -0
- package/dist/components/Logos/xrealm/index.js +14 -0
- package/dist/components/Logos/zap/Icon.d.ts +5 -0
- package/dist/components/Logos/zap/Icon.js +24 -0
- package/dist/components/Logos/zap/IconColor.d.ts +5 -0
- package/dist/components/Logos/zap/IconColor.js +24 -0
- package/dist/components/Logos/zap/IconColor2.d.ts +5 -0
- package/dist/components/Logos/zap/IconColor2.js +24 -0
- package/dist/components/Logos/zap/Logo.d.ts +5 -0
- package/dist/components/Logos/zap/Logo.js +33 -0
- package/dist/components/Logos/zap/LogoColor.d.ts +5 -0
- package/dist/components/Logos/zap/LogoColor.js +33 -0
- package/dist/components/Logos/zap/index.d.ts +5 -0
- package/dist/components/Logos/zap/index.js +12 -0
- package/dist/components/Shroud/Shroud.js +3 -3
- package/dist/components/Table/TableCell.js +35 -33
- package/dist/index--7ftEy7B.js +14 -0
- package/dist/index-6ymEiKOk.js +12 -0
- package/dist/index-B4ozsXlE.js +16 -0
- package/dist/index-B894ectI.js +10 -0
- package/dist/index-BGU_SN2o.js +16 -0
- package/dist/{index-CZVyC53C.js → index-BOn_iaK2.js} +4 -2
- package/dist/index-BRHcJhJG.js +18 -0
- package/dist/index-B_EMgg52.js +14 -0
- package/dist/index-B_Vaq81q.js +10 -0
- package/dist/index-C9Lozqbl.js +8 -0
- package/dist/index-Cq4jCzEv.js +12 -0
- package/dist/{index-CndZSWbO.js → index-CztR26xF.js} +3 -3
- package/dist/index-D1C1OavJ.js +14 -0
- package/dist/index-DhOP0QKO.js +18 -0
- package/dist/{index-DmiGJpGO.js → index-DwlnwP6x.js} +3 -3
- package/dist/{index-BFDtbr-9.js → index-FdoLqVRX.js} +3 -3
- package/dist/{index-BcJ929FX.js → index-RuvVYarm.js} +6 -4
- package/dist/{index-CaQzR2YA.js → index-lyU2TVKU.js} +3 -3
- package/dist/{index-zDYfHjPd.js → index-nlWIqgCS.js} +4 -4
- package/dist/index-sokrkox7.js +16 -0
- package/dist/index-srJbL-Sj.js +8 -0
- package/dist/index-ugQO1I1Q.js +12 -0
- package/dist/index-zV_VvyQi.js +18 -0
- package/dist/main.js +2 -2
- package/dist/styles-scss/tokens.scss +1 -1
- package/dist/utils/hooks/usePopoverController.js +25 -22
- package/package.json +1 -1
- package/dist/cfxIcons-YyDWNxmM.js +0 -110
- package/dist/cfxIconsXLarge-Dw37ZSw2.js +0 -110
- package/dist/index-Bg26abkD.js +0 -14
- package/dist/index-DXAZagKA.js +0 -8
- package/dist/index-DxFgF-nY.js +0 -10
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as a, jsxs as U, Fragment as V } from "react/jsx-runtime";
|
|
2
2
|
import * as f from "react";
|
|
3
3
|
import R from "react";
|
|
4
4
|
import { P as w, u as W, a as A, c as T, b as Y, d as Z } from "../../index-8cuIcSMB.js";
|
|
@@ -56,6 +56,19 @@ import "../Icons/cfx-icons/User.js";
|
|
|
56
56
|
import "../Icons/cfx-icons/Verified.js";
|
|
57
57
|
import "../Icons/cfx-icons/UpvotesBurst.js";
|
|
58
58
|
import "../Icons/cfx-icons/UpvotesRecurring.js";
|
|
59
|
+
import "../Icons/cfx-icons/Car.js";
|
|
60
|
+
import "../Icons/cfx-icons/Population.js";
|
|
61
|
+
import "../Icons/cfx-icons/Tooling.js";
|
|
62
|
+
import "../Icons/cfx-icons/Integration.js";
|
|
63
|
+
import "../Icons/cfx-icons/RedMServer.js";
|
|
64
|
+
import "../Icons/cfx-icons/FiveMServer.js";
|
|
65
|
+
import "../Icons/cfx-icons/Script.js";
|
|
66
|
+
import "../Icons/cfx-icons/Creator.js";
|
|
67
|
+
import "../Icons/cfx-icons/Documentation.js";
|
|
68
|
+
import "../Icons/cfx-icons/Pen.js";
|
|
69
|
+
import "../Icons/cfx-icons/Expand2.js";
|
|
70
|
+
import "../Icons/cfx-icons/Snail.js";
|
|
71
|
+
import "../Icons/cfx-icons/Hat.js";
|
|
59
72
|
import "../Icons/cfx-iconsXLarge/Close.js";
|
|
60
73
|
import "../Icons/cfx-iconsXLarge/Controller.js";
|
|
61
74
|
import "../Icons/cfx-iconsXLarge/Copy.js";
|
|
@@ -108,12 +121,25 @@ import "../Icons/cfx-iconsXLarge/User.js";
|
|
|
108
121
|
import "../Icons/cfx-iconsXLarge/Verified.js";
|
|
109
122
|
import "../Icons/cfx-iconsXLarge/UpvotesBurst.js";
|
|
110
123
|
import "../Icons/cfx-iconsXLarge/UpvotesRecurring.js";
|
|
124
|
+
import "../Icons/cfx-iconsXLarge/Car.js";
|
|
125
|
+
import "../Icons/cfx-iconsXLarge/Population.js";
|
|
126
|
+
import "../Icons/cfx-iconsXLarge/Tooling.js";
|
|
127
|
+
import "../Icons/cfx-iconsXLarge/Integration.js";
|
|
128
|
+
import "../Icons/cfx-iconsXLarge/RedMServer.js";
|
|
129
|
+
import "../Icons/cfx-iconsXLarge/FiveMServer.js";
|
|
130
|
+
import "../Icons/cfx-iconsXLarge/Script.js";
|
|
131
|
+
import "../Icons/cfx-iconsXLarge/Creator.js";
|
|
132
|
+
import "../Icons/cfx-iconsXLarge/Documentation.js";
|
|
133
|
+
import "../Icons/cfx-iconsXLarge/Pen.js";
|
|
134
|
+
import "../Icons/cfx-iconsXLarge/Expand2.js";
|
|
135
|
+
import "../Icons/cfx-iconsXLarge/Snail.js";
|
|
136
|
+
import "../Icons/cfx-iconsXLarge/Hat.js";
|
|
111
137
|
import { clsx as P } from "../../utils/clsx.js";
|
|
112
138
|
import { getColor as ie } from "../../utils/color.js";
|
|
113
139
|
var q = "Checkbox", [ce] = Z(q), [ne, F] = ce(q);
|
|
114
140
|
function se(o) {
|
|
115
141
|
const {
|
|
116
|
-
__scopeCheckbox:
|
|
142
|
+
__scopeCheckbox: m,
|
|
117
143
|
checked: c,
|
|
118
144
|
children: p,
|
|
119
145
|
defaultChecked: r,
|
|
@@ -149,17 +175,17 @@ function se(o) {
|
|
|
149
175
|
bubbleInput: C,
|
|
150
176
|
setBubbleInput: i
|
|
151
177
|
};
|
|
152
|
-
return /* @__PURE__ */
|
|
178
|
+
return /* @__PURE__ */ a(
|
|
153
179
|
ne,
|
|
154
180
|
{
|
|
155
|
-
scope:
|
|
181
|
+
scope: m,
|
|
156
182
|
...I,
|
|
157
|
-
children:
|
|
183
|
+
children: me(u) ? u(I) : p
|
|
158
184
|
}
|
|
159
185
|
);
|
|
160
186
|
}
|
|
161
187
|
var O = "CheckboxTrigger", D = f.forwardRef(
|
|
162
|
-
({ __scopeCheckbox: o, onKeyDown:
|
|
188
|
+
({ __scopeCheckbox: o, onKeyDown: m, onClick: c, ...p }, r) => {
|
|
163
189
|
const {
|
|
164
190
|
control: e,
|
|
165
191
|
value: _,
|
|
@@ -178,7 +204,7 @@ var O = "CheckboxTrigger", D = f.forwardRef(
|
|
|
178
204
|
const t = () => u(C.current);
|
|
179
205
|
return i.addEventListener("reset", t), () => i.removeEventListener("reset", t);
|
|
180
206
|
}
|
|
181
|
-
}, [e, u]), /* @__PURE__ */
|
|
207
|
+
}, [e, u]), /* @__PURE__ */ a(
|
|
182
208
|
w.button,
|
|
183
209
|
{
|
|
184
210
|
type: "button",
|
|
@@ -191,7 +217,7 @@ var O = "CheckboxTrigger", D = f.forwardRef(
|
|
|
191
217
|
value: _,
|
|
192
218
|
...p,
|
|
193
219
|
ref: k,
|
|
194
|
-
onKeyDown: T(
|
|
220
|
+
onKeyDown: T(m, (i) => {
|
|
195
221
|
i.key === "Enter" && i.preventDefault();
|
|
196
222
|
}),
|
|
197
223
|
onClick: T(c, (i) => {
|
|
@@ -203,7 +229,7 @@ var O = "CheckboxTrigger", D = f.forwardRef(
|
|
|
203
229
|
);
|
|
204
230
|
D.displayName = O;
|
|
205
231
|
var L = f.forwardRef(
|
|
206
|
-
(o,
|
|
232
|
+
(o, m) => {
|
|
207
233
|
const {
|
|
208
234
|
__scopeCheckbox: c,
|
|
209
235
|
name: p,
|
|
@@ -216,7 +242,7 @@ var L = f.forwardRef(
|
|
|
216
242
|
form: x,
|
|
217
243
|
...u
|
|
218
244
|
} = o;
|
|
219
|
-
return /* @__PURE__ */
|
|
245
|
+
return /* @__PURE__ */ a(
|
|
220
246
|
se,
|
|
221
247
|
{
|
|
222
248
|
__scopeCheckbox: c,
|
|
@@ -229,15 +255,15 @@ var L = f.forwardRef(
|
|
|
229
255
|
form: x,
|
|
230
256
|
value: d,
|
|
231
257
|
internal_do_not_use_render: ({ isFormControl: n }) => /* @__PURE__ */ U(V, { children: [
|
|
232
|
-
/* @__PURE__ */
|
|
258
|
+
/* @__PURE__ */ a(
|
|
233
259
|
D,
|
|
234
260
|
{
|
|
235
261
|
...u,
|
|
236
|
-
ref:
|
|
262
|
+
ref: m,
|
|
237
263
|
__scopeCheckbox: c
|
|
238
264
|
}
|
|
239
265
|
),
|
|
240
|
-
n && /* @__PURE__ */
|
|
266
|
+
n && /* @__PURE__ */ a(
|
|
241
267
|
G,
|
|
242
268
|
{
|
|
243
269
|
__scopeCheckbox: c
|
|
@@ -250,19 +276,19 @@ var L = f.forwardRef(
|
|
|
250
276
|
);
|
|
251
277
|
L.displayName = q;
|
|
252
278
|
var j = "CheckboxIndicator", H = f.forwardRef(
|
|
253
|
-
(o,
|
|
279
|
+
(o, m) => {
|
|
254
280
|
const { __scopeCheckbox: c, forceMount: p, ...r } = o, e = F(j, c);
|
|
255
|
-
return /* @__PURE__ */
|
|
281
|
+
return /* @__PURE__ */ a(
|
|
256
282
|
oe,
|
|
257
283
|
{
|
|
258
284
|
present: p || v(e.checked) || e.checked === !0,
|
|
259
|
-
children: /* @__PURE__ */
|
|
285
|
+
children: /* @__PURE__ */ a(
|
|
260
286
|
w.span,
|
|
261
287
|
{
|
|
262
288
|
"data-state": K(e.checked),
|
|
263
289
|
"data-disabled": e.disabled ? "" : void 0,
|
|
264
290
|
...r,
|
|
265
|
-
ref:
|
|
291
|
+
ref: m,
|
|
266
292
|
style: { pointerEvents: "none", ...o.style }
|
|
267
293
|
}
|
|
268
294
|
)
|
|
@@ -272,7 +298,7 @@ var j = "CheckboxIndicator", H = f.forwardRef(
|
|
|
272
298
|
);
|
|
273
299
|
H.displayName = j;
|
|
274
300
|
var $ = "CheckboxBubbleInput", G = f.forwardRef(
|
|
275
|
-
({ __scopeCheckbox: o, ...
|
|
301
|
+
({ __scopeCheckbox: o, ...m }, c) => {
|
|
276
302
|
const {
|
|
277
303
|
control: p,
|
|
278
304
|
hasConsumerStoppedPropagationRef: r,
|
|
@@ -299,7 +325,7 @@ var $ = "CheckboxBubbleInput", G = f.forwardRef(
|
|
|
299
325
|
}
|
|
300
326
|
}, [n, k, e, r]);
|
|
301
327
|
const i = f.useRef(v(e) ? !1 : e);
|
|
302
|
-
return /* @__PURE__ */
|
|
328
|
+
return /* @__PURE__ */ a(
|
|
303
329
|
w.input,
|
|
304
330
|
{
|
|
305
331
|
type: "checkbox",
|
|
@@ -310,11 +336,11 @@ var $ = "CheckboxBubbleInput", G = f.forwardRef(
|
|
|
310
336
|
name: b,
|
|
311
337
|
value: x,
|
|
312
338
|
form: u,
|
|
313
|
-
...
|
|
339
|
+
...m,
|
|
314
340
|
tabIndex: -1,
|
|
315
341
|
ref: l,
|
|
316
342
|
style: {
|
|
317
|
-
...
|
|
343
|
+
...m.style,
|
|
318
344
|
...C,
|
|
319
345
|
position: "absolute",
|
|
320
346
|
pointerEvents: "none",
|
|
@@ -330,7 +356,7 @@ var $ = "CheckboxBubbleInput", G = f.forwardRef(
|
|
|
330
356
|
}
|
|
331
357
|
);
|
|
332
358
|
G.displayName = $;
|
|
333
|
-
function
|
|
359
|
+
function me(o) {
|
|
334
360
|
return typeof o == "function";
|
|
335
361
|
}
|
|
336
362
|
function v(o) {
|
|
@@ -339,8 +365,8 @@ function v(o) {
|
|
|
339
365
|
function K(o) {
|
|
340
366
|
return v(o) ? "indeterminate" : o ? "checked" : "unchecked";
|
|
341
367
|
}
|
|
342
|
-
const
|
|
343
|
-
rootUnset:
|
|
368
|
+
const ae = "cfxui__Checkbox__rootUnset__cbb57", pe = "cfxui__Checkbox__root__865aa", de = "cfxui__Checkbox__secondary__95e8e", ue = "cfxui__Checkbox__isChecked__e5d94", le = "cfxui__Checkbox__icon__f9f6b", fe = "cfxui__Checkbox__square__029aa", _e = "cfxui__Checkbox__indicator__2afc0", he = "cfxui__Checkbox__squareFilledIcon__7d9b7", Ce = "cfxui__Checkbox__tickIcon__a7f19", s = {
|
|
369
|
+
rootUnset: ae,
|
|
344
370
|
root: pe,
|
|
345
371
|
secondary: de,
|
|
346
372
|
isChecked: ue,
|
|
@@ -355,7 +381,7 @@ const me = "cfxui__Checkbox__rootUnset__cbb57", pe = "cfxui__Checkbox__root__865
|
|
|
355
381
|
};
|
|
356
382
|
function ke(o) {
|
|
357
383
|
const {
|
|
358
|
-
id:
|
|
384
|
+
id: m,
|
|
359
385
|
size: c = "medium",
|
|
360
386
|
rootClassName: p,
|
|
361
387
|
indicatorClassName: r,
|
|
@@ -407,14 +433,14 @@ function ke(o) {
|
|
|
407
433
|
L,
|
|
408
434
|
{
|
|
409
435
|
...g,
|
|
410
|
-
id:
|
|
436
|
+
id: m,
|
|
411
437
|
checked: I,
|
|
412
438
|
style: { color: X },
|
|
413
439
|
className: J,
|
|
414
440
|
onClick: S,
|
|
415
441
|
onCheckedChange: z,
|
|
416
442
|
children: [
|
|
417
|
-
k && /* @__PURE__ */
|
|
443
|
+
k && /* @__PURE__ */ a(
|
|
418
444
|
"input",
|
|
419
445
|
{
|
|
420
446
|
type: "hidden",
|
|
@@ -422,7 +448,7 @@ function ke(o) {
|
|
|
422
448
|
value: I ? "on" : ""
|
|
423
449
|
}
|
|
424
450
|
),
|
|
425
|
-
/* @__PURE__ */
|
|
451
|
+
/* @__PURE__ */ a(
|
|
426
452
|
y,
|
|
427
453
|
{
|
|
428
454
|
className: P(
|
|
@@ -435,12 +461,12 @@ function ke(o) {
|
|
|
435
461
|
)
|
|
436
462
|
}
|
|
437
463
|
),
|
|
438
|
-
/* @__PURE__ */
|
|
464
|
+
/* @__PURE__ */ a(H, { className: P(s.indicator, s[C], r), children: /* @__PURE__ */ a(l, { className: Q }) })
|
|
439
465
|
]
|
|
440
466
|
}
|
|
441
467
|
);
|
|
442
468
|
}
|
|
443
|
-
const
|
|
469
|
+
const Qt = R.memo(ke);
|
|
444
470
|
export {
|
|
445
|
-
|
|
471
|
+
Qt as default
|
|
446
472
|
};
|
|
@@ -53,6 +53,19 @@ import "../Icons/cfx-icons/User.js";
|
|
|
53
53
|
import "../Icons/cfx-icons/Verified.js";
|
|
54
54
|
import "../Icons/cfx-icons/UpvotesBurst.js";
|
|
55
55
|
import "../Icons/cfx-icons/UpvotesRecurring.js";
|
|
56
|
+
import "../Icons/cfx-icons/Car.js";
|
|
57
|
+
import "../Icons/cfx-icons/Population.js";
|
|
58
|
+
import "../Icons/cfx-icons/Tooling.js";
|
|
59
|
+
import "../Icons/cfx-icons/Integration.js";
|
|
60
|
+
import "../Icons/cfx-icons/RedMServer.js";
|
|
61
|
+
import "../Icons/cfx-icons/FiveMServer.js";
|
|
62
|
+
import "../Icons/cfx-icons/Script.js";
|
|
63
|
+
import "../Icons/cfx-icons/Creator.js";
|
|
64
|
+
import "../Icons/cfx-icons/Documentation.js";
|
|
65
|
+
import "../Icons/cfx-icons/Pen.js";
|
|
66
|
+
import "../Icons/cfx-icons/Expand2.js";
|
|
67
|
+
import "../Icons/cfx-icons/Snail.js";
|
|
68
|
+
import "../Icons/cfx-icons/Hat.js";
|
|
56
69
|
import "../Icons/cfx-iconsXLarge/Close.js";
|
|
57
70
|
import "../Icons/cfx-iconsXLarge/Controller.js";
|
|
58
71
|
import "../Icons/cfx-iconsXLarge/Copy.js";
|
|
@@ -105,13 +118,26 @@ import "../Icons/cfx-iconsXLarge/User.js";
|
|
|
105
118
|
import "../Icons/cfx-iconsXLarge/Verified.js";
|
|
106
119
|
import "../Icons/cfx-iconsXLarge/UpvotesBurst.js";
|
|
107
120
|
import "../Icons/cfx-iconsXLarge/UpvotesRecurring.js";
|
|
121
|
+
import "../Icons/cfx-iconsXLarge/Car.js";
|
|
122
|
+
import "../Icons/cfx-iconsXLarge/Population.js";
|
|
123
|
+
import "../Icons/cfx-iconsXLarge/Tooling.js";
|
|
124
|
+
import "../Icons/cfx-iconsXLarge/Integration.js";
|
|
125
|
+
import "../Icons/cfx-iconsXLarge/RedMServer.js";
|
|
126
|
+
import "../Icons/cfx-iconsXLarge/FiveMServer.js";
|
|
127
|
+
import "../Icons/cfx-iconsXLarge/Script.js";
|
|
128
|
+
import "../Icons/cfx-iconsXLarge/Creator.js";
|
|
129
|
+
import "../Icons/cfx-iconsXLarge/Documentation.js";
|
|
130
|
+
import "../Icons/cfx-iconsXLarge/Pen.js";
|
|
131
|
+
import "../Icons/cfx-iconsXLarge/Expand2.js";
|
|
132
|
+
import "../Icons/cfx-iconsXLarge/Snail.js";
|
|
133
|
+
import "../Icons/cfx-iconsXLarge/Hat.js";
|
|
108
134
|
import t from "./Checkbox.js";
|
|
109
135
|
const d = "cfxui__CheckboxShowcase__root__5c0e0", h = "cfxui__CheckboxShowcase__checked__e49f9", s = "cfxui__CheckboxShowcase__icon__686ec", m = {
|
|
110
136
|
root: d,
|
|
111
137
|
checked: h,
|
|
112
138
|
icon: s
|
|
113
139
|
};
|
|
114
|
-
function
|
|
140
|
+
function Hi(l) {
|
|
115
141
|
const [e, p] = a.useState(!1);
|
|
116
142
|
return /* @__PURE__ */ i(r, { direction: "column", gap: "large", children: [
|
|
117
143
|
/* @__PURE__ */ i(r, { direction: "column", gap: "small", children: [
|
|
@@ -170,5 +196,5 @@ function _i(l) {
|
|
|
170
196
|
] });
|
|
171
197
|
}
|
|
172
198
|
export {
|
|
173
|
-
|
|
199
|
+
Hi as default
|
|
174
200
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import c from "react";
|
|
3
|
-
import { I as h } from "../../cfxIcons-
|
|
4
|
-
import { I as _ } from "../../cfxIconsXLarge-
|
|
3
|
+
import { I as h } from "../../cfxIcons-B2ocwAjm.js";
|
|
4
|
+
import { I as _ } from "../../cfxIconsXLarge-C9n01-rM.js";
|
|
5
5
|
import { getTextOpacity as d } from "../Text/Text.js";
|
|
6
6
|
import { ui as t } from "../../utils/ui/ui.js";
|
|
7
7
|
import { IconSizeEnum as f } from "../../utils/ui/ui.types.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { Accordion as
|
|
2
|
+
import { Accordion as I, AccordionItem as m, AccordionHeader as c, AccordionTrigger as l, AccordionContent as d } from "../Accordion/Accordion.js";
|
|
3
3
|
import e from "../Flex/Flex.js";
|
|
4
|
-
import { Icon as
|
|
5
|
-
import { Text as
|
|
4
|
+
import { Icon as A } from "../Icon/Icon.js";
|
|
5
|
+
import { Text as C } from "../Text/Text.js";
|
|
6
6
|
import "../../utils/ui/ui.js";
|
|
7
|
-
import { I as
|
|
7
|
+
import { I as v } from "../../cfxIcons-B2ocwAjm.js";
|
|
8
8
|
import "./cfx-iconsXLarge/Close.js";
|
|
9
9
|
import "./cfx-iconsXLarge/Controller.js";
|
|
10
10
|
import "./cfx-iconsXLarge/Copy.js";
|
|
@@ -57,7 +57,20 @@ import "./cfx-iconsXLarge/User.js";
|
|
|
57
57
|
import "./cfx-iconsXLarge/Verified.js";
|
|
58
58
|
import "./cfx-iconsXLarge/UpvotesBurst.js";
|
|
59
59
|
import "./cfx-iconsXLarge/UpvotesRecurring.js";
|
|
60
|
-
|
|
60
|
+
import "./cfx-iconsXLarge/Car.js";
|
|
61
|
+
import "./cfx-iconsXLarge/Population.js";
|
|
62
|
+
import "./cfx-iconsXLarge/Tooling.js";
|
|
63
|
+
import "./cfx-iconsXLarge/Integration.js";
|
|
64
|
+
import "./cfx-iconsXLarge/RedMServer.js";
|
|
65
|
+
import "./cfx-iconsXLarge/FiveMServer.js";
|
|
66
|
+
import "./cfx-iconsXLarge/Script.js";
|
|
67
|
+
import "./cfx-iconsXLarge/Creator.js";
|
|
68
|
+
import "./cfx-iconsXLarge/Documentation.js";
|
|
69
|
+
import "./cfx-iconsXLarge/Pen.js";
|
|
70
|
+
import "./cfx-iconsXLarge/Expand2.js";
|
|
71
|
+
import "./cfx-iconsXLarge/Snail.js";
|
|
72
|
+
import "./cfx-iconsXLarge/Hat.js";
|
|
73
|
+
function qr() {
|
|
61
74
|
const s = [
|
|
62
75
|
"Download",
|
|
63
76
|
"Upload",
|
|
@@ -89,12 +102,12 @@ function Sr() {
|
|
|
89
102
|
"RightChevron",
|
|
90
103
|
"UpChevron",
|
|
91
104
|
"DownChevron"
|
|
92
|
-
],
|
|
105
|
+
], u = [
|
|
93
106
|
"Warning",
|
|
94
107
|
"Help",
|
|
95
108
|
"MoreInfo"
|
|
96
109
|
// 'Success',
|
|
97
|
-
],
|
|
110
|
+
], h = [
|
|
98
111
|
"Square",
|
|
99
112
|
"SquareTick",
|
|
100
113
|
"Radio",
|
|
@@ -102,14 +115,27 @@ function Sr() {
|
|
|
102
115
|
"VisibilityOff",
|
|
103
116
|
"Heart",
|
|
104
117
|
"HeartFilled"
|
|
118
|
+
], f = [
|
|
119
|
+
"Car",
|
|
120
|
+
"Population",
|
|
121
|
+
"Tooling",
|
|
122
|
+
"Integration",
|
|
123
|
+
"RedMServer",
|
|
124
|
+
"FiveMServer",
|
|
125
|
+
"Creator",
|
|
126
|
+
"Script",
|
|
127
|
+
"Documentation",
|
|
128
|
+
"Pen",
|
|
129
|
+
"Expand2",
|
|
130
|
+
"Hat"
|
|
105
131
|
];
|
|
106
|
-
function
|
|
107
|
-
const o = Object.keys(
|
|
132
|
+
function g() {
|
|
133
|
+
const o = Object.keys(v), p = [];
|
|
108
134
|
for (let i = 0; i < o.length; i += 1)
|
|
109
|
-
!s.includes(o[i]) && !a.includes(o[i]) && !h.includes(o[i]) && !
|
|
110
|
-
return
|
|
135
|
+
!s.includes(o[i]) && !a.includes(o[i]) && !u.includes(o[i]) && !h.includes(o[i]) && !f.includes(o[i]) && p.push(o[i]);
|
|
136
|
+
return p;
|
|
111
137
|
}
|
|
112
|
-
function
|
|
138
|
+
function x(o) {
|
|
113
139
|
return [
|
|
114
140
|
"xsmall",
|
|
115
141
|
"small",
|
|
@@ -117,36 +143,36 @@ function Sr() {
|
|
|
117
143
|
"large",
|
|
118
144
|
"xlarge"
|
|
119
145
|
].map((i) => /* @__PURE__ */ r(
|
|
120
|
-
|
|
146
|
+
A,
|
|
121
147
|
{
|
|
122
148
|
name: o,
|
|
123
149
|
size: i
|
|
124
150
|
}
|
|
125
151
|
));
|
|
126
152
|
}
|
|
127
|
-
function
|
|
128
|
-
return o.map((
|
|
153
|
+
function n(o) {
|
|
154
|
+
return o.map((p) => /* @__PURE__ */ t(
|
|
129
155
|
e,
|
|
130
156
|
{
|
|
131
157
|
direction: "column",
|
|
132
158
|
alignItems: "center",
|
|
133
159
|
children: [
|
|
134
|
-
/* @__PURE__ */ r(
|
|
160
|
+
/* @__PURE__ */ r(C, { children: p }),
|
|
135
161
|
/* @__PURE__ */ r(
|
|
136
162
|
e,
|
|
137
163
|
{
|
|
138
164
|
justifyContent: "center",
|
|
139
165
|
alignItems: "center",
|
|
140
166
|
gap: "small",
|
|
141
|
-
children:
|
|
167
|
+
children: x(p)
|
|
142
168
|
}
|
|
143
169
|
)
|
|
144
170
|
]
|
|
145
171
|
}
|
|
146
172
|
));
|
|
147
173
|
}
|
|
148
|
-
return /* @__PURE__ */ t(
|
|
149
|
-
/* @__PURE__ */ r(
|
|
174
|
+
return /* @__PURE__ */ t(I, { children: [
|
|
175
|
+
/* @__PURE__ */ r(m, { children: /* @__PURE__ */ t(c, { children: [
|
|
150
176
|
/* @__PURE__ */ r(
|
|
151
177
|
l,
|
|
152
178
|
{
|
|
@@ -158,11 +184,11 @@ function Sr() {
|
|
|
158
184
|
d,
|
|
159
185
|
{
|
|
160
186
|
preopen: !0,
|
|
161
|
-
children: /* @__PURE__ */ r(e, { direction: "column", children:
|
|
187
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: n(s) })
|
|
162
188
|
}
|
|
163
189
|
)
|
|
164
190
|
] }) }),
|
|
165
|
-
/* @__PURE__ */ r(
|
|
191
|
+
/* @__PURE__ */ r(m, { children: /* @__PURE__ */ t(c, { children: [
|
|
166
192
|
/* @__PURE__ */ r(
|
|
167
193
|
l,
|
|
168
194
|
{
|
|
@@ -174,11 +200,11 @@ function Sr() {
|
|
|
174
200
|
d,
|
|
175
201
|
{
|
|
176
202
|
preopen: !0,
|
|
177
|
-
children: /* @__PURE__ */ r(e, { direction: "column", children:
|
|
203
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: n(a) })
|
|
178
204
|
}
|
|
179
205
|
)
|
|
180
206
|
] }) }),
|
|
181
|
-
/* @__PURE__ */ r(
|
|
207
|
+
/* @__PURE__ */ r(m, { children: /* @__PURE__ */ t(c, { children: [
|
|
182
208
|
/* @__PURE__ */ r(
|
|
183
209
|
l,
|
|
184
210
|
{
|
|
@@ -190,11 +216,11 @@ function Sr() {
|
|
|
190
216
|
d,
|
|
191
217
|
{
|
|
192
218
|
preopen: !0,
|
|
193
|
-
children: /* @__PURE__ */ r(e, { direction: "column", children:
|
|
219
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: n(u) })
|
|
194
220
|
}
|
|
195
221
|
)
|
|
196
222
|
] }) }),
|
|
197
|
-
/* @__PURE__ */ r(
|
|
223
|
+
/* @__PURE__ */ r(m, { children: /* @__PURE__ */ t(c, { children: [
|
|
198
224
|
/* @__PURE__ */ r(
|
|
199
225
|
l,
|
|
200
226
|
{
|
|
@@ -206,11 +232,27 @@ function Sr() {
|
|
|
206
232
|
d,
|
|
207
233
|
{
|
|
208
234
|
preopen: !0,
|
|
209
|
-
children: /* @__PURE__ */ r(e, { direction: "column", children:
|
|
235
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: n(h) })
|
|
236
|
+
}
|
|
237
|
+
)
|
|
238
|
+
] }) }),
|
|
239
|
+
/* @__PURE__ */ r(m, { children: /* @__PURE__ */ t(c, { children: [
|
|
240
|
+
/* @__PURE__ */ r(
|
|
241
|
+
l,
|
|
242
|
+
{
|
|
243
|
+
text: "Icons For Websites",
|
|
244
|
+
preopen: !0
|
|
245
|
+
}
|
|
246
|
+
),
|
|
247
|
+
/* @__PURE__ */ r(
|
|
248
|
+
d,
|
|
249
|
+
{
|
|
250
|
+
preopen: !0,
|
|
251
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: n(f) })
|
|
210
252
|
}
|
|
211
253
|
)
|
|
212
254
|
] }) }),
|
|
213
|
-
/* @__PURE__ */ r(
|
|
255
|
+
/* @__PURE__ */ r(m, { children: /* @__PURE__ */ t(c, { children: [
|
|
214
256
|
/* @__PURE__ */ r(
|
|
215
257
|
l,
|
|
216
258
|
{
|
|
@@ -222,12 +264,12 @@ function Sr() {
|
|
|
222
264
|
d,
|
|
223
265
|
{
|
|
224
266
|
preopen: !0,
|
|
225
|
-
children: /* @__PURE__ */ r(e, { direction: "column", children:
|
|
267
|
+
children: /* @__PURE__ */ r(e, { direction: "column", children: n(g()) })
|
|
226
268
|
}
|
|
227
269
|
)
|
|
228
270
|
] }) })
|
|
229
271
|
] });
|
|
230
272
|
}
|
|
231
273
|
export {
|
|
232
|
-
|
|
274
|
+
qr as default
|
|
233
275
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function t(r) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 38 38",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...r,
|
|
10
|
+
children: /* @__PURE__ */ C(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M36.2157 10.344C35.2437 10.1339 34.3833 10.2718 33.8645 10.4097L31.973 6.05536C31.1717 4.20329 29.3459 3.00798 27.3297 3.00798H24.6172L24.3151 1.07052C24.2166 0.453167 23.6912 0 23.0673 0H14.9365C14.3126 0 13.7806 0.453167 13.6887 1.07052L13.3866 3.00798H10.6741C8.65788 3.00798 6.83208 4.20329 6.03083 6.05536L4.13935 10.4097C3.6205 10.2784 2.76014 10.1404 1.78813 10.344C0.225035 10.679 -0.333214 11.5919 0.192197 12.7346C0.645363 13.7067 1.44005 14.4094 2.70103 14.4882L1.8144 16.5307C1.40064 17.483 1.19048 18.5142 1.19048 19.5519V29.6726C1.19048 30.6906 2.018 31.5181 3.03598 31.5181H5.73528C6.75327 31.5181 7.58079 30.6906 7.58079 29.6726V27.1637H30.4165V29.6726C30.4165 30.6906 31.244 31.5181 32.262 31.5181H34.9613C35.9792 31.5181 36.8068 30.6906 36.8068 29.6726V19.5124C36.8068 18.4682 36.59 17.4371 36.1763 16.4782L35.3093 14.4816C36.5703 14.4028 37.3585 13.7001 37.805 12.7346C38.337 11.5919 37.7722 10.679 36.2091 10.344H36.2157ZM5.47258 23.6566C4.34951 23.6566 3.43661 22.7437 3.43661 21.6207C3.43661 20.4976 4.34951 19.5847 5.47258 19.5847C6.59564 19.5847 7.50854 20.4976 7.50854 21.6207C7.50854 22.7437 6.59564 23.6566 5.47258 23.6566ZM27.9142 21.0361C27.9142 22.0147 27.1261 22.8028 26.1475 22.8028H11.8498C10.8712 22.8028 10.0831 22.0147 10.0831 21.0361C10.0831 20.0576 10.8712 19.2694 11.8498 19.2694H26.1475C27.1261 19.2694 27.9142 20.0576 27.9142 21.0361ZM5.47914 13.6673L8.3492 7.05364C8.74983 6.1276 9.66273 5.52995 10.6741 5.52995H27.3362C28.3477 5.52995 29.2606 6.1276 29.6612 7.05364L32.5312 13.6673H5.47914ZM32.5247 23.6566C31.4016 23.6566 30.4887 22.7437 30.4887 21.6207C30.4887 20.4976 31.4016 19.5847 32.5247 19.5847C33.6477 19.5847 34.5606 20.4976 34.5606 21.6207C34.5606 22.7437 33.6477 23.6566 32.5247 23.6566Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const H = o.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
H as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
function o(V) {
|
|
4
|
+
return /* @__PURE__ */ L(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 62 59",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...V,
|
|
10
|
+
children: /* @__PURE__ */ L(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M52.36 27.14V28.14H35.54V27.14H32.86V4H35.54V0H26.18V1H9.36V0H0V4H2.68V54.26H0V58.26H9.36V54.26H8.72L17.77 44.88L26.82 54.26H26.18V58.26H35.54V54.26H34.9L43.95 44.88L53 54.26H52.36V58.26H61.72V54.26H58.91V31.14H61.72V27.14H52.36ZM52.36 30.14L53.03 31.14L43.95 40.55L34.87 31.14L35.54 30.14H52.36ZM17.77 17.73L26.85 27.14V31.14L17.77 40.55L6.76 29.14L17.77 17.73ZM6.68 24.91V6.23L15.69 15.57L6.68 24.91ZM19.85 15.57L28.86 6.23V24.9L19.85 15.56V15.57ZM26.18 3L26.85 4L17.77 13.41L8.69 4L9.36 3H26.18ZM6.68 52.05V33.38L15.69 42.72L6.68 52.06V52.05ZM28.86 33.37V52.04L19.85 42.7L28.86 33.36V33.37ZM32.86 52.05V33.38L41.87 42.72L32.86 52.06V52.05ZM55.17 33.24V52.18L46.03 42.71L55.17 33.24Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const e = r.memo(o);
|
|
24
|
+
export {
|
|
25
|
+
e as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function r(o) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 20 24",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...o,
|
|
10
|
+
children: /* @__PURE__ */ C(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M17.3875 16.0713C17.7612 16.0713 18.1269 16.1281 18.4681 16.2419V2.64062C18.4681 1.18625 17.29 0 15.8275 0H2.64062C1.17813 0 0 1.17813 0 2.64062V21.1087C0 22.5631 1.17813 23.7494 2.64062 23.7494H4.41187C5.265 23.6437 5.93937 22.9206 5.93937 22.035V19.6219C5.93937 19.6219 5.93937 19.6056 5.93937 19.5975C5.93937 18.9394 6.13438 18.3219 6.45125 17.8019C7.06875 16.7781 8.19812 16.0875 9.48188 16.0875H17.3956L17.3875 16.0713ZM6.48375 9.49813C6.83313 9.8475 6.83313 10.4244 6.48375 10.7738C6.305 10.9525 6.0775 11.0419 5.84188 11.0419C5.60625 11.0419 5.37875 10.9525 5.2 10.7738L3.48563 9.05937C3.315 8.88875 3.2175 8.66125 3.2175 8.4175C3.2175 8.17375 3.315 7.94625 3.48563 7.77562L5.2 6.06125C5.54938 5.71187 6.12625 5.71187 6.47563 6.06125C6.825 6.41062 6.825 6.9875 6.47563 7.33687L5.395 8.4175L6.47563 9.49813H6.48375ZM11.9762 7.33687C11.6269 6.9875 11.6269 6.41062 11.9762 6.06125C12.3256 5.71187 12.9025 5.71187 13.2519 6.06125L14.9663 7.77562C15.1369 7.94625 15.2344 8.17375 15.2344 8.4175C15.2344 8.66125 15.1369 8.88875 14.9663 9.05937L13.2519 10.7738C13.0731 10.9525 12.8456 11.0419 12.61 11.0419C12.3744 11.0419 12.1469 10.9525 11.9681 10.7738C11.6187 10.4244 11.6187 9.8475 11.9681 9.49813L13.0487 8.4175L11.9681 7.33687H11.9762ZM8.3525 12.48C8.27125 12.48 8.19 12.4719 8.10875 12.4475C7.62937 12.3175 7.345 11.8138 7.48313 11.3344L9.23812 5.02125C9.36812 4.54187 9.87187 4.2575 10.3512 4.39563C10.8306 4.52562 11.115 5.02938 10.9769 5.50875L9.22188 11.8219C9.10813 12.22 8.75062 12.48 8.3525 12.48ZM19.1181 19.6219V21.1006C19.1181 22.555 17.94 23.7412 16.4775 23.7412H7.28813C7.33688 23.6519 7.3775 23.5706 7.41813 23.4731C7.62125 23.0344 7.735 22.5387 7.735 22.0269V19.6138C7.735 18.655 8.515 17.8831 9.46562 17.8831H17.3794C17.7856 17.8831 18.1594 18.0294 18.46 18.2731C18.8581 18.59 19.1181 19.0775 19.1181 19.6219C19.1181 19.6219 19.1181 19.6219 19.1181 19.63V19.6219Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const L = t.memo(r);
|
|
24
|
+
export {
|
|
25
|
+
L as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
function t(o) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 23 23",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...o,
|
|
10
|
+
children: /* @__PURE__ */ C(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
strokeLinecap: "round",
|
|
15
|
+
strokeLinejoin: "round",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M12.1956 11.1719C12.2281 11.2856 12.2444 11.3994 12.2444 11.5212V21.0112C12.2444 21.7588 11.635 22.3681 10.8875 22.3681H1.3975C0.65 22.3681 0.040625 21.7588 0.040625 21.0112V11.5212C0.040625 10.7738 0.65 10.1644 1.3975 10.1644H10.8875C11.0094 10.1644 11.1231 10.1887 11.2369 10.2131L15.5106 5.93937H11.9437C11.57 5.93937 11.2694 5.63875 11.2694 5.265C11.2694 4.89125 11.57 4.59063 11.9437 4.59063H17.1519C17.2413 4.59063 17.3225 4.60687 17.3956 4.63938C17.3956 4.63938 17.3956 4.63938 17.4037 4.63938C17.485 4.67188 17.5581 4.72062 17.6231 4.78562C17.6881 4.85063 17.7369 4.92375 17.7694 5.005C17.7694 5.005 17.7694 5.005 17.7694 5.01312C17.8019 5.08625 17.8181 5.17562 17.8181 5.25688V10.465C17.8181 10.8387 17.5175 11.1394 17.1438 11.1394C16.77 11.1394 16.4694 10.8387 16.4694 10.465V6.89812L12.1956 11.1719ZM19.0206 0H3.38812C1.51938 0 0 1.51938 0 3.38812V7.38562C0 7.75938 0.300625 8.06 0.674375 8.06C1.04813 8.06 1.34875 7.75938 1.34875 7.38562V3.38812C1.34875 2.26688 2.25875 1.35687 3.38 1.35687H19.0125C20.1337 1.35687 21.0437 2.26688 21.0437 3.38812V19.0206C21.0437 20.1419 20.1337 21.0519 19.0125 21.0519H15.015C14.6412 21.0519 14.3406 21.3525 14.3406 21.7262C14.3406 22.1 14.6412 22.4006 15.015 22.4006H19.0125C20.8813 22.4006 22.4006 20.8813 22.4006 19.0125V3.38812C22.4006 1.51938 20.8813 0 19.0125 0H19.0206Z"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const a = r.memo(t);
|
|
24
|
+
export {
|
|
25
|
+
a as default
|
|
26
|
+
};
|