@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.
- package/CHANGELOG.md +49 -0
- package/api-docs/README.mdx +333 -0
- package/api-docs/enumerations/AvatarType.mdx +8 -0
- package/api-docs/enumerations/Color.mdx +65 -0
- package/api-docs/enumerations/FontVariant.mdx +20 -0
- package/api-docs/enumerations/LockStyle.mdx +7 -0
- package/api-docs/enumerations/ModalType.mdx +6 -0
- package/api-docs/enumerations/ProgressBarColor.mdx +8 -0
- package/api-docs/enumerations/RgbColor.mdx +64 -0
- package/api-docs/enumerations/StatCardVariant.mdx +7 -0
- package/api-docs/enumerations/TestId.mdx +45 -0
- package/api-docs/functions/announce.mdx +21 -0
- package/api-docs/functions/isBackgroundImageSrcEmpty.mdx +13 -0
- package/api-docs/functions/isImageSrcEmpty.mdx +13 -0
- package/api-docs/functions/isImageSrcString.mdx +13 -0
- package/api-docs/functions/isValidIconName.mdx +13 -0
- package/api-docs/functions/onEnter.mdx +32 -0
- package/api-docs/functions/sizeToPadding.mdx +22 -0
- package/api-docs/functions/useBelow360.mdx +7 -0
- package/api-docs/functions/useBreakpointChange.mdx +7 -0
- package/api-docs/functions/useFocusFrom.mdx +24 -0
- package/api-docs/functions/useFocusFromOpened.mdx +20 -0
- package/api-docs/functions/useGroupedPagesNav.mdx +16 -0
- package/api-docs/functions/useInput.mdx +13 -0
- package/api-docs/functions/useLandscape.mdx +7 -0
- package/api-docs/functions/useLg.mdx +7 -0
- package/api-docs/functions/useLgDown.mdx +7 -0
- package/api-docs/functions/useLgUp.mdx +7 -0
- package/api-docs/functions/useMd.mdx +7 -0
- package/api-docs/functions/useMdDown.mdx +7 -0
- package/api-docs/functions/useMdToXl.mdx +7 -0
- package/api-docs/functions/useMdUp.mdx +7 -0
- package/api-docs/functions/useMobileDevice.mdx +7 -0
- package/api-docs/functions/useMobileDeviceLandscape.mdx +7 -0
- package/api-docs/functions/useMobileDevicePortrait.mdx +7 -0
- package/api-docs/functions/useModal.mdx +18 -0
- package/api-docs/functions/useModalHandle.mdx +12 -0
- package/api-docs/functions/useMultistepIndicator.mdx +45 -0
- package/api-docs/functions/useOutOfViewNavigation.mdx +25 -0
- package/api-docs/functions/usePortrait.mdx +7 -0
- package/api-docs/functions/useScrollIntoView.mdx +22 -0
- package/api-docs/functions/useSm.mdx +7 -0
- package/api-docs/functions/useSmDown.mdx +7 -0
- package/api-docs/functions/useSmToLg.mdx +7 -0
- package/api-docs/functions/useSmToXl.mdx +7 -0
- package/api-docs/functions/useSmUp.mdx +7 -0
- package/api-docs/functions/useTabletDevice.mdx +7 -0
- package/api-docs/functions/useTabs.mdx +18 -0
- package/api-docs/functions/useTouchDevice.mdx +7 -0
- package/api-docs/functions/useXl.mdx +7 -0
- package/api-docs/functions/useXlDown.mdx +7 -0
- package/api-docs/functions/useXlUp.mdx +7 -0
- package/api-docs/functions/useXs.mdx +7 -0
- package/api-docs/functions/withColorScheme.mdx +32 -0
- package/api-docs/functions/withTabName.mdx +32 -0
- package/api-docs/functions/withTransition.mdx +36 -0
- package/api-docs/interfaces/EnhancerProps.mdx +10 -0
- package/api-docs/interfaces/FloatRootOverflow.mdx +9 -0
- package/api-docs/interfaces/FullSizeWindowCommonProps.mdx +8 -0
- package/api-docs/interfaces/IconCollection.mdx +146 -0
- package/api-docs/interfaces/IconSource.mdx +7 -0
- package/api-docs/interfaces/LoadingBoxProps.mdx +12 -0
- package/api-docs/interfaces/ModalHandle.mdx +5 -0
- package/api-docs/interfaces/MultistepItem.mdx +13 -0
- package/api-docs/interfaces/StatCardRowData.mdx +15 -0
- package/api-docs/interfaces/ToastProps.mdx +14 -0
- package/api-docs/interfaces/VideoHandle.mdx +6 -0
- package/api-docs/interfaces/WithTransitionProps.mdx +5 -0
- package/api-docs/type-aliases/ActivityCardAction.mdx +10 -0
- package/api-docs/type-aliases/AlignWithFloatRootTrigger.mdx +3 -0
- package/api-docs/type-aliases/AllSize.mdx +3 -0
- package/api-docs/type-aliases/AriaMenuItem.mdx +21 -0
- package/api-docs/type-aliases/AriaMenuProps.mdx +18 -0
- package/api-docs/type-aliases/BackgroundImageSrc.mdx +3 -0
- package/api-docs/type-aliases/BadgeCounterProps.mdx +3 -0
- package/api-docs/type-aliases/BadgeCounterVariant.mdx +3 -0
- package/api-docs/type-aliases/BaseSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/BreadcrumbItem.mdx +11 -0
- package/api-docs/type-aliases/Breakpoint.mdx +3 -0
- package/api-docs/type-aliases/ButtonHTMLTag.mdx +3 -0
- package/api-docs/type-aliases/ButtonModifiersValues.mdx +3 -0
- package/api-docs/type-aliases/ButtonProps.mdx +3 -0
- package/api-docs/type-aliases/ButtonTextProps.mdx +3 -0
- package/api-docs/type-aliases/ButtonVariant.mdx +3 -0
- package/api-docs/type-aliases/ClickEventHandler.mdx +20 -0
- package/api-docs/type-aliases/ColorScheme.mdx +3 -0
- package/api-docs/type-aliases/DropContentPosition.mdx +3 -0
- package/api-docs/type-aliases/DropContentType.mdx +3 -0
- package/api-docs/type-aliases/ExtendedSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/ExtendedTooltipPosition.mdx +13 -0
- package/api-docs/type-aliases/FullSizeWindowBackgroundVariant.mdx +3 -0
- package/api-docs/type-aliases/FullSizeWindowColorBackgroundProps.mdx +13 -0
- package/api-docs/type-aliases/FullSizeWindowImageBackgroundProps.mdx +13 -0
- package/api-docs/type-aliases/GroupProps.mdx +3 -0
- package/api-docs/type-aliases/HeadingElement.mdx +3 -0
- package/api-docs/type-aliases/HeadingFontVariant.mdx +3 -0
- package/api-docs/type-aliases/IScrollbars.mdx +3 -0
- package/api-docs/type-aliases/ImageSrc.mdx +3 -0
- package/api-docs/type-aliases/InlineElement.mdx +3 -0
- package/api-docs/type-aliases/InputVariant.mdx +3 -0
- package/api-docs/type-aliases/InteractiveElementHTMLTag.mdx +3 -0
- package/api-docs/type-aliases/InteractiveElementProps.mdx +3 -0
- package/api-docs/type-aliases/LabelModifier.mdx +3 -0
- package/api-docs/type-aliases/LinkTarget.mdx +3 -0
- package/api-docs/type-aliases/LogoSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/MenuAction.mdx +17 -0
- package/api-docs/type-aliases/MenuContent.mdx +3 -0
- package/api-docs/type-aliases/MenuItem.mdx +31 -0
- package/api-docs/type-aliases/ModalProps.mdx +3 -0
- package/api-docs/type-aliases/ModalSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/MultiselectOption.mdx +16 -0
- package/api-docs/type-aliases/MultistepIndicatorProps.mdx +3 -0
- package/api-docs/type-aliases/NotificationToastMessage.mdx +18 -0
- package/api-docs/type-aliases/NotificationToastSignal.mdx +3 -0
- package/api-docs/type-aliases/NotificationTooltipPosition.mdx +13 -0
- package/api-docs/type-aliases/Option.mdx +17 -0
- package/api-docs/type-aliases/OverlayOpacity.mdx +3 -0
- package/api-docs/type-aliases/PanelProps.mdx +3 -0
- package/api-docs/type-aliases/SelectProps.mdx +29 -0
- package/api-docs/type-aliases/ShadowModifier.mdx +3 -0
- package/api-docs/type-aliases/SimpleButtonProps.mdx +3 -0
- package/api-docs/type-aliases/SizeModifier.mdx +3 -0
- package/api-docs/type-aliases/StandardSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/StatIndicatorVariant.mdx +3 -0
- package/api-docs/type-aliases/StatusItem.mdx +10 -0
- package/api-docs/type-aliases/TableResultsCountProps.mdx +12 -0
- package/api-docs/type-aliases/TagItem.mdx +17 -0
- package/api-docs/type-aliases/TextLinkProps.mdx +3 -0
- package/api-docs/type-aliases/TextProps.mdx +3 -0
- package/api-docs/type-aliases/TextVariant.mdx +3 -0
- package/api-docs/type-aliases/Theme.mdx +3 -0
- package/api-docs/type-aliases/ToastPosition.mdx +3 -0
- package/api-docs/type-aliases/TooltipPosition.mdx +3 -0
- package/api-docs/type-aliases/VideoWrapperSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/VideoWrapperVariant.mdx +3 -0
- package/api-docs/variables/AboutModal.mdx +3 -0
- package/api-docs/variables/AboutText.mdx +3 -0
- package/api-docs/variables/Accordion.mdx +16 -0
- package/api-docs/variables/ActionsRow.mdx +3 -0
- package/api-docs/variables/ActivityCard.mdx +11 -0
- package/api-docs/variables/Announcer.mdx +12 -0
- package/api-docs/variables/AriaMenu.mdx +5 -0
- package/api-docs/variables/AspectRatio.mdx +6 -0
- package/api-docs/variables/Audio.mdx +3 -0
- package/api-docs/variables/Avatar.mdx +3 -0
- package/api-docs/variables/BadgeCounter.mdx +3 -0
- package/api-docs/variables/Bar.mdx +3 -0
- package/api-docs/variables/Box.mdx +3 -0
- package/api-docs/variables/BoxHeader.mdx +3 -0
- package/api-docs/variables/Breadcrumbs.mdx +9 -0
- package/api-docs/variables/Button.mdx +3 -0
- package/api-docs/variables/ButtonText.mdx +3 -0
- package/api-docs/variables/CakeTimer.mdx +3 -0
- package/api-docs/variables/CallToAction.mdx +3 -0
- package/api-docs/variables/Captions.mdx +3 -0
- package/api-docs/variables/CardLayout.mdx +10 -0
- package/api-docs/variables/Cell.mdx +3 -0
- package/api-docs/variables/CenterLayout.mdx +3 -0
- package/api-docs/variables/Checkbox.mdx +3 -0
- package/api-docs/variables/CircleCountDown.mdx +7 -0
- package/api-docs/variables/CollapsableContainer.mdx +15 -0
- package/api-docs/variables/ColorPickerPreviewButton.mdx +3 -0
- package/api-docs/variables/ColorPreviewButton.mdx +3 -0
- package/api-docs/variables/CondensedTabs.mdx +3 -0
- package/api-docs/variables/ConfirmableMultiselect.mdx +3 -0
- package/api-docs/variables/ConfirmationModal.mdx +3 -0
- package/api-docs/variables/ContextMenu.mdx +12 -0
- package/api-docs/variables/CoreHeader.mdx +3 -0
- package/api-docs/variables/CustomTooltip.mdx +3 -0
- package/api-docs/variables/Details.mdx +3 -0
- package/api-docs/variables/Divider.mdx +3 -0
- package/api-docs/variables/DragAndDrop.mdx +10 -0
- package/api-docs/variables/DragAndUploadFiles.mdx +3 -0
- package/api-docs/variables/Draggable.mdx +3 -0
- package/api-docs/variables/DropContent.mdx +3 -0
- package/api-docs/variables/Enhancers.mdx +3 -0
- package/api-docs/variables/ExpanderCell.mdx +3 -0
- package/api-docs/variables/FileUpload.mdx +3 -0
- package/api-docs/variables/Form.mdx +3 -0
- package/api-docs/variables/FullSizeWindow.mdx +5 -0
- package/api-docs/variables/FullscreenLayout.mdx +3 -0
- package/api-docs/variables/FullscreenOverlay.mdx +3 -0
- package/api-docs/variables/FullscreenSpinner.mdx +3 -0
- package/api-docs/variables/Grid.mdx +3 -0
- package/api-docs/variables/Group.mdx +3 -0
- package/api-docs/variables/Heading.mdx +11 -0
- package/api-docs/variables/HotKey.mdx +6 -0
- package/api-docs/variables/HotkeysTooltip.mdx +3 -0
- package/api-docs/variables/Icon.mdx +3 -0
- package/api-docs/variables/IconTypes.mdx +3 -0
- package/api-docs/variables/ImagePreviewButton.mdx +3 -0
- package/api-docs/variables/InfoHeadCell.mdx +7 -0
- package/api-docs/variables/InfoMessage.mdx +6 -0
- package/api-docs/variables/Input.mdx +3 -0
- package/api-docs/variables/InputLabel.mdx +3 -0
- package/api-docs/variables/InteractiveElement.mdx +3 -0
- package/api-docs/variables/KebabMenuButton.mdx +3 -0
- package/api-docs/variables/LineHeading.mdx +5 -0
- package/api-docs/variables/List.mdx +3 -0
- package/api-docs/variables/ListBoxLink.mdx +3 -0
- package/api-docs/variables/ListLink.mdx +3 -0
- package/api-docs/variables/LoadingBox.mdx +3 -0
- package/api-docs/variables/Logo.mdx +3 -0
- package/api-docs/variables/Menu.mdx +14 -0
- package/api-docs/variables/MenuEntry.mdx +5 -0
- package/api-docs/variables/Modal.mdx +8 -0
- package/api-docs/variables/ModalCloseButton.mdx +9 -0
- package/api-docs/variables/ModalCloseButtonWithTooltip.mdx +3 -0
- package/api-docs/variables/Multiselect.mdx +3 -0
- package/api-docs/variables/MultistepIndicator.mdx +13 -0
- package/api-docs/variables/NotificationToast.mdx +13 -0
- package/api-docs/variables/NotificationTooltip.mdx +3 -0
- package/api-docs/variables/NumberStepInput.mdx +21 -0
- package/api-docs/variables/Panel.mdx +3 -0
- package/api-docs/variables/PasswordInput.mdx +6 -0
- package/api-docs/variables/PexipLogo.mdx +3 -0
- package/api-docs/variables/Pill.mdx +3 -0
- package/api-docs/variables/PlainMenuEntry.mdx +3 -0
- package/api-docs/variables/PopOutWindow.mdx +8 -0
- package/api-docs/variables/PreferenceInput.mdx +26 -0
- package/api-docs/variables/PreferenceMultiselect.mdx +21 -0
- package/api-docs/variables/PreferenceRow.mdx +12 -0
- package/api-docs/variables/PreferenceWrapper.mdx +3 -0
- package/api-docs/variables/ProgressBar.mdx +3 -0
- package/api-docs/variables/RadioButton.mdx +3 -0
- package/api-docs/variables/RangeSlider.mdx +11 -0
- package/api-docs/variables/RefButton.mdx +3 -0
- package/api-docs/variables/RefInteractiveElement.mdx +3 -0
- package/api-docs/variables/RefSimpleButton.mdx +3 -0
- package/api-docs/variables/Row.mdx +3 -0
- package/api-docs/variables/Scrim.mdx +3 -0
- package/api-docs/variables/Scrollbars.mdx +3 -0
- package/api-docs/variables/SearchInput.mdx +12 -0
- package/api-docs/variables/Section.mdx +3 -0
- package/api-docs/variables/SectionAccordion.mdx +15 -0
- package/api-docs/variables/Select.mdx +19 -0
- package/api-docs/variables/Sheet.mdx +3 -0
- package/api-docs/variables/SimpleButton.mdx +7 -0
- package/api-docs/variables/SortingIndicator.mdx +6 -0
- package/api-docs/variables/Spinner.mdx +3 -0
- package/api-docs/variables/StatCard.mdx +12 -0
- package/api-docs/variables/StatCardBox.mdx +3 -0
- package/api-docs/variables/StatCardRow.mdx +3 -0
- package/api-docs/variables/StatIndicator.mdx +3 -0
- package/api-docs/variables/StepNumber.mdx +3 -0
- package/api-docs/variables/SvgImage.mdx +3 -0
- package/api-docs/variables/Tab.mdx +3 -0
- package/api-docs/variables/Table.mdx +3 -0
- package/api-docs/variables/TableBody.mdx +3 -0
- package/api-docs/variables/TableCell.mdx +3 -0
- package/api-docs/variables/TableContent.mdx +3 -0
- package/api-docs/variables/TableHead.mdx +3 -0
- package/api-docs/variables/TableHeadCell.mdx +3 -0
- package/api-docs/variables/TablePagination.mdx +23 -0
- package/api-docs/variables/TableRow.mdx +3 -0
- package/api-docs/variables/TableRowWrapper.mdx +9 -0
- package/api-docs/variables/TableSection.mdx +3 -0
- package/api-docs/variables/Tabs.mdx +3 -0
- package/api-docs/variables/Tag.mdx +3 -0
- package/api-docs/variables/TagList.mdx +9 -0
- package/api-docs/variables/Text.mdx +3 -0
- package/api-docs/variables/TextArea.mdx +5 -0
- package/api-docs/variables/TextHeading.mdx +3 -0
- package/api-docs/variables/TextLink.mdx +3 -0
- package/api-docs/variables/ThemeConsumer.mdx +3 -0
- package/api-docs/variables/ThemeContext.mdx +3 -0
- package/api-docs/variables/ThemeProvider.mdx +3 -0
- package/api-docs/variables/ThreeColumnSelector.mdx +3 -0
- package/api-docs/variables/Toast.mdx +13 -0
- package/api-docs/variables/ToggleSwitch.mdx +3 -0
- package/api-docs/variables/Tooltip.mdx +13 -0
- package/api-docs/variables/TooltipPositionValue.mdx +3 -0
- package/api-docs/variables/URLToLink.mdx +5 -0
- package/api-docs/variables/User.mdx +14 -0
- package/api-docs/variables/UserMenuButton.mdx +11 -0
- package/api-docs/variables/UserMenuDropContent.mdx +3 -0
- package/api-docs/variables/Video.mdx +3 -0
- package/api-docs/variables/VideoWrapper.mdx +3 -0
- package/api-docs/variables/Wrapper.mdx +3 -0
- package/api-docs/variables/ariaMenuOpenStateSignal.mdx +3 -0
- package/api-docs/variables/breakpoints.mdx +13 -0
- package/api-docs/variables/notificationToastSignal.mdx +3 -0
- package/api-docs/variables/themeValues.mdx +3 -0
- package/api-docs/variables/variables.mdx +324 -0
- package/design-tokens/build-scripts/download-icons.mjs +15 -0
- package/design-tokens/generated/Icons.ts +10 -1
- package/design-tokens/generated/icons/background-blur-16.json +2 -2
- package/design-tokens/generated/icons/background-blur-16.svg +4 -33
- package/design-tokens/generated/icons/background-blur-24.json +2 -2
- package/design-tokens/generated/icons/background-blur-24.svg +4 -33
- package/design-tokens/generated/icons/background-blur-32.json +7 -0
- package/design-tokens/generated/icons/background-blur-32.svg +14 -0
- package/design-tokens/generated/icons/background-blur-32.svg.d.ts +5 -0
- package/design-tokens/generated/icons/background-replace-16.json +7 -0
- package/design-tokens/generated/icons/background-replace-16.svg +43 -0
- package/design-tokens/generated/icons/background-replace-16.svg.d.ts +5 -0
- package/design-tokens/generated/icons/background-replace-24.json +7 -0
- package/design-tokens/generated/icons/background-replace-24.svg +43 -0
- package/design-tokens/generated/icons/background-replace-24.svg.d.ts +5 -0
- package/dist/components-no-global-styles.css +1 -0
- package/dist/components.cjs +2 -2
- package/dist/components.css +1 -1
- package/dist/components.js +4285 -4082
- package/dist/types/design-tokens/generated/Icons.d.ts +1 -0
- package/dist/types/design-tokens/generated/Icons.d.ts.map +1 -1
- package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts +3 -1
- package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/types/src/components/elements/Draggable/Draggable.view.d.ts.map +1 -1
- package/dist/types/src/components/elements/FileUpload/FileUpload.view.d.ts +1 -0
- package/dist/types/src/components/elements/FileUpload/FileUpload.view.d.ts.map +1 -1
- package/dist/types/src/components/modules/Captions/Captions.view.d.ts +5 -4
- package/dist/types/src/components/modules/Captions/Captions.view.d.ts.map +1 -1
- package/dist/types/src/components/modules/ConfirmationModal/ConfirmationModal.d.ts +2 -2
- package/dist/types/src/components/modules/ConfirmationModal/ConfirmationModal.d.ts.map +1 -1
- package/dist/types/src/components/modules/Details/Details.d.ts +16 -0
- package/dist/types/src/components/modules/Details/Details.d.ts.map +1 -0
- package/dist/types/src/components/modules/Menu/Menu.d.ts +8 -2
- package/dist/types/src/components/modules/Menu/Menu.d.ts.map +1 -1
- package/dist/types/src/components/modules/Menu/types.d.ts +2 -1
- package/dist/types/src/components/modules/Menu/types.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts +4 -1
- package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts +9 -1
- package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts +1 -1
- package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
- package/dist/types/src/exports.d.ts +183 -0
- package/dist/types/src/exports.d.ts.map +1 -0
- package/dist/types/src/hooks/useOutOfViewNavigation.d.ts +14 -0
- package/dist/types/src/hooks/useOutOfViewNavigation.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +1 -180
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/types/elements.d.ts +1 -0
- package/dist/types/src/types/elements.d.ts.map +1 -1
- 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,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,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,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,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:
|
|
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/
|
|
6
|
-
"graphic": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/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
|
-
<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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>
|