@knocklabs/react 0.2.8 → 0.2.9

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 (173) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/index.css +1 -1
  3. package/dist/cjs/modules/core/components/Button/Button.js +1 -1
  4. package/dist/cjs/modules/core/components/Button/Button.js.map +1 -1
  5. package/dist/cjs/modules/core/components/Button/ButtonGroup.js +1 -1
  6. package/dist/cjs/modules/core/components/Button/ButtonGroup.js.map +1 -1
  7. package/dist/cjs/modules/core/components/Button/ButtonSpinner.js +1 -1
  8. package/dist/cjs/modules/core/components/Button/ButtonSpinner.js.map +1 -1
  9. package/dist/cjs/modules/core/components/Button/styles.css.js.map +1 -0
  10. package/dist/cjs/modules/core/components/Icons/Bell.js +1 -1
  11. package/dist/cjs/modules/core/components/Icons/Bell.js.map +1 -1
  12. package/dist/cjs/modules/core/components/Icons/CheckmarkCircle.js +1 -1
  13. package/dist/cjs/modules/core/components/Icons/CheckmarkCircle.js.map +1 -1
  14. package/dist/cjs/modules/core/components/Icons/ChevronDown.js +1 -1
  15. package/dist/cjs/modules/core/components/Icons/ChevronDown.js.map +1 -1
  16. package/dist/cjs/modules/core/components/Icons/CloseCircle.js +1 -1
  17. package/dist/cjs/modules/core/components/Icons/CloseCircle.js.map +1 -1
  18. package/dist/cjs/modules/core/components/Spinner/Spinner.js +2 -2
  19. package/dist/cjs/modules/core/components/Spinner/Spinner.js.map +1 -1
  20. package/dist/cjs/modules/core/hooks/useComponentVisible.js.map +1 -1
  21. package/dist/cjs/modules/core/hooks/useOnBottomScroll.js.map +1 -1
  22. package/dist/cjs/modules/core/hooks/useOutsideClick.js.map +1 -1
  23. package/dist/cjs/modules/feed/components/EmptyFeed/EmptyFeed.js +1 -1
  24. package/dist/cjs/modules/feed/components/EmptyFeed/EmptyFeed.js.map +1 -1
  25. package/dist/cjs/modules/feed/components/EmptyFeed/styles.css.js.map +1 -0
  26. package/dist/cjs/modules/feed/components/NotificationCell/ArchiveButton.js +1 -1
  27. package/dist/cjs/modules/feed/components/NotificationCell/ArchiveButton.js.map +1 -1
  28. package/dist/cjs/modules/feed/components/NotificationCell/Avatar.js +1 -1
  29. package/dist/cjs/modules/feed/components/NotificationCell/Avatar.js.map +1 -1
  30. package/dist/cjs/modules/feed/components/NotificationCell/NotificationCell.js +1 -1
  31. package/dist/cjs/modules/feed/components/NotificationCell/NotificationCell.js.map +1 -1
  32. package/dist/cjs/modules/feed/components/NotificationCell/styles.css.js.map +1 -0
  33. package/dist/cjs/modules/feed/components/NotificationFeed/Dropdown.js +1 -1
  34. package/dist/cjs/modules/feed/components/NotificationFeed/Dropdown.js.map +1 -1
  35. package/dist/cjs/modules/feed/components/NotificationFeed/MarkAsRead.js +1 -1
  36. package/dist/cjs/modules/feed/components/NotificationFeed/MarkAsRead.js.map +1 -1
  37. package/dist/cjs/modules/feed/components/NotificationFeed/NotificationFeed.js +1 -1
  38. package/dist/cjs/modules/feed/components/NotificationFeed/NotificationFeed.js.map +1 -1
  39. package/dist/cjs/modules/feed/components/NotificationFeed/NotificationFeedHeader.js +1 -1
  40. package/dist/cjs/modules/feed/components/NotificationFeed/NotificationFeedHeader.js.map +1 -1
  41. package/dist/cjs/modules/feed/components/NotificationFeed/styles.css.js.map +1 -0
  42. package/dist/cjs/modules/feed/components/NotificationFeedContainer/NotificationFeedContainer.js +1 -1
  43. package/dist/cjs/modules/feed/components/NotificationFeedContainer/NotificationFeedContainer.js.map +1 -1
  44. package/dist/cjs/modules/feed/components/NotificationFeedContainer/styles.css.js.map +1 -0
  45. package/dist/cjs/modules/feed/components/NotificationFeedPopover/NotificationFeedPopover.js +1 -1
  46. package/dist/cjs/modules/feed/components/NotificationFeedPopover/NotificationFeedPopover.js.map +1 -1
  47. package/dist/cjs/modules/feed/components/NotificationFeedPopover/styles.css.js.map +1 -0
  48. package/dist/cjs/modules/feed/components/NotificationIconButton/NotificationIconButton.js +1 -1
  49. package/dist/cjs/modules/feed/components/NotificationIconButton/NotificationIconButton.js.map +1 -1
  50. package/dist/cjs/modules/feed/components/NotificationIconButton/styles.css.js.map +1 -0
  51. package/dist/cjs/modules/feed/components/UnseenBadge/UnseenBadge.js +1 -1
  52. package/dist/cjs/modules/feed/components/UnseenBadge/UnseenBadge.js.map +1 -1
  53. package/dist/cjs/modules/feed/components/UnseenBadge/styles.css.js.map +1 -0
  54. package/dist/cjs/modules/slack/components/SlackAddChannelInput/SlackAddChannelInput.js +1 -1
  55. package/dist/cjs/modules/slack/components/SlackAddChannelInput/SlackAddChannelInput.js.map +1 -1
  56. package/dist/cjs/modules/slack/components/SlackAddChannelInput/styles.css.js.map +1 -0
  57. package/dist/cjs/modules/slack/components/SlackAuthButton/SlackAuthButton.js +1 -1
  58. package/dist/cjs/modules/slack/components/SlackAuthButton/SlackAuthButton.js.map +1 -1
  59. package/dist/cjs/modules/slack/components/SlackAuthButton/styles.css.js.map +1 -0
  60. package/dist/cjs/modules/slack/components/SlackAuthContainer/SlackAuthContainer.js +1 -1
  61. package/dist/cjs/modules/slack/components/SlackAuthContainer/SlackAuthContainer.js.map +1 -1
  62. package/dist/cjs/modules/slack/components/SlackAuthContainer/styles.css.js.map +1 -0
  63. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackChannelCombobox.js +1 -1
  64. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackChannelCombobox.js.map +1 -1
  65. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackChannelListBox.js +1 -1
  66. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackChannelListBox.js.map +1 -1
  67. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackChannelOption.js +1 -1
  68. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackChannelOption.js.map +1 -1
  69. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTag.js +1 -1
  70. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTag.js.map +1 -1
  71. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTagList.js +1 -1
  72. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTagList.js.map +1 -1
  73. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackConnectionError.js +1 -1
  74. package/dist/cjs/modules/slack/components/SlackChannelCombobox/SlackConnectionError.js.map +1 -1
  75. package/dist/cjs/modules/slack/components/SlackChannelCombobox/helpers.js.map +1 -1
  76. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/CheckmarkIcon.js +1 -1
  77. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/CheckmarkIcon.js.map +1 -1
  78. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/CloseIcon.js +1 -1
  79. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/CloseIcon.js.map +1 -1
  80. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/HashtagIcon.js +1 -1
  81. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/HashtagIcon.js.map +1 -1
  82. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/InfoIcon.js +1 -1
  83. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/InfoIcon.js.map +1 -1
  84. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/LockIcon.js +1 -1
  85. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/LockIcon.js.map +1 -1
  86. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/SearchIcon.js +1 -1
  87. package/dist/cjs/modules/slack/components/SlackChannelCombobox/icons/SearchIcon.js.map +1 -1
  88. package/dist/cjs/modules/slack/components/SlackChannelCombobox/styles.css.js.map +1 -0
  89. package/dist/cjs/modules/slack/components/SlackIcon/SlackIcon.js +1 -1
  90. package/dist/cjs/modules/slack/components/SlackIcon/SlackIcon.js.map +1 -1
  91. package/dist/cjs/modules/slack/theme.css.js.map +1 -0
  92. package/dist/cjs/theme.css.js +2 -0
  93. package/dist/cjs/theme.css.js.map +1 -0
  94. package/dist/esm/modules/core/components/Button/Button.mjs +14 -30
  95. package/dist/esm/modules/core/components/Button/Button.mjs.map +1 -1
  96. package/dist/esm/modules/core/components/Button/ButtonGroup.mjs +5 -3
  97. package/dist/esm/modules/core/components/Button/ButtonGroup.mjs.map +1 -1
  98. package/dist/esm/modules/core/components/Button/ButtonSpinner.mjs +6 -10
  99. package/dist/esm/modules/core/components/Button/ButtonSpinner.mjs.map +1 -1
  100. package/dist/esm/modules/core/components/Icons/Bell.mjs +7 -25
  101. package/dist/esm/modules/core/components/Icons/Bell.mjs.map +1 -1
  102. package/dist/esm/modules/core/components/Icons/CheckmarkCircle.mjs +3 -33
  103. package/dist/esm/modules/core/components/Icons/CheckmarkCircle.mjs.map +1 -1
  104. package/dist/esm/modules/core/components/Icons/ChevronDown.mjs +3 -22
  105. package/dist/esm/modules/core/components/Icons/ChevronDown.mjs.map +1 -1
  106. package/dist/esm/modules/core/components/Icons/CloseCircle.mjs +3 -19
  107. package/dist/esm/modules/core/components/Icons/CloseCircle.mjs.map +1 -1
  108. package/dist/esm/modules/core/components/Spinner/Spinner.mjs +13 -47
  109. package/dist/esm/modules/core/components/Spinner/Spinner.mjs.map +1 -1
  110. package/dist/esm/modules/core/hooks/useComponentVisible.mjs +3 -1
  111. package/dist/esm/modules/core/hooks/useComponentVisible.mjs.map +1 -1
  112. package/dist/esm/modules/core/hooks/useOnBottomScroll.mjs +1 -3
  113. package/dist/esm/modules/core/hooks/useOnBottomScroll.mjs.map +1 -1
  114. package/dist/esm/modules/core/hooks/useOutsideClick.mjs.map +1 -1
  115. package/dist/esm/modules/feed/components/EmptyFeed/EmptyFeed.mjs +10 -9
  116. package/dist/esm/modules/feed/components/EmptyFeed/EmptyFeed.mjs.map +1 -1
  117. package/dist/esm/modules/feed/components/NotificationCell/ArchiveButton.mjs +26 -36
  118. package/dist/esm/modules/feed/components/NotificationCell/ArchiveButton.mjs.map +1 -1
  119. package/dist/esm/modules/feed/components/NotificationCell/Avatar.mjs +10 -7
  120. package/dist/esm/modules/feed/components/NotificationCell/Avatar.mjs.map +1 -1
  121. package/dist/esm/modules/feed/components/NotificationCell/NotificationCell.mjs +39 -68
  122. package/dist/esm/modules/feed/components/NotificationCell/NotificationCell.mjs.map +1 -1
  123. package/dist/esm/modules/feed/components/NotificationFeed/Dropdown.mjs +12 -13
  124. package/dist/esm/modules/feed/components/NotificationFeed/Dropdown.mjs.map +1 -1
  125. package/dist/esm/modules/feed/components/NotificationFeed/MarkAsRead.mjs +17 -27
  126. package/dist/esm/modules/feed/components/NotificationFeed/MarkAsRead.mjs.map +1 -1
  127. package/dist/esm/modules/feed/components/NotificationFeed/NotificationFeed.mjs +48 -57
  128. package/dist/esm/modules/feed/components/NotificationFeed/NotificationFeed.mjs.map +1 -1
  129. package/dist/esm/modules/feed/components/NotificationFeed/NotificationFeedHeader.mjs +12 -27
  130. package/dist/esm/modules/feed/components/NotificationFeed/NotificationFeedHeader.mjs.map +1 -1
  131. package/dist/esm/modules/feed/components/NotificationFeedContainer/NotificationFeedContainer.mjs +5 -5
  132. package/dist/esm/modules/feed/components/NotificationFeedContainer/NotificationFeedContainer.mjs.map +1 -1
  133. package/dist/esm/modules/feed/components/NotificationFeedPopover/NotificationFeedPopover.mjs +45 -48
  134. package/dist/esm/modules/feed/components/NotificationFeedPopover/NotificationFeedPopover.mjs.map +1 -1
  135. package/dist/esm/modules/feed/components/NotificationIconButton/NotificationIconButton.mjs +13 -22
  136. package/dist/esm/modules/feed/components/NotificationIconButton/NotificationIconButton.mjs.map +1 -1
  137. package/dist/esm/modules/feed/components/UnseenBadge/UnseenBadge.mjs +9 -9
  138. package/dist/esm/modules/feed/components/UnseenBadge/UnseenBadge.mjs.map +1 -1
  139. package/dist/esm/modules/slack/components/SlackAddChannelInput/SlackAddChannelInput.mjs +21 -38
  140. package/dist/esm/modules/slack/components/SlackAddChannelInput/SlackAddChannelInput.mjs.map +1 -1
  141. package/dist/esm/modules/slack/components/SlackAuthButton/SlackAuthButton.mjs +26 -62
  142. package/dist/esm/modules/slack/components/SlackAuthButton/SlackAuthButton.mjs.map +1 -1
  143. package/dist/esm/modules/slack/components/SlackAuthContainer/SlackAuthContainer.mjs +9 -14
  144. package/dist/esm/modules/slack/components/SlackAuthContainer/SlackAuthContainer.mjs.map +1 -1
  145. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackChannelCombobox.mjs +75 -163
  146. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackChannelCombobox.mjs.map +1 -1
  147. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackChannelListBox.mjs +11 -25
  148. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackChannelListBox.mjs.map +1 -1
  149. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackChannelOption.mjs +17 -35
  150. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackChannelOption.mjs.map +1 -1
  151. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTag.mjs +8 -19
  152. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTag.mjs.map +1 -1
  153. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTagList.mjs +8 -10
  154. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTagList.mjs.map +1 -1
  155. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackConnectionError.mjs +11 -10
  156. package/dist/esm/modules/slack/components/SlackChannelCombobox/SlackConnectionError.mjs.map +1 -1
  157. package/dist/esm/modules/slack/components/SlackChannelCombobox/helpers.mjs.map +1 -1
  158. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/CheckmarkIcon.mjs +7 -28
  159. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/CheckmarkIcon.mjs.map +1 -1
  160. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/CloseIcon.mjs +3 -21
  161. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/CloseIcon.mjs.map +1 -1
  162. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/HashtagIcon.mjs +3 -21
  163. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/HashtagIcon.mjs.map +1 -1
  164. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/InfoIcon.mjs +2 -46
  165. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/InfoIcon.mjs.map +1 -1
  166. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/LockIcon.mjs +3 -30
  167. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/LockIcon.mjs.map +1 -1
  168. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/SearchIcon.mjs +3 -18
  169. package/dist/esm/modules/slack/components/SlackChannelCombobox/icons/SearchIcon.mjs.map +1 -1
  170. package/dist/esm/modules/slack/components/SlackIcon/SlackIcon.mjs +9 -43
  171. package/dist/esm/modules/slack/components/SlackIcon/SlackIcon.mjs.map +1 -1
  172. package/dist/index.css +1 -1
  173. package/package.json +3 -2
@@ -1 +1 @@
1
- {"version":3,"file":"SlackChannelOption.js","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/SlackChannelOption.tsx"],"sourcesContent":["import { SlackChannel } from \"@knocklabs/client\";\nimport { useEffect, useState } from \"react\";\n\nimport { Spinner } from \"../../../core\";\nimport \"../../theme.css\";\n\nimport CheckmarkIcon from \"./icons/CheckmarkIcon\";\nimport HashtagIcon from \"./icons/HashtagIcon\";\nimport LockIcon from \"./icons/LockIcon\";\nimport \"./styles.css\";\n\ntype Props = {\n channel: SlackChannel;\n isLoading: boolean;\n isConnected: boolean;\n onClick: (id: string) => void;\n tabIndex: number;\n channelOptionProps?: React.HtmlHTMLAttributes<HTMLButtonElement>;\n isUpdating: boolean;\n};\n\nconst SlackChannelOption = ({\n channel,\n isLoading,\n isConnected,\n onClick,\n tabIndex,\n channelOptionProps,\n isUpdating,\n}: Props) => {\n const [isHovered, setIsHovered] = useState(false);\n const [submittedId, setSubmittedId] = useState<string | null>(null);\n\n const icon = () => {\n if (submittedId === channel.id && (isUpdating || isLoading)) {\n return <Spinner thickness={3} />;\n }\n\n if (isHovered || isConnected) {\n return <CheckmarkIcon isConnected={isConnected} />;\n }\n\n return <div className=\"rsk-combobox__option__text-container__empty-icon\" />;\n };\n\n const handleOptionClick = (channelId: string) => {\n setSubmittedId(channelId);\n onClick(channelId);\n };\n\n useEffect(() => {\n if (submittedId && !isUpdating) {\n return setSubmittedId(null);\n }\n }, [isLoading, isUpdating, submittedId]);\n\n return (\n <button\n key={channel.id}\n className=\"rsk-combobox__option__button\"\n onClick={() => !isLoading && handleOptionClick(channel.id)}\n disabled={isLoading || isUpdating}\n onMouseEnter={() => setIsHovered(true)}\n onMouseLeave={() => setIsHovered(false)}\n tabIndex={tabIndex}\n {...channelOptionProps}\n >\n <div className=\"rsk-combobox__option__text-container\">\n <div className=\"rsk-combobox__option__text-container__connection-icon\">\n {icon()}\n </div>\n <div className=\"rsk-combobox__option__text-container__channel-icon\">\n {channel.is_private ? <LockIcon /> : <HashtagIcon />}\n </div>\n <div className=\"rsk-combobox__option__text-container__text\">{channel.name}</div>\n </div>\n </button>\n );\n};\n\nexport default SlackChannelOption;\n"],"names":["SlackChannelOption","channel","isLoading","isConnected","onClick","tabIndex","channelOptionProps","isUpdating","isHovered","setIsHovered","useState","submittedId","setSubmittedId","icon","jsx","Spinner","CheckmarkIcon","handleOptionClick","channelId","useEffect","jsxs","LockIcon","HashtagIcon"],"mappings":"maAqBA,MAAMA,EAAqB,CAAC,CAC1B,QAAAC,EACA,UAAAC,EACA,YAAAC,EACA,QAAAC,EACA,SAAAC,EACA,mBAAAC,EACA,WAAAC,CACF,IAAa,CACX,KAAM,CAACC,EAAWC,CAAY,EAAIC,WAAS,EAAK,EAC1C,CAACC,EAAaC,CAAc,EAAIF,WAAwB,IAAI,EAE5DG,EAAO,IACPF,IAAgBV,EAAQ,KAAOM,GAAcL,GACxCY,EAAA,IAACC,EAAQ,QAAA,CAAA,UAAW,CAAG,CAAA,EAG5BP,GAAaL,EACRW,MAACE,GAAc,YAAAb,CAA0B,CAAA,EAG3CW,EAAA,IAAC,MAAI,CAAA,UAAU,kDAAmD,CAAA,EAGrEG,EAAqBC,GAAsB,CAC/CN,EAAeM,CAAS,EACxBd,EAAQc,CAAS,CAAA,EAGnBC,OAAAA,EAAAA,UAAU,IAAM,CACV,GAAAR,GAAe,CAACJ,EAClB,OAAOK,EAAe,IAAI,CAE3B,EAAA,CAACV,EAAWK,EAAYI,CAAW,CAAC,EAGrCG,EAAA,IAAC,SAAA,CAEC,UAAU,+BACV,QAAS,IAAM,CAACZ,GAAae,EAAkBhB,EAAQ,EAAE,EACzD,SAAUC,GAAaK,EACvB,aAAc,IAAME,EAAa,EAAI,EACrC,aAAc,IAAMA,EAAa,EAAK,EACtC,SAAAJ,EACC,GAAGC,EAEJ,SAAAc,EAAA,KAAC,MAAI,CAAA,UAAU,uCACb,SAAA,CAAAN,EAAA,IAAC,MAAI,CAAA,UAAU,wDACZ,SAAAD,EAAA,EACH,EACAC,EAAA,IAAC,MAAI,CAAA,UAAU,qDACZ,SAAAb,EAAQ,WAAaa,EAAAA,IAACO,EAAS,CAAA,CAAA,EAAMP,EAAA,IAAAQ,EAAA,CAAY,CAAA,EACpD,EACCR,EAAA,IAAA,MAAA,CAAI,UAAU,6CAA8C,WAAQ,KAAK,CAAA,EAC5E,CAAA,EAjBKb,EAAQ,EAAA,CAoBnB"}
1
+ {"version":3,"file":"SlackChannelOption.js","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/SlackChannelOption.tsx"],"sourcesContent":["import { SlackChannel } from \"@knocklabs/client\";\nimport { useEffect, useState } from \"react\";\n\nimport { Spinner } from \"../../../core\";\nimport \"../../theme.css\";\n\nimport CheckmarkIcon from \"./icons/CheckmarkIcon\";\nimport HashtagIcon from \"./icons/HashtagIcon\";\nimport LockIcon from \"./icons/LockIcon\";\nimport \"./styles.css\";\n\ntype Props = {\n channel: SlackChannel;\n isLoading: boolean;\n isConnected: boolean;\n onClick: (id: string) => void;\n tabIndex: number;\n channelOptionProps?: React.HtmlHTMLAttributes<HTMLButtonElement>;\n isUpdating: boolean;\n};\n\nconst SlackChannelOption = ({\n channel,\n isLoading,\n isConnected,\n onClick,\n tabIndex,\n channelOptionProps,\n isUpdating,\n}: Props) => {\n const [isHovered, setIsHovered] = useState(false);\n const [submittedId, setSubmittedId] = useState<string | null>(null);\n\n const icon = () => {\n if (submittedId === channel.id && (isUpdating || isLoading)) {\n return <Spinner thickness={3} />;\n }\n\n if (isHovered || isConnected) {\n return <CheckmarkIcon isConnected={isConnected} />;\n }\n\n return <div className=\"rsk-combobox__option__text-container__empty-icon\" />;\n };\n\n const handleOptionClick = (channelId: string) => {\n setSubmittedId(channelId);\n onClick(channelId);\n };\n\n useEffect(() => {\n if (submittedId && !isUpdating) {\n return setSubmittedId(null);\n }\n }, [isLoading, isUpdating, submittedId]);\n\n return (\n <button\n key={channel.id}\n className=\"rsk-combobox__option__button\"\n onClick={() => !isLoading && handleOptionClick(channel.id)}\n disabled={isLoading || isUpdating}\n onMouseEnter={() => setIsHovered(true)}\n onMouseLeave={() => setIsHovered(false)}\n tabIndex={tabIndex}\n {...channelOptionProps}\n >\n <div className=\"rsk-combobox__option__text-container\">\n <div className=\"rsk-combobox__option__text-container__connection-icon\">\n {icon()}\n </div>\n <div className=\"rsk-combobox__option__text-container__channel-icon\">\n {channel.is_private ? <LockIcon /> : <HashtagIcon />}\n </div>\n <div className=\"rsk-combobox__option__text-container__text\">{channel.name}</div>\n </div>\n </button>\n );\n};\n\nexport default SlackChannelOption;\n"],"names":["SlackChannelOption","channel","isLoading","isConnected","onClick","tabIndex","channelOptionProps","isUpdating","isHovered","setIsHovered","useState","submittedId","setSubmittedId","icon","id","React","Spinner","CheckmarkIcon","handleOptionClick","channelId","useEffect","is_private","LockIcon","HashtagIcon","name"],"mappings":"ycAqBMA,EAAqBA,CAAC,CAC1BC,QAAAA,EACAC,UAAAA,EACAC,YAAAA,EACAC,QAAAA,EACAC,SAAAA,EACAC,mBAAAA,EACAC,WAAAA,CACK,IAAM,CACX,KAAM,CAACC,EAAWC,CAAY,EAAIC,WAAS,EAAK,EAC1C,CAACC,EAAaC,CAAc,EAAIF,WAAwB,IAAI,EAE5DG,EAAOA,IACPF,IAAgBV,EAAQa,KAAOP,GAAcL,GACxCa,EAAAA,QAAA,cAACC,EAAAA,QAAQ,CAAA,UAAW,CAAK,CAAA,EAG9BR,GAAaL,EACRY,EAAA,QAAA,cAACE,GAAc,YAAAd,CAA4B,CAAA,EAG7CY,EAAAA,QAAA,cAAC,MAAI,CAAA,UAAU,kDAAqD,CAAA,EAGvEG,EAAqBC,GAAsB,CAC/CP,EAAeO,CAAS,EACxBf,EAAQe,CAAS,CAAA,EAGnBC,OAAAA,EAAAA,UAAU,IAAM,CACVT,GAAAA,GAAe,CAACJ,EAClB,OAAOK,EAAe,IAAI,CAE3B,EAAA,CAACV,EAAWK,EAAYI,CAAW,CAAC,EAGpCI,EAAAA,QAAA,cAAA,SAAA,CACC,IAAKd,EAAQa,GACb,UAAU,+BACV,QAAS,IAAM,CAACZ,GAAagB,EAAkBjB,EAAQa,EAAE,EACzD,SAAUZ,GAAaK,EACvB,aAAc,IAAME,EAAa,EAAI,EACrC,aAAc,IAAMA,EAAa,EAAK,EACtC,SAAAJ,EACA,GAAIC,CAAAA,EAEHS,EAAA,QAAA,cAAA,MAAA,CAAI,UAAU,sCAAA,EACZA,EAAAA,QAAA,cAAA,MAAA,CAAI,UAAU,uDAAA,EACZF,EAAK,CACR,EACAE,EAAAA,QAAA,cAAC,MAAI,CAAA,UAAU,oDACZd,EAAAA,EAAQoB,WAAaN,UAAA,cAACO,EAAW,IAAA,EAAIP,UAAA,cAAAQ,EAAA,IAAc,CACtD,EACCR,EAAA,QAAA,cAAA,MAAA,CAAI,UAAU,4CAAA,EAA8Cd,EAAQuB,IAAK,CAC5E,CACF,CAEJ"}
@@ -1,2 +1,2 @@
1
- "use strict";const e=require("react/jsx-runtime"),o=require("./icons/CloseIcon.js"),s=require("./icons/HashtagIcon.js"),t=require("./icons/LockIcon.js");const _=({channel:c,updateConnectedChannels:n})=>e.jsxs("div",{className:"rsk-combobox__connected_channel_tag",children:[e.jsx("div",{className:"rsk-combobox__connected_channel_tag__channel_type_icon",children:c.is_private?e.jsx(t,{}):e.jsx(s,{})}),e.jsx("div",{className:"rsk-combobox__connected_channel_tag__text",children:c.name}),e.jsx("button",{onClick:()=>n(c.id),className:"rsk-combobox__connected_channel_tag__delete_button",children:e.jsx(o,{})})]});module.exports=_;
1
+ "use strict";const c=require("react"),a=require("./icons/CloseIcon.js"),o=require("./icons/HashtagIcon.js"),l=require("./icons/LockIcon.js");const _=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},t=_(c),r=({channel:e,updateConnectedChannels:n})=>t.default.createElement("div",{className:"rsk-combobox__connected_channel_tag"},t.default.createElement("div",{className:"rsk-combobox__connected_channel_tag__channel_type_icon"},e.is_private?t.default.createElement(l,null):t.default.createElement(o,null)),t.default.createElement("div",{className:"rsk-combobox__connected_channel_tag__text"},e.name),t.default.createElement("button",{onClick:()=>n(e.id),className:"rsk-combobox__connected_channel_tag__delete_button"},t.default.createElement(a,null)));module.exports=r;
2
2
  //# sourceMappingURL=SlackConnectedChannelTag.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SlackConnectedChannelTag.js","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTag.tsx"],"sourcesContent":["import { SlackChannel } from \"@knocklabs/client\";\n\nimport CloseIcon from \"./icons/CloseIcon\";\nimport HashtagIcon from \"./icons/HashtagIcon\";\nimport LockIcon from \"./icons/LockIcon\";\nimport \"./styles.css\";\n\ntype Props = {\n\tchannel: SlackChannel;\n\tupdateConnectedChannels: (channelId: string) => void;\n}\n\nconst SlackConnectedChannelTag = ({\n\tchannel,\n\tupdateConnectedChannels,\n}: Props) => {\n\treturn (\n\t\t<div className=\"rsk-combobox__connected_channel_tag\">\n\t\t\t<div className=\"rsk-combobox__connected_channel_tag__channel_type_icon\">\n\t\t\t\t{channel.is_private ? <LockIcon /> : <HashtagIcon />}\n\t\t\t</div>\n\t\t\t<div className=\"rsk-combobox__connected_channel_tag__text\">\n\t\t\t\t{channel.name}\n\t\t\t</div>\n\t\t\t<button\n\t\t\t\tonClick={() => updateConnectedChannels(channel.id)}\n\t\t\t\tclassName=\"rsk-combobox__connected_channel_tag__delete_button\"\n\t\t\t>\n\t\t\t\t<CloseIcon />\n\t\t\t</button>\n\t\t</div>\n\t);\n};\n\nexport default SlackConnectedChannelTag;\n"],"names":["SlackConnectedChannelTag","channel","updateConnectedChannels","jsxs","jsx","LockIcon","HashtagIcon","CloseIcon"],"mappings":"oLAYA,MAAMA,EAA2B,CAAC,CACjC,QAAAC,EACA,wBAAAC,CACD,IAEEC,EAAA,KAAC,MAAI,CAAA,UAAU,sCACd,SAAA,CAACC,EAAA,IAAA,MAAA,CAAI,UAAU,yDACb,SAAQH,EAAA,iBAAcI,EAAS,CAAA,CAAA,EAAMD,EAAA,IAAAE,EAAA,CAAY,CAAA,EACnD,EACCF,EAAA,IAAA,MAAA,CAAI,UAAU,4CACb,WAAQ,KACV,EACAA,EAAA,IAAC,SAAA,CACA,QAAS,IAAMF,EAAwBD,EAAQ,EAAE,EACjD,UAAU,qDAEV,eAACM,EAAU,EAAA,CAAA,CACZ,CACD,CAAA,CAAA"}
1
+ {"version":3,"file":"SlackConnectedChannelTag.js","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTag.tsx"],"sourcesContent":["import { SlackChannel } from \"@knocklabs/client\";\n\nimport CloseIcon from \"./icons/CloseIcon\";\nimport HashtagIcon from \"./icons/HashtagIcon\";\nimport LockIcon from \"./icons/LockIcon\";\nimport \"./styles.css\";\n\ntype Props = {\n\tchannel: SlackChannel;\n\tupdateConnectedChannels: (channelId: string) => void;\n}\n\nconst SlackConnectedChannelTag = ({\n\tchannel,\n\tupdateConnectedChannels,\n}: Props) => {\n\treturn (\n\t\t<div className=\"rsk-combobox__connected_channel_tag\">\n\t\t\t<div className=\"rsk-combobox__connected_channel_tag__channel_type_icon\">\n\t\t\t\t{channel.is_private ? <LockIcon /> : <HashtagIcon />}\n\t\t\t</div>\n\t\t\t<div className=\"rsk-combobox__connected_channel_tag__text\">\n\t\t\t\t{channel.name}\n\t\t\t</div>\n\t\t\t<button\n\t\t\t\tonClick={() => updateConnectedChannels(channel.id)}\n\t\t\t\tclassName=\"rsk-combobox__connected_channel_tag__delete_button\"\n\t\t\t>\n\t\t\t\t<CloseIcon />\n\t\t\t</button>\n\t\t</div>\n\t);\n};\n\nexport default SlackConnectedChannelTag;\n"],"names":["SlackConnectedChannelTag","channel","updateConnectedChannels","React","is_private","LockIcon","HashtagIcon","name","id","CloseIcon"],"mappings":"6OAYMA,EAA2BA,CAAC,CACjCC,QAAAA,EACAC,wBAAAA,CACM,4BAEJ,MAAI,CAAA,UAAU,qCACd,EAAAC,UAAA,cAAC,OAAI,UAAU,0DACbF,EAAQG,mCAAcC,EAAW,IAAA,EAAIF,UAAA,cAAAG,EAAA,IAAc,CACrD,EACAH,UAAA,cAAC,MAAI,CAAA,UAAU,6CACbF,EAAQM,IACV,EACAJ,EAAAA,QAAA,cAAC,UACA,QAAS,IAAMD,EAAwBD,EAAQO,EAAE,EACjD,UAAU,sDAETL,EAAA,QAAA,cAAAM,EAAA,IAAS,CACX,CACD"}
@@ -1,2 +1,2 @@
1
- "use strict";const e=require("react/jsx-runtime"),c=require("./SlackConnectedChannelTag.js");const _=({connectedChannels:t,slackChannels:i,updateConnectedChannels:o})=>{const s=new Map(t==null?void 0:t.map(r=>[r.channel_id,r])),u=(i==null?void 0:i.filter(r=>s.has(r.id||"")))||[];return e.jsx("div",{className:"rsk-combobox__connected_channel_tag_list",children:u.map(r=>e.jsx(c,{channel:r,updateConnectedChannels:o},r.id))})};module.exports=_;
1
+ "use strict";const u=require("react"),d=require("./SlackConnectedChannelTag.js");const _=t=>t&&typeof t=="object"&&"default"in t?t:{default:t},a=_(u),f=({connectedChannels:t,slackChannels:r,updateConnectedChannels:o})=>{const i=new Map(t==null?void 0:t.map(e=>[e.channel_id,e])),c=(r==null?void 0:r.filter(e=>i.has(e.id||"")))||[];return a.default.createElement("div",{className:"rsk-combobox__connected_channel_tag_list"},c.map(e=>a.default.createElement(d,{key:e.id,channel:e,updateConnectedChannels:o})))};module.exports=f;
2
2
  //# sourceMappingURL=SlackConnectedChannelTagList.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SlackConnectedChannelTagList.js","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTagList.tsx"],"sourcesContent":["import { SlackChannel, SlackChannelConnection } from \"@knocklabs/client\";\n\nimport SlackConnectedChannelTag from \"./SlackConnectedChannelTag\";\nimport \"./styles.css\";\n\ntype Props = {\n\tconnectedChannels: SlackChannelConnection[] | null;\n\tslackChannels: SlackChannel[];\n\tupdateConnectedChannels: (channelId: string) => void;\n}\n\nconst SlackConnectedChannelTagList = ({\n\tconnectedChannels,\n\tslackChannels,\n\tupdateConnectedChannels,\n}: Props) => {\n\tconst connectedChannelsMap = new Map(\n\t\tconnectedChannels?.map((channel) => [channel.channel_id, channel]),\n\t);\n\n\tconst channels =\n\t\tslackChannels?.filter((slackChannel) => {\n\t\t\treturn connectedChannelsMap.has(slackChannel.id || \"\");\n\t\t}) || [];\n\n\treturn (\n\t\t<div className=\"rsk-combobox__connected_channel_tag_list\">\n\t\t\t{channels.map((channel) => (\n\t\t\t\t<SlackConnectedChannelTag key={channel.id} channel={channel} updateConnectedChannels={updateConnectedChannels} />\n\t\t\t))}\n\t\t</div>\n\t);\n};\n\nexport default SlackConnectedChannelTagList;\n"],"names":["SlackConnectedChannelTagList","connectedChannels","slackChannels","updateConnectedChannels","connectedChannelsMap","channel","channels","slackChannel","jsx","SlackConnectedChannelTag"],"mappings":"wHAWA,MAAMA,EAA+B,CAAC,CACrC,kBAAAC,EACA,cAAAC,EACA,wBAAAC,CACD,IAAa,CACZ,MAAMC,EAAuB,IAAI,IAChCH,GAAA,YAAAA,EAAmB,IAAKI,GAAY,CAACA,EAAQ,WAAYA,CAAO,EAAC,EAG5DC,GACLJ,GAAA,YAAAA,EAAe,OAAQK,GACfH,EAAqB,IAAIG,EAAa,IAAM,EAAE,KAChD,CAAA,EAEP,OACEC,EAAA,IAAA,MAAA,CAAI,UAAU,2CACb,WAAS,IAAKH,GACdG,EAAAA,IAACC,GAA0C,QAAAJ,EAAkB,wBAAAF,CAAA,EAA9BE,EAAQ,EAAwE,CAC/G,CACF,CAAA,CAEF"}
1
+ {"version":3,"file":"SlackConnectedChannelTagList.js","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/SlackConnectedChannelTagList.tsx"],"sourcesContent":["import { SlackChannel, SlackChannelConnection } from \"@knocklabs/client\";\n\nimport SlackConnectedChannelTag from \"./SlackConnectedChannelTag\";\nimport \"./styles.css\";\n\ntype Props = {\n\tconnectedChannels: SlackChannelConnection[] | null;\n\tslackChannels: SlackChannel[];\n\tupdateConnectedChannels: (channelId: string) => void;\n}\n\nconst SlackConnectedChannelTagList = ({\n\tconnectedChannels,\n\tslackChannels,\n\tupdateConnectedChannels,\n}: Props) => {\n\tconst connectedChannelsMap = new Map(\n\t\tconnectedChannels?.map((channel) => [channel.channel_id, channel]),\n\t);\n\n\tconst channels =\n\t\tslackChannels?.filter((slackChannel) => {\n\t\t\treturn connectedChannelsMap.has(slackChannel.id || \"\");\n\t\t}) || [];\n\n\treturn (\n\t\t<div className=\"rsk-combobox__connected_channel_tag_list\">\n\t\t\t{channels.map((channel) => (\n\t\t\t\t<SlackConnectedChannelTag key={channel.id} channel={channel} updateConnectedChannels={updateConnectedChannels} />\n\t\t\t))}\n\t\t</div>\n\t);\n};\n\nexport default SlackConnectedChannelTagList;\n"],"names":["SlackConnectedChannelTagList","connectedChannels","slackChannels","updateConnectedChannels","connectedChannelsMap","Map","map","channel","channel_id","channels","filter","slackChannel","has","id","React","SlackConnectedChannelTag"],"mappings":"iLAWMA,EAA+BA,CAAC,CACrCC,kBAAAA,EACAC,cAAAA,EACAC,wBAAAA,CACM,IAAM,CACNC,MAAAA,EAAuB,IAAIC,IAChCJ,GAAAA,YAAAA,EAAmBK,IAAiBC,GAAA,CAACA,EAAQC,WAAYD,CAAO,EACjE,EAEME,GACLP,GAAAA,YAAAA,EAAeQ,OAAyBC,GAChCP,EAAqBQ,IAAID,EAAaE,IAAM,EAAE,KAChD,CAAA,EAEP,OACEC,EAAA,QAAA,cAAA,MAAA,CAAI,UAAU,4CACbL,EAASH,IAAKC,GACbO,EAAA,QAAA,cAAAC,EAAA,CAAyB,IAAKR,EAAQM,GAAI,QAAAN,EAAkB,wBAAAJ,GAC7D,CACF,CAEF"}
@@ -1,2 +1,2 @@
1
- "use strict";const r=require("react/jsx-runtime"),o=require("@knocklabs/react-core"),s=require("./icons/InfoIcon.js"),c=()=>{const{t:e}=o.useTranslations(),{connectionStatus:n}=o.useKnockSlackClient();return n==="disconnected"||n==="error"?r.jsxs("div",{className:"rsk-combobox__error",children:[r.jsx("span",{children:r.jsx(s,{})}),r.jsx("div",{className:"rsk-combobox__error__text",children:e(n==="disconnected"?"slackConnectionErrorOccurred":"slackConnectionErrorExists")})]}):r.jsx("div",{})};module.exports=c;
1
+ "use strict";const o=require("react"),r=require("@knocklabs/react-core"),c=require("./icons/InfoIcon.js"),a=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},t=a(o),s=()=>{const{t:e}=r.useTranslations(),{connectionStatus:n}=r.useKnockSlackClient();return n==="disconnected"||n==="error"?t.default.createElement("div",{className:"rsk-combobox__error"},t.default.createElement("span",null,t.default.createElement(c,null)),t.default.createElement("div",{className:"rsk-combobox__error__text"},e(n==="disconnected"?"slackConnectionErrorOccurred":"slackConnectionErrorExists"))):t.default.createElement("div",null)};module.exports=s;
2
2
  //# sourceMappingURL=SlackConnectionError.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SlackConnectionError.js","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/SlackConnectionError.tsx"],"sourcesContent":["import { useKnockSlackClient, useTranslations } from \"@knocklabs/react-core\";\n\nimport InfoIcon from \"./icons/InfoIcon\";\n\nconst SlackConnectionError = () => {\n const { t } = useTranslations();\n const { connectionStatus } = useKnockSlackClient();\n\n if (connectionStatus === \"disconnected\" || connectionStatus === \"error\") {\n return (\n <div className=\"rsk-combobox__error\">\n <span>\n <InfoIcon />\n </span>\n\n <div className=\"rsk-combobox__error__text\">\n {connectionStatus === \"disconnected\"\n ? t(\"slackConnectionErrorOccurred\")\n : t(\"slackConnectionErrorExists\")}\n </div>\n </div>\n );\n }\n\n return <div />;\n};\n\nexport default SlackConnectionError;\n"],"names":["SlackConnectionError","t","useTranslations","connectionStatus","useKnockSlackClient","jsxs","jsx","InfoIcon"],"mappings":"sHAIMA,EAAuB,IAAM,CAC3B,KAAA,CAAE,EAAAC,GAAMC,EAAAA,kBACR,CAAE,iBAAAC,GAAqBC,EAAAA,sBAEzB,OAAAD,IAAqB,gBAAkBA,IAAqB,QAE5DE,EAAA,KAAC,MAAI,CAAA,UAAU,sBACb,SAAA,CAACC,EAAA,IAAA,OAAA,CACC,SAACA,EAAA,IAAAC,EAAA,CAAS,CAAA,EACZ,EAEAD,EAAAA,IAAC,MAAI,CAAA,UAAU,4BACZ,SACGL,EADHE,IAAqB,eAChB,+BACA,4BAD8B,CAEtC,CAAA,CACF,CAAA,CAAA,QAII,MAAI,CAAA,CAAA,CACd"}
1
+ {"version":3,"file":"SlackConnectionError.js","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/SlackConnectionError.tsx"],"sourcesContent":["import { useKnockSlackClient, useTranslations } from \"@knocklabs/react-core\";\n\nimport InfoIcon from \"./icons/InfoIcon\";\n\nconst SlackConnectionError = () => {\n const { t } = useTranslations();\n const { connectionStatus } = useKnockSlackClient();\n\n if (connectionStatus === \"disconnected\" || connectionStatus === \"error\") {\n return (\n <div className=\"rsk-combobox__error\">\n <span>\n <InfoIcon />\n </span>\n\n <div className=\"rsk-combobox__error__text\">\n {connectionStatus === \"disconnected\"\n ? t(\"slackConnectionErrorOccurred\")\n : t(\"slackConnectionErrorExists\")}\n </div>\n </div>\n );\n }\n\n return <div />;\n};\n\nexport default SlackConnectionError;\n"],"names":["SlackConnectionError","t","useTranslations","connectionStatus","useKnockSlackClient","React","InfoIcon"],"mappings":"yKAIMA,EAAuBA,IAAM,CAC3B,KAAA,CAAEC,EAAAA,GAAMC,EAAgB,gBAAA,EACxB,CAAEC,iBAAAA,GAAqBC,EAAoB,oBAAA,EAE7CD,OAAAA,IAAqB,gBAAkBA,IAAqB,QAE5DE,EAAA,QAAA,cAAC,OAAI,UAAU,qBAAA,0BACZ,OACC,KAAAA,EAAA,QAAA,cAACC,EAAQ,IAAA,CACX,EAEAD,EAAAA,QAAA,cAAC,OAAI,UAAU,2BAAA,EAETJ,EADHE,IAAqB,eAChB,+BACA,4BAD8B,CAEtC,CACF,0BAII,MAAM,IAAA,CAChB"}
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.js","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/helpers.ts"],"sourcesContent":["// Taken from `react-aria` `useFilter` hook, which we didn't want to add in as a dependency\n// due to us only using this one function.\n// https://github.com/adobe/react-spectrum/blob/main/packages/%40react-aria/i18n/src/useFilter.ts#L58-L76\n\nconst collator = new Intl.Collator();\n\nexport function strContains(string: string, substr: string) {\n if (substr.length === 0) {\n return true;\n }\n\n string = string.normalize(\"NFC\");\n substr = substr.normalize(\"NFC\");\n\n let scan = 0;\n let sliceLen = substr.length;\n for (; scan + sliceLen <= string.length; scan++) {\n let slice = string.slice(scan, scan + sliceLen);\n if (collator.compare(substr, slice) === 0) {\n return true;\n }\n }\n\n return false;\n}\n"],"names":["collator","strContains","string","substr","scan","sliceLen","slice"],"mappings":"gFAIA,MAAMA,EAAW,IAAI,KAAK,SAEV,SAAAC,EAAYC,EAAgBC,EAAgB,CACtD,GAAAA,EAAO,SAAW,EACb,MAAA,GAGAD,EAAAA,EAAO,UAAU,KAAK,EACtBC,EAAAA,EAAO,UAAU,KAAK,EAE/B,IAAIC,EAAO,EACPC,EAAWF,EAAO,OACtB,KAAOC,EAAOC,GAAYH,EAAO,OAAQE,IAAQ,CAC/C,IAAIE,EAAQJ,EAAO,MAAME,EAAMA,EAAOC,CAAQ,EAC9C,GAAIL,EAAS,QAAQG,EAAQG,CAAK,IAAM,EAC/B,MAAA,EAEX,CAEO,MAAA,EACT"}
1
+ {"version":3,"file":"helpers.js","sources":["../../../../../../src/modules/slack/components/SlackChannelCombobox/helpers.ts"],"sourcesContent":["// Taken from `react-aria` `useFilter` hook, which we didn't want to add in as a dependency\n// due to us only using this one function.\n// https://github.com/adobe/react-spectrum/blob/main/packages/%40react-aria/i18n/src/useFilter.ts#L58-L76\n\nconst collator = new Intl.Collator();\n\nexport function strContains(string: string, substr: string) {\n if (substr.length === 0) {\n return true;\n }\n\n string = string.normalize(\"NFC\");\n substr = substr.normalize(\"NFC\");\n\n let scan = 0;\n let sliceLen = substr.length;\n for (; scan + sliceLen <= string.length; scan++) {\n let slice = string.slice(scan, scan + sliceLen);\n if (collator.compare(substr, slice) === 0) {\n return true;\n }\n }\n\n return false;\n}\n"],"names":["collator","Intl","Collator","strContains","string","substr","length","normalize","scan","sliceLen","slice","compare"],"mappings":"gFAIA,MAAMA,EAAW,IAAIC,KAAKC,SAEVC,SAAAA,EAAYC,EAAgBC,EAAgB,CACtDA,GAAAA,EAAOC,SAAW,EACb,MAAA,GAGAF,EAAAA,EAAOG,UAAU,KAAK,EACtBF,EAAAA,EAAOE,UAAU,KAAK,EAE/B,IAAIC,EAAO,EACPC,EAAWJ,EAAOC,OACtB,KAAOE,EAAOC,GAAYL,EAAOE,OAAQE,IAAQ,CAC/C,IAAIE,EAAQN,EAAOM,MAAMF,EAAMA,EAAOC,CAAQ,EAC9C,GAAIT,EAASW,QAAQN,EAAQK,CAAK,IAAM,EAC/B,MAAA,EAEX,CAEO,MAAA,EACT"}
@@ -1,2 +1,2 @@
1
- "use strict";const t=require("react/jsx-runtime"),s=({isConnected:o,size:e="1rem",...r})=>t.jsx("svg",{height:e,width:e,role:"img",viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:t.jsx("path",{d:"M11.3751 3.9996L5.25006 10.9996L2.62506 8.3746",stroke:o?"#5469D4":"#A5ACB8",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})});module.exports=s;
1
+ "use strict";const r=require("react"),a=t=>t&&typeof t=="object"&&"default"in t?t:{default:t},o=a(r),c=({isConnected:t,size:e="1rem",...n})=>o.default.createElement("svg",{height:e,width:e,role:"img",viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n},o.default.createElement("path",{d:"M11.3751 3.9996L5.25006 10.9996L2.62506 8.3746",stroke:t?"#5469D4":"#A5ACB8",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}));module.exports=c;
2
2
  //# sourceMappingURL=CheckmarkIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckmarkIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/CheckmarkIcon.tsx"],"sourcesContent":["const CheckmarkIcon = ({\n isConnected,\n size = \"1rem\",\n ...props\n}: {\n isConnected: boolean;\n size?: string;\n}) => (\n <svg\n height={size}\n width={size}\n role=\"img\"\n viewBox=\"0 0 14 15\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M11.3751 3.9996L5.25006 10.9996L2.62506 8.3746\"\n stroke={isConnected ? \"#5469D4\" : \"#A5ACB8\"}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\n\nexport default CheckmarkIcon;\n"],"names":["CheckmarkIcon","isConnected","size","props","jsx"],"mappings":"kDAAMA,EAAgB,CAAC,CACrB,YAAAC,EACA,KAAAC,EAAO,OACP,GAAGC,CACL,IAIEC,EAAA,IAAC,MAAA,CACC,OAAQF,EACR,MAAOA,EACP,KAAK,MACL,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGC,EAEJ,SAAAC,EAAA,IAAC,OAAA,CACC,EAAE,iDACF,OAAQH,EAAc,UAAY,UAClC,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,CAAA,CACF"}
1
+ {"version":3,"file":"CheckmarkIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/CheckmarkIcon.tsx"],"sourcesContent":["const CheckmarkIcon = ({\n isConnected,\n size = \"1rem\",\n ...props\n}: {\n isConnected: boolean;\n size?: string;\n}) => (\n <svg\n height={size}\n width={size}\n role=\"img\"\n viewBox=\"0 0 14 15\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M11.3751 3.9996L5.25006 10.9996L2.62506 8.3746\"\n stroke={isConnected ? \"#5469D4\" : \"#A5ACB8\"}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\n\nexport default CheckmarkIcon;\n"],"names":["CheckmarkIcon","isConnected","size","props","React"],"mappings":"qGAAMA,EAAgBA,CAAC,CACrBC,YAAAA,EACAC,KAAAA,EAAO,OACP,GAAGC,CAIL,IACGC,EAAAA,QAAA,cAAA,MAAA,CACC,OAAQF,EACR,MAAOA,EACP,KAAK,MACL,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,GAAIC,CAEJ,EAAAC,EAAAA,QAAA,cAAC,OACC,CAAA,EAAE,iDACF,OAAQH,EAAc,UAAY,UAClC,YAAY,MACZ,cAAc,QACd,eAAe,QAAO,CAE1B"}
@@ -1,2 +1,2 @@
1
- "use strict";const L=require("react/jsx-runtime"),s=()=>L.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:L.jsx("path",{d:"M8.53037 7.46917L7.99988 7.99967L8.53054 8.53L11.501 11.4986L11.5014 11.4995L11.501 11.5004L11.5001 11.5008L11.4992 11.5004L8.53041 8.53167L8.00008 8.00134L7.46975 8.53167L4.501 11.5004L4.50008 11.5008L4.49916 11.5004L4.49878 11.4995L4.49916 11.4986L7.46791 8.52983L7.99824 7.9995L7.46791 7.46917L4.49916 4.50042L4.49878 4.4995L4.49916 4.49858L4.50008 4.4982L4.501 4.49858L7.46975 7.46733L8.00008 7.99766L8.53041 7.46733L11.4987 4.49905L11.4991 4.49886L11.4996 4.49905L11.4998 4.4995L11.4996 4.49995L11.4991 4.50042L8.53037 7.46917Z",fill:"#697386",stroke:"#697386",strokeWidth:"1.5"})});module.exports=s;
1
+ "use strict";const e=require("react"),o=L=>L&&typeof L=="object"&&"default"in L?L:{default:L},t=o(e),l=()=>t.default.createElement("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.default.createElement("path",{d:"M8.53037 7.46917L7.99988 7.99967L8.53054 8.53L11.501 11.4986L11.5014 11.4995L11.501 11.5004L11.5001 11.5008L11.4992 11.5004L8.53041 8.53167L8.00008 8.00134L7.46975 8.53167L4.501 11.5004L4.50008 11.5008L4.49916 11.5004L4.49878 11.4995L4.49916 11.4986L7.46791 8.52983L7.99824 7.9995L7.46791 7.46917L4.49916 4.50042L4.49878 4.4995L4.49916 4.49858L4.50008 4.4982L4.501 4.49858L7.46975 7.46733L8.00008 7.99766L8.53041 7.46733L11.4987 4.49905L11.4991 4.49886L11.4996 4.49905L11.4998 4.4995L11.4996 4.49995L11.4991 4.50042L8.53037 7.46917Z",fill:"#697386",stroke:"#697386",strokeWidth:"1.5"}));module.exports=l;
2
2
  //# sourceMappingURL=CloseIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CloseIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/CloseIcon.tsx"],"sourcesContent":["const CloseIcon = () => (\n\t<svg\n\t\twidth=\"16\"\n\t\theight=\"16\"\n\t\tviewBox=\"0 0 16 16\"\n\t\tfill=\"none\"\n\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t>\n\t\t<path\n\t\t\td=\"M8.53037 7.46917L7.99988 7.99967L8.53054 8.53L11.501 11.4986L11.5014 11.4995L11.501 11.5004L11.5001 11.5008L11.4992 11.5004L8.53041 8.53167L8.00008 8.00134L7.46975 8.53167L4.501 11.5004L4.50008 11.5008L4.49916 11.5004L4.49878 11.4995L4.49916 11.4986L7.46791 8.52983L7.99824 7.9995L7.46791 7.46917L4.49916 4.50042L4.49878 4.4995L4.49916 4.49858L4.50008 4.4982L4.501 4.49858L7.46975 7.46733L8.00008 7.99766L8.53041 7.46733L11.4987 4.49905L11.4991 4.49886L11.4996 4.49905L11.4998 4.4995L11.4996 4.49995L11.4991 4.50042L8.53037 7.46917Z\"\n\t\t\tfill=\"#697386\"\n\t\t\tstroke=\"#697386\"\n\t\t\tstrokeWidth=\"1.5\"\n\t\t/>\n\t</svg>\n);\n\nexport default CloseIcon;\n"],"names":["CloseIcon","jsx"],"mappings":"kDAAMA,EAAY,IACjBC,EAAA,IAAC,MAAA,CACA,MAAM,KACN,OAAO,KACP,QAAQ,YACR,KAAK,OACL,MAAM,6BAEN,SAAAA,EAAA,IAAC,OAAA,CACA,EAAE,uhBACF,KAAK,UACL,OAAO,UACP,YAAY,KAAA,CACb,CAAA,CACD"}
1
+ {"version":3,"file":"CloseIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/CloseIcon.tsx"],"sourcesContent":["const CloseIcon = () => (\n\t<svg\n\t\twidth=\"16\"\n\t\theight=\"16\"\n\t\tviewBox=\"0 0 16 16\"\n\t\tfill=\"none\"\n\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t>\n\t\t<path\n\t\t\td=\"M8.53037 7.46917L7.99988 7.99967L8.53054 8.53L11.501 11.4986L11.5014 11.4995L11.501 11.5004L11.5001 11.5008L11.4992 11.5004L8.53041 8.53167L8.00008 8.00134L7.46975 8.53167L4.501 11.5004L4.50008 11.5008L4.49916 11.5004L4.49878 11.4995L4.49916 11.4986L7.46791 8.52983L7.99824 7.9995L7.46791 7.46917L4.49916 4.50042L4.49878 4.4995L4.49916 4.49858L4.50008 4.4982L4.501 4.49858L7.46975 7.46733L8.00008 7.99766L8.53041 7.46733L11.4987 4.49905L11.4991 4.49886L11.4996 4.49905L11.4998 4.4995L11.4996 4.49995L11.4991 4.50042L8.53037 7.46917Z\"\n\t\t\tfill=\"#697386\"\n\t\t\tstroke=\"#697386\"\n\t\t\tstrokeWidth=\"1.5\"\n\t\t/>\n\t</svg>\n);\n\nexport default CloseIcon;\n"],"names":["CloseIcon","React"],"mappings":"qGAAMA,EAAYA,IACjBC,EAAA,QAAA,cAAC,MACA,CAAA,MAAM,KACN,OAAO,KACP,QAAQ,YACR,KAAK,OACL,MAAM,4BAEN,EAAAA,EAAAA,QAAA,cAAC,OACA,CAAA,EAAE,uhBACF,KAAK,UACL,OAAO,UACP,YAAY,KAAA,CAAK,CAEnB"}
@@ -1,2 +1,2 @@
1
- "use strict";const C=require("react/jsx-runtime"),e=()=>C.jsx("svg",{width:"12",height:"13",viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.7904 2.22197C5.81364 2.06746 5.77568 1.90997 5.68461 1.78301C5.59353 1.65605 5.45652 1.56962 5.30271 1.54211C5.1489 1.5146 4.99043 1.54817 4.86099 1.6357C4.73155 1.72322 4.64136 1.85778 4.6096 2.01077L4.2688 3.91637H2.2C2.04087 3.91637 1.88826 3.97958 1.77574 4.0921C1.66321 4.20463 1.6 4.35724 1.6 4.51637C1.6 4.6755 1.66321 4.82811 1.77574 4.94063C1.88826 5.05315 2.04087 5.11637 2.2 5.11637H4.0546L3.5728 7.81637H1.6C1.44087 7.81637 1.28826 7.87958 1.17574 7.9921C1.06321 8.10463 1 8.25724 1 8.41637C1 8.5755 1.06321 8.72811 1.17574 8.84063C1.28826 8.95315 1.44087 9.01637 1.6 9.01637H3.358L3.1096 10.4108C3.08636 10.5653 3.12432 10.7228 3.21539 10.8497C3.30647 10.9767 3.44348 11.0631 3.59729 11.0906C3.7511 11.1181 3.90957 11.0846 4.03901 10.997C4.16845 10.9095 4.25864 10.775 4.2904 10.622L4.5772 9.01637H6.2086L5.9596 10.4108C5.9433 10.4893 5.9429 10.5703 5.95844 10.649C5.97397 10.7276 6.00511 10.8024 6.05003 10.8688C6.09495 10.9352 6.15273 10.992 6.21996 11.0357C6.28718 11.0794 6.36249 11.1092 6.44143 11.1234C6.52037 11.1375 6.60134 11.1356 6.67955 11.1179C6.75777 11.1002 6.83164 11.067 6.8968 11.0203C6.96196 10.9735 7.01709 10.9142 7.05893 10.8458C7.10077 10.7774 7.12847 10.7013 7.1404 10.622L7.4272 9.01637H9.4C9.55913 9.01637 9.71174 8.95315 9.82426 8.84063C9.93679 8.72811 10 8.5755 10 8.41637C10 8.25724 9.93679 8.10463 9.82426 7.9921C9.71174 7.87958 9.55913 7.81637 9.4 7.81637H7.642L8.1238 5.11637H10C10.1591 5.11637 10.3117 5.05315 10.4243 4.94063C10.5368 4.82811 10.6 4.6755 10.6 4.51637C10.6 4.35724 10.5368 4.20463 10.4243 4.0921C10.3117 3.97958 10.1591 3.91637 10 3.91637H8.338L8.6404 2.22197C8.6567 2.14345 8.6571 2.06246 8.64157 1.98379C8.62603 1.90511 8.59489 1.83035 8.54997 1.76392C8.50505 1.69749 8.44727 1.64073 8.38004 1.59701C8.31282 1.55329 8.23751 1.52349 8.15857 1.50937C8.07963 1.49525 7.99866 1.4971 7.92045 1.51481C7.84223 1.53252 7.76836 1.56572 7.7032 1.61246C7.63804 1.65921 7.58291 1.71854 7.54107 1.78695C7.49923 1.85536 7.47153 1.93147 7.4596 2.01077L7.1188 3.91637H5.488L5.7904 2.22197ZM6.4228 7.81637L6.904 5.11637H5.2738L4.7914 7.81637H6.4228Z",fill:"#3C4257"})});module.exports=e;
1
+ "use strict";const e=require("react"),l=C=>C&&typeof C=="object"&&"default"in C?C:{default:C},t=l(e),o=()=>t.default.createElement("svg",{width:"12",height:"13",viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.7904 2.22197C5.81364 2.06746 5.77568 1.90997 5.68461 1.78301C5.59353 1.65605 5.45652 1.56962 5.30271 1.54211C5.1489 1.5146 4.99043 1.54817 4.86099 1.6357C4.73155 1.72322 4.64136 1.85778 4.6096 2.01077L4.2688 3.91637H2.2C2.04087 3.91637 1.88826 3.97958 1.77574 4.0921C1.66321 4.20463 1.6 4.35724 1.6 4.51637C1.6 4.6755 1.66321 4.82811 1.77574 4.94063C1.88826 5.05315 2.04087 5.11637 2.2 5.11637H4.0546L3.5728 7.81637H1.6C1.44087 7.81637 1.28826 7.87958 1.17574 7.9921C1.06321 8.10463 1 8.25724 1 8.41637C1 8.5755 1.06321 8.72811 1.17574 8.84063C1.28826 8.95315 1.44087 9.01637 1.6 9.01637H3.358L3.1096 10.4108C3.08636 10.5653 3.12432 10.7228 3.21539 10.8497C3.30647 10.9767 3.44348 11.0631 3.59729 11.0906C3.7511 11.1181 3.90957 11.0846 4.03901 10.997C4.16845 10.9095 4.25864 10.775 4.2904 10.622L4.5772 9.01637H6.2086L5.9596 10.4108C5.9433 10.4893 5.9429 10.5703 5.95844 10.649C5.97397 10.7276 6.00511 10.8024 6.05003 10.8688C6.09495 10.9352 6.15273 10.992 6.21996 11.0357C6.28718 11.0794 6.36249 11.1092 6.44143 11.1234C6.52037 11.1375 6.60134 11.1356 6.67955 11.1179C6.75777 11.1002 6.83164 11.067 6.8968 11.0203C6.96196 10.9735 7.01709 10.9142 7.05893 10.8458C7.10077 10.7774 7.12847 10.7013 7.1404 10.622L7.4272 9.01637H9.4C9.55913 9.01637 9.71174 8.95315 9.82426 8.84063C9.93679 8.72811 10 8.5755 10 8.41637C10 8.25724 9.93679 8.10463 9.82426 7.9921C9.71174 7.87958 9.55913 7.81637 9.4 7.81637H7.642L8.1238 5.11637H10C10.1591 5.11637 10.3117 5.05315 10.4243 4.94063C10.5368 4.82811 10.6 4.6755 10.6 4.51637C10.6 4.35724 10.5368 4.20463 10.4243 4.0921C10.3117 3.97958 10.1591 3.91637 10 3.91637H8.338L8.6404 2.22197C8.6567 2.14345 8.6571 2.06246 8.64157 1.98379C8.62603 1.90511 8.59489 1.83035 8.54997 1.76392C8.50505 1.69749 8.44727 1.64073 8.38004 1.59701C8.31282 1.55329 8.23751 1.52349 8.15857 1.50937C8.07963 1.49525 7.99866 1.4971 7.92045 1.51481C7.84223 1.53252 7.76836 1.56572 7.7032 1.61246C7.63804 1.65921 7.58291 1.71854 7.54107 1.78695C7.49923 1.85536 7.47153 1.93147 7.4596 2.01077L7.1188 3.91637H5.488L5.7904 2.22197ZM6.4228 7.81637L6.904 5.11637H5.2738L4.7914 7.81637H6.4228Z",fill:"#3C4257"}));module.exports=o;
2
2
  //# sourceMappingURL=HashtagIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HashtagIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/HashtagIcon.tsx"],"sourcesContent":["const HashtagIcon = () => (\n <svg\n width=\"12\"\n height=\"13\"\n viewBox=\"0 0 12 13\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.7904 2.22197C5.81364 2.06746 5.77568 1.90997 5.68461 1.78301C5.59353 1.65605 5.45652 1.56962 5.30271 1.54211C5.1489 1.5146 4.99043 1.54817 4.86099 1.6357C4.73155 1.72322 4.64136 1.85778 4.6096 2.01077L4.2688 3.91637H2.2C2.04087 3.91637 1.88826 3.97958 1.77574 4.0921C1.66321 4.20463 1.6 4.35724 1.6 4.51637C1.6 4.6755 1.66321 4.82811 1.77574 4.94063C1.88826 5.05315 2.04087 5.11637 2.2 5.11637H4.0546L3.5728 7.81637H1.6C1.44087 7.81637 1.28826 7.87958 1.17574 7.9921C1.06321 8.10463 1 8.25724 1 8.41637C1 8.5755 1.06321 8.72811 1.17574 8.84063C1.28826 8.95315 1.44087 9.01637 1.6 9.01637H3.358L3.1096 10.4108C3.08636 10.5653 3.12432 10.7228 3.21539 10.8497C3.30647 10.9767 3.44348 11.0631 3.59729 11.0906C3.7511 11.1181 3.90957 11.0846 4.03901 10.997C4.16845 10.9095 4.25864 10.775 4.2904 10.622L4.5772 9.01637H6.2086L5.9596 10.4108C5.9433 10.4893 5.9429 10.5703 5.95844 10.649C5.97397 10.7276 6.00511 10.8024 6.05003 10.8688C6.09495 10.9352 6.15273 10.992 6.21996 11.0357C6.28718 11.0794 6.36249 11.1092 6.44143 11.1234C6.52037 11.1375 6.60134 11.1356 6.67955 11.1179C6.75777 11.1002 6.83164 11.067 6.8968 11.0203C6.96196 10.9735 7.01709 10.9142 7.05893 10.8458C7.10077 10.7774 7.12847 10.7013 7.1404 10.622L7.4272 9.01637H9.4C9.55913 9.01637 9.71174 8.95315 9.82426 8.84063C9.93679 8.72811 10 8.5755 10 8.41637C10 8.25724 9.93679 8.10463 9.82426 7.9921C9.71174 7.87958 9.55913 7.81637 9.4 7.81637H7.642L8.1238 5.11637H10C10.1591 5.11637 10.3117 5.05315 10.4243 4.94063C10.5368 4.82811 10.6 4.6755 10.6 4.51637C10.6 4.35724 10.5368 4.20463 10.4243 4.0921C10.3117 3.97958 10.1591 3.91637 10 3.91637H8.338L8.6404 2.22197C8.6567 2.14345 8.6571 2.06246 8.64157 1.98379C8.62603 1.90511 8.59489 1.83035 8.54997 1.76392C8.50505 1.69749 8.44727 1.64073 8.38004 1.59701C8.31282 1.55329 8.23751 1.52349 8.15857 1.50937C8.07963 1.49525 7.99866 1.4971 7.92045 1.51481C7.84223 1.53252 7.76836 1.56572 7.7032 1.61246C7.63804 1.65921 7.58291 1.71854 7.54107 1.78695C7.49923 1.85536 7.47153 1.93147 7.4596 2.01077L7.1188 3.91637H5.488L5.7904 2.22197ZM6.4228 7.81637L6.904 5.11637H5.2738L4.7914 7.81637H6.4228Z\"\n fill=\"#3C4257\"\n />\n </svg>\n);\n\nexport default HashtagIcon;\n"],"names":["HashtagIcon","jsx"],"mappings":"kDAAMA,EAAc,IAClBC,EAAA,IAAC,MAAA,CACC,MAAM,KACN,OAAO,KACP,QAAQ,YACR,KAAK,OACL,MAAM,6BAEN,SAAAA,EAAA,IAAC,OAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ojEACF,KAAK,SAAA,CACP,CAAA,CACF"}
1
+ {"version":3,"file":"HashtagIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/HashtagIcon.tsx"],"sourcesContent":["const HashtagIcon = () => (\n <svg\n width=\"12\"\n height=\"13\"\n viewBox=\"0 0 12 13\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5.7904 2.22197C5.81364 2.06746 5.77568 1.90997 5.68461 1.78301C5.59353 1.65605 5.45652 1.56962 5.30271 1.54211C5.1489 1.5146 4.99043 1.54817 4.86099 1.6357C4.73155 1.72322 4.64136 1.85778 4.6096 2.01077L4.2688 3.91637H2.2C2.04087 3.91637 1.88826 3.97958 1.77574 4.0921C1.66321 4.20463 1.6 4.35724 1.6 4.51637C1.6 4.6755 1.66321 4.82811 1.77574 4.94063C1.88826 5.05315 2.04087 5.11637 2.2 5.11637H4.0546L3.5728 7.81637H1.6C1.44087 7.81637 1.28826 7.87958 1.17574 7.9921C1.06321 8.10463 1 8.25724 1 8.41637C1 8.5755 1.06321 8.72811 1.17574 8.84063C1.28826 8.95315 1.44087 9.01637 1.6 9.01637H3.358L3.1096 10.4108C3.08636 10.5653 3.12432 10.7228 3.21539 10.8497C3.30647 10.9767 3.44348 11.0631 3.59729 11.0906C3.7511 11.1181 3.90957 11.0846 4.03901 10.997C4.16845 10.9095 4.25864 10.775 4.2904 10.622L4.5772 9.01637H6.2086L5.9596 10.4108C5.9433 10.4893 5.9429 10.5703 5.95844 10.649C5.97397 10.7276 6.00511 10.8024 6.05003 10.8688C6.09495 10.9352 6.15273 10.992 6.21996 11.0357C6.28718 11.0794 6.36249 11.1092 6.44143 11.1234C6.52037 11.1375 6.60134 11.1356 6.67955 11.1179C6.75777 11.1002 6.83164 11.067 6.8968 11.0203C6.96196 10.9735 7.01709 10.9142 7.05893 10.8458C7.10077 10.7774 7.12847 10.7013 7.1404 10.622L7.4272 9.01637H9.4C9.55913 9.01637 9.71174 8.95315 9.82426 8.84063C9.93679 8.72811 10 8.5755 10 8.41637C10 8.25724 9.93679 8.10463 9.82426 7.9921C9.71174 7.87958 9.55913 7.81637 9.4 7.81637H7.642L8.1238 5.11637H10C10.1591 5.11637 10.3117 5.05315 10.4243 4.94063C10.5368 4.82811 10.6 4.6755 10.6 4.51637C10.6 4.35724 10.5368 4.20463 10.4243 4.0921C10.3117 3.97958 10.1591 3.91637 10 3.91637H8.338L8.6404 2.22197C8.6567 2.14345 8.6571 2.06246 8.64157 1.98379C8.62603 1.90511 8.59489 1.83035 8.54997 1.76392C8.50505 1.69749 8.44727 1.64073 8.38004 1.59701C8.31282 1.55329 8.23751 1.52349 8.15857 1.50937C8.07963 1.49525 7.99866 1.4971 7.92045 1.51481C7.84223 1.53252 7.76836 1.56572 7.7032 1.61246C7.63804 1.65921 7.58291 1.71854 7.54107 1.78695C7.49923 1.85536 7.47153 1.93147 7.4596 2.01077L7.1188 3.91637H5.488L5.7904 2.22197ZM6.4228 7.81637L6.904 5.11637H5.2738L4.7914 7.81637H6.4228Z\"\n fill=\"#3C4257\"\n />\n </svg>\n);\n\nexport default HashtagIcon;\n"],"names":["HashtagIcon","React"],"mappings":"qGAAMA,EAAcA,IAClBC,EAAA,QAAA,cAAC,MACC,CAAA,MAAM,KACN,OAAO,KACP,QAAQ,YACR,KAAK,OACL,MAAM,4BAEN,EAAAA,EAAAA,QAAA,cAAC,OACC,CAAA,SAAS,UACT,SAAS,UACT,EAAE,ojEACF,KAAK,SAAA,CAAS,CAElB"}
@@ -1,2 +1,2 @@
1
- "use strict";const t=require("react/jsx-runtime"),s=()=>t.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[t.jsx("path",{d:"M6.78125 1.75137C4.00285 1.75137 1.75 4.00422 1.75 6.78262C1.75 9.56102 4.00285 11.8139 6.78125 11.8139C9.55965 11.8139 11.8125 9.56102 11.8125 6.78262C11.8125 4.00422 9.55965 1.75137 6.78125 1.75137Z",stroke:"#697386",strokeMiterlimit:"10"}),t.jsx("path",{d:"M6.01562 6.01605H6.89062V9.18793",stroke:"#697386",strokeLinecap:"round",strokeLinejoin:"round"}),t.jsx("path",{d:"M5.68738 9.29697H8.09363",stroke:"#697386",strokeMiterlimit:"10",strokeLinecap:"round"}),t.jsx("path",{d:"M6.78113 3.55554C6.64052 3.55554 6.50307 3.59724 6.38615 3.67536C6.26924 3.75348 6.17812 3.86451 6.12431 3.99442C6.0705 4.12432 6.05642 4.26727 6.08385 4.40518C6.11128 4.54308 6.17899 4.66976 6.27842 4.76919C6.37785 4.86861 6.50452 4.93632 6.64243 4.96376C6.78034 4.99119 6.92329 4.97711 7.05319 4.9233C7.1831 4.86949 7.29413 4.77837 7.37225 4.66146C7.45037 4.54454 7.49207 4.40709 7.49207 4.26648C7.49207 4.07793 7.41716 3.8971 7.28384 3.76377C7.15051 3.63044 6.96968 3.55554 6.78113 3.55554Z",fill:"#697386"})]});module.exports=s;
1
+ "use strict";const o=require("react"),r=t=>t&&typeof t=="object"&&"default"in t?t:{default:t},e=r(o),a=()=>e.default.createElement("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.default.createElement("path",{d:"M6.78125 1.75137C4.00285 1.75137 1.75 4.00422 1.75 6.78262C1.75 9.56102 4.00285 11.8139 6.78125 11.8139C9.55965 11.8139 11.8125 9.56102 11.8125 6.78262C11.8125 4.00422 9.55965 1.75137 6.78125 1.75137Z",stroke:"#697386",strokeMiterlimit:"10"}),e.default.createElement("path",{d:"M6.01562 6.01605H6.89062V9.18793",stroke:"#697386",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement("path",{d:"M5.68738 9.29697H8.09363",stroke:"#697386",strokeMiterlimit:"10",strokeLinecap:"round"}),e.default.createElement("path",{d:"M6.78113 3.55554C6.64052 3.55554 6.50307 3.59724 6.38615 3.67536C6.26924 3.75348 6.17812 3.86451 6.12431 3.99442C6.0705 4.12432 6.05642 4.26727 6.08385 4.40518C6.11128 4.54308 6.17899 4.66976 6.27842 4.76919C6.37785 4.86861 6.50452 4.93632 6.64243 4.96376C6.78034 4.99119 6.92329 4.97711 7.05319 4.9233C7.1831 4.86949 7.29413 4.77837 7.37225 4.66146C7.45037 4.54454 7.49207 4.40709 7.49207 4.26648C7.49207 4.07793 7.41716 3.8971 7.28384 3.76377C7.15051 3.63044 6.96968 3.55554 6.78113 3.55554Z",fill:"#697386"}));module.exports=a;
2
2
  //# sourceMappingURL=InfoIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/InfoIcon.tsx"],"sourcesContent":["const InfoIcon = () => (\n <svg\n width=\"14\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M6.78125 1.75137C4.00285 1.75137 1.75 4.00422 1.75 6.78262C1.75 9.56102 4.00285 11.8139 6.78125 11.8139C9.55965 11.8139 11.8125 9.56102 11.8125 6.78262C11.8125 4.00422 9.55965 1.75137 6.78125 1.75137Z\"\n stroke=\"#697386\"\n strokeMiterlimit=\"10\"\n />\n <path\n d=\"M6.01562 6.01605H6.89062V9.18793\"\n stroke=\"#697386\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5.68738 9.29697H8.09363\"\n stroke=\"#697386\"\n strokeMiterlimit=\"10\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M6.78113 3.55554C6.64052 3.55554 6.50307 3.59724 6.38615 3.67536C6.26924 3.75348 6.17812 3.86451 6.12431 3.99442C6.0705 4.12432 6.05642 4.26727 6.08385 4.40518C6.11128 4.54308 6.17899 4.66976 6.27842 4.76919C6.37785 4.86861 6.50452 4.93632 6.64243 4.96376C6.78034 4.99119 6.92329 4.97711 7.05319 4.9233C7.1831 4.86949 7.29413 4.77837 7.37225 4.66146C7.45037 4.54454 7.49207 4.40709 7.49207 4.26648C7.49207 4.07793 7.41716 3.8971 7.28384 3.76377C7.15051 3.63044 6.96968 3.55554 6.78113 3.55554Z\"\n fill=\"#697386\"\n />\n </svg>\n);\n\nexport default InfoIcon;\n"],"names":["InfoIcon","jsxs","jsx"],"mappings":"kDAAMA,EAAW,IACfC,EAAA,KAAC,MAAA,CACC,MAAM,KACN,OAAO,KACP,QAAQ,YACR,KAAK,OACL,MAAM,6BAEN,SAAA,CAAAC,EAAA,IAAC,OAAA,CACC,EAAE,2MACF,OAAO,UACP,iBAAiB,IAAA,CACnB,EACAA,EAAA,IAAC,OAAA,CACC,EAAE,mCACF,OAAO,UACP,cAAc,QACd,eAAe,OAAA,CACjB,EACAA,EAAA,IAAC,OAAA,CACC,EAAE,2BACF,OAAO,UACP,iBAAiB,KACjB,cAAc,OAAA,CAChB,EACAA,EAAA,IAAC,OAAA,CACC,EAAE,gfACF,KAAK,SAAA,CACP,CAAA,CAAA,CACF"}
1
+ {"version":3,"file":"InfoIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/InfoIcon.tsx"],"sourcesContent":["const InfoIcon = () => (\n <svg\n width=\"14\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M6.78125 1.75137C4.00285 1.75137 1.75 4.00422 1.75 6.78262C1.75 9.56102 4.00285 11.8139 6.78125 11.8139C9.55965 11.8139 11.8125 9.56102 11.8125 6.78262C11.8125 4.00422 9.55965 1.75137 6.78125 1.75137Z\"\n stroke=\"#697386\"\n strokeMiterlimit=\"10\"\n />\n <path\n d=\"M6.01562 6.01605H6.89062V9.18793\"\n stroke=\"#697386\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M5.68738 9.29697H8.09363\"\n stroke=\"#697386\"\n strokeMiterlimit=\"10\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M6.78113 3.55554C6.64052 3.55554 6.50307 3.59724 6.38615 3.67536C6.26924 3.75348 6.17812 3.86451 6.12431 3.99442C6.0705 4.12432 6.05642 4.26727 6.08385 4.40518C6.11128 4.54308 6.17899 4.66976 6.27842 4.76919C6.37785 4.86861 6.50452 4.93632 6.64243 4.96376C6.78034 4.99119 6.92329 4.97711 7.05319 4.9233C7.1831 4.86949 7.29413 4.77837 7.37225 4.66146C7.45037 4.54454 7.49207 4.40709 7.49207 4.26648C7.49207 4.07793 7.41716 3.8971 7.28384 3.76377C7.15051 3.63044 6.96968 3.55554 6.78113 3.55554Z\"\n fill=\"#697386\"\n />\n </svg>\n);\n\nexport default InfoIcon;\n"],"names":["InfoIcon","React"],"mappings":"qGAAMA,EAAWA,IACdC,EAAA,QAAA,cAAA,MAAA,CACC,MAAM,KACN,OAAO,KACP,QAAQ,YACR,KAAK,OACL,MAAM,4BAAA,EAELA,EAAA,QAAA,cAAA,OAAA,CACC,EAAE,2MACF,OAAO,UACP,iBAAiB,IAAI,CAAA,EAEtBA,EAAA,QAAA,cAAA,OAAA,CACC,EAAE,mCACF,OAAO,UACP,cAAc,QACd,eAAe,OAAO,CAAA,EAExBA,EAAAA,QAAA,cAAC,OACC,CAAA,EAAE,2BACF,OAAO,UACP,iBAAiB,KACjB,cAAc,OAAO,CAAA,EAEvBA,EAAAA,QAAA,cAAC,QACC,EAAE,gfACF,KAAK,SAAA,CAAS,CAElB"}
@@ -1,2 +1,2 @@
1
- "use strict";const i=require("react/jsx-runtime"),t=()=>i.jsxs("svg",{width:"12",height:"13",viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("g",{clipPath:"url(#clip0_251_243)",children:i.jsx("path",{d:"M8.62497 4.99975H8.24997V3.12476C8.24997 2.52802 8.01292 1.95572 7.59096 1.53377C7.169 1.11181 6.59671 0.874756 5.99997 0.874756C5.40323 0.874756 4.83094 1.11181 4.40898 1.53377C3.98702 1.95572 3.74997 2.52802 3.74997 3.12476V4.99975H3.37497C2.97728 5.00019 2.596 5.15836 2.31479 5.43957C2.03358 5.72078 1.8754 6.10206 1.87497 6.49975V10.6248C1.8754 11.0224 2.03358 11.4037 2.31479 11.6849C2.596 11.9661 2.97728 12.1243 3.37497 12.1248H8.62497C9.02266 12.1243 9.40394 11.9661 9.68515 11.6849C9.96636 11.4037 10.1245 11.0224 10.125 10.6248V6.49975C10.1245 6.10206 9.96636 5.72078 9.68515 5.43957C9.40394 5.15836 9.02266 5.00019 8.62497 4.99975ZM7.49997 4.99975H4.49997V3.12476C4.49997 2.72693 4.658 2.3454 4.93931 2.0641C5.22061 1.78279 5.60214 1.62476 5.99997 1.62476C6.39779 1.62476 6.77932 1.78279 7.06063 2.0641C7.34193 2.3454 7.49997 2.72693 7.49997 3.12476V4.99975Z",fill:"#3C4257"})}),i.jsx("defs",{children:i.jsx("clipPath",{id:"clip0_251_243",children:i.jsx("rect",{width:"12",height:"12",fill:"white",transform:"translate(0 0.5)"})})})]});module.exports=t;
1
+ "use strict";const l=require("react"),a=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},t=a(l),c=()=>t.default.createElement("svg",{width:"12",height:"13",viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.default.createElement("g",{clipPath:"url(#clip0_251_243)"},t.default.createElement("path",{d:"M8.62497 4.99975H8.24997V3.12476C8.24997 2.52802 8.01292 1.95572 7.59096 1.53377C7.169 1.11181 6.59671 0.874756 5.99997 0.874756C5.40323 0.874756 4.83094 1.11181 4.40898 1.53377C3.98702 1.95572 3.74997 2.52802 3.74997 3.12476V4.99975H3.37497C2.97728 5.00019 2.596 5.15836 2.31479 5.43957C2.03358 5.72078 1.8754 6.10206 1.87497 6.49975V10.6248C1.8754 11.0224 2.03358 11.4037 2.31479 11.6849C2.596 11.9661 2.97728 12.1243 3.37497 12.1248H8.62497C9.02266 12.1243 9.40394 11.9661 9.68515 11.6849C9.96636 11.4037 10.1245 11.0224 10.125 10.6248V6.49975C10.1245 6.10206 9.96636 5.72078 9.68515 5.43957C9.40394 5.15836 9.02266 5.00019 8.62497 4.99975ZM7.49997 4.99975H4.49997V3.12476C4.49997 2.72693 4.658 2.3454 4.93931 2.0641C5.22061 1.78279 5.60214 1.62476 5.99997 1.62476C6.39779 1.62476 6.77932 1.78279 7.06063 2.0641C7.34193 2.3454 7.49997 2.72693 7.49997 3.12476V4.99975Z",fill:"#3C4257"})),t.default.createElement("defs",null,t.default.createElement("clipPath",{id:"clip0_251_243"},t.default.createElement("rect",{width:"12",height:"12",fill:"white",transform:"translate(0 0.5)"}))));module.exports=c;
2
2
  //# sourceMappingURL=LockIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LockIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/LockIcon.tsx"],"sourcesContent":["const LockIcon = () => (\n <svg\n width=\"12\"\n height=\"13\"\n viewBox=\"0 0 12 13\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <g clipPath=\"url(#clip0_251_243)\">\n <path\n d=\"M8.62497 4.99975H8.24997V3.12476C8.24997 2.52802 8.01292 1.95572 7.59096 1.53377C7.169 1.11181 6.59671 0.874756 5.99997 0.874756C5.40323 0.874756 4.83094 1.11181 4.40898 1.53377C3.98702 1.95572 3.74997 2.52802 3.74997 3.12476V4.99975H3.37497C2.97728 5.00019 2.596 5.15836 2.31479 5.43957C2.03358 5.72078 1.8754 6.10206 1.87497 6.49975V10.6248C1.8754 11.0224 2.03358 11.4037 2.31479 11.6849C2.596 11.9661 2.97728 12.1243 3.37497 12.1248H8.62497C9.02266 12.1243 9.40394 11.9661 9.68515 11.6849C9.96636 11.4037 10.1245 11.0224 10.125 10.6248V6.49975C10.1245 6.10206 9.96636 5.72078 9.68515 5.43957C9.40394 5.15836 9.02266 5.00019 8.62497 4.99975ZM7.49997 4.99975H4.49997V3.12476C4.49997 2.72693 4.658 2.3454 4.93931 2.0641C5.22061 1.78279 5.60214 1.62476 5.99997 1.62476C6.39779 1.62476 6.77932 1.78279 7.06063 2.0641C7.34193 2.3454 7.49997 2.72693 7.49997 3.12476V4.99975Z\"\n fill=\"#3C4257\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_251_243\">\n <rect\n width=\"12\"\n height=\"12\"\n fill=\"white\"\n transform=\"translate(0 0.5)\"\n />\n </clipPath>\n </defs>\n </svg>\n);\n\nexport default LockIcon;\n"],"names":["LockIcon","jsxs","jsx"],"mappings":"kDAAMA,EAAW,IACfC,EAAA,KAAC,MAAA,CACC,MAAM,KACN,OAAO,KACP,QAAQ,YACR,KAAK,OACL,MAAM,6BAEN,SAAA,CAACC,EAAAA,IAAA,IAAA,CAAE,SAAS,sBACV,SAAAA,EAAA,IAAC,OAAA,CACC,EAAE,y2BACF,KAAK,SAAA,CAAA,EAET,EACCA,MAAA,OAAA,CACC,SAACA,EAAA,IAAA,WAAA,CAAS,GAAG,gBACX,SAAAA,EAAA,IAAC,OAAA,CACC,MAAM,KACN,OAAO,KACP,KAAK,QACL,UAAU,kBAAA,GAEd,CACF,CAAA,CAAA,CAAA,CACF"}
1
+ {"version":3,"file":"LockIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/LockIcon.tsx"],"sourcesContent":["const LockIcon = () => (\n <svg\n width=\"12\"\n height=\"13\"\n viewBox=\"0 0 12 13\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <g clipPath=\"url(#clip0_251_243)\">\n <path\n d=\"M8.62497 4.99975H8.24997V3.12476C8.24997 2.52802 8.01292 1.95572 7.59096 1.53377C7.169 1.11181 6.59671 0.874756 5.99997 0.874756C5.40323 0.874756 4.83094 1.11181 4.40898 1.53377C3.98702 1.95572 3.74997 2.52802 3.74997 3.12476V4.99975H3.37497C2.97728 5.00019 2.596 5.15836 2.31479 5.43957C2.03358 5.72078 1.8754 6.10206 1.87497 6.49975V10.6248C1.8754 11.0224 2.03358 11.4037 2.31479 11.6849C2.596 11.9661 2.97728 12.1243 3.37497 12.1248H8.62497C9.02266 12.1243 9.40394 11.9661 9.68515 11.6849C9.96636 11.4037 10.1245 11.0224 10.125 10.6248V6.49975C10.1245 6.10206 9.96636 5.72078 9.68515 5.43957C9.40394 5.15836 9.02266 5.00019 8.62497 4.99975ZM7.49997 4.99975H4.49997V3.12476C4.49997 2.72693 4.658 2.3454 4.93931 2.0641C5.22061 1.78279 5.60214 1.62476 5.99997 1.62476C6.39779 1.62476 6.77932 1.78279 7.06063 2.0641C7.34193 2.3454 7.49997 2.72693 7.49997 3.12476V4.99975Z\"\n fill=\"#3C4257\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_251_243\">\n <rect\n width=\"12\"\n height=\"12\"\n fill=\"white\"\n transform=\"translate(0 0.5)\"\n />\n </clipPath>\n </defs>\n </svg>\n);\n\nexport default LockIcon;\n"],"names":["LockIcon","React"],"mappings":"qGAAMA,EAAWA,IACdC,EAAAA,QAAA,cAAA,MAAA,CACC,MAAM,KACN,OAAO,KACP,QAAQ,YACR,KAAK,OACL,MAAM,8BAELA,EAAAA,QAAA,cAAA,IAAA,CAAE,SAAS,qBACV,EAAAA,EAAAA,QAAA,cAAC,QACC,EAAE,y2BACF,KAAK,SAAS,CAAA,CAElB,EACCA,EAAAA,QAAA,cAAA,OAAA,6BACE,WAAS,CAAA,GAAG,iBACVA,EAAA,QAAA,cAAA,OAAA,CACC,MAAM,KACN,OAAO,KACP,KAAK,QACL,UAAU,kBAAkB,CAAA,CAEhC,CACF,CACF"}
@@ -1,2 +1,2 @@
1
- "use strict";const C=require("react/jsx-runtime"),t=()=>C.jsx("svg",{width:"14",height:"15",viewBox:"0 0 14 15",xmlns:"http://www.w3.org/2000/svg",children:C.jsx("path",{d:"M12.4881 12.0235L9.91536 9.45071C10.5348 8.62611 10.8691 7.62242 10.868 6.5911C10.868 3.9568 8.72481 1.8136 6.09052 1.8136C3.45622 1.8136 1.31302 3.9568 1.31302 6.5911C1.31302 9.22539 3.45622 11.3686 6.09052 11.3686C7.12184 11.3697 8.12553 11.0353 8.95013 10.4159L11.5229 12.9887C11.6531 13.1051 11.823 13.1673 11.9976 13.1624C12.1722 13.1575 12.3383 13.086 12.4619 12.9624C12.5854 12.8389 12.6569 12.6728 12.6618 12.4982C12.6667 12.3236 12.6046 12.1537 12.4881 12.0235ZM2.67802 6.5911C2.67802 5.91617 2.87816 5.2564 3.25313 4.69521C3.6281 4.13403 4.16106 3.69664 4.78461 3.43836C5.40816 3.18008 6.0943 3.1125 6.75626 3.24417C7.41822 3.37584 8.02627 3.70085 8.50352 4.1781C8.98077 4.65534 9.30578 5.26339 9.43745 5.92535C9.56912 6.58731 9.50154 7.27345 9.24326 7.897C8.98497 8.52056 8.54758 9.05352 7.9864 9.42849C7.42522 9.80346 6.76545 10.0036 6.09052 10.0036C5.1858 10.0025 4.31845 9.64263 3.67872 9.0029C3.03898 8.36317 2.6791 7.49582 2.67802 6.5911Z",fill:"currentColor"})});module.exports=t;
1
+ "use strict";const C=require("react"),o=t=>t&&typeof t=="object"&&"default"in t?t:{default:t},e=o(C),a=()=>e.default.createElement("svg",{width:"14",height:"15",viewBox:"0 0 14 15",xmlns:"http://www.w3.org/2000/svg"},e.default.createElement("path",{d:"M12.4881 12.0235L9.91536 9.45071C10.5348 8.62611 10.8691 7.62242 10.868 6.5911C10.868 3.9568 8.72481 1.8136 6.09052 1.8136C3.45622 1.8136 1.31302 3.9568 1.31302 6.5911C1.31302 9.22539 3.45622 11.3686 6.09052 11.3686C7.12184 11.3697 8.12553 11.0353 8.95013 10.4159L11.5229 12.9887C11.6531 13.1051 11.823 13.1673 11.9976 13.1624C12.1722 13.1575 12.3383 13.086 12.4619 12.9624C12.5854 12.8389 12.6569 12.6728 12.6618 12.4982C12.6667 12.3236 12.6046 12.1537 12.4881 12.0235ZM2.67802 6.5911C2.67802 5.91617 2.87816 5.2564 3.25313 4.69521C3.6281 4.13403 4.16106 3.69664 4.78461 3.43836C5.40816 3.18008 6.0943 3.1125 6.75626 3.24417C7.41822 3.37584 8.02627 3.70085 8.50352 4.1781C8.98077 4.65534 9.30578 5.26339 9.43745 5.92535C9.56912 6.58731 9.50154 7.27345 9.24326 7.897C8.98497 8.52056 8.54758 9.05352 7.9864 9.42849C7.42522 9.80346 6.76545 10.0036 6.09052 10.0036C5.1858 10.0025 4.31845 9.64263 3.67872 9.0029C3.03898 8.36317 2.6791 7.49582 2.67802 6.5911Z",fill:"currentColor"}));module.exports=a;
2
2
  //# sourceMappingURL=SearchIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/SearchIcon.tsx"],"sourcesContent":["const SearchIcon = () => (\n <svg\n width=\"14\"\n height=\"15\"\n viewBox=\"0 0 14 15\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M12.4881 12.0235L9.91536 9.45071C10.5348 8.62611 10.8691 7.62242 10.868 6.5911C10.868 3.9568 8.72481 1.8136 6.09052 1.8136C3.45622 1.8136 1.31302 3.9568 1.31302 6.5911C1.31302 9.22539 3.45622 11.3686 6.09052 11.3686C7.12184 11.3697 8.12553 11.0353 8.95013 10.4159L11.5229 12.9887C11.6531 13.1051 11.823 13.1673 11.9976 13.1624C12.1722 13.1575 12.3383 13.086 12.4619 12.9624C12.5854 12.8389 12.6569 12.6728 12.6618 12.4982C12.6667 12.3236 12.6046 12.1537 12.4881 12.0235ZM2.67802 6.5911C2.67802 5.91617 2.87816 5.2564 3.25313 4.69521C3.6281 4.13403 4.16106 3.69664 4.78461 3.43836C5.40816 3.18008 6.0943 3.1125 6.75626 3.24417C7.41822 3.37584 8.02627 3.70085 8.50352 4.1781C8.98077 4.65534 9.30578 5.26339 9.43745 5.92535C9.56912 6.58731 9.50154 7.27345 9.24326 7.897C8.98497 8.52056 8.54758 9.05352 7.9864 9.42849C7.42522 9.80346 6.76545 10.0036 6.09052 10.0036C5.1858 10.0025 4.31845 9.64263 3.67872 9.0029C3.03898 8.36317 2.6791 7.49582 2.67802 6.5911Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n\nexport default SearchIcon\n"],"names":["SearchIcon","jsx"],"mappings":"kDAAMA,EAAa,IAChBC,EAAA,IAAC,MAAA,CACA,MAAM,KACN,OAAO,KACP,QAAQ,YACR,MAAM,6BAEN,SAAAA,EAAA,IAAC,OAAA,CACC,EAAE,67BACF,KAAK,cAAA,CACP,CAAA,CACF"}
1
+ {"version":3,"file":"SearchIcon.js","sources":["../../../../../../../src/modules/slack/components/SlackChannelCombobox/icons/SearchIcon.tsx"],"sourcesContent":["const SearchIcon = () => (\n <svg\n width=\"14\"\n height=\"15\"\n viewBox=\"0 0 14 15\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M12.4881 12.0235L9.91536 9.45071C10.5348 8.62611 10.8691 7.62242 10.868 6.5911C10.868 3.9568 8.72481 1.8136 6.09052 1.8136C3.45622 1.8136 1.31302 3.9568 1.31302 6.5911C1.31302 9.22539 3.45622 11.3686 6.09052 11.3686C7.12184 11.3697 8.12553 11.0353 8.95013 10.4159L11.5229 12.9887C11.6531 13.1051 11.823 13.1673 11.9976 13.1624C12.1722 13.1575 12.3383 13.086 12.4619 12.9624C12.5854 12.8389 12.6569 12.6728 12.6618 12.4982C12.6667 12.3236 12.6046 12.1537 12.4881 12.0235ZM2.67802 6.5911C2.67802 5.91617 2.87816 5.2564 3.25313 4.69521C3.6281 4.13403 4.16106 3.69664 4.78461 3.43836C5.40816 3.18008 6.0943 3.1125 6.75626 3.24417C7.41822 3.37584 8.02627 3.70085 8.50352 4.1781C8.98077 4.65534 9.30578 5.26339 9.43745 5.92535C9.56912 6.58731 9.50154 7.27345 9.24326 7.897C8.98497 8.52056 8.54758 9.05352 7.9864 9.42849C7.42522 9.80346 6.76545 10.0036 6.09052 10.0036C5.1858 10.0025 4.31845 9.64263 3.67872 9.0029C3.03898 8.36317 2.6791 7.49582 2.67802 6.5911Z\"\n fill=\"currentColor\"\n />\n </svg>\n);\n\nexport default SearchIcon\n"],"names":["SearchIcon","React"],"mappings":"qGAAMA,EAAaA,IAChBC,UAAA,cAAC,OACA,MAAM,KACN,OAAO,KACP,QAAQ,YACR,MAAM,8BAELA,EAAA,QAAA,cAAA,OAAA,CACC,EAAE,67BACF,KAAK,eAAc,CAEvB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),t=({height:c,width:e})=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",style:{height:c,width:e},viewBox:"0 0 122.8 122.8",children:[s.jsx("path",{d:"M25.8 77.6c0 7.1-5.8 12.9-12.9 12.9S0 84.7 0 77.6s5.8-12.9 12.9-12.9h12.9v12.9zm6.5 0c0-7.1 5.8-12.9 12.9-12.9s12.9 5.8 12.9 12.9v32.3c0 7.1-5.8 12.9-12.9 12.9s-12.9-5.8-12.9-12.9V77.6z",fill:"#e01e5a"}),s.jsx("path",{d:"M45.2 25.8c-7.1 0-12.9-5.8-12.9-12.9S38.1 0 45.2 0s12.9 5.8 12.9 12.9v12.9H45.2zm0 6.5c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9H12.9C5.8 58.1 0 52.3 0 45.2s5.8-12.9 12.9-12.9h32.3z",fill:"#36c5f0"}),s.jsx("path",{d:"M97 45.2c0-7.1 5.8-12.9 12.9-12.9s12.9 5.8 12.9 12.9-5.8 12.9-12.9 12.9H97V45.2zm-6.5 0c0 7.1-5.8 12.9-12.9 12.9s-12.9-5.8-12.9-12.9V12.9C64.7 5.8 70.5 0 77.6 0s12.9 5.8 12.9 12.9v32.3z",fill:"#2eb67d"}),s.jsx("path",{d:"M77.6 97c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9-12.9-5.8-12.9-12.9V97h12.9zm0-6.5c-7.1 0-12.9-5.8-12.9-12.9s5.8-12.9 12.9-12.9h32.3c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9H77.6z",fill:"#ecb22e"})]});exports.SlackIcon=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),a=e=>e&&typeof e=="object"&&"default"in e?e:{default:e},t=a(l),s=({height:e,width:c})=>t.default.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",style:{height:e,width:c},viewBox:"0 0 122.8 122.8"},t.default.createElement("path",{d:"M25.8 77.6c0 7.1-5.8 12.9-12.9 12.9S0 84.7 0 77.6s5.8-12.9 12.9-12.9h12.9v12.9zm6.5 0c0-7.1 5.8-12.9 12.9-12.9s12.9 5.8 12.9 12.9v32.3c0 7.1-5.8 12.9-12.9 12.9s-12.9-5.8-12.9-12.9V77.6z",fill:"#e01e5a"}),t.default.createElement("path",{d:"M45.2 25.8c-7.1 0-12.9-5.8-12.9-12.9S38.1 0 45.2 0s12.9 5.8 12.9 12.9v12.9H45.2zm0 6.5c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9H12.9C5.8 58.1 0 52.3 0 45.2s5.8-12.9 12.9-12.9h32.3z",fill:"#36c5f0"}),t.default.createElement("path",{d:"M97 45.2c0-7.1 5.8-12.9 12.9-12.9s12.9 5.8 12.9 12.9-5.8 12.9-12.9 12.9H97V45.2zm-6.5 0c0 7.1-5.8 12.9-12.9 12.9s-12.9-5.8-12.9-12.9V12.9C64.7 5.8 70.5 0 77.6 0s12.9 5.8 12.9 12.9v32.3z",fill:"#2eb67d"}),t.default.createElement("path",{d:"M77.6 97c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9-12.9-5.8-12.9-12.9V97h12.9zm0-6.5c-7.1 0-12.9-5.8-12.9-12.9s5.8-12.9 12.9-12.9h32.3c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9H77.6z",fill:"#ecb22e"}));exports.SlackIcon=s;
2
2
  //# sourceMappingURL=SlackIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SlackIcon.js","sources":["../../../../../../src/modules/slack/components/SlackIcon/SlackIcon.tsx"],"sourcesContent":["export const SlackIcon = ({\n height,\n width,\n}: {\n height: string;\n width: string;\n}) => {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ height, width }}\n viewBox=\"0 0 122.8 122.8\"\n >\n <path\n d=\"M25.8 77.6c0 7.1-5.8 12.9-12.9 12.9S0 84.7 0 77.6s5.8-12.9 12.9-12.9h12.9v12.9zm6.5 0c0-7.1 5.8-12.9 12.9-12.9s12.9 5.8 12.9 12.9v32.3c0 7.1-5.8 12.9-12.9 12.9s-12.9-5.8-12.9-12.9V77.6z\"\n fill=\"#e01e5a\"\n ></path>\n <path\n d=\"M45.2 25.8c-7.1 0-12.9-5.8-12.9-12.9S38.1 0 45.2 0s12.9 5.8 12.9 12.9v12.9H45.2zm0 6.5c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9H12.9C5.8 58.1 0 52.3 0 45.2s5.8-12.9 12.9-12.9h32.3z\"\n fill=\"#36c5f0\"\n ></path>\n <path\n d=\"M97 45.2c0-7.1 5.8-12.9 12.9-12.9s12.9 5.8 12.9 12.9-5.8 12.9-12.9 12.9H97V45.2zm-6.5 0c0 7.1-5.8 12.9-12.9 12.9s-12.9-5.8-12.9-12.9V12.9C64.7 5.8 70.5 0 77.6 0s12.9 5.8 12.9 12.9v32.3z\"\n fill=\"#2eb67d\"\n ></path>\n <path\n d=\"M77.6 97c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9-12.9-5.8-12.9-12.9V97h12.9zm0-6.5c-7.1 0-12.9-5.8-12.9-12.9s5.8-12.9 12.9-12.9h32.3c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9H77.6z\"\n fill=\"#ecb22e\"\n ></path>\n </svg>\n );\n};\n"],"names":["SlackIcon","height","width","jsxs","jsx"],"mappings":"qHAAaA,EAAY,CAAC,CACxB,OAAAC,EACA,MAAAC,CACF,IAKIC,EAAA,KAAC,MAAA,CACC,MAAM,6BACN,MAAO,CAAE,OAAAF,EAAQ,MAAAC,CAAM,EACvB,QAAQ,kBAER,SAAA,CAAAE,EAAA,IAAC,OAAA,CACC,EAAE,4LACF,KAAK,SAAA,CACN,EACDA,EAAA,IAAC,OAAA,CACC,EAAE,2LACF,KAAK,SAAA,CACN,EACDA,EAAA,IAAC,OAAA,CACC,EAAE,4LACF,KAAK,SAAA,CACN,EACDA,EAAA,IAAC,OAAA,CACC,EAAE,+LACF,KAAK,SAAA,CACN,CAAA,CAAA,CAAA"}
1
+ {"version":3,"file":"SlackIcon.js","sources":["../../../../../../src/modules/slack/components/SlackIcon/SlackIcon.tsx"],"sourcesContent":["export const SlackIcon = ({\n height,\n width,\n}: {\n height: string;\n width: string;\n}) => {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ height, width }}\n viewBox=\"0 0 122.8 122.8\"\n >\n <path\n d=\"M25.8 77.6c0 7.1-5.8 12.9-12.9 12.9S0 84.7 0 77.6s5.8-12.9 12.9-12.9h12.9v12.9zm6.5 0c0-7.1 5.8-12.9 12.9-12.9s12.9 5.8 12.9 12.9v32.3c0 7.1-5.8 12.9-12.9 12.9s-12.9-5.8-12.9-12.9V77.6z\"\n fill=\"#e01e5a\"\n ></path>\n <path\n d=\"M45.2 25.8c-7.1 0-12.9-5.8-12.9-12.9S38.1 0 45.2 0s12.9 5.8 12.9 12.9v12.9H45.2zm0 6.5c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9H12.9C5.8 58.1 0 52.3 0 45.2s5.8-12.9 12.9-12.9h32.3z\"\n fill=\"#36c5f0\"\n ></path>\n <path\n d=\"M97 45.2c0-7.1 5.8-12.9 12.9-12.9s12.9 5.8 12.9 12.9-5.8 12.9-12.9 12.9H97V45.2zm-6.5 0c0 7.1-5.8 12.9-12.9 12.9s-12.9-5.8-12.9-12.9V12.9C64.7 5.8 70.5 0 77.6 0s12.9 5.8 12.9 12.9v32.3z\"\n fill=\"#2eb67d\"\n ></path>\n <path\n d=\"M77.6 97c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9-12.9-5.8-12.9-12.9V97h12.9zm0-6.5c-7.1 0-12.9-5.8-12.9-12.9s5.8-12.9 12.9-12.9h32.3c7.1 0 12.9 5.8 12.9 12.9s-5.8 12.9-12.9 12.9H77.6z\"\n fill=\"#ecb22e\"\n ></path>\n </svg>\n );\n};\n"],"names":["SlackIcon","height","width","React"],"mappings":"wKAAaA,EAAYA,CAAC,CACxBC,OAAAA,EACAC,MAAAA,CAIF,IAEKC,EAAAA,QAAA,cAAA,MAAA,CACC,MAAM,6BACN,MAAO,CAAEF,OAAAA,EAAQC,MAAAA,CAAAA,EACjB,QAAQ,mBAERC,EAAAA,QAAA,cAAC,OACC,CAAA,EAAE,4LACF,KAAK,SACN,CAAA,EACAA,EAAAA,QAAA,cAAA,OAAA,CACC,EAAE,2LACF,KAAK,SACN,CAAA,EACAA,EAAAA,QAAA,cAAA,OAAA,CACC,EAAE,4LACF,KAAK,SACN,CAAA,EACDA,EAAAA,QAAA,cAAC,OACC,CAAA,EAAE,+LACF,KAAK,SACN,CAAA,CACH"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=theme.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,38 +1,22 @@
1
- import { jsxs as b, jsx as e } from "react/jsx-runtime";
2
- import { useKnockFeed as m } from "@knocklabs/react-core";
3
- import { ButtonSpinner as c } from "./ButtonSpinner.mjs";
1
+ import e from "react";
2
+ import { useKnockFeed as c } from "@knocklabs/react-core";
3
+ import { ButtonSpinner as b } from "./ButtonSpinner.mjs";
4
4
 
5
- const j = ({
5
+ const _ = ({
6
6
  variant: r = "primary",
7
- loadingText: o,
7
+ loadingText: n,
8
8
  isLoading: t = !1,
9
- isDisabled: s = !1,
10
- isFullWidth: u = !1,
11
- onClick: a,
12
- children: n
9
+ isDisabled: a = !1,
10
+ isFullWidth: s = !1,
11
+ onClick: l,
12
+ children: o
13
13
  }) => {
14
- const { colorMode: f } = m(), l = [
15
- "rnf-button",
16
- `rnf-button--${r}`,
17
- u ? "rnf-button--full-width" : "",
18
- t ? "rnf-button--is-loading" : "",
19
- `rnf-button--${f}`
20
- ].join(" ");
21
- return /* @__PURE__ */ b(
22
- "button",
23
- {
24
- onClick: a,
25
- className: l,
26
- disabled: t || s,
27
- type: "button",
28
- children: [
29
- t && /* @__PURE__ */ e(c, { hasLabel: !!o }),
30
- t ? o || /* @__PURE__ */ e("span", { className: "rnf-button__button-text-hidden", children: n }) : n
31
- ]
32
- }
33
- );
14
+ const {
15
+ colorMode: u
16
+ } = c(), f = ["rnf-button", `rnf-button--${r}`, s ? "rnf-button--full-width" : "", t ? "rnf-button--is-loading" : "", `rnf-button--${u}`].join(" "), m = n || /* @__PURE__ */ e.createElement("span", { className: "rnf-button__button-text-hidden" }, o);
17
+ return /* @__PURE__ */ e.createElement("button", { onClick: l, className: f, disabled: t || a, type: "button" }, t && /* @__PURE__ */ e.createElement(b, { hasLabel: !!n }), t ? m : o);
34
18
  };
35
19
  export {
36
- j as Button
20
+ _ as Button
37
21
  };
38
22
  //# sourceMappingURL=Button.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.mjs","sources":["../../../../../../src/modules/core/components/Button/Button.tsx"],"sourcesContent":["import React, { PropsWithChildren } from \"react\";\nimport { useKnockFeed } from \"@knocklabs/react-core\";\nimport { ButtonSpinner } from \"./ButtonSpinner\";\n\nimport \"./styles.css\";\n\nexport type ButtonProps = {\n variant: \"primary\" | \"secondary\";\n loadingText?: string;\n isLoading?: boolean;\n isDisabled?: boolean;\n isFullWidth?: boolean;\n onClick: (e: React.MouseEvent) => void;\n};\n\nexport const Button: React.FC<PropsWithChildren<ButtonProps>> = ({\n variant = \"primary\",\n loadingText,\n isLoading = false,\n isDisabled = false,\n isFullWidth = false,\n onClick,\n children,\n}) => {\n const { colorMode } = useKnockFeed();\n\n const classNames = [\n \"rnf-button\",\n `rnf-button--${variant}`,\n isFullWidth ? \"rnf-button--full-width\" : \"\",\n isLoading ? \"rnf-button--is-loading\" : \"\",\n `rnf-button--${colorMode}`,\n ].join(\" \");\n\n // In this case when there's no loading text, we still want to display the original\n // content of the button, but make it hidden. That allows us to keep the button width\n // consistent and show the spinner in the middle, meaning no layout shift.\n const textToShowWhileLoading = loadingText || (\n <span className=\"rnf-button__button-text-hidden\">{children}</span>\n );\n\n return (\n <button\n onClick={onClick}\n className={classNames}\n disabled={isLoading || isDisabled}\n type=\"button\"\n >\n {isLoading && <ButtonSpinner hasLabel={!!loadingText} />}\n {isLoading ? textToShowWhileLoading : children}\n </button>\n );\n};\n"],"names":["Button","variant","loadingText","isLoading","isDisabled","isFullWidth","onClick","children","colorMode","useKnockFeed","classNames","jsxs","jsx","ButtonSpinner"],"mappings":";;;;AAeO,MAAMA,IAAmD,CAAC;AAAA,EAC/D,SAAAC,IAAU;AAAA,EACV,aAAAC;AAAA,EACA,WAAAC,IAAY;AAAA,EACZ,YAAAC,IAAa;AAAA,EACb,aAAAC,IAAc;AAAA,EACd,SAAAC;AAAA,EACA,UAAAC;AACF,MAAM;AACE,QAAA,EAAE,WAAAC,MAAcC,KAEhBC,IAAa;AAAA,IACjB;AAAA,IACA,eAAeT,CAAO;AAAA,IACtBI,IAAc,2BAA2B;AAAA,IACzCF,IAAY,2BAA2B;AAAA,IACvC,eAAeK,CAAS;AAAA,EAAA,EACxB,KAAK,GAAG;AAUR,SAAA,gBAAAG;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,SAAAL;AAAA,MACA,WAAWI;AAAA,MACX,UAAUP,KAAaC;AAAA,MACvB,MAAK;AAAA,MAEJ,UAAA;AAAA,QAAAD,KAAc,gBAAAS,EAAAC,GAAA,EAAc,UAAU,CAAC,CAACX,GAAa;AAAA,QACrDC,IAZ0BD,KAC7B,gBAAAU,EAAC,QAAK,EAAA,WAAU,kCAAkC,UAAAL,EAAS,CAAA,IAWnBA;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAG5C;"}
1
+ {"version":3,"file":"Button.mjs","sources":["../../../../../../src/modules/core/components/Button/Button.tsx"],"sourcesContent":["import React, { PropsWithChildren } from \"react\";\nimport { useKnockFeed } from \"@knocklabs/react-core\";\nimport { ButtonSpinner } from \"./ButtonSpinner\";\n\nimport \"./styles.css\";\n\nexport type ButtonProps = {\n variant: \"primary\" | \"secondary\";\n loadingText?: string;\n isLoading?: boolean;\n isDisabled?: boolean;\n isFullWidth?: boolean;\n onClick: (e: React.MouseEvent) => void;\n};\n\nexport const Button: React.FC<PropsWithChildren<ButtonProps>> = ({\n variant = \"primary\",\n loadingText,\n isLoading = false,\n isDisabled = false,\n isFullWidth = false,\n onClick,\n children,\n}) => {\n const { colorMode } = useKnockFeed();\n\n const classNames = [\n \"rnf-button\",\n `rnf-button--${variant}`,\n isFullWidth ? \"rnf-button--full-width\" : \"\",\n isLoading ? \"rnf-button--is-loading\" : \"\",\n `rnf-button--${colorMode}`,\n ].join(\" \");\n\n // In this case when there's no loading text, we still want to display the original\n // content of the button, but make it hidden. That allows us to keep the button width\n // consistent and show the spinner in the middle, meaning no layout shift.\n const textToShowWhileLoading = loadingText || (\n <span className=\"rnf-button__button-text-hidden\">{children}</span>\n );\n\n return (\n <button\n onClick={onClick}\n className={classNames}\n disabled={isLoading || isDisabled}\n type=\"button\"\n >\n {isLoading && <ButtonSpinner hasLabel={!!loadingText} />}\n {isLoading ? textToShowWhileLoading : children}\n </button>\n );\n};\n"],"names":["Button","variant","loadingText","isLoading","isDisabled","isFullWidth","onClick","children","colorMode","useKnockFeed","classNames","join","textToShowWhileLoading","React","ButtonSpinner"],"mappings":";;;;AAeO,MAAMA,IAAmDA,CAAC;AAAA,EAC/DC,SAAAA,IAAU;AAAA,EACVC,aAAAA;AAAAA,EACAC,WAAAA,IAAY;AAAA,EACZC,YAAAA,IAAa;AAAA,EACbC,aAAAA,IAAc;AAAA,EACdC,SAAAA;AAAAA,EACAC,UAAAA;AACF,MAAM;AACE,QAAA;AAAA,IAAEC,WAAAA;AAAAA,MAAcC,EAAa,GAE7BC,IAAa,CACjB,cACC,eAAcT,CAAQ,IACvBI,IAAc,2BAA2B,IACzCF,IAAY,2BAA2B,IACtC,eAAcK,CAAU,EAAC,EAC1BG,KAAK,GAAG,GAKJC,IAAyBV,KAC7BW,gBAAAA,EAAA,cAAC,QAAK,EAAA,WAAU,oCAAkCN,CAAS;AAI3D,SAAAM,gBAAAA,EAAA,cAAC,YACC,SAAAP,GACA,WAAWI,GACX,UAAUP,KAAaC,GACvB,MAAK,SAAA,GAEJD,KAAcU,gBAAAA,EAAA,cAAAC,GAAA,EAAc,UAAU,CAAC,CAACZ,GAAe,GACvDC,IAAYS,IAAyBL,CACxC;AAEJ;"}
@@ -1,7 +1,9 @@
1
- import { jsx as t } from "react/jsx-runtime";
1
+ import o from "react";
2
2
 
3
- const m = ({ children: o }) => /* @__PURE__ */ t("div", { className: "rnf-button-group", children: o });
3
+ const a = ({
4
+ children: t
5
+ }) => /* @__PURE__ */ o.createElement("div", { className: "rnf-button-group" }, t);
4
6
  export {
5
- m as ButtonGroup
7
+ a as ButtonGroup
6
8
  };
7
9
  //# sourceMappingURL=ButtonGroup.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonGroup.mjs","sources":["../../../../../../src/modules/core/components/Button/ButtonGroup.tsx"],"sourcesContent":["import React, { PropsWithChildren } from \"react\";\n\nimport \"./styles.css\";\n\nexport const ButtonGroup: React.FC<PropsWithChildren> = ({ children }) => (\n <div className=\"rnf-button-group\">{children}</div>\n);\n"],"names":["ButtonGroup","children","jsx"],"mappings":";;AAIa,MAAAA,IAA2C,CAAC,EAAE,UAAAC,QACxD,gBAAAC,EAAA,OAAA,EAAI,WAAU,oBAAoB,UAAAD,EAAS,CAAA;"}
1
+ {"version":3,"file":"ButtonGroup.mjs","sources":["../../../../../../src/modules/core/components/Button/ButtonGroup.tsx"],"sourcesContent":["import React, { PropsWithChildren } from \"react\";\n\nimport \"./styles.css\";\n\nexport const ButtonGroup: React.FC<PropsWithChildren> = ({ children }) => (\n <div className=\"rnf-button-group\">{children}</div>\n);\n"],"names":["ButtonGroup","children","React"],"mappings":";;AAIO,MAAMA,IAA2CA,CAAC;AAAA,EAAEC,UAAAA;AAAS,MACjEC,gBAAAA,EAAA,cAAA,OAAA,EAAI,WAAU,mBAAA,GAAoBD,CAAS;"}
@@ -1,14 +1,10 @@
1
- import { jsx as n } from "react/jsx-runtime";
2
- import { Spinner as r } from "../Spinner/Spinner.mjs";
1
+ import t from "react";
2
+ import { Spinner as n } from "../Spinner/Spinner.mjs";
3
3
 
4
- const p = ({ hasLabel: t }) => /* @__PURE__ */ n(
5
- "div",
6
- {
7
- className: `rnf-button-spinner rnf-button-spinner--${t ? "with-label" : "without-label"}`,
8
- children: /* @__PURE__ */ n(r, {})
9
- }
10
- );
4
+ const l = ({
5
+ hasLabel: e
6
+ }) => /* @__PURE__ */ t.createElement("div", { className: `rnf-button-spinner rnf-button-spinner--${e ? "with-label" : "without-label"}` }, /* @__PURE__ */ t.createElement(n, null));
11
7
  export {
12
- p as ButtonSpinner
8
+ l as ButtonSpinner
13
9
  };
14
10
  //# sourceMappingURL=ButtonSpinner.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonSpinner.mjs","sources":["../../../../../../src/modules/core/components/Button/ButtonSpinner.tsx"],"sourcesContent":["import React from \"react\";\nimport { Spinner } from \"../Spinner\";\n\nimport \"./styles.css\";\n\ntype ButtonSpinnerProps = {\n hasLabel: boolean;\n};\n\nexport const ButtonSpinner: React.FC<ButtonSpinnerProps> = ({ hasLabel }) => (\n <div\n className={`rnf-button-spinner rnf-button-spinner--${\n hasLabel ? \"with-label\" : \"without-label\"\n }`}\n >\n <Spinner />\n </div>\n);\n"],"names":["ButtonSpinner","hasLabel","jsx","Spinner"],"mappings":";;;AASO,MAAMA,IAA8C,CAAC,EAAE,UAAAC,EAAA,MAC5D,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,WAAW,0CACTD,IAAW,eAAe,eAC5B;AAAA,IAEA,4BAACE,GAAQ,EAAA;AAAA,EAAA;AACX;"}
1
+ {"version":3,"file":"ButtonSpinner.mjs","sources":["../../../../../../src/modules/core/components/Button/ButtonSpinner.tsx"],"sourcesContent":["import React from \"react\";\nimport { Spinner } from \"../Spinner\";\n\nimport \"./styles.css\";\n\ntype ButtonSpinnerProps = {\n hasLabel: boolean;\n};\n\nexport const ButtonSpinner: React.FC<ButtonSpinnerProps> = ({ hasLabel }) => (\n <div\n className={`rnf-button-spinner rnf-button-spinner--${\n hasLabel ? \"with-label\" : \"without-label\"\n }`}\n >\n <Spinner />\n </div>\n);\n"],"names":["ButtonSpinner","hasLabel","React","Spinner"],"mappings":";;;AASO,MAAMA,IAA8CA,CAAC;AAAA,EAAEC,UAAAA;AAAS,MACrEC,gBAAAA,EAAA,cAAC,OACC,EAAA,WAAY,0CACVD,IAAW,eAAe,eAC3B,GAAA,GAEAC,gBAAAA,EAAA,cAAAC,GAAA,IAAO,CACV;"}
@@ -1,29 +1,11 @@
1
- import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
- function C({ width: r = 24, height: e = 24 }) {
3
- return /* @__PURE__ */ n("svg", { width: r, viewBox: "0 0 24 24", fill: "none", height: e, children: [
4
- /* @__PURE__ */ o(
5
- "path",
6
- {
7
- d: "M20.0474 16.4728C18.8436 14.9996 17.9938 14.2496 17.9938 10.1879C17.9938 6.46832 16.0944 5.14317 14.5311 4.49957C14.3235 4.41426 14.128 4.21832 14.0647 4.00504C13.7905 3.07176 13.0217 2.24957 11.9999 2.24957C10.978 2.24957 10.2088 3.07223 9.93736 4.00598C9.87408 4.2216 9.67861 4.41426 9.47096 4.49957C7.9058 5.1441 6.0083 6.46457 6.0083 10.1879C6.00596 14.2496 5.15611 14.9996 3.95237 16.4728C3.45362 17.0832 3.89049 17.9996 4.76283 17.9996H19.2416C20.1092 17.9996 20.5433 17.0803 20.0474 16.4728Z",
8
- stroke: "currentColor",
9
- strokeWidth: "1.5",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round"
12
- }
13
- ),
14
- /* @__PURE__ */ o(
15
- "path",
16
- {
17
- d: "M14.9999 17.9988V18.7488C14.9999 19.5445 14.6838 20.3075 14.1212 20.8701C13.5586 21.4327 12.7955 21.7488 11.9999 21.7488C11.2042 21.7488 10.4412 21.4327 9.87856 20.8701C9.31595 20.3075 8.99988 19.5445 8.99988 18.7488V17.9988",
18
- stroke: "currentColor",
19
- strokeWidth: "1.5",
20
- strokeLinecap: "round",
21
- strokeLinejoin: "round"
22
- }
23
- )
24
- ] });
1
+ import e from "react";
2
+ function n({
3
+ width: r = 24,
4
+ height: t = 24
5
+ }) {
6
+ return /* @__PURE__ */ e.createElement("svg", { width: r, viewBox: "0 0 24 24", fill: "none", height: t }, /* @__PURE__ */ e.createElement("path", { d: "M20.0474 16.4728C18.8436 14.9996 17.9938 14.2496 17.9938 10.1879C17.9938 6.46832 16.0944 5.14317 14.5311 4.49957C14.3235 4.41426 14.128 4.21832 14.0647 4.00504C13.7905 3.07176 13.0217 2.24957 11.9999 2.24957C10.978 2.24957 10.2088 3.07223 9.93736 4.00598C9.87408 4.2216 9.67861 4.41426 9.47096 4.49957C7.9058 5.1441 6.0083 6.46457 6.0083 10.1879C6.00596 14.2496 5.15611 14.9996 3.95237 16.4728C3.45362 17.0832 3.89049 17.9996 4.76283 17.9996H19.2416C20.1092 17.9996 20.5433 17.0803 20.0474 16.4728Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M14.9999 17.9988V18.7488C14.9999 19.5445 14.6838 20.3075 14.1212 20.8701C13.5586 21.4327 12.7955 21.7488 11.9999 21.7488C11.2042 21.7488 10.4412 21.4327 9.87856 20.8701C9.31595 20.3075 8.99988 19.5445 8.99988 18.7488V17.9988", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }));
25
7
  }
26
8
  export {
27
- C as BellIcon
9
+ n as BellIcon
28
10
  };
29
11
  //# sourceMappingURL=Bell.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Bell.mjs","sources":["../../../../../../src/modules/core/components/Icons/Bell.tsx"],"sourcesContent":["function BellIcon({ width = 24, height = 24 }) {\n return (\n <svg width={width} viewBox=\"0 0 24 24\" fill=\"none\" height={height}>\n <path\n d=\"M20.0474 16.4728C18.8436 14.9996 17.9938 14.2496 17.9938 10.1879C17.9938 6.46832 16.0944 5.14317 14.5311 4.49957C14.3235 4.41426 14.128 4.21832 14.0647 4.00504C13.7905 3.07176 13.0217 2.24957 11.9999 2.24957C10.978 2.24957 10.2088 3.07223 9.93736 4.00598C9.87408 4.2216 9.67861 4.41426 9.47096 4.49957C7.9058 5.1441 6.0083 6.46457 6.0083 10.1879C6.00596 14.2496 5.15611 14.9996 3.95237 16.4728C3.45362 17.0832 3.89049 17.9996 4.76283 17.9996H19.2416C20.1092 17.9996 20.5433 17.0803 20.0474 16.4728Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.9999 17.9988V18.7488C14.9999 19.5445 14.6838 20.3075 14.1212 20.8701C13.5586 21.4327 12.7955 21.7488 11.9999 21.7488C11.2042 21.7488 10.4412 21.4327 9.87856 20.8701C9.31595 20.3075 8.99988 19.5445 8.99988 18.7488V17.9988\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n}\n\nexport { BellIcon };\n"],"names":["BellIcon","width","height","jsx"],"mappings":";AAAA,SAASA,EAAS,EAAE,OAAAC,IAAQ,IAAI,QAAAC,IAAS,MAAM;AAC7C,2BACG,OAAI,EAAA,OAAAD,GAAc,SAAQ,aAAY,MAAK,QAAO,QAAAC,GACjD,UAAA;AAAA,IAAA,gBAAAC;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,QAAO;AAAA,QACP,aAAY;AAAA,QACZ,eAAc;AAAA,QACd,gBAAe;AAAA,MAAA;AAAA,IACjB;AAAA,IACA,gBAAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,GAAE;AAAA,QACF,QAAO;AAAA,QACP,aAAY;AAAA,QACZ,eAAc;AAAA,QACd,gBAAe;AAAA,MAAA;AAAA,IACjB;AAAA,EACF,EAAA,CAAA;AAEJ;"}
1
+ {"version":3,"file":"Bell.mjs","sources":["../../../../../../src/modules/core/components/Icons/Bell.tsx"],"sourcesContent":["function BellIcon({ width = 24, height = 24 }) {\n return (\n <svg width={width} viewBox=\"0 0 24 24\" fill=\"none\" height={height}>\n <path\n d=\"M20.0474 16.4728C18.8436 14.9996 17.9938 14.2496 17.9938 10.1879C17.9938 6.46832 16.0944 5.14317 14.5311 4.49957C14.3235 4.41426 14.128 4.21832 14.0647 4.00504C13.7905 3.07176 13.0217 2.24957 11.9999 2.24957C10.978 2.24957 10.2088 3.07223 9.93736 4.00598C9.87408 4.2216 9.67861 4.41426 9.47096 4.49957C7.9058 5.1441 6.0083 6.46457 6.0083 10.1879C6.00596 14.2496 5.15611 14.9996 3.95237 16.4728C3.45362 17.0832 3.89049 17.9996 4.76283 17.9996H19.2416C20.1092 17.9996 20.5433 17.0803 20.0474 16.4728Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M14.9999 17.9988V18.7488C14.9999 19.5445 14.6838 20.3075 14.1212 20.8701C13.5586 21.4327 12.7955 21.7488 11.9999 21.7488C11.2042 21.7488 10.4412 21.4327 9.87856 20.8701C9.31595 20.3075 8.99988 19.5445 8.99988 18.7488V17.9988\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n}\n\nexport { BellIcon };\n"],"names":["BellIcon","width","height","React"],"mappings":";AAAA,SAASA,EAAS;AAAA,EAAEC,OAAAA,IAAQ;AAAA,EAAIC,QAAAA,IAAS;AAAG,GAAG;AAC7C,SACGC,gBAAAA,EAAA,cAAA,OAAA,EAAI,OAAAF,GAAc,SAAQ,aAAY,MAAK,QAAO,QAAAC,EACjD,GAAAC,gBAAAA,EAAA,cAAC,QACC,EAAA,GAAE,sfACF,QAAO,gBACP,aAAY,OACZ,eAAc,SACd,gBAAe,QAAO,CAAA,GAExBA,gBAAAA,EAAA,cAAC,UACC,GAAE,oOACF,QAAO,gBACP,aAAY,OACZ,eAAc,SACd,gBAAe,QAAO,CAAA,CAE1B;AAEJ;"}
@@ -1,36 +1,6 @@
1
- import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
- const e = () => /* @__PURE__ */ t(
3
- "svg",
4
- {
5
- width: "16",
6
- height: "16",
7
- viewBox: "0 0 16 16",
8
- fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- children: [
11
- /* @__PURE__ */ r(
12
- "path",
13
- {
14
- d: "M14 8.00012C14 4.68762 11.3125 2.00012 7.99997 2.00012C4.68747 2.00012 1.99997 4.68762 1.99997 8.00012C1.99997 11.3126 4.68747 14.0001 7.99997 14.0001C11.3125 14.0001 14 11.3126 14 8.00012Z",
15
- stroke: "currentColor",
16
- strokeWidth: "1.5",
17
- strokeMiterlimit: "10"
18
- }
19
- ),
20
- /* @__PURE__ */ r(
21
- "path",
22
- {
23
- d: "M10.9999 5.5004L6.79994 10.5004L4.99994 8.5004",
24
- stroke: "currentColor",
25
- strokeWidth: "1.5",
26
- strokeLinecap: "round",
27
- strokeLinejoin: "round"
28
- }
29
- )
30
- ]
31
- }
32
- );
1
+ import e from "react";
2
+ const r = () => /* @__PURE__ */ e.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ e.createElement("path", { d: "M14 8.00012C14 4.68762 11.3125 2.00012 7.99997 2.00012C4.68747 2.00012 1.99997 4.68762 1.99997 8.00012C1.99997 11.3126 4.68747 14.0001 7.99997 14.0001C11.3125 14.0001 14 11.3126 14 8.00012Z", stroke: "currentColor", strokeWidth: "1.5", strokeMiterlimit: "10" }), /* @__PURE__ */ e.createElement("path", { d: "M10.9999 5.5004L6.79994 10.5004L4.99994 8.5004", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }));
33
3
  export {
34
- e as CheckmarkCircle
4
+ r as CheckmarkCircle
35
5
  };
36
6
  //# sourceMappingURL=CheckmarkCircle.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckmarkCircle.mjs","sources":["../../../../../../src/modules/core/components/Icons/CheckmarkCircle.tsx"],"sourcesContent":["const CheckmarkCircle = () => (\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14 8.00012C14 4.68762 11.3125 2.00012 7.99997 2.00012C4.68747 2.00012 1.99997 4.68762 1.99997 8.00012C1.99997 11.3126 4.68747 14.0001 7.99997 14.0001C11.3125 14.0001 14 11.3126 14 8.00012Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeMiterlimit=\"10\"\n />\n <path\n d=\"M10.9999 5.5004L6.79994 10.5004L4.99994 8.5004\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\n\nexport { CheckmarkCircle };\n"],"names":["CheckmarkCircle","jsxs","jsx"],"mappings":";AAAA,MAAMA,IAAkB,MACtB,gBAAAC;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,OAAM;AAAA,IACN,QAAO;AAAA,IACP,SAAQ;AAAA,IACR,MAAK;AAAA,IACL,OAAM;AAAA,IAEN,UAAA;AAAA,MAAA,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,kBAAiB;AAAA,QAAA;AAAA,MACnB;AAAA,MACA,gBAAAA;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAY;AAAA,UACZ,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MACjB;AAAA,IAAA;AAAA,EAAA;AACF;"}
1
+ {"version":3,"file":"CheckmarkCircle.mjs","sources":["../../../../../../src/modules/core/components/Icons/CheckmarkCircle.tsx"],"sourcesContent":["const CheckmarkCircle = () => (\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14 8.00012C14 4.68762 11.3125 2.00012 7.99997 2.00012C4.68747 2.00012 1.99997 4.68762 1.99997 8.00012C1.99997 11.3126 4.68747 14.0001 7.99997 14.0001C11.3125 14.0001 14 11.3126 14 8.00012Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeMiterlimit=\"10\"\n />\n <path\n d=\"M10.9999 5.5004L6.79994 10.5004L4.99994 8.5004\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n);\n\nexport { CheckmarkCircle };\n"],"names":["CheckmarkCircle","React"],"mappings":";AAAA,MAAMA,IAAkBA,MACtBC,gBAAAA,EAAA,cAAC,OACC,EAAA,OAAM,MACN,QAAO,MACP,SAAQ,aACR,MAAK,QACL,OAAM,6BAEN,GAAAA,gBAAAA,EAAA,cAAC,UACC,GAAE,iMACF,QAAO,gBACP,aAAY,OACZ,kBAAiB,KAAI,CAAA,mCAEtB,QACC,EAAA,GAAE,kDACF,QAAO,gBACP,aAAY,OACZ,eAAc,SACd,gBAAe,SAAO,CAE1B;"}
@@ -1,25 +1,6 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- const t = () => /* @__PURE__ */ o(
3
- "svg",
4
- {
5
- width: "8",
6
- height: "6",
7
- viewBox: "0 0 8 6",
8
- fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- children: /* @__PURE__ */ o(
11
- "path",
12
- {
13
- d: "M1.74994 1.87512L3.99994 4.12512L6.24994 1.87512",
14
- stroke: "currentColor",
15
- strokeWidth: "2",
16
- strokeLinecap: "round",
17
- strokeLinejoin: "round"
18
- }
19
- )
20
- }
21
- );
1
+ import e from "react";
2
+ const o = () => /* @__PURE__ */ e.createElement("svg", { width: "8", height: "6", viewBox: "0 0 8 6", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ e.createElement("path", { d: "M1.74994 1.87512L3.99994 4.12512L6.24994 1.87512", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }));
22
3
  export {
23
- t as ChevronDown
4
+ o as ChevronDown
24
5
  };
25
6
  //# sourceMappingURL=ChevronDown.mjs.map