@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.
Files changed (196) hide show
  1. package/dist/cjs/chunks/{AudioBubble-Bqb2Jexf.js → AudioBubble-DisHuKIC.js} +1 -1
  2. package/dist/cjs/chunks/{Avatar-Dg8ZHnw6.js → Avatar-vIquH-Uk.js} +1 -1
  3. package/dist/cjs/chunks/{AvatarGroup-F8eSiMwn.js → AvatarGroup-DYN73N5x.js} +1 -1
  4. package/dist/cjs/chunks/{Button-D3wZtdtj.js → Button-B1qbfQgN.js} +10 -8
  5. package/dist/cjs/chunks/{ButtonBar-EH8fHFhS.js → ButtonBar-zpC3sClM.js} +1 -1
  6. package/dist/cjs/chunks/{Camera-BnsGhOrt.js → Camera-CCzynmXT.js} +2 -2
  7. package/dist/cjs/chunks/{CheckBox-CEWLxffo.js → CheckBox-DNctUlTA.js} +1 -1
  8. package/dist/cjs/chunks/{Chip-BrQgOmJc.js → Chip-BN4qBz6w.js} +1 -1
  9. package/dist/cjs/chunks/{DivInput-DWPwVUs_.js → DivInput-932r3bvF.js} +1 -1
  10. package/dist/cjs/chunks/{DrggablePanel-Duv0nmOm.js → DrggablePanel-u8C-Y4dA.js} +16 -13
  11. package/dist/cjs/chunks/{DropDown-Bf_pm-Go.js → DropDown-BZbrZOkx.js} +17 -14
  12. package/dist/cjs/chunks/{FileIcon-DgRlhqzv.js → FileIcon-Dxn9OL10.js} +1 -1
  13. package/dist/cjs/chunks/{FileList-DobAcOSH.js → FileList-D5_igVaC.js} +1 -1
  14. package/dist/cjs/chunks/{FlexDiv-C-3ahI-j.js → FlexDiv-D4aSJC_G.js} +61 -21
  15. package/dist/cjs/chunks/{Grouper-D9G8PKoM.js → Grouper-D6rSl9nK.js} +1 -1
  16. package/dist/cjs/chunks/{Icon-fRM3E0N6.js → Icon-BFiN8Wzm.js} +267 -12
  17. package/dist/cjs/chunks/{IconButton-Cf2RBUKA.js → IconButton-Cv-po19M.js} +14 -11
  18. package/dist/cjs/chunks/{Label-Bxp2pCXf.js → Label-BQ6flU4-.js} +1 -1
  19. package/dist/cjs/chunks/{MdStreamBuffer-DObxjnAm.js → MdStreamBuffer-CvLO7CVi.js} +37 -3
  20. package/dist/cjs/chunks/{Pager-DO197OyC.js → Pager-GH2y7l5h.js} +1 -1
  21. package/dist/cjs/chunks/{ProgressIndicator-t-jv4OhI.js → ProgressIndicator-7pLk4Dvn.js} +1 -1
  22. package/dist/cjs/chunks/{PromptInput-B1WG22xz.js → PromptInput-C8-V67sS.js} +1 -1
  23. package/dist/cjs/chunks/{RadioButton-BAIMCshV.js → RadioButton-3CzhKBn6.js} +1 -1
  24. package/dist/cjs/chunks/{RadioButtonList-Bsg5oFaC.js → RadioButtonList-DvJV6Qdg.js} +1 -1
  25. package/dist/cjs/chunks/{Slider-BAcaZUs2.js → Slider-D8OYGFsN.js} +25 -28
  26. package/dist/cjs/chunks/{TabBar-BfyfjmPQ.js → TabBar-VzxuAesC.js} +10 -7
  27. package/dist/cjs/chunks/{TextArea-CHNWsfWH.js → TextArea-CBNHvcK3.js} +1 -1
  28. package/dist/cjs/chunks/{TextField-2xzSdIx3.js → TextField-BpoLF6pZ.js} +6 -6
  29. package/dist/cjs/chunks/{Tip-DceuNR6k.js → Tip-CUKFhP9K.js} +2 -2
  30. package/dist/cjs/chunks/{Toast-C8Hc9ZKI.js → Toast-CKqGjsEk.js} +7 -6
  31. package/dist/cjs/chunks/ToggleButton-BdCsChJM.js +40 -0
  32. package/dist/cjs/chunks/{UploadArea-UFWRQ-nW.js → UploadArea-M9oc-No2.js} +1 -1
  33. package/dist/cjs/chunks/{_types-VoADvwjb.js → _types-Bdqd2vHh.js} +15 -3
  34. package/dist/cjs/chunks/microphoneStore-D1fV_8QQ.js +141 -0
  35. package/dist/cjs/chunks/{misc-BTF7BCZW.js → misc-CTl4GDxI.js} +2 -2
  36. package/dist/cjs/chunks/volumeStore-oYwlRVN0.js +95 -0
  37. package/dist/cjs/components/AudioBubble/index.js +7 -7
  38. package/dist/cjs/components/Avatar/index.js +2 -2
  39. package/dist/cjs/components/AvatarGroup/index.js +2 -2
  40. package/dist/cjs/components/Button/index.js +7 -6
  41. package/dist/cjs/components/ButtonBar/index.js +7 -7
  42. package/dist/cjs/components/Camera/index.js +8 -8
  43. package/dist/cjs/components/CheckBox/index.js +7 -7
  44. package/dist/cjs/components/Chip/index.js +8 -7
  45. package/dist/cjs/components/DivInput/index.js +2 -2
  46. package/dist/cjs/components/DraggablePanel/index.js +6 -6
  47. package/dist/cjs/components/DropDown/index.js +7 -7
  48. package/dist/cjs/components/ErrorSummary/index.js +2 -2
  49. package/dist/cjs/components/FileIcon/index.js +7 -6
  50. package/dist/cjs/components/FileList/index.js +7 -7
  51. package/dist/cjs/components/FlexDiv/index.js +1 -1
  52. package/dist/cjs/components/Grouper/index.js +4 -4
  53. package/dist/cjs/components/Icon/index.js +7 -6
  54. package/dist/cjs/components/IconButton/index.js +7 -6
  55. package/dist/cjs/components/Label/index.js +2 -2
  56. package/dist/cjs/components/Pager/index.js +2 -2
  57. package/dist/cjs/components/Progress/index.js +4 -4
  58. package/dist/cjs/components/PromptInput/index.js +7 -7
  59. package/dist/cjs/components/RadioButton/index.js +7 -7
  60. package/dist/cjs/components/RadioButtonList/index.js +4 -4
  61. package/dist/cjs/components/Slider/index.js +2 -2
  62. package/dist/cjs/components/TabBar/index.js +9 -9
  63. package/dist/cjs/components/TextArea/index.js +7 -7
  64. package/dist/cjs/components/Textfield/index.js +6 -6
  65. package/dist/cjs/components/Tip/index.js +2 -2
  66. package/dist/cjs/components/Toast/index.js +4 -4
  67. package/dist/cjs/components/ToggleButton/index.js +13 -0
  68. package/dist/cjs/components/UploadArea/index.js +7 -7
  69. package/dist/cjs/hooks/useMdStreamBuffer.js +1 -1
  70. package/dist/cjs/hooks/useMicrophone.js +71 -21
  71. package/dist/cjs/hooks/useTheme.js +25 -16
  72. package/dist/cjs/hooks/useToolTip.js +9 -6
  73. package/dist/cjs/hooks/useTrackRenders.js +1 -1
  74. package/dist/cjs/hooks.js +4 -4
  75. package/dist/cjs/index.js +6 -6
  76. package/dist/cjs/providers/ThemeProvider.js +37 -20
  77. package/dist/cjs/stores/microphone.js +14 -0
  78. package/dist/cjs/stores/volume.js +10 -0
  79. package/dist/cjs/stores.js +16 -2
  80. package/dist/cjs/theme/colors.js +8 -2
  81. package/dist/cjs/utils/index.js +1 -1
  82. package/dist/cjs/utils/objects/index.js +1 -1
  83. package/dist/esm/chunks/{AudioBubble-DZfzkdlq.mjs → AudioBubble-D052QyPH.mjs} +1 -1
  84. package/dist/esm/chunks/{Avatar-m5-zleDk.mjs → Avatar-Ds6MWC2c.mjs} +1 -1
  85. package/dist/esm/chunks/{AvatarGroup-DlgP4lTS.mjs → AvatarGroup-CBGi99eo.mjs} +1 -1
  86. package/dist/esm/chunks/{Button-YER9dCLE.mjs → Button-CYFpitCp.mjs} +11 -9
  87. package/dist/esm/chunks/{ButtonBar-BH4pcEpN.mjs → ButtonBar-ieMA0SHi.mjs} +2 -2
  88. package/dist/esm/chunks/{Camera-BJJpDuuA.mjs → Camera-jn9CcaD0.mjs} +3 -3
  89. package/dist/esm/chunks/{CheckBox-Cf2l3-D9.mjs → CheckBox-CoOmnGWD.mjs} +2 -2
  90. package/dist/esm/chunks/{Chip-DWp7p2BF.mjs → Chip-ClG6cUX0.mjs} +2 -2
  91. package/dist/esm/chunks/{DivInput-WJltaCra.mjs → DivInput-BVhcU0y0.mjs} +1 -1
  92. package/dist/esm/chunks/{DrggablePanel-DA7pYWg6.mjs → DrggablePanel-G5HHlntD.mjs} +16 -13
  93. package/dist/esm/chunks/{DropDown-BQ2tNN3_.mjs → DropDown-AuQW_DWv.mjs} +18 -15
  94. package/dist/esm/chunks/{FileIcon-Cufsp1gn.mjs → FileIcon-fJV_Cl6v.mjs} +1 -1
  95. package/dist/esm/chunks/{FileList-BQ9X5YnB.mjs → FileList-CxHaEEUi.mjs} +4 -4
  96. package/dist/esm/chunks/{FlexDiv-BFrVoFhC.mjs → FlexDiv-DnY1_qk4.mjs} +62 -22
  97. package/dist/esm/chunks/{Grouper-CvPYEsF_.mjs → Grouper-CyWZ8tfm.mjs} +1 -1
  98. package/dist/esm/chunks/{Icon-DI32kOA1.mjs → Icon-BOJAk-hM.mjs} +267 -12
  99. package/dist/esm/chunks/{IconButton-Dciw5CLn.mjs → IconButton-Ck0IMn4i.mjs} +14 -11
  100. package/dist/esm/chunks/{Label-CvCDAg1y.mjs → Label-DSfCcKtQ.mjs} +1 -1
  101. package/dist/esm/chunks/{MdStreamBuffer-DNXE4XbN.mjs → MdStreamBuffer-By7pHJQL.mjs} +37 -3
  102. package/dist/esm/chunks/{Pager-BoDLaKFh.mjs → Pager-ByJ2Cr0n.mjs} +1 -1
  103. package/dist/esm/chunks/{ProgressIndicator-CB_oazMD.mjs → ProgressIndicator-d2JGUDW_.mjs} +1 -1
  104. package/dist/esm/chunks/{PromptInput-plgRiAb7.mjs → PromptInput-COJnOFZf.mjs} +2 -2
  105. package/dist/esm/chunks/{RadioButton-B6ImCUYY.mjs → RadioButton-BB73OY2a.mjs} +2 -2
  106. package/dist/esm/chunks/{RadioButtonList-Cf6gk8yp.mjs → RadioButtonList-XqlqadYn.mjs} +2 -2
  107. package/dist/esm/chunks/{Slider-Cav86rU6.mjs → Slider-CU0Zdlpu.mjs} +25 -28
  108. package/dist/esm/chunks/{TabBar-0zpJ9GtN.mjs → TabBar-v8Dp4dr-.mjs} +11 -8
  109. package/dist/esm/chunks/{TextArea-B64bIPHm.mjs → TextArea-DGF43RON.mjs} +1 -1
  110. package/dist/esm/chunks/{TextField-BZeoN_ye.mjs → TextField-j4q0RUzH.mjs} +8 -8
  111. package/dist/esm/chunks/{Tip-C5LB54J9.mjs → Tip-Bj9d-230.mjs} +2 -2
  112. package/dist/esm/chunks/{Toast-Bl4s4tRo.mjs → Toast-CoioLlEG.mjs} +7 -6
  113. package/dist/esm/chunks/ToggleButton-CwTm8Yx0.mjs +51 -0
  114. package/dist/esm/chunks/{UploadArea-D3g2g1LK.mjs → UploadArea-DAwoJxtr.mjs} +4 -4
  115. package/dist/esm/chunks/{_types-DeEhv4Y5.mjs → _types-BVrr_Khp.mjs} +15 -3
  116. package/dist/esm/chunks/microphoneStore-Dr3lxoWX.mjs +135 -0
  117. package/dist/esm/chunks/{misc-BeEWwOaJ.mjs → misc-Bjbro8Xe.mjs} +2 -2
  118. package/dist/esm/chunks/volumeStore-GZnCDBMU.mjs +90 -0
  119. package/dist/esm/components/AudioBubble/index.mjs +5 -5
  120. package/dist/esm/components/Avatar/index.mjs +2 -2
  121. package/dist/esm/components/AvatarGroup/index.mjs +3 -3
  122. package/dist/esm/components/Button/index.mjs +6 -6
  123. package/dist/esm/components/ButtonBar/index.mjs +7 -7
  124. package/dist/esm/components/Camera/index.mjs +8 -8
  125. package/dist/esm/components/CheckBox/index.mjs +7 -7
  126. package/dist/esm/components/Chip/index.mjs +7 -7
  127. package/dist/esm/components/DivInput/index.mjs +2 -2
  128. package/dist/esm/components/DraggablePanel/index.mjs +6 -6
  129. package/dist/esm/components/DropDown/index.mjs +7 -7
  130. package/dist/esm/components/ErrorSummary/index.mjs +4 -4
  131. package/dist/esm/components/FileIcon/index.mjs +6 -6
  132. package/dist/esm/components/FileList/index.mjs +9 -9
  133. package/dist/esm/components/FlexDiv/index.mjs +1 -1
  134. package/dist/esm/components/Grouper/index.mjs +7 -7
  135. package/dist/esm/components/Icon/index.mjs +7 -7
  136. package/dist/esm/components/IconButton/index.mjs +5 -5
  137. package/dist/esm/components/Label/index.mjs +2 -2
  138. package/dist/esm/components/Pager/index.mjs +2 -2
  139. package/dist/esm/components/Progress/index.mjs +7 -7
  140. package/dist/esm/components/PromptInput/index.mjs +11 -11
  141. package/dist/esm/components/RadioButton/index.mjs +7 -7
  142. package/dist/esm/components/RadioButtonList/index.mjs +8 -8
  143. package/dist/esm/components/Slider/index.mjs +2 -2
  144. package/dist/esm/components/TabBar/index.mjs +8 -8
  145. package/dist/esm/components/TextArea/index.mjs +7 -7
  146. package/dist/esm/components/Textfield/index.mjs +10 -10
  147. package/dist/esm/components/Tip/index.mjs +2 -2
  148. package/dist/esm/components/Toast/index.mjs +7 -7
  149. package/dist/esm/components/ToggleButton/index.mjs +45 -0
  150. package/dist/esm/components/UploadArea/index.mjs +10 -10
  151. package/dist/esm/hooks/useMdStreamBuffer.mjs +1 -1
  152. package/dist/esm/hooks/useMicrophone.mjs +71 -21
  153. package/dist/esm/hooks/useTheme.mjs +26 -15
  154. package/dist/esm/hooks/useToolTip.mjs +9 -6
  155. package/dist/esm/hooks/useTrackRenders.mjs +1 -1
  156. package/dist/esm/hooks.mjs +7 -7
  157. package/dist/esm/index.mjs +35 -33
  158. package/dist/esm/providers/ThemeProvider.mjs +38 -21
  159. package/dist/esm/stores/microphone.mjs +7 -0
  160. package/dist/esm/stores/volume.mjs +5 -0
  161. package/dist/esm/stores.mjs +4 -0
  162. package/dist/esm/theme/colors.mjs +8 -2
  163. package/dist/esm/utils/index.mjs +2 -2
  164. package/dist/esm/utils/objects/index.mjs +1 -1
  165. package/dist/types/components/Button/Button.d.ts +2 -0
  166. package/dist/types/components/Button/_types.d.ts +1 -0
  167. package/dist/types/components/DraggablePanel/DrggablePanel.d.ts +1 -2
  168. package/dist/types/components/DropDown/_types.d.ts +1 -0
  169. package/dist/types/components/FlexDiv/FlexDiv.d.ts +2 -0
  170. package/dist/types/components/FlexDiv/_types.d.ts +35 -7
  171. package/dist/types/components/Icon/_types.d.ts +13 -0
  172. package/dist/types/components/IconButton/_types.d.ts +1 -0
  173. package/dist/types/components/Slider/_types.d.ts +5 -0
  174. package/dist/types/components/TabBar/_types.d.ts +2 -0
  175. package/dist/types/components/Toast/_types.d.ts +1 -0
  176. package/dist/types/components/ToggleButton/ToggleButton.d.ts +2 -0
  177. package/dist/types/components/ToggleButton/_types.d.ts +24 -0
  178. package/dist/types/components/ToggleButton/index.d.ts +2 -0
  179. package/dist/types/hooks/useMicrophone/useMicrophone.d.ts +6 -1
  180. package/dist/types/hooks/useTheme/useTheme.d.ts +5 -1
  181. package/dist/types/hooks/useWindow/useWindow.d.ts +1 -1
  182. package/dist/types/index.d.ts +2 -0
  183. package/dist/types/providers/ThemeProvider.d.ts +2 -0
  184. package/dist/types/stores/index.d.ts +2 -0
  185. package/dist/types/stores/microphone/_types.d.ts +32 -0
  186. package/dist/types/stores/microphone/index.d.ts +2 -0
  187. package/dist/types/stores/microphone/microphoneStore.d.ts +27 -0
  188. package/dist/types/stores/volume/_types.d.ts +19 -0
  189. package/dist/types/stores/volume/index.d.ts +3 -0
  190. package/dist/types/stores/volume/volumeStore.d.ts +32 -0
  191. package/dist/types/stores/window/windowStore.d.ts +2 -2
  192. package/dist/types/theme/colors/types.d.ts +3 -0
  193. package/dist/types/utils/functions/misc.d.ts +1 -1
  194. package/dist/types/utils/objects/MDStreamBuffer/MdStreamBuffer.d.ts +3 -0
  195. package/dist/types/utils/objects/MDStreamBuffer/_types.d.ts +1 -0
  196. package/package.json +1 -1
@@ -5,20 +5,20 @@ import { jsx } from "react/jsx-runtime";
5
5
 
6
6
  import { motion } from "motion/react";
7
7
 
8
- import React, { useMemo } from "react";
8
+ import React, { useMemo, useCallback } from "react";
9
9
 
10
10
  import { s as styleInject } from "./style-inject.es-D0BjEaN8.mjs";
11
11
 
12
12
  var Size, Preset, css_flexDiv = "FlexDiv-module_flexDiv__EY5A- type-module_body-m-regular__LuQBA";
13
13
 
14
- 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: 14px;\n\t}\n\n\t&::-webkit-scrollbar-track {\n\t\tbackground-color: var(--flex-div-scroll-border);\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: 4px solid var(--flex-div-scroll-border);\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: 4px solid var(--flex-div-scroll-border);\n\t\tcursor: default;\n\t}\n}\n"),
14
+ 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"),
15
15
  function(Size) {
16
16
  Size.Grow = "grow", Size.Fill = "fill", Size.Fit = "fit", Size.Viewport = "viewport",
17
17
  Size.Auto = "auto";
18
18
  }(Size || (Size = {})), function(Preset) {
19
- Preset.FillScroll = "fill-scroll", Preset.FillCenter = "fill-center", Preset.Window = "window",
20
- Preset.Row = "row", Preset.RowBetween = "row-between", Preset.Column = "fill-column",
21
- Preset.Default = "default", Preset.Draggable = "draggable";
19
+ Preset.FillScroll = "fill-scroll", Preset.FillCenter = "fill-center", Preset.FillStart = "fill-start",
20
+ Preset.Window = "window", Preset.Row = "row", Preset.RowBetween = "row-between",
21
+ Preset.Column = "column", Preset.Default = "default", Preset.Draggable = "draggable";
22
22
  }(Preset || (Preset = {}));
23
23
 
24
24
  const layoutSets = {
@@ -28,6 +28,8 @@ const layoutSets = {
28
28
  justify: "start",
29
29
  align: "start",
30
30
  scrollY: !0,
31
+ scrollX: !1,
32
+ overflow: "hidden",
31
33
  direction: "column"
32
34
  },
33
35
  [Preset.FillCenter]: {
@@ -36,6 +38,18 @@ const layoutSets = {
36
38
  justify: "center",
37
39
  align: "center",
38
40
  scrollY: !1,
41
+ scrollX: !1,
42
+ overflow: "hidden",
43
+ direction: "column"
44
+ },
45
+ [Preset.FillStart]: {
46
+ width: "fill",
47
+ height: "fill",
48
+ justify: "start",
49
+ align: "start",
50
+ scrollY: !1,
51
+ scrollX: !1,
52
+ overflow: "hidden",
39
53
  direction: "column"
40
54
  },
41
55
  [Preset.Window]: {
@@ -44,6 +58,8 @@ const layoutSets = {
44
58
  justify: "start",
45
59
  align: "start",
46
60
  scrollY: !1,
61
+ scrollX: !1,
62
+ overflow: "hidden",
47
63
  direction: "row"
48
64
  },
49
65
  [Preset.Row]: {
@@ -51,7 +67,9 @@ const layoutSets = {
51
67
  height: "fit",
52
68
  justify: "start",
53
69
  align: "center",
54
- scrollY: !1,
70
+ scrollY: void 0,
71
+ scrollX: void 0,
72
+ overflow: "hidden",
55
73
  direction: "row"
56
74
  },
57
75
  [Preset.RowBetween]: {
@@ -59,15 +77,19 @@ const layoutSets = {
59
77
  height: "fit",
60
78
  justify: "between",
61
79
  align: "center",
62
- scrollY: !1,
80
+ scrollY: void 0,
81
+ scrollX: void 0,
82
+ overflow: "hidden",
63
83
  direction: "row"
64
84
  },
65
85
  [Preset.Column]: {
66
86
  width: "fill",
67
87
  height: "fit",
68
88
  justify: "start",
69
- align: "center",
70
- scrollY: !1,
89
+ align: "start",
90
+ scrollY: void 0,
91
+ scrollX: void 0,
92
+ overflow: "hidden",
71
93
  direction: "column"
72
94
  },
73
95
  [Preset.Default]: {
@@ -75,7 +97,9 @@ const layoutSets = {
75
97
  height: "fit",
76
98
  justify: "start",
77
99
  align: "start",
78
- scrollY: !1,
100
+ scrollY: void 0,
101
+ scrollX: void 0,
102
+ overflow: "hidden",
79
103
  direction: "column"
80
104
  },
81
105
  [Preset.Draggable]: {
@@ -83,7 +107,9 @@ const layoutSets = {
83
107
  height: "fill",
84
108
  justify: "start",
85
109
  align: "start",
86
- scrollY: !1,
110
+ scrollY: void 0,
111
+ scrollX: void 0,
112
+ overflow: "visible",
87
113
  direction: "column"
88
114
  }
89
115
  };
@@ -96,23 +122,37 @@ function setBox(style) {
96
122
  return "number" == typeof style ? `${style}px` : style;
97
123
  }
98
124
 
125
+ function setPaddingRight(padding, scrollBox, pad = 4) {
126
+ return padding ? "number" == typeof padding ? `${padding}px` : padding : scrollBox ? `${pad}px` : "unset";
127
+ }
128
+
99
129
  function setFlex(style) {
100
130
  return "start" === style || "top" === style ? "flex-start" : "end" === style || "bottom" === style ? "flex-end" : "between" === style ? "space-between" : style;
101
131
  }
102
132
 
103
133
  const FlexDiv = React.memo(React.forwardRef((props, ref) => {
104
- const {children: children, preset: preset = "default", scrollY: scrollY = layoutSets[preset].scrollY, scrollX: scrollX = !1, background: background = "var(--core-surface-primary)", direction: direction = layoutSets[preset].direction, align: align = layoutSets[preset].align, justify: justify = layoutSets[preset].justify, height: height = layoutSets[preset].height, width: width = layoutSets[preset].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 = __rest(props, [ "children", "preset", "scrollY", "scrollX", "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 = __rest(divAttributes, [ "id", "style" ]), wrapperStyle = null != userStyle ? userStyle : {}, style = useMemo(() => ({
134
+ 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 = __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 = __rest(divAttributes, [ "id", "style" ]), wrapperStyle = null != userStyle ? userStyle : {}, presets = useMemo(() => ({
135
+ width: null != width ? width : layoutSets[preset].width,
136
+ height: null != height ? height : layoutSets[preset].height,
137
+ direction: null != direction ? direction : layoutSets[preset].direction,
138
+ align: null != align ? align : layoutSets[preset].align,
139
+ justify: null != justify ? justify : layoutSets[preset].justify,
140
+ scrollY: null != scrollY ? scrollY : layoutSets[preset].scrollY,
141
+ scrollX: null != scrollX ? scrollX : layoutSets[preset].scrollX,
142
+ overflow: layoutSets[preset].overflow
143
+ }), [ preset, width, height, direction, align, justify, scrollY, scrollX ]), setScroll = useCallback(value => void 0 === value ? "unset" : value ? "auto" : "hidden", []), style = useMemo(() => ({
105
144
  display: "flex",
106
145
  position: "" + (absolute ? "absolute" : "relative"),
107
- flexDirection: `${direction}${reverse ? "-reverse" : ""}`,
146
+ flexDirection: `${presets.direction}${reverse ? "-reverse" : ""}`,
108
147
  flexWrap: "" + (wrap ? "wrap" : "nowrap"),
109
- justifyContent: `${setFlex(justify)}`,
110
- alignItems: `${setFlex(align)}`,
148
+ justifyContent: `${setFlex(presets.justify)}`,
149
+ alignItems: `${setFlex(presets.align)}`,
111
150
  boxSizing: "border-box",
112
151
  padding: `${setBox(padding)}`,
152
+ paddingRight: setPaddingRight(padding, scrollBox),
113
153
  margin: centerSelf ? "0 auto" : `${setBox(margin)}`,
114
- width: `${absolute ? "unset" : setSize(width, !1)}`,
115
- height: `${absolute ? "unset" : setSize(height, !0)}`,
154
+ width: `${absolute ? "unset" : setSize(presets.width, !1)}`,
155
+ height: `${absolute ? "unset" : setSize(presets.height, !0)}`,
116
156
  maxWidth: `${maxWidth ? setSize(maxWidth, !1) : "unset"}`,
117
157
  flex: `${absolute ? "unset" : null != flex ? flex : "unset"}`,
118
158
  top: "" + (absolute ? "0" : "unset"),
@@ -122,20 +162,20 @@ const FlexDiv = React.memo(React.forwardRef((props, ref) => {
122
162
  gap: gap ? `${gap}px` : "unset",
123
163
  border: `${null != border ? border : "unset"}`,
124
164
  background: `${null != background ? background : "transparent"}`,
125
- overflow: "hidden",
126
- overflowY: "" + (scrollY ? "auto" : "unset"),
127
- overflowX: "" + (scrollX ? "auto" : "unset"),
165
+ overflow: presets.overflow,
166
+ overflowY: setScroll(presets.scrollY),
167
+ overflowX: setScroll(presets.scrollX),
128
168
  borderRadius: borderRadius ? `${borderRadius}px` : "unset",
129
169
  color: "var(--core-text-primary)",
130
170
  "--flex-div-scroll-border": `${null != background ? background : "transparent"}`,
131
171
  "--flex-div-scroll-handle": `${null != scrollHandle ? scrollHandle : "var(--scroll-bar)"}`,
132
172
  "--flex-div-scroll-handle-hover": `${null != scrollHandleHover ? scrollHandleHover : "var(--scroll-bar-hover)"}`
133
- }), [ absolute, direction, reverse, wrap, justify, align, padding, margin, width, height, flex, gap, border, background, scrollY, scrollX, centerSelf, maxWidth, scrollHandle, scrollHandleHover, borderRadius ]);
173
+ }), [ absolute, reverse, wrap, padding, margin, flex, gap, border, background, centerSelf, maxWidth, scrollHandle, scrollHandleHover, borderRadius, setScroll, presets, scrollBox ]);
134
174
  return jsx(motion.div, Object.assign({
135
175
  id: divId,
136
176
  ref: ref,
137
177
  className: `${css_flexDiv} ${null != className ? className : ""}`,
138
- style: Object.assign(Object.assign({}, style), wrapperStyle),
178
+ style: Object.assign(Object.assign({}, wrapperStyle), style),
139
179
  transition: transition,
140
180
  variants: variants,
141
181
  initial: enter,
@@ -15,7 +15,7 @@ import "../hooks/useWindow.mjs";
15
15
 
16
16
  import { B as Badge } from "./Badge-CC0zSLMf.mjs";
17
17
 
18
- import { I as Icon } from "./Icon-DI32kOA1.mjs";
18
+ import { I as Icon } from "./Icon-BOJAk-hM.mjs";
19
19
 
20
20
  import { s as styleInject } from "./style-inject.es-D0BjEaN8.mjs";
21
21
 
@@ -9,7 +9,7 @@ import { useTheme } from "../hooks/useTheme.mjs";
9
9
 
10
10
  import "../theme/colors.mjs";
11
11
 
12
- import { a as accessibleKeyDown } from "./misc-BeEWwOaJ.mjs";
12
+ import { a as accessibleKeyDown } from "./misc-Bjbro8Xe.mjs";
13
13
 
14
14
  import "../hooks/useWindow.mjs";
15
15
 
@@ -23,7 +23,216 @@ styleInject(".Icon-module_icon__szG-X {\n\tcursor: var(--cursor);\n\tuser-select
23
23
  * Static icon registry created once at module load.
24
24
  * Each entry stores only icon line content renderers.
25
25
  */
26
- const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
26
+ const STATIC_ICON_REGISTRY = new Map([ [ "talk", {
27
+ line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxs(Fragment, {
28
+ children: [ jsx("path", {
29
+ 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",
30
+ fill: strokeColor
31
+ }), jsx("path", {
32
+ 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",
33
+ fill: strokeColor,
34
+ fillOpacity: fillColor
35
+ }), jsx("path", {
36
+ 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",
37
+ fill: strokeColor
38
+ }) ]
39
+ })
40
+ } ], [ "speaker", {
41
+ line: ({fillColor: fillColor, strokeColor: strokeColor}) => jsx("path", {
42
+ 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",
43
+ fill: strokeColor,
44
+ fillOpacity: fillColor,
45
+ stroke: strokeColor,
46
+ strokeWidth: 1.5
47
+ })
48
+ } ], [ "speaker muted", {
49
+ line: ({stroke: stroke, strokeColor: strokeColor, fillColor: fillColor}) => jsxs(Fragment, {
50
+ children: [ jsx("polygon", {
51
+ points: "4.82 8.35 9.61 12.51 4.82 12.51 4.82 8.35",
52
+ fill: strokeColor,
53
+ fillOpacity: fillColor
54
+ }), jsx("polygon", {
55
+ points: "8.51 7.58 14.51 12.78 14.5 3 14 2.5 8.51 7.58",
56
+ fill: strokeColor,
57
+ fillOpacity: fillColor
58
+ }), jsx("path", {
59
+ 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",
60
+ fill: strokeColor
61
+ }), jsx("path", {
62
+ 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",
63
+ fill: strokeColor
64
+ }), jsx("line", {
65
+ x1: "3.25",
66
+ y1: "5",
67
+ x2: "16.5",
68
+ y2: "16.5",
69
+ strokeLinecap: "round",
70
+ strokeLinejoin: "round",
71
+ stroke: strokeColor,
72
+ strokeWidth: stroke,
73
+ fill: "none"
74
+ }) ]
75
+ })
76
+ } ], [ "speaker high", {
77
+ line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxs(Fragment, {
78
+ children: [ jsx("path", {
79
+ 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",
80
+ fill: strokeColor,
81
+ fillOpacity: fillColor
82
+ }), jsx("path", {
83
+ 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",
84
+ fill: strokeColor
85
+ }), jsx("rect", {
86
+ x: "14.04",
87
+ y: "8",
88
+ width: "1.5",
89
+ height: "4",
90
+ fill: strokeColor
91
+ }), jsx("rect", {
92
+ x: "16.75",
93
+ y: "6",
94
+ width: "1.5",
95
+ height: "8",
96
+ fill: strokeColor
97
+ }) ]
98
+ })
99
+ } ], [ "speaker low", {
100
+ line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxs(Fragment, {
101
+ children: [ jsx("path", {
102
+ 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",
103
+ fill: strokeColor,
104
+ fillOpacity: fillColor
105
+ }), jsx("path", {
106
+ 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",
107
+ fill: strokeColor
108
+ }), jsx("rect", {
109
+ x: "15.64",
110
+ y: "8",
111
+ width: "1.5",
112
+ height: "4",
113
+ fill: strokeColor
114
+ }) ]
115
+ })
116
+ } ], [ "laptop", {
117
+ line: ({fillColor: fillColor, strokeColor: strokeColor}) => jsxs(Fragment, {
118
+ children: [ jsx("rect", {
119
+ x: "4",
120
+ y: "5",
121
+ width: "12",
122
+ height: "9",
123
+ rx: "1",
124
+ ry: "1",
125
+ fill: strokeColor,
126
+ opacity: fillColor
127
+ }), jsx("path", {
128
+ 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",
129
+ fill: strokeColor
130
+ }) ]
131
+ })
132
+ } ], [ "moon full", {
133
+ line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxs(Fragment, {
134
+ children: [ jsx("circle", {
135
+ cx: "10",
136
+ cy: "10",
137
+ r: "6.5",
138
+ fill: "none",
139
+ stroke: strokeColor,
140
+ strokeWidth: 1.5
141
+ }), jsx("circle", {
142
+ cx: "10",
143
+ cy: "10",
144
+ r: "6.5",
145
+ fill: strokeColor,
146
+ fillOpacity: fillColor
147
+ }) ]
148
+ })
149
+ } ], [ "sun", {
150
+ line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxs(Fragment, {
151
+ children: [ jsx("path", {
152
+ 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",
153
+ fill: strokeColor,
154
+ fillOpacity: fillColor
155
+ }), jsx("path", {
156
+ 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",
157
+ fill: strokeColor
158
+ }), jsx("circle", {
159
+ cx: "10",
160
+ cy: "2",
161
+ r: "1",
162
+ fill: strokeColor
163
+ }), jsx("circle", {
164
+ cx: "15.7",
165
+ cy: "4.3",
166
+ r: "1",
167
+ fill: strokeColor
168
+ }), jsx("circle", {
169
+ cx: "18.06",
170
+ cy: "10",
171
+ r: "1",
172
+ fill: strokeColor
173
+ }), jsx("circle", {
174
+ cx: "1.95",
175
+ cy: "10",
176
+ r: "1",
177
+ fill: strokeColor
178
+ }), jsx("circle", {
179
+ cx: "4.3",
180
+ cy: "15.7",
181
+ r: "1",
182
+ fill: strokeColor
183
+ }), jsx("circle", {
184
+ cx: "10",
185
+ cy: "18.05",
186
+ r: "1",
187
+ fill: strokeColor
188
+ }), jsx("circle", {
189
+ cx: "15.7",
190
+ cy: "15.7",
191
+ r: "1",
192
+ fill: strokeColor
193
+ }), jsx("circle", {
194
+ cx: "4.3",
195
+ cy: "4.3",
196
+ r: "1",
197
+ fill: strokeColor
198
+ }) ]
199
+ })
200
+ } ], [ "keyboard", {
201
+ line: ({strokeColor: strokeColor}) => jsxs(Fragment, {
202
+ children: [ jsx("path", {
203
+ 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",
204
+ fill: strokeColor
205
+ }), jsx("circle", {
206
+ cx: "5.52",
207
+ cy: "8.52",
208
+ r: ".97",
209
+ fill: strokeColor
210
+ }), jsx("circle", {
211
+ cx: "8.53",
212
+ cy: "8.52",
213
+ r: ".97",
214
+ fill: strokeColor
215
+ }), jsx("circle", {
216
+ cx: "11.52",
217
+ cy: "8.52",
218
+ r: ".97",
219
+ fill: strokeColor
220
+ }), jsx("circle", {
221
+ cx: "14.48",
222
+ cy: "8.52",
223
+ r: ".97",
224
+ fill: strokeColor
225
+ }), jsx("circle", {
226
+ cx: "14.48",
227
+ cy: "11.97",
228
+ r: ".97",
229
+ fill: strokeColor
230
+ }), jsx("path", {
231
+ 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",
232
+ fill: strokeColor
233
+ }) ]
234
+ })
235
+ } ], [ "sidebar", {
27
236
  line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxs(Fragment, {
28
237
  children: [ jsx("rect", {
29
238
  x: "10",
@@ -39,6 +248,34 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
39
248
  fill: strokeColor
40
249
  }) ]
41
250
  })
251
+ } ], [ "sidebar split", {
252
+ line: ({fillColor: fillColor, strokeColor: strokeColor}) => jsxs(Fragment, {
253
+ children: [ jsx("rect", {
254
+ x: "10",
255
+ y: "4.5",
256
+ width: "8",
257
+ height: "11",
258
+ rx: "1",
259
+ ry: "1",
260
+ fill: strokeColor,
261
+ fillOpacity: fillColor
262
+ }), jsx("path", {
263
+ 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",
264
+ fill: strokeColor
265
+ }), jsx("rect", {
266
+ x: "9.25",
267
+ y: "4.5",
268
+ width: "1.5",
269
+ height: "11",
270
+ fill: strokeColor
271
+ }), jsx("rect", {
272
+ x: "10",
273
+ y: "9.5",
274
+ width: "8",
275
+ height: "1",
276
+ fill: strokeColor
277
+ }) ]
278
+ })
42
279
  } ], [ "target", {
43
280
  line: ({strokeColor: strokeColor}) => jsxs(Fragment, {
44
281
  children: [ jsx("circle", {
@@ -83,8 +320,12 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
83
320
  }) ]
84
321
  })
85
322
  } ], [ "mic", {
86
- line: ({strokeColor: strokeColor}) => jsxs(Fragment, {
323
+ line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxs(Fragment, {
87
324
  children: [ jsx("path", {
325
+ 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",
326
+ fill: strokeColor,
327
+ fillOpacity: fillColor
328
+ }), jsx("path", {
88
329
  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",
89
330
  fill: strokeColor
90
331
  }), jsx("path", {
@@ -839,10 +1080,12 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
839
1080
  }) ]
840
1081
  })
841
1082
  } ], [ "share", {
842
- line: ({stroke: stroke, strokeColor: strokeColor}) => jsx("path", {
1083
+ line: ({stroke: stroke, strokeColor: strokeColor, fillColor: fillColor}) => jsx("path", {
843
1084
  d: "M11 7c-5.063 0-8 4.03-8 9 1.222-1.2 3-3 8-3v3l6-6-6-6v3Z",
844
1085
  stroke: strokeColor,
845
- strokeWidth: stroke
1086
+ strokeWidth: stroke,
1087
+ fill: strokeColor,
1088
+ fillOpacity: fillColor
846
1089
  })
847
1090
  } ], [ "search", {
848
1091
  line: ({strokeColor: strokeColor}) => jsxs(Fragment, {
@@ -1078,11 +1321,23 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
1078
1321
  fill: strokeColor
1079
1322
  })
1080
1323
  } ], [ "sparkle", {
1081
- line: ({strokeColor: strokeColor}) => jsx("path", {
1082
- fillRule: "evenodd",
1083
- clipRule: "evenodd",
1084
- 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",
1085
- fill: strokeColor
1324
+ line: ({strokeColor: strokeColor, fillColor: fillColor}) => jsxs(Fragment, {
1325
+ children: [ jsx("path", {
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.88Z",
1327
+ fill: strokeColor,
1328
+ fillOpacity: fillColor
1329
+ }), jsx("path", {
1330
+ fillRule: "evenodd",
1331
+ clipRule: "evenodd",
1332
+ 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",
1333
+ fill: strokeColor
1334
+ }), jsx("path", {
1335
+ d: "M17 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
1336
+ fill: strokeColor
1337
+ }), jsx("path", {
1338
+ d: "M5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
1339
+ fill: strokeColor
1340
+ }) ]
1086
1341
  })
1087
1342
  } ], [ "inbox", {
1088
1343
  line: ({strokeColor: strokeColor}) => jsx("path", {
@@ -1103,7 +1358,7 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
1103
1358
  })
1104
1359
  } ] ]), Icon = React.memo(props => {
1105
1360
  var _a;
1106
- const theme = useTheme(), {name: name = "home", size: size = 20, stroke: stroke = 1.5, strokeColor: strokeColor = theme.current.colors["core-icon-primary"], fillColor: fillColor = .2, coverUp: coverUp = theme.current.colors["core-surface-primary"], toggle: toggle = !1, pointer: pointer = !1, disabled: disabled = !1, onClick: onClick} = props, svgAttributes = __rest(props, [ "name", "size", "stroke", "strokeColor", "fillColor", "coverUp", "toggle", "pointer", "disabled", "onClick" ]), {id: svgId, className: className, style: style} = svgAttributes, rest = __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 = useMemo(() => disabled ? "default" : pointer ? "pointer" : "inherit", [ disabled, pointer ]), iconStyle = useMemo(() => ({
1361
+ const theme = 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 = __rest(props, [ "name", "size", "stroke", "strokeColor", "fillColor", "fill", "coverUp", "toggle", "pointer", "disabled", "onClick" ]), {id: svgId, className: className, style: style} = svgAttributes, rest = __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 = useMemo(() => disabled ? "default" : pointer ? "pointer" : "inherit", [ disabled, pointer ]), setFillColor = useMemo(() => fill ? fillColor || (theme.current.name.includes("dark") ? .2 : .125) : 0, [ fillColor, fill, theme.current.name ]), iconStyle = useMemo(() => ({
1107
1362
  "--cursor": cursor,
1108
1363
  "--pointer-events": onClick ? "auto" : "none"
1109
1364
  }), [ cursor, onClick ]), handleKeyActivate = useMemo(() => () => null == onClick ? void 0 : onClick(void 0), [ onClick ]);
@@ -1126,7 +1381,7 @@ const STATIC_ICON_REGISTRY = new Map([ [ "sidebar", {
1126
1381
  children: [ jsx("title", {}), shape({
1127
1382
  stroke: stroke,
1128
1383
  strokeColor: strokeColor,
1129
- fillColor: fillColor,
1384
+ fillColor: setFillColor,
1130
1385
  coverUp: coverUp
1131
1386
  }) ]
1132
1387
  })) : null;