@frontify/fondue 9.6.2
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/README.md +45 -0
- package/dist/components/Accordion/Accordion.d.ts +4 -0
- package/dist/components/Accordion/AccordionHeader.d.ts +3 -0
- package/dist/components/Accordion/AccordionHeaderIcon.d.ts +3 -0
- package/dist/components/Accordion/index.d.ts +4 -0
- package/dist/components/Accordion/types.d.ts +57 -0
- package/dist/components/ActionMenu/ActionMenu/ActionMenu.d.ts +25 -0
- package/dist/components/ActionMenu/ActionMenu/index.d.ts +1 -0
- package/dist/components/ActionMenu/Aria/AriaList.d.ts +8 -0
- package/dist/components/ActionMenu/Aria/AriaMenuItem.d.ts +13 -0
- package/dist/components/ActionMenu/Aria/AriaSection.d.ts +5 -0
- package/dist/components/ActionMenu/Aria/helper.d.ts +14 -0
- package/dist/components/ActionMenu/Aria/index.d.ts +4 -0
- package/dist/components/ActionMenu/index.d.ts +2 -0
- package/dist/components/AddBlockButton/AddBlockButton.d.ts +11 -0
- package/dist/components/AddBlockButton/index.d.ts +1 -0
- package/dist/components/AssetInput/AssetInput.d.ts +57 -0
- package/dist/components/AssetInput/AssetThumbnail.d.ts +11 -0
- package/dist/components/AssetInput/MultiAssetPreview/Assets.d.ts +3 -0
- package/dist/components/AssetInput/MultiAssetPreview/MultiAssetPreview.d.ts +8 -0
- package/dist/components/AssetInput/MultiAssetPreview/index.d.ts +1 -0
- package/dist/components/AssetInput/SingleAsset/AssetSubline.d.ts +6 -0
- package/dist/components/AssetInput/SingleAsset/SelectedAsset.d.ts +6 -0
- package/dist/components/AssetInput/SingleAsset/SpinningCircle.d.ts +3 -0
- package/dist/components/AssetInput/index.d.ts +1 -0
- package/dist/components/Badge/Badge.d.ts +3 -0
- package/dist/components/Badge/helpers.d.ts +7 -0
- package/dist/components/Badge/index.d.ts +2 -0
- package/dist/components/Badge/types.d.ts +31 -0
- package/dist/components/Breadcrumbs/BreadcrumbItem.d.ts +7 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +15 -0
- package/dist/components/Breadcrumbs/CurrentBreadcrumbItem.d.ts +5 -0
- package/dist/components/Breadcrumbs/index.d.ts +3 -0
- package/dist/components/Button/Button.d.ts +37 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +6 -0
- package/dist/components/ButtonGroup/index.d.ts +1 -0
- package/dist/components/Card/Card.d.ts +8 -0
- package/dist/components/Card/index.d.ts +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +21 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Checklist/Checklist.d.ts +27 -0
- package/dist/components/Checklist/index.d.ts +1 -0
- package/dist/components/CollapsibleWrap/CollapsibleWrap.d.ts +3 -0
- package/dist/components/CollapsibleWrap/index.d.ts +1 -0
- package/dist/components/CollapsibleWrap/types.d.ts +5 -0
- package/dist/components/ColorInputFlyout/ColorInputTitle.d.ts +8 -0
- package/dist/components/ColorInputFlyout/ColorPickerFlyout.d.ts +14 -0
- package/dist/components/ColorInputFlyout/ColorPickerTrigger.d.ts +12 -0
- package/dist/components/ColorInputFlyout/index.d.ts +3 -0
- package/dist/components/ColorPicker/BrandColorPicker.d.ts +5 -0
- package/dist/components/ColorPicker/ColorInput.d.ts +12 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +11 -0
- package/dist/components/ColorPicker/ColorPreview.d.ts +7 -0
- package/dist/components/ColorPicker/CustomColorPicker.d.ts +3 -0
- package/dist/components/ColorPicker/index.d.ts +5 -0
- package/dist/components/DatePicker/DatePicker.d.ts +10 -0
- package/dist/components/DatePicker/DatePickerTrigger.d.ts +10 -0
- package/dist/components/DatePicker/index.d.ts +2 -0
- package/dist/components/Divider/Divider.d.ts +18 -0
- package/dist/components/Divider/index.d.ts +1 -0
- package/dist/components/DropZone/DropZone.d.ts +15 -0
- package/dist/components/DropZone/index.d.ts +1 -0
- package/dist/components/Dropdown/Dropdown.d.ts +32 -0
- package/dist/components/Dropdown/SelectMenu/SelectMenu.d.ts +21 -0
- package/dist/components/Dropdown/SelectMenu/SelectMenuItem.d.ts +11 -0
- package/dist/components/Dropdown/SelectMenu/SelectMenuSection.d.ts +6 -0
- package/dist/components/Dropdown/SelectMenu/index.d.ts +3 -0
- package/dist/components/Dropdown/index.d.ts +2 -0
- package/dist/components/Dropdown/useDropdownAutoHeight.d.ts +10 -0
- package/dist/components/FieldsetHeader/FieldsetHeader.d.ts +26 -0
- package/dist/components/FieldsetHeader/index.d.ts +1 -0
- package/dist/components/Flyout/Flyout.d.ts +41 -0
- package/dist/components/Flyout/FlyoutFooter.d.ts +11 -0
- package/dist/components/Flyout/Overlay.d.ts +8 -0
- package/dist/components/Flyout/helpers/getTotalOverlayHeight.d.ts +2 -0
- package/dist/components/Flyout/helpers/shouldDisplayAbove.d.ts +2 -0
- package/dist/components/Flyout/hooks/useContainScroll.d.ts +4 -0
- package/dist/components/Flyout/hooks/useOverlayPositionWithBottomMargin.d.ts +15 -0
- package/dist/components/Flyout/index.d.ts +2 -0
- package/dist/components/FormControl/FormControl.d.ts +35 -0
- package/dist/components/FormControl/index.d.ts +1 -0
- package/dist/components/FrontifyPattern/FrontifyPattern.d.ts +9 -0
- package/dist/components/FrontifyPattern/index.d.ts +1 -0
- package/dist/components/InputLabel/InputLabel.d.ts +13 -0
- package/dist/components/InputLabel/index.d.ts +1 -0
- package/dist/components/LinkChooser/LinkChooser.d.ts +8 -0
- package/dist/components/LinkChooser/NavigationMenu.d.ts +4 -0
- package/dist/components/LinkChooser/Popover.d.ts +3 -0
- package/dist/components/LinkChooser/SearchInput.d.ts +3 -0
- package/dist/components/LinkChooser/SearchResultOption.d.ts +3 -0
- package/dist/components/LinkChooser/SearchResultSection.d.ts +3 -0
- package/dist/components/LinkChooser/SearchResultsList.d.ts +3 -0
- package/dist/components/LinkChooser/index.d.ts +2 -0
- package/dist/components/LinkChooser/mock/guidelines.d.ts +11 -0
- package/dist/components/LinkChooser/mock/templates.d.ts +11 -0
- package/dist/components/LinkChooser/sections.d.ts +6 -0
- package/dist/components/LinkChooser/state/actions.d.ts +21 -0
- package/dist/components/LinkChooser/state/machine.d.ts +11 -0
- package/dist/components/LinkChooser/state/types.d.ts +14 -0
- package/dist/components/LinkChooser/types.d.ts +156 -0
- package/dist/components/LinkChooser/utils/helpers.d.ts +25 -0
- package/dist/components/LinkChooser/utils/state.d.ts +11 -0
- package/dist/components/LinkChooser/utils/transformers.d.ts +4 -0
- package/dist/components/LinkChooser/utils/useManualComboBoxHandlers.d.ts +260 -0
- package/dist/components/LoadingCircle/LoadingCircle.d.ts +19 -0
- package/dist/components/LoadingCircle/index.d.ts +1 -0
- package/dist/components/MenuItem/MenuItem.d.ts +27 -0
- package/dist/components/MenuItem/MenuItemContent.d.ts +19 -0
- package/dist/components/MenuItem/index.d.ts +2 -0
- package/dist/components/Modal/Modal.d.ts +8 -0
- package/dist/components/Modal/ModalBody.d.ts +3 -0
- package/dist/components/Modal/ModalFooter.d.ts +3 -0
- package/dist/components/Modal/ModalHeader.d.ts +3 -0
- package/dist/components/Modal/ModalVisual.d.ts +3 -0
- package/dist/components/Modal/context/ModalLayout.d.ts +21 -0
- package/dist/components/Modal/context/ModalTitle.d.ts +2 -0
- package/dist/components/Modal/index.d.ts +2 -0
- package/dist/components/Modal/types.d.ts +54 -0
- package/dist/components/MultiInput/MultiInput.d.ts +10 -0
- package/dist/components/MultiInput/index.d.ts +1 -0
- package/dist/components/MultiSelect/MultiSelect.d.ts +19 -0
- package/dist/components/MultiSelect/index.d.ts +1 -0
- package/dist/components/OrderableList/CollectionItem.d.ts +3 -0
- package/dist/components/OrderableList/OrderableList.d.ts +3 -0
- package/dist/components/OrderableList/index.d.ts +2 -0
- package/dist/components/OrderableList/types.d.ts +27 -0
- package/dist/components/RadioPill/RadioPill.d.ts +8 -0
- package/dist/components/RadioPill/index.d.ts +1 -0
- package/dist/components/RichTextEditor/RichTextEditor.d.ts +16 -0
- package/dist/components/RichTextEditor/TextStyleDropdown/DropdownItem.d.ts +10 -0
- package/dist/components/RichTextEditor/TextStyleDropdown/DropdownTrigger.d.ts +12 -0
- package/dist/components/RichTextEditor/TextStyleDropdown/TextStyleDropdown.d.ts +8 -0
- package/dist/components/RichTextEditor/components/Toolbar/ButtonGroup.d.ts +3 -0
- package/dist/components/RichTextEditor/components/Toolbar/Toolbar.d.ts +3 -0
- package/dist/components/RichTextEditor/components/bold.d.ts +3 -0
- package/dist/components/RichTextEditor/components/checkbox-item.d.ts +3 -0
- package/dist/components/RichTextEditor/components/code.d.ts +3 -0
- package/dist/components/RichTextEditor/components/custom1.d.ts +3 -0
- package/dist/components/RichTextEditor/components/custom2.d.ts +3 -0
- package/dist/components/RichTextEditor/components/heading1.d.ts +3 -0
- package/dist/components/RichTextEditor/components/heading2.d.ts +3 -0
- package/dist/components/RichTextEditor/components/heading3.d.ts +3 -0
- package/dist/components/RichTextEditor/components/heading4.d.ts +3 -0
- package/dist/components/RichTextEditor/components/index.d.ts +17 -0
- package/dist/components/RichTextEditor/components/italic.d.ts +3 -0
- package/dist/components/RichTextEditor/components/link.d.ts +4 -0
- package/dist/components/RichTextEditor/components/list-item-content.d.ts +3 -0
- package/dist/components/RichTextEditor/components/list-item.d.ts +3 -0
- package/dist/components/RichTextEditor/components/ordered-list.d.ts +3 -0
- package/dist/components/RichTextEditor/components/strikethrough.d.ts +3 -0
- package/dist/components/RichTextEditor/components/underline.d.ts +3 -0
- package/dist/components/RichTextEditor/components/unordered-list.d.ts +3 -0
- package/dist/components/RichTextEditor/hooks/useSelectedTextStyles.d.ts +2 -0
- package/dist/components/RichTextEditor/index.d.ts +3 -0
- package/dist/components/RichTextEditor/plugins/checkboxListPlugin/createCheckboxListPlugin.d.ts +2 -0
- package/dist/components/RichTextEditor/plugins/checkboxListPlugin/ui/CheckboxListToolbarButton.d.ts +3 -0
- package/dist/components/RichTextEditor/plugins/linkChooserPlugin/createLinkChooserPlugin.d.ts +1 -0
- package/dist/components/RichTextEditor/plugins/linkChooserPlugin/transforms/getAndUpsertLink.d.ts +3 -0
- package/dist/components/RichTextEditor/plugins/linkChooserPlugin/transforms/upsertLinkAtSelection.d.ts +14 -0
- package/dist/components/RichTextEditor/plugins/linkChooserPlugin/transforms/wrapLink.d.ts +10 -0
- package/dist/components/RichTextEditor/plugins/linkChooserPlugin/types.d.ts +13 -0
- package/dist/components/RichTextEditor/plugins/linkChooserPlugin/ui/EditLinkChooserButton.d.ts +3 -0
- package/dist/components/RichTextEditor/plugins/linkChooserPlugin/ui/LinkChooserFlyout.d.ts +14 -0
- package/dist/components/RichTextEditor/plugins/linkChooserPlugin/ui/LinkChooserPreviewFlyout.d.ts +14 -0
- package/dist/components/RichTextEditor/types.d.ts +29 -0
- package/dist/components/RichTextEditor/utils/actions.d.ts +17 -0
- package/dist/components/RichTextEditor/utils/alignment.d.ts +1 -0
- package/dist/components/RichTextEditor/utils/getEditorConfig.d.ts +1 -0
- package/dist/components/RichTextEditor/utils/getTextStyles.d.ts +13 -0
- package/dist/components/RichTextEditor/utils/parseRawValue.d.ts +3 -0
- package/dist/components/RichTextEditor/utils/toolbarCalc.d.ts +9 -0
- package/dist/components/ScrollWrapper/ScrollWrapper.d.ts +3 -0
- package/dist/components/ScrollWrapper/hooks/useScrollWrapper.d.ts +14 -0
- package/dist/components/ScrollWrapper/index.d.ts +1 -0
- package/dist/components/ScrollWrapper/types.d.ts +11 -0
- package/dist/components/Slider/Slider.d.ts +21 -0
- package/dist/components/Slider/index.d.ts +1 -0
- package/dist/components/Switch/Switch.d.ts +19 -0
- package/dist/components/Switch/index.d.ts +1 -0
- package/dist/components/Table/Table.d.ts +29 -0
- package/dist/components/Table/TableCell.d.ts +12 -0
- package/dist/components/Table/TableColumnHeader.d.ts +12 -0
- package/dist/components/Table/TableHeaderRow.d.ts +7 -0
- package/dist/components/Table/TableRow.d.ts +7 -0
- package/dist/components/Table/index.d.ts +5 -0
- package/dist/components/Tabs/TabItem.d.ts +14 -0
- package/dist/components/Tabs/Tabs.d.ts +18 -0
- package/dist/components/Tabs/index.d.ts +2 -0
- package/dist/components/Tag/Tag.d.ts +21 -0
- package/dist/components/Tag/index.d.ts +1 -0
- package/dist/components/TextInput/TextInput.d.ts +41 -0
- package/dist/components/TextInput/index.d.ts +1 -0
- package/dist/components/Textarea/Textarea.d.ts +14 -0
- package/dist/components/Textarea/index.d.ts +1 -0
- package/dist/components/Tooltip/BrightHeader.d.ts +14 -0
- package/dist/components/Tooltip/Tooltip.d.ts +35 -0
- package/dist/components/Tooltip/index.d.ts +2 -0
- package/dist/components/TooltipIcon/TooltipIcon.d.ts +16 -0
- package/dist/components/TooltipIcon/index.d.ts +1 -0
- package/dist/components/Tree/Node.d.ts +25 -0
- package/dist/components/Tree/Tree.d.ts +22 -0
- package/dist/components/Tree/components/EditableNodeItem.d.ts +7 -0
- package/dist/components/Tree/index.d.ts +2 -0
- package/dist/components/Tree/utils/ActionsFlyoutComponent.d.ts +2 -0
- package/dist/components/Tree/utils/getReorderedNodes.d.ts +3 -0
- package/dist/components/Tree/utils/index.d.ts +4 -0
- package/dist/components/Tree/utils/listToTree.d.ts +3 -0
- package/dist/components/Tree/utils/mocks.d.ts +17 -0
- package/dist/components/Trigger/Trigger.d.ts +18 -0
- package/dist/components/Trigger/index.d.ts +1 -0
- package/dist/components/index.d.ts +42 -0
- package/dist/extractedThirdPartyStyles.css +94 -0
- package/dist/foundation/Icon/Generated/IconAcademy.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconActions.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconActivities.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconActivity.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdd.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAddSimple.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAddToCollection.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeCreativeCloud.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeCreativeCloud12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeCreativeCloud16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeCreativeCloud20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeCreativeCloud24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeCreativeCloud32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeInDesign.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeInDesign12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeInDesign16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeInDesign20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeInDesign24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAdobeInDesign32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAlert.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAlignBottom.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAlignCenter.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAlignLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAlignMiddle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAlignRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAlignTop.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnalytics.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnchor.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnchor12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnchor16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnchor20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnchor24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnchor32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAngleDown.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnimalsNature.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationLines.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationLines12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationLines16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationLines20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationLines24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationLines32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationNumbers.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationNumbers12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationNumbers16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationNumbers20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationNumbers24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotationNumbers32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAnnotations.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAppearance.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconApprove.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArchive.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArchive12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArchive16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArchive20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArchive24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArchive32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrow.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignDown.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignDown12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignDown16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignDown20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignDown24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignDown32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignHorizontalCentre.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignHorizontalCentre12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignHorizontalCentre16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignHorizontalCentre20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignHorizontalCentre24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignHorizontalCentre32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignLeft12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignLeft16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignLeft20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignLeft24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignLeft32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignRight12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignRight16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignRight20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignRight24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignRight32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignUp.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignUp12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignUp16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignUp20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignUp24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignUp32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignVerticalCentre.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignVerticalCentre12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignVerticalCentre16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignVerticalCentre20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignVerticalCentre24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowAlignVerticalCentre32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowBidirectional.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowBidirectional12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowBidirectional16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowBidirectional20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowBidirectional24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowBidirectional32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleDown.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleDown12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleDown16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleDown20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleDown24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleDown32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleUp.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleUp12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleUp16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleUp20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleUp24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowCircleUp32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowDown.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowDown12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowDown16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowDown20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowDown24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowDown32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowExpand.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowExpand12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowExpand16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowExpand20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowExpand24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowExpand32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowHook.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowHook12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowHook16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowHook20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowHook24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowHook32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowLeft12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowLeft16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowLeft20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowLeft24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowLeft32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMinimize.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMinimize12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMinimize16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMinimize20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMinimize24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMinimize32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMove.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMove12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMove16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMove20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMove24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowMove32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutExternal.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutExternal12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutExternal16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutExternal20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutExternal24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutExternal32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutLogout.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutLogout12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutLogout16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutLogout20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutLogout24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutLogout32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutShare.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutShare12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutShare16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutShare20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutShare24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowOutShare32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRight12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRight16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRight20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRight24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRight32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundAntiClockwise.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundAntiClockwise12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundAntiClockwise16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundAntiClockwise20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundAntiClockwise24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundAntiClockwise32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundClockwise.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundClockwise12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundClockwise16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundClockwise20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundClockwise24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowRoundClockwise32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowStretchBox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowStretchBox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowStretchBox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowStretchBox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowStretchBox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowStretchBox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSwap.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSwap12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSwap16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSwap20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSwap24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSwap32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSync.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSync12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSync16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSync20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSync24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowSync32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowUp.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowUp12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowUp16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowUp20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowUp24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowUp32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconArrowUpAndDown.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAssets.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAttachment.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAttentionFilled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAttributes.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconAudio.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBackward5Seconds.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBar.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBar12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBar16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBar20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBar24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBar32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBarNarrow.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBarNarrow12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBarNarrow16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBarNarrow20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBarNarrow24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBarNarrow32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBasketball.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBasketball12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBasketball16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBasketball20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBasketball24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBasketball32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBell.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBell12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBell16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBell20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBell24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBell32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBold.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBookmark32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBracketsCurly.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBracketsCurly12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBracketsCurly16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBracketsCurly20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBracketsCurly24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBracketsCurly32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBrand.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBriefing.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuilder.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuilding.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuilding12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuilding16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuilding20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuilding24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuilding32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildingBlock.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildingBlock12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildingBlock16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildingBlock20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildingBlock24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildingBlock32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildings.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildings12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildings16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildings20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildings24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconBuildings32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconButton.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconButton12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconButton16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconButton20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconButton24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconButton32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendar.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendar12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendar16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendar20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendar24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendar32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendarChecked.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendarChecked12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendarChecked16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendarChecked20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendarChecked24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCalendarChecked32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCallout.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCampaign.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCampaignActivity.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCap.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCap12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCap16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCap20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCap24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCap32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCard.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCard12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCard16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCard20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCard24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCard32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutLarge.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutLarge12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutLarge16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutLarge20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutLarge24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutLarge32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutMedium.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutMedium12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutMedium16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutMedium20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutMedium24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutMedium32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutSmall.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutSmall12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutSmall16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutSmall20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutSmall24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCardLayoutSmall32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCards.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretDown.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretDown12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretDown16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretDown20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretDown24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretDown32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeft12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeft16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeft20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeft24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeft32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeftDouble.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeftDouble12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeftDouble16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeftDouble20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeftDouble24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretLeftDouble32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRight12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRight16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRight20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRight24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRight32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRightDouble.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRightDouble12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRightDouble16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRightDouble20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRightDouble24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretRightDouble32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretUp.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretUp12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretUp16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretUp20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretUp24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCaretUp32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCarousel.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCarousel12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCarousel16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCarousel20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCarousel24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCarousel32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCenter.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartBars.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartBars12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartBars16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartBars20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartBars24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartBars32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartPie.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartPie12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartPie16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartPie20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartPie24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconChartPie32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheck.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckFilled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMark.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMark12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMark16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMark20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMark24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMark32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckMarkCircle32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckbox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckbox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckbox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckbox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckbox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckbox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckmarkCircleBox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckmarkCircleBox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckmarkCircleBox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckmarkCircleBox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckmarkCircleBox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCheckmarkCircleBox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCircle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCircle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCircle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCircle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCircle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClipboard.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClipboard12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClipboard16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClipboard20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClipboard24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClipboard32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClock.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClock12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClock16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClock20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClock24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClock32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative1.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative112.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative116.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative120.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative124.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative132.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconClockAlternative32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowDown.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowDown12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowDown16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowDown20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowDown24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowDown32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowUp.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowUp12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowUp16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowUp20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowUp24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCloudArrowUp32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCode.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCode12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCode16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCode20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCode24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCode32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeBox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeBox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeBox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeBox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeBox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeBox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeDocument.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeDocument12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeDocument16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeDocument20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeDocument24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeDocument32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeFrame.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeFrame12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeFrame16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeFrame20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeFrame24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCodeFrame32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCog.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCog12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCog16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCog20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCog24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCog32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCollapse.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCollectionLarge.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCollectionMedium.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCollectionSmall.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColorFan.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColorFan12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColorFan16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColorFan20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColorFan24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColorFan32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColorScale.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColorScaleSmall.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColorScaleTall.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColorSwatch.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColors.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconColumnBreak.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCommandLineBox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCommandLineBox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCommandLineBox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCommandLineBox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCommandLineBox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCommandLineBox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconContentBlock.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconContentBlock12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconContentBlock16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconContentBlock20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconContentBlock24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconContentBlock32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconController.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconController12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconController16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconController20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconController24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconController32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCopyToClipboard.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrop.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrop12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrop16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrop20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrop24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrop32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCross.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCross12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCross16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCross20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCross24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCross32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircle32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircleBox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircleBox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircleBox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircleBox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircleBox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCrossCircleBox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCursorClick.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCursorClick12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCursorClick16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCursorClick20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCursorClick24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCursorClick32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconCut.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDiagramTree.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDiagramTree12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDiagramTree16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDiagramTree20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDiagramTree24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDiagramTree32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDivider.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerBlank.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerBlank12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerBlank16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerBlank20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerBlank24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerBlank32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDashed.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDashed12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDashed16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDashed20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDashed24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDashed32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDotted.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDotted12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDotted16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDotted20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDotted24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerDotted32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolid.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolid12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolid16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolid20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolid24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolid32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolidInset.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolidInset12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolidInset16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolidInset20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolidInset24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDividerSolidInset32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDont.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDont12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDont16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDont20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDont24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDont32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDontBox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDontBox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDontBox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDontBox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDontBox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoAndDontBox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoDontsStrikethrough.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoDontsUnderline.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocument.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocument12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocument16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocument20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocument24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocument32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentArrowRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentArrowRight12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentArrowRight16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentArrowRight20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentArrowRight24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentArrowRight32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentBadge.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentBadge12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentBadge16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentBadge20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentBadge24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentBadge32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCheck.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCheck12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCheck16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCheck20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCheck24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCheck32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCode.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCode12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCode16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCode20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCode24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentCode32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentLibrary.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentList.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentList12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentList16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentList20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentList24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentList32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentStack.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentStack12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentStack16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentStack20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentStack24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentStack32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentText.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentText12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentText16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentText20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentText24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDocumentText32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDosImages.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDosText.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsHorizontal.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsHorizontal12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsHorizontal16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsHorizontal20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsHorizontal24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsHorizontal32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsVertical.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsVertical12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsVertical16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsVertical20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsVertical24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDotsVertical32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoubleChevronLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoubleChevronRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoubleQuotesDown.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDoubleQuotesUp.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDownload.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDownloadAlternative.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDrop.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDroplet.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDroplet12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDroplet16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDroplet20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDroplet24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDroplet32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDrops.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDrops12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDrops16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDrops20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDrops24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDrops32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconDuplicate.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEmojiHappy.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEmojiHappyFilled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEmojiNeutral.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEmojiNeutralFilled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEmojiUnhappy.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEmojiUnhappyFilled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEnvelope.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEnvelope12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEnvelope16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEnvelope20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEnvelope24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEnvelope32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEraser.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEraser12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEraser16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEraser20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEraser24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEraser32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMark.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMark12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMark16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMark20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMark24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMark32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkCircle32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkTriangle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkTriangle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkTriangle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkTriangle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkTriangle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExclamationMarkTriangle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExpand.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExternalAsset.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconExternalLink.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEye.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEye12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEye16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEye20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEye24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEye32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEyeOff.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEyeOff12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEyeOff16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEyeOff20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEyeOff24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconEyeOff32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceExtraHappy.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceExtraHappy12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceExtraHappy16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceExtraHappy20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceExtraHappy24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceExtraHappy32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceHappy32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceNeutral32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFaceSad32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFeedback.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFigureTextBottom.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFigureTextLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFigureTextRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFigureTextTop.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFile.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFiletype.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFilter.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFitToScreen.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFlag.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFlag12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFlag16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFlag20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFlag24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFlag32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFlags.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFocalPoint.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFocalPoint12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFocalPoint16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFocalPoint20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFocalPoint24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFocalPoint32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolder.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolder12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolder16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolder20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolder24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolder32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolderArrowUp.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolderArrowUp12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolderArrowUp16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolderArrowUp20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolderArrowUp24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolderArrowUp32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFolderUp.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFont.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFontKit.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFoodDrink.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFooter.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFooter12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFooter16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFooter20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFooter24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFooter32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconForward5Seconds.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFrequentlyUsed.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFullwidth.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFunnel.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFunnel12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFunnel16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFunnel20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFunnel24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconFunnel32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGeneral.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGenericPost.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGridRegular32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconGuidelines.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeader.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeading.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeading12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeading16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeading20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeading24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeading32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircleStack.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircleStack12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircleStack16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircleStack20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircleStack24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHeartCircleStack32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHighlight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHighlighter.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHighlighter12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHighlighter16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHighlighter20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHighlighter24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHighlighter32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHome.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHome12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHome16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHome20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHome24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHome32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHookBracketLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconHookBracketRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIcon.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIcon12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIcon16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIcon20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIcon24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIcon32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIconAndText.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIcons.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIframe.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImage.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImage12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImage16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImage20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImage24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImage32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageAndText.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageFigure.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageGrid2.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageGrid3.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageGrid4.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageLibrary.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStack.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStack12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStack16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStack20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStack24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStack32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStackPlus.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStackPlus12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStackPlus16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStackPlus20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStackPlus24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageStackPlus32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageTextRatio25.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageTextRatio33.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageTextRatio50.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageTextRatio66.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageTextRatio75.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageWithText.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageWithText12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageWithText16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageWithText20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageWithText24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconImageWithText32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIndesign.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconInfo.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconInfo12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconInfo16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconInfo20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconInfo24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconInfo32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIntegration.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIntegrations.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconInteractions.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIntercom.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIntercom12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIntercom16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIntercom20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIntercom24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconIntercom32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconItalic.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconJohanna.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconJohanna12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconJohanna16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconJohanna20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconJohanna24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconJohanna32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLabel.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLabel12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLabel16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLabel20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLabel24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLabel32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayers.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayers12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayers16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayers20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayers24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayers32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayersSingle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayersSingle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayersSingle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayersSingle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayersSingle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayersSingle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayoutGrid.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayoutHorizontal.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLayoutVertical.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLeaf.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLeaf12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLeaf16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLeaf20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLeaf24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLeaf32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLeftCaret.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightbulb.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightbulb12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightbulb16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightbulb20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightbulb24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightbulb32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightning32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLightningFilled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLineDashes.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLineDotted.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLineSolid.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLineSpacer.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLines.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLines12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLines16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLines20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLines24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLines32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLink.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLink12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLink16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLink20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLink24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLink32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkBox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkBox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkBox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkBox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkBox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkBox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkOpen.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkOpen12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkOpen16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkOpen20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkOpen24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLinkOpen32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListBullet.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListBullet12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListBullet16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListBullet20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListBullet24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListBullet32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListBullets.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListCheck.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListCheck12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListCheck16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListCheck20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListCheck24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListCheck32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListChecklist.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListIndented.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListIndented12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListIndented16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListIndented20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListIndented24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListIndented32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListNumbers.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListNumbers12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListNumbers16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListNumbers20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListNumbers24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconListNumbers32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLock.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockClosed.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockClosed12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockClosed16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockClosed20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockClosed24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockClosed32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLockOpen32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLogo.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLogoGrid.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLogout.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLollipop.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLollipop12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLollipop16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLollipop20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLollipop24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconLollipop32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifier.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifier12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifier16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifier20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifier24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifier32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifierPlus.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifierPlus12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifierPlus16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifierPlus20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifierPlus24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMagnifierPlus32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMapPointer.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMapPointer12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMapPointer16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMapPointer20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMapPointer24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMapPointer32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMarkArea.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMarkArea12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMarkArea16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMarkArea20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMarkArea24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMarkArea32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMasonry.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMasonry12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMasonry16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMasonry20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMasonry24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMasonry32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMeasurements.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMedia.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObject.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObject12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObject16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObject20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObject24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObject32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectIcon.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectIcon12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectIcon16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectIcon20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectIcon24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectIcon32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectImage.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectImage12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectImage16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectImage20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectImage24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectImage32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To1.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To112.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To116.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To120.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To124.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To132.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To2.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To212.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To216.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To220.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To224.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To232.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To3.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To312.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To316.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To320.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To324.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio1To332.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio2To1.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio2To112.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio2To116.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio2To120.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio2To124.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio2To132.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio3To1.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio3To112.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio3To116.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio3To120.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio3To124.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectRatio3To132.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextBottom.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextBottom12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextBottom16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextBottom20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextBottom24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextBottom32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextLeft12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextLeft16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextLeft20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextLeft24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextLeft32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextRight12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextRight16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextRight20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextRight24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextRight32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextTop.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextTop12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextTop16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextTop20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextTop24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectTextTop32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectVideo.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectVideo12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectVideo16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectVideo20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectVideo24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMediaObjectVideo32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaMenu.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaMenu12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaMenu16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaMenu20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaMenu24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaMenu32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegamenu.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaphone.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaphone12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaphone16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaphone20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaphone24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMegaphone32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMetadata.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinus.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinus12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinus16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinus20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinus24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinus32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinusCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinusCircle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinusCircle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinusCircle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinusCircle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMinusCircle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconModules.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoney.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoney12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoney16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoney20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoney24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoney32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoneyCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoneyCircle12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoneyCircle16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoneyCircle20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoneyCircle24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMoneyCircle32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMore.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMove.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMovePage.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMusicNote.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMusicNote12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMusicNote16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMusicNote20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMusicNote24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconMusicNote32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconNone.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconNook.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconNook12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconNook16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconNook20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconNook24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconNook32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconNotifications.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconObjects.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconOpenLock.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconOpenLockFilled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconOrientation.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconOrientationBoxes.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconOrientationBoxes12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconOrientationBoxes16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconOrientationBoxes20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconOrientationBoxes24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconOrientationBoxes32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaintbrush.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaintbrush12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaintbrush16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaintbrush20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaintbrush24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaintbrush32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperclip.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperclip12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperclip16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperclip20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperclip24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperclip32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperplane.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperplane12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperplane16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperplane20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperplane24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPaperplane32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPatternLibrary.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPause32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPen.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPen12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPen16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPen20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPen24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPen32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPeople.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPeople12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPeople16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPeople20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPeople24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPeople32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPerson.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPerson12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPerson16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPerson20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPerson24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPerson32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPills.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPills12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPills16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPills20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPills24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPills32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPin32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPinFilled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlanning.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlay32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayBox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayBox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayBox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayBox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayBox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayBox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayCircle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayCircle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayCircle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayCircle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayCircle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayFrame.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayFrame12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayFrame16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayFrame20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayFrame24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlayFrame32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlus.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlus12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlus16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlus20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlus24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlus32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusBoxStack.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusBoxStack12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusBoxStack16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusBoxStack20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusBoxStack24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusBoxStack32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusCircle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusCircle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusCircle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusCircle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusCircle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusFrame.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusFrame12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusFrame16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusFrame20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusFrame24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPlusFrame32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPointOut.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPointout.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPointout12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPointout16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPointout20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPointout24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPointout32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPolygon.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPolygon12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPolygon16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPolygon20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPolygon24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPolygon32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconProcessing.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconProjects.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPublication.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPuzzle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPuzzle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPuzzle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPuzzle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPuzzle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconPuzzle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestion.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMark.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMark12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMark16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMark20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMark24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMark32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMarkCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMarkCircle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMarkCircle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMarkCircle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMarkCircle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuestionMarkCircle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconQuote.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectangle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectangleLandscape.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectangleLandscape12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectangleLandscape16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectangleLandscape20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectangleLandscape24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectangleLandscape32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectanglePortraitSquare.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectanglePortraitSquare12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectanglePortraitSquare16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectanglePortraitSquare20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectanglePortraitSquare24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRectanglePortraitSquare32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRefresh.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconReject.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRejectCircle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRejectFilled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconReport.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconReport12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconReport16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconReport20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconReport24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconReport32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRevert.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRevisions.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRightCaret.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRocket.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRocket12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRocket16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRocket20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRocket24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRocket32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRuler.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRuler12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRuler16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRuler20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRuler24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconRuler32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleLarge.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleLarge12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleLarge16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleLarge20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleLarge24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleLarge32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleSmall.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleSmall12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleSmall16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleSmall20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleSmall24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScaleSmall32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScissors.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScissors12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScissors16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScissors20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScissors24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconScissors32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSearch.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSection.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSettings.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconShare.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSide.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSingleChevronLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSingleChevronRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSingleQuoteDown.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSingleQuoteUp.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSketch.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsBackward.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsBackward12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsBackward16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsBackward20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsBackward24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsBackward32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsForward.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsForward12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsForward16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsForward20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsForward24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSkip5SecondsForward32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSmileysPeople.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSnippet.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSoundWave.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSoundWave12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSoundWave16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSoundWave20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSoundWave24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSoundWave32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeaker.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeaker12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeaker16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeaker20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeaker24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeaker32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeakerOff.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeakerOff12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeakerOff16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeakerOff20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeakerOff24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeakerOff32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleDots.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleDots12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleDots16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleDots20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleDots24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleDots32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleQuote.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleQuote12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleQuote16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleQuote20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleQuote24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleQuote32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleStack.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleStack12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleStack16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleStack20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleStack24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpeechBubbleStack32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSpinner.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontal.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontal12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontal16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontal20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontal24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontal32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltFour.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltFour12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltFour16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltFour20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltFour24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltFour32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltThree.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltThree12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltThree16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltThree20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltThree24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltThree32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltTwo.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltTwo12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltTwo16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltTwo20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltTwo24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackHorizontalAltTwo32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackVertical.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackVertical12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackVertical16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackVertical20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackVertical24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStackVertical32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar12Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar16Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar20Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar24Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStar32Filled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStarFilled.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStorybook.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStorybook12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStorybook16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStorybook20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStorybook24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStorybook32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStrikethrough.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStrikethroughBox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStrikethroughBox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStrikethroughBox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStrikethroughBox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStrikethroughBox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconStrikethroughBox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSubmit.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcase.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcase12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcase16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcase20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcase24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcase32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcaseTag.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcaseTag12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcaseTag16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcaseTag20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcaseTag24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSuitcaseTag32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconSymbols.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTable.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTable12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTable16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTable20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTable24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTable32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTag.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTarget.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTarget12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTarget16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTarget20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTarget24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTarget32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTeam.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTeamO.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTemplate.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTemplates.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTester.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTester12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTester16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTester20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTester24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTester32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconText.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignCenter.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignJustify.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentCentre.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentCentre12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentCentre16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentCentre20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentCentre24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentCentre32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentJustify.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentJustify12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentJustify16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentJustify20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentJustify24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentJustify32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentLeft.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentLeft12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentLeft16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentLeft20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentLeft24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentLeft32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentRight.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentRight12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentRight16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentRight20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentRight24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextAlignmentRight32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBoxStack.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBoxStack12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBoxStack16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBoxStack20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBoxStack24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBoxStack32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBrackets.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBrackets12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBrackets16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBrackets20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBrackets24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextBrackets32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumnBreak.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumnBreak12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumnBreak16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumnBreak20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumnBreak24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumnBreak32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumns.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumns12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumns16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumns20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumns24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextColumns32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatBold.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatBold12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatBold16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatBold20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatBold24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatBold32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatItalic.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatItalic12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatItalic16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatItalic20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatItalic24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatItalic32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatStrikethrough.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatStrikethrough12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatStrikethrough16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatStrikethrough20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatStrikethrough24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatStrikethrough32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatUnderline.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatUnderline12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatUnderline16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatUnderline20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatUnderline24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextFormatUnderline32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextLibrary.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextMultiColumn.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextOnImage.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTextSnippet.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTimeline.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTransfer.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrash.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBin.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBin12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBin16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBin20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBin24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBin32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBinOpen.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBinOpen12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBinOpen16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBinOpen20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBinOpen24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashBinOpen32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTrashOpen.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTravelPlaces.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTriangle.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTriangle12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTriangle16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTriangle20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTriangle24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTriangle32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTruck.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTwitter.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypography.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypography12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypography16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypography20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypography24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypography32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyBox.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyBox12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyBox16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyBox20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyBox24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyBox32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyCase.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyCase12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyCase16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyCase20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyCase24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyCase32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyMultiple.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyMultiple12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyMultiple16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyMultiple20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyMultiple24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypographyMultiple32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconTypostyles.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconUiPattern.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconUnderline.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconUnknown.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconUnknownSimple.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconUpload.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconUploadAlternative.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconUploadDoImages.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconUploadDontImages.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconUser.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconUserO.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconVideo.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconVideoAndText.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconVideoFullscreen.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconView.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconViewSlash.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconVimeo.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconVolumeOff.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconVolumeOn.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflow.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowLanes.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowLanes12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowLanes16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowLanes20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowLanes24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowLanes32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowShapes.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowShapes12.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowShapes16.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowShapes20.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowShapes24.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconWorkflowShapes32.d.ts +5 -0
- package/dist/foundation/Icon/Generated/IconZoom.d.ts +5 -0
- package/dist/foundation/Icon/Generated/index.d.ts +1784 -0
- package/dist/foundation/Icon/Icon.d.ts +3 -0
- package/dist/foundation/Icon/IconEnum.d.ts +1788 -0
- package/dist/foundation/Icon/IconProps.d.ts +9 -0
- package/dist/foundation/Icon/IconSize.d.ts +16 -0
- package/dist/foundation/Icon/IconsMap.d.ts +3 -0
- package/dist/foundation/Icon/index.d.ts +7 -0
- package/dist/foundation/Pattern/PatternDesigns.d.ts +8 -0
- package/dist/foundation/Pattern/PatternDigitalAssets.d.ts +4 -0
- package/dist/foundation/Pattern/PatternImagery.d.ts +4 -0
- package/dist/foundation/Pattern/PatternScale.d.ts +8 -0
- package/dist/foundation/Pattern/PatternScaleOrigin.d.ts +1 -0
- package/dist/foundation/Pattern/PatternSound.d.ts +4 -0
- package/dist/foundation/Pattern/PatternTheme.d.ts +8 -0
- package/dist/foundation/Pattern/PatternTypography.d.ts +4 -0
- package/dist/foundation/Pattern/index.d.ts +4 -0
- package/dist/foundation/index.d.ts +2 -0
- package/dist/global.d.ts +5 -0
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/useClickOutside.d.ts +1 -0
- package/dist/hooks/useCopy.d.ts +4 -0
- package/dist/hooks/useMemoizedId.d.ts +1 -0
- package/dist/index.cjs.js +25 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.es.js +47044 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.umd.js +25 -0
- package/dist/index.umd.js.map +1 -0
- package/dist/layout/Stack/Stack.d.ts +13 -0
- package/dist/layout/Stack/index.d.ts +1 -0
- package/dist/layout/index.d.ts +1 -0
- package/dist/styles.css +1 -0
- package/dist/types/colors.d.ts +16 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/typography/Code/Code.d.ts +12 -0
- package/dist/typography/Code/index.d.ts +1 -0
- package/dist/typography/Heading/Heading.d.ts +13 -0
- package/dist/typography/Heading/index.d.ts +1 -0
- package/dist/typography/Text/Text.d.ts +13 -0
- package/dist/typography/Text/index.d.ts +1 -0
- package/dist/typography/index.d.ts +3 -0
- package/dist/typography/shared/records.d.ts +6 -0
- package/dist/typography/shared/types.d.ts +12 -0
- package/dist/utilities/colors.d.ts +3 -0
- package/dist/utilities/compose.d.ts +1 -0
- package/dist/utilities/debounce.d.ts +3 -0
- package/dist/utilities/dnd/draggableItemCompareFn.d.ts +2 -0
- package/dist/utilities/dnd/index.d.ts +3 -0
- package/dist/utilities/dnd/moveItems.d.ts +2 -0
- package/dist/utilities/dnd/types.d.ts +9 -0
- package/dist/utilities/focusStyle.d.ts +3 -0
- package/dist/utilities/generateRandomId.d.ts +1 -0
- package/dist/utilities/index.d.ts +10 -0
- package/dist/utilities/merge.d.ts +7 -0
- package/dist/utilities/useDebounce.d.ts +1 -0
- package/dist/utilities/useForwardedRef.d.ts +2 -0
- package/dist/utilities/validation.d.ts +7 -0
- package/package.json +164 -0
- package/tailwind.config.js +115 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC, PropsWithChildren } from 'react';
|
|
2
|
+
export declare type StackSpacing = 'none' | 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';
|
|
3
|
+
export declare type StackJustify = 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
|
|
4
|
+
export declare type StackAlign = 'start' | 'end' | 'stretch' | 'center';
|
|
5
|
+
export declare type StackProps = PropsWithChildren<{
|
|
6
|
+
padding: StackSpacing;
|
|
7
|
+
spacing: StackSpacing;
|
|
8
|
+
direction?: 'row' | 'column';
|
|
9
|
+
wrap?: boolean;
|
|
10
|
+
justify?: StackJustify;
|
|
11
|
+
align?: StackAlign;
|
|
12
|
+
}>;
|
|
13
|
+
export declare const Stack: FC<StackProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Stack';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Stack';
|
package/dist/styles.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--base-color: #ffffff;--base-color-alt: #fafafa;--body-family: Space Grotesk Frontify;--body-family-stack: Space Grotesk Frontify,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;--body-weight-name: Regular;--body-weight-number: 400;--body-weight-strong-name: Medium;--body-weight-strong-number: 500;--body-weight-x-strong-name: Bold;--body-weight-x-strong-number: 700;--body-size-x-small: .75rem;--body-size-x-small-line-height: 1rem;--body-size-small: .813rem;--body-size-small-line-height: 1rem;--body-size-medium: .875rem;--body-size-medium-line-height: 1rem;--body-size-large: 1rem;--body-size-large-line-height: 1.25rem;--box-neutral-color: #f1f1f1;--box-neutral-color-hover: #eaebeb;--box-neutral-color-pressed: #d5d6d6;--box-neutral-inverse-color: #2d3232;--box-neutral-inverse-color-hover: #1a1c1c;--box-neutral-inverse-color-pressed: #080808;--box-neutral-strong-color: #424747;--box-neutral-strong-color-hover: #2d3232;--box-neutral-strong-color-pressed: #1a1c1c;--box-neutral-strong-inverse-color: #ffffff;--box-neutral-strong-inverse-color-hover: #f1f1f1;--box-neutral-strong-inverse-color-pressed: #eaebeb;--box-selected-color: #f1f3f9;--box-selected-color-hover: #e3e8f6;--box-selected-color-pressed: #c8d1ed;--box-selected-inverse-color: #6449c4;--box-selected-inverse-color-hover: #564996;--box-selected-inverse-color-pressed: #443185;--box-selected-strong-color: #825fff;--box-selected-strong-color-hover: #7159d7;--box-selected-strong-color-pressed: #6449c4;--box-selected-strong-inverse-color: #ffffff;--box-selected-strong-inverse-color-hover: #f1f3f9;--box-selected-strong-inverse-color-pressed: #e3e8f6;--box-disabled-color: #f1f1f1;--box-disabled-color-inverse: #abadad;--box-disabled-strong-color: #d5d6d6;--box-disabled-strong-color-inverse: #ffffff;--box-positive-color: #f2f8f6;--box-positive-color-hover: #bee1d4;--box-positive-color-pressed: #80dbb7;--box-positive-inverse-color: #368d78;--box-positive-inverse-color-hover: #356d5e;--box-positive-inverse-color-pressed: #2e4f46;--box-positive-strong-color: #00c8a5;--box-positive-strong-color-hover: #2cab8e;--box-positive-strong-color-pressed: #368d78;--box-positive-strong-inverse-color: #ffffff;--box-positive-strong-inverse-color-hover: #f2f8f6;--box-positive-strong-inverse-color-pressed: #bee1d4;--box-negative-color: #f7f3f2;--box-negative-color-hover: #e1c4be;--box-negative-color-pressed: #f0a594;--box-negative-inverse-color: #cc2c48;--box-negative-inverse-color-hover: #992136;--box-negative-inverse-color-pressed: #57282b;--box-negative-strong-color: #ff375a;--box-negative-strong-color-hover: #ed3956;--box-negative-strong-color-pressed: #cc2c48;--box-negative-strong-inverse-color: #ffffff;--box-negative-strong-inverse-color-hover: #f7f3f2;--box-negative-strong-inverse-color-pressed: #e1c4be;--box-warning-color: #fcf8ee;--box-warning-color-hover: #e1d4be;--box-warning-color-pressed: #e9cb92;--box-warning-inverse-color: #7b5e29;--box-warning-inverse-color-hover: #594624;--box-warning-inverse-color-pressed: #1a1c1c;--box-warning-strong-color: #ffb400;--box-warning-strong-color-hover: #e6a518;--box-warning-strong-color-pressed: #c28d25;--box-warning-strong-inverse-color: #1a1c1c;--box-warning-strong-inverse-color-hover: #7b5e29;--box-warning-strong-inverse-color-pressed: #594624;--code-family: Menlo;--code-family-stack: Menlo,Courier,monospace;--code-weight-name: Regular;--code-weight-number: Regular;--code-weight-strong-name: Bold;--code-weight-strong-number: 700;--code-size-small: .813rem;--code-size-small-line-height: 1rem;--code-size-medium: .875rem;--code-size-medium-line-height: 1rem;--code-size-large: 1rem;--code-size-large-line-height: 1.25rem;--focus-ring-color: #9088ff;--heading-family: Space Grotesk Frontify;--heading-family-stack: Space Grotesk Frontify,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;--heading-weight-name: Medium;--heading-weight-number: 500;--heading-weight-strong-name: Bold;--heading-weight-strong-number: 700;--heading-size-medium: .875rem;--heading-size-medium-line-height: 1rem;--heading-size-large: 1rem;--heading-size-large-line-height: 1.25rem;--heading-size-x-large: 1.25rem;--heading-size-x-large-line-height: 1.5rem;--heading-size-xx-large: 1.5rem;--heading-size-xx-large-line-height: 1.75rem;--line-color: rgba(8, 8, 8, .1);--line-color-weak: rgba(8, 8, 8, .03);--line-color-strong: rgba(8, 8, 8, .15);--line-color-x-strong: rgba(8, 8, 8, .3);--line-color-xx-strong: #2d3232;--line-width: .063rem;--line-width-large: .125rem;--overlay-color: rgba(234, 235, 235, .5);--radius: .25rem;--radius-small: .125rem;--radius-large: .5rem;--radius-x-large: .75rem;--shadow-matrix: .1875rem 0rem .625rem 0rem rgba(8, 8, 8, .15);--shadow-offset-x: 0rem;--shadow-offset-y: .1875rem;--shadow-spread: 0rem;--shadow-blur: .625rem;--shadow-color: rgba(8, 8, 8, .15);--shadow-top-matrix: -.625rem 0rem .625rem -.3125rem rgba(8, 8, 8, .15);--shadow-top-offset-x: 0rem;--shadow-top-offset-y: -.625rem;--shadow-top-spread: -.3125rem;--shadow-bottom-matrix: .625rem 0rem .625rem -.3125rem rgba(8, 8, 8, .15);--shadow-bottom-offset-x: 0rem;--shadow-bottom-offset-y: .625rem;--shadow-bottom-spread: -.3125rem;--shadow-large-matrix: 1.5625rem 0rem 5rem 0rem rgba(8, 8, 8, .2);--shadow-large-offset-x: 0rem;--shadow-large-offset-y: 1.5625rem;--shadow-large-spread: 0rem;--shadow-large-blur: 5rem;--shadow-large-color: rgba(8, 8, 8, .2);--space-xxs: .25rem;--space-xs: .5rem;--space-s: .75rem;--space-m: 1rem;--space-l: 1.5rem;--space-xl: 2rem;--space-xxl: 2.5rem;--text-color: #2d3232;--text-color-weak: #6c7070;--text-color-x-weak: #818484;--text-color-disabled: #abadad;--text-color-negative: #ed3956;--text-color-positive: #2cab8e;--text-color-warning: #e6a518;--text-color-interactive: #7159d7;--button-background-color: #f1f1f1;--button-background-color-hover: #eaebeb;--button-background-color-pressed: #d5d6d6;--button-text-color: #2d3232;--button-icon-color: #2d3232;--button-border-color: rgba(8, 8, 8, .03);--button-negative-background-color: #f1f1f1;--button-negative-background-color-hover: #eaebeb;--button-negative-background-color-pressed: #d5d6d6;--button-negative-text-color: #2d3232;--button-negative-icon-color: #ed3956;--button-negative-border-color: rgba(8, 8, 8, .03);--button-positive-background-color: #f1f1f1;--button-positive-background-color-hover: #eaebeb;--button-positive-background-color-pressed: #d5d6d6;--button-positive-text-color: #2d3232;--button-positive-icon-color: #2cab8e;--button-positive-border-color: rgba(8, 8, 8, .03);--button-strong-background-color: #424747;--button-strong-background-color-hover: #2d3232;--button-strong-background-color-pressed: #1a1c1c;--button-strong-text-color: #ffffff;--button-strong-icon-color: #ffffff;--button-strong-border-color: rgba(8, 8, 8, .03);--button-strong-negative-background-color: #424747;--button-strong-negative-background-color-hover: #2d3232;--button-strong-negative-background-color-pressed: #1a1c1c;--button-strong-negative-text-color: #ffffff;--button-strong-negative-icon-color: #ff8066;--button-strong-negative-border-color: rgba(8, 8, 8, .03);--button-strong-positive-background-color: #424747;--button-strong-positive-background-color-hover: #2d3232;--button-strong-positive-background-color-pressed: #1a1c1c;--button-strong-positive-text-color: #ffffff;--button-strong-positive-icon-color: #67d4b0;--button-strong-positive-border-color: rgba(8, 8, 8, .03);--button-danger-background-color: #ed3956;--button-danger-background-color-hover: #cc2c48;--button-danger-background-color-pressed: #992136;--button-danger-text-color: #ffffff;--button-danger-icon-color: #ffffff;--button-danger-border-color: rgba(8, 8, 8, .03)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Space Grotesk Frontify,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:Menlo,Courier,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.tw-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.tw-pointer-events-none{pointer-events:none}.tw-visible{visibility:visible}.tw-invisible{visibility:hidden}.tw-fixed{position:fixed}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-sticky{position:-webkit-sticky;position:sticky}.tw--inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.tw-top-0{top:0px}.tw-top-2{top:.5rem}.tw-right-8{right:2rem}.tw-right-4{right:1rem}.tw-top-\[-0\.55rem\]{top:-.55rem}.tw-right-\[-0\.55rem\]{right:-.55rem}.tw-left-auto{left:auto}.tw-top-px{top:1px}.tw-left-0{left:0px}.tw-bottom-0{bottom:0px}.tw-right-0{right:0px}.tw-right-3{right:.75rem}.tw-top-11{top:2.75rem}.tw-left-2{left:.5rem}.tw-bottom-\[-6px\]{bottom:-6px}.tw-left-\[-6px\]{left:-6px}.tw-top-\[-6px\]{top:-6px}.tw-right-\[-6px\]{right:-6px}.tw-right-5{right:1.25rem}.tw-right-12{right:3rem}.tw-z-20{z-index:20}.tw-z-10{z-index:10}.tw-z-\[120000\]{z-index:120000}.tw-z-30{z-index:30}.tw-z-0{z-index:0}.tw-col-span-2{grid-column:span 2 / span 2}.tw-col-start-2{grid-column-start:2}.tw-col-start-1{grid-column-start:1}.tw-col-start-3{grid-column-start:3}.tw-float-right{float:right}.tw-float-left{float:left}.tw-m-0{margin:0}.tw-m-auto{margin:auto}.tw-my-4{margin-top:1rem;margin-bottom:1rem}.tw-my-\[-4px\]{margin-top:-4px;margin-bottom:-4px}.tw-my-6{margin-top:1.5rem;margin-bottom:1.5rem}.tw-my-2{margin-top:.5rem;margin-bottom:.5rem}.tw-mx-3{margin-left:.75rem;margin-right:.75rem}.tw-mx-0{margin-left:0;margin-right:0}.tw-ml-auto{margin-left:auto}.tw--ml-1{margin-left:-.25rem}.tw-mr-1\.5{margin-right:.375rem}.tw-mr-1{margin-right:.25rem}.tw--ml-0\.5{margin-left:-.125rem}.tw--ml-0{margin-left:-0px}.tw-mr-2{margin-right:.5rem}.tw-ml-2{margin-left:.5rem}.tw-mb-1{margin-bottom:.25rem}.tw-ml-1{margin-left:.25rem}.tw-mt-2{margin-top:.5rem}.tw-ml-4{margin-left:1rem}.tw-mb-5{margin-bottom:1.25rem}.tw-mt-4{margin-top:1rem}.tw-mb-3{margin-bottom:.75rem}.tw-ml-1\.5{margin-left:.375rem}.tw-mt-1{margin-top:.25rem}.tw-mb-4{margin-bottom:1rem}.tw-mb-2{margin-bottom:.5rem}.tw-mt-3{margin-top:.75rem}.tw-ml-0\.5{margin-left:.125rem}.tw-ml-0{margin-left:0}.tw-box-border{box-sizing:border-box}.tw-box-content{box-sizing:content-box}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-inline{display:inline}.tw-flex{display:flex}.tw-inline-flex{display:inline-flex}.tw-table-cell{display:table-cell}.tw-grid{display:grid}.tw-hidden{display:none}.tw-h-10{height:2.5rem}.tw-h-6{height:1.5rem}.tw-h-8{height:2rem}.tw-h-9{height:2.25rem}.tw-h-32{height:8rem}.tw-h-11{height:2.75rem}.tw-h-full{height:100%}.tw-h-2{height:.5rem}.tw-h-5{height:1.25rem}.tw-h-12{height:3rem}.tw-h-4{height:1rem}.tw-h-\[200px\]{height:200px}.tw-h-\[10px\]{height:10px}.tw-h-7{height:1.75rem}.tw-h-auto{height:auto}.tw-h-screen{height:100vh}.tw-h-\[100px\]{height:100px}.tw-h-\[60px\]{height:60px}.tw-h-80{height:20rem}.tw-h-\[75px\]{height:75px}.tw-h-\[278px\]{height:278px}.tw-h-16{height:4rem}.\!tw-h-6{height:1.5rem!important}.tw-h-\[1802px\]{height:1802px}.tw-h-36{height:9rem}.tw-h-3{height:.75rem}.tw-h-\[3px\]{height:3px}.\!tw-h-4{height:1rem!important}.\!tw-h-5{height:1.25rem!important}.tw-h-0{height:0px}.\!tw-h-2{height:.5rem!important}.\!tw-h-3{height:.75rem!important}.\!tw-h-8{height:2rem!important}.tw-h-\[11\.5rem\]{height:11.5rem}.tw-h-14{height:3.5rem}.tw-max-h-full{max-height:100%}.tw-max-h-\[300px\]{max-height:300px}.tw-max-h-96{max-height:24rem}.tw-max-h-20{max-height:5rem}.tw-min-h-\[34px\]{min-height:34px}.tw-min-h-\[60px\]{min-height:60px}.tw-min-h-0{min-height:0px}.tw-min-h-\[36px\]{min-height:36px}.tw-min-h-\[2\.25rem\]{min-height:2.25rem}.tw-w-32{width:8rem}.tw-w-full{width:100%}.tw-w-\[10\%\]{width:10%}.tw-w-7{width:1.75rem}.tw-w-11{width:2.75rem}.tw-w-14{width:3.5rem}.tw-w-2{width:.5rem}.tw-w-5{width:1.25rem}.tw-w-6{width:1.5rem}.tw-w-64{width:16rem}.tw-w-4{width:1rem}.tw-w-\[72px\]{width:72px}.tw-w-\[400px\]{width:400px}.tw-w-\[600px\]{width:600px}.tw-w-screen{width:100vw}.tw-w-\[200px\]{width:200px}.tw-w-80{width:20rem}.tw-w-\[75px\]{width:75px}.tw-w-\[150px\]{width:150px}.tw-w-\[50px\]{width:50px}.tw-w-8{width:2rem}.tw-w-16{width:4rem}.\!tw-w-6{width:1.5rem!important}.tw-w-\[260px\]{width:260px}.tw-w-\[2500px\]{width:2500px}.tw-w-3{width:.75rem}.tw-w-9{width:2.25rem}.tw-w-max{width:-webkit-max-content;width:-moz-max-content;width:max-content}.tw-w-0{width:0px}.\!tw-w-2{width:.5rem!important}.\!tw-w-3{width:.75rem!important}.\!tw-w-4{width:1rem!important}.\!tw-w-5{width:1.25rem!important}.\!tw-w-8{width:2rem!important}.tw-w-5\/12{width:41.666667%}.tw-w-2\/12{width:16.666667%}.tw-w-28{width:7rem}.tw-min-w-0{min-width:0px}.tw-min-w-\[84px\]{min-width:84px}.tw-min-w-full{min-width:100%}.tw-min-w-\[400px\]{min-width:400px}.tw-min-w-max{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.tw-max-w-full{max-width:100%}.tw-max-w-\[150px\]{max-width:150px}.tw-max-w-xs{max-width:20rem}.tw-max-w-\[800px\]{max-width:800px}.tw-max-w-\[1200px\]{max-width:1200px}.tw-max-w-\[200px\]{max-width:200px}.tw-max-w-\[15rem\]{max-width:15rem}.tw-flex-1{flex:1 1 0%}.tw-flex-none{flex:none}.tw-flex-auto{flex:1 1 auto}.tw-flex-initial{flex:0 1 auto}.tw-flex-shrink-0,.tw-shrink-0{flex-shrink:0}.tw-flex-grow,.tw-grow{flex-grow:1}.tw-table-auto{table-layout:auto}.tw-table-fixed{table-layout:fixed}.tw-border-collapse{border-collapse:collapse}.tw-translate-x-2{--tw-translate-x: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@-webkit-keyframes tw-spin{to{transform:rotate(360deg)}}@keyframes tw-spin{to{transform:rotate(360deg)}}.tw-animate-spin{-webkit-animation:tw-spin 1s linear infinite;animation:tw-spin 1s linear infinite}.tw-cursor-pointer{cursor:pointer}.tw-cursor-default{cursor:default}.tw-cursor-auto{cursor:auto}.tw-select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tw-list-none{list-style-type:none}.tw-list-decimal{list-style-type:decimal}.tw-list-disc{list-style-type:disc}.tw-auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.tw-grid-flow-col{grid-auto-flow:column}.tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tw-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.tw-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tw-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tw-flex-row{flex-direction:row}.tw-flex-row-reverse{flex-direction:row-reverse}.tw-flex-col{flex-direction:column}.tw-flex-wrap{flex-wrap:wrap}.tw-flex-nowrap{flex-wrap:nowrap}.tw-items-start{align-items:flex-start}.tw-items-end{align-items:flex-end}.tw-items-center{align-items:center}.tw-items-stretch{align-items:stretch}.tw-justify-start{justify-content:flex-start}.tw-justify-end{justify-content:flex-end}.tw-justify-center{justify-content:center}.tw-justify-between{justify-content:space-between}.tw-justify-around{justify-content:space-around}.tw-justify-evenly{justify-content:space-evenly}.tw-gap-16{gap:4rem}.tw-gap-1{gap:.25rem}.tw-gap-4{gap:1rem}.tw-gap-2{gap:.5rem}.tw-gap-12{gap:3rem}.tw-gap-3{gap:.75rem}.tw-gap-5{gap:1.25rem}.tw-gap-xxs{gap:var(--space-xxs)}.tw-gap-xs{gap:var(--space-xs)}.tw-gap-1\.5{gap:.375rem}.tw-gap-m{gap:var(--space-m)}.tw-gap-0{gap:0px}.tw-gap-s{gap:var(--space-s)}.tw-gap-l{gap:var(--space-l)}.tw-gap-xl{gap:var(--space-xl)}.tw-gap-xxl{gap:var(--space-xxl)}.tw-gap-0\.5{gap:.125rem}.tw-gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.tw-gap-y-3{row-gap:.75rem}.tw-gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.tw-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.tw-gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.tw-gap-x-0{-moz-column-gap:0px;column-gap:0px}.tw-gap-y-1{row-gap:.25rem}.tw-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.tw-gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.tw-gap-y-2{row-gap:.5rem}.tw-gap-y-8{row-gap:2rem}.tw-gap-y-5{row-gap:1.25rem}.tw-space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.tw-space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.tw-space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.tw-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.tw-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.tw-space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}.tw-divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(var(--line-width) * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(var(--line-width) * var(--tw-divide-y-reverse))}.tw-divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(var(--line-width) * var(--tw-divide-x-reverse));border-left-width:calc(var(--line-width) * calc(1 - var(--tw-divide-x-reverse)))}.tw-divide-black-10>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 235 235 / var(--tw-divide-opacity))}.tw-divide-line>:not([hidden])~:not([hidden]){border-color:var(--line-color)}.tw-self-center{align-self:center}.tw-self-stretch{align-self:stretch}.tw-overflow-auto{overflow:auto}.tw-overflow-hidden{overflow:hidden}.tw-overflow-visible{overflow:visible}.tw-overflow-x-auto{overflow-x:auto}.tw-overflow-y-auto{overflow-y:auto}.tw-overflow-x-hidden{overflow-x:hidden}.tw-overflow-y-hidden{overflow-y:hidden}.tw-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tw-text-ellipsis{text-overflow:ellipsis}.tw-text-clip{text-overflow:clip}.tw-whitespace-normal{white-space:normal}.tw-whitespace-nowrap{white-space:nowrap}.tw-whitespace-pre{white-space:pre}.tw-whitespace-pre-line{white-space:pre-line}.tw-whitespace-pre-wrap{white-space:pre-wrap}.tw-break-normal{overflow-wrap:normal;word-break:normal}.tw-break-words{overflow-wrap:break-word}.tw-break-all{word-break:break-all}.tw-rounded{border-radius:var(--radius)}.tw-rounded-sm{border-radius:.125rem}.tw-rounded-full{border-radius:9999px}.tw-rounded-xl{border-radius:.75rem}.tw-rounded-md{border-radius:.375rem}.tw-rounded-t{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.tw-rounded-b{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.tw-rounded-t-x-large{border-top-left-radius:var(--radius-x-large);border-top-right-radius:var(--radius-x-large)}.tw-rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.tw-rounded-tl{border-top-left-radius:var(--radius)}.tw-rounded-bl{border-bottom-left-radius:var(--radius)}.tw-border{border-width:var(--line-width)}.tw-border-0{border-width:0px}.tw-border-2{border-width:2px}.tw-border-b{border-bottom-width:var(--line-width)}.tw-border-t{border-top-width:var(--line-width)}.tw-border-l{border-left-width:var(--line-width)}.tw-border-r{border-right-width:var(--line-width)}.tw-border-l-4{border-left-width:4px}.tw-border-t-4{border-top-width:4px}.tw-border-b-4{border-bottom-width:4px}.tw-border-solid{border-style:solid}.tw-border-dashed{border-style:dashed}.tw-border-dotted{border-style:dotted}.tw-border-none{border-style:none}.tw-border-line{border-color:var(--line-color)}.tw-border-black-20{--tw-border-opacity: 1;border-color:rgb(213 214 214 / var(--tw-border-opacity))}.tw-border-black-10{--tw-border-opacity: 1;border-color:rgb(234 235 235 / var(--tw-border-opacity))}.tw-border-green-50{--tw-border-opacity: 1;border-color:rgb(128 219 183 / var(--tw-border-opacity))}.tw-border-red-60{--tw-border-opacity: 1;border-color:rgb(255 55 90 / var(--tw-border-opacity))}.tw-border-black-40{--tw-border-opacity: 1;border-color:rgb(179 181 181 / var(--tw-border-opacity))}.tw-border-black-80{--tw-border-opacity: 1;border-color:rgb(108 112 112 / var(--tw-border-opacity))}.tw-border-violet-60{--tw-border-opacity: 1;border-color:rgb(130 95 255 / var(--tw-border-opacity))}.tw-border-black-5{--tw-border-opacity: 1;border-color:rgb(247 247 247 / var(--tw-border-opacity))}.tw-border-green-60{--tw-border-opacity: 1;border-color:rgb(0 200 165 / var(--tw-border-opacity))}.tw-border-line-strong{border-color:var(--line-color-strong)}.tw-border-line-x-strong{border-color:var(--line-color-x-strong)}.tw-border-black{--tw-border-opacity: 1;border-color:rgb(45 50 50 / var(--tw-border-opacity))}.tw-border-black-30{--tw-border-opacity: 1;border-color:rgb(192 194 194 / var(--tw-border-opacity))}.tw-border-transparent{border-color:transparent}.tw-border-black-100{--tw-border-opacity: 1;border-color:rgb(45 50 50 / var(--tw-border-opacity))}.tw-border-black-90{--tw-border-opacity: 1;border-color:rgb(87 91 91 / var(--tw-border-opacity))}.tw-border-violet-70{--tw-border-opacity: 1;border-color:rgb(100 73 196 / var(--tw-border-opacity))}.tw-border-b-black-10{--tw-border-opacity: 1;border-bottom-color:rgb(234 235 235 / var(--tw-border-opacity))}.tw-border-t-black-10{--tw-border-opacity: 1;border-top-color:rgb(234 235 235 / var(--tw-border-opacity))}.tw-border-t-transparent{border-top-color:transparent}.tw-border-b-transparent{border-bottom-color:transparent}.tw-border-opacity-30{--tw-border-opacity: .3}.tw-border-opacity-25{--tw-border-opacity: .25}.tw-bg-black-5{--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity))}.tw-bg-violet-60{--tw-bg-opacity: 1;background-color:rgb(130 95 255 / var(--tw-bg-opacity))}.tw-bg-transparent{background-color:transparent}.tw-bg-box-disabled{background-color:var(--box-disabled-color)}.tw-bg-box-positive-strong{background-color:var(--box-positive-strong-color)}.tw-bg-box-neutral-strong{background-color:var(--box-neutral-strong-color)}.tw-bg-box-negative-strong{background-color:var(--box-negative-strong-color)}.tw-bg-box-selected-strong{background-color:var(--box-selected-strong-color)}.tw-bg-box-warning-strong{background-color:var(--box-warning-strong-color)}.tw-bg-box-neutral{background-color:var(--box-neutral-color)}.tw-bg-box-positive{background-color:var(--box-positive-color)}.tw-bg-box-selected{background-color:var(--box-selected-color)}.tw-bg-box-warning{background-color:var(--box-warning-color)}.tw-bg-box-negative{background-color:var(--box-negative-color)}.tw-bg-green-60{--tw-bg-opacity: 1;background-color:rgb(0 200 165 / var(--tw-bg-opacity))}.tw-bg-yellow-60{--tw-bg-opacity: 1;background-color:rgb(255 180 0 / var(--tw-bg-opacity))}.tw-bg-red-60{--tw-bg-opacity: 1;background-color:rgb(255 55 90 / var(--tw-bg-opacity))}.tw-bg-black-90{--tw-bg-opacity: 1;background-color:rgb(87 91 91 / var(--tw-bg-opacity))}.tw-bg-black-10{--tw-bg-opacity: 1;background-color:rgb(234 235 235 / var(--tw-bg-opacity))}.tw-bg-red-50{--tw-bg-opacity: 1;background-color:rgb(255 128 102 / var(--tw-bg-opacity))}.tw-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.tw-bg-black-80{--tw-bg-opacity: 1;background-color:rgb(108 112 112 / var(--tw-bg-opacity))}.tw-bg-black-40{--tw-bg-opacity: 1;background-color:rgb(179 181 181 / var(--tw-bg-opacity))}.tw-bg-violet-20{--tw-bg-opacity: 1;background-color:rgb(227 232 246 / var(--tw-bg-opacity))}.tw-bg-black-20{--tw-bg-opacity: 1;background-color:rgb(213 214 214 / var(--tw-bg-opacity))}.tw-bg-black-0{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.tw-bg-base{background-color:var(--base-color)}.tw-bg-black-100{--tw-bg-opacity: 1;background-color:rgb(45 50 50 / var(--tw-bg-opacity))}.tw-bg-black-30{--tw-bg-opacity: 1;background-color:rgb(192 194 194 / var(--tw-bg-opacity))}.tw-bg-box-negative-inverse{background-color:var(--box-negative-inverse-color)}.tw-bg-clip-content{background-clip:content-box}.tw-fill-current{fill:currentColor}.tw-stroke-current{stroke:currentColor}.tw-object-contain{-o-object-fit:contain;object-fit:contain}.tw-p-3{padding:.75rem}.tw-p-5{padding:1.25rem}.tw-p-6{padding:1.5rem}.tw-p-1{padding:.25rem}.tw-p-2{padding:.5rem}.tw-p-0\.5{padding:.125rem}.tw-p-0{padding:0}.tw-p-4{padding:1rem}.tw-p-\[2px\]{padding:2px}.tw-p-8{padding:2rem}.tw-p-10{padding:2.5rem}.tw-p-m{padding:var(--space-m)}.tw-p-xxs{padding:var(--space-xxs)}.tw-p-xs{padding:var(--space-xs)}.tw-p-s{padding:var(--space-s)}.tw-p-l{padding:var(--space-l)}.tw-p-xl{padding:var(--space-xl)}.tw-p-xxl{padding:var(--space-xxl)}.tw-p-7{padding:1.75rem}.tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-py-4{padding-top:1rem;padding-bottom:1rem}.tw-px-2{padding-left:.5rem;padding-right:.5rem}.tw-px-8{padding-left:2rem;padding-right:2rem}.tw-py-6{padding-top:1.5rem;padding-bottom:1.5rem}.tw-px-4{padding-left:1rem;padding-right:1rem}.tw-px-1\.5{padding-left:.375rem;padding-right:.375rem}.tw-px-2\.5{padding-left:.625rem;padding-right:.625rem}.tw-px-1{padding-left:.25rem;padding-right:.25rem}.tw-px-3{padding-left:.75rem;padding-right:.75rem}.tw-py-2{padding-top:.5rem;padding-bottom:.5rem}.tw-px-0{padding-left:0;padding-right:0}.tw-py-1{padding-top:.25rem;padding-bottom:.25rem}.tw-py-8{padding-top:2rem;padding-bottom:2rem}.tw-py-5{padding-top:1.25rem;padding-bottom:1.25rem}.tw-px-5{padding-left:1.25rem;padding-right:1.25rem}.tw-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.tw-py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.tw-py-3{padding-top:.75rem;padding-bottom:.75rem}.tw-py-\[11px\]{padding-top:11px;padding-bottom:11px}.tw-py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.tw-py-0{padding-top:0;padding-bottom:0}.tw-px-\[0\.125rem\]{padding-left:.125rem;padding-right:.125rem}.tw-px-14{padding-left:3.5rem;padding-right:3.5rem}.tw-pb-6{padding-bottom:1.5rem}.tw-pr-3{padding-right:.75rem}.tw-pl-3{padding-left:.75rem}.tw-pt-4{padding-top:1rem}.tw-pb-4{padding-bottom:1rem}.tw-pb-2{padding-bottom:.5rem}.tw-pr-7{padding-right:1.75rem}.tw-pl-5{padding-left:1.25rem}.tw-pr-11{padding-right:2.75rem}.tw-pl-2{padding-left:.5rem}.tw-pr-1\.5{padding-right:.375rem}.tw-pr-1{padding-right:.25rem}.tw-pr-2{padding-right:.5rem}.tw-pl-\[19px\]{padding-left:19px}.tw-pr-8{padding-right:2rem}.tw-pl-4{padding-left:1rem}.tw-pl-8{padding-left:2rem}.tw-pr-4{padding-right:1rem}.tw-pl-s{padding-left:var(--space-s)}.tw-pl-m{padding-left:var(--space-m)}.tw-pl-l{padding-left:var(--space-l)}.tw-pt-3{padding-top:.75rem}.tw-pl-1{padding-left:.25rem}.tw-pl-7{padding-left:1.75rem}.tw-pb-3\.5{padding-bottom:.875rem}.tw-pt-3\.5{padding-top:.875rem}.tw-pb-3{padding-bottom:.75rem}.tw-pt-14{padding-top:3.5rem}.tw-pb-14{padding-bottom:3.5rem}.tw-pt-6{padding-top:1.5rem}.tw-pl-6{padding-left:1.5rem}.tw-text-left{text-align:left}.tw-text-center{text-align:center}.tw-text-right{text-align:right}.tw-text-justify{text-align:justify}.tw-font-sans{font-family:Space Grotesk Frontify,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}.tw-font-heading{font-family:var(--heading-family)}.tw-font-mono{font-family:Menlo,Courier,monospace}.tw-font-code{font-family:var(--code-family)}.tw-font-body{font-family:var(--body-family)}.tw-text-xs{font-size:.813rem;line-height:1rem}.tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-text-s{font-size:.875rem;line-height:1rem}.tw-text-m{font-size:1rem;line-height:1.25rem}.tw-text-xxs{font-size:.75rem;line-height:1rem;letter-spacing:.02rem}.tw-text-l{font-size:1.125rem;line-height:1.5rem}.tw-text-\[12px\]{font-size:12px}.tw-text-lg{font-size:1.125rem;line-height:1.75rem}.tw-text-xl{font-size:1.5rem;line-height:2rem}.tw-text-7xl{font-size:4.5rem;line-height:1}.tw-text-5xl{font-size:3rem;line-height:1}.tw-text-3xl{font-size:1.875rem;line-height:2.25rem}.tw-text-code-small{font-size:var(--code-size-small);line-height:var(--code-size-small-line-height)}.tw-text-code-medium{font-size:var(--code-size-medium);line-height:var(--code-size-medium-line-height)}.tw-text-code-large{font-size:var(--code-size-large);line-height:var(--code-size-large-line-height)}.tw-text-heading-large{font-size:var(--heading-size-large);line-height:var(--heading-size-large-line-height)}.tw-text-heading-medium{font-size:var(--heading-size-medium);line-height:var(--heading-size-medium-line-height)}.tw-text-heading-x-large{font-size:var(--heading-size-x-large);line-height:var(--heading-size-x-large-line-height)}.tw-text-heading-xx-large{font-size:var(--heading-size-xx-large);line-height:var(--heading-size-xx-large-line-height)}.tw-text-body-small{font-size:var(--body-size-small);line-height:var(--body-size-small-line-height)}.tw-text-body-x-small{font-size:var(--body-size-x-small);line-height:var(--body-size-x-small-line-height)}.tw-text-body-medium{font-size:var(--body-size-medium);line-height:var(--body-size-medium-line-height)}.tw-text-body-large{font-size:var(--body-size-large);line-height:var(--body-size-large-line-height)}.tw-text-xxxl{font-size:3rem;line-height:3.5rem}.tw-text-xxl{font-size:2rem;line-height:2.5rem}.tw-font-semibold{font-weight:600}.tw-font-medium{font-weight:500}.tw-font-bold{font-weight:700}.tw-font-normal{font-weight:400}.tw-capitalize{text-transform:capitalize}.tw-italic{font-style:italic}.tw-leading-none{line-height:1}.tw-leading-tight{line-height:1.25}.tw-leading-5{line-height:1.25rem}.tw-text-text{color:var(--text-color)}.tw-text-black{--tw-text-opacity: 1;color:rgb(45 50 50 / var(--tw-text-opacity))}.tw-text-black-60{--tw-text-opacity: 1;color:rgb(150 152 152 / var(--tw-text-opacity))}.tw-text-box-negative-strong{color:var(--box-negative-strong-color)}.tw-text-black-40{--tw-text-opacity: 1;color:rgb(179 181 181 / var(--tw-text-opacity))}.tw-text-black-80{--tw-text-opacity: 1;color:rgb(108 112 112 / var(--tw-text-opacity))}.tw-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.tw-text-black-100{--tw-text-opacity: 1;color:rgb(45 50 50 / var(--tw-text-opacity))}.tw-text-box-disabled-inverse{color:var(--box-disabled-color-inverse)}.tw-text-box-neutral-strong-inverse{color:var(--box-neutral-strong-inverse-color)}.tw-text-box-positive-strong-inverse{color:var(--box-positive-strong-inverse-color)}.tw-text-box-negative-strong-inverse{color:var(--box-negative-strong-inverse-color)}.tw-text-box-selected-strong-inverse{color:var(--box-selected-strong-inverse-color)}.tw-text-box-warning-strong-inverse{color:var(--box-warning-strong-inverse-color)}.tw-text-text-weak{color:var(--text-color-weak)}.tw-text-box-positive-inverse{color:var(--box-positive-inverse-color)}.tw-text-box-warning-inverse{color:var(--box-warning-inverse-color)}.tw-text-box-negative-inverse{color:var(--box-negative-inverse-color)}.tw-text-black-20{--tw-text-opacity: 1;color:rgb(213 214 214 / var(--tw-text-opacity))}.tw-text-red-65{--tw-text-opacity: 1;color:rgb(229 33 68 / var(--tw-text-opacity))}.tw-text-green-75{--tw-text-opacity: 1;color:rgb(0 134 110 / var(--tw-text-opacity))}.tw-text-black-70{--tw-text-opacity: 1;color:rgb(129 132 132 / var(--tw-text-opacity))}.tw-text-red-60{--tw-text-opacity: 1;color:rgb(255 55 90 / var(--tw-text-opacity))}.tw-text-green-60{--tw-text-opacity: 1;color:rgb(0 200 165 / var(--tw-text-opacity))}.tw-text-black-90{--tw-text-opacity: 1;color:rgb(87 91 91 / var(--tw-text-opacity))}.tw-text-violet-60{--tw-text-opacity: 1;color:rgb(130 95 255 / var(--tw-text-opacity))}.tw-text-red-70{--tw-text-opacity: 1;color:rgb(204 44 72 / var(--tw-text-opacity))}.tw-text-red-40{--tw-text-opacity: 1;color:rgb(225 196 190 / var(--tw-text-opacity))}.tw-text-yellow-60{--tw-text-opacity: 1;color:rgb(255 180 0 / var(--tw-text-opacity))}.tw-text-box-neutral-inverse{color:var(--box-neutral-inverse-color)}.tw-text-yellow-70{--tw-text-opacity: 1;color:rgb(230 162 0 / var(--tw-text-opacity))}.tw-text-red-50{--tw-text-opacity: 1;color:rgb(255 128 102 / var(--tw-text-opacity))}.tw-text-violet-50{--tw-text-opacity: 1;color:rgb(144 136 255 / var(--tw-text-opacity))}.tw-text-text-disabled{color:var(--text-color-disabled)}.tw-text-box-positive-strong{color:var(--box-positive-strong-color)}.tw-text-box-warning-strong{color:var(--box-warning-strong-color)}.tw-text-text-x-weak{color:var(--text-color-x-weak)}.tw-text-text-negative{color:var(--text-color-negative)}.tw-text-text-positive{color:var(--text-color-positive)}.tw-text-text-warning{color:var(--text-color-warning)}.tw-text-text-interactive{color:var(--text-color-interactive)}.\!tw-text-box-selected-inverse{color:var(--box-selected-inverse-color)!important}.tw-text-opacity-40{--tw-text-opacity: .4}.tw-underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.tw-line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.tw-no-underline{-webkit-text-decoration-line:none;text-decoration-line:none}.tw-placeholder-black-60::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(150 152 152 / var(--tw-placeholder-opacity))}.tw-placeholder-black-60:-ms-input-placeholder{--tw-placeholder-opacity: 1;color:rgb(150 152 152 / var(--tw-placeholder-opacity))}.tw-placeholder-black-60::placeholder{--tw-placeholder-opacity: 1;color:rgb(150 152 152 / var(--tw-placeholder-opacity))}.tw-placeholder-black-30::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(192 194 194 / var(--tw-placeholder-opacity))}.tw-placeholder-black-30:-ms-input-placeholder{--tw-placeholder-opacity: 1;color:rgb(192 194 194 / var(--tw-placeholder-opacity))}.tw-placeholder-black-30::placeholder{--tw-placeholder-opacity: 1;color:rgb(192 194 194 / var(--tw-placeholder-opacity))}.tw-opacity-30{opacity:.3}.tw-opacity-50{opacity:.5}.tw-opacity-80{opacity:.8}.tw-opacity-75{opacity:.75}.tw-mix-blend-darken{mix-blend-mode:darken}.tw-shadow-mid{--tw-shadow: 0 3px 10px 0 rgba(45, 50, 50, .1);--tw-shadow-colored: 0 3px 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-outline-none{outline:2px solid transparent;outline-offset:2px}.tw-ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.tw-ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.tw-ring-inset{--tw-ring-inset: inset}.tw-ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(45 50 50 / var(--tw-ring-opacity))}.tw-ring-blue{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 158 214 / var(--tw-ring-opacity))}.tw-ring-black-10{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 235 235 / var(--tw-ring-opacity))}.tw-ring-opacity-0{--tw-ring-opacity: 0}.tw-ring-offset-2{--tw-ring-offset-width: 2px}.tw-ring-offset-1{--tw-ring-offset-width: 1px}.tw-transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-height{transition-property:height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-duration-300{transition-duration:.3s}input.tw-hide-input-arrows::-webkit-outer-spin-button,input.tw-hide-input-arrows::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number].tw-hide-input-arrows{-moz-appearance:textfield}.tw-popper-container[data-popper-placement^=top]>.tw-popper-arrow{bottom:-4px}.tw-popper-container[data-popper-placement^=bottom]>.tw-popper-arrow{top:-4px}.tw-popper-container[data-popper-placement^=left]>.tw-popper-arrow{right:-4px}.tw-popper-container[data-popper-placement^=right]>.tw-popper-arrow{left:-4px}.before\:tw-absolute:before{content:var(--tw-content);position:absolute}.before\:tw-h-3:before{content:var(--tw-content);height:.75rem}.before\:tw-w-3:before{content:var(--tw-content);width:.75rem}.before\:tw-rotate-45:before{content:var(--tw-content);--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:tw-border:before{content:var(--tw-content);border-width:var(--line-width)}.before\:tw-border-t-0:before{content:var(--tw-content);border-top-width:0px}.before\:tw-border-l-0:before{content:var(--tw-content);border-left-width:0px}.before\:tw-border-r-0:before{content:var(--tw-content);border-right-width:0px}.before\:tw-border-b-0:before{content:var(--tw-content);border-bottom-width:0px}.before\:tw-border-line:before{content:var(--tw-content);border-color:var(--line-color)}.before\:tw-bg-violet-60:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(130 95 255 / var(--tw-bg-opacity))}.before\:tw-bg-red-60:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 55 90 / var(--tw-bg-opacity))}.before\:tw-bg-green-60:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(0 200 165 / var(--tw-bg-opacity))}.before\:tw-bg-yellow-60:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 180 0 / var(--tw-bg-opacity))}.before\:tw-bg-black-100:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(45 50 50 / var(--tw-bg-opacity))}.last\:tw-border-0:last-child{border-width:0px}.focus-within\:tw-border-black-90:focus-within{--tw-border-opacity: 1;border-color:rgb(87 91 91 / var(--tw-border-opacity))}.focus-within\:tw-border-black-100:focus-within{--tw-border-opacity: 1;border-color:rgb(45 50 50 / var(--tw-border-opacity))}.hover\:tw-cursor-pointer:hover{cursor:pointer}.hover\:tw-cursor-not-allowed:hover{cursor:not-allowed}.hover\:tw-rounded:hover{border-radius:var(--radius)}.hover\:tw-border-black:hover{--tw-border-opacity: 1;border-color:rgb(45 50 50 / var(--tw-border-opacity))}.hover\:tw-border-violet-70:hover{--tw-border-opacity: 1;border-color:rgb(100 73 196 / var(--tw-border-opacity))}.hover\:tw-border-black-40:hover{--tw-border-opacity: 1;border-color:rgb(179 181 181 / var(--tw-border-opacity))}.hover\:tw-border-black-10:hover{--tw-border-opacity: 1;border-color:rgb(234 235 235 / var(--tw-border-opacity))}.hover\:tw-border-black-90:hover{--tw-border-opacity: 1;border-color:rgb(87 91 91 / var(--tw-border-opacity))}.hover\:tw-bg-violet-70:hover{--tw-bg-opacity: 1;background-color:rgb(100 73 196 / var(--tw-bg-opacity))}.hover\:tw-bg-black-10:hover{--tw-bg-opacity: 1;background-color:rgb(234 235 235 / var(--tw-bg-opacity))}.hover\:tw-bg-box-negative-hover:hover{background-color:var(--box-negative-color-hover)}.hover\:tw-bg-box-neutral-strong-hover:hover{background-color:var(--box-neutral-strong-color-hover)}.hover\:tw-bg-box-positive-strong-hover:hover{background-color:var(--box-positive-strong-color-hover)}.hover\:tw-bg-box-negative-strong-hover:hover{background-color:var(--box-negative-strong-color-hover)}.hover\:tw-bg-box-selected-strong-hover:hover{background-color:var(--box-selected-strong-color-hover)}.hover\:tw-bg-box-warning-strong-hover:hover{background-color:var(--box-warning-strong-color-hover)}.hover\:tw-bg-box-neutral-hover:hover{background-color:var(--box-neutral-color-hover)}.hover\:tw-bg-box-positive-hover:hover{background-color:var(--box-positive-color-hover)}.hover\:tw-bg-box-selected-hover:hover{background-color:var(--box-selected-color-hover)}.hover\:tw-bg-box-warning-hover:hover{background-color:var(--box-warning-color-hover)}.hover\:tw-bg-black-100:hover{--tw-bg-opacity: 1;background-color:rgb(45 50 50 / var(--tw-bg-opacity))}.hover\:tw-bg-black-20:hover{--tw-bg-opacity: 1;background-color:rgb(213 214 214 / var(--tw-bg-opacity))}.hover\:tw-bg-red-65:hover{--tw-bg-opacity: 1;background-color:rgb(229 33 68 / var(--tw-bg-opacity))}.hover\:tw-bg-green-70:hover{--tw-bg-opacity: 1;background-color:rgb(0 160 132 / var(--tw-bg-opacity))}.hover\:tw-bg-black-95:hover{--tw-bg-opacity: 1;background-color:rgb(66 71 71 / var(--tw-bg-opacity))}.hover\:tw-bg-black-30:hover{--tw-bg-opacity: 1;background-color:rgb(192 194 194 / var(--tw-bg-opacity))}.hover\:tw-bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(45 50 50 / var(--tw-bg-opacity))}.hover\:tw-bg-black-60:hover{--tw-bg-opacity: 1;background-color:rgb(150 152 152 / var(--tw-bg-opacity))}.hover\:tw-bg-black-0:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.hover\:tw-bg-box-neutral:hover{background-color:var(--box-neutral-color)}.hover\:tw-bg-box-selected:hover{background-color:var(--box-selected-color)}.hover\:tw-bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:tw-from-transparent:hover{--tw-gradient-from: transparent;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0))}.hover\:tw-to-black-0:hover{--tw-gradient-to: #fafafa}.hover\:tw-text-black:hover{--tw-text-opacity: 1;color:rgb(45 50 50 / var(--tw-text-opacity))}.hover\:tw-text-box-neutral-strong-inverse-hover:hover{color:var(--box-neutral-strong-inverse-color-hover)}.hover\:tw-text-box-positive-strong-inverse-hover:hover{color:var(--box-positive-strong-inverse-color-hover)}.hover\:tw-text-box-negative-strong-inverse-hover:hover{color:var(--box-negative-strong-inverse-color-hover)}.hover\:tw-text-box-selected-strong-inverse-hover:hover{color:var(--box-selected-strong-inverse-color-hover)}.hover\:tw-text-box-warning-strong-inverse-hover:hover{color:var(--box-warning-strong-inverse-color-hover)}.hover\:tw-text-box-neutral-inverse-hover:hover{color:var(--box-neutral-inverse-color-hover)}.hover\:tw-text-box-positive-inverse-hover:hover{color:var(--box-positive-inverse-color-hover)}.hover\:tw-text-box-selected-inverse-hover:hover{color:var(--box-selected-inverse-color-hover)}.hover\:tw-text-box-warning-inverse-hover:hover{color:var(--box-warning-inverse-color-hover)}.hover\:tw-text-box-negative-inverse-hover:hover{color:var(--box-negative-inverse-color-hover)}.hover\:tw-text-black-100:hover{--tw-text-opacity: 1;color:rgb(45 50 50 / var(--tw-text-opacity))}.hover\:tw-text-black-40:hover{--tw-text-opacity: 1;color:rgb(179 181 181 / var(--tw-text-opacity))}.hover\:tw-text-red-70:hover{--tw-text-opacity: 1;color:rgb(204 44 72 / var(--tw-text-opacity))}.hover\:tw-text-violet-70:hover{--tw-text-opacity: 1;color:rgb(100 73 196 / var(--tw-text-opacity))}.hover\:tw-text-box-negative-strong-hover:hover{color:var(--box-negative-strong-color-hover)}.hover\:tw-text-box-warning-strong-hover:hover{color:var(--box-warning-strong-color-hover)}.hover\:tw-text-text-x-weak:hover{color:var(--text-color-x-weak)}.hover\:tw-text-text:hover{color:var(--text-color)}.hover\:\!tw-text-box-selected-inverse:hover{color:var(--box-selected-inverse-color)!important}.focus\:tw-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:tw-outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:tw-ring-4:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:tw-ring-blue:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(94 158 214 / var(--tw-ring-opacity))}.focus-visible\:tw-ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:tw-bg-black-20:active{--tw-bg-opacity: 1;background-color:rgb(213 214 214 / var(--tw-bg-opacity))}.active\:tw-bg-black-superdark:active{--tw-bg-opacity: 1;background-color:rgb(26 29 29 / var(--tw-bg-opacity))}.active\:tw-bg-black-30:active{--tw-bg-opacity: 1;background-color:rgb(192 194 194 / var(--tw-bg-opacity))}.active\:tw-bg-red-70:active{--tw-bg-opacity: 1;background-color:rgb(204 44 72 / var(--tw-bg-opacity))}.active\:tw-bg-green-75:active{--tw-bg-opacity: 1;background-color:rgb(0 134 110 / var(--tw-bg-opacity))}.active\:tw-text-black:active{--tw-text-opacity: 1;color:rgb(45 50 50 / var(--tw-text-opacity))}.tw-group:hover .group-hover\:tw-absolute{position:absolute}.tw-group:hover .group-hover\:tw-bottom-0{bottom:0px}.tw-group:hover .group-hover\:tw-h-\[3px\]{height:3px}.tw-group:hover .group-hover\:tw-w-full{width:100%}.tw-group:hover .group-hover\:tw-rounded-t-x-large{border-top-left-radius:var(--radius-x-large);border-top-right-radius:var(--radius-x-large)}.tw-group:hover .group-hover\:tw-border-black{--tw-border-opacity: 1;border-color:rgb(45 50 50 / var(--tw-border-opacity))}.tw-group:hover .group-hover\:tw-border-violet-70{--tw-border-opacity: 1;border-color:rgb(100 73 196 / var(--tw-border-opacity))}.tw-group:hover .group-hover\:tw-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.tw-group:hover .group-hover\:tw-bg-violet-70{--tw-bg-opacity: 1;background-color:rgb(100 73 196 / var(--tw-bg-opacity))}.tw-group:hover .group-hover\:tw-bg-box-neutral-hover{background-color:var(--box-neutral-color-hover)}.tw-group:hover .group-hover\:tw-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.tw-group:hover .group-hover\:tw-text-black,.tw-group:hover .group-hover\:tw-text-black-100{--tw-text-opacity: 1;color:rgb(45 50 50 / var(--tw-text-opacity))}.tw-group:hover .group-hover\:tw-opacity-100{opacity:1}.tw-group:active .group-active\:tw-bg-violet-90{--tw-bg-opacity: 1;background-color:rgb(68 49 133 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-border-black-80{--tw-border-opacity: 1;border-color:rgb(108 112 112 / var(--tw-border-opacity))}.tw-dark .dark\:tw-border-black-60{--tw-border-opacity: 1;border-color:rgb(150 152 152 / var(--tw-border-opacity))}.tw-dark .dark\:tw-border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.tw-dark .dark\:tw-border-violet-50{--tw-border-opacity: 1;border-color:rgb(144 136 255 / var(--tw-border-opacity))}.tw-dark .dark\:tw-border-black-90{--tw-border-opacity: 1;border-color:rgb(87 91 91 / var(--tw-border-opacity))}.tw-dark .dark\:tw-border-black-95{--tw-border-opacity: 1;border-color:rgb(66 71 71 / var(--tw-border-opacity))}.tw-dark .dark\:tw-border-black-10{--tw-border-opacity: 1;border-color:rgb(234 235 235 / var(--tw-border-opacity))}.tw-dark .dark\:tw-bg-black-95{--tw-bg-opacity: 1;background-color:rgb(66 71 71 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-bg-black-80{--tw-bg-opacity: 1;background-color:rgb(108 112 112 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-bg-black-90{--tw-bg-opacity: 1;background-color:rgb(87 91 91 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-bg-black-10{--tw-bg-opacity: 1;background-color:rgb(234 235 235 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-bg-black-60{--tw-bg-opacity: 1;background-color:rgb(150 152 152 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-bg-black{--tw-bg-opacity: 1;background-color:rgb(45 50 50 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-bg-violet-50{--tw-bg-opacity: 1;background-color:rgb(144 136 255 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-bg-transparent{background-color:transparent}.tw-dark .dark\:tw-bg-black-5{--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-bg-black-100{--tw-bg-opacity: 1;background-color:rgb(45 50 50 / var(--tw-bg-opacity))}.tw-dark .dark\:tw-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-black-20{--tw-text-opacity: 1;color:rgb(213 214 214 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-black-10{--tw-text-opacity: 1;color:rgb(234 235 235 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-black{--tw-text-opacity: 1;color:rgb(45 50 50 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-red-50{--tw-text-opacity: 1;color:rgb(255 128 102 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-green-60{--tw-text-opacity: 1;color:rgb(0 200 165 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-black-60{--tw-text-opacity: 1;color:rgb(150 152 152 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-black-30{--tw-text-opacity: 1;color:rgb(192 194 194 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-black-100{--tw-text-opacity: 1;color:rgb(45 50 50 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-black-40{--tw-text-opacity: 1;color:rgb(179 181 181 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-violet-50{--tw-text-opacity: 1;color:rgb(144 136 255 / var(--tw-text-opacity))}.tw-dark .dark\:tw-text-black-80{--tw-text-opacity: 1;color:rgb(108 112 112 / var(--tw-text-opacity))}.tw-dark .dark\:tw-placeholder-black-40::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(179 181 181 / var(--tw-placeholder-opacity))}.tw-dark .dark\:tw-placeholder-black-40:-ms-input-placeholder{--tw-placeholder-opacity: 1;color:rgb(179 181 181 / var(--tw-placeholder-opacity))}.tw-dark .dark\:tw-placeholder-black-40::placeholder{--tw-placeholder-opacity: 1;color:rgb(179 181 181 / var(--tw-placeholder-opacity))}.tw-dark .dark\:tw-ring-offset-black{--tw-ring-offset-color: #2d3232}.tw-dark .before\:dark\:tw-bg-white:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.tw-dark .dark\:hover\:tw-border-black-20:hover{--tw-border-opacity: 1;border-color:rgb(213 214 214 / var(--tw-border-opacity))}.tw-dark .dark\:hover\:tw-border-violet-60:hover{--tw-border-opacity: 1;border-color:rgb(130 95 255 / var(--tw-border-opacity))}.tw-dark .dark\:hover\:tw-border-black-40:hover{--tw-border-opacity: 1;border-color:rgb(179 181 181 / var(--tw-border-opacity))}.tw-dark .dark\:hover\:tw-bg-black-95:hover{--tw-bg-opacity: 1;background-color:rgb(66 71 71 / var(--tw-bg-opacity))}.tw-dark .dark\:hover\:tw-bg-black-10:hover{--tw-bg-opacity: 1;background-color:rgb(234 235 235 / var(--tw-bg-opacity))}.tw-dark .dark\:hover\:tw-bg-black-100:hover{--tw-bg-opacity: 1;background-color:rgb(45 50 50 / var(--tw-bg-opacity))}.tw-dark .dark\:hover\:tw-bg-black-20:hover{--tw-bg-opacity: 1;background-color:rgb(213 214 214 / var(--tw-bg-opacity))}.tw-dark .dark\:hover\:tw-bg-black-90:hover{--tw-bg-opacity: 1;background-color:rgb(87 91 91 / var(--tw-bg-opacity))}.tw-dark .dark\:hover\:tw-bg-violet-60:hover{--tw-bg-opacity: 1;background-color:rgb(130 95 255 / var(--tw-bg-opacity))}.tw-dark .dark\:hover\:tw-bg-black-70:hover{--tw-bg-opacity: 1;background-color:rgb(129 132 132 / var(--tw-bg-opacity))}.tw-dark .dark\:hover\:tw-bg-black-superdark:hover{--tw-bg-opacity: 1;background-color:rgb(26 29 29 / var(--tw-bg-opacity))}.tw-dark .dark\:hover\:tw-to-black-95:hover{--tw-gradient-to: #424747}.tw-dark .dark\:hover\:tw-text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.tw-dark .dark\:hover\:tw-text-black-30:hover{--tw-text-opacity: 1;color:rgb(192 194 194 / var(--tw-text-opacity))}.tw-dark .dark\:hover\:tw-text-black-60:hover{--tw-text-opacity: 1;color:rgb(150 152 152 / var(--tw-text-opacity))}.tw-dark .dark\:hover\:tw-text-black-20:hover{--tw-text-opacity: 1;color:rgb(213 214 214 / var(--tw-text-opacity))}.tw-dark .dark\:hover\:tw-text-violet-60:hover{--tw-text-opacity: 1;color:rgb(130 95 255 / var(--tw-text-opacity))}.tw-dark .focus-visible\:dark\:tw-ring-offset-black:focus-visible{--tw-ring-offset-color: #2d3232}.tw-dark .dark\:active\:tw-bg-black-superdark:active{--tw-bg-opacity: 1;background-color:rgb(26 29 29 / var(--tw-bg-opacity))}.tw-dark .dark\:active\:tw-bg-black-20:active{--tw-bg-opacity: 1;background-color:rgb(213 214 214 / var(--tw-bg-opacity))}.tw-dark .dark\:active\:tw-bg-green-90:active{--tw-bg-opacity: 1;background-color:rgb(0 100 82 / var(--tw-bg-opacity))}.tw-dark .dark\:active\:tw-bg-black-30:active{--tw-bg-opacity: 1;background-color:rgb(192 194 194 / var(--tw-bg-opacity))}.tw-dark .tw-group:hover .dark\:group-hover\:tw-border-black-20{--tw-border-opacity: 1;border-color:rgb(213 214 214 / var(--tw-border-opacity))}.tw-dark .tw-group:hover .dark\:group-hover\:tw-border-violet-60{--tw-border-opacity: 1;border-color:rgb(130 95 255 / var(--tw-border-opacity))}.tw-dark .tw-group:hover .dark\:group-hover\:tw-bg-black-90{--tw-bg-opacity: 1;background-color:rgb(87 91 91 / var(--tw-bg-opacity))}.tw-dark .tw-group:hover .dark\:group-hover\:tw-bg-violet-60{--tw-bg-opacity: 1;background-color:rgb(130 95 255 / var(--tw-bg-opacity))}.tw-dark .tw-group:hover .dark\:group-hover\:tw-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 640px){.sm\:tw-max-h-full{max-height:100%}.sm\:tw-flex-row{flex-direction:row}.sm\:tw-space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:tw-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}}@media (min-width: 768px){.md\:tw-flex-row{flex-direction:row}}@media (min-width: 1536px){.\32xl\:tw-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}}.react-colorful__interactive:focus .react-colorful__pointer{border-color:#5e9ed6}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0;width:100%}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__month--selected,.react-datepicker__month--in-selecting-range,.react-datepicker__month--in-range,.react-datepicker__quarter--selected,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__month--selected:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--in-range:hover,.react-datepicker__quarter--selected:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--in-range:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#2579ba;color:#fff}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"\d7"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker-wrap{font-family:var(--body-family);border-radius:var(--radius);border:1px solid var(--box-disabled-strong-color)}.react-datepicker-wrap .react-datepicker__triangle{transform:none!important;left:var(--space-xxl)!important;z-index:1}.react-datepicker-wrap .react-datepicker__month-container{padding:var(--space-m)}.react-datepicker-wrap .react-datepicker__month{margin:var(--space-m) 0 0}.react-datepicker-wrap .react-datepicker__triangle:after{border-bottom-color:var(--base-color)!important}.react-datepicker-wrap .react-datepicker__header{font-size:var(--body-size-medium);border:none;background:none;padding:0 0 8px}.react-datepicker-wrap .react-datepicker__day-names{border-top:1px solid var(--line-color);border-bottom:1px solid var(--line-color);padding:var(--space-xxs) 0}.react-datepicker__input-container .react-datepicker__close-icon:after{background-color:transparent;color:transparent}.react-datepicker-wrap .react-datepicker__day{color:var(--box-disabled-color-inverse);font-size:13px}.react-datepicker-wrap .react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{margin:var(--line-width)!important;padding:var(--space-xxs);width:2.4rem}.react-datepicker-wrap .future-date,.react-datepicker-wrap .react-datepicker__day.react-datepicker__day--keyboard-selected{background:var(--base-color-alt);color:var(--box-neutral-inverse-color)}.react-datepicker-wrap .react-datepicker__day--today{font-weight:400}.react-datepicker-wrap .react-datepicker__day--keyboard-selected,.react-datepicker .react-datepicker__day--selected,.react-datepicker .react-datepicker__day--selected:hover,.react-datepicker .react-datepicker__day:focus-visible{background-color:var(--box-selected-strong-color);border-radius:0;border:none;outline-color:var(--base-color);color:var(--base-color)}.react-datepicker-wrap .react-datepicker__day:hover{border-radius:0;background-color:var(--box-neutral-color-hover);opacity:.8}.react-datepicker-wrap .react-datepicker__day--outside-month{background:none}.react-datepicker-wrap .past-date.react-datepicker__day.react-datepicker__day--keyboard-selected{color:var(--box-disabled-color-inverse);background:none}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare type Color = {
|
|
2
|
+
r: number;
|
|
3
|
+
g: number;
|
|
4
|
+
b: number;
|
|
5
|
+
a?: number;
|
|
6
|
+
name?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare type Palette = {
|
|
9
|
+
id: number | string;
|
|
10
|
+
title: string;
|
|
11
|
+
colors: Color[];
|
|
12
|
+
};
|
|
13
|
+
export declare enum ColorFormat {
|
|
14
|
+
Hex = "Hex",
|
|
15
|
+
Rgba = "Rgba"
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './colors';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC, PropsWithChildren } from 'react';
|
|
2
|
+
declare type CodeWeight = 'default' | 'strong';
|
|
3
|
+
declare type CodeSize = 'small' | 'medium' | 'large';
|
|
4
|
+
declare type CodeColor = 'default' | 'weak' | 'x-weak' | 'disabled' | 'negative' | 'positive' | 'warning' | 'interactive';
|
|
5
|
+
export declare type CodeProps = PropsWithChildren<{
|
|
6
|
+
size?: CodeSize;
|
|
7
|
+
weight?: CodeWeight;
|
|
8
|
+
as?: 'code' | 'pre' | 'span';
|
|
9
|
+
color?: CodeColor;
|
|
10
|
+
}>;
|
|
11
|
+
export declare const Code: FC<CodeProps>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Code';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC, PropsWithChildren } from 'react';
|
|
2
|
+
import { SharedTypographyProps } from '../shared/types';
|
|
3
|
+
declare type HeadingWeight = 'default' | 'strong';
|
|
4
|
+
declare type HeadingSize = 'medium' | 'large' | 'x-large' | 'xx-large';
|
|
5
|
+
declare type HeadingColor = 'default' | 'weak' | 'x-weak' | 'disabled' | 'negative' | 'positive' | 'warning' | 'interactive';
|
|
6
|
+
export declare type HeadingProps = PropsWithChildren<SharedTypographyProps & {
|
|
7
|
+
size?: HeadingSize;
|
|
8
|
+
weight?: HeadingWeight;
|
|
9
|
+
as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span' | 'p';
|
|
10
|
+
color?: HeadingColor;
|
|
11
|
+
}>;
|
|
12
|
+
export declare const Heading: FC<HeadingProps>;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Heading';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC, PropsWithChildren } from 'react';
|
|
2
|
+
import { SharedTypographyProps } from '../shared/types';
|
|
3
|
+
declare type TextWeight = 'default' | 'strong' | 'x-strong';
|
|
4
|
+
declare type TextSize = 'x-small' | 'small' | 'medium' | 'large';
|
|
5
|
+
declare type TextColor = 'default' | 'weak' | 'x-weak' | 'disabled' | 'negative' | 'positive' | 'warning' | 'interactive';
|
|
6
|
+
export declare type TextProps = PropsWithChildren<SharedTypographyProps & {
|
|
7
|
+
size?: TextSize;
|
|
8
|
+
weight?: TextWeight;
|
|
9
|
+
as?: 'a' | 'abbr' | 'address' | 'em' | 'label' | 'li' | 'span' | 'strong' | 'time' | 'p';
|
|
10
|
+
color?: TextColor;
|
|
11
|
+
}>;
|
|
12
|
+
export declare const Text: FC<TextProps>;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Text';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { TypographyDecoration, TypographyDisplay, TypographyOverflow, TypographyWhitespace, TypographyWordBreak } from './types';
|
|
2
|
+
export declare const overflowMap: Record<TypographyOverflow, string>;
|
|
3
|
+
export declare const whitespaceMap: Record<TypographyWhitespace, string>;
|
|
4
|
+
export declare const displayMap: Record<TypographyDisplay, string>;
|
|
5
|
+
export declare const wordBreakMap: Record<TypographyWordBreak, string>;
|
|
6
|
+
export declare const decorationMap: Record<TypographyDecoration, string>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare type SharedTypographyProps = {
|
|
2
|
+
overflow?: TypographyOverflow;
|
|
3
|
+
whitespace?: TypographyWhitespace;
|
|
4
|
+
display?: TypographyDisplay;
|
|
5
|
+
wordBreak?: TypographyWordBreak;
|
|
6
|
+
decoration?: TypographyDecoration;
|
|
7
|
+
};
|
|
8
|
+
export declare type TypographyOverflow = 'truncate' | 'ellipsis' | 'clip' | 'visible';
|
|
9
|
+
export declare type TypographyWhitespace = 'normal' | 'nowrap' | 'pre' | 'pre-line' | 'pre-wrap';
|
|
10
|
+
export declare type TypographyDisplay = 'inline-block' | 'block' | 'inline' | 'none';
|
|
11
|
+
export declare type TypographyWordBreak = 'break-words' | 'break-all' | 'normal';
|
|
12
|
+
export declare type TypographyDecoration = 'underline' | 'line-through' | 'none';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const compose: <T extends any[], R>(fn1: (...args: T) => R, ...fns: ((a: R) => R)[]) => (...args: T) => R;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const FOCUS_STYLE = "tw-ring-4 tw-ring-blue tw-ring-offset-2 dark:tw-ring-offset-black tw-outline-none";
|
|
2
|
+
export declare const FOCUS_VISIBLE_STYLE = "focus-visible:tw-ring-4 focus-visible:tw-ring-blue focus-visible:tw-ring-offset-2 focus-visible:dark:tw-ring-offset-black focus-visible:tw-outline-none";
|
|
3
|
+
export declare const FOCUS_STYLE_INSET: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const generateRandomId: () => string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './colors';
|
|
2
|
+
export * from './compose';
|
|
3
|
+
export * from './debounce';
|
|
4
|
+
export * from './dnd';
|
|
5
|
+
export * from './focusStyle';
|
|
6
|
+
export * from './generateRandomId';
|
|
7
|
+
export * from './merge';
|
|
8
|
+
export * from './useDebounce';
|
|
9
|
+
export * from './useForwardedRef';
|
|
10
|
+
export * from './validation';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cleans and joins an array of inputs with possible undefined or boolean values.
|
|
3
|
+
*
|
|
4
|
+
* @param classNames Array of class names
|
|
5
|
+
* @returns Clean string to be used for class name
|
|
6
|
+
*/
|
|
7
|
+
export declare const merge: (classNames: (string | undefined | boolean)[]) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useDebounce<T>(value: T, delay?: number): T;
|
package/package.json
ADDED
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@frontify/fondue",
|
|
3
|
+
"version": "9.6.2",
|
|
4
|
+
"description": "Design system of Frontify",
|
|
5
|
+
"main": "dist/index.umd.js",
|
|
6
|
+
"unpkg": "dist/index.umd.js",
|
|
7
|
+
"jsdelivr": "dist/index.umd.js",
|
|
8
|
+
"module": "dist/index.es.js",
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"tailwind.config.js"
|
|
13
|
+
],
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"import": "./dist/index.es.js",
|
|
17
|
+
"require": "./dist/index.umd.js"
|
|
18
|
+
},
|
|
19
|
+
"./tailwind": "./tailwind.config.js",
|
|
20
|
+
"./style": "./dist/styles.css",
|
|
21
|
+
"./extractedThirdPartyStyles": "./dist/extractedThirdPartyStyles.css",
|
|
22
|
+
"./dist/*": "./dist/*"
|
|
23
|
+
},
|
|
24
|
+
"scripts": {
|
|
25
|
+
"build": "npm run clean && npm run generate:icons && npm run build:library && npm run build:extractedThirdPartyStyles",
|
|
26
|
+
"build:extractedThirdPartyStyles": "concat src/components/**/*.css | postcss > dist/extractedThirdPartyStyles.css",
|
|
27
|
+
"build:library": "vite build",
|
|
28
|
+
"build:storybook": "NODE_OPTIONS=--max_old_space_size=5120 build-storybook",
|
|
29
|
+
"dev": "cross-env NODE_ENV=development npm run dev:library",
|
|
30
|
+
"dev:library": "vite build --emptyOutDir false --watch",
|
|
31
|
+
"clean": "rimraf dist",
|
|
32
|
+
"component:create": "esno scripts/createNewComponent.ts",
|
|
33
|
+
"generate:icons": "npm run generate:reactIcons && npm run generate:iconsMap",
|
|
34
|
+
"generate:iconsMap": "esno ./scripts/generateIconMap.ts && eslint --fix ./src/foundation/Icon/IconEnum.ts ./src/foundation/Icon/IconsMap.tsx ./src/foundation/Icon/Generated/index.ts",
|
|
35
|
+
"generate:reactIcons": "esno ./scripts/generateReactIcons.ts",
|
|
36
|
+
"lint": "npm run lint:ts",
|
|
37
|
+
"lint:fix": "npm run lint:ts:fix",
|
|
38
|
+
"lint:ts": "eslint 'src/**/*.{ts,tsx}'",
|
|
39
|
+
"lint:ts:fix": "eslint --fix 'src/**/*.{ts,tsx}'",
|
|
40
|
+
"lint:prettier": "prettier --check src",
|
|
41
|
+
"test": "cypress run-ct",
|
|
42
|
+
"test:browser": "cypress open-ct",
|
|
43
|
+
"test:file": "cypress run-ct --spec",
|
|
44
|
+
"typecheck": "tsc",
|
|
45
|
+
"storybook": "start-storybook -p 6006"
|
|
46
|
+
},
|
|
47
|
+
"keywords": [
|
|
48
|
+
"frontify",
|
|
49
|
+
"react",
|
|
50
|
+
"components",
|
|
51
|
+
"design system"
|
|
52
|
+
],
|
|
53
|
+
"author": "Frontify Developers <developers@frontify.com>",
|
|
54
|
+
"repository": {
|
|
55
|
+
"url": "https://github.com/frontify/fondue"
|
|
56
|
+
},
|
|
57
|
+
"bugs": {
|
|
58
|
+
"url": "https://github.com/frontify/fondue/issues"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@cypress/react": "5.12.5",
|
|
62
|
+
"@cypress/vite-dev-server": "2.2.2",
|
|
63
|
+
"@frontify/eslint-config-react": "^0.15.2",
|
|
64
|
+
"@frontify/fondue-icons": "^0.1.6",
|
|
65
|
+
"@storybook/addon-actions": "6.5.6",
|
|
66
|
+
"@storybook/addon-essentials": "6.5.6",
|
|
67
|
+
"@storybook/addon-links": "6.5.6",
|
|
68
|
+
"@storybook/builder-vite": "0.1.35",
|
|
69
|
+
"@storybook/react": "6.5.6",
|
|
70
|
+
"@svgr/core": "6.2.1",
|
|
71
|
+
"@svgr/plugin-jsx": "6.2.1",
|
|
72
|
+
"@svgr/plugin-prettier": "6.1.2",
|
|
73
|
+
"@svgr/plugin-svgo": "6.2.0",
|
|
74
|
+
"@types/react": "17.0.45",
|
|
75
|
+
"@types/react-datepicker": "4.3.4",
|
|
76
|
+
"@types/react-dom": "17.0.16",
|
|
77
|
+
"@types/tinycolor2": "1.4.3",
|
|
78
|
+
"@vitejs/plugin-react-refresh": "1.3.6",
|
|
79
|
+
"autoprefixer": "10.4.4",
|
|
80
|
+
"chalk": "5.0.1",
|
|
81
|
+
"concat": "1.0.3",
|
|
82
|
+
"cross-env": "7.0.3",
|
|
83
|
+
"cypress": "9.5.3",
|
|
84
|
+
"cypress-real-events": "1.7.0",
|
|
85
|
+
"eslint": "8.12.0",
|
|
86
|
+
"eslint-plugin-jsx-a11y": "6.5.1",
|
|
87
|
+
"esno": "0.14.1",
|
|
88
|
+
"fast-glob": "3.2.11",
|
|
89
|
+
"postcss": "8.4.12",
|
|
90
|
+
"postcss-cli": "9.1.0",
|
|
91
|
+
"postcss-import": "14.1.0",
|
|
92
|
+
"postcss-nested": "5.0.6",
|
|
93
|
+
"prettier": "2.6.2",
|
|
94
|
+
"react": "17.0.2",
|
|
95
|
+
"react-dom": "17.0.2",
|
|
96
|
+
"rimraf": "3.0.2",
|
|
97
|
+
"storybook-dark-mode": "1.1.0",
|
|
98
|
+
"tailwindcss": "3.0.23",
|
|
99
|
+
"ts-node": "10.7.0",
|
|
100
|
+
"typescript": "4.6.3",
|
|
101
|
+
"vite": "2.9.1",
|
|
102
|
+
"vite-plugin-dts": "1.0.5"
|
|
103
|
+
},
|
|
104
|
+
"dependencies": {
|
|
105
|
+
"@frontify/fondue-tokens": "^3.0.1",
|
|
106
|
+
"@popperjs/core": "^2.11.5",
|
|
107
|
+
"@react-aria/accordion": "3.0.0-alpha.6",
|
|
108
|
+
"@react-aria/aria-modal-polyfill": "^3.4.3",
|
|
109
|
+
"@react-aria/breadcrumbs": "^3.1.9",
|
|
110
|
+
"@react-aria/button": "^3.4.3",
|
|
111
|
+
"@react-aria/checkbox": "^3.3.3",
|
|
112
|
+
"@react-aria/combobox": "^3.2.5",
|
|
113
|
+
"@react-aria/dialog": "^3.1.8",
|
|
114
|
+
"@react-aria/focus": "^3.5.4",
|
|
115
|
+
"@react-aria/interactions": "^3.8.3",
|
|
116
|
+
"@react-aria/link": "^3.2.4",
|
|
117
|
+
"@react-aria/listbox": "^3.4.4",
|
|
118
|
+
"@react-aria/menu": "^3.4.3",
|
|
119
|
+
"@react-aria/overlays": "^3.8.1",
|
|
120
|
+
"@react-aria/radio": "^3.1.10",
|
|
121
|
+
"@react-aria/select": "^3.6.4",
|
|
122
|
+
"@react-aria/selection": "^3.8.1",
|
|
123
|
+
"@react-aria/table": "^3.2.4",
|
|
124
|
+
"@react-aria/tooltip": "^3.1.7",
|
|
125
|
+
"@react-aria/utils": "^3.11.3",
|
|
126
|
+
"@react-aria/visually-hidden": "^3.2.7",
|
|
127
|
+
"@react-stately/checkbox": "^3.0.6",
|
|
128
|
+
"@react-stately/collections": "^3.3.7",
|
|
129
|
+
"@react-stately/combobox": "^3.0.4",
|
|
130
|
+
"@react-stately/list": "^3.4.4",
|
|
131
|
+
"@react-stately/menu": "^3.2.6",
|
|
132
|
+
"@react-stately/overlays": "^3.1.6",
|
|
133
|
+
"@react-stately/radio": "^3.3.5",
|
|
134
|
+
"@react-stately/select": "^3.1.6",
|
|
135
|
+
"@react-stately/table": "^3.1.3",
|
|
136
|
+
"@react-stately/toggle": "^3.2.6",
|
|
137
|
+
"@react-stately/tooltip": "^3.0.8",
|
|
138
|
+
"@react-stately/tree": "^3.2.3",
|
|
139
|
+
"@storybook/addon-a11y": "^6.5.7",
|
|
140
|
+
"@udecode/plate": "^10.6.0",
|
|
141
|
+
"@xstate/immer": "^0.3.1",
|
|
142
|
+
"@xstate/react": "^1.6.3",
|
|
143
|
+
"date-fns": "^2.28.0",
|
|
144
|
+
"framer-motion": "^6.2.9",
|
|
145
|
+
"immer": "^9.0.12",
|
|
146
|
+
"react-colorful": "^5.5.1",
|
|
147
|
+
"react-datepicker": "^4.7.0",
|
|
148
|
+
"react-dnd": "^15.1.1",
|
|
149
|
+
"react-dnd-html5-backend": "^15.1.2",
|
|
150
|
+
"react-is": "^18.1.0",
|
|
151
|
+
"react-popper": "^2.2.5",
|
|
152
|
+
"slate": "^0.78.0",
|
|
153
|
+
"slate-history": "^0.66.0",
|
|
154
|
+
"slate-hyperscript": "^0.77.0",
|
|
155
|
+
"slate-react": "^0.79.0",
|
|
156
|
+
"styled-components": "^5.3.5",
|
|
157
|
+
"tinycolor2": "^1.4.2",
|
|
158
|
+
"xstate": "^4.28.1"
|
|
159
|
+
},
|
|
160
|
+
"peerDependencies": {
|
|
161
|
+
"react": "^17.0.2",
|
|
162
|
+
"react-dom": "^17.0.2"
|
|
163
|
+
}
|
|
164
|
+
}
|