@billgangcom/theme-lib 1.0.4 → 1.0.5
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/App.d.ts +2 -0
- package/dist/abstractions/IBlock.d.ts +7 -0
- package/dist/abstractions/ISettings.d.ts +3 -0
- package/dist/abstractions/PageContext.d.ts +8 -0
- package/dist/abstractions/Variable.d.ts +13 -0
- package/dist/abstractions/index.d.ts +4 -0
- package/dist/align-center-BO84DuTM.js +5 -0
- package/dist/align-center-DEANXdAS.cjs +1 -0
- package/dist/align-left-Cm-uab8B.cjs +1 -0
- package/dist/align-left-M0ZgFryb.js +5 -0
- package/dist/align-right-3l34PJVv.cjs +1 -0
- package/dist/align-right-Cgz7UcnI.js +5 -0
- package/dist/arrow-down-BVZ1P_L9.cjs +1 -0
- package/dist/arrow-down-Be8fhLDw.js +5 -0
- package/dist/arrow-left-74wdITOH.js +5 -0
- package/dist/arrow-left-CXb5pfjn.cjs +1 -0
- package/dist/arrow-preview-down-DM61uZ0R.js +5 -0
- package/dist/arrow-preview-down-DaEiSgZ5.cjs +1 -0
- package/dist/arrow-preview-up-DaNjYolK.cjs +1 -0
- package/dist/arrow-preview-up-tl-dLBGP.js +5 -0
- package/dist/arrow-right-Cr3U4dHJ.js +5 -0
- package/dist/arrow-right-QxBPnNiY.cjs +1 -0
- package/dist/arrow-square-BQEpI5Xn.cjs +1 -0
- package/dist/arrow-square-CYM9usfL.js +5 -0
- package/dist/arrow-up-right-BAHL0rjI.cjs +1 -0
- package/dist/arrow-up-right-DjQHCzy_.js +5 -0
- package/dist/border-dashed-B0Vn5Ams.js +5 -0
- package/dist/border-dashed-hzn9HgjT.cjs +1 -0
- package/dist/border-solid-7GLUyhD0.cjs +1 -0
- package/dist/border-solid-BjJ2NMUc.js +5 -0
- package/dist/builder/index.d.ts +9 -0
- package/dist/builder/utils/fetchData.d.ts +3 -0
- package/dist/builder/utils/fetchFontsData.d.ts +1 -0
- package/dist/builder/utils/index.d.ts +2 -0
- package/dist/builder.cjs.js +44 -0
- package/dist/builder.es.js +7897 -0
- package/dist/cards-D_Fs7yzJ.js +5 -0
- package/dist/cards-DsOTH3J4.cjs +1 -0
- package/dist/chat-BAur-Hs7.js +5 -0
- package/dist/chat-B_av70HO.cjs +1 -0
- package/dist/check-Dw7aX1Gq.js +5 -0
- package/dist/check-b4m73KG0.cjs +1 -0
- package/dist/components/Header/Buttons/index.d.ts +4 -0
- package/dist/components/Header/Devices/index.d.ts +5 -0
- package/dist/components/Header/PreviewButton/index.d.ts +5 -0
- package/dist/components/Header/Settings/Language/index.d.ts +4 -0
- package/dist/components/Header/Settings/Pages/ModifyPage/index.d.ts +5 -0
- package/dist/components/Header/Settings/Pages/index.d.ts +5 -0
- package/dist/components/Header/Settings/Zoom/index.d.ts +5 -0
- package/dist/components/Header/Settings/index.d.ts +4 -0
- package/dist/components/Header/SwitchTheme/index.d.ts +4 -0
- package/dist/components/Header/index.d.ts +5 -0
- package/dist/components/Navbar/ExitButton/index.d.ts +4 -0
- package/dist/components/Navbar/index.d.ts +1 -0
- package/dist/components/Preview/PreviewBlockSidebar/index.d.ts +2 -0
- package/dist/components/Preview/PreviewContent/index.d.ts +2 -0
- package/dist/components/Preview/PreviewHeader/index.d.ts +1 -0
- package/dist/components/Preview/RenderBlock/index.d.ts +7 -0
- package/dist/components/Preview/index.d.ts +2 -0
- package/dist/components/Sidebar/AddSections/RenderBlockSettings/index.d.ts +6 -0
- package/dist/components/Sidebar/AddSections/RenderBlockSettings/settings.d.ts +7 -0
- package/dist/components/Sidebar/AddSections/SearchSections/index.d.ts +4 -0
- package/dist/components/Sidebar/AddSections/index.d.ts +5 -0
- package/dist/components/Sidebar/Layers/index.d.ts +5 -0
- package/dist/components/Sidebar/Settings/index.d.ts +1 -0
- package/dist/components/Sidebar/Theme/ThemeSettings/Colors/index.d.ts +5 -0
- package/dist/components/Sidebar/Theme/ThemeSettings/Fonts/index.d.ts +5 -0
- package/dist/components/Sidebar/Theme/ThemeSettings/Inputs/index.d.ts +5 -0
- package/dist/components/Sidebar/Theme/ThemeSettings/Item/Border/index.d.ts +5 -0
- package/dist/components/Sidebar/Theme/ThemeSettings/Item/Button/index.d.ts +5 -0
- package/dist/components/Sidebar/Theme/ThemeSettings/Item/Font/index.d.ts +5 -0
- package/dist/components/Sidebar/Theme/ThemeSettings/Item/index.d.ts +4 -0
- package/dist/components/Sidebar/Theme/ThemeSettings/index.d.ts +4 -0
- package/dist/components/Sidebar/Theme/index.d.ts +4 -0
- package/dist/components/Sidebar/index.d.ts +4 -0
- package/dist/components/index.d.ts +5 -0
- package/dist/components/layout.d.ts +5 -0
- package/dist/constants/api.d.ts +2 -0
- package/dist/constants/blocks.d.ts +1 -0
- package/dist/constants/device.d.ts +2 -0
- package/dist/constants/font.d.ts +3 -0
- package/dist/constants/index.d.ts +7 -0
- package/dist/constants/navbar.d.ts +7 -0
- package/dist/constants/pages.d.ts +15 -0
- package/dist/constants/theme-settings.d.ts +91 -0
- package/dist/copy-B-BFBPCj.js +5 -0
- package/dist/copy-D4o494-8.cjs +1 -0
- package/dist/corners-out-4-FEW-w_.cjs +1 -0
- package/dist/corners-out-DoBj8RP9.js +5 -0
- package/dist/desktop-BaS7MtSb.cjs +1 -0
- package/dist/desktop-BtX370Ww.js +5 -0
- package/dist/faqs-23Fq6osg.js +5 -0
- package/dist/faqs-BqOuvjUH.cjs +1 -0
- package/dist/file-8wBLPxbL.cjs +1 -0
- package/dist/file-DyR17xsF.js +5 -0
- package/dist/font-7p9R-iSH.js +5 -0
- package/dist/font-DkMBoXe1.cjs +1 -0
- package/dist/globe--VWAXBWp.js +5 -0
- package/dist/globe-Dc76Xp4l.cjs +1 -0
- package/dist/heading-CBG3k-8U.js +5 -0
- package/dist/heading-CPq36T7M.cjs +1 -0
- package/dist/house-CZ2u4ZpK.cjs +1 -0
- package/dist/house-WXuqDQYP.js +5 -0
- package/dist/index.cjs.js +1 -0
- package/dist/info-circle-DxyEtmA8.cjs +1 -0
- package/dist/info-circle-eJbOZlg5.js +5 -0
- package/dist/layers-Cjkf4Ywz.js +5 -0
- package/dist/layers-D-nS2yjm.cjs +1 -0
- package/dist/lock-BmgYa3ZA.cjs +1 -0
- package/dist/lock-CjdyZZ0l.js +5 -0
- package/dist/main.d.ts +1 -0
- package/dist/mobile-CmqAt_Mz.js +5 -0
- package/dist/mobile-jT12AeF2.cjs +1 -0
- package/dist/paint-BZpZzEUU.js +5 -0
- package/dist/paint-onR-PyLb.cjs +1 -0
- package/dist/palette-BOR3Eq6r.cjs +1 -0
- package/dist/palette-C8JiqbcX.js +5 -0
- package/dist/paragraph-BYRArpHX.cjs +1 -0
- package/dist/paragraph-LWVXCR4R.js +5 -0
- package/dist/plus-7zIw2qu6.cjs +1 -0
- package/dist/plus-BJbR8W_G.js +5 -0
- package/dist/radius-CRLmETG0.cjs +1 -0
- package/dist/radius-CxeWfnVG.js +5 -0
- package/dist/redo-C-M_xJyP.cjs +1 -0
- package/dist/redo-CGWptNGF.js +5 -0
- package/dist/search-DyJEj9C0.js +5 -0
- package/dist/search-kPFRd0TJ.cjs +1 -0
- package/dist/settings-B3DU_KZp.js +5 -0
- package/dist/settings-BqG-9m9d.cjs +1 -0
- package/dist/shared/lib/api.d.ts +3 -0
- package/dist/shared/lib/formatLabel.d.ts +1 -0
- package/dist/shared/lib/index.d.ts +2 -0
- package/dist/shared/ui/Button/index.d.ts +11 -0
- package/dist/shared/ui/ColorPicker/index.d.ts +9 -0
- package/dist/shared/ui/ColorPicker/modal.d.ts +2 -0
- package/dist/shared/ui/Icon/index.d.ts +12 -0
- package/dist/shared/ui/Input/index.d.ts +15 -0
- package/dist/shared/ui/Modal/index.d.ts +7 -0
- package/dist/shared/ui/Picker/index.d.ts +8 -0
- package/dist/shared/ui/Radio/index.d.ts +13 -0
- package/dist/shared/ui/Select/index.d.ts +11 -0
- package/dist/shared/ui/Submodal/index.d.ts +6 -0
- package/dist/shared/ui/Switch/index.d.ts +8 -0
- package/dist/shared/ui/Textarea/index.d.ts +11 -0
- package/dist/shared/ui/Tip/index.d.ts +8 -0
- package/dist/shared/ui/index.d.ts +12 -0
- package/dist/sign-out-C7IDLqPn.js +5 -0
- package/dist/sign-out-vR-y-Fk7.cjs +1 -0
- package/dist/squares-BaUyzSBO.cjs +1 -0
- package/dist/squares-D_Q5KrSa.js +5 -0
- package/dist/star-DX6bHsl_.cjs +1 -0
- package/dist/star-DmVJ8LCU.js +5 -0
- package/dist/store/index.d.ts +12 -0
- package/dist/store/useBlocksStore.d.ts +11 -0
- package/dist/store/useColorPickerStore.d.ts +32 -0
- package/dist/store/useDeviceStore.d.ts +7 -0
- package/dist/store/useFontsStore.d.ts +16 -0
- package/dist/store/useLayersStore.d.ts +31 -0
- package/dist/store/useLayoutStore.d.ts +7 -0
- package/dist/store/useNavbarStore.d.ts +7 -0
- package/dist/store/usePagesStore.d.ts +32 -0
- package/dist/store/usePreviewStore.d.ts +18 -0
- package/dist/store/useSettingsStore.d.ts +10 -0
- package/dist/store/useSubmodalStore.d.ts +16 -0
- package/dist/store/useThemeSettingsStore.d.ts +15 -0
- package/dist/tablet-BvEDp-eu.cjs +1 -0
- package/dist/tablet-DjgFAzpj.js +5 -0
- package/dist/textbox-CeYJQP_1.cjs +1 -0
- package/dist/textbox-VoZOnoQo.js +5 -0
- package/dist/thickness-8ZhgPpus.js +5 -0
- package/dist/thickness-DSnQHY5N.cjs +1 -0
- package/dist/ticket-BFI6P_1c.cjs +1 -0
- package/dist/ticket-Cp2gw7LG.js +5 -0
- package/dist/trash-C46P9ylt.js +5 -0
- package/dist/trash-Cy0hsvys.cjs +1 -0
- package/dist/undo-D2eH1UgJ.cjs +1 -0
- package/dist/undo-DQ4HRzFE.js +5 -0
- package/dist/user-circle-gear-DeMV7Apx.cjs +1 -0
- package/dist/user-circle-gear-GplwFHx0.js +5 -0
- package/dist/vite.svg +1 -0
- package/dist/x-DW1UBLIF.cjs +1 -0
- package/dist/x-Dwea3dAc.js +5 -0
- package/dist/zoom-minus-DlvFV6xy.js +5 -0
- package/dist/zoom-minus-TiFzxDhk.cjs +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react");function l(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const o=l(c),C=e=>o.createElement("svg",{width:10,height:14,viewBox:"0 0 10 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("path",{d:"M1.63232 13.7456C1.12451 13.7456 0.739421 13.6102 0.477051 13.3394C0.218913 13.0685 0.0898438 12.658 0.0898438 12.1079V7.3916C0.0898438 6.8457 0.218913 6.43945 0.477051 6.17285C0.739421 5.90202 1.12451 5.7666 1.63232 5.7666H7.82129C8.3291 5.7666 8.71208 5.90202 8.97021 6.17285C9.23258 6.43945 9.36377 6.8457 9.36377 7.3916V12.1079C9.36377 12.658 9.23258 13.0685 8.97021 13.3394C8.71208 13.6102 8.3291 13.7456 7.82129 13.7456H1.63232ZM1.34033 6.37598V4.32568C1.34033 3.5682 1.49268 2.92497 1.79736 2.396C2.10628 1.86279 2.51676 1.45654 3.02881 1.17725C3.54085 0.897949 4.10579 0.758301 4.72363 0.758301C5.3457 0.758301 5.91276 0.897949 6.4248 1.17725C6.93685 1.45654 7.34521 1.86279 7.6499 2.396C7.95882 2.92497 8.11328 3.5682 8.11328 4.32568V6.37598H6.60889V4.24316C6.60889 3.81576 6.52425 3.45182 6.35498 3.15137C6.18571 2.84668 5.95719 2.61393 5.66943 2.45312C5.3859 2.29232 5.07064 2.21191 4.72363 2.21191C4.37663 2.21191 4.06136 2.29232 3.77783 2.45312C3.4943 2.61393 3.2679 2.84668 3.09863 3.15137C2.93359 3.45182 2.85107 3.81576 2.85107 4.24316V6.37598H1.34033Z",fill:"#757575"}));exports.default=C;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 10, height: 14, viewBox: "0 0 10 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M1.63232 13.7456C1.12451 13.7456 0.739421 13.6102 0.477051 13.3394C0.218913 13.0685 0.0898438 12.658 0.0898438 12.1079V7.3916C0.0898438 6.8457 0.218913 6.43945 0.477051 6.17285C0.739421 5.90202 1.12451 5.7666 1.63232 5.7666H7.82129C8.3291 5.7666 8.71208 5.90202 8.97021 6.17285C9.23258 6.43945 9.36377 6.8457 9.36377 7.3916V12.1079C9.36377 12.658 9.23258 13.0685 8.97021 13.3394C8.71208 13.6102 8.3291 13.7456 7.82129 13.7456H1.63232ZM1.34033 6.37598V4.32568C1.34033 3.5682 1.49268 2.92497 1.79736 2.396C2.10628 1.86279 2.51676 1.45654 3.02881 1.17725C3.54085 0.897949 4.10579 0.758301 4.72363 0.758301C5.3457 0.758301 5.91276 0.897949 6.4248 1.17725C6.93685 1.45654 7.34521 1.86279 7.6499 2.396C7.95882 2.92497 8.11328 3.5682 8.11328 4.32568V6.37598H6.60889V4.24316C6.60889 3.81576 6.52425 3.45182 6.35498 3.15137C6.18571 2.84668 5.95719 2.61393 5.66943 2.45312C5.3859 2.29232 5.07064 2.21191 4.72363 2.21191C4.37663 2.21191 4.06136 2.29232 3.77783 2.45312C3.4943 2.61393 3.2679 2.84668 3.09863 3.15137C2.93359 3.45182 2.85107 3.81576 2.85107 4.24316V6.37598H1.34033Z", fill: "#757575" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
package/dist/main.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M13.75 1.25H6.25C5.75272 1.25 5.27581 1.44754 4.92417 1.79917C4.57254 2.15081 4.375 2.62772 4.375 3.125V16.875C4.375 17.3723 4.57254 17.8492 4.92417 18.2008C5.27581 18.5525 5.75272 18.75 6.25 18.75H13.75C14.2473 18.75 14.7242 18.5525 15.0758 18.2008C15.4275 17.8492 15.625 17.3723 15.625 16.875V3.125C15.625 2.62772 15.4275 2.15081 15.0758 1.79917C14.7242 1.44754 14.2473 1.25 13.75 1.25ZM14.375 16.875C14.375 17.0408 14.3092 17.1997 14.1919 17.3169C14.0747 17.4342 13.9158 17.5 13.75 17.5H6.25C6.08424 17.5 5.92527 17.4342 5.80806 17.3169C5.69085 17.1997 5.625 17.0408 5.625 16.875V3.125C5.625 2.95924 5.69085 2.80027 5.80806 2.68306C5.92527 2.56585 6.08424 2.5 6.25 2.5H13.75C13.9158 2.5 14.0747 2.56585 14.1919 2.68306C14.3092 2.80027 14.375 2.95924 14.375 3.125V16.875ZM10.9375 4.6875C10.9375 4.87292 10.8825 5.05418 10.7795 5.20835C10.6765 5.36252 10.5301 5.48268 10.3588 5.55364C10.1875 5.62459 9.99896 5.64316 9.8171 5.60699C9.63525 5.57081 9.4682 5.48152 9.33709 5.35041C9.20598 5.2193 9.11669 5.05225 9.08051 4.8704C9.04434 4.68854 9.06291 4.50004 9.13386 4.32873C9.20482 4.15743 9.32498 4.01101 9.47915 3.908C9.63332 3.80498 9.81458 3.75 10 3.75C10.2486 3.75 10.4871 3.84877 10.6629 4.02459C10.8387 4.2004 10.9375 4.43886 10.9375 4.6875Z", fill: "#757575" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),l=e=>r.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M13.75 1.25H6.25C5.75272 1.25 5.27581 1.44754 4.92417 1.79917C4.57254 2.15081 4.375 2.62772 4.375 3.125V16.875C4.375 17.3723 4.57254 17.8492 4.92417 18.2008C5.27581 18.5525 5.75272 18.75 6.25 18.75H13.75C14.2473 18.75 14.7242 18.5525 15.0758 18.2008C15.4275 17.8492 15.625 17.3723 15.625 16.875V3.125C15.625 2.62772 15.4275 2.15081 15.0758 1.79917C14.7242 1.44754 14.2473 1.25 13.75 1.25ZM14.375 16.875C14.375 17.0408 14.3092 17.1997 14.1919 17.3169C14.0747 17.4342 13.9158 17.5 13.75 17.5H6.25C6.08424 17.5 5.92527 17.4342 5.80806 17.3169C5.69085 17.1997 5.625 17.0408 5.625 16.875V3.125C5.625 2.95924 5.69085 2.80027 5.80806 2.68306C5.92527 2.56585 6.08424 2.5 6.25 2.5H13.75C13.9158 2.5 14.0747 2.56585 14.1919 2.68306C14.3092 2.80027 14.375 2.95924 14.375 3.125V16.875ZM10.9375 4.6875C10.9375 4.87292 10.8825 5.05418 10.7795 5.20835C10.6765 5.36252 10.5301 5.48268 10.3588 5.55364C10.1875 5.62459 9.99896 5.64316 9.8171 5.60699C9.63525 5.57081 9.4682 5.48152 9.33709 5.35041C9.20598 5.2193 9.11669 5.05225 9.08051 4.8704C9.04434 4.68854 9.06291 4.50004 9.13386 4.32873C9.20482 4.15743 9.32498 4.01101 9.47915 3.908C9.63332 3.80498 9.81458 3.75 10 3.75C10.2486 3.75 10.4871 3.84877 10.6629 4.02459C10.8387 4.2004 10.9375 4.43886 10.9375 4.6875Z",fill:"#757575"}));exports.default=l;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const e = (t) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ C.createElement("path", { d: "M20.25 2.25H6.75C5.75544 2.25 4.80161 2.64509 4.09835 3.34835C3.39509 4.05161 3 5.00544 3 6V12.75C3 13.3467 3.23705 13.919 3.65901 14.341C4.08097 14.7629 4.65326 15 5.25 15H9.75L9.01031 19.3753C9.00358 19.4165 9.00013 19.4582 9 19.5C9 20.2956 9.31607 21.0587 9.87868 21.6213C10.4413 22.1839 11.2044 22.5 12 22.5C12.7956 22.5 13.5587 22.1839 14.1213 21.6213C14.6839 21.0587 15 20.2956 15 19.5C14.9999 19.4582 14.9964 19.4165 14.9897 19.3753L14.25 15H18.75C19.3467 15 19.919 14.7629 20.341 14.341C20.7629 13.919 21 13.3467 21 12.75V3C21 2.80109 20.921 2.61032 20.7803 2.46967C20.6397 2.32902 20.4489 2.25 20.25 2.25ZM6.75 3.75H16.5V7.5C16.5 7.69891 16.579 7.88968 16.7197 8.03033C16.8603 8.17098 17.0511 8.25 17.25 8.25C17.4489 8.25 17.6397 8.17098 17.7803 8.03033C17.921 7.88968 18 7.69891 18 7.5V3.75H19.5V9.75H4.5V6C4.5 5.40326 4.73705 4.83097 5.15901 4.40901C5.58097 3.98705 6.15326 3.75 6.75 3.75ZM18.75 13.5H14.25C14.0351 13.5 13.8227 13.5462 13.6272 13.6354C13.4317 13.7246 13.2577 13.8548 13.1169 14.0171C12.9761 14.1794 12.8718 14.3701 12.8111 14.5762C12.7504 14.7824 12.7346 14.9991 12.765 15.2119V15.2306L13.5 19.5563C13.5 19.9541 13.342 20.3356 13.0607 20.6169C12.7794 20.8982 12.3978 21.0563 12 21.0563C11.6022 21.0563 11.2206 20.8982 10.9393 20.6169C10.658 20.3356 10.5 19.9541 10.5 19.5563L11.2313 15.2306V15.2119C11.2616 14.9995 11.2459 14.783 11.1855 14.5771C11.125 14.3713 11.021 14.1808 10.8806 14.0185C10.7402 13.8562 10.5666 13.726 10.3716 13.6365C10.1765 13.5471 9.96457 13.5005 9.75 13.5H5.25C5.05109 13.5 4.86032 13.421 4.71967 13.2803C4.57902 13.1397 4.5 12.9489 4.5 12.75V11.25H19.5V12.75C19.5 12.9489 19.421 13.1397 19.2803 13.2803C19.1397 13.421 18.9489 13.5 18.75 13.5Z", fill: "#252525" }));
|
|
3
|
+
export {
|
|
4
|
+
e as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),a=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M20.25 2.25H6.75C5.75544 2.25 4.80161 2.64509 4.09835 3.34835C3.39509 4.05161 3 5.00544 3 6V12.75C3 13.3467 3.23705 13.919 3.65901 14.341C4.08097 14.7629 4.65326 15 5.25 15H9.75L9.01031 19.3753C9.00358 19.4165 9.00013 19.4582 9 19.5C9 20.2956 9.31607 21.0587 9.87868 21.6213C10.4413 22.1839 11.2044 22.5 12 22.5C12.7956 22.5 13.5587 22.1839 14.1213 21.6213C14.6839 21.0587 15 20.2956 15 19.5C14.9999 19.4582 14.9964 19.4165 14.9897 19.3753L14.25 15H18.75C19.3467 15 19.919 14.7629 20.341 14.341C20.7629 13.919 21 13.3467 21 12.75V3C21 2.80109 20.921 2.61032 20.7803 2.46967C20.6397 2.32902 20.4489 2.25 20.25 2.25ZM6.75 3.75H16.5V7.5C16.5 7.69891 16.579 7.88968 16.7197 8.03033C16.8603 8.17098 17.0511 8.25 17.25 8.25C17.4489 8.25 17.6397 8.17098 17.7803 8.03033C17.921 7.88968 18 7.69891 18 7.5V3.75H19.5V9.75H4.5V6C4.5 5.40326 4.73705 4.83097 5.15901 4.40901C5.58097 3.98705 6.15326 3.75 6.75 3.75ZM18.75 13.5H14.25C14.0351 13.5 13.8227 13.5462 13.6272 13.6354C13.4317 13.7246 13.2577 13.8548 13.1169 14.0171C12.9761 14.1794 12.8718 14.3701 12.8111 14.5762C12.7504 14.7824 12.7346 14.9991 12.765 15.2119V15.2306L13.5 19.5563C13.5 19.9541 13.342 20.3356 13.0607 20.6169C12.7794 20.8982 12.3978 21.0563 12 21.0563C11.6022 21.0563 11.2206 20.8982 10.9393 20.6169C10.658 20.3356 10.5 19.9541 10.5 19.5563L11.2313 15.2306V15.2119C11.2616 14.9995 11.2459 14.783 11.1855 14.5771C11.125 14.3713 11.021 14.1808 10.8806 14.0185C10.7402 13.8562 10.5666 13.726 10.3716 13.6365C10.1765 13.5471 9.96457 13.5005 9.75 13.5H5.25C5.05109 13.5 4.86032 13.421 4.71967 13.2803C4.57902 13.1397 4.5 12.9489 4.5 12.75V11.25H19.5V12.75C19.5 12.9489 19.421 13.1397 19.2803 13.2803C19.1397 13.421 18.9489 13.5 18.75 13.5Z",fill:"#252525"}));exports.default=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(C){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(C){for(const e in C)if(e!=="default"){const n=Object.getOwnPropertyDescriptor(C,e);Object.defineProperty(t,e,n.get?n:{enumerable:!0,get:()=>C[e]})}}return t.default=C,Object.freeze(t)}const r=c(o),l=C=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...C},r.createElement("path",{d:"M18.8222 5.05219C17.0069 3.25461 14.5547 2.24738 12 2.25H11.8997C9.33125 2.27642 6.87699 3.31531 5.07015 5.14093C3.26331 6.96655 2.24986 9.43142 2.25 12C2.25 16.0312 4.74187 19.4119 8.7525 20.8284C9.20485 20.9879 9.68885 21.0366 10.1639 20.9704C10.639 20.9043 11.0912 20.7251 11.4828 20.4481C11.8743 20.1711 12.1937 19.8042 12.4142 19.3782C12.6347 18.9523 12.7499 18.4796 12.75 18C12.75 17.6022 12.908 17.2206 13.1893 16.9393C13.4706 16.658 13.8522 16.5 14.25 16.5H18.5822C19.2627 16.5033 19.9239 16.2737 20.4559 15.8495C20.988 15.4252 21.3589 14.8317 21.5072 14.1675C21.6748 13.4294 21.7563 12.6744 21.75 11.9175C21.7404 10.6364 21.4767 9.36987 20.9742 8.1914C20.4716 7.01293 19.7401 5.94591 18.8222 5.05219ZM20.0409 13.8375C19.9664 14.1684 19.7813 14.4639 19.516 14.6753C19.2508 14.8867 18.9214 15.0012 18.5822 15H14.25C13.4543 15 12.6913 15.3161 12.1287 15.8787C11.5661 16.4413 11.25 17.2043 11.25 18C11.2497 18.2396 11.1919 18.4756 11.0816 18.6883C10.9713 18.901 10.8117 19.0842 10.6161 19.2225C10.4205 19.3609 10.1946 19.4503 9.95726 19.4834C9.71997 19.5165 9.4782 19.4923 9.25219 19.4128C5.85844 18.2156 3.75 15.375 3.75 12C3.74988 9.82666 4.60736 7.74107 6.13613 6.19632C7.6649 4.65158 9.74147 3.77247 11.9147 3.75H11.9991C14.1724 3.75844 16.2553 4.62073 17.7986 6.1509C19.3419 7.68108 20.222 9.75654 20.2491 11.9297C20.2546 12.5714 20.1861 13.2116 20.0447 13.8375H20.0409ZM13.125 7.125C13.125 7.3475 13.059 7.56501 12.9354 7.75001C12.8118 7.93502 12.6361 8.07921 12.4305 8.16436C12.225 8.24951 11.9988 8.27179 11.7805 8.22838C11.5623 8.18497 11.3618 8.07783 11.2045 7.92049C11.0472 7.76316 10.94 7.5627 10.8966 7.34447C10.8532 7.12625 10.8755 6.90005 10.9606 6.69448C11.0458 6.48891 11.19 6.31321 11.375 6.18959C11.56 6.06598 11.7775 6 12 6C12.2984 6 12.5845 6.11852 12.7955 6.3295C13.0065 6.54048 13.125 6.82663 13.125 7.125ZM9 9.375C9 9.5975 8.93402 9.81501 8.8104 10C8.68679 10.185 8.51109 10.3292 8.30552 10.4144C8.09995 10.4995 7.87375 10.5218 7.65552 10.4784C7.43729 10.435 7.23684 10.3278 7.0795 10.1705C6.92217 10.0132 6.81502 9.8127 6.77162 9.59447C6.72821 9.37625 6.75049 9.15005 6.83564 8.94448C6.92078 8.73891 7.06498 8.56321 7.24998 8.43959C7.43499 8.31598 7.6525 8.25 7.875 8.25C8.17337 8.25 8.45952 8.36852 8.67049 8.5795C8.88147 8.79048 9 9.07663 9 9.375ZM9 14.625C9 14.8475 8.93402 15.065 8.8104 15.25C8.68679 15.435 8.51109 15.5792 8.30552 15.6644C8.09995 15.7495 7.87375 15.7718 7.65552 15.7284C7.43729 15.685 7.23684 15.5778 7.0795 15.4205C6.92217 15.2632 6.81502 15.0627 6.77162 14.8445C6.72821 14.6262 6.75049 14.4 6.83564 14.1945C6.92078 13.9889 7.06498 13.8132 7.24998 13.6896C7.43499 13.566 7.6525 13.5 7.875 13.5C8.17337 13.5 8.45952 13.6185 8.67049 13.8295C8.88147 14.0405 9 14.3266 9 14.625ZM17.25 9.375C17.25 9.5975 17.184 9.81501 17.0604 10C16.9368 10.185 16.7611 10.3292 16.5555 10.4144C16.3499 10.4995 16.1238 10.5218 15.9055 10.4784C15.6873 10.435 15.4868 10.3278 15.3295 10.1705C15.1722 10.0132 15.065 9.8127 15.0216 9.59447C14.9782 9.37625 15.0005 9.15005 15.0856 8.94448C15.1708 8.73891 15.315 8.56321 15.5 8.43959C15.685 8.31598 15.9025 8.25 16.125 8.25C16.4234 8.25 16.7095 8.36852 16.9205 8.5795C17.1315 8.79048 17.25 9.07663 17.25 9.375Z",fill:"#757575"}));exports.default=l;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M18.8222 5.05219C17.0069 3.25461 14.5547 2.24738 12 2.25H11.8997C9.33125 2.27642 6.87699 3.31531 5.07015 5.14093C3.26331 6.96655 2.24986 9.43142 2.25 12C2.25 16.0312 4.74187 19.4119 8.7525 20.8284C9.20485 20.9879 9.68885 21.0366 10.1639 20.9704C10.639 20.9043 11.0912 20.7251 11.4828 20.4481C11.8743 20.1711 12.1937 19.8042 12.4142 19.3782C12.6347 18.9523 12.7499 18.4796 12.75 18C12.75 17.6022 12.908 17.2206 13.1893 16.9393C13.4706 16.658 13.8522 16.5 14.25 16.5H18.5822C19.2627 16.5033 19.9239 16.2737 20.4559 15.8495C20.988 15.4252 21.3589 14.8317 21.5072 14.1675C21.6748 13.4294 21.7563 12.6744 21.75 11.9175C21.7404 10.6364 21.4767 9.36987 20.9742 8.1914C20.4716 7.01293 19.7401 5.94591 18.8222 5.05219ZM20.0409 13.8375C19.9664 14.1684 19.7813 14.4639 19.516 14.6753C19.2508 14.8867 18.9214 15.0012 18.5822 15H14.25C13.4543 15 12.6913 15.3161 12.1287 15.8787C11.5661 16.4413 11.25 17.2043 11.25 18C11.2497 18.2396 11.1919 18.4756 11.0816 18.6883C10.9713 18.901 10.8117 19.0842 10.6161 19.2225C10.4205 19.3609 10.1946 19.4503 9.95726 19.4834C9.71997 19.5165 9.4782 19.4923 9.25219 19.4128C5.85844 18.2156 3.75 15.375 3.75 12C3.74988 9.82666 4.60736 7.74107 6.13613 6.19632C7.6649 4.65158 9.74147 3.77247 11.9147 3.75H11.9991C14.1724 3.75844 16.2553 4.62073 17.7986 6.1509C19.3419 7.68108 20.222 9.75654 20.2491 11.9297C20.2546 12.5714 20.1861 13.2116 20.0447 13.8375H20.0409ZM13.125 7.125C13.125 7.3475 13.059 7.56501 12.9354 7.75001C12.8118 7.93502 12.6361 8.07921 12.4305 8.16436C12.225 8.24951 11.9988 8.27179 11.7805 8.22838C11.5623 8.18497 11.3618 8.07783 11.2045 7.92049C11.0472 7.76316 10.94 7.5627 10.8966 7.34447C10.8532 7.12625 10.8755 6.90005 10.9606 6.69448C11.0458 6.48891 11.19 6.31321 11.375 6.18959C11.56 6.06598 11.7775 6 12 6C12.2984 6 12.5845 6.11852 12.7955 6.3295C13.0065 6.54048 13.125 6.82663 13.125 7.125ZM9 9.375C9 9.5975 8.93402 9.81501 8.8104 10C8.68679 10.185 8.51109 10.3292 8.30552 10.4144C8.09995 10.4995 7.87375 10.5218 7.65552 10.4784C7.43729 10.435 7.23684 10.3278 7.0795 10.1705C6.92217 10.0132 6.81502 9.8127 6.77162 9.59447C6.72821 9.37625 6.75049 9.15005 6.83564 8.94448C6.92078 8.73891 7.06498 8.56321 7.24998 8.43959C7.43499 8.31598 7.6525 8.25 7.875 8.25C8.17337 8.25 8.45952 8.36852 8.67049 8.5795C8.88147 8.79048 9 9.07663 9 9.375ZM9 14.625C9 14.8475 8.93402 15.065 8.8104 15.25C8.68679 15.435 8.51109 15.5792 8.30552 15.6644C8.09995 15.7495 7.87375 15.7718 7.65552 15.7284C7.43729 15.685 7.23684 15.5778 7.0795 15.4205C6.92217 15.2632 6.81502 15.0627 6.77162 14.8445C6.72821 14.6262 6.75049 14.4 6.83564 14.1945C6.92078 13.9889 7.06498 13.8132 7.24998 13.6896C7.43499 13.566 7.6525 13.5 7.875 13.5C8.17337 13.5 8.45952 13.6185 8.67049 13.8295C8.88147 14.0405 9 14.3266 9 14.625ZM17.25 9.375C17.25 9.5975 17.184 9.81501 17.0604 10C16.9368 10.185 16.7611 10.3292 16.5555 10.4144C16.3499 10.4995 16.1238 10.5218 15.9055 10.4784C15.6873 10.435 15.4868 10.3278 15.3295 10.1705C15.1722 10.0132 15.065 9.8127 15.0216 9.59447C14.9782 9.37625 15.0005 9.15005 15.0856 8.94448C15.1708 8.73891 15.315 8.56321 15.5 8.43959C15.685 8.31598 15.9025 8.25 16.125 8.25C16.4234 8.25 16.7095 8.36852 16.9205 8.5795C17.1315 8.79048 17.25 9.07663 17.25 9.375Z", fill: "#757575" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const a=c(o),l=e=>a.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},a.createElement("path",{d:"M15.9825 10.8469C16.5749 10.2766 16.9834 9.54234 17.1555 8.73828C17.3275 7.93421 17.2554 7.09707 16.9483 6.3343C16.6412 5.57154 16.1131 4.91797 15.4318 4.45749C14.7506 3.99701 13.9473 3.75064 13.125 3.75H6.75C6.55109 3.75 6.36032 3.82902 6.21967 3.96967C6.07902 4.11032 6 4.30109 6 4.5V18.75C6 18.9489 6.07902 19.1397 6.21967 19.2803C6.36032 19.421 6.55109 19.5 6.75 19.5H14.25C15.2901 19.5 16.2981 19.1397 17.1026 18.4803C17.907 17.821 18.4582 16.9033 18.6624 15.8834C18.8666 14.8636 18.7112 13.8044 18.2226 12.8862C17.734 11.968 16.9425 11.2473 15.9825 10.8469ZM7.5 5.25H13.125C13.8212 5.25 14.4889 5.52656 14.9812 6.01884C15.4734 6.51113 15.75 7.17881 15.75 7.875C15.75 8.57119 15.4734 9.23887 14.9812 9.73116C14.4889 10.2234 13.8212 10.5 13.125 10.5H7.5V5.25ZM14.25 18H7.5V12H14.25C15.0456 12 15.8087 12.3161 16.3713 12.8787C16.9339 13.4413 17.25 14.2044 17.25 15C17.25 15.7956 16.9339 16.5587 16.3713 17.1213C15.8087 17.6839 15.0456 18 14.25 18Z",fill:"#252525"}));exports.default=l;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M15.9825 10.8469C16.5749 10.2766 16.9834 9.54234 17.1555 8.73828C17.3275 7.93421 17.2554 7.09707 16.9483 6.3343C16.6412 5.57154 16.1131 4.91797 15.4318 4.45749C14.7506 3.99701 13.9473 3.75064 13.125 3.75H6.75C6.55109 3.75 6.36032 3.82902 6.21967 3.96967C6.07902 4.11032 6 4.30109 6 4.5V18.75C6 18.9489 6.07902 19.1397 6.21967 19.2803C6.36032 19.421 6.55109 19.5 6.75 19.5H14.25C15.2901 19.5 16.2981 19.1397 17.1026 18.4803C17.907 17.821 18.4582 16.9033 18.6624 15.8834C18.8666 14.8636 18.7112 13.8044 18.2226 12.8862C17.734 11.968 16.9425 11.2473 15.9825 10.8469ZM7.5 5.25H13.125C13.8212 5.25 14.4889 5.52656 14.9812 6.01884C15.4734 6.51113 15.75 7.17881 15.75 7.875C15.75 8.57119 15.4734 9.23887 14.9812 9.73116C14.4889 10.2234 13.8212 10.5 13.125 10.5H7.5V5.25ZM14.25 18H7.5V12H14.25C15.0456 12 15.8087 12.3161 16.3713 12.8787C16.9339 13.4413 17.25 14.2044 17.25 15C17.25 15.7956 16.9339 16.5587 16.3713 17.1213C15.8087 17.6839 15.0456 18 14.25 18Z", fill: "#252525" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react");function l(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const o=l(c),a=e=>o.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("path",{d:"M21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H12.75V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H11.25V3.75C11.25 3.55109 11.329 3.36032 11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967C12.671 3.36032 12.75 3.55109 12.75 3.75V11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z",fill:"#757575"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H12.75V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H11.25V3.75C11.25 3.55109 11.329 3.36032 11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967C12.671 3.36032 12.75 3.55109 12.75 3.75V11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z", fill: "#757575" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),a=e=>r.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M27 6V11C27 11.2652 26.8946 11.5196 26.7071 11.7071C26.5196 11.8946 26.2652 12 26 12C25.7348 12 25.4804 11.8946 25.2929 11.7071C25.1054 11.5196 25 11.2652 25 11V7H21C20.7348 7 20.4804 6.89464 20.2929 6.70711C20.1054 6.51957 20 6.26522 20 6C20 5.73478 20.1054 5.48043 20.2929 5.29289C20.4804 5.10536 20.7348 5 21 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6ZM11 25H7V21C7 20.7348 6.89464 20.4804 6.70711 20.2929C6.51957 20.1054 6.26522 20 6 20C5.73478 20 5.48043 20.1054 5.29289 20.2929C5.10536 20.4804 5 20.7348 5 21V26C5 26.2652 5.10536 26.5196 5.29289 26.7071C5.48043 26.8946 5.73478 27 6 27H11C11.2652 27 11.5196 26.8946 11.7071 26.7071C11.8946 26.5196 12 26.2652 12 26C12 25.7348 11.8946 25.4804 11.7071 25.2929C11.5196 25.1054 11.2652 25 11 25ZM26 20C25.7348 20 25.4804 20.1054 25.2929 20.2929C25.1054 20.4804 25 20.7348 25 21V25H21C20.7348 25 20.4804 25.1054 20.2929 25.2929C20.1054 25.4804 20 25.7348 20 26C20 26.2652 20.1054 26.5196 20.2929 26.7071C20.4804 26.8946 20.7348 27 21 27H26C26.2652 27 26.5196 26.8946 26.7071 26.7071C26.8946 26.5196 27 26.2652 27 26V21C27 20.7348 26.8946 20.4804 26.7071 20.2929C26.5196 20.1054 26.2652 20 26 20ZM11 5H6C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12C6.26522 12 6.51957 11.8946 6.70711 11.7071C6.89464 11.5196 7 11.2652 7 11V7H11C11.2652 7 11.5196 6.89464 11.7071 6.70711C11.8946 6.51957 12 6.26522 12 6C12 5.73478 11.8946 5.48043 11.7071 5.29289C11.5196 5.10536 11.2652 5 11 5Z",fill:"#252525"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M27 6V11C27 11.2652 26.8946 11.5196 26.7071 11.7071C26.5196 11.8946 26.2652 12 26 12C25.7348 12 25.4804 11.8946 25.2929 11.7071C25.1054 11.5196 25 11.2652 25 11V7H21C20.7348 7 20.4804 6.89464 20.2929 6.70711C20.1054 6.51957 20 6.26522 20 6C20 5.73478 20.1054 5.48043 20.2929 5.29289C20.4804 5.10536 20.7348 5 21 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6ZM11 25H7V21C7 20.7348 6.89464 20.4804 6.70711 20.2929C6.51957 20.1054 6.26522 20 6 20C5.73478 20 5.48043 20.1054 5.29289 20.2929C5.10536 20.4804 5 20.7348 5 21V26C5 26.2652 5.10536 26.5196 5.29289 26.7071C5.48043 26.8946 5.73478 27 6 27H11C11.2652 27 11.5196 26.8946 11.7071 26.7071C11.8946 26.5196 12 26.2652 12 26C12 25.7348 11.8946 25.4804 11.7071 25.2929C11.5196 25.1054 11.2652 25 11 25ZM26 20C25.7348 20 25.4804 20.1054 25.2929 20.2929C25.1054 20.4804 25 20.7348 25 21V25H21C20.7348 25 20.4804 25.1054 20.2929 25.2929C20.1054 25.4804 20 25.7348 20 26C20 26.2652 20.1054 26.5196 20.2929 26.7071C20.4804 26.8946 20.7348 27 21 27H26C26.2652 27 26.5196 26.8946 26.7071 26.7071C26.8946 26.5196 27 26.2652 27 26V21C27 20.7348 26.8946 20.4804 26.7071 20.2929C26.5196 20.1054 26.2652 20 26 20ZM11 5H6C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V11C5 11.2652 5.10536 11.5196 5.29289 11.7071C5.48043 11.8946 5.73478 12 6 12C6.26522 12 6.51957 11.8946 6.70711 11.7071C6.89464 11.5196 7 11.2652 7 11V7H11C11.2652 7 11.5196 6.89464 11.7071 6.70711C11.8946 6.51957 12 6.26522 12 6C12 5.73478 11.8946 5.48043 11.7071 5.29289C11.5196 5.10536 11.2652 5 11 5Z", fill: "#252525" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),l=e=>r.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M13.3078 10.1828L15.9914 7.50001H6.875C5.88044 7.50001 4.92661 7.8951 4.22335 8.59836C3.52009 9.30162 3.125 10.2554 3.125 11.25C3.125 12.2446 3.52009 13.1984 4.22335 13.9017C4.92661 14.6049 5.88044 15 6.875 15H13.75C13.9158 15 14.0747 15.0659 14.1919 15.1831C14.3092 15.3003 14.375 15.4593 14.375 15.625C14.375 15.7908 14.3092 15.9497 14.1919 16.067C14.0747 16.1842 13.9158 16.25 13.75 16.25H6.875C5.54892 16.25 4.27715 15.7232 3.33947 14.7855C2.40178 13.8479 1.875 12.5761 1.875 11.25C1.875 9.92393 2.40178 8.65216 3.33947 7.71448C4.27715 6.7768 5.54892 6.25001 6.875 6.25001H15.9914L13.3078 3.5672C13.2497 3.50913 13.2037 3.44019 13.1723 3.36432C13.1408 3.28845 13.1247 3.20713 13.1247 3.12501C13.1247 3.04289 13.1408 2.96157 13.1723 2.8857C13.2037 2.80983 13.2497 2.74089 13.3078 2.68282C13.3659 2.62476 13.4348 2.57869 13.5107 2.54727C13.5866 2.51584 13.6679 2.49966 13.75 2.49966C13.8321 2.49966 13.9134 2.51584 13.9893 2.54727C14.0652 2.57869 14.1341 2.62476 14.1922 2.68282L17.9422 6.43282C18.0003 6.49087 18.0464 6.5598 18.0779 6.63567C18.1093 6.71155 18.1255 6.79288 18.1255 6.87501C18.1255 6.95715 18.1093 7.03848 18.0779 7.11435C18.0464 7.19022 18.0003 7.25915 17.9422 7.3172L14.1922 11.0672C14.0749 11.1845 13.9159 11.2504 13.75 11.2504C13.5841 11.2504 13.4251 11.1845 13.3078 11.0672C13.1905 10.9499 13.1247 10.7909 13.1247 10.625C13.1247 10.4592 13.1905 10.3001 13.3078 10.1828Z",fill:"#252525"}));exports.default=l;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M13.3078 10.1828L15.9914 7.50001H6.875C5.88044 7.50001 4.92661 7.8951 4.22335 8.59836C3.52009 9.30162 3.125 10.2554 3.125 11.25C3.125 12.2446 3.52009 13.1984 4.22335 13.9017C4.92661 14.6049 5.88044 15 6.875 15H13.75C13.9158 15 14.0747 15.0659 14.1919 15.1831C14.3092 15.3003 14.375 15.4593 14.375 15.625C14.375 15.7908 14.3092 15.9497 14.1919 16.067C14.0747 16.1842 13.9158 16.25 13.75 16.25H6.875C5.54892 16.25 4.27715 15.7232 3.33947 14.7855C2.40178 13.8479 1.875 12.5761 1.875 11.25C1.875 9.92393 2.40178 8.65216 3.33947 7.71448C4.27715 6.7768 5.54892 6.25001 6.875 6.25001H15.9914L13.3078 3.5672C13.2497 3.50913 13.2037 3.44019 13.1723 3.36432C13.1408 3.28845 13.1247 3.20713 13.1247 3.12501C13.1247 3.04289 13.1408 2.96157 13.1723 2.8857C13.2037 2.80983 13.2497 2.74089 13.3078 2.68282C13.3659 2.62476 13.4348 2.57869 13.5107 2.54727C13.5866 2.51584 13.6679 2.49966 13.75 2.49966C13.8321 2.49966 13.9134 2.51584 13.9893 2.54727C14.0652 2.57869 14.1341 2.62476 14.1922 2.68282L17.9422 6.43282C18.0003 6.49087 18.0464 6.5598 18.0779 6.63567C18.1093 6.71155 18.1255 6.79288 18.1255 6.87501C18.1255 6.95715 18.1093 7.03848 18.0779 7.11435C18.0464 7.19022 18.0003 7.25915 17.9422 7.3172L14.1922 11.0672C14.0749 11.1845 13.9159 11.2504 13.75 11.2504C13.5841 11.2504 13.4251 11.1845 13.3078 11.0672C13.1905 10.9499 13.1247 10.7909 13.1247 10.625C13.1247 10.4592 13.1905 10.3001 13.3078 10.1828Z", fill: "#252525" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M17.9422 17.0578L14.0305 13.1469C15.1642 11.7857 15.7296 10.0398 15.6089 8.27244C15.4883 6.50506 14.6909 4.85223 13.3826 3.65779C12.0744 2.46334 10.356 1.81926 8.58492 1.85951C6.81388 1.89976 5.12653 2.62125 3.87389 3.87389C2.62125 5.12653 1.89976 6.81388 1.85951 8.58492C1.81926 10.356 2.46334 12.0744 3.65779 13.3826C4.85223 14.6909 6.50506 15.4883 8.27244 15.6089C10.0398 15.7296 11.7857 15.1642 13.1469 14.0305L17.0578 17.9422C17.1159 18.0003 17.1848 18.0463 17.2607 18.0777C17.3366 18.1092 17.4179 18.1253 17.5 18.1253C17.5821 18.1253 17.6634 18.1092 17.7393 18.0777C17.8152 18.0463 17.8841 18.0003 17.9422 17.9422C18.0003 17.8841 18.0463 17.8152 18.0777 17.7393C18.1092 17.6634 18.1253 17.5821 18.1253 17.5C18.1253 17.4179 18.1092 17.3366 18.0777 17.2607C18.0463 17.1848 18.0003 17.1159 17.9422 17.0578ZM3.125 8.75C3.125 7.63748 3.4549 6.54994 4.07298 5.62491C4.69106 4.69989 5.56957 3.97892 6.5974 3.55317C7.62524 3.12743 8.75624 3.01604 9.84738 3.23308C10.9385 3.45012 11.9408 3.98585 12.7275 4.77252C13.5141 5.55919 14.0499 6.56147 14.2669 7.65261C14.484 8.74376 14.3726 9.87475 13.9468 10.9026C13.5211 11.9304 12.8001 12.8089 11.8751 13.427C10.9501 14.0451 9.86252 14.375 8.75 14.375C7.25866 14.3733 5.82888 13.7802 4.77435 12.7256C3.71981 11.6711 3.12665 10.2413 3.125 8.75Z", fill: "#757575" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react");function o(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=o(c),a=e=>r.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M17.9422 17.0578L14.0305 13.1469C15.1642 11.7857 15.7296 10.0398 15.6089 8.27244C15.4883 6.50506 14.6909 4.85223 13.3826 3.65779C12.0744 2.46334 10.356 1.81926 8.58492 1.85951C6.81388 1.89976 5.12653 2.62125 3.87389 3.87389C2.62125 5.12653 1.89976 6.81388 1.85951 8.58492C1.81926 10.356 2.46334 12.0744 3.65779 13.3826C4.85223 14.6909 6.50506 15.4883 8.27244 15.6089C10.0398 15.7296 11.7857 15.1642 13.1469 14.0305L17.0578 17.9422C17.1159 18.0003 17.1848 18.0463 17.2607 18.0777C17.3366 18.1092 17.4179 18.1253 17.5 18.1253C17.5821 18.1253 17.6634 18.1092 17.7393 18.0777C17.8152 18.0463 17.8841 18.0003 17.9422 17.9422C18.0003 17.8841 18.0463 17.8152 18.0777 17.7393C18.1092 17.6634 18.1253 17.5821 18.1253 17.5C18.1253 17.4179 18.1092 17.3366 18.0777 17.2607C18.0463 17.1848 18.0003 17.1159 17.9422 17.0578ZM3.125 8.75C3.125 7.63748 3.4549 6.54994 4.07298 5.62491C4.69106 4.69989 5.56957 3.97892 6.5974 3.55317C7.62524 3.12743 8.75624 3.01604 9.84738 3.23308C10.9385 3.45012 11.9408 3.98585 12.7275 4.77252C13.5141 5.55919 14.0499 6.56147 14.2669 7.65261C14.484 8.74376 14.3726 9.87475 13.9468 10.9026C13.5211 11.9304 12.8001 12.8089 11.8751 13.427C10.9501 14.0451 9.86252 14.375 8.75 14.375C7.25866 14.3733 5.82888 13.7802 4.77435 12.7256C3.71981 11.6711 3.12665 10.2413 3.125 8.75Z",fill:"#757575"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (L) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...L }, /* @__PURE__ */ C.createElement("path", { d: "M12 7.5C11.11 7.5 10.2399 7.76392 9.49992 8.25839C8.75989 8.75285 8.18312 9.45566 7.84252 10.2779C7.50193 11.1002 7.41282 12.005 7.58645 12.8779C7.76008 13.7508 8.18867 14.5526 8.818 15.182C9.44734 15.8113 10.2492 16.2399 11.1221 16.4135C11.995 16.5872 12.8998 16.4981 13.7221 16.1575C14.5443 15.8169 15.2471 15.2401 15.7416 14.5001C16.2361 13.76 16.5 12.89 16.5 12C16.4987 10.8069 16.0242 9.66304 15.1806 8.81939C14.3369 7.97575 13.1931 7.50124 12 7.5ZM12 15C11.4066 15 10.8266 14.8241 10.3333 14.4944C9.83992 14.1648 9.45541 13.6962 9.22834 13.1481C9.00128 12.5999 8.94187 11.9967 9.05763 11.4147C9.17338 10.8328 9.4591 10.2982 9.87866 9.87868C10.2982 9.45912 10.8328 9.1734 11.4147 9.05764C11.9967 8.94189 12.5999 9.0013 13.148 9.22836C13.6962 9.45542 14.1647 9.83994 14.4944 10.3333C14.824 10.8266 15 11.4067 15 12C15 12.7957 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15ZM20.25 12.2025C20.2537 12.0675 20.2537 11.9325 20.25 11.7975L21.6487 10.05C21.7221 9.95825 21.7728 9.85055 21.7969 9.73559C21.821 9.62063 21.8178 9.50161 21.7875 9.38813C21.5582 8.52619 21.2152 7.69861 20.7675 6.92719C20.7089 6.82624 20.6275 6.74036 20.5298 6.6764C20.4322 6.61243 20.3209 6.57215 20.205 6.55875L17.9812 6.31125C17.8887 6.21375 17.795 6.12 17.7 6.03L17.4375 3.80063C17.424 3.68457 17.3836 3.57328 17.3194 3.47562C17.2553 3.37796 17.1692 3.29664 17.0681 3.23813C16.2964 2.79126 15.4689 2.44859 14.6072 2.21906C14.4936 2.18887 14.3746 2.18578 14.2596 2.21005C14.1446 2.23431 14.037 2.28525 13.9453 2.35875L12.2025 3.75C12.0675 3.75 11.9325 3.75 11.7975 3.75L10.05 2.35406C9.95823 2.28072 9.85053 2.22995 9.73557 2.20585C9.62061 2.18175 9.50159 2.18499 9.38811 2.21531C8.52631 2.44503 7.69878 2.78802 6.92717 3.23531C6.82622 3.29393 6.74034 3.3753 6.67638 3.47296C6.61242 3.57061 6.57213 3.68185 6.55873 3.79781L6.31123 6.02531C6.21373 6.11844 6.11998 6.21219 6.02998 6.30656L3.80061 6.5625C3.68456 6.576 3.57326 6.61643 3.4756 6.68056C3.37794 6.74469 3.29662 6.83075 3.23811 6.93188C2.79124 7.70359 2.44858 8.5311 2.21904 9.39281C2.18885 9.50637 2.18577 9.62543 2.21003 9.74039C2.23429 9.85536 2.28523 9.96302 2.35873 10.0547L3.74998 11.7975C3.74998 11.9325 3.74998 12.0675 3.74998 12.2025L2.35404 13.95C2.2807 14.0418 2.22994 14.1494 2.20584 14.2644C2.18174 14.3794 2.18498 14.4984 2.21529 14.6119C2.4446 15.4738 2.78761 16.3014 3.23529 17.0728C3.29391 17.1738 3.37529 17.2596 3.47294 17.3236C3.57059 17.3876 3.68183 17.4279 3.79779 17.4413L6.02154 17.6888C6.11467 17.7863 6.20842 17.88 6.30279 17.97L6.56248 20.1994C6.57598 20.3154 6.61641 20.4267 6.68054 20.5244C6.74467 20.622 6.83073 20.7034 6.93186 20.7619C7.70357 21.2087 8.53108 21.5514 9.3928 21.7809C9.50635 21.8111 9.62541 21.8142 9.74038 21.79C9.85534 21.7657 9.963 21.7148 10.0547 21.6413L11.7975 20.25C11.9325 20.2538 12.0675 20.2538 12.2025 20.25L13.95 21.6488C14.0417 21.7221 14.1494 21.7729 14.2644 21.797C14.3794 21.8211 14.4984 21.8178 14.6119 21.7875C15.4738 21.5582 16.3014 21.2152 17.0728 20.7675C17.1737 20.7089 17.2596 20.6275 17.3236 20.5299C17.3875 20.4322 17.4278 20.321 17.4412 20.205L17.6887 17.9813C17.7862 17.8888 17.88 17.795 17.97 17.7L20.1994 17.4375C20.3154 17.424 20.4267 17.3836 20.5244 17.3194C20.622 17.2553 20.7033 17.1693 20.7619 17.0681C21.2087 16.2964 21.5514 15.4689 21.7809 14.6072C21.8111 14.4936 21.8142 14.3746 21.7899 14.2596C21.7657 14.1446 21.7147 14.037 21.6412 13.9453L20.25 12.2025ZM18.7406 11.5931C18.7565 11.8641 18.7565 12.1359 18.7406 12.4069C18.7294 12.5924 18.7876 12.7755 18.9037 12.9206L20.234 14.5828C20.0814 15.0679 19.8859 15.5385 19.65 15.9891L17.5312 16.2291C17.3467 16.2495 17.1764 16.3377 17.0531 16.4766C16.8726 16.6795 16.6804 16.8717 16.4775 17.0522C16.3387 17.1754 16.2505 17.3458 16.23 17.5303L15.9947 19.6472C15.5442 19.8833 15.0736 20.0787 14.5884 20.2313L12.9253 18.9009C12.7922 18.7946 12.6269 18.7367 12.4565 18.7369H12.4115C12.1405 18.7528 11.8688 18.7528 11.5978 18.7369C11.4122 18.7257 11.2292 18.7838 11.084 18.9L9.41717 20.2313C8.93204 20.0786 8.46144 19.8831 8.01092 19.6472L7.77092 17.5313C7.75044 17.3467 7.66225 17.1764 7.52342 17.0531C7.32046 16.8727 7.12825 16.6805 6.94779 16.4775C6.82454 16.3387 6.65418 16.2505 6.46967 16.23L4.35279 15.9938C4.11672 15.5433 3.92126 15.0727 3.76873 14.5875L5.09904 12.9244C5.21521 12.7793 5.27334 12.5962 5.26217 12.4106C5.24623 12.1396 5.24623 11.8679 5.26217 11.5969C5.27334 11.4113 5.21521 11.2282 5.09904 11.0831L3.76873 9.41719C3.92138 8.93206 4.11684 8.46146 4.35279 8.01094L6.46873 7.77094C6.65325 7.75046 6.82361 7.66227 6.94686 7.52344C7.12732 7.32048 7.31952 7.12827 7.52248 6.94781C7.66187 6.82448 7.75042 6.65373 7.77092 6.46875L8.00623 4.35281C8.4567 4.11674 8.92731 3.92128 9.41248 3.76875L11.0756 5.09906C11.2207 5.21522 11.4038 5.27336 11.5894 5.26219C11.8604 5.24625 12.1321 5.24625 12.4031 5.26219C12.5887 5.27336 12.7717 5.21522 12.9169 5.09906L14.5828 3.76875C15.0679 3.9214 15.5385 4.11685 15.989 4.35281L16.229 6.46875C16.2495 6.65326 16.3377 6.82363 16.4765 6.94688C16.6795 7.12734 16.8717 7.31954 17.0522 7.5225C17.1754 7.66133 17.3458 7.74952 17.5303 7.77L19.6472 8.00531C19.8832 8.45578 20.0787 8.9264 20.2312 9.41156L18.9009 11.0747C18.7836 11.221 18.7254 11.406 18.7378 11.5931H18.7406Z", fill: "#757575" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react");function o(C){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(C){for(const e in C)if(e!=="default"){const L=Object.getOwnPropertyDescriptor(C,e);Object.defineProperty(t,e,L.get?L:{enumerable:!0,get:()=>C[e]})}}return t.default=C,Object.freeze(t)}const n=o(r),c=C=>n.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...C},n.createElement("path",{d:"M12 7.5C11.11 7.5 10.2399 7.76392 9.49992 8.25839C8.75989 8.75285 8.18312 9.45566 7.84252 10.2779C7.50193 11.1002 7.41282 12.005 7.58645 12.8779C7.76008 13.7508 8.18867 14.5526 8.818 15.182C9.44734 15.8113 10.2492 16.2399 11.1221 16.4135C11.995 16.5872 12.8998 16.4981 13.7221 16.1575C14.5443 15.8169 15.2471 15.2401 15.7416 14.5001C16.2361 13.76 16.5 12.89 16.5 12C16.4987 10.8069 16.0242 9.66304 15.1806 8.81939C14.3369 7.97575 13.1931 7.50124 12 7.5ZM12 15C11.4066 15 10.8266 14.8241 10.3333 14.4944C9.83992 14.1648 9.45541 13.6962 9.22834 13.1481C9.00128 12.5999 8.94187 11.9967 9.05763 11.4147C9.17338 10.8328 9.4591 10.2982 9.87866 9.87868C10.2982 9.45912 10.8328 9.1734 11.4147 9.05764C11.9967 8.94189 12.5999 9.0013 13.148 9.22836C13.6962 9.45542 14.1647 9.83994 14.4944 10.3333C14.824 10.8266 15 11.4067 15 12C15 12.7957 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15ZM20.25 12.2025C20.2537 12.0675 20.2537 11.9325 20.25 11.7975L21.6487 10.05C21.7221 9.95825 21.7728 9.85055 21.7969 9.73559C21.821 9.62063 21.8178 9.50161 21.7875 9.38813C21.5582 8.52619 21.2152 7.69861 20.7675 6.92719C20.7089 6.82624 20.6275 6.74036 20.5298 6.6764C20.4322 6.61243 20.3209 6.57215 20.205 6.55875L17.9812 6.31125C17.8887 6.21375 17.795 6.12 17.7 6.03L17.4375 3.80063C17.424 3.68457 17.3836 3.57328 17.3194 3.47562C17.2553 3.37796 17.1692 3.29664 17.0681 3.23813C16.2964 2.79126 15.4689 2.44859 14.6072 2.21906C14.4936 2.18887 14.3746 2.18578 14.2596 2.21005C14.1446 2.23431 14.037 2.28525 13.9453 2.35875L12.2025 3.75C12.0675 3.75 11.9325 3.75 11.7975 3.75L10.05 2.35406C9.95823 2.28072 9.85053 2.22995 9.73557 2.20585C9.62061 2.18175 9.50159 2.18499 9.38811 2.21531C8.52631 2.44503 7.69878 2.78802 6.92717 3.23531C6.82622 3.29393 6.74034 3.3753 6.67638 3.47296C6.61242 3.57061 6.57213 3.68185 6.55873 3.79781L6.31123 6.02531C6.21373 6.11844 6.11998 6.21219 6.02998 6.30656L3.80061 6.5625C3.68456 6.576 3.57326 6.61643 3.4756 6.68056C3.37794 6.74469 3.29662 6.83075 3.23811 6.93188C2.79124 7.70359 2.44858 8.5311 2.21904 9.39281C2.18885 9.50637 2.18577 9.62543 2.21003 9.74039C2.23429 9.85536 2.28523 9.96302 2.35873 10.0547L3.74998 11.7975C3.74998 11.9325 3.74998 12.0675 3.74998 12.2025L2.35404 13.95C2.2807 14.0418 2.22994 14.1494 2.20584 14.2644C2.18174 14.3794 2.18498 14.4984 2.21529 14.6119C2.4446 15.4738 2.78761 16.3014 3.23529 17.0728C3.29391 17.1738 3.37529 17.2596 3.47294 17.3236C3.57059 17.3876 3.68183 17.4279 3.79779 17.4413L6.02154 17.6888C6.11467 17.7863 6.20842 17.88 6.30279 17.97L6.56248 20.1994C6.57598 20.3154 6.61641 20.4267 6.68054 20.5244C6.74467 20.622 6.83073 20.7034 6.93186 20.7619C7.70357 21.2087 8.53108 21.5514 9.3928 21.7809C9.50635 21.8111 9.62541 21.8142 9.74038 21.79C9.85534 21.7657 9.963 21.7148 10.0547 21.6413L11.7975 20.25C11.9325 20.2538 12.0675 20.2538 12.2025 20.25L13.95 21.6488C14.0417 21.7221 14.1494 21.7729 14.2644 21.797C14.3794 21.8211 14.4984 21.8178 14.6119 21.7875C15.4738 21.5582 16.3014 21.2152 17.0728 20.7675C17.1737 20.7089 17.2596 20.6275 17.3236 20.5299C17.3875 20.4322 17.4278 20.321 17.4412 20.205L17.6887 17.9813C17.7862 17.8888 17.88 17.795 17.97 17.7L20.1994 17.4375C20.3154 17.424 20.4267 17.3836 20.5244 17.3194C20.622 17.2553 20.7033 17.1693 20.7619 17.0681C21.2087 16.2964 21.5514 15.4689 21.7809 14.6072C21.8111 14.4936 21.8142 14.3746 21.7899 14.2596C21.7657 14.1446 21.7147 14.037 21.6412 13.9453L20.25 12.2025ZM18.7406 11.5931C18.7565 11.8641 18.7565 12.1359 18.7406 12.4069C18.7294 12.5924 18.7876 12.7755 18.9037 12.9206L20.234 14.5828C20.0814 15.0679 19.8859 15.5385 19.65 15.9891L17.5312 16.2291C17.3467 16.2495 17.1764 16.3377 17.0531 16.4766C16.8726 16.6795 16.6804 16.8717 16.4775 17.0522C16.3387 17.1754 16.2505 17.3458 16.23 17.5303L15.9947 19.6472C15.5442 19.8833 15.0736 20.0787 14.5884 20.2313L12.9253 18.9009C12.7922 18.7946 12.6269 18.7367 12.4565 18.7369H12.4115C12.1405 18.7528 11.8688 18.7528 11.5978 18.7369C11.4122 18.7257 11.2292 18.7838 11.084 18.9L9.41717 20.2313C8.93204 20.0786 8.46144 19.8831 8.01092 19.6472L7.77092 17.5313C7.75044 17.3467 7.66225 17.1764 7.52342 17.0531C7.32046 16.8727 7.12825 16.6805 6.94779 16.4775C6.82454 16.3387 6.65418 16.2505 6.46967 16.23L4.35279 15.9938C4.11672 15.5433 3.92126 15.0727 3.76873 14.5875L5.09904 12.9244C5.21521 12.7793 5.27334 12.5962 5.26217 12.4106C5.24623 12.1396 5.24623 11.8679 5.26217 11.5969C5.27334 11.4113 5.21521 11.2282 5.09904 11.0831L3.76873 9.41719C3.92138 8.93206 4.11684 8.46146 4.35279 8.01094L6.46873 7.77094C6.65325 7.75046 6.82361 7.66227 6.94686 7.52344C7.12732 7.32048 7.31952 7.12827 7.52248 6.94781C7.66187 6.82448 7.75042 6.65373 7.77092 6.46875L8.00623 4.35281C8.4567 4.11674 8.92731 3.92128 9.41248 3.76875L11.0756 5.09906C11.2207 5.21522 11.4038 5.27336 11.5894 5.26219C11.8604 5.24625 12.1321 5.24625 12.4031 5.26219C12.5887 5.27336 12.7717 5.21522 12.9169 5.09906L14.5828 3.76875C15.0679 3.9214 15.5385 4.11685 15.989 4.35281L16.229 6.46875C16.2495 6.65326 16.3377 6.82363 16.4765 6.94688C16.6795 7.12734 16.8717 7.31954 17.0522 7.5225C17.1754 7.66133 17.3458 7.74952 17.5303 7.77L19.6472 8.00531C19.8832 8.45578 20.0787 8.9264 20.2312 9.41156L18.9009 11.0747C18.7836 11.221 18.7254 11.406 18.7378 11.5931H18.7406Z",fill:"#757575"}));exports.default=c;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const formatLabel: (label: string | null) => string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type Size = 'm' | 'l';
|
|
2
|
+
interface Props {
|
|
3
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
className?: string;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
size?: Size;
|
|
9
|
+
}
|
|
10
|
+
export declare const Button: React.FC<Props>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
name: string;
|
|
4
|
+
fill?: string;
|
|
5
|
+
hoverable?: boolean;
|
|
6
|
+
onClick?: React.MouseEventHandler<SVGSVGElement>;
|
|
7
|
+
className?: string;
|
|
8
|
+
width?: number;
|
|
9
|
+
height?: number;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon: React.FC<Props>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
style?: React.CSSProperties;
|
|
4
|
+
placeholder?: string;
|
|
5
|
+
onChange: (value: string) => void;
|
|
6
|
+
label?: string;
|
|
7
|
+
value: string;
|
|
8
|
+
type?: 'text' | 'number';
|
|
9
|
+
min?: number;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
required?: boolean;
|
|
12
|
+
regex?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const Input: React.FC<Props>;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface Option {
|
|
3
|
+
value: string;
|
|
4
|
+
label: string;
|
|
5
|
+
}
|
|
6
|
+
interface RadioGroupProps {
|
|
7
|
+
label?: string;
|
|
8
|
+
defaultValue: string;
|
|
9
|
+
options: Option[];
|
|
10
|
+
onChange: (value: string) => void;
|
|
11
|
+
}
|
|
12
|
+
export declare const Radio: React.FC<RadioGroupProps>;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
style?: React.CSSProperties;
|
|
4
|
+
onChange: (value: string) => void;
|
|
5
|
+
label?: string;
|
|
6
|
+
value: string;
|
|
7
|
+
options: string[];
|
|
8
|
+
leftAddon?: React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
export declare const Select: React.FC<Props>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface Props {
|
|
3
|
+
style?: React.CSSProperties;
|
|
4
|
+
placeholder?: string;
|
|
5
|
+
onChange: (value: string) => void;
|
|
6
|
+
label?: string;
|
|
7
|
+
value: string;
|
|
8
|
+
maxLength?: number;
|
|
9
|
+
}
|
|
10
|
+
export declare const Textarea: React.FC<Props>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './Icon';
|
|
2
|
+
export * from './Button';
|
|
3
|
+
export * from './Input';
|
|
4
|
+
export * from './Select';
|
|
5
|
+
export * from './Switch';
|
|
6
|
+
export * from './Submodal';
|
|
7
|
+
export * from './Picker';
|
|
8
|
+
export * from './ColorPicker';
|
|
9
|
+
export * from './Modal';
|
|
10
|
+
export * from './Textarea';
|
|
11
|
+
export * from './Radio';
|
|
12
|
+
export * from './Tip';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const e = (t) => /* @__PURE__ */ C.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ C.createElement("path", { d: "M11.2505 16.875C11.2505 17.0408 11.3163 17.1997 11.4335 17.3169C11.5508 17.4342 11.7097 17.5 11.8755 17.5H16.2505C16.582 17.5 16.9 17.3683 17.1344 17.1339C17.3688 16.8995 17.5005 16.5815 17.5005 16.25V3.75C17.5005 3.41848 17.3688 3.10054 17.1344 2.86612C16.9 2.6317 16.582 2.5 16.2505 2.5H11.8755C11.7097 2.5 11.5508 2.56585 11.4335 2.68306C11.3163 2.80027 11.2505 2.95924 11.2505 3.125C11.2505 3.29076 11.3163 3.44973 11.4335 3.56694C11.5508 3.68415 11.7097 3.75 11.8755 3.75H16.2505V16.25H11.8755C11.7097 16.25 11.5508 16.3158 11.4335 16.4331C11.3163 16.5503 11.2505 16.7092 11.2505 16.875ZM2.6833 9.55781L5.8083 6.43281C5.92558 6.31554 6.08463 6.24965 6.25049 6.24965C6.41634 6.24965 6.5754 6.31554 6.69267 6.43281C6.80995 6.55009 6.87584 6.70915 6.87584 6.875C6.87584 7.04085 6.80995 7.19991 6.69267 7.31719L4.63408 9.375H11.8755C12.0412 9.375 12.2002 9.44085 12.3174 9.55806C12.4346 9.67527 12.5005 9.83424 12.5005 10C12.5005 10.1658 12.4346 10.3247 12.3174 10.4419C12.2002 10.5592 12.0412 10.625 11.8755 10.625H4.63408L6.69267 12.6828C6.80995 12.8001 6.87584 12.9591 6.87584 13.125C6.87584 13.2909 6.80995 13.4499 6.69267 13.5672C6.5754 13.6845 6.41634 13.7503 6.25049 13.7503C6.08463 13.7503 5.92558 13.6845 5.8083 13.5672L2.6833 10.4422C2.62519 10.3841 2.57909 10.3152 2.54764 10.2393C2.51618 10.1635 2.5 10.0821 2.5 10C2.5 9.91787 2.51618 9.83654 2.54764 9.76066C2.57909 9.68479 2.62519 9.61586 2.6833 9.55781Z", fill: "#252525" }));
|
|
3
|
+
export {
|
|
4
|
+
e as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),l=e=>r.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M11.2505 16.875C11.2505 17.0408 11.3163 17.1997 11.4335 17.3169C11.5508 17.4342 11.7097 17.5 11.8755 17.5H16.2505C16.582 17.5 16.9 17.3683 17.1344 17.1339C17.3688 16.8995 17.5005 16.5815 17.5005 16.25V3.75C17.5005 3.41848 17.3688 3.10054 17.1344 2.86612C16.9 2.6317 16.582 2.5 16.2505 2.5H11.8755C11.7097 2.5 11.5508 2.56585 11.4335 2.68306C11.3163 2.80027 11.2505 2.95924 11.2505 3.125C11.2505 3.29076 11.3163 3.44973 11.4335 3.56694C11.5508 3.68415 11.7097 3.75 11.8755 3.75H16.2505V16.25H11.8755C11.7097 16.25 11.5508 16.3158 11.4335 16.4331C11.3163 16.5503 11.2505 16.7092 11.2505 16.875ZM2.6833 9.55781L5.8083 6.43281C5.92558 6.31554 6.08463 6.24965 6.25049 6.24965C6.41634 6.24965 6.5754 6.31554 6.69267 6.43281C6.80995 6.55009 6.87584 6.70915 6.87584 6.875C6.87584 7.04085 6.80995 7.19991 6.69267 7.31719L4.63408 9.375H11.8755C12.0412 9.375 12.2002 9.44085 12.3174 9.55806C12.4346 9.67527 12.5005 9.83424 12.5005 10C12.5005 10.1658 12.4346 10.3247 12.3174 10.4419C12.2002 10.5592 12.0412 10.625 11.8755 10.625H4.63408L6.69267 12.6828C6.80995 12.8001 6.87584 12.9591 6.87584 13.125C6.87584 13.2909 6.80995 13.4499 6.69267 13.5672C6.5754 13.6845 6.41634 13.7503 6.25049 13.7503C6.08463 13.7503 5.92558 13.6845 5.8083 13.5672L2.6833 10.4422C2.62519 10.3841 2.57909 10.3152 2.54764 10.2393C2.51618 10.1635 2.5 10.0821 2.5 10C2.5 9.91787 2.51618 9.83654 2.54764 9.76066C2.57909 9.68479 2.62519 9.61586 2.6833 9.55781Z",fill:"#252525"}));exports.default=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),a=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M9.75 3.75H5.25C4.85218 3.75 4.47064 3.90804 4.18934 4.18934C3.90804 4.47064 3.75 4.85218 3.75 5.25V9.75C3.75 10.1478 3.90804 10.5294 4.18934 10.8107C4.47064 11.092 4.85218 11.25 5.25 11.25H9.75C10.1478 11.25 10.5294 11.092 10.8107 10.8107C11.092 10.5294 11.25 10.1478 11.25 9.75V5.25C11.25 4.85218 11.092 4.47064 10.8107 4.18934C10.5294 3.90804 10.1478 3.75 9.75 3.75ZM9.75 9.75H5.25V5.25H9.75V9.75ZM18.75 3.75H14.25C13.8522 3.75 13.4706 3.90804 13.1893 4.18934C12.908 4.47064 12.75 4.85218 12.75 5.25V9.75C12.75 10.1478 12.908 10.5294 13.1893 10.8107C13.4706 11.092 13.8522 11.25 14.25 11.25H18.75C19.1478 11.25 19.5294 11.092 19.8107 10.8107C20.092 10.5294 20.25 10.1478 20.25 9.75V5.25C20.25 4.85218 20.092 4.47064 19.8107 4.18934C19.5294 3.90804 19.1478 3.75 18.75 3.75ZM18.75 9.75H14.25V5.25H18.75V9.75ZM9.75 12.75H5.25C4.85218 12.75 4.47064 12.908 4.18934 13.1893C3.90804 13.4706 3.75 13.8522 3.75 14.25V18.75C3.75 19.1478 3.90804 19.5294 4.18934 19.8107C4.47064 20.092 4.85218 20.25 5.25 20.25H9.75C10.1478 20.25 10.5294 20.092 10.8107 19.8107C11.092 19.5294 11.25 19.1478 11.25 18.75V14.25C11.25 13.8522 11.092 13.4706 10.8107 13.1893C10.5294 12.908 10.1478 12.75 9.75 12.75ZM9.75 18.75H5.25V14.25H9.75V18.75ZM18.75 12.75H14.25C13.8522 12.75 13.4706 12.908 13.1893 13.1893C12.908 13.4706 12.75 13.8522 12.75 14.25V18.75C12.75 19.1478 12.908 19.5294 13.1893 19.8107C13.4706 20.092 13.8522 20.25 14.25 20.25H18.75C19.1478 20.25 19.5294 20.092 19.8107 19.8107C20.092 19.5294 20.25 19.1478 20.25 18.75V14.25C20.25 13.8522 20.092 13.4706 19.8107 13.1893C19.5294 12.908 19.1478 12.75 18.75 12.75ZM18.75 18.75H14.25V14.25H18.75V18.75Z",fill:"#252525"}));exports.default=a;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const V = (H) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H }, /* @__PURE__ */ C.createElement("path", { d: "M9.75 3.75H5.25C4.85218 3.75 4.47064 3.90804 4.18934 4.18934C3.90804 4.47064 3.75 4.85218 3.75 5.25V9.75C3.75 10.1478 3.90804 10.5294 4.18934 10.8107C4.47064 11.092 4.85218 11.25 5.25 11.25H9.75C10.1478 11.25 10.5294 11.092 10.8107 10.8107C11.092 10.5294 11.25 10.1478 11.25 9.75V5.25C11.25 4.85218 11.092 4.47064 10.8107 4.18934C10.5294 3.90804 10.1478 3.75 9.75 3.75ZM9.75 9.75H5.25V5.25H9.75V9.75ZM18.75 3.75H14.25C13.8522 3.75 13.4706 3.90804 13.1893 4.18934C12.908 4.47064 12.75 4.85218 12.75 5.25V9.75C12.75 10.1478 12.908 10.5294 13.1893 10.8107C13.4706 11.092 13.8522 11.25 14.25 11.25H18.75C19.1478 11.25 19.5294 11.092 19.8107 10.8107C20.092 10.5294 20.25 10.1478 20.25 9.75V5.25C20.25 4.85218 20.092 4.47064 19.8107 4.18934C19.5294 3.90804 19.1478 3.75 18.75 3.75ZM18.75 9.75H14.25V5.25H18.75V9.75ZM9.75 12.75H5.25C4.85218 12.75 4.47064 12.908 4.18934 13.1893C3.90804 13.4706 3.75 13.8522 3.75 14.25V18.75C3.75 19.1478 3.90804 19.5294 4.18934 19.8107C4.47064 20.092 4.85218 20.25 5.25 20.25H9.75C10.1478 20.25 10.5294 20.092 10.8107 19.8107C11.092 19.5294 11.25 19.1478 11.25 18.75V14.25C11.25 13.8522 11.092 13.4706 10.8107 13.1893C10.5294 12.908 10.1478 12.75 9.75 12.75ZM9.75 18.75H5.25V14.25H9.75V18.75ZM18.75 12.75H14.25C13.8522 12.75 13.4706 12.908 13.1893 13.1893C12.908 13.4706 12.75 13.8522 12.75 14.25V18.75C12.75 19.1478 12.908 19.5294 13.1893 19.8107C13.4706 20.092 13.8522 20.25 14.25 20.25H18.75C19.1478 20.25 19.5294 20.092 19.8107 19.8107C20.092 19.5294 20.25 19.1478 20.25 18.75V14.25C20.25 13.8522 20.092 13.4706 19.8107 13.1893C19.5294 12.908 19.1478 12.75 18.75 12.75ZM18.75 18.75H14.25V14.25H18.75V18.75Z", fill: "#252525" }));
|
|
3
|
+
export {
|
|
4
|
+
V as default
|
|
5
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),L=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M22.4251 9.121C22.3342 8.84104 22.1631 8.594 21.9328 8.41063C21.7026 8.22726 21.4236 8.11566 21.1304 8.08975L15.5626 7.60974L13.3801 2.41974C13.2664 2.14742 13.0748 1.9148 12.8292 1.75117C12.5836 1.58755 12.2952 1.50024 12.0001 1.50024C11.705 1.50024 11.4165 1.58755 11.1709 1.75117C10.9254 1.9148 10.7337 2.14742 10.6201 2.41974L8.44413 7.60974L2.86976 8.09256C2.57542 8.11729 2.29493 8.22838 2.06347 8.41188C1.83201 8.59539 1.65988 8.84315 1.56867 9.1241C1.47746 9.40504 1.47122 9.70666 1.55075 9.99113C1.63027 10.2756 1.79202 10.5303 2.01569 10.7232L6.24476 14.4188L4.97726 19.9069C4.91023 20.1941 4.92936 20.4947 5.03224 20.7711C5.13512 21.0475 5.31719 21.2874 5.55569 21.4609C5.79419 21.6344 6.07853 21.7337 6.37317 21.7464C6.66781 21.7592 6.95967 21.6848 7.21226 21.5326L11.9935 18.6263L16.7851 21.5326C17.0377 21.6848 17.3295 21.7592 17.6242 21.7464C17.9188 21.7337 18.2031 21.6344 18.4416 21.4609C18.6801 21.2874 18.8622 21.0475 18.9651 20.7711C19.068 20.4947 19.0871 20.1941 19.0201 19.9069L17.7535 14.4132L21.9816 10.7232C22.2053 10.5296 22.3667 10.2742 22.4456 9.98914C22.5245 9.70406 22.5174 9.40202 22.4251 9.121ZM20.9982 9.58974L16.7701 13.2797C16.5643 13.4587 16.4112 13.6905 16.3273 13.95C16.2434 14.2095 16.2318 14.487 16.2938 14.7526L17.5641 20.2501L12.7763 17.3438C12.5427 17.2016 12.2745 17.1263 12.001 17.1263C11.7275 17.1263 11.4593 17.2016 11.2257 17.3438L6.44444 20.2501L7.70632 14.7563C7.76834 14.4907 7.75676 14.2132 7.67285 13.9537C7.58893 13.6942 7.43585 13.4625 7.23007 13.2835L3.00007 9.59537C2.99973 9.59257 2.99973 9.58974 3.00007 9.58693L8.57257 9.10506C8.84463 9.08108 9.10499 8.98327 9.32555 8.82219C9.54611 8.6611 9.7185 8.44286 9.82413 8.191L12.0001 3.00756L14.1751 8.191C14.2807 8.44286 14.4531 8.6611 14.6737 8.82219C14.8942 8.98327 15.1546 9.08108 15.4266 9.10506L21.0001 9.58693C21.0001 9.58693 21.0001 9.59256 21.0001 9.59349L20.9982 9.58974Z",fill:"#252525"}));exports.default=L;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as C from "react";
|
|
2
|
+
const t = (L) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...L }, /* @__PURE__ */ C.createElement("path", { d: "M22.4251 9.121C22.3342 8.84104 22.1631 8.594 21.9328 8.41063C21.7026 8.22726 21.4236 8.11566 21.1304 8.08975L15.5626 7.60974L13.3801 2.41974C13.2664 2.14742 13.0748 1.9148 12.8292 1.75117C12.5836 1.58755 12.2952 1.50024 12.0001 1.50024C11.705 1.50024 11.4165 1.58755 11.1709 1.75117C10.9254 1.9148 10.7337 2.14742 10.6201 2.41974L8.44413 7.60974L2.86976 8.09256C2.57542 8.11729 2.29493 8.22838 2.06347 8.41188C1.83201 8.59539 1.65988 8.84315 1.56867 9.1241C1.47746 9.40504 1.47122 9.70666 1.55075 9.99113C1.63027 10.2756 1.79202 10.5303 2.01569 10.7232L6.24476 14.4188L4.97726 19.9069C4.91023 20.1941 4.92936 20.4947 5.03224 20.7711C5.13512 21.0475 5.31719 21.2874 5.55569 21.4609C5.79419 21.6344 6.07853 21.7337 6.37317 21.7464C6.66781 21.7592 6.95967 21.6848 7.21226 21.5326L11.9935 18.6263L16.7851 21.5326C17.0377 21.6848 17.3295 21.7592 17.6242 21.7464C17.9188 21.7337 18.2031 21.6344 18.4416 21.4609C18.6801 21.2874 18.8622 21.0475 18.9651 20.7711C19.068 20.4947 19.0871 20.1941 19.0201 19.9069L17.7535 14.4132L21.9816 10.7232C22.2053 10.5296 22.3667 10.2742 22.4456 9.98914C22.5245 9.70406 22.5174 9.40202 22.4251 9.121ZM20.9982 9.58974L16.7701 13.2797C16.5643 13.4587 16.4112 13.6905 16.3273 13.95C16.2434 14.2095 16.2318 14.487 16.2938 14.7526L17.5641 20.2501L12.7763 17.3438C12.5427 17.2016 12.2745 17.1263 12.001 17.1263C11.7275 17.1263 11.4593 17.2016 11.2257 17.3438L6.44444 20.2501L7.70632 14.7563C7.76834 14.4907 7.75676 14.2132 7.67285 13.9537C7.58893 13.6942 7.43585 13.4625 7.23007 13.2835L3.00007 9.59537C2.99973 9.59257 2.99973 9.58974 3.00007 9.58693L8.57257 9.10506C8.84463 9.08108 9.10499 8.98327 9.32555 8.82219C9.54611 8.6611 9.7185 8.44286 9.82413 8.191L12.0001 3.00756L14.1751 8.191C14.2807 8.44286 14.4531 8.6611 14.6737 8.82219C14.8942 8.98327 15.1546 9.08108 15.4266 9.10506L21.0001 9.58693C21.0001 9.58693 21.0001 9.59256 21.0001 9.59349L20.9982 9.58974Z", fill: "#252525" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './useBlocksStore';
|
|
2
|
+
export * from './useDeviceStore';
|
|
3
|
+
export * from './useLayoutStore';
|
|
4
|
+
export * from './useNavbarStore';
|
|
5
|
+
export * from './usePreviewStore';
|
|
6
|
+
export * from './useLayersStore';
|
|
7
|
+
export * from './useSubmodalStore';
|
|
8
|
+
export * from './useThemeSettingsStore';
|
|
9
|
+
export * from './useFontsStore';
|
|
10
|
+
export * from './useSettingsStore';
|
|
11
|
+
export * from './useColorPickerStore';
|
|
12
|
+
export * from './usePagesStore';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Block } from '@constants';
|
|
2
|
+
interface Options {
|
|
3
|
+
blocks: Block;
|
|
4
|
+
setBlocks: (blocks: Block) => void;
|
|
5
|
+
activeBlock: string | null;
|
|
6
|
+
setActiveBlock: (activeBlock: string | null) => void;
|
|
7
|
+
sourceBlocks: Block;
|
|
8
|
+
setSourceBlocks: (sourceBlocks: Block) => void;
|
|
9
|
+
}
|
|
10
|
+
export declare const useBlocksStore: import("zustand").UseBoundStore<import("zustand").StoreApi<Options>>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
interface Options {
|
|
2
|
+
color: string;
|
|
3
|
+
initialColor: string;
|
|
4
|
+
setInitialColor: (initialColor: string) => void;
|
|
5
|
+
update: (color: string) => void;
|
|
6
|
+
activeLabel: string | null;
|
|
7
|
+
modalPosition: {
|
|
8
|
+
top: number;
|
|
9
|
+
left: number;
|
|
10
|
+
};
|
|
11
|
+
showModal: boolean;
|
|
12
|
+
dragging: boolean;
|
|
13
|
+
hue: number;
|
|
14
|
+
saturation: number;
|
|
15
|
+
brightness: number;
|
|
16
|
+
setBrightness: (brightness: number) => void;
|
|
17
|
+
setSaturation: (saturation: number) => void;
|
|
18
|
+
setShowModal: (showModal: boolean) => void;
|
|
19
|
+
setDragging: (dragging: boolean) => void;
|
|
20
|
+
setModalPosition: (modalPosition: {
|
|
21
|
+
top: number;
|
|
22
|
+
left: number;
|
|
23
|
+
}) => void;
|
|
24
|
+
setHue: (hue: number) => void;
|
|
25
|
+
setActiveLabel: (activeLabel: string | null) => void;
|
|
26
|
+
setUpdate: (update: (color: string) => void) => void;
|
|
27
|
+
setColor: (color: string) => void;
|
|
28
|
+
colorChange: React.Dispatch<React.SetStateAction<string>>;
|
|
29
|
+
setColorChange: (colorChange: React.Dispatch<React.SetStateAction<string>>) => void;
|
|
30
|
+
}
|
|
31
|
+
export declare const useColorPickerStore: import("zustand").UseBoundStore<import("zustand").StoreApi<Options>>;
|
|
32
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface Options {
|
|
2
|
+
fonts: string[];
|
|
3
|
+
setFonts: (fonts: string[]) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const useFontsStore: import("zustand").UseBoundStore<Omit<import("zustand").StoreApi<Options>, "persist"> & {
|
|
6
|
+
persist: {
|
|
7
|
+
setOptions: (options: Partial<import("zustand/middleware").PersistOptions<Options, Options>>) => void;
|
|
8
|
+
clearStorage: () => void;
|
|
9
|
+
rehydrate: () => Promise<void> | void;
|
|
10
|
+
hasHydrated: () => boolean;
|
|
11
|
+
onHydrate: (fn: (state: Options) => void) => () => void;
|
|
12
|
+
onFinishHydration: (fn: (state: Options) => void) => () => void;
|
|
13
|
+
getOptions: () => Partial<import("zustand/middleware").PersistOptions<Options, Options>>;
|
|
14
|
+
};
|
|
15
|
+
}>;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
interface Block {
|
|
2
|
+
name: string;
|
|
3
|
+
value: any;
|
|
4
|
+
}
|
|
5
|
+
interface Options {
|
|
6
|
+
blocks: Record<string, Record<string, Block>>;
|
|
7
|
+
currentBlock: string | null;
|
|
8
|
+
positionBlock: number | null;
|
|
9
|
+
createPage: (name: string) => void;
|
|
10
|
+
deletePage: (name: string) => void;
|
|
11
|
+
updatePage: (oldName: string, newName: string) => void;
|
|
12
|
+
setPositionBlock: (positionBlock: number | null) => void;
|
|
13
|
+
addBlock: (path: string, block: Block) => void;
|
|
14
|
+
editBlock: (path: string, id: string, block: Block) => void;
|
|
15
|
+
removeBlock: (path: string, blockName: string) => void;
|
|
16
|
+
setCurrentBlock: (blockName: string | null) => void;
|
|
17
|
+
moveBlock: (path: string, fromIndex: number, toIndex: number) => void;
|
|
18
|
+
duplicateBlock: (path: string, id: string) => void;
|
|
19
|
+
}
|
|
20
|
+
export declare const useLayersStore: import("zustand").UseBoundStore<Omit<import("zustand").StoreApi<Options>, "persist"> & {
|
|
21
|
+
persist: {
|
|
22
|
+
setOptions: (options: Partial<import("zustand/middleware").PersistOptions<Options, Options>>) => void;
|
|
23
|
+
clearStorage: () => void;
|
|
24
|
+
rehydrate: () => Promise<void> | void;
|
|
25
|
+
hasHydrated: () => boolean;
|
|
26
|
+
onHydrate: (fn: (state: Options) => void) => () => void;
|
|
27
|
+
onFinishHydration: (fn: (state: Options) => void) => () => void;
|
|
28
|
+
getOptions: () => Partial<import("zustand/middleware").PersistOptions<Options, Options>>;
|
|
29
|
+
};
|
|
30
|
+
}>;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PageContext } from '../abstractions';
|
|
2
|
+
interface Options {
|
|
3
|
+
pageData: PageContext | null;
|
|
4
|
+
setPageData: (pageData: PageContext) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const useLayoutStore: import("zustand").UseBoundStore<import("zustand").StoreApi<Options>>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { NavbarBlock } from '@constants';
|
|
2
|
+
interface Options {
|
|
3
|
+
activeBlock: NavbarBlock;
|
|
4
|
+
setActiveBlock: (activeBlock: NavbarBlock) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const useNavbarStore: import("zustand").UseBoundStore<import("zustand").StoreApi<Options>>;
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Page } from '@constants';
|
|
2
|
+
import { PageContext } from '../abstractions';
|
|
3
|
+
interface Options {
|
|
4
|
+
pages: Record<string, Page>;
|
|
5
|
+
pageContext: PageContext;
|
|
6
|
+
currentPage: string;
|
|
7
|
+
isOpenModal: boolean;
|
|
8
|
+
isOpenSelectModal: boolean;
|
|
9
|
+
isEdit: boolean;
|
|
10
|
+
editedPage: string | null;
|
|
11
|
+
setEditedPage: (editedPage: string | null) => void;
|
|
12
|
+
setCurrentPage: (currentPage: string) => void;
|
|
13
|
+
setPageContext: (pageContext: PageContext) => void;
|
|
14
|
+
setIsOpenModal: (isOpenModal: boolean) => void;
|
|
15
|
+
setIsOpenSelectModal: (isOpenSelectModal: boolean) => void;
|
|
16
|
+
setIsEdit: (isEdit: boolean) => void;
|
|
17
|
+
createPage: (page: Page) => void;
|
|
18
|
+
updatePage: (id: string, page: Page) => void;
|
|
19
|
+
deletePage: (id: string) => void;
|
|
20
|
+
}
|
|
21
|
+
export declare const usePagesStore: import("zustand").UseBoundStore<Omit<import("zustand").StoreApi<Options>, "persist"> & {
|
|
22
|
+
persist: {
|
|
23
|
+
setOptions: (options: Partial<import("zustand/middleware").PersistOptions<Options, Options>>) => void;
|
|
24
|
+
clearStorage: () => void;
|
|
25
|
+
rehydrate: () => Promise<void> | void;
|
|
26
|
+
hasHydrated: () => boolean;
|
|
27
|
+
onHydrate: (fn: (state: Options) => void) => () => void;
|
|
28
|
+
onFinishHydration: (fn: (state: Options) => void) => () => void;
|
|
29
|
+
getOptions: () => Partial<import("zustand/middleware").PersistOptions<Options, Options>>;
|
|
30
|
+
};
|
|
31
|
+
}>;
|
|
32
|
+
export {};
|