@pexip/components 19.1.3 → 19.3.0

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 (335) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/api-docs/README.mdx +333 -0
  3. package/api-docs/enumerations/AvatarType.mdx +8 -0
  4. package/api-docs/enumerations/Color.mdx +65 -0
  5. package/api-docs/enumerations/FontVariant.mdx +20 -0
  6. package/api-docs/enumerations/LockStyle.mdx +7 -0
  7. package/api-docs/enumerations/ModalType.mdx +6 -0
  8. package/api-docs/enumerations/ProgressBarColor.mdx +8 -0
  9. package/api-docs/enumerations/RgbColor.mdx +64 -0
  10. package/api-docs/enumerations/StatCardVariant.mdx +7 -0
  11. package/api-docs/enumerations/TestId.mdx +45 -0
  12. package/api-docs/functions/announce.mdx +21 -0
  13. package/api-docs/functions/isBackgroundImageSrcEmpty.mdx +13 -0
  14. package/api-docs/functions/isImageSrcEmpty.mdx +13 -0
  15. package/api-docs/functions/isImageSrcString.mdx +13 -0
  16. package/api-docs/functions/isValidIconName.mdx +13 -0
  17. package/api-docs/functions/onEnter.mdx +32 -0
  18. package/api-docs/functions/sizeToPadding.mdx +22 -0
  19. package/api-docs/functions/useBelow360.mdx +7 -0
  20. package/api-docs/functions/useBreakpointChange.mdx +7 -0
  21. package/api-docs/functions/useFocusFrom.mdx +24 -0
  22. package/api-docs/functions/useFocusFromOpened.mdx +20 -0
  23. package/api-docs/functions/useGroupedPagesNav.mdx +16 -0
  24. package/api-docs/functions/useInput.mdx +13 -0
  25. package/api-docs/functions/useLandscape.mdx +7 -0
  26. package/api-docs/functions/useLg.mdx +7 -0
  27. package/api-docs/functions/useLgDown.mdx +7 -0
  28. package/api-docs/functions/useLgUp.mdx +7 -0
  29. package/api-docs/functions/useMd.mdx +7 -0
  30. package/api-docs/functions/useMdDown.mdx +7 -0
  31. package/api-docs/functions/useMdToXl.mdx +7 -0
  32. package/api-docs/functions/useMdUp.mdx +7 -0
  33. package/api-docs/functions/useMobileDevice.mdx +7 -0
  34. package/api-docs/functions/useMobileDeviceLandscape.mdx +7 -0
  35. package/api-docs/functions/useMobileDevicePortrait.mdx +7 -0
  36. package/api-docs/functions/useModal.mdx +18 -0
  37. package/api-docs/functions/useModalHandle.mdx +12 -0
  38. package/api-docs/functions/useMultistepIndicator.mdx +45 -0
  39. package/api-docs/functions/useOutOfViewNavigation.mdx +25 -0
  40. package/api-docs/functions/usePortrait.mdx +7 -0
  41. package/api-docs/functions/useScrollIntoView.mdx +22 -0
  42. package/api-docs/functions/useSm.mdx +7 -0
  43. package/api-docs/functions/useSmDown.mdx +7 -0
  44. package/api-docs/functions/useSmToLg.mdx +7 -0
  45. package/api-docs/functions/useSmToXl.mdx +7 -0
  46. package/api-docs/functions/useSmUp.mdx +7 -0
  47. package/api-docs/functions/useTabletDevice.mdx +7 -0
  48. package/api-docs/functions/useTabs.mdx +18 -0
  49. package/api-docs/functions/useTouchDevice.mdx +7 -0
  50. package/api-docs/functions/useXl.mdx +7 -0
  51. package/api-docs/functions/useXlDown.mdx +7 -0
  52. package/api-docs/functions/useXlUp.mdx +7 -0
  53. package/api-docs/functions/useXs.mdx +7 -0
  54. package/api-docs/functions/withColorScheme.mdx +32 -0
  55. package/api-docs/functions/withTabName.mdx +32 -0
  56. package/api-docs/functions/withTransition.mdx +36 -0
  57. package/api-docs/interfaces/EnhancerProps.mdx +10 -0
  58. package/api-docs/interfaces/FloatRootOverflow.mdx +9 -0
  59. package/api-docs/interfaces/FullSizeWindowCommonProps.mdx +8 -0
  60. package/api-docs/interfaces/IconCollection.mdx +146 -0
  61. package/api-docs/interfaces/IconSource.mdx +7 -0
  62. package/api-docs/interfaces/LoadingBoxProps.mdx +12 -0
  63. package/api-docs/interfaces/ModalHandle.mdx +5 -0
  64. package/api-docs/interfaces/MultistepItem.mdx +13 -0
  65. package/api-docs/interfaces/StatCardRowData.mdx +15 -0
  66. package/api-docs/interfaces/ToastProps.mdx +14 -0
  67. package/api-docs/interfaces/VideoHandle.mdx +6 -0
  68. package/api-docs/interfaces/WithTransitionProps.mdx +5 -0
  69. package/api-docs/type-aliases/ActivityCardAction.mdx +10 -0
  70. package/api-docs/type-aliases/AlignWithFloatRootTrigger.mdx +3 -0
  71. package/api-docs/type-aliases/AllSize.mdx +3 -0
  72. package/api-docs/type-aliases/AriaMenuItem.mdx +21 -0
  73. package/api-docs/type-aliases/AriaMenuProps.mdx +18 -0
  74. package/api-docs/type-aliases/BackgroundImageSrc.mdx +3 -0
  75. package/api-docs/type-aliases/BadgeCounterProps.mdx +3 -0
  76. package/api-docs/type-aliases/BadgeCounterVariant.mdx +3 -0
  77. package/api-docs/type-aliases/BaseSizeModifier.mdx +3 -0
  78. package/api-docs/type-aliases/BreadcrumbItem.mdx +11 -0
  79. package/api-docs/type-aliases/Breakpoint.mdx +3 -0
  80. package/api-docs/type-aliases/ButtonHTMLTag.mdx +3 -0
  81. package/api-docs/type-aliases/ButtonModifiersValues.mdx +3 -0
  82. package/api-docs/type-aliases/ButtonProps.mdx +3 -0
  83. package/api-docs/type-aliases/ButtonTextProps.mdx +3 -0
  84. package/api-docs/type-aliases/ButtonVariant.mdx +3 -0
  85. package/api-docs/type-aliases/ClickEventHandler.mdx +20 -0
  86. package/api-docs/type-aliases/ColorScheme.mdx +3 -0
  87. package/api-docs/type-aliases/DropContentPosition.mdx +3 -0
  88. package/api-docs/type-aliases/DropContentType.mdx +3 -0
  89. package/api-docs/type-aliases/ExtendedSizeModifier.mdx +3 -0
  90. package/api-docs/type-aliases/ExtendedTooltipPosition.mdx +13 -0
  91. package/api-docs/type-aliases/FullSizeWindowBackgroundVariant.mdx +3 -0
  92. package/api-docs/type-aliases/FullSizeWindowColorBackgroundProps.mdx +13 -0
  93. package/api-docs/type-aliases/FullSizeWindowImageBackgroundProps.mdx +13 -0
  94. package/api-docs/type-aliases/GroupProps.mdx +3 -0
  95. package/api-docs/type-aliases/HeadingElement.mdx +3 -0
  96. package/api-docs/type-aliases/HeadingFontVariant.mdx +3 -0
  97. package/api-docs/type-aliases/IScrollbars.mdx +3 -0
  98. package/api-docs/type-aliases/ImageSrc.mdx +3 -0
  99. package/api-docs/type-aliases/InlineElement.mdx +3 -0
  100. package/api-docs/type-aliases/InputVariant.mdx +3 -0
  101. package/api-docs/type-aliases/InteractiveElementHTMLTag.mdx +3 -0
  102. package/api-docs/type-aliases/InteractiveElementProps.mdx +3 -0
  103. package/api-docs/type-aliases/LabelModifier.mdx +3 -0
  104. package/api-docs/type-aliases/LinkTarget.mdx +3 -0
  105. package/api-docs/type-aliases/LogoSizeModifier.mdx +3 -0
  106. package/api-docs/type-aliases/MenuAction.mdx +17 -0
  107. package/api-docs/type-aliases/MenuContent.mdx +3 -0
  108. package/api-docs/type-aliases/MenuItem.mdx +31 -0
  109. package/api-docs/type-aliases/ModalProps.mdx +3 -0
  110. package/api-docs/type-aliases/ModalSizeModifier.mdx +3 -0
  111. package/api-docs/type-aliases/MultiselectOption.mdx +16 -0
  112. package/api-docs/type-aliases/MultistepIndicatorProps.mdx +3 -0
  113. package/api-docs/type-aliases/NotificationToastMessage.mdx +18 -0
  114. package/api-docs/type-aliases/NotificationToastSignal.mdx +3 -0
  115. package/api-docs/type-aliases/NotificationTooltipPosition.mdx +13 -0
  116. package/api-docs/type-aliases/Option.mdx +17 -0
  117. package/api-docs/type-aliases/OverlayOpacity.mdx +3 -0
  118. package/api-docs/type-aliases/PanelProps.mdx +3 -0
  119. package/api-docs/type-aliases/SelectProps.mdx +29 -0
  120. package/api-docs/type-aliases/ShadowModifier.mdx +3 -0
  121. package/api-docs/type-aliases/SimpleButtonProps.mdx +3 -0
  122. package/api-docs/type-aliases/SizeModifier.mdx +3 -0
  123. package/api-docs/type-aliases/StandardSizeModifier.mdx +3 -0
  124. package/api-docs/type-aliases/StatIndicatorVariant.mdx +3 -0
  125. package/api-docs/type-aliases/StatusItem.mdx +10 -0
  126. package/api-docs/type-aliases/TableResultsCountProps.mdx +12 -0
  127. package/api-docs/type-aliases/TagItem.mdx +17 -0
  128. package/api-docs/type-aliases/TextLinkProps.mdx +3 -0
  129. package/api-docs/type-aliases/TextProps.mdx +3 -0
  130. package/api-docs/type-aliases/TextVariant.mdx +3 -0
  131. package/api-docs/type-aliases/Theme.mdx +3 -0
  132. package/api-docs/type-aliases/ToastPosition.mdx +3 -0
  133. package/api-docs/type-aliases/TooltipPosition.mdx +3 -0
  134. package/api-docs/type-aliases/VideoWrapperSizeModifier.mdx +3 -0
  135. package/api-docs/type-aliases/VideoWrapperVariant.mdx +3 -0
  136. package/api-docs/variables/AboutModal.mdx +3 -0
  137. package/api-docs/variables/AboutText.mdx +3 -0
  138. package/api-docs/variables/Accordion.mdx +16 -0
  139. package/api-docs/variables/ActionsRow.mdx +3 -0
  140. package/api-docs/variables/ActivityCard.mdx +11 -0
  141. package/api-docs/variables/Announcer.mdx +12 -0
  142. package/api-docs/variables/AriaMenu.mdx +5 -0
  143. package/api-docs/variables/AspectRatio.mdx +6 -0
  144. package/api-docs/variables/Audio.mdx +3 -0
  145. package/api-docs/variables/Avatar.mdx +3 -0
  146. package/api-docs/variables/BadgeCounter.mdx +3 -0
  147. package/api-docs/variables/Bar.mdx +3 -0
  148. package/api-docs/variables/Box.mdx +3 -0
  149. package/api-docs/variables/BoxHeader.mdx +3 -0
  150. package/api-docs/variables/Breadcrumbs.mdx +9 -0
  151. package/api-docs/variables/Button.mdx +3 -0
  152. package/api-docs/variables/ButtonText.mdx +3 -0
  153. package/api-docs/variables/CakeTimer.mdx +3 -0
  154. package/api-docs/variables/CallToAction.mdx +3 -0
  155. package/api-docs/variables/Captions.mdx +3 -0
  156. package/api-docs/variables/CardLayout.mdx +10 -0
  157. package/api-docs/variables/Cell.mdx +3 -0
  158. package/api-docs/variables/CenterLayout.mdx +3 -0
  159. package/api-docs/variables/Checkbox.mdx +3 -0
  160. package/api-docs/variables/CircleCountDown.mdx +7 -0
  161. package/api-docs/variables/CollapsableContainer.mdx +15 -0
  162. package/api-docs/variables/ColorPickerPreviewButton.mdx +3 -0
  163. package/api-docs/variables/ColorPreviewButton.mdx +3 -0
  164. package/api-docs/variables/CondensedTabs.mdx +3 -0
  165. package/api-docs/variables/ConfirmableMultiselect.mdx +3 -0
  166. package/api-docs/variables/ConfirmationModal.mdx +3 -0
  167. package/api-docs/variables/ContextMenu.mdx +12 -0
  168. package/api-docs/variables/CoreHeader.mdx +3 -0
  169. package/api-docs/variables/CustomTooltip.mdx +3 -0
  170. package/api-docs/variables/Details.mdx +3 -0
  171. package/api-docs/variables/Divider.mdx +3 -0
  172. package/api-docs/variables/DragAndDrop.mdx +10 -0
  173. package/api-docs/variables/DragAndUploadFiles.mdx +3 -0
  174. package/api-docs/variables/Draggable.mdx +3 -0
  175. package/api-docs/variables/DropContent.mdx +3 -0
  176. package/api-docs/variables/Enhancers.mdx +3 -0
  177. package/api-docs/variables/ExpanderCell.mdx +3 -0
  178. package/api-docs/variables/FileUpload.mdx +3 -0
  179. package/api-docs/variables/Form.mdx +3 -0
  180. package/api-docs/variables/FullSizeWindow.mdx +5 -0
  181. package/api-docs/variables/FullscreenLayout.mdx +3 -0
  182. package/api-docs/variables/FullscreenOverlay.mdx +3 -0
  183. package/api-docs/variables/FullscreenSpinner.mdx +3 -0
  184. package/api-docs/variables/Grid.mdx +3 -0
  185. package/api-docs/variables/Group.mdx +3 -0
  186. package/api-docs/variables/Heading.mdx +11 -0
  187. package/api-docs/variables/HotKey.mdx +6 -0
  188. package/api-docs/variables/HotkeysTooltip.mdx +3 -0
  189. package/api-docs/variables/Icon.mdx +3 -0
  190. package/api-docs/variables/IconTypes.mdx +3 -0
  191. package/api-docs/variables/ImagePreviewButton.mdx +3 -0
  192. package/api-docs/variables/InfoHeadCell.mdx +7 -0
  193. package/api-docs/variables/InfoMessage.mdx +6 -0
  194. package/api-docs/variables/Input.mdx +3 -0
  195. package/api-docs/variables/InputLabel.mdx +3 -0
  196. package/api-docs/variables/InteractiveElement.mdx +3 -0
  197. package/api-docs/variables/KebabMenuButton.mdx +3 -0
  198. package/api-docs/variables/LineHeading.mdx +5 -0
  199. package/api-docs/variables/List.mdx +3 -0
  200. package/api-docs/variables/ListBoxLink.mdx +3 -0
  201. package/api-docs/variables/ListLink.mdx +3 -0
  202. package/api-docs/variables/LoadingBox.mdx +3 -0
  203. package/api-docs/variables/Logo.mdx +3 -0
  204. package/api-docs/variables/Menu.mdx +14 -0
  205. package/api-docs/variables/MenuEntry.mdx +5 -0
  206. package/api-docs/variables/Modal.mdx +8 -0
  207. package/api-docs/variables/ModalCloseButton.mdx +9 -0
  208. package/api-docs/variables/ModalCloseButtonWithTooltip.mdx +3 -0
  209. package/api-docs/variables/Multiselect.mdx +3 -0
  210. package/api-docs/variables/MultistepIndicator.mdx +13 -0
  211. package/api-docs/variables/NotificationToast.mdx +13 -0
  212. package/api-docs/variables/NotificationTooltip.mdx +3 -0
  213. package/api-docs/variables/NumberStepInput.mdx +21 -0
  214. package/api-docs/variables/Panel.mdx +3 -0
  215. package/api-docs/variables/PasswordInput.mdx +6 -0
  216. package/api-docs/variables/PexipLogo.mdx +3 -0
  217. package/api-docs/variables/Pill.mdx +3 -0
  218. package/api-docs/variables/PlainMenuEntry.mdx +3 -0
  219. package/api-docs/variables/PopOutWindow.mdx +8 -0
  220. package/api-docs/variables/PreferenceInput.mdx +26 -0
  221. package/api-docs/variables/PreferenceMultiselect.mdx +21 -0
  222. package/api-docs/variables/PreferenceRow.mdx +12 -0
  223. package/api-docs/variables/PreferenceWrapper.mdx +3 -0
  224. package/api-docs/variables/ProgressBar.mdx +3 -0
  225. package/api-docs/variables/RadioButton.mdx +3 -0
  226. package/api-docs/variables/RangeSlider.mdx +11 -0
  227. package/api-docs/variables/RefButton.mdx +3 -0
  228. package/api-docs/variables/RefInteractiveElement.mdx +3 -0
  229. package/api-docs/variables/RefSimpleButton.mdx +3 -0
  230. package/api-docs/variables/Row.mdx +3 -0
  231. package/api-docs/variables/Scrim.mdx +3 -0
  232. package/api-docs/variables/Scrollbars.mdx +3 -0
  233. package/api-docs/variables/SearchInput.mdx +12 -0
  234. package/api-docs/variables/Section.mdx +3 -0
  235. package/api-docs/variables/SectionAccordion.mdx +15 -0
  236. package/api-docs/variables/Select.mdx +19 -0
  237. package/api-docs/variables/Sheet.mdx +3 -0
  238. package/api-docs/variables/SimpleButton.mdx +7 -0
  239. package/api-docs/variables/SortingIndicator.mdx +6 -0
  240. package/api-docs/variables/Spinner.mdx +3 -0
  241. package/api-docs/variables/StatCard.mdx +12 -0
  242. package/api-docs/variables/StatCardBox.mdx +3 -0
  243. package/api-docs/variables/StatCardRow.mdx +3 -0
  244. package/api-docs/variables/StatIndicator.mdx +3 -0
  245. package/api-docs/variables/StepNumber.mdx +3 -0
  246. package/api-docs/variables/SvgImage.mdx +3 -0
  247. package/api-docs/variables/Tab.mdx +3 -0
  248. package/api-docs/variables/Table.mdx +3 -0
  249. package/api-docs/variables/TableBody.mdx +3 -0
  250. package/api-docs/variables/TableCell.mdx +3 -0
  251. package/api-docs/variables/TableContent.mdx +3 -0
  252. package/api-docs/variables/TableHead.mdx +3 -0
  253. package/api-docs/variables/TableHeadCell.mdx +3 -0
  254. package/api-docs/variables/TablePagination.mdx +23 -0
  255. package/api-docs/variables/TableRow.mdx +3 -0
  256. package/api-docs/variables/TableRowWrapper.mdx +9 -0
  257. package/api-docs/variables/TableSection.mdx +3 -0
  258. package/api-docs/variables/Tabs.mdx +3 -0
  259. package/api-docs/variables/Tag.mdx +3 -0
  260. package/api-docs/variables/TagList.mdx +9 -0
  261. package/api-docs/variables/Text.mdx +3 -0
  262. package/api-docs/variables/TextArea.mdx +5 -0
  263. package/api-docs/variables/TextHeading.mdx +3 -0
  264. package/api-docs/variables/TextLink.mdx +3 -0
  265. package/api-docs/variables/ThemeConsumer.mdx +3 -0
  266. package/api-docs/variables/ThemeContext.mdx +3 -0
  267. package/api-docs/variables/ThemeProvider.mdx +3 -0
  268. package/api-docs/variables/ThreeColumnSelector.mdx +3 -0
  269. package/api-docs/variables/Toast.mdx +13 -0
  270. package/api-docs/variables/ToggleSwitch.mdx +3 -0
  271. package/api-docs/variables/Tooltip.mdx +13 -0
  272. package/api-docs/variables/TooltipPositionValue.mdx +3 -0
  273. package/api-docs/variables/URLToLink.mdx +5 -0
  274. package/api-docs/variables/User.mdx +14 -0
  275. package/api-docs/variables/UserMenuButton.mdx +11 -0
  276. package/api-docs/variables/UserMenuDropContent.mdx +3 -0
  277. package/api-docs/variables/Video.mdx +3 -0
  278. package/api-docs/variables/VideoWrapper.mdx +3 -0
  279. package/api-docs/variables/Wrapper.mdx +3 -0
  280. package/api-docs/variables/ariaMenuOpenStateSignal.mdx +3 -0
  281. package/api-docs/variables/breakpoints.mdx +13 -0
  282. package/api-docs/variables/notificationToastSignal.mdx +3 -0
  283. package/api-docs/variables/themeValues.mdx +3 -0
  284. package/api-docs/variables/variables.mdx +324 -0
  285. package/design-tokens/build-scripts/download-icons.mjs +15 -0
  286. package/design-tokens/generated/Icons.ts +10 -1
  287. package/design-tokens/generated/icons/background-blur-16.json +2 -2
  288. package/design-tokens/generated/icons/background-blur-16.svg +4 -33
  289. package/design-tokens/generated/icons/background-blur-24.json +2 -2
  290. package/design-tokens/generated/icons/background-blur-24.svg +4 -33
  291. package/design-tokens/generated/icons/background-blur-32.json +7 -0
  292. package/design-tokens/generated/icons/background-blur-32.svg +14 -0
  293. package/design-tokens/generated/icons/background-blur-32.svg.d.ts +5 -0
  294. package/design-tokens/generated/icons/background-replace-16.json +7 -0
  295. package/design-tokens/generated/icons/background-replace-16.svg +43 -0
  296. package/design-tokens/generated/icons/background-replace-16.svg.d.ts +5 -0
  297. package/design-tokens/generated/icons/background-replace-24.json +7 -0
  298. package/design-tokens/generated/icons/background-replace-24.svg +43 -0
  299. package/design-tokens/generated/icons/background-replace-24.svg.d.ts +5 -0
  300. package/dist/components-no-global-styles.css +1 -0
  301. package/dist/components.cjs +2 -2
  302. package/dist/components.css +1 -1
  303. package/dist/components.js +4285 -4082
  304. package/dist/types/design-tokens/generated/Icons.d.ts +1 -0
  305. package/dist/types/design-tokens/generated/Icons.d.ts.map +1 -1
  306. package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts +3 -1
  307. package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts.map +1 -1
  308. package/dist/types/src/components/elements/Draggable/Draggable.view.d.ts.map +1 -1
  309. package/dist/types/src/components/elements/FileUpload/FileUpload.view.d.ts +1 -0
  310. package/dist/types/src/components/elements/FileUpload/FileUpload.view.d.ts.map +1 -1
  311. package/dist/types/src/components/modules/Captions/Captions.view.d.ts +5 -4
  312. package/dist/types/src/components/modules/Captions/Captions.view.d.ts.map +1 -1
  313. package/dist/types/src/components/modules/ConfirmationModal/ConfirmationModal.d.ts +2 -2
  314. package/dist/types/src/components/modules/ConfirmationModal/ConfirmationModal.d.ts.map +1 -1
  315. package/dist/types/src/components/modules/Details/Details.d.ts +16 -0
  316. package/dist/types/src/components/modules/Details/Details.d.ts.map +1 -0
  317. package/dist/types/src/components/modules/Menu/Menu.d.ts +8 -2
  318. package/dist/types/src/components/modules/Menu/Menu.d.ts.map +1 -1
  319. package/dist/types/src/components/modules/Menu/types.d.ts +2 -1
  320. package/dist/types/src/components/modules/Menu/types.d.ts.map +1 -1
  321. package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts +4 -1
  322. package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts.map +1 -1
  323. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts +9 -1
  324. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts.map +1 -1
  325. package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts +1 -1
  326. package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
  327. package/dist/types/src/exports.d.ts +183 -0
  328. package/dist/types/src/exports.d.ts.map +1 -0
  329. package/dist/types/src/hooks/useOutOfViewNavigation.d.ts +14 -0
  330. package/dist/types/src/hooks/useOutOfViewNavigation.d.ts.map +1 -0
  331. package/dist/types/src/index.d.ts +1 -180
  332. package/dist/types/src/index.d.ts.map +1 -1
  333. package/dist/types/src/types/elements.d.ts +1 -0
  334. package/dist/types/src/types/elements.d.ts.map +1 -1
  335. package/package.json +24 -17
@@ -0,0 +1,13 @@
1
+ ```ts
2
+ const Toast: (props) => Element | null;
3
+ ```
4
+
5
+ ## Parameters
6
+
7
+ | Parameter | Type |
8
+ | ------ | ------ |
9
+ | `props` | [`ToastProps`](../interfaces/ToastProps.mdx) & [`WithTransitionProps`](../interfaces/WithTransitionProps.mdx) |
10
+
11
+ ## Returns
12
+
13
+ `Element` \| `null`
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const ToggleSwitch: React.FC<Omit<ToggleSwitchProps, "type" | "style">>;
3
+ ```
@@ -0,0 +1,13 @@
1
+ ```ts
2
+ const Tooltip: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
4
+
5
+ Tooltips need to be accessible to keyboard and screen reader users, so we
6
+ ensure that they are only placed on focusable and hoverable elements. For
7
+ example, plain text and disabled buttons aren't focusable, meaning keyboard
8
+ and screen reader users would be unable to access the information in that
9
+ tooltip.
10
+
11
+ ## See
12
+
13
+ https://react-spectrum.adobe.com/react-spectrum/Tooltip.html#usage-on-disabled-or-non-interactive-elements
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const TooltipPositionValue: readonly ["bottom", "bottomEnd", "bottomLeft", "bottomRight", "bottomStart", "endBottom", "left", "right", "top", "topEnd", "topLeft", "topRight", "topStart"];
3
+ ```
@@ -0,0 +1,5 @@
1
+ ```ts
2
+ const URLToLink: React.FC<{
3
+ text: string;
4
+ }>;
5
+ ```
@@ -0,0 +1,14 @@
1
+ ```ts
2
+ const User: React.FC<{
3
+ avatarType: AvatarType;
4
+ className?: string;
5
+ email?: string;
6
+ displayName: string;
7
+ imageUrl?: string;
8
+ order?: "text-right" | "text-left";
9
+ colorScheme?: ColorScheme;
10
+ usernameFontVariant?: FontVariant;
11
+ textItemClassName?: string;
12
+ size?: ExtendedFixedSizeModifier;
13
+ }>;
14
+ ```
@@ -0,0 +1,11 @@
1
+ ```ts
2
+ const UserMenuButton: React.FC<{
3
+ isContentVisible: boolean;
4
+ displayName?: string;
5
+ variant?: ButtonVariant;
6
+ title?: string;
7
+ isDisabled?: boolean;
8
+ modifier?: ButtonModifiersValues;
9
+ colorScheme: ColorScheme;
10
+ }>;
11
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const UserMenuDropContent: React.FC<DropContentProps & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Video: ForwardRefExoticComponent<Omit<ClassAttributes<HTMLVideoElement> & VideoHTMLAttributes<HTMLVideoElement> & object, "ref"> & RefAttributes<VideoHandle>>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const VideoWrapper: ForwardRefExoticComponent<Omit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & object, "ref"> & RefAttributes<HTMLDivElement>>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Wrapper: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const ariaMenuOpenStateSignal: Signal<boolean, boolean>;
3
+ ```
@@ -0,0 +1,13 @@
1
+ ```ts
2
+ const breakpoints: object;
3
+ ```
4
+
5
+ ## Type Declaration
6
+
7
+ | Name | Type | Default value |
8
+ | ------ | ------ | ------ |
9
+ | <a id="xs"></a> `xs` | `number` | `0` |
10
+ | <a id="sm"></a> `sm` | `number` | `479` |
11
+ | <a id="md"></a> `md` | `number` | `744` |
12
+ | <a id="lg"></a> `lg` | `number` | `1025` |
13
+ | <a id="xl"></a> `xl` | `number` | `2000` |
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const notificationToastSignal: Signal<NotificationToastSignal, NotificationToastSignal>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const themeValues: readonly ["theme-legacy", "theme-pds"];
3
+ ```
@@ -0,0 +1,324 @@
1
+ ```ts
2
+ const variables: object;
3
+ ```
4
+
5
+ ## Type Declaration
6
+
7
+ | Name | Type | Default value |
8
+ | ------ | ------ | ------ |
9
+ | <a id="light"></a> `light` | `object` | - |
10
+ | `light.border/accent` | `string` | `'#0068f4'` |
11
+ | `light.border/button/danger` | `string` | `'#bb2526'` |
12
+ | `light.border/button/disabled` | `string` | `'#d2d2d2'` |
13
+ | `light.border/button/focus` | `string` | `'#71b4ff'` |
14
+ | `light.border/button/form` | `string` | `'#777777'` |
15
+ | `light.border/button/secondary` | `string` | `'#323232'` |
16
+ | `light.border/button/success` | `string` | `'#2c7806'` |
17
+ | `light.border/button/tertiary` | `string` | `'#c3c4c5'` |
18
+ | `light.border/checkbo-disabled` | `string` | `'#c3c4c5'` |
19
+ | `light.border/checkbox-main` | `string` | `'#777777'` |
20
+ | `light.border/divider-primary` | `string` | `'#dcdcdc'` |
21
+ | `light.border/divider-secondary` | `string` | `'#e6e6e6'` |
22
+ | `light.border/divider-ultra` | `string` | `'#989898'` |
23
+ | `light.border/none` | `number` | `0` |
24
+ | `light.border/primary` | `string` | `'1px'` |
25
+ | `light.border/secondary` | `string` | `'2px'` |
26
+ | `light.font/button/accent` | `string` | `'#0068f4'` |
27
+ | `light.font/button/call-active` | `string` | `'#212121'` |
28
+ | `light.font/button/call-disabled` | `string` | `'#989898'` |
29
+ | `light.font/button/call-error` | `string` | `'#ffffff'` |
30
+ | `light.font/button/call-hover` | `string` | `'#ffffff'` |
31
+ | `light.font/button/call-main` | `string` | `'#ffffff'` |
32
+ | `light.font/button/danger-primary` | `string` | `'#ffffff'` |
33
+ | `light.font/button/danger-tertiary` | `string` | `'#ae191a'` |
34
+ | `light.font/button/danger-tertiary-hover` | `string` | `'#ffffff'` |
35
+ | `light.font/button/primary` | `string` | `'#ffffff'` |
36
+ | `light.font/button/secondary` | `string` | `'#323232'` |
37
+ | `light.font/button/success-primary` | `string` | `'#ffffff'` |
38
+ | `light.font/button/success-tertiary` | `string` | `'#256505'` |
39
+ | `light.font/button/success-tertiary-hover` | `string` | `'#ffffff'` |
40
+ | `light.font/button/tertiary` | `string` | `'#323232'` |
41
+ | `light.font/button/tertiary-hover` | `string` | `'#ffffff'` |
42
+ | `light.font/button/text` | `string` | `'#0156c9'` |
43
+ | `light.font/button/trans` | `string` | `'#323232'` |
44
+ | `light.font/button/trans-ultra` | `string` | `'#ffffff'` |
45
+ | `light.font/charts/line-1` | `string` | `'#0156c9'` |
46
+ | `light.font/charts/line-10` | `string` | `'#4e9f0d'` |
47
+ | `light.font/charts/line-11` | `string` | `'#c9e2b5'` |
48
+ | `light.font/charts/line-12` | `string` | `'#cc6228'` |
49
+ | `light.font/charts/line-13` | `string` | `'#ffc198'` |
50
+ | `light.font/charts/line-14` | `string` | `'#f89654'` |
51
+ | `light.font/charts/line-15` | `string` | `'#ffedd5'` |
52
+ | `light.font/charts/line-2` | `string` | `'#71b4ff'` |
53
+ | `light.font/charts/line-3` | `string` | `'#d2d2d2'` |
54
+ | `light.font/charts/line-4` | `string` | `'#989898'` |
55
+ | `light.font/charts/line-5` | `string` | `'#494949'` |
56
+ | `light.font/charts/line-6` | `string` | `'#0068f4'` |
57
+ | `light.font/charts/line-7` | `string` | `'#cee3ff'` |
58
+ | `light.font/charts/line-8` | `string` | `'#256505'` |
59
+ | `light.font/charts/line-9` | `string` | `'#9ad36b'` |
60
+ | `light.font/icons/clickable-active` | `string` | `'#323232'` |
61
+ | `light.font/icons/clickable-hover` | `string` | `'#323232'` |
62
+ | `light.font/icons/clickable-main` | `string` | `'#777777'` |
63
+ | `light.font/icons/nonclickable-main` | `string` | `'#323232'` |
64
+ | `light.font/icons/nonclickable-secondary` | `string` | `'#777777'` |
65
+ | `light.font/text/accent` | `string` | `'#0068f4'` |
66
+ | `light.font/text/body` | `string` | `'#323232'` |
67
+ | `light.font/text/danger` | `string` | `'#ae191a'` |
68
+ | `light.font/text/danger-tertiary` | `string` | `'#d73332'` |
69
+ | `light.font/text/disabled` | `string` | `'#c3c4c5'` |
70
+ | `light.font/text/label` | `string` | `'#323232'` |
71
+ | `light.font/text/link` | `string` | `'#0068f4'` |
72
+ | `light.font/text/link-active` | `string` | `'#0156c9'` |
73
+ | `light.font/text/news` | `string` | `'#4338ca'` |
74
+ | `light.font/text/quaternary` | `string` | `'#989898'` |
75
+ | `light.font/text/secondary` | `string` | `'#494949'` |
76
+ | `light.font/text/success` | `string` | `'#2c7806'` |
77
+ | `light.font/text/success-ultra` | `string` | `'#4e9f0d'` |
78
+ | `light.font/text/tertiary` | `string` | `'#777777'` |
79
+ | `light.font/text/title` | `string` | `'#212121'` |
80
+ | `light.font/text/warning` | `string` | `'#cc6228'` |
81
+ | `light.font/toggle/off-disabled` | `string` | `'#ffffff'` |
82
+ | `light.font/toggle/off-hover` | `string` | `'#ffffff'` |
83
+ | `light.font/toggle/off-main` | `string` | `'#ffffff'` |
84
+ | `light.font/toggle/on-disabled` | `string` | `'#ffffff'` |
85
+ | `light.font/toggle/on-hover` | `string` | `'#ffffff'` |
86
+ | `light.font/toggle/on-main` | `string` | `'#ffffff'` |
87
+ | `light.radius/md` | `string` | `'16px'` |
88
+ | `light.radius/none` | `number` | `0` |
89
+ | `light.radius/sm` | `string` | `'8px'` |
90
+ | `light.radius/xs` | `string` | `'4px'` |
91
+ | `light.size/button-md` | `string` | `'40px'` |
92
+ | `light.size/button-sm` | `string` | `'36px'` |
93
+ | `light.size/button-sx` | `string` | `'30px'` |
94
+ | `light.size/button-xl` | `string` | `'56px'` |
95
+ | `light.surface/bcg/accent` | `string` | `'#0068f4'` |
96
+ | `light.surface/bcg/custom` | `string` | `'#ffffff'` |
97
+ | `light.surface/bcg/danger-10` | `string` | `'#ffe5e5'` |
98
+ | `light.surface/bcg/danger-20` | `string` | `'#fecaca'` |
99
+ | `light.surface/bcg/form` | `string` | `'#f2f2f2'` |
100
+ | `light.surface/bcg/form-hover` | `string` | `'#e6e6e6'` |
101
+ | `light.surface/bcg/highlight` | `string` | `'#cee3ff'` |
102
+ | `light.surface/bcg/highlight-subtle` | `string` | `'#eff6ff'` |
103
+ | `light.surface/bcg/info` | `string` | `'#e0e7ff'` |
104
+ | `light.surface/bcg/light` | `string` | `'#d2d2d2'` |
105
+ | `light.surface/bcg/menu-active` | `string` | `'#dcdcdc'` |
106
+ | `light.surface/bcg/menu-hover` | `string` | `'#e6e6e6'` |
107
+ | `light.surface/bcg/menu-main` | `string` | `'#ffffff'` |
108
+ | `light.surface/bcg/mildwarning` | `string` | `'#fef9c3'` |
109
+ | `light.surface/bcg/primary` | `string` | `'#ffffff'` |
110
+ | `light.surface/bcg/secondary` | `string` | `'#f2f2f2'` |
111
+ | `light.surface/bcg/success` | `string` | `'#e8f7e0'` |
112
+ | `light.surface/bcg/tertiar-hover` | `string` | `'#f2f2f2'` |
113
+ | `light.surface/bcg/tertiary` | `string` | `'#f7f7f7'` |
114
+ | `light.surface/bcg/transparent` | `string` | `'#32323226'` |
115
+ | `light.surface/bcg/ultralight` | `string` | `'#e6e6e6'` |
116
+ | `light.surface/bcg/warning` | `string` | `'#ffedd5'` |
117
+ | `light.surface/button/call/active` | `string` | `'#ffffff'` |
118
+ | `light.surface/button/call/disabled` | `string` | `'#212121'` |
119
+ | `light.surface/button/call/enabled-hover` | `string` | `'#d2d2d2'` |
120
+ | `light.surface/button/call/error` | `string` | `'#d73332'` |
121
+ | `light.surface/button/call/error-hover` | `string` | `'#bb2526'` |
122
+ | `light.surface/button/call/hover` | `string` | `'#494949'` |
123
+ | `light.surface/button/call/main` | `string` | `'#212121'` |
124
+ | `light.surface/button/danger/primary-active` | `string` | `'#ae191a'` |
125
+ | `light.surface/button/danger/primary-disabled` | `string` | `'#e6e6e6'` |
126
+ | `light.surface/button/danger/primary-hover` | `string` | `'#bb2526'` |
127
+ | `light.surface/button/danger/primary-main` | `string` | `'#d73332'` |
128
+ | `light.surface/button/danger/tertiary-active` | `string` | `'#bb2526'` |
129
+ | `light.surface/button/danger/tertiary-disabled` | `string` | `'#ffffff'` |
130
+ | `light.surface/button/danger/tertiary-hover` | `string` | `'#d73332'` |
131
+ | `light.surface/button/danger/tertiary-main` | `string` | `'#ffffff'` |
132
+ | `light.surface/button/primary/active` | `string` | `'#1e40af'` |
133
+ | `light.surface/button/primary/disabled` | `string` | `'#e6e6e6'` |
134
+ | `light.surface/button/primary/hover` | `string` | `'#0156c9'` |
135
+ | `light.surface/button/primary/main` | `string` | `'#0068f4'` |
136
+ | `light.surface/button/secondary/active` | `string` | `'#dcdcdc'` |
137
+ | `light.surface/button/secondary/disabled` | `string` | `'#ffffff'` |
138
+ | `light.surface/button/secondary/hover` | `string` | `'#e6e6e6'` |
139
+ | `light.surface/button/secondary/main` | `string` | `'#ffffff'` |
140
+ | `light.surface/button/success/primary-active` | `string` | `'#256505'` |
141
+ | `light.surface/button/success/primary-disabled` | `string` | `'#e6e6e6'` |
142
+ | `light.surface/button/success/primary-hover` | `string` | `'#2c7806'` |
143
+ | `light.surface/button/success/primary-main` | `string` | `'#2c8500'` |
144
+ | `light.surface/button/success/tertiary-active` | `string` | `'#2c7806'` |
145
+ | `light.surface/button/success/tertiary-disabled` | `string` | `'#ffffff'` |
146
+ | `light.surface/button/success/tertiary-hover` | `string` | `'#2c8500'` |
147
+ | `light.surface/button/success/tertiary-main` | `string` | `'#ffffff'` |
148
+ | `light.surface/button/tertiary/active` | `string` | `'#0156c9'` |
149
+ | `light.surface/button/tertiary/disabled` | `string` | `'#ffffff'` |
150
+ | `light.surface/button/tertiary/hover` | `string` | `'#0068f4'` |
151
+ | `light.surface/button/tertiary/main` | `string` | `'#ffffff'` |
152
+ | `light.surface/button/text/active` | `string` | `'#dcdcdc'` |
153
+ | `light.surface/button/text/disabled` | `string` | `'#ffffff'` |
154
+ | `light.surface/button/text/hover` | `string` | `'#e6e6e6'` |
155
+ | `light.surface/button/text/main` | `string` | `'#ffffff'` |
156
+ | `light.surface/button/trans/active` | `string` | `'#dcdcdc'` |
157
+ | `light.surface/button/trans/active-ultra` | `string` | `'#323232'` |
158
+ | `light.surface/button/trans/disabled` | `string` | `'#e6e6e6'` |
159
+ | `light.surface/button/trans/hover` | `string` | `'#e6e6e6'` |
160
+ | `light.surface/button/trans/main` | `string` | `'#ffffff99'` |
161
+ | `light.surface/toggle/off-disabled` | `string` | `'#d2d2d2'` |
162
+ | `light.surface/toggle/off-hover` | `string` | `'#494949'` |
163
+ | `light.surface/toggle/off-main` | `string` | `'#777777'` |
164
+ | `light.surface/toggle/on-disabled` | `string` | `'#4490f6'` |
165
+ | `light.surface/toggle/on-hover` | `string` | `'#0156c9'` |
166
+ | `light.surface/toggle/on-main` | `string` | `'#0068f4'` |
167
+ | <a id="dark"></a> `dark` | `object` | - |
168
+ | `dark.border/accent` | `string` | `'#4490f6'` |
169
+ | `dark.border/button/danger` | `string` | `'#d73332'` |
170
+ | `dark.border/button/disabled` | `string` | `'#494949'` |
171
+ | `dark.border/button/focus` | `string` | `'#71b4ff'` |
172
+ | `dark.border/button/form` | `string` | `'#777777'` |
173
+ | `dark.border/button/secondary` | `string` | `'#ffffff'` |
174
+ | `dark.border/button/success` | `string` | `'#2c8500'` |
175
+ | `dark.border/button/tertiary` | `string` | `'#777777'` |
176
+ | `dark.border/checkbo-disabled` | `string` | `'#777777'` |
177
+ | `dark.border/checkbox-main` | `string` | `'#c3c4c5'` |
178
+ | `dark.border/divider-primary` | `string` | `'#494949'` |
179
+ | `dark.border/divider-secondary` | `string` | `'#323232'` |
180
+ | `dark.border/divider-ultra` | `string` | `'#777777'` |
181
+ | `dark.border/none` | `number` | `0` |
182
+ | `dark.border/primary` | `string` | `'1px'` |
183
+ | `dark.border/secondary` | `string` | `'2px'` |
184
+ | `dark.font/button/accent` | `string` | `'#4490f6'` |
185
+ | `dark.font/button/call-active` | `string` | `'#212121'` |
186
+ | `dark.font/button/call-disabled` | `string` | `'#989898'` |
187
+ | `dark.font/button/call-error` | `string` | `'#ffffff'` |
188
+ | `dark.font/button/call-hover` | `string` | `'#ffffff'` |
189
+ | `dark.font/button/call-main` | `string` | `'#ffffff'` |
190
+ | `dark.font/button/danger-primary` | `string` | `'#ffffff'` |
191
+ | `dark.font/button/danger-tertiary` | `string` | `'#d73332'` |
192
+ | `dark.font/button/danger-tertiary-hover` | `string` | `'#ffffff'` |
193
+ | `dark.font/button/primary` | `string` | `'#ffffff'` |
194
+ | `dark.font/button/secondary` | `string` | `'#ffffff'` |
195
+ | `dark.font/button/success-primary` | `string` | `'#ffffff'` |
196
+ | `dark.font/button/success-tertiary` | `string` | `'#2c8500'` |
197
+ | `dark.font/button/success-tertiary-hover` | `string` | `'#ffffff'` |
198
+ | `dark.font/button/tertiary` | `string` | `'#ffffff'` |
199
+ | `dark.font/button/tertiary-hover` | `string` | `'#ffffff'` |
200
+ | `dark.font/button/text` | `string` | `'#4490f6'` |
201
+ | `dark.font/button/trans` | `string` | `'#ffffff'` |
202
+ | `dark.font/button/trans-ultra` | `string` | `'#323232'` |
203
+ | `dark.font/charts/line-1` | `string` | `'#ffffff'` |
204
+ | `dark.font/charts/line-10` | `string` | `'#ffffff'` |
205
+ | `dark.font/charts/line-11` | `string` | `'#ffffff'` |
206
+ | `dark.font/charts/line-12` | `string` | `'#ffffff'` |
207
+ | `dark.font/charts/line-13` | `string` | `'#ffffff'` |
208
+ | `dark.font/charts/line-14` | `string` | `'#ffffff'` |
209
+ | `dark.font/charts/line-15` | `string` | `'#ffffff'` |
210
+ | `dark.font/charts/line-2` | `string` | `'#ffffff'` |
211
+ | `dark.font/charts/line-3` | `string` | `'#ffffff'` |
212
+ | `dark.font/charts/line-4` | `string` | `'#ffffff'` |
213
+ | `dark.font/charts/line-5` | `string` | `'#ffffff'` |
214
+ | `dark.font/charts/line-6` | `string` | `'#ffffff'` |
215
+ | `dark.font/charts/line-7` | `string` | `'#ffffff'` |
216
+ | `dark.font/charts/line-8` | `string` | `'#ffffff'` |
217
+ | `dark.font/charts/line-9` | `string` | `'#ffffff'` |
218
+ | `dark.font/icons/clickable-active` | `string` | `'#ffffff'` |
219
+ | `dark.font/icons/clickable-hover` | `string` | `'#ffffff'` |
220
+ | `dark.font/icons/clickable-main` | `string` | `'#c3c4c5'` |
221
+ | `dark.font/icons/nonclickable-main` | `string` | `'#ffffff'` |
222
+ | `dark.font/icons/nonclickable-secondary` | `string` | `'#989898'` |
223
+ | `dark.font/text/accent` | `string` | `'#4490f6'` |
224
+ | `dark.font/text/body` | `string` | `'#f7f7f7'` |
225
+ | `dark.font/text/danger` | `string` | `'#d73332'` |
226
+ | `dark.font/text/danger-tertiary` | `string` | `'#ae191a'` |
227
+ | `dark.font/text/disabled` | `string` | `'#777777'` |
228
+ | `dark.font/text/label` | `string` | `'#f7f7f7'` |
229
+ | `dark.font/text/link` | `string` | `'#4490f6'` |
230
+ | `dark.font/text/link-active` | `string` | `'#0068f4'` |
231
+ | `dark.font/text/news` | `string` | `'#4f46e5'` |
232
+ | `dark.font/text/quaternary` | `string` | `'#989898'` |
233
+ | `dark.font/text/secondary` | `string` | `'#dcdcdc'` |
234
+ | `dark.font/text/success` | `string` | `'#2c8500'` |
235
+ | `dark.font/text/success-ultra` | `string` | `'#4e9f0d'` |
236
+ | `dark.font/text/tertiary` | `string` | `'#d2d2d2'` |
237
+ | `dark.font/text/title` | `string` | `'#ffffff'` |
238
+ | `dark.font/text/warning` | `string` | `'#cc6228'` |
239
+ | `dark.font/toggle/off-disabled` | `string` | `'#ffffff'` |
240
+ | `dark.font/toggle/off-hover` | `string` | `'#ffffff'` |
241
+ | `dark.font/toggle/off-main` | `string` | `'#ffffff'` |
242
+ | `dark.font/toggle/on-disabled` | `string` | `'#ffffff'` |
243
+ | `dark.font/toggle/on-hover` | `string` | `'#ffffff'` |
244
+ | `dark.font/toggle/on-main` | `string` | `'#ffffff'` |
245
+ | `dark.radius/md` | `number` | `0` |
246
+ | `dark.radius/none` | `number` | `0` |
247
+ | `dark.radius/sm` | `number` | `0` |
248
+ | `dark.radius/xs` | `number` | `0` |
249
+ | `dark.size/button-md` | `string` | `'40px'` |
250
+ | `dark.size/button-sm` | `string` | `'36px'` |
251
+ | `dark.size/button-sx` | `string` | `'30px'` |
252
+ | `dark.size/button-xl` | `string` | `'56px'` |
253
+ | `dark.surface/bcg/accent` | `string` | `'#4490f6'` |
254
+ | `dark.surface/bcg/custom` | `string` | `'#212121'` |
255
+ | `dark.surface/bcg/danger-10` | `string` | `'#ffe5e5'` |
256
+ | `dark.surface/bcg/danger-20` | `string` | `'#fecaca'` |
257
+ | `dark.surface/bcg/form` | `string` | `'#494949'` |
258
+ | `dark.surface/bcg/form-hover` | `string` | `'#494949'` |
259
+ | `dark.surface/bcg/highlight` | `string` | `'#cee3ff'` |
260
+ | `dark.surface/bcg/highlight-subtle` | `string` | `'#eff6ff'` |
261
+ | `dark.surface/bcg/info` | `string` | `'#e0e7ff'` |
262
+ | `dark.surface/bcg/light` | `string` | `'#989898'` |
263
+ | `dark.surface/bcg/menu-active` | `string` | `'#494949'` |
264
+ | `dark.surface/bcg/menu-hover` | `string` | `'#494949'` |
265
+ | `dark.surface/bcg/menu-main` | `string` | `'#323232'` |
266
+ | `dark.surface/bcg/mildwarning` | `string` | `'#fef9c3'` |
267
+ | `dark.surface/bcg/primary` | `string` | `'#212121'` |
268
+ | `dark.surface/bcg/secondary` | `string` | `'#323232'` |
269
+ | `dark.surface/bcg/success` | `string` | `'#e8f7e0'` |
270
+ | `dark.surface/bcg/tertiar-hover` | `string` | `'#494949'` |
271
+ | `dark.surface/bcg/tertiary` | `string` | `'#323232'` |
272
+ | `dark.surface/bcg/transparent` | `string` | `'#ffffff99'` |
273
+ | `dark.surface/bcg/ultralight` | `string` | `'#494949'` |
274
+ | `dark.surface/bcg/warning` | `string` | `'#ffedd5'` |
275
+ | `dark.surface/button/call/active` | `string` | `'#ffffff'` |
276
+ | `dark.surface/button/call/disabled` | `string` | `'#212121'` |
277
+ | `dark.surface/button/call/enabled-hover` | `string` | `'#d2d2d2'` |
278
+ | `dark.surface/button/call/error` | `string` | `'#d73332'` |
279
+ | `dark.surface/button/call/error-hover` | `string` | `'#bb2526'` |
280
+ | `dark.surface/button/call/hover` | `string` | `'#494949'` |
281
+ | `dark.surface/button/call/main` | `string` | `'#212121'` |
282
+ | `dark.surface/button/danger/primary-active` | `string` | `'#bb2526'` |
283
+ | `dark.surface/button/danger/primary-disabled` | `string` | `'#323232'` |
284
+ | `dark.surface/button/danger/primary-hover` | `string` | `'#d73332'` |
285
+ | `dark.surface/button/danger/primary-main` | `string` | `'#212121'` |
286
+ | `dark.surface/button/danger/tertiary-active` | `string` | `'#bb2526'` |
287
+ | `dark.surface/button/danger/tertiary-disabled` | `string` | `'#323232'` |
288
+ | `dark.surface/button/danger/tertiary-hover` | `string` | `'#d73332'` |
289
+ | `dark.surface/button/danger/tertiary-main` | `string` | `'#212121'` |
290
+ | `dark.surface/button/primary/active` | `string` | `'#0068f4'` |
291
+ | `dark.surface/button/primary/disabled` | `string` | `'#323232'` |
292
+ | `dark.surface/button/primary/hover` | `string` | `'#1c76f0'` |
293
+ | `dark.surface/button/primary/main` | `string` | `'#0068f4'` |
294
+ | `dark.surface/button/secondary/active` | `string` | `'#777777'` |
295
+ | `dark.surface/button/secondary/disabled` | `string` | `'#212121'` |
296
+ | `dark.surface/button/secondary/hover` | `string` | `'#494949'` |
297
+ | `dark.surface/button/secondary/main` | `string` | `'#212121'` |
298
+ | `dark.surface/button/success/primary-active` | `string` | `'#256505'` |
299
+ | `dark.surface/button/success/primary-disabled` | `string` | `'#323232'` |
300
+ | `dark.surface/button/success/primary-hover` | `string` | `'#2c7806'` |
301
+ | `dark.surface/button/success/primary-main` | `string` | `'#2c8500'` |
302
+ | `dark.surface/button/success/tertiary-active` | `string` | `'#2c7806'` |
303
+ | `dark.surface/button/success/tertiary-disabled` | `string` | `'#323232'` |
304
+ | `dark.surface/button/success/tertiary-hover` | `string` | `'#2c8500'` |
305
+ | `dark.surface/button/success/tertiary-main` | `string` | `'#212121'` |
306
+ | `dark.surface/button/tertiary/active` | `string` | `'#0068f4'` |
307
+ | `dark.surface/button/tertiary/disabled` | `string` | `'#212121'` |
308
+ | `dark.surface/button/tertiary/hover` | `string` | `'#1c76f0'` |
309
+ | `dark.surface/button/tertiary/main` | `string` | `'#212121'` |
310
+ | `dark.surface/button/text/active` | `string` | `'#494949'` |
311
+ | `dark.surface/button/text/disabled` | `string` | `'#323232'` |
312
+ | `dark.surface/button/text/hover` | `string` | `'#323232'` |
313
+ | `dark.surface/button/text/main` | `string` | `'#212121'` |
314
+ | `dark.surface/button/trans/active` | `string` | `'#494949'` |
315
+ | `dark.surface/button/trans/active-ultra` | `string` | `'#ffffff'` |
316
+ | `dark.surface/button/trans/disabled` | `string` | `'#323232'` |
317
+ | `dark.surface/button/trans/hover` | `string` | `'#494949'` |
318
+ | `dark.surface/button/trans/main` | `string` | `'#32323226'` |
319
+ | `dark.surface/toggle/off-disabled` | `string` | `'#d2d2d2'` |
320
+ | `dark.surface/toggle/off-hover` | `string` | `'#494949'` |
321
+ | `dark.surface/toggle/off-main` | `string` | `'#0068f4'` |
322
+ | `dark.surface/toggle/on-disabled` | `string` | `'#4490f6'` |
323
+ | `dark.surface/toggle/on-hover` | `string` | `'#0156c9'` |
324
+ | `dark.surface/toggle/on-main` | `string` | `'#0068f4'` |
@@ -75,9 +75,24 @@ export async function downloadIcons() {
75
75
 
76
76
  const frames = iconsFrame.document.children;
77
77
 
78
+ // If only a specific icon(s) should be fetched provide it as a command line arg: --icon-name=background-blur,participant
79
+ const iconNames =
80
+ process.argv
81
+ .find(arg => arg.startsWith('--icon-name='))
82
+ ?.split('=')[1]
83
+ ?.split(',')
84
+ .map(s => s.trim())
85
+ .filter(Boolean) || [];
86
+
78
87
  // frames now contain multiple nested icons
79
88
  const allIcons = frames
80
89
  .reduce((icons, currentFrame) => {
90
+ if (
91
+ iconNames.length > 0 &&
92
+ !iconNames.includes(currentFrame.name)
93
+ ) {
94
+ return icons;
95
+ }
81
96
  icons.push(
82
97
  currentFrame.children.map(child => ({
83
98
  ...child,
@@ -41,6 +41,9 @@ import IconAuthenticated_24 from './icons/authenticated-24.svg';
41
41
  import IconAuthenticated_32 from './icons/authenticated-32.svg';
42
42
  import IconBackgroundBlur_16 from './icons/background-blur-16.svg';
43
43
  import IconBackgroundBlur_24 from './icons/background-blur-24.svg';
44
+ import IconBackgroundBlur_32 from './icons/background-blur-32.svg';
45
+ import IconBackgroundReplace_16 from './icons/background-replace-16.svg';
46
+ import IconBackgroundReplace_24 from './icons/background-replace-24.svg';
44
47
  import IconBackspace_16 from './icons/backspace-16.svg';
45
48
  import IconBackspace_24 from './icons/backspace-24.svg';
46
49
  import IconBackToTop_16 from './icons/back-to-top-16.svg';
@@ -312,6 +315,7 @@ export interface IconCollection {
312
315
  IconAudioTransmission: IconSource;
313
316
  IconAuthenticated: IconSource;
314
317
  IconBackgroundBlur: IconSource;
318
+ IconBackgroundReplace: IconSource;
315
319
  IconBackspace: IconSource;
316
320
  IconBackToTop: IconSource;
317
321
  IconBandwidth: IconSource;
@@ -526,7 +530,12 @@ const collection: IconCollection = {
526
530
  IconBackgroundBlur: {
527
531
  size16: IconBackgroundBlur_16,
528
532
  size24: IconBackgroundBlur_24,
529
- size32: IconBackgroundBlur_24,
533
+ size32: IconBackgroundBlur_32,
534
+ },
535
+ IconBackgroundReplace: {
536
+ size16: IconBackgroundReplace_16,
537
+ size24: IconBackgroundReplace_24,
538
+ size32: IconBackgroundReplace_24,
530
539
  },
531
540
  IconBackspace: {
532
541
  size16: IconBackspace_16,
@@ -2,6 +2,6 @@
2
2
  "iconName": "background-blur-16",
3
3
  "name": "16px-background-blur",
4
4
  "pascalName": "IconBackgroundBlur_16",
5
- "resource": "https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9c6e75a1-6ba8-47ee-ae5f-522c49b102b1",
6
- "graphic": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_2052_326)\">\n<g clip-path=\"url(#clip1_2052_326)\">\n<path d=\"M8.00032 9.0382C9.53216 9.0382 10.7777 7.79264 10.7777 6.26004C10.7777 4.72896 9.53216 3.4834 8.00032 3.4834C6.46849 3.4834 5.22217 4.72896 5.22217 6.26004C5.22217 7.79188 6.46849 9.0382 8.00032 9.0382Z\" fill=\"white\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4173 -8.0791L16.6547 -6.84166L7.15724 2.6558C5.78261 2.96773 4.69836 4.05156 4.38685 5.4262L-6.20031 16.0134L-7.43774 14.7759L15.4173 -8.0791ZM2.76551 9.87594L4.70951 7.93193C4.98394 8.45892 5.38233 8.91139 5.86582 9.25049L5.86457 9.25175C4.66692 9.36467 3.63948 9.57679 2.76551 9.87594ZM-1.18553 13.827L-7.38908 20.0305L-6.15165 21.268L-0.692565 15.8089C-1.11936 15.3499 -1.34174 14.7269 -1.23108 14.0685C-1.2171 13.9858 -1.20189 13.9053 -1.18553 13.827ZM2.26143 16.5649L3.0581 17.3616L3.85476 16.5649H2.26143ZM6.68316 16.5649L5.40003 17.848L6.63747 19.0855L9.15804 16.5649H6.68316ZM14.9997 10.7232C14.5239 10.4089 13.9718 10.1367 13.3367 9.91133L24.9703 -1.72228L26.2078 -0.484846L14.9997 10.7232ZM11.9865 16.5649L-5.05911 33.6105L-3.82168 34.8479L14.4614 16.5649H11.9865ZM17.1881 13.8382C17.0586 13.2111 16.8554 12.7237 16.6168 12.3324C16.5645 12.2466 16.5112 12.1669 16.4583 12.093L28.7548 -0.20343L29.9923 1.03401L17.1881 13.8382ZM11.0568 9.36286C10.7456 9.31655 10.4212 9.27781 10.0835 9.2469C11.0137 8.59194 11.6274 7.51645 11.6466 6.29818L22.2406 -4.2958L23.478 -3.05836L11.0568 9.36286ZM9.66392 2.97753C10.1911 3.2518 10.6436 3.6501 10.9828 4.13353L21.2487 -6.13242L20.0113 -7.36986L9.66392 2.97753ZM9.87804 -7.84319L11.1155 -6.60575L-6.11758 10.6273L-7.35502 9.38987L9.87804 -7.84319ZM29.9923 6.73752L28.7548 5.50008L-5.05911 39.314L-3.82168 40.5515L29.9923 6.73752Z\" fill=\"white\"/>\n<path d=\"M13.0175 11.7051C12.2184 10.8501 10.7117 10.2151 8.00002 10.2151C5.26502 10.2151 3.75586 10.8609 2.96169 11.7268C2.74919 11.9593 2.38336 12.3301 2.23336 13.2909C2.15586 13.7934 2.55169 14.2501 3.06002 14.2501H12.94C13.4484 14.2501 13.845 13.7934 13.7667 13.2909C13.6159 12.3284 13.2484 11.9509 13.0175 11.7051Z\" fill=\"white\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_2052_326\">\n<rect x=\"1.33325\" y=\"1.75\" width=\"13.3333\" height=\"13.3333\" rx=\"0.833333\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip1_2052_326\">\n<rect width=\"13.3333\" height=\"13.3333\" fill=\"white\" transform=\"translate(1.33325 1.75)\"/>\n</clipPath>\n</defs>\n</svg>\n"
5
+ "resource": "https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/14d2c9a1-b08b-45b4-a1d7-ccd43f5ac2f6",
6
+ "graphic": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.36842 9.8421C1.27018 9.8421 1.18421 9.80526 1.11053 9.73158C1.03684 9.6579 1 9.57193 1 9.47368C1 9.37544 1.03684 9.28947 1.11053 9.21579C1.18421 9.14211 1.27018 9.10526 1.36842 9.10526C1.46667 9.10526 1.55263 9.14211 1.62632 9.21579C1.7 9.28947 1.73684 9.37544 1.73684 9.47368C1.73684 9.57193 1.7 9.6579 1.62632 9.73158C1.55263 9.80526 1.46667 9.8421 1.36842 9.8421ZM1.36842 6.89474C1.27018 6.89474 1.18421 6.85789 1.11053 6.78421C1.03684 6.71053 1 6.62456 1 6.52632C1 6.42807 1.03684 6.34211 1.11053 6.26842C1.18421 6.19474 1.27018 6.15789 1.36842 6.15789C1.46667 6.15789 1.55263 6.19474 1.62632 6.26842C1.7 6.34211 1.73684 6.42807 1.73684 6.52632C1.73684 6.62456 1.7 6.71053 1.62632 6.78421C1.55263 6.85789 1.46667 6.89474 1.36842 6.89474ZM3.57895 13.1579C3.37018 13.1579 3.19518 13.0873 3.05395 12.9461C2.91272 12.8048 2.84211 12.6298 2.84211 12.4211C2.84211 12.2123 2.91272 12.0373 3.05395 11.8961C3.19518 11.7548 3.37018 11.6842 3.57895 11.6842C3.78772 11.6842 3.96272 11.7548 4.10395 11.8961C4.24518 12.0373 4.31579 12.2123 4.31579 12.4211C4.31579 12.6298 4.24518 12.8048 4.10395 12.9461C3.96272 13.0873 3.78772 13.1579 3.57895 13.1579ZM3.57895 10.2105C3.37018 10.2105 3.19518 10.1399 3.05395 9.99868C2.91272 9.85746 2.84211 9.68246 2.84211 9.47368C2.84211 9.26491 2.91272 9.08991 3.05395 8.94868C3.19518 8.80746 3.37018 8.73684 3.57895 8.73684C3.78772 8.73684 3.96272 8.80746 4.10395 8.94868C4.24518 9.08991 4.31579 9.26491 4.31579 9.47368C4.31579 9.68246 4.24518 9.85746 4.10395 9.99868C3.96272 10.1399 3.78772 10.2105 3.57895 10.2105ZM3.57895 7.26316C3.37018 7.26316 3.19518 7.19254 3.05395 7.05132C2.91272 6.91009 2.84211 6.73509 2.84211 6.52632C2.84211 6.31754 2.91272 6.14254 3.05395 6.00132C3.19518 5.86009 3.37018 5.78947 3.57895 5.78947C3.78772 5.78947 3.96272 5.86009 4.10395 6.00132C4.24518 6.14254 4.31579 6.31754 4.31579 6.52632C4.31579 6.73509 4.24518 6.91009 4.10395 7.05132C3.96272 7.19254 3.78772 7.26316 3.57895 7.26316ZM3.57895 4.31579C3.37018 4.31579 3.19518 4.24518 3.05395 4.10395C2.91272 3.96272 2.84211 3.78772 2.84211 3.57895C2.84211 3.37018 2.91272 3.19518 3.05395 3.05395C3.19518 2.91272 3.37018 2.84211 3.57895 2.84211C3.78772 2.84211 3.96272 2.91272 4.10395 3.05395C4.24518 3.19518 4.31579 3.37018 4.31579 3.57895C4.31579 3.78772 4.24518 3.96272 4.10395 4.10395C3.96272 4.24518 3.78772 4.31579 3.57895 4.31579ZM6.52632 13.1579C6.31754 13.1579 6.14254 13.0873 6.00132 12.9461C5.86009 12.8048 5.78947 12.6298 5.78947 12.4211C5.78947 12.2123 5.86009 12.0373 6.00132 11.8961C6.14254 11.7548 6.31754 11.6842 6.52632 11.6842C6.73509 11.6842 6.91009 11.7548 7.05132 11.8961C7.19254 12.0373 7.26316 12.2123 7.26316 12.4211C7.26316 12.6298 7.19254 12.8048 7.05132 12.9461C6.91009 13.0873 6.73509 13.1579 6.52632 13.1579ZM6.52632 4.31579C6.31754 4.31579 6.14254 4.24518 6.00132 4.10395C5.86009 3.96272 5.78947 3.78772 5.78947 3.57895C5.78947 3.37018 5.86009 3.19518 6.00132 3.05395C6.14254 2.91272 6.31754 2.84211 6.52632 2.84211C6.73509 2.84211 6.91009 2.91272 7.05132 3.05395C7.19254 3.19518 7.26316 3.37018 7.26316 3.57895C7.26316 3.78772 7.19254 3.96272 7.05132 4.10395C6.91009 4.24518 6.73509 4.31579 6.52632 4.31579ZM6.52632 15C6.42807 15 6.34211 14.9632 6.26842 14.8895C6.19474 14.8158 6.15789 14.7298 6.15789 14.6316C6.15789 14.5333 6.19474 14.4474 6.26842 14.3737C6.34211 14.3 6.42807 14.2632 6.52632 14.2632C6.62456 14.2632 6.71053 14.3 6.78421 14.3737C6.85789 14.4474 6.89474 14.5333 6.89474 14.6316C6.89474 14.7298 6.85789 14.8158 6.78421 14.8895C6.71053 14.9632 6.62456 15 6.52632 15ZM6.52632 1.73684C6.42807 1.73684 6.34211 1.7 6.26842 1.62632C6.19474 1.55263 6.15789 1.46667 6.15789 1.36842C6.15789 1.27018 6.19474 1.18421 6.26842 1.11053C6.34211 1.03684 6.42807 1 6.52632 1C6.62456 1 6.71053 1.03684 6.78421 1.11053C6.85789 1.18421 6.89474 1.27018 6.89474 1.36842C6.89474 1.46667 6.85789 1.55263 6.78421 1.62632C6.71053 1.7 6.62456 1.73684 6.52632 1.73684ZM9.47368 13.1579C9.26491 13.1579 9.08991 13.0873 8.94868 12.9461C8.80746 12.8048 8.73684 12.6298 8.73684 12.4211C8.73684 12.2123 8.80746 12.0373 8.94868 11.8961C9.08991 11.7548 9.26491 11.6842 9.47368 11.6842C9.68246 11.6842 9.85746 11.7548 9.99868 11.8961C10.1399 12.0373 10.2105 12.2123 10.2105 12.4211C10.2105 12.6298 10.1399 12.8048 9.99868 12.9461C9.85746 13.0873 9.68246 13.1579 9.47368 13.1579ZM9.47368 4.31579C9.26491 4.31579 9.08991 4.24518 8.94868 4.10395C8.80746 3.96272 8.73684 3.78772 8.73684 3.57895C8.73684 3.37018 8.80746 3.19518 8.94868 3.05395C9.08991 2.91272 9.26491 2.84211 9.47368 2.84211C9.68246 2.84211 9.85746 2.91272 9.99868 3.05395C10.1399 3.19518 10.2105 3.37018 10.2105 3.57895C10.2105 3.78772 10.1399 3.96272 9.99868 4.10395C9.85746 4.24518 9.68246 4.31579 9.47368 4.31579ZM9.47368 15C9.37544 15 9.28947 14.9632 9.21579 14.8895C9.14211 14.8158 9.10526 14.7298 9.10526 14.6316C9.10526 14.5333 9.14211 14.4474 9.21579 14.3737C9.28947 14.3 9.37544 14.2632 9.47368 14.2632C9.57193 14.2632 9.6579 14.3 9.73158 14.3737C9.80526 14.4474 9.8421 14.5333 9.8421 14.6316C9.8421 14.7298 9.80526 14.8158 9.73158 14.8895C9.6579 14.9632 9.57193 15 9.47368 15ZM9.47368 1.73684C9.37544 1.73684 9.28947 1.7 9.21579 1.62632C9.14211 1.55263 9.10526 1.46667 9.10526 1.36842C9.10526 1.27018 9.14211 1.18421 9.21579 1.11053C9.28947 1.03684 9.37544 1 9.47368 1C9.57193 1 9.6579 1.03684 9.73158 1.11053C9.80526 1.18421 9.8421 1.27018 9.8421 1.36842C9.8421 1.46667 9.80526 1.55263 9.73158 1.62632C9.6579 1.7 9.57193 1.73684 9.47368 1.73684ZM12.4211 13.1579C12.2123 13.1579 12.0373 13.0873 11.8961 12.9461C11.7548 12.8048 11.6842 12.6298 11.6842 12.4211C11.6842 12.2123 11.7548 12.0373 11.8961 11.8961C12.0373 11.7548 12.2123 11.6842 12.4211 11.6842C12.6298 11.6842 12.8048 11.7548 12.9461 11.8961C13.0873 12.0373 13.1579 12.2123 13.1579 12.4211C13.1579 12.6298 13.0873 12.8048 12.9461 12.9461C12.8048 13.0873 12.6298 13.1579 12.4211 13.1579ZM12.4211 10.2105C12.2123 10.2105 12.0373 10.1399 11.8961 9.99868C11.7548 9.85746 11.6842 9.68246 11.6842 9.47368C11.6842 9.26491 11.7548 9.08991 11.8961 8.94868C12.0373 8.80746 12.2123 8.73684 12.4211 8.73684C12.6298 8.73684 12.8048 8.80746 12.9461 8.94868C13.0873 9.08991 13.1579 9.26491 13.1579 9.47368C13.1579 9.68246 13.0873 9.85746 12.9461 9.99868C12.8048 10.1399 12.6298 10.2105 12.4211 10.2105ZM12.4211 7.26316C12.2123 7.26316 12.0373 7.19254 11.8961 7.05132C11.7548 6.91009 11.6842 6.73509 11.6842 6.52632C11.6842 6.31754 11.7548 6.14254 11.8961 6.00132C12.0373 5.86009 12.2123 5.78947 12.4211 5.78947C12.6298 5.78947 12.8048 5.86009 12.9461 6.00132C13.0873 6.14254 13.1579 6.31754 13.1579 6.52632C13.1579 6.73509 13.0873 6.91009 12.9461 7.05132C12.8048 7.19254 12.6298 7.26316 12.4211 7.26316ZM12.4211 4.31579C12.2123 4.31579 12.0373 4.24518 11.8961 4.10395C11.7548 3.96272 11.6842 3.78772 11.6842 3.57895C11.6842 3.37018 11.7548 3.19518 11.8961 3.05395C12.0373 2.91272 12.2123 2.84211 12.4211 2.84211C12.6298 2.84211 12.8048 2.91272 12.9461 3.05395C13.0873 3.19518 13.1579 3.37018 13.1579 3.57895C13.1579 3.78772 13.0873 3.96272 12.9461 4.10395C12.8048 4.24518 12.6298 4.31579 12.4211 4.31579ZM14.6316 9.8421C14.5333 9.8421 14.4474 9.80526 14.3737 9.73158C14.3 9.6579 14.2632 9.57193 14.2632 9.47368C14.2632 9.37544 14.3 9.28947 14.3737 9.21579C14.4474 9.14211 14.5333 9.10526 14.6316 9.10526C14.7298 9.10526 14.8158 9.14211 14.8895 9.21579C14.9632 9.28947 15 9.37544 15 9.47368C15 9.57193 14.9632 9.6579 14.8895 9.73158C14.8158 9.80526 14.7298 9.8421 14.6316 9.8421ZM14.6316 6.89474C14.5333 6.89474 14.4474 6.85789 14.3737 6.78421C14.3 6.71053 14.2632 6.62456 14.2632 6.52632C14.2632 6.42807 14.3 6.34211 14.3737 6.26842C14.4474 6.19474 14.5333 6.15789 14.6316 6.15789C14.7298 6.15789 14.8158 6.19474 14.8895 6.26842C14.9632 6.34211 15 6.42807 15 6.52632C15 6.62456 14.9632 6.71053 14.8895 6.78421C14.8158 6.85789 14.7298 6.89474 14.6316 6.89474ZM5.05263 10.9474V10.5421C5.05263 9.90351 5.35965 9.44298 5.97368 9.16053C6.58772 8.87807 7.26316 8.73684 8 8.73684C8.73684 8.73684 9.41228 8.87807 10.0263 9.16053C10.6404 9.44298 10.9474 9.90351 10.9474 10.5421V10.9474H5.05263ZM8 8C7.59474 8 7.24781 7.8557 6.95921 7.56711C6.67061 7.27851 6.52632 6.93158 6.52632 6.52632C6.52632 6.12105 6.67061 5.77412 6.95921 5.48553C7.24781 5.19693 7.59474 5.05263 8 5.05263C8.40526 5.05263 8.75219 5.19693 9.04079 5.48553C9.32939 5.77412 9.47368 6.12105 9.47368 6.52632C9.47368 6.93158 9.32939 7.27851 9.04079 7.56711C8.75219 7.8557 8.40526 8 8 8Z\" fill=\"white\"/>\n</svg>\n"
7
7
  }
@@ -7,37 +7,8 @@
7
7
  viewBox="0 0 16 16"
8
8
  aria-hidden="true"
9
9
  >
10
- <g clip-path="url(#IconBackgroundBlur_16__a)">
11
- <g clip-path="url(#IconBackgroundBlur_16__b)">
12
- <path
13
- fill="currentColor"
14
- d="M8 9.038a2.78 2.78 0 0 0 2.778-2.778A2.78 2.78 0 0 0 8 3.483 2.78 2.78 0 0 0 5.222 6.26 2.78 2.78 0 0 0 8 9.038"
15
- />
16
- </g>
17
- <path
18
- fill="currentColor"
19
- fill-rule="evenodd"
20
- d="m15.417-8.08 1.238 1.238-9.498 9.498a3.69 3.69 0 0 0-2.77 2.77L-6.2 16.013l-1.238-1.237zM2.766 9.877 4.71 7.932A3.7 3.7 0 0 0 5.866 9.25l-.001.002c-1.198.113-2.226.325-3.1.624m-3.952 3.951-6.203 6.204 1.237 1.237 5.46-5.46a2.04 2.04 0 0 1-.54-1.74q.022-.124.046-.241m3.447 2.738.797.797.797-.797zm4.422 0L5.4 17.848l1.237 1.238 2.521-2.521zM15 10.723a7.6 7.6 0 0 0-1.663-.812L24.97-1.722l1.238 1.237zm-3.014 5.842L-5.059 33.61l1.237 1.237 18.283-18.283zm5.202-2.727a4.7 4.7 0 0 0-.571-1.506 4 4 0 0 0-.159-.239L28.755-.203l1.237 1.237zm-6.131-4.475a17 17 0 0 0-.973-.116 3.67 3.67 0 0 0 1.563-2.949L22.24-4.296l1.237 1.238zM9.664 2.978c.527.274.98.672 1.319 1.156L21.249-6.132 20.01-7.37zm.214-10.821 1.238 1.237-17.234 17.233-1.237-1.237zm20.114 14.58L28.755 5.5-5.06 39.314l1.237 1.237z"
21
- clip-rule="evenodd"
22
- />
23
- <path
24
- fill="currentColor"
25
- d="M13.018 11.705c-.8-.855-2.306-1.49-5.018-1.49-2.735 0-4.244.646-5.038 1.512-.213.232-.579.603-.729 1.564a.837.837 0 0 0 .827.96h9.88a.837.837 0 0 0 .827-.96c-.151-.963-.519-1.34-.75-1.586"
26
- />
27
- </g>
28
- <defs>
29
- <clipPath id="IconBackgroundBlur_16__a">
30
- <rect
31
- width="13.333"
32
- height="13.333"
33
- x="1.333"
34
- y="1.75"
35
- fill="currentColor"
36
- rx=".833"
37
- />
38
- </clipPath>
39
- <clipPath id="IconBackgroundBlur_16__b">
40
- <path fill="currentColor" d="M1.333 1.75h13.333v13.333H1.333z" />
41
- </clipPath>
42
- </defs>
10
+ <path
11
+ fill="currentColor"
12
+ d="M1.368 9.842a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .515 0 .353.353 0 0 1 0 .516.35.35 0 0 1-.258.11m0-2.947a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.517.353.353 0 0 1 .515 0 .353.353 0 0 1 0 .516.35.35 0 0 1-.258.11m2.21 6.263a.71.71 0 0 1-.524-.212.71.71 0 0 1-.212-.525q0-.313.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m.001-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .312-.212.525a.71.71 0 0 1-.525.211m0-2.948a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.312.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.313 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m2.947 8.842a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.313.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-8.842a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m0 10.684a.35.35 0 0 1-.258-.11.354.354 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.111m0-13.263a.35.35 0 0 1-.258-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m2.948 11.42a.71.71 0 0 1-.525-.21.71.71 0 0 1-.212-.526q0-.313.212-.525a.71.71 0 0 1 .525-.212q.312 0 .525.212a.71.71 0 0 1 .211.525q0 .314-.211.525a.71.71 0 0 1-.525.212m0-8.841a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.312 0 .525.212a.71.71 0 0 1 .211.525q0 .313-.211.525a.71.71 0 0 1-.525.212m0 10.684a.35.35 0 0 1-.258-.11.354.354 0 0 1 0-.516.35.35 0 0 1 .258-.11q.147 0 .258.11a.353.353 0 0 1 0 .515.35.35 0 0 1-.258.111m0-13.263a.35.35 0 0 1-.258-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m2.947 11.42a.71.71 0 0 1-.525-.21.71.71 0 0 1-.212-.526q0-.313.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.211.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .312-.212.525a.71.71 0 0 1-.525.211m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.312.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .314-.212.525a.71.71 0 0 1-.525.212m0-2.947a.71.71 0 0 1-.525-.212.71.71 0 0 1-.212-.525q0-.314.212-.525a.71.71 0 0 1 .525-.212q.314 0 .525.212a.71.71 0 0 1 .212.525q0 .313-.212.525a.71.71 0 0 1-.525.212m2.21 5.526a.35.35 0 0 1-.257-.11.35.35 0 0 1-.11-.258q0-.149.11-.258a.353.353 0 0 1 .515 0q.111.11.111.258a.35.35 0 0 1-.11.258.35.35 0 0 1-.258.11m0-2.947a.35.35 0 0 1-.257-.11.353.353 0 0 1 0-.516.353.353 0 0 1 .516 0 .353.353 0 0 1 0 .515.35.35 0 0 1-.258.11m-9.578 4.052v-.405q0-.957.92-1.381A4.8 4.8 0 0 1 8 8.737a4.8 4.8 0 0 1 2.026.424q.921.424.921 1.381v.405zM8 8a1.42 1.42 0 0 1-1.04-.433 1.42 1.42 0 0 1-.434-1.04q0-.609.433-1.041A1.42 1.42 0 0 1 8 5.053q.608 0 1.04.433.434.432.434 1.04T9.04 7.567A1.42 1.42 0 0 1 8 8"
13
+ />
43
14
  </svg>