@apple-pie/slice 0.1.26 → 0.1.29
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/cjs/chunks/{AudioBubble-Bqb2Jexf.js → AudioBubble-DisHuKIC.js} +1 -1
- package/dist/cjs/chunks/{Avatar-Dg8ZHnw6.js → Avatar-vIquH-Uk.js} +1 -1
- package/dist/cjs/chunks/{AvatarGroup-F8eSiMwn.js → AvatarGroup-DYN73N5x.js} +1 -1
- package/dist/cjs/chunks/{Button-D3wZtdtj.js → Button-B1qbfQgN.js} +10 -8
- package/dist/cjs/chunks/{ButtonBar-EH8fHFhS.js → ButtonBar-zpC3sClM.js} +1 -1
- package/dist/cjs/chunks/{Camera-BnsGhOrt.js → Camera-CCzynmXT.js} +2 -2
- package/dist/cjs/chunks/{CheckBox-CEWLxffo.js → CheckBox-DNctUlTA.js} +1 -1
- package/dist/cjs/chunks/{Chip-BrQgOmJc.js → Chip-BN4qBz6w.js} +1 -1
- package/dist/cjs/chunks/{DivInput-DWPwVUs_.js → DivInput-932r3bvF.js} +1 -1
- package/dist/cjs/chunks/{DrggablePanel-Duv0nmOm.js → DrggablePanel-u8C-Y4dA.js} +16 -13
- package/dist/cjs/chunks/{DropDown-Bf_pm-Go.js → DropDown-BZbrZOkx.js} +17 -14
- package/dist/cjs/chunks/{FileIcon-DgRlhqzv.js → FileIcon-Dxn9OL10.js} +1 -1
- package/dist/cjs/chunks/{FileList-DobAcOSH.js → FileList-D5_igVaC.js} +1 -1
- package/dist/cjs/chunks/{FlexDiv-C-3ahI-j.js → FlexDiv-D4aSJC_G.js} +61 -21
- package/dist/cjs/chunks/{Grouper-D9G8PKoM.js → Grouper-D6rSl9nK.js} +1 -1
- package/dist/cjs/chunks/{Icon-fRM3E0N6.js → Icon-BFiN8Wzm.js} +267 -12
- package/dist/cjs/chunks/{IconButton-Cf2RBUKA.js → IconButton-Cv-po19M.js} +14 -11
- package/dist/cjs/chunks/{Label-Bxp2pCXf.js → Label-BQ6flU4-.js} +1 -1
- package/dist/cjs/chunks/{MdStreamBuffer-DObxjnAm.js → MdStreamBuffer-CvLO7CVi.js} +37 -3
- package/dist/cjs/chunks/{Pager-DO197OyC.js → Pager-GH2y7l5h.js} +1 -1
- package/dist/cjs/chunks/{ProgressIndicator-t-jv4OhI.js → ProgressIndicator-7pLk4Dvn.js} +1 -1
- package/dist/cjs/chunks/{PromptInput-B1WG22xz.js → PromptInput-C8-V67sS.js} +1 -1
- package/dist/cjs/chunks/{RadioButton-BAIMCshV.js → RadioButton-3CzhKBn6.js} +1 -1
- package/dist/cjs/chunks/{RadioButtonList-Bsg5oFaC.js → RadioButtonList-DvJV6Qdg.js} +1 -1
- package/dist/cjs/chunks/{Slider-BAcaZUs2.js → Slider-D8OYGFsN.js} +25 -28
- package/dist/cjs/chunks/{TabBar-BfyfjmPQ.js → TabBar-VzxuAesC.js} +10 -7
- package/dist/cjs/chunks/{TextArea-CHNWsfWH.js → TextArea-CBNHvcK3.js} +1 -1
- package/dist/cjs/chunks/{TextField-2xzSdIx3.js → TextField-BpoLF6pZ.js} +6 -6
- package/dist/cjs/chunks/{Tip-DceuNR6k.js → Tip-CUKFhP9K.js} +2 -2
- package/dist/cjs/chunks/{Toast-C8Hc9ZKI.js → Toast-CKqGjsEk.js} +7 -6
- package/dist/cjs/chunks/ToggleButton-BdCsChJM.js +40 -0
- package/dist/cjs/chunks/{UploadArea-UFWRQ-nW.js → UploadArea-M9oc-No2.js} +1 -1
- package/dist/cjs/chunks/{_types-VoADvwjb.js → _types-Bdqd2vHh.js} +15 -3
- package/dist/cjs/chunks/microphoneStore-D1fV_8QQ.js +141 -0
- package/dist/cjs/chunks/{misc-BTF7BCZW.js → misc-CTl4GDxI.js} +2 -2
- package/dist/cjs/chunks/volumeStore-oYwlRVN0.js +95 -0
- package/dist/cjs/components/AudioBubble/index.js +7 -7
- package/dist/cjs/components/Avatar/index.js +2 -2
- package/dist/cjs/components/AvatarGroup/index.js +2 -2
- package/dist/cjs/components/Button/index.js +7 -6
- package/dist/cjs/components/ButtonBar/index.js +7 -7
- package/dist/cjs/components/Camera/index.js +8 -8
- package/dist/cjs/components/CheckBox/index.js +7 -7
- package/dist/cjs/components/Chip/index.js +8 -7
- package/dist/cjs/components/DivInput/index.js +2 -2
- package/dist/cjs/components/DraggablePanel/index.js +6 -6
- package/dist/cjs/components/DropDown/index.js +7 -7
- package/dist/cjs/components/ErrorSummary/index.js +2 -2
- package/dist/cjs/components/FileIcon/index.js +7 -6
- package/dist/cjs/components/FileList/index.js +7 -7
- package/dist/cjs/components/FlexDiv/index.js +1 -1
- package/dist/cjs/components/Grouper/index.js +4 -4
- package/dist/cjs/components/Icon/index.js +7 -6
- package/dist/cjs/components/IconButton/index.js +7 -6
- package/dist/cjs/components/Label/index.js +2 -2
- package/dist/cjs/components/Pager/index.js +2 -2
- package/dist/cjs/components/Progress/index.js +4 -4
- package/dist/cjs/components/PromptInput/index.js +7 -7
- package/dist/cjs/components/RadioButton/index.js +7 -7
- package/dist/cjs/components/RadioButtonList/index.js +4 -4
- package/dist/cjs/components/Slider/index.js +2 -2
- package/dist/cjs/components/TabBar/index.js +9 -9
- package/dist/cjs/components/TextArea/index.js +7 -7
- package/dist/cjs/components/Textfield/index.js +6 -6
- package/dist/cjs/components/Tip/index.js +2 -2
- package/dist/cjs/components/Toast/index.js +4 -4
- package/dist/cjs/components/ToggleButton/index.js +13 -0
- package/dist/cjs/components/UploadArea/index.js +7 -7
- package/dist/cjs/hooks/useMdStreamBuffer.js +1 -1
- package/dist/cjs/hooks/useMicrophone.js +71 -21
- package/dist/cjs/hooks/useTheme.js +25 -16
- package/dist/cjs/hooks/useToolTip.js +9 -6
- package/dist/cjs/hooks/useTrackRenders.js +1 -1
- package/dist/cjs/hooks.js +4 -4
- package/dist/cjs/index.js +6 -6
- package/dist/cjs/providers/ThemeProvider.js +37 -20
- package/dist/cjs/stores/microphone.js +14 -0
- package/dist/cjs/stores/volume.js +10 -0
- package/dist/cjs/stores.js +16 -2
- package/dist/cjs/theme/colors.js +8 -2
- package/dist/cjs/utils/index.js +1 -1
- package/dist/cjs/utils/objects/index.js +1 -1
- package/dist/esm/chunks/{AudioBubble-DZfzkdlq.mjs → AudioBubble-D052QyPH.mjs} +1 -1
- package/dist/esm/chunks/{Avatar-m5-zleDk.mjs → Avatar-Ds6MWC2c.mjs} +1 -1
- package/dist/esm/chunks/{AvatarGroup-DlgP4lTS.mjs → AvatarGroup-CBGi99eo.mjs} +1 -1
- package/dist/esm/chunks/{Button-YER9dCLE.mjs → Button-CYFpitCp.mjs} +11 -9
- package/dist/esm/chunks/{ButtonBar-BH4pcEpN.mjs → ButtonBar-ieMA0SHi.mjs} +2 -2
- package/dist/esm/chunks/{Camera-BJJpDuuA.mjs → Camera-jn9CcaD0.mjs} +3 -3
- package/dist/esm/chunks/{CheckBox-Cf2l3-D9.mjs → CheckBox-CoOmnGWD.mjs} +2 -2
- package/dist/esm/chunks/{Chip-DWp7p2BF.mjs → Chip-ClG6cUX0.mjs} +2 -2
- package/dist/esm/chunks/{DivInput-WJltaCra.mjs → DivInput-BVhcU0y0.mjs} +1 -1
- package/dist/esm/chunks/{DrggablePanel-DA7pYWg6.mjs → DrggablePanel-G5HHlntD.mjs} +16 -13
- package/dist/esm/chunks/{DropDown-BQ2tNN3_.mjs → DropDown-AuQW_DWv.mjs} +18 -15
- package/dist/esm/chunks/{FileIcon-Cufsp1gn.mjs → FileIcon-fJV_Cl6v.mjs} +1 -1
- package/dist/esm/chunks/{FileList-BQ9X5YnB.mjs → FileList-CxHaEEUi.mjs} +4 -4
- package/dist/esm/chunks/{FlexDiv-BFrVoFhC.mjs → FlexDiv-DnY1_qk4.mjs} +62 -22
- package/dist/esm/chunks/{Grouper-CvPYEsF_.mjs → Grouper-CyWZ8tfm.mjs} +1 -1
- package/dist/esm/chunks/{Icon-DI32kOA1.mjs → Icon-BOJAk-hM.mjs} +267 -12
- package/dist/esm/chunks/{IconButton-Dciw5CLn.mjs → IconButton-Ck0IMn4i.mjs} +14 -11
- package/dist/esm/chunks/{Label-CvCDAg1y.mjs → Label-DSfCcKtQ.mjs} +1 -1
- package/dist/esm/chunks/{MdStreamBuffer-DNXE4XbN.mjs → MdStreamBuffer-By7pHJQL.mjs} +37 -3
- package/dist/esm/chunks/{Pager-BoDLaKFh.mjs → Pager-ByJ2Cr0n.mjs} +1 -1
- package/dist/esm/chunks/{ProgressIndicator-CB_oazMD.mjs → ProgressIndicator-d2JGUDW_.mjs} +1 -1
- package/dist/esm/chunks/{PromptInput-plgRiAb7.mjs → PromptInput-COJnOFZf.mjs} +2 -2
- package/dist/esm/chunks/{RadioButton-B6ImCUYY.mjs → RadioButton-BB73OY2a.mjs} +2 -2
- package/dist/esm/chunks/{RadioButtonList-Cf6gk8yp.mjs → RadioButtonList-XqlqadYn.mjs} +2 -2
- package/dist/esm/chunks/{Slider-Cav86rU6.mjs → Slider-CU0Zdlpu.mjs} +25 -28
- package/dist/esm/chunks/{TabBar-0zpJ9GtN.mjs → TabBar-v8Dp4dr-.mjs} +11 -8
- package/dist/esm/chunks/{TextArea-B64bIPHm.mjs → TextArea-DGF43RON.mjs} +1 -1
- package/dist/esm/chunks/{TextField-BZeoN_ye.mjs → TextField-j4q0RUzH.mjs} +8 -8
- package/dist/esm/chunks/{Tip-C5LB54J9.mjs → Tip-Bj9d-230.mjs} +2 -2
- package/dist/esm/chunks/{Toast-Bl4s4tRo.mjs → Toast-CoioLlEG.mjs} +7 -6
- package/dist/esm/chunks/ToggleButton-CwTm8Yx0.mjs +51 -0
- package/dist/esm/chunks/{UploadArea-D3g2g1LK.mjs → UploadArea-DAwoJxtr.mjs} +4 -4
- package/dist/esm/chunks/{_types-DeEhv4Y5.mjs → _types-BVrr_Khp.mjs} +15 -3
- package/dist/esm/chunks/microphoneStore-Dr3lxoWX.mjs +135 -0
- package/dist/esm/chunks/{misc-BeEWwOaJ.mjs → misc-Bjbro8Xe.mjs} +2 -2
- package/dist/esm/chunks/volumeStore-GZnCDBMU.mjs +90 -0
- package/dist/esm/components/AudioBubble/index.mjs +5 -5
- package/dist/esm/components/Avatar/index.mjs +2 -2
- package/dist/esm/components/AvatarGroup/index.mjs +3 -3
- package/dist/esm/components/Button/index.mjs +6 -6
- package/dist/esm/components/ButtonBar/index.mjs +7 -7
- package/dist/esm/components/Camera/index.mjs +8 -8
- package/dist/esm/components/CheckBox/index.mjs +7 -7
- package/dist/esm/components/Chip/index.mjs +7 -7
- package/dist/esm/components/DivInput/index.mjs +2 -2
- package/dist/esm/components/DraggablePanel/index.mjs +6 -6
- package/dist/esm/components/DropDown/index.mjs +7 -7
- package/dist/esm/components/ErrorSummary/index.mjs +4 -4
- package/dist/esm/components/FileIcon/index.mjs +6 -6
- package/dist/esm/components/FileList/index.mjs +9 -9
- package/dist/esm/components/FlexDiv/index.mjs +1 -1
- package/dist/esm/components/Grouper/index.mjs +7 -7
- package/dist/esm/components/Icon/index.mjs +7 -7
- package/dist/esm/components/IconButton/index.mjs +5 -5
- package/dist/esm/components/Label/index.mjs +2 -2
- package/dist/esm/components/Pager/index.mjs +2 -2
- package/dist/esm/components/Progress/index.mjs +7 -7
- package/dist/esm/components/PromptInput/index.mjs +11 -11
- package/dist/esm/components/RadioButton/index.mjs +7 -7
- package/dist/esm/components/RadioButtonList/index.mjs +8 -8
- package/dist/esm/components/Slider/index.mjs +2 -2
- package/dist/esm/components/TabBar/index.mjs +8 -8
- package/dist/esm/components/TextArea/index.mjs +7 -7
- package/dist/esm/components/Textfield/index.mjs +10 -10
- package/dist/esm/components/Tip/index.mjs +2 -2
- package/dist/esm/components/Toast/index.mjs +7 -7
- package/dist/esm/components/ToggleButton/index.mjs +45 -0
- package/dist/esm/components/UploadArea/index.mjs +10 -10
- package/dist/esm/hooks/useMdStreamBuffer.mjs +1 -1
- package/dist/esm/hooks/useMicrophone.mjs +71 -21
- package/dist/esm/hooks/useTheme.mjs +26 -15
- package/dist/esm/hooks/useToolTip.mjs +9 -6
- package/dist/esm/hooks/useTrackRenders.mjs +1 -1
- package/dist/esm/hooks.mjs +7 -7
- package/dist/esm/index.mjs +35 -33
- package/dist/esm/providers/ThemeProvider.mjs +38 -21
- package/dist/esm/stores/microphone.mjs +7 -0
- package/dist/esm/stores/volume.mjs +5 -0
- package/dist/esm/stores.mjs +4 -0
- package/dist/esm/theme/colors.mjs +8 -2
- package/dist/esm/utils/index.mjs +2 -2
- package/dist/esm/utils/objects/index.mjs +1 -1
- package/dist/types/components/Button/Button.d.ts +2 -0
- package/dist/types/components/Button/_types.d.ts +1 -0
- package/dist/types/components/DraggablePanel/DrggablePanel.d.ts +1 -2
- package/dist/types/components/DropDown/_types.d.ts +1 -0
- package/dist/types/components/FlexDiv/FlexDiv.d.ts +2 -0
- package/dist/types/components/FlexDiv/_types.d.ts +35 -7
- package/dist/types/components/Icon/_types.d.ts +13 -0
- package/dist/types/components/IconButton/_types.d.ts +1 -0
- package/dist/types/components/Slider/_types.d.ts +5 -0
- package/dist/types/components/TabBar/_types.d.ts +2 -0
- package/dist/types/components/Toast/_types.d.ts +1 -0
- package/dist/types/components/ToggleButton/ToggleButton.d.ts +2 -0
- package/dist/types/components/ToggleButton/_types.d.ts +24 -0
- package/dist/types/components/ToggleButton/index.d.ts +2 -0
- package/dist/types/hooks/useMicrophone/useMicrophone.d.ts +6 -1
- package/dist/types/hooks/useTheme/useTheme.d.ts +5 -1
- package/dist/types/hooks/useWindow/useWindow.d.ts +1 -1
- package/dist/types/index.d.ts +2 -0
- package/dist/types/providers/ThemeProvider.d.ts +2 -0
- package/dist/types/stores/index.d.ts +2 -0
- package/dist/types/stores/microphone/_types.d.ts +32 -0
- package/dist/types/stores/microphone/index.d.ts +2 -0
- package/dist/types/stores/microphone/microphoneStore.d.ts +27 -0
- package/dist/types/stores/volume/_types.d.ts +19 -0
- package/dist/types/stores/volume/index.d.ts +3 -0
- package/dist/types/stores/volume/volumeStore.d.ts +32 -0
- package/dist/types/stores/window/windowStore.d.ts +2 -2
- package/dist/types/theme/colors/types.d.ts +3 -0
- package/dist/types/utils/functions/misc.d.ts +1 -1
- package/dist/types/utils/objects/MDStreamBuffer/MdStreamBuffer.d.ts +3 -0
- package/dist/types/utils/objects/MDStreamBuffer/_types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
var Size, Preset, tslib_es6 = require("./tslib.es6-C8dZW5nY.js"), jsxRuntime = require("react/jsx-runtime"), react = require("motion/react"), React = require("react"), styleInject_es = require("./style-inject.es-CMuL-BfJ.js"), css_flexDiv = "FlexDiv-module_flexDiv__EY5A- type-module_body-m-regular__LuQBA";
|
|
5
5
|
|
|
6
|
-
styleInject_es.styleInject(".type-module_body-xs-regular__ZAFft {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-xs-medium__s3KvF {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-xs-bold__Lhqqq {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.25px;\n}.type-module_body-s-regular__vRHSP {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-s-medium__tjdFc {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-s-bold__Iy-VX {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-m-regular__LuQBA {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-m-medium__uW1on {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-m-bold__UBcvQ {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-l-regular__lOYbg {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-l-medium__BqRC7 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-l-bold__Fh2dt {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-xl-regular__pF2kC {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-xl-medium__BeyrH {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-xl-bold__Ruknj {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_heading-s-medium__z8L3G {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-s-bold__0O3g6 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-m-bold__KXxEB {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-m-medium__cJeEA {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-l-medium__eRe05 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 30px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-l-bold__Xmwtf {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 30px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-xl-medium__5q1m3 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 36px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-xl-bold__k9VFV {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 36px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.FlexDiv-module_flexDiv__EY5A- {\n\t&::-webkit-scrollbar {\n\t\tbackground-color: var(--flex-div-bg);\n\t\twidth:
|
|
6
|
+
styleInject_es.styleInject(".type-module_body-xs-regular__ZAFft {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-xs-medium__s3KvF {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-xs-bold__Lhqqq {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.25px;\n}.type-module_body-s-regular__vRHSP {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-s-medium__tjdFc {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-s-bold__Iy-VX {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-m-regular__LuQBA {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-m-medium__uW1on {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-m-bold__UBcvQ {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-l-regular__lOYbg {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-l-medium__BqRC7 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-l-bold__Fh2dt {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-xl-regular__pF2kC {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-xl-medium__BeyrH {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-xl-bold__Ruknj {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_heading-s-medium__z8L3G {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-s-bold__0O3g6 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-m-bold__KXxEB {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-m-medium__cJeEA {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-l-medium__eRe05 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 30px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-l-bold__Xmwtf {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 30px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-xl-medium__5q1m3 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 36px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-xl-bold__k9VFV {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 36px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.FlexDiv-module_flexDiv__EY5A- {\n\t&::-webkit-scrollbar {\n\t\tbackground-color: var(--flex-div-bg);\n\t\twidth: 6px;\n\t}\n\n\t&::-webkit-scrollbar-track {\n\t\tbackground-color: var(--flex-div-bg);\n\t\twidth: 6px;\n\t}\n\n\t&::-webkit-scrollbar-thumb {\n\t\tbackground-color: var(--flex-div-scroll-handle);\n\t\tborder-radius: 20px;\n\t\tborder: 1px solid var(--flex-div-bg);\n\t}\n\n\t&::-webkit-scrollbar-thumb:hover {\n\t\tbackground-color: var(--flex-div-scroll-handle-hover);\n\t\tborder-radius: 20px;\n\t\tborder: 1px solid var(--flex-div-bg);\n\t}\n}\n"),
|
|
7
7
|
exports.Size = void 0, (Size = exports.Size || (exports.Size = {})).Grow = "grow",
|
|
8
8
|
Size.Fill = "fill", Size.Fit = "fit", Size.Viewport = "viewport", Size.Auto = "auto",
|
|
9
9
|
exports.Preset = void 0, (Preset = exports.Preset || (exports.Preset = {})).FillScroll = "fill-scroll",
|
|
10
|
-
Preset.FillCenter = "fill-center", Preset.
|
|
11
|
-
Preset.
|
|
12
|
-
Preset.Draggable = "draggable";
|
|
10
|
+
Preset.FillCenter = "fill-center", Preset.FillStart = "fill-start", Preset.Window = "window",
|
|
11
|
+
Preset.Row = "row", Preset.RowBetween = "row-between", Preset.Column = "column",
|
|
12
|
+
Preset.Default = "default", Preset.Draggable = "draggable";
|
|
13
13
|
|
|
14
14
|
const layoutSets = {
|
|
15
15
|
[exports.Preset.FillScroll]: {
|
|
@@ -18,6 +18,8 @@ const layoutSets = {
|
|
|
18
18
|
justify: "start",
|
|
19
19
|
align: "start",
|
|
20
20
|
scrollY: !0,
|
|
21
|
+
scrollX: !1,
|
|
22
|
+
overflow: "hidden",
|
|
21
23
|
direction: "column"
|
|
22
24
|
},
|
|
23
25
|
[exports.Preset.FillCenter]: {
|
|
@@ -26,6 +28,18 @@ const layoutSets = {
|
|
|
26
28
|
justify: "center",
|
|
27
29
|
align: "center",
|
|
28
30
|
scrollY: !1,
|
|
31
|
+
scrollX: !1,
|
|
32
|
+
overflow: "hidden",
|
|
33
|
+
direction: "column"
|
|
34
|
+
},
|
|
35
|
+
[exports.Preset.FillStart]: {
|
|
36
|
+
width: "fill",
|
|
37
|
+
height: "fill",
|
|
38
|
+
justify: "start",
|
|
39
|
+
align: "start",
|
|
40
|
+
scrollY: !1,
|
|
41
|
+
scrollX: !1,
|
|
42
|
+
overflow: "hidden",
|
|
29
43
|
direction: "column"
|
|
30
44
|
},
|
|
31
45
|
[exports.Preset.Window]: {
|
|
@@ -34,6 +48,8 @@ const layoutSets = {
|
|
|
34
48
|
justify: "start",
|
|
35
49
|
align: "start",
|
|
36
50
|
scrollY: !1,
|
|
51
|
+
scrollX: !1,
|
|
52
|
+
overflow: "hidden",
|
|
37
53
|
direction: "row"
|
|
38
54
|
},
|
|
39
55
|
[exports.Preset.Row]: {
|
|
@@ -41,7 +57,9 @@ const layoutSets = {
|
|
|
41
57
|
height: "fit",
|
|
42
58
|
justify: "start",
|
|
43
59
|
align: "center",
|
|
44
|
-
scrollY:
|
|
60
|
+
scrollY: void 0,
|
|
61
|
+
scrollX: void 0,
|
|
62
|
+
overflow: "hidden",
|
|
45
63
|
direction: "row"
|
|
46
64
|
},
|
|
47
65
|
[exports.Preset.RowBetween]: {
|
|
@@ -49,15 +67,19 @@ const layoutSets = {
|
|
|
49
67
|
height: "fit",
|
|
50
68
|
justify: "between",
|
|
51
69
|
align: "center",
|
|
52
|
-
scrollY:
|
|
70
|
+
scrollY: void 0,
|
|
71
|
+
scrollX: void 0,
|
|
72
|
+
overflow: "hidden",
|
|
53
73
|
direction: "row"
|
|
54
74
|
},
|
|
55
75
|
[exports.Preset.Column]: {
|
|
56
76
|
width: "fill",
|
|
57
77
|
height: "fit",
|
|
58
78
|
justify: "start",
|
|
59
|
-
align: "
|
|
60
|
-
scrollY:
|
|
79
|
+
align: "start",
|
|
80
|
+
scrollY: void 0,
|
|
81
|
+
scrollX: void 0,
|
|
82
|
+
overflow: "hidden",
|
|
61
83
|
direction: "column"
|
|
62
84
|
},
|
|
63
85
|
[exports.Preset.Default]: {
|
|
@@ -65,7 +87,9 @@ const layoutSets = {
|
|
|
65
87
|
height: "fit",
|
|
66
88
|
justify: "start",
|
|
67
89
|
align: "start",
|
|
68
|
-
scrollY:
|
|
90
|
+
scrollY: void 0,
|
|
91
|
+
scrollX: void 0,
|
|
92
|
+
overflow: "hidden",
|
|
69
93
|
direction: "column"
|
|
70
94
|
},
|
|
71
95
|
[exports.Preset.Draggable]: {
|
|
@@ -73,7 +97,9 @@ const layoutSets = {
|
|
|
73
97
|
height: "fill",
|
|
74
98
|
justify: "start",
|
|
75
99
|
align: "start",
|
|
76
|
-
scrollY:
|
|
100
|
+
scrollY: void 0,
|
|
101
|
+
scrollX: void 0,
|
|
102
|
+
overflow: "visible",
|
|
77
103
|
direction: "column"
|
|
78
104
|
}
|
|
79
105
|
};
|
|
@@ -86,23 +112,37 @@ function setBox(style) {
|
|
|
86
112
|
return "number" == typeof style ? `${style}px` : style;
|
|
87
113
|
}
|
|
88
114
|
|
|
115
|
+
function setPaddingRight(padding, scrollBox, pad = 4) {
|
|
116
|
+
return padding ? "number" == typeof padding ? `${padding}px` : padding : scrollBox ? `${pad}px` : "unset";
|
|
117
|
+
}
|
|
118
|
+
|
|
89
119
|
function setFlex(style) {
|
|
90
120
|
return "start" === style || "top" === style ? "flex-start" : "end" === style || "bottom" === style ? "flex-end" : "between" === style ? "space-between" : style;
|
|
91
121
|
}
|
|
92
122
|
|
|
93
123
|
const FlexDiv = React.memo(React.forwardRef((props, ref) => {
|
|
94
|
-
const {children: children, preset: preset = "default", scrollY: scrollY
|
|
124
|
+
const {children: children, preset: preset = "default", scrollY: scrollY, scrollX: scrollX, scrollBox: scrollBox = !1, background: background = "transparent", direction: direction, align: align, justify: justify, height: height, width: width, maxWidth: maxWidth, centerSelf: centerSelf, wrap: wrap = !1, reverse: reverse = !1, padding: padding = 0, margin: margin = 0, absolute: absolute = !1, flex: flex, gap: gap, variants: variants, transition: transition, animate: animate, enter: enter, exit: exit, border: border, borderRadius: borderRadius, className: className, scrollHandle: scrollHandle, scrollHandleHover: scrollHandleHover} = props, divAttributes = tslib_es6.__rest(props, [ "children", "preset", "scrollY", "scrollX", "scrollBox", "background", "direction", "align", "justify", "height", "width", "maxWidth", "centerSelf", "wrap", "reverse", "padding", "margin", "absolute", "flex", "gap", "variants", "transition", "animate", "enter", "exit", "border", "borderRadius", "className", "scrollHandle", "scrollHandleHover" ]), {id: divId, style: userStyle} = divAttributes, rest = tslib_es6.__rest(divAttributes, [ "id", "style" ]), wrapperStyle = null != userStyle ? userStyle : {}, presets = React.useMemo(() => ({
|
|
125
|
+
width: null != width ? width : layoutSets[preset].width,
|
|
126
|
+
height: null != height ? height : layoutSets[preset].height,
|
|
127
|
+
direction: null != direction ? direction : layoutSets[preset].direction,
|
|
128
|
+
align: null != align ? align : layoutSets[preset].align,
|
|
129
|
+
justify: null != justify ? justify : layoutSets[preset].justify,
|
|
130
|
+
scrollY: null != scrollY ? scrollY : layoutSets[preset].scrollY,
|
|
131
|
+
scrollX: null != scrollX ? scrollX : layoutSets[preset].scrollX,
|
|
132
|
+
overflow: layoutSets[preset].overflow
|
|
133
|
+
}), [ preset, width, height, direction, align, justify, scrollY, scrollX ]), setScroll = React.useCallback(value => void 0 === value ? "unset" : value ? "auto" : "hidden", []), style = React.useMemo(() => ({
|
|
95
134
|
display: "flex",
|
|
96
135
|
position: "" + (absolute ? "absolute" : "relative"),
|
|
97
|
-
flexDirection: `${direction}${reverse ? "-reverse" : ""}`,
|
|
136
|
+
flexDirection: `${presets.direction}${reverse ? "-reverse" : ""}`,
|
|
98
137
|
flexWrap: "" + (wrap ? "wrap" : "nowrap"),
|
|
99
|
-
justifyContent: `${setFlex(justify)}`,
|
|
100
|
-
alignItems: `${setFlex(align)}`,
|
|
138
|
+
justifyContent: `${setFlex(presets.justify)}`,
|
|
139
|
+
alignItems: `${setFlex(presets.align)}`,
|
|
101
140
|
boxSizing: "border-box",
|
|
102
141
|
padding: `${setBox(padding)}`,
|
|
142
|
+
paddingRight: setPaddingRight(padding, scrollBox),
|
|
103
143
|
margin: centerSelf ? "0 auto" : `${setBox(margin)}`,
|
|
104
|
-
width: `${absolute ? "unset" : setSize(width, !1)}`,
|
|
105
|
-
height: `${absolute ? "unset" : setSize(height, !0)}`,
|
|
144
|
+
width: `${absolute ? "unset" : setSize(presets.width, !1)}`,
|
|
145
|
+
height: `${absolute ? "unset" : setSize(presets.height, !0)}`,
|
|
106
146
|
maxWidth: `${maxWidth ? setSize(maxWidth, !1) : "unset"}`,
|
|
107
147
|
flex: `${absolute ? "unset" : null != flex ? flex : "unset"}`,
|
|
108
148
|
top: "" + (absolute ? "0" : "unset"),
|
|
@@ -112,20 +152,20 @@ const FlexDiv = React.memo(React.forwardRef((props, ref) => {
|
|
|
112
152
|
gap: gap ? `${gap}px` : "unset",
|
|
113
153
|
border: `${null != border ? border : "unset"}`,
|
|
114
154
|
background: `${null != background ? background : "transparent"}`,
|
|
115
|
-
overflow:
|
|
116
|
-
overflowY:
|
|
117
|
-
overflowX:
|
|
155
|
+
overflow: presets.overflow,
|
|
156
|
+
overflowY: setScroll(presets.scrollY),
|
|
157
|
+
overflowX: setScroll(presets.scrollX),
|
|
118
158
|
borderRadius: borderRadius ? `${borderRadius}px` : "unset",
|
|
119
159
|
color: "var(--core-text-primary)",
|
|
120
160
|
"--flex-div-scroll-border": `${null != background ? background : "transparent"}`,
|
|
121
161
|
"--flex-div-scroll-handle": `${null != scrollHandle ? scrollHandle : "var(--scroll-bar)"}`,
|
|
122
162
|
"--flex-div-scroll-handle-hover": `${null != scrollHandleHover ? scrollHandleHover : "var(--scroll-bar-hover)"}`
|
|
123
|
-
}), [ absolute,
|
|
163
|
+
}), [ absolute, reverse, wrap, padding, margin, flex, gap, border, background, centerSelf, maxWidth, scrollHandle, scrollHandleHover, borderRadius, setScroll, presets, scrollBox ]);
|
|
124
164
|
return jsxRuntime.jsx(react.motion.div, Object.assign({
|
|
125
165
|
id: divId,
|
|
126
166
|
ref: ref,
|
|
127
167
|
className: `${css_flexDiv} ${null != className ? className : ""}`,
|
|
128
|
-
style: Object.assign(Object.assign({},
|
|
168
|
+
style: Object.assign(Object.assign({}, wrapperStyle), style),
|
|
129
169
|
transition: transition,
|
|
130
170
|
variants: variants,
|
|
131
171
|
initial: enter,
|
|
@@ -5,7 +5,7 @@ var tslib_es6 = require("./tslib.es6-C8dZW5nY.js"), jsxRuntime = require("react/
|
|
|
5
5
|
|
|
6
6
|
require("../theme/colors.js"), require("../hooks/useWindow.js");
|
|
7
7
|
|
|
8
|
-
var Badge = require("./Badge-DjPJ_iJX.js"), Icon = require("./Icon-
|
|
8
|
+
var Badge = require("./Badge-DjPJ_iJX.js"), Icon = require("./Icon-BFiN8Wzm.js"), styleInject_es = require("./style-inject.es-CMuL-BfJ.js"), css_header = "Grouper-module_header__D5fV0 flexBox-module_rowBetween__5FEvi", css_title = "Grouper-module_title__ZKqTP flexBox-module_rowBetween__5FEvi type-module_body-m-regular__LuQBA", css_content = "Grouper-module_content__Mof50 flexBox-module_rowBetween__5FEvi", css_icon = "Grouper-module_icon__14Jis flexBox-module_row__z24tF";
|
|
9
9
|
|
|
10
10
|
styleInject_es.styleInject(".flexBox-module_row__z24tF {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tbox-sizing: border-box;\n\tpadding: 0;\n\tmargin: 0;\n}.flexBox-module_rowBetween__5FEvi {\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\tbox-sizing: border-box;\n\tpadding: 0;\n\tmargin: 0;\n}.flexBox-module_rowStart__4tcxS {\n\tdisplay: flex;\n\tjustify-content: flex-start;\n\talign-items: center;\n\tbox-sizing: border-box;\n\tpadding: 0;\n\tmargin: 0;\n}.flexBox-module_rowEnd__rVdVm {\n\tdisplay: flex;\n\tjustify-content: flex-end;\n\talign-items: center;\n\tbox-sizing: border-box;\n\tpadding: 0;\n\tmargin: 0;\n}.flexBox-module_column__ezvMq {\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: center;\n\talign-items: center;\n\tbox-sizing: border-box;\n\tpadding: 0;\n\tmargin: 0;\n}.flexBox-module_columnStart__C7P44 {\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: flex-start;\n\tbox-sizing: border-box;\n\tpadding: 0;\n\tmargin: 0;\n}.flexBox-module_columnStartCenter__PKcrG {\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\tbox-sizing: border-box;\n\tpadding: 0;\n\tmargin: 0;\n}.flexBox-module_columnBetween__ERfp7 {\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: space-between;\n\talign-items: center;\n\tbox-sizing: border-box;\n\tpadding: 0;\n\tmargin: 0;\n}.flexBox-module_columnEnd__lLJuc {\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-end;\n\talign-items: flex-end;\n\tbox-sizing: border-box;\n\tpadding: 0;\n\tmargin: 0;\n}.type-module_body-xs-regular__ZAFft {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-xs-medium__s3KvF {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-xs-bold__Lhqqq {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-xs);\n\tline-height: 133.33%;\n\ttext-decoration: none;\n\tletter-spacing: 0.25px;\n}.type-module_body-s-regular__vRHSP {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-s-medium__tjdFc {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-s-bold__Iy-VX {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-s);\n\tline-height: 142.86%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-m-regular__LuQBA {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-m-medium__uW1on {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-m-bold__UBcvQ {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-m);\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_body-l-regular__lOYbg {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-l-medium__BqRC7 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-l-bold__Fh2dt {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-l);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_body-xl-regular__pF2kC {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-regular);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-xl-medium__BeyrH {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-medium);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.1px;\n}.type-module_body-xl-bold__Ruknj {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: var(--font-weight-bold);\n\tfont-size: var(--font-size-xl);\n\tline-height: 162.5%;\n\ttext-decoration: none;\n\tletter-spacing: 0.15px;\n}.type-module_heading-s-medium__z8L3G {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-s-bold__0O3g6 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 20px;\n\tline-height: 140%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-m-bold__KXxEB {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-m-medium__cJeEA {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 24px;\n\tline-height: 116.67%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-l-medium__eRe05 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 30px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-l-bold__Xmwtf {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 30px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-xl-medium__5q1m3 {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 500;\n\tfont-size: 36px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}.type-module_heading-xl-bold__k9VFV {\n\tfont-family: var(--font-family), sans-serif;\n\tfont-weight: 600;\n\tfont-size: 36px;\n\tline-height: 128.57%;\n\ttext-decoration: none;\n\tletter-spacing: 0.2px;\n}\n\n.Grouper-module_header__D5fV0 {\n\twidth: 100%;\n\tcursor: pointer;\n\tappearance: none;\n\t-webkit-appearance: none;\n\tbackground-image: none;\n\tbackground-color: transparent;\n\tborder: 0;\n\toutline: none;\n\tpadding: 0;\n}\n\n.Grouper-module_title__ZKqTP {\n\tcolor: var(--core-text-primary);\n\tflex: 1;\n}\n\n.Grouper-module_content__Mof50 {\n\tuser-select: none;\n\t-webkit-user-select: none;\n\tpadding: 0 24px !important;\n\twidth: 100%;\n\tgap: 6px;\n\theight: var(--grouper-height);\n\tborder-top: var(--grouper-border) solid var(--core-outline-primary);\n}\n\n.Grouper-module_icon__14Jis {\n\tmin-height: var(--grouper-icon-size);\n\theight: var(--grouper-icon-size);\n\tmin-width: var(--grouper-icon-size);\n\twidth: var(--grouper-icon-size);\n}\n");
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@ var tslib_es6 = require("./tslib.es6-C8dZW5nY.js"), jsxRuntime = require("react/
|
|
|
5
5
|
|
|
6
6
|
require("../theme/colors.js");
|
|
7
7
|
|
|
8
|
-
var misc = require("./misc-
|
|
8
|
+
var misc = require("./misc-CTl4GDxI.js");
|
|
9
9
|
|
|
10
10
|
require("../hooks/useWindow.js");
|
|
11
11
|
|
|
@@ -17,7 +17,216 @@ styleInject_es.styleInject(".Icon-module_icon__szG-X {\n\tcursor: var(--cursor);
|
|
|
17
17
|
* Static icon registry created once at module load.
|
|
18
18
|
* Each entry stores only icon line content renderers.
|
|
19
19
|
*/
|
|
20
|
-
const STATIC_ICON_REGISTRY = new Map([ [ "
|
|
20
|
+
const STATIC_ICON_REGISTRY = new Map([ [ "talk", {
|
|
21
|
+
line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
22
|
+
children: [ jsxRuntime.jsx("path", {
|
|
23
|
+
d: "M10,2.5c4.14,0,7.5,3.36,7.5,7.5s-3.36,7.5-7.5,7.5-7.5-3.36-7.5-7.5,3.36-7.5,7.5-7.5M10,1C5.03,1,1,5.03,1,10s4.03,9,9,9,9-4.03,9-9S14.97,1,10,1h0Z",
|
|
24
|
+
fill: strokeColor
|
|
25
|
+
}), jsxRuntime.jsx("path", {
|
|
26
|
+
d: "M1,10c0,3,1.47,5.65,3.73,7.28l1.7.24c.43.06.86.03,1.28-.02.96-.12,1.81-.82,1.92-1.81.11-1.06-.59-2.18-.06-2.67.22-.21.47-.37.64-.62.17-.27.1-.73-.15-.93-.44-.36-1.41-.24-1.83-.66-.16-.16-.24-.41-.21-.62.13-.8,2.13-1,2.72-1.61.29-.3.25-.79.09-1.15-.34-.78-.72-1.73.15-2.09l.66-.27c.39-.16.73-.46.86-.87.25-.82-.71-1.56-1.39-2.21-.31-.3-.58-.63-.84-.97-.09,0-.18-.01-.26-.01C5.03,1,1,5.03,1,10Z",
|
|
27
|
+
fill: strokeColor,
|
|
28
|
+
fillOpacity: fillColor
|
|
29
|
+
}), jsxRuntime.jsx("path", {
|
|
30
|
+
d: "M9.54,2.51c.17.2.34.39.52.55.09.09.18.17.28.26.13.13.32.3.47.46l-.41.17c-.78.32-1.13.86-1.29,1.27-.36.89-.08,1.79.19,2.45-.11.04-.23.09-.33.12-.94.35-2.22.82-2.44,2.15-.11.7.13,1.44.64,1.94.29.28.63.45.95.56-.42.77-.23,1.65-.11,2.22.07.32.14.64.11.85-.03.27-.34.45-.61.48-.17.02-.4.05-.61.05-.1,0-.19,0-.28-.02l-1.31-.18c-1.77-1.42-2.82-3.58-2.82-5.85,0-3.98,3.12-7.25,7.04-7.49M10,1C5.03,1,1,5.03,1,10c0,3,1.47,5.65,3.73,7.28l1.7.24c.16.02.32.03.49.03.27,0,.53-.02.79-.06.96-.12,1.81-.82,1.92-1.81.11-1.06-.59-2.18-.06-2.67.22-.21.47-.37.64-.62.17-.27.1-.73-.15-.93-.44-.36-1.41-.24-1.83-.66-.16-.16-.24-.41-.21-.62.13-.8,2.13-1,2.72-1.61.29-.3.25-.79.09-1.15-.34-.78-.72-1.73.15-2.09l.66-.27c.39-.16.73-.46.86-.87.25-.82-.71-1.56-1.39-2.21-.31-.3-.58-.63-.84-.97-.09,0-.18-.01-.26-.01h0Z",
|
|
31
|
+
fill: strokeColor
|
|
32
|
+
}) ]
|
|
33
|
+
})
|
|
34
|
+
} ], [ "speaker", {
|
|
35
|
+
line: ({fillColor: fillColor, strokeColor: strokeColor}) => jsxRuntime.jsx("path", {
|
|
36
|
+
d: "M4.71,7.95v4.13c0,.37.3.66.66.66h3.31c.08,0,.17.03.23.09l4.81,4.21c.22.19.56.04.56-.25V3.15c0-.25-.3-.37-.47-.2l-4.21,4.21c-.06.06-.15.1-.24.1h-3.97c-.37,0-.68.3-.68.68Z",
|
|
37
|
+
fill: strokeColor,
|
|
38
|
+
fillOpacity: fillColor,
|
|
39
|
+
stroke: strokeColor,
|
|
40
|
+
strokeWidth: 1.5
|
|
41
|
+
})
|
|
42
|
+
} ], [ "speaker muted", {
|
|
43
|
+
line: ({stroke: stroke, strokeColor: strokeColor, fillColor: fillColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
44
|
+
children: [ jsxRuntime.jsx("polygon", {
|
|
45
|
+
points: "4.82 8.35 9.61 12.51 4.82 12.51 4.82 8.35",
|
|
46
|
+
fill: strokeColor,
|
|
47
|
+
fillOpacity: fillColor
|
|
48
|
+
}), jsxRuntime.jsx("polygon", {
|
|
49
|
+
points: "8.51 7.58 14.51 12.78 14.5 3 14 2.5 8.51 7.58",
|
|
50
|
+
fill: strokeColor,
|
|
51
|
+
fillOpacity: fillColor
|
|
52
|
+
}), jsxRuntime.jsx("path", {
|
|
53
|
+
d: "M9.02,8.02h.34c.29,0,.57-.11.77-.32l3.41-3.41v7.65l1.5,1.3V3.15c0-.42-.25-.79-.64-.95-.39-.16-.83-.07-1.12.22l-4.09,4.09h-1.9l1.73,1.5Z",
|
|
54
|
+
fill: strokeColor
|
|
55
|
+
}), jsxRuntime.jsx("path", {
|
|
56
|
+
d: "M9.16,12.11c-.15-.07-.3-.12-.47-.12h-3.22v-3.09l-1.46-1.27c-.02.1-.04.2-.04.31v4.13c0,.78.63,1.41,1.41,1.41h3.16l4.7,4.11c.2.18.46.27.72.27.15,0,.31-.03.45-.1.27-.12.47-.35.57-.62l-5.81-5.04Z",
|
|
57
|
+
fill: strokeColor
|
|
58
|
+
}), jsxRuntime.jsx("line", {
|
|
59
|
+
x1: "3.25",
|
|
60
|
+
y1: "5",
|
|
61
|
+
x2: "16.5",
|
|
62
|
+
y2: "16.5",
|
|
63
|
+
strokeLinecap: "round",
|
|
64
|
+
strokeLinejoin: "round",
|
|
65
|
+
stroke: strokeColor,
|
|
66
|
+
strokeWidth: stroke,
|
|
67
|
+
fill: "none"
|
|
68
|
+
}) ]
|
|
69
|
+
})
|
|
70
|
+
} ], [ "speaker high", {
|
|
71
|
+
line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
72
|
+
children: [ jsxRuntime.jsx("path", {
|
|
73
|
+
d: "M11.24,17.87c-.26,0-.51-.09-.72-.27l-4.7-4.11h-3.16c-.78,0-1.41-.63-1.41-1.41v-4.13c0-.79.64-1.43,1.43-1.43h3.8l4.09-4.09c.29-.29.73-.38,1.12-.22.39.16.64.53.64.95v13.63c0,.43-.25.81-.64.99-.14.06-.3.1-.45.1Z",
|
|
74
|
+
fill: strokeColor,
|
|
75
|
+
fillOpacity: fillColor
|
|
76
|
+
}), jsxRuntime.jsx("path", {
|
|
77
|
+
d: "M11.24,17.87c-.26,0-.51-.09-.72-.27l-4.7-4.11h-3.16c-.78,0-1.41-.63-1.41-1.41v-4.13c0-.79.64-1.43,1.43-1.43h3.8l4.09-4.09c.29-.29.73-.38,1.12-.22.39.16.64.53.64.95v13.63c0,.43-.25.81-.64.99-.14.06-.3.1-.45.1ZM2.75,11.99h3.22c.27,0,.52.1.72.27l4.13,3.61V4.29l-3.41,3.41c-.21.21-.48.32-.77.32h-3.89v3.97Z",
|
|
78
|
+
fill: strokeColor
|
|
79
|
+
}), jsxRuntime.jsx("rect", {
|
|
80
|
+
x: "14.04",
|
|
81
|
+
y: "8",
|
|
82
|
+
width: "1.5",
|
|
83
|
+
height: "4",
|
|
84
|
+
fill: strokeColor
|
|
85
|
+
}), jsxRuntime.jsx("rect", {
|
|
86
|
+
x: "16.75",
|
|
87
|
+
y: "6",
|
|
88
|
+
width: "1.5",
|
|
89
|
+
height: "8",
|
|
90
|
+
fill: strokeColor
|
|
91
|
+
}) ]
|
|
92
|
+
})
|
|
93
|
+
} ], [ "speaker low", {
|
|
94
|
+
line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
95
|
+
children: [ jsxRuntime.jsx("path", {
|
|
96
|
+
d: "M12.85,17.87c-.26,0-.51-.09-.72-.27l-4.7-4.11h-3.16c-.78,0-1.41-.63-1.41-1.41v-4.13c0-.79.64-1.43,1.43-1.43h3.8l4.09-4.09c.3-.3.74-.38,1.12-.22.38.16.63.53.63.95v13.63c0,.43-.25.81-.64.99-.14.06-.3.1-.45.1Z",
|
|
97
|
+
fill: strokeColor,
|
|
98
|
+
fillOpacity: fillColor
|
|
99
|
+
}), jsxRuntime.jsx("path", {
|
|
100
|
+
d: "M12.85,17.87c-.26,0-.51-.09-.72-.27l-4.7-4.11h-3.16c-.78,0-1.41-.63-1.41-1.41v-4.13c0-.79.64-1.43,1.43-1.43h3.8l4.09-4.09c.3-.3.74-.38,1.12-.22.38.16.63.53.63.95v13.63c0,.43-.25.81-.64.99-.14.06-.3.1-.45.1ZM4.36,11.99h3.22c.27,0,.52.1.72.27l4.13,3.61V4.29l-3.41,3.41c-.2.2-.49.32-.77.32h-3.9v3.97Z",
|
|
101
|
+
fill: strokeColor
|
|
102
|
+
}), jsxRuntime.jsx("rect", {
|
|
103
|
+
x: "15.64",
|
|
104
|
+
y: "8",
|
|
105
|
+
width: "1.5",
|
|
106
|
+
height: "4",
|
|
107
|
+
fill: strokeColor
|
|
108
|
+
}) ]
|
|
109
|
+
})
|
|
110
|
+
} ], [ "laptop", {
|
|
111
|
+
line: ({fillColor: fillColor, strokeColor: strokeColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
112
|
+
children: [ jsxRuntime.jsx("rect", {
|
|
113
|
+
x: "4",
|
|
114
|
+
y: "5",
|
|
115
|
+
width: "12",
|
|
116
|
+
height: "9",
|
|
117
|
+
rx: "1",
|
|
118
|
+
ry: "1",
|
|
119
|
+
fill: strokeColor,
|
|
120
|
+
opacity: fillColor
|
|
121
|
+
}), jsxRuntime.jsx("path", {
|
|
122
|
+
d: "M18,13.25h-1.25v-7.25c0-.96-.79-1.75-1.75-1.75H5c-.96,0-1.75.79-1.75,1.75v7.25h-1.25c-.41,0-.75.34-.75.75s.34.75.75.75h16c.41,0,.75-.34.75-.75s-.34-.75-.75-.75ZM4.75,6c0-.14.11-.25.25-.25h10c.14,0,.25.11.25.25v7.25H4.75v-7.25Z",
|
|
123
|
+
fill: strokeColor
|
|
124
|
+
}) ]
|
|
125
|
+
})
|
|
126
|
+
} ], [ "moon full", {
|
|
127
|
+
line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
128
|
+
children: [ jsxRuntime.jsx("circle", {
|
|
129
|
+
cx: "10",
|
|
130
|
+
cy: "10",
|
|
131
|
+
r: "6.5",
|
|
132
|
+
fill: "none",
|
|
133
|
+
stroke: strokeColor,
|
|
134
|
+
strokeWidth: 1.5
|
|
135
|
+
}), jsxRuntime.jsx("circle", {
|
|
136
|
+
cx: "10",
|
|
137
|
+
cy: "10",
|
|
138
|
+
r: "6.5",
|
|
139
|
+
fill: strokeColor,
|
|
140
|
+
fillOpacity: fillColor
|
|
141
|
+
}) ]
|
|
142
|
+
})
|
|
143
|
+
} ], [ "sun", {
|
|
144
|
+
line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
145
|
+
children: [ jsxRuntime.jsx("path", {
|
|
146
|
+
d: "M10,13.25c-1.79,0-3.25-1.46-3.25-3.25s1.46-3.25,3.25-3.25,3.25,1.46,3.25,3.25-1.46,3.25-3.25,3.25Z",
|
|
147
|
+
fill: strokeColor,
|
|
148
|
+
fillOpacity: fillColor
|
|
149
|
+
}), jsxRuntime.jsx("path", {
|
|
150
|
+
d: "M10,5.25c-2.62,0-4.75,2.13-4.75,4.75s2.13,4.75,4.75,4.75,4.75-2.13,4.75-4.75-2.13-4.75-4.75-4.75ZM10,13.25c-1.79,0-3.25-1.46-3.25-3.25s1.46-3.25,3.25-3.25,3.25,1.46,3.25,3.25-1.46,3.25-3.25,3.25Z",
|
|
151
|
+
fill: strokeColor
|
|
152
|
+
}), jsxRuntime.jsx("circle", {
|
|
153
|
+
cx: "10",
|
|
154
|
+
cy: "2",
|
|
155
|
+
r: "1",
|
|
156
|
+
fill: strokeColor
|
|
157
|
+
}), jsxRuntime.jsx("circle", {
|
|
158
|
+
cx: "15.7",
|
|
159
|
+
cy: "4.3",
|
|
160
|
+
r: "1",
|
|
161
|
+
fill: strokeColor
|
|
162
|
+
}), jsxRuntime.jsx("circle", {
|
|
163
|
+
cx: "18.06",
|
|
164
|
+
cy: "10",
|
|
165
|
+
r: "1",
|
|
166
|
+
fill: strokeColor
|
|
167
|
+
}), jsxRuntime.jsx("circle", {
|
|
168
|
+
cx: "1.95",
|
|
169
|
+
cy: "10",
|
|
170
|
+
r: "1",
|
|
171
|
+
fill: strokeColor
|
|
172
|
+
}), jsxRuntime.jsx("circle", {
|
|
173
|
+
cx: "4.3",
|
|
174
|
+
cy: "15.7",
|
|
175
|
+
r: "1",
|
|
176
|
+
fill: strokeColor
|
|
177
|
+
}), jsxRuntime.jsx("circle", {
|
|
178
|
+
cx: "10",
|
|
179
|
+
cy: "18.05",
|
|
180
|
+
r: "1",
|
|
181
|
+
fill: strokeColor
|
|
182
|
+
}), jsxRuntime.jsx("circle", {
|
|
183
|
+
cx: "15.7",
|
|
184
|
+
cy: "15.7",
|
|
185
|
+
r: "1",
|
|
186
|
+
fill: strokeColor
|
|
187
|
+
}), jsxRuntime.jsx("circle", {
|
|
188
|
+
cx: "4.3",
|
|
189
|
+
cy: "4.3",
|
|
190
|
+
r: "1",
|
|
191
|
+
fill: strokeColor
|
|
192
|
+
}) ]
|
|
193
|
+
})
|
|
194
|
+
} ], [ "keyboard", {
|
|
195
|
+
line: ({strokeColor: strokeColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
196
|
+
children: [ jsxRuntime.jsx("path", {
|
|
197
|
+
d: "M17.26,16.46H2.75c-.96,0-1.75-.85-1.75-1.89V5.88c0-1.04.79-1.89,1.75-1.89h14.51c.96,0,1.75.85,1.75,1.89v8.69c0,1.04-.79,1.89-1.75,1.89ZM2.75,5.61c-.14,0-.25.12-.25.27v8.69c0,.15.11.27.25.27h14.51c.14,0,.25-.12.25-.27V5.88c0-.15-.11-.27-.25-.27H2.75Z",
|
|
198
|
+
fill: strokeColor
|
|
199
|
+
}), jsxRuntime.jsx("circle", {
|
|
200
|
+
cx: "5.52",
|
|
201
|
+
cy: "8.52",
|
|
202
|
+
r: ".97",
|
|
203
|
+
fill: strokeColor
|
|
204
|
+
}), jsxRuntime.jsx("circle", {
|
|
205
|
+
cx: "8.53",
|
|
206
|
+
cy: "8.52",
|
|
207
|
+
r: ".97",
|
|
208
|
+
fill: strokeColor
|
|
209
|
+
}), jsxRuntime.jsx("circle", {
|
|
210
|
+
cx: "11.52",
|
|
211
|
+
cy: "8.52",
|
|
212
|
+
r: ".97",
|
|
213
|
+
fill: strokeColor
|
|
214
|
+
}), jsxRuntime.jsx("circle", {
|
|
215
|
+
cx: "14.48",
|
|
216
|
+
cy: "8.52",
|
|
217
|
+
r: ".97",
|
|
218
|
+
fill: strokeColor
|
|
219
|
+
}), jsxRuntime.jsx("circle", {
|
|
220
|
+
cx: "14.48",
|
|
221
|
+
cy: "11.97",
|
|
222
|
+
r: ".97",
|
|
223
|
+
fill: strokeColor
|
|
224
|
+
}), jsxRuntime.jsx("path", {
|
|
225
|
+
d: "M11.52,11h-6c-.54,0-.97.44-.97.97s.44.97.97.97h6c.54,0,.97-.44.97-.97s-.44-.97-.97-.97Z",
|
|
226
|
+
fill: strokeColor
|
|
227
|
+
}) ]
|
|
228
|
+
})
|
|
229
|
+
} ], [ "sidebar", {
|
|
21
230
|
line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
22
231
|
children: [ jsxRuntime.jsx("rect", {
|
|
23
232
|
x: "10",
|
|
@@ -33,6 +242,34 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
|
|
|
33
242
|
fill: strokeColor
|
|
34
243
|
}) ]
|
|
35
244
|
})
|
|
245
|
+
} ], [ "sidebar split", {
|
|
246
|
+
line: ({fillColor: fillColor, strokeColor: strokeColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
247
|
+
children: [ jsxRuntime.jsx("rect", {
|
|
248
|
+
x: "10",
|
|
249
|
+
y: "4.5",
|
|
250
|
+
width: "8",
|
|
251
|
+
height: "11",
|
|
252
|
+
rx: "1",
|
|
253
|
+
ry: "1",
|
|
254
|
+
fill: strokeColor,
|
|
255
|
+
fillOpacity: fillColor
|
|
256
|
+
}), jsxRuntime.jsx("path", {
|
|
257
|
+
d: "M17,16.25H3c-.96,0-1.75-.78-1.75-1.75V5.5c0-.96.78-1.75,1.75-1.75h14c.96,0,1.75.78,1.75,1.75v9c0,.96-.78,1.75-1.75,1.75ZM3,5.25c-.14,0-.25.11-.25.25v9c0,.14.11.25.25.25h14c.14,0,.25-.11.25-.25V5.5c0-.14-.11-.25-.25-.25H3Z",
|
|
258
|
+
fill: strokeColor
|
|
259
|
+
}), jsxRuntime.jsx("rect", {
|
|
260
|
+
x: "9.25",
|
|
261
|
+
y: "4.5",
|
|
262
|
+
width: "1.5",
|
|
263
|
+
height: "11",
|
|
264
|
+
fill: strokeColor
|
|
265
|
+
}), jsxRuntime.jsx("rect", {
|
|
266
|
+
x: "10",
|
|
267
|
+
y: "9.5",
|
|
268
|
+
width: "8",
|
|
269
|
+
height: "1",
|
|
270
|
+
fill: strokeColor
|
|
271
|
+
}) ]
|
|
272
|
+
})
|
|
36
273
|
} ], [ "target", {
|
|
37
274
|
line: ({strokeColor: strokeColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
38
275
|
children: [ jsxRuntime.jsx("circle", {
|
|
@@ -77,8 +314,12 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
|
|
|
77
314
|
}) ]
|
|
78
315
|
})
|
|
79
316
|
} ], [ "mic", {
|
|
80
|
-
line: ({strokeColor: strokeColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
317
|
+
line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
81
318
|
children: [ jsxRuntime.jsx("path", {
|
|
319
|
+
d: "M10.25,11.75c1.65,0,3-1.35,3-3v-4.5c0-1.65-1.35-3-3-3s-3,1.35-3,3v4.5c0,1.65,1.35,3,3,3Z",
|
|
320
|
+
fill: strokeColor,
|
|
321
|
+
fillOpacity: fillColor
|
|
322
|
+
}), jsxRuntime.jsx("path", {
|
|
82
323
|
d: "M10.25,11.75c1.65,0,3-1.35,3-3v-4.5c0-1.65-1.35-3-3-3s-3,1.35-3,3v4.5c0,1.65,1.35,3,3,3ZM8.75,4.25c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v4.5c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5v-4.5Z",
|
|
83
324
|
fill: strokeColor
|
|
84
325
|
}), jsxRuntime.jsx("path", {
|
|
@@ -833,10 +1074,12 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
|
|
|
833
1074
|
}) ]
|
|
834
1075
|
})
|
|
835
1076
|
} ], [ "share", {
|
|
836
|
-
line: ({stroke: stroke, strokeColor: strokeColor}) => jsxRuntime.jsx("path", {
|
|
1077
|
+
line: ({stroke: stroke, strokeColor: strokeColor, fillColor: fillColor}) => jsxRuntime.jsx("path", {
|
|
837
1078
|
d: "M11 7c-5.063 0-8 4.03-8 9 1.222-1.2 3-3 8-3v3l6-6-6-6v3Z",
|
|
838
1079
|
stroke: strokeColor,
|
|
839
|
-
strokeWidth: stroke
|
|
1080
|
+
strokeWidth: stroke,
|
|
1081
|
+
fill: strokeColor,
|
|
1082
|
+
fillOpacity: fillColor
|
|
840
1083
|
})
|
|
841
1084
|
} ], [ "search", {
|
|
842
1085
|
line: ({strokeColor: strokeColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
@@ -1072,11 +1315,23 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
|
|
|
1072
1315
|
fill: strokeColor
|
|
1073
1316
|
})
|
|
1074
1317
|
} ], [ "sparkle", {
|
|
1075
|
-
line: ({strokeColor: strokeColor}) => jsxRuntime.
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1318
|
+
line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
1319
|
+
children: [ jsxRuntime.jsx("path", {
|
|
1320
|
+
d: "M10.5 2h.5a7 7 0 0 0 7 7v2a7 7 0 0 0-7 7H9a7 7 0 0 0-7-7V9a7 7 0 0 0 7-7h1.5ZM10 4.88A8.525 8.525 0 0 0 15.12 10 8.525 8.525 0 0 0 10 15.12 8.525 8.525 0 0 0 4.88 10 8.524 8.524 0 0 0 10 4.88Z",
|
|
1321
|
+
fill: strokeColor,
|
|
1322
|
+
fillOpacity: fillColor
|
|
1323
|
+
}), jsxRuntime.jsx("path", {
|
|
1324
|
+
fillRule: "evenodd",
|
|
1325
|
+
clipRule: "evenodd",
|
|
1326
|
+
d: "M10.5 2h.5a7 7 0 0 0 7 7v2a7 7 0 0 0-7 7H9a7 7 0 0 0-7-7V9a7 7 0 0 0 7-7h1.5ZM10 4.88A8.525 8.525 0 0 0 15.12 10 8.525 8.525 0 0 0 10 15.12 8.525 8.525 0 0 0 4.88 10 8.524 8.524 0 0 0 10 4.88ZM17 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
|
|
1327
|
+
fill: strokeColor
|
|
1328
|
+
}), jsxRuntime.jsx("path", {
|
|
1329
|
+
d: "M17 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
|
|
1330
|
+
fill: strokeColor
|
|
1331
|
+
}), jsxRuntime.jsx("path", {
|
|
1332
|
+
d: "M5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
|
|
1333
|
+
fill: strokeColor
|
|
1334
|
+
}) ]
|
|
1080
1335
|
})
|
|
1081
1336
|
} ], [ "inbox", {
|
|
1082
1337
|
line: ({strokeColor: strokeColor}) => jsxRuntime.jsx("path", {
|
|
@@ -1097,7 +1352,7 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
|
|
|
1097
1352
|
})
|
|
1098
1353
|
} ] ]), Icon = React.memo(props => {
|
|
1099
1354
|
var _a;
|
|
1100
|
-
const theme = hooks_useTheme.useTheme(), {name: name = "home", size: size = 20, stroke: stroke = 1.5, strokeColor: strokeColor = theme.current.colors["core-icon-primary"], fillColor: fillColor =
|
|
1355
|
+
const theme = hooks_useTheme.useTheme(), {name: name = "home", size: size = 20, stroke: stroke = 1.5, strokeColor: strokeColor = theme.current.colors["core-icon-primary"], fillColor: fillColor, fill: fill = !1, coverUp: coverUp = theme.current.colors["core-surface-primary"], toggle: toggle = !1, pointer: pointer = !1, disabled: disabled = !1, onClick: onClick} = props, svgAttributes = tslib_es6.__rest(props, [ "name", "size", "stroke", "strokeColor", "fillColor", "fill", "coverUp", "toggle", "pointer", "disabled", "onClick" ]), {id: svgId, className: className, style: style} = svgAttributes, rest = tslib_es6.__rest(svgAttributes, [ "id", "className", "style" ]), svgStyle = null != style ? style : {}, variantKey = toggle ? "lineOn" : "line", iconVariant = STATIC_ICON_REGISTRY.get(name), shape = null !== (_a = null == iconVariant ? void 0 : iconVariant[variantKey]) && void 0 !== _a ? _a : null == iconVariant ? void 0 : iconVariant.line, cursor = React.useMemo(() => disabled ? "default" : pointer ? "pointer" : "inherit", [ disabled, pointer ]), setFillColor = React.useMemo(() => fill ? fillColor || (theme.current.name.includes("dark") ? .2 : .125) : 0, [ fillColor, fill, theme.current.name ]), iconStyle = React.useMemo(() => ({
|
|
1101
1356
|
"--cursor": cursor,
|
|
1102
1357
|
"--pointer-events": onClick ? "auto" : "none"
|
|
1103
1358
|
}), [ cursor, onClick ]), handleKeyActivate = React.useMemo(() => () => null == onClick ? void 0 : onClick(void 0), [ onClick ]);
|
|
@@ -1120,7 +1375,7 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
|
|
|
1120
1375
|
children: [ jsxRuntime.jsx("title", {}), shape({
|
|
1121
1376
|
stroke: stroke,
|
|
1122
1377
|
strokeColor: strokeColor,
|
|
1123
|
-
fillColor:
|
|
1378
|
+
fillColor: setFillColor,
|
|
1124
1379
|
coverUp: coverUp
|
|
1125
1380
|
}) ]
|
|
1126
1381
|
})) : null;
|