@dmsi/wedgekit-react 0.0.1242 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -32
- package/dist/classNames.d.ts +41 -0
- package/dist/classNames.d.ts.map +1 -0
- package/dist/components/AccessCard.d.ts +14 -0
- package/dist/components/AccessCard.d.ts.map +1 -0
- package/dist/components/AccessCardGroup.d.ts +15 -0
- package/dist/components/AccessCardGroup.d.ts.map +1 -0
- package/dist/components/AccessChangerTabItem.d.ts +11 -0
- package/dist/components/AccessChangerTabItem.d.ts.map +1 -0
- package/dist/components/Accordion.d.ts +15 -0
- package/dist/components/Accordion.d.ts.map +1 -0
- package/dist/components/Alert.d.ts +13 -0
- package/dist/components/Alert.d.ts.map +1 -0
- package/dist/components/Breadcrumbs.d.ts +19 -0
- package/dist/components/Breadcrumbs.d.ts.map +1 -0
- package/dist/components/Button.d.ts +46 -0
- package/dist/components/Button.d.ts.map +1 -0
- package/dist/components/CalendarRange.d.ts +28 -0
- package/dist/components/CalendarRange.d.ts.map +1 -0
- package/dist/components/Caption.d.ts +15 -0
- package/dist/components/Caption.d.ts.map +1 -0
- package/dist/components/Card.d.ts +28 -0
- package/dist/components/Card.d.ts.map +1 -0
- package/dist/components/Checkbox.d.ts +12 -0
- package/dist/components/Checkbox.d.ts.map +1 -0
- package/dist/components/CompactImagesPreview.d.ts +25 -0
- package/dist/components/CompactImagesPreview.d.ts.map +1 -0
- package/dist/components/ContentTab.d.ts +12 -0
- package/dist/components/ContentTab.d.ts.map +1 -0
- package/dist/components/ContentTabs.d.ts +23 -0
- package/dist/components/ContentTabs.d.ts.map +1 -0
- package/dist/components/DMSiLogo.d.ts +2 -0
- package/dist/components/DMSiLogo.d.ts.map +1 -0
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.d.ts +8 -0
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.d.ts.map +1 -0
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.d.ts +9 -0
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.d.ts.map +1 -0
- package/dist/components/DataGrid/PinnedColumns.d.ts +26 -0
- package/dist/components/DataGrid/PinnedColumns.d.ts.map +1 -0
- package/dist/components/DataGrid/TableBody/LoadingCell.d.ts +7 -0
- package/dist/components/DataGrid/TableBody/LoadingCell.d.ts.map +1 -0
- package/dist/components/DataGrid/TableBody/TableBodyRow.d.ts +22 -0
- package/dist/components/DataGrid/TableBody/TableBodyRow.d.ts.map +1 -0
- package/dist/components/DataGrid/TableBody/index.d.ts +26 -0
- package/dist/components/DataGrid/TableBody/index.d.ts.map +1 -0
- package/dist/components/DataGrid/index.d.ts +5 -0
- package/dist/components/DataGrid/index.d.ts.map +1 -0
- package/dist/components/DataGrid/types.d.ts +74 -0
- package/dist/components/DataGrid/types.d.ts.map +1 -0
- package/dist/components/DataGrid/utils.d.ts +3 -0
- package/dist/components/DataGrid/utils.d.ts.map +1 -0
- package/dist/components/DataGridCell.d.ts +46 -0
- package/dist/components/DataGridCell.d.ts.map +1 -0
- package/dist/components/DataTable.d.ts +36 -0
- package/dist/components/DataTable.d.ts.map +1 -0
- package/dist/components/DateInput.d.ts +38 -0
- package/dist/components/DateInput.d.ts.map +1 -0
- package/dist/components/DateRangeInput.d.ts +36 -0
- package/dist/components/DateRangeInput.d.ts.map +1 -0
- package/dist/components/DebugJson.d.ts +5 -0
- package/dist/components/DebugJson.d.ts.map +1 -0
- package/dist/components/Display.d.ts +14 -0
- package/dist/components/Display.d.ts.map +1 -0
- package/dist/components/EditingContext.d.ts +14 -0
- package/dist/components/EditingContext.d.ts.map +1 -0
- package/dist/components/EmblaCarousel/ArrowButtons.d.ts +9 -0
- package/dist/components/EmblaCarousel/ArrowButtons.d.ts.map +1 -0
- package/dist/components/EmblaCarousel/SelectedSnapDisplay.d.ts +7 -0
- package/dist/components/EmblaCarousel/SelectedSnapDisplay.d.ts.map +1 -0
- package/dist/components/EmblaCarousel/index.d.ts +20 -0
- package/dist/components/EmblaCarousel/index.d.ts.map +1 -0
- package/dist/components/EmblaCarousel/usePrevNextButtons.d.ts +10 -0
- package/dist/components/EmblaCarousel/usePrevNextButtons.d.ts.map +1 -0
- package/dist/components/EmblaCarousel/useSelectedSnapDisplay.d.ts +8 -0
- package/dist/components/EmblaCarousel/useSelectedSnapDisplay.d.ts.map +1 -0
- package/dist/components/EmptyCartIcon.d.ts +2 -0
- package/dist/components/EmptyCartIcon.d.ts.map +1 -0
- package/dist/components/FilterGroup.d.ts +29 -0
- package/dist/components/FilterGroup.d.ts.map +1 -0
- package/dist/components/FullViewportBox.d.ts +6 -0
- package/dist/components/FullViewportBox.d.ts.map +1 -0
- package/dist/components/Grid.d.ts +22 -0
- package/dist/components/Grid.d.ts.map +1 -0
- package/dist/components/Heading.d.ts +15 -0
- package/dist/components/Heading.d.ts.map +1 -0
- package/dist/components/HorizontalDivider.d.ts +8 -0
- package/dist/components/HorizontalDivider.d.ts.map +1 -0
- package/dist/components/Icon.d.ts +11 -0
- package/dist/components/Icon.d.ts.map +1 -0
- package/dist/components/ImagePlaceholder.d.ts +3 -0
- package/dist/components/ImagePlaceholder.d.ts.map +1 -0
- package/dist/components/Input.d.ts +50 -0
- package/dist/components/Input.d.ts.map +1 -0
- package/dist/components/InputGroup.d.ts +12 -0
- package/dist/components/InputGroup.d.ts.map +1 -0
- package/dist/components/Label.d.ts +10 -0
- package/dist/components/Label.d.ts.map +1 -0
- package/dist/components/Link.d.ts +16 -0
- package/dist/components/Link.d.ts.map +1 -0
- package/dist/components/List.d.ts +7 -0
- package/dist/components/List.d.ts.map +1 -0
- package/dist/components/ListGroup.d.ts +26 -0
- package/dist/components/ListGroup.d.ts.map +1 -0
- package/dist/components/LiveChatComponent.d.ts +17 -0
- package/dist/components/LiveChatComponent.d.ts.map +1 -0
- package/dist/components/LoadingScrim.d.ts +14 -0
- package/dist/components/LoadingScrim.d.ts.map +1 -0
- package/dist/components/LogoAgilityTopBar.d.ts +2 -0
- package/dist/components/LogoAgilityTopBar.d.ts.map +1 -0
- package/dist/components/LogoDMSiTopBar.d.ts +2 -0
- package/dist/components/LogoDMSiTopBar.d.ts.map +1 -0
- package/dist/components/LogoMillworkTopBar.d.ts +2 -0
- package/dist/components/LogoMillworkTopBar.d.ts.map +1 -0
- package/dist/components/MainBar.d.ts +14 -0
- package/dist/components/MainBar.d.ts.map +1 -0
- package/dist/components/MaxViewportBox.d.ts +6 -0
- package/dist/components/MaxViewportBox.d.ts.map +1 -0
- package/dist/components/Menu.d.ts +23 -0
- package/dist/components/Menu.d.ts.map +1 -0
- package/dist/components/MenuOption.d.ts +65 -0
- package/dist/components/MenuOption.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/ColumnList.d.ts +13 -0
- package/dist/components/MobileDataGrid/ColumnList.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/ColumnSelector/index.d.ts +2 -0
- package/dist/components/MobileDataGrid/ColumnSelector/index.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/GridContextProvider/GridContext.d.ts +24 -0
- package/dist/components/MobileDataGrid/GridContextProvider/GridContext.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/GridContextProvider/index.d.ts +15 -0
- package/dist/components/MobileDataGrid/GridContextProvider/index.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/GridContextProvider/useGridContext.d.ts +3 -0
- package/dist/components/MobileDataGrid/GridContextProvider/useGridContext.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.d.ts +6 -0
- package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/MobileDataGridCard/index.d.ts +10 -0
- package/dist/components/MobileDataGrid/MobileDataGridCard/index.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/MobileDataGridHeader.d.ts +7 -0
- package/dist/components/MobileDataGrid/MobileDataGridHeader.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.d.ts +2 -0
- package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.d.ts +2 -0
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/dataGridReducer.d.ts +21 -0
- package/dist/components/MobileDataGrid/dataGridReducer.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/index.d.ts +26 -0
- package/dist/components/MobileDataGrid/index.d.ts.map +1 -0
- package/dist/components/MobileDataGrid/types.d.ts +4 -0
- package/dist/components/MobileDataGrid/types.d.ts.map +1 -0
- package/dist/components/MobileNavMenu.d.ts +36 -0
- package/dist/components/MobileNavMenu.d.ts.map +1 -0
- package/dist/components/Modal.d.ts +30 -0
- package/dist/components/Modal.d.ts.map +1 -0
- package/dist/components/ModalButtons.d.ts +13 -0
- package/dist/components/ModalButtons.d.ts.map +1 -0
- package/dist/components/ModalContent.d.ts +7 -0
- package/dist/components/ModalContent.d.ts.map +1 -0
- package/dist/components/ModalHeader.d.ts +17 -0
- package/dist/components/ModalHeader.d.ts.map +1 -0
- package/dist/components/ModalScrim.d.ts +13 -0
- package/dist/components/ModalScrim.d.ts.map +1 -0
- package/dist/components/NavigationTab.d.ts +13 -0
- package/dist/components/NavigationTab.d.ts.map +1 -0
- package/dist/components/NavigationTabs.d.ts +18 -0
- package/dist/components/NavigationTabs.d.ts.map +1 -0
- package/dist/components/NestedMenu.d.ts +35 -0
- package/dist/components/NestedMenu.d.ts.map +1 -0
- package/dist/components/Notification.d.ts +17 -0
- package/dist/components/Notification.d.ts.map +1 -0
- package/dist/components/OptionPill.d.ts +14 -0
- package/dist/components/OptionPill.d.ts.map +1 -0
- package/dist/components/OrderCheckIcon.d.ts +5 -0
- package/dist/components/OrderCheckIcon.d.ts.map +1 -0
- package/dist/components/PDFViewer/DownloadIcon.d.ts +7 -0
- package/dist/components/PDFViewer/DownloadIcon.d.ts.map +1 -0
- package/dist/components/PDFViewer/PDFElement.d.ts +7 -0
- package/dist/components/PDFViewer/PDFElement.d.ts.map +1 -0
- package/dist/components/PDFViewer/PDFNavigation.d.ts +12 -0
- package/dist/components/PDFViewer/PDFNavigation.d.ts.map +1 -0
- package/dist/components/PDFViewer/PDFPage.d.ts +7 -0
- package/dist/components/PDFViewer/PDFPage.d.ts.map +1 -0
- package/dist/components/PDFViewer/index.d.ts +20 -0
- package/dist/components/PDFViewer/index.d.ts.map +1 -0
- package/dist/components/Pagination.d.ts +14 -0
- package/dist/components/Pagination.d.ts.map +1 -0
- package/dist/components/Paragraph.d.ts +10 -0
- package/dist/components/Paragraph.d.ts.map +1 -0
- package/dist/components/Password.d.ts +4 -0
- package/dist/components/Password.d.ts.map +1 -0
- package/dist/components/ProductImagePreview/CarouselPagination.d.ts +9 -0
- package/dist/components/ProductImagePreview/CarouselPagination.d.ts.map +1 -0
- package/dist/components/ProductImagePreview/MobileImageCarousel.d.ts +11 -0
- package/dist/components/ProductImagePreview/MobileImageCarousel.d.ts.map +1 -0
- package/dist/components/ProductImagePreview/ProductPrimaryImage.d.ts +22 -0
- package/dist/components/ProductImagePreview/ProductPrimaryImage.d.ts.map +1 -0
- package/dist/components/ProductImagePreview/Thumbnail.d.ts +11 -0
- package/dist/components/ProductImagePreview/Thumbnail.d.ts.map +1 -0
- package/dist/components/ProductImagePreview/ZoomWindow.d.ts +22 -0
- package/dist/components/ProductImagePreview/ZoomWindow.d.ts.map +1 -0
- package/dist/components/ProductImagePreview/index.d.ts +23 -0
- package/dist/components/ProductImagePreview/index.d.ts.map +1 -0
- package/dist/components/ProductImagePreview/useProductImagePreview.d.ts +42 -0
- package/dist/components/ProductImagePreview/useProductImagePreview.d.ts.map +1 -0
- package/dist/components/ProjectBar.d.ts +12 -0
- package/dist/components/ProjectBar.d.ts.map +1 -0
- package/dist/components/Radio.d.ts +10 -0
- package/dist/components/Radio.d.ts.map +1 -0
- package/dist/components/Search.d.ts +20 -0
- package/dist/components/Search.d.ts.map +1 -0
- package/dist/components/SearchResultImage/index.d.ts +9 -0
- package/dist/components/SearchResultImage/index.d.ts.map +1 -0
- package/dist/components/Select.d.ts +22 -0
- package/dist/components/Select.d.ts.map +1 -0
- package/dist/components/SideMenu.d.ts +9 -0
- package/dist/components/SideMenu.d.ts.map +1 -0
- package/dist/components/SideMenuGroup.d.ts +11 -0
- package/dist/components/SideMenuGroup.d.ts.map +1 -0
- package/dist/components/SideMenuItem.d.ts +15 -0
- package/dist/components/SideMenuItem.d.ts.map +1 -0
- package/dist/components/SimpleTable.d.ts +11 -0
- package/dist/components/SimpleTable.d.ts.map +1 -0
- package/dist/components/SkeletonParagraph.d.ts +16 -0
- package/dist/components/SkeletonParagraph.d.ts.map +1 -0
- package/dist/components/Spinner.d.ts +7 -0
- package/dist/components/Spinner.d.ts.map +1 -0
- package/dist/components/Stack.d.ts +64 -0
- package/dist/components/Stack.d.ts.map +1 -0
- package/dist/components/StatusPill.d.ts +10 -0
- package/dist/components/StatusPill.d.ts.map +1 -0
- package/dist/components/Stepper.d.ts +26 -0
- package/dist/components/Stepper.d.ts.map +1 -0
- package/dist/components/Subheader.d.ts +10 -0
- package/dist/components/Subheader.d.ts.map +1 -0
- package/dist/components/Surface.d.ts +9 -0
- package/dist/components/Surface.d.ts.map +1 -0
- package/dist/components/Swatch.d.ts +13 -0
- package/dist/components/Swatch.d.ts.map +1 -0
- package/dist/components/Textarea.d.ts +12 -0
- package/dist/components/Textarea.d.ts.map +1 -0
- package/dist/components/Theme.d.ts +8 -0
- package/dist/components/Theme.d.ts.map +1 -0
- package/dist/components/Time.d.ts +13 -0
- package/dist/components/Time.d.ts.map +1 -0
- package/dist/components/Toast.d.ts +20 -0
- package/dist/components/Toast.d.ts.map +1 -0
- package/dist/components/Tooltip.d.ts +13 -0
- package/dist/components/Tooltip.d.ts.map +1 -0
- package/dist/components/TopBar.d.ts +20 -0
- package/dist/components/TopBar.d.ts.map +1 -0
- package/dist/components/Upload.d.ts +10 -0
- package/dist/components/Upload.d.ts.map +1 -0
- package/dist/components/WorldpayIframe.d.ts +5 -0
- package/dist/components/WorldpayIframe.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +9 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useEditCell.d.ts +9 -0
- package/dist/hooks/useEditCell.d.ts.map +1 -0
- package/dist/hooks/useInfiniteScroll.d.ts +9 -0
- package/dist/hooks/useInfiniteScroll.d.ts.map +1 -0
- package/dist/hooks/useKeydown.d.ts +4 -0
- package/dist/hooks/useKeydown.d.ts.map +1 -0
- package/dist/hooks/useMatchesMedia.d.ts +3 -0
- package/dist/hooks/useMatchesMedia.d.ts.map +1 -0
- package/dist/hooks/useMenuSystem.d.ts +44 -0
- package/dist/hooks/useMenuSystem.d.ts.map +1 -0
- package/dist/hooks/useMounted.d.ts +2 -0
- package/dist/hooks/useMounted.d.ts.map +1 -0
- package/dist/hooks/useTableLayout/computeColumns.d.ts +49 -0
- package/dist/hooks/useTableLayout/computeColumns.d.ts.map +1 -0
- package/dist/hooks/useTableLayout/index.d.ts +3 -0
- package/dist/hooks/useTableLayout/index.d.ts.map +1 -0
- package/dist/hooks/useTableLayout/storage.d.ts +41 -0
- package/dist/hooks/useTableLayout/storage.d.ts.map +1 -0
- package/dist/hooks/useTableLayout/types.d.ts +56 -0
- package/dist/hooks/useTableLayout/types.d.ts.map +1 -0
- package/dist/hooks/useTableLayout/useTableLayout.d.ts +23 -0
- package/dist/hooks/useTableLayout/useTableLayout.d.ts.map +1 -0
- package/dist/index.d.ts +94 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +52855 -0
- package/dist/lib/design-system.d.ts +3 -0
- package/dist/lib/design-system.d.ts.map +1 -0
- package/dist/pdf-l6QfMa5e.js +17649 -0
- package/dist/styles.css +1 -0
- package/dist/types.d.ts +33 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/utils/date-patch-dashes.d.ts +17 -0
- package/dist/utils/date-patch-dashes.d.ts.map +1 -0
- package/dist/utils/date.d.ts +60 -0
- package/dist/utils/date.d.ts.map +1 -0
- package/dist/utils/formatting.d.ts +36 -0
- package/dist/utils/formatting.d.ts.map +1 -0
- package/dist/utils/index.d.ts +6 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/mergeObjectArrays.d.ts +12 -0
- package/dist/utils/mergeObjectArrays.d.ts.map +1 -0
- package/dist/utils.d.ts +3 -0
- package/dist/utils.d.ts.map +1 -0
- package/package.json +17 -83
- package/dist/chunk-3JUIYULW.js +0 -231
- package/dist/chunk-3PIDINTF.js +0 -52
- package/dist/chunk-3UPUZBP5.js +0 -149
- package/dist/chunk-4RJKB7LC.js +0 -14
- package/dist/chunk-4UGMSWWA.js +0 -57
- package/dist/chunk-5IFPG6TS.js +0 -17
- package/dist/chunk-5N32SQ3R.js +0 -99
- package/dist/chunk-5UH6QUFB.js +0 -38
- package/dist/chunk-5UPADXVU.js +0 -2376
- package/dist/chunk-6YUQCRMX.js +0 -32
- package/dist/chunk-75USUR3I.js +0 -27
- package/dist/chunk-7IPESTQS.js +0 -93
- package/dist/chunk-7MBRCM3M.js +0 -66
- package/dist/chunk-7WDYXRMW.js +0 -110
- package/dist/chunk-7YA3TF73.js +0 -32
- package/dist/chunk-7Z3WINQ3.js +0 -59
- package/dist/chunk-7ZJIGTFN.js +0 -78
- package/dist/chunk-AJ5M6MVX.js +0 -7
- package/dist/chunk-AT4AWD6B.js +0 -44
- package/dist/chunk-BQNPOGD5.js +0 -105
- package/dist/chunk-BWPNXY7T.js +0 -78
- package/dist/chunk-CIYLALYO.js +0 -72
- package/dist/chunk-DNNX5EYX.js +0 -274
- package/dist/chunk-E3FOCECQ.js +0 -61
- package/dist/chunk-E7LGUC2B.js +0 -35
- package/dist/chunk-EA6Y4HXQ.js +0 -112
- package/dist/chunk-EWGHVZL5.js +0 -27
- package/dist/chunk-F4VE3THQ.js +0 -71
- package/dist/chunk-FXXRXLOL.js +0 -329
- package/dist/chunk-G242RHWI.js +0 -139
- package/dist/chunk-GOGNV5TF.js +0 -68
- package/dist/chunk-GYT5CL7R.js +0 -159
- package/dist/chunk-I3W5K76C.js +0 -142
- package/dist/chunk-J3HNYUSG.js +0 -34
- package/dist/chunk-J4IMVWT5.js +0 -183
- package/dist/chunk-K6RPFIMB.js +0 -77
- package/dist/chunk-KBIEWFQS.js +0 -27
- package/dist/chunk-KESCXOG3.js +0 -82
- package/dist/chunk-MAEVKATN.js +0 -110
- package/dist/chunk-MBZ55T2D.js +0 -51
- package/dist/chunk-MOBFZ672.js +0 -134
- package/dist/chunk-MVDGHWKO.js +0 -238
- package/dist/chunk-NAWP246H.js +0 -65
- package/dist/chunk-NKUETCDA.js +0 -44
- package/dist/chunk-NSZTJ5R4.js +0 -38
- package/dist/chunk-NT26ZKSI.js +0 -82
- package/dist/chunk-NW75QACN.js +0 -91
- package/dist/chunk-OG2PGA3X.js +0 -154
- package/dist/chunk-OM7QLLI2.js +0 -277
- package/dist/chunk-ORMEWXMH.js +0 -37
- package/dist/chunk-PABII472.js +0 -579
- package/dist/chunk-PBJ2MEHM.js +0 -483
- package/dist/chunk-PE3EZP56.js +0 -373
- package/dist/chunk-QBIEU25R.js +0 -61
- package/dist/chunk-QG6NWMGA.js +0 -138
- package/dist/chunk-QVWYTQKL.js +0 -29
- package/dist/chunk-SATCWGO7.js +0 -166
- package/dist/chunk-SBRRNFOP.js +0 -33
- package/dist/chunk-SJZNVG4N.js +0 -47
- package/dist/chunk-TBZ243DS.js +0 -173
- package/dist/chunk-UARCWLMD.js +0 -66
- package/dist/chunk-UFX5XIJL.js +0 -178
- package/dist/chunk-UZHBKSXJ.js +0 -87
- package/dist/chunk-VEEZ7VRJ.js +0 -137
- package/dist/chunk-VJVY6NPF.js +0 -32
- package/dist/chunk-VUKYIERA.js +0 -89
- package/dist/chunk-VXWSAIB5.js +0 -26
- package/dist/chunk-W5NXOJ4L.js +0 -104
- package/dist/chunk-WVGXD7HT.js +0 -19
- package/dist/chunk-WVUIIBRR.js +0 -51
- package/dist/chunk-X4OKKRN5.js +0 -140
- package/dist/chunk-X7BKBBIH.js +0 -114
- package/dist/chunk-XB2S2QMB.js +0 -67
- package/dist/chunk-Y5GD2FJA.js +0 -32
- package/dist/chunk-YKEPPS2I.js +0 -192
- package/dist/chunk-YULGJORA.js +0 -259
- package/dist/chunk-Z2HPSFEQ.js +0 -14
- package/dist/chunk-Z5YP2GI6.js +0 -142
- package/dist/chunk-ZRFXUER3.js +0 -468
- package/dist/components/AccessCard.cjs +0 -661
- package/dist/components/AccessCard.js +0 -13
- package/dist/components/AccessCardGroup.cjs +0 -365
- package/dist/components/AccessCardGroup.js +0 -11
- package/dist/components/AccessChangerTabItem.cjs +0 -352
- package/dist/components/AccessChangerTabItem.js +0 -75
- package/dist/components/Accordion.cjs +0 -680
- package/dist/components/Accordion.js +0 -13
- package/dist/components/Alert.cjs +0 -850
- package/dist/components/Alert.js +0 -14
- package/dist/components/Breadcrumbs.cjs +0 -456
- package/dist/components/Breadcrumbs.js +0 -125
- package/dist/components/Button.cjs +0 -401
- package/dist/components/Button.js +0 -9
- package/dist/components/CalendarRange.cjs +0 -6569
- package/dist/components/CalendarRange.css +0 -5546
- package/dist/components/CalendarRange.js +0 -78
- package/dist/components/Caption.cjs +0 -365
- package/dist/components/Caption.js +0 -9
- package/dist/components/Card.cjs +0 -128
- package/dist/components/Card.js +0 -7
- package/dist/components/Checkbox.cjs +0 -421
- package/dist/components/Checkbox.js +0 -11
- package/dist/components/CompactImagesPreview.cjs +0 -604
- package/dist/components/CompactImagesPreview.js +0 -14
- package/dist/components/ContentTab.cjs +0 -483
- package/dist/components/ContentTab.js +0 -11
- package/dist/components/ContentTabs.cjs +0 -599
- package/dist/components/ContentTabs.js +0 -125
- package/dist/components/DMSiLogo.cjs +0 -97
- package/dist/components/DMSiLogo.js +0 -60
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +0 -6558
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +0 -5546
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +0 -74
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +0 -6558
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +0 -5546
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +0 -74
- package/dist/components/DataGrid/PinnedColumns.cjs +0 -6558
- package/dist/components/DataGrid/PinnedColumns.css +0 -5546
- package/dist/components/DataGrid/PinnedColumns.js +0 -74
- package/dist/components/DataGrid/TableBody/LoadingCell.cjs +0 -6560
- package/dist/components/DataGrid/TableBody/LoadingCell.css +0 -5546
- package/dist/components/DataGrid/TableBody/LoadingCell.js +0 -74
- package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +0 -6560
- package/dist/components/DataGrid/TableBody/TableBodyRow.css +0 -5546
- package/dist/components/DataGrid/TableBody/TableBodyRow.js +0 -74
- package/dist/components/DataGrid/TableBody/index.cjs +0 -6560
- package/dist/components/DataGrid/TableBody/index.css +0 -5546
- package/dist/components/DataGrid/TableBody/index.js +0 -74
- package/dist/components/DataGrid/index.cjs +0 -6563
- package/dist/components/DataGrid/index.css +0 -5546
- package/dist/components/DataGrid/index.js +0 -77
- package/dist/components/DataGrid/utils.cjs +0 -6558
- package/dist/components/DataGrid/utils.css +0 -5546
- package/dist/components/DataGrid/utils.js +0 -74
- package/dist/components/DataGridCell.cjs +0 -2531
- package/dist/components/DataGridCell.js +0 -30
- package/dist/components/DataTable.cjs +0 -847
- package/dist/components/DataTable.js +0 -775
- package/dist/components/DateInput.cjs +0 -6560
- package/dist/components/DateInput.css +0 -5546
- package/dist/components/DateInput.js +0 -74
- package/dist/components/DateRangeInput.cjs +0 -7151
- package/dist/components/DateRangeInput.css +0 -5546
- package/dist/components/DateRangeInput.js +0 -652
- package/dist/components/DebugJson.cjs +0 -58
- package/dist/components/DebugJson.js +0 -35
- package/dist/components/Display.cjs +0 -263
- package/dist/components/Display.js +0 -12
- package/dist/components/EditingContext.cjs +0 -86
- package/dist/components/EditingContext.js +0 -12
- package/dist/components/EmblaCarousel/ArrowButtons.cjs +0 -151
- package/dist/components/EmblaCarousel/ArrowButtons.js +0 -9
- package/dist/components/EmblaCarousel/SelectedSnapDisplay.cjs +0 -38
- package/dist/components/EmblaCarousel/SelectedSnapDisplay.js +0 -7
- package/dist/components/EmblaCarousel/index.cjs +0 -420
- package/dist/components/EmblaCarousel/index.js +0 -12
- package/dist/components/EmptyCartIcon.cjs +0 -51
- package/dist/components/EmptyCartIcon.js +0 -7
- package/dist/components/FilterGroup.cjs +0 -1801
- package/dist/components/FilterGroup.js +0 -267
- package/dist/components/FooterBar.cjs +0 -64
- package/dist/components/FooterBar.js +0 -31
- package/dist/components/FullViewportBox.cjs +0 -60
- package/dist/components/FullViewportBox.js +0 -27
- package/dist/components/Grid.cjs +0 -135
- package/dist/components/Grid.js +0 -7
- package/dist/components/Heading.cjs +0 -267
- package/dist/components/Heading.js +0 -14
- package/dist/components/HorizontalDivider.cjs +0 -82
- package/dist/components/HorizontalDivider.js +0 -26
- package/dist/components/Icon.cjs +0 -101
- package/dist/components/Icon.js +0 -7
- package/dist/components/ImagePlaceholder.cjs +0 -65
- package/dist/components/ImagePlaceholder.js +0 -7
- package/dist/components/Input.cjs +0 -923
- package/dist/components/Input.js +0 -23
- package/dist/components/InputGroup.cjs +0 -307
- package/dist/components/InputGroup.js +0 -68
- package/dist/components/Label.cjs +0 -252
- package/dist/components/Label.js +0 -8
- package/dist/components/Link.cjs +0 -304
- package/dist/components/Link.js +0 -8
- package/dist/components/List.cjs +0 -39
- package/dist/components/List.js +0 -16
- package/dist/components/ListGroup.cjs +0 -568
- package/dist/components/ListGroup.js +0 -11
- package/dist/components/LiveChatComponent.cjs +0 -63
- package/dist/components/LiveChatComponent.js +0 -40
- package/dist/components/LoadingScrim.cjs +0 -90
- package/dist/components/LoadingScrim.js +0 -28
- package/dist/components/LogoAgilityTopBar.cjs +0 -133
- package/dist/components/LogoAgilityTopBar.js +0 -96
- package/dist/components/LogoDMSiTopBar.cjs +0 -97
- package/dist/components/LogoDMSiTopBar.js +0 -7
- package/dist/components/LogoMillworkTopBar.cjs +0 -239
- package/dist/components/LogoMillworkTopBar.js +0 -202
- package/dist/components/MainBar.cjs +0 -234
- package/dist/components/MainBar.js +0 -66
- package/dist/components/MaxViewportBox.cjs +0 -45
- package/dist/components/MaxViewportBox.js +0 -22
- package/dist/components/Menu.cjs +0 -505
- package/dist/components/Menu.js +0 -14
- package/dist/components/MenuOption.cjs +0 -695
- package/dist/components/MenuOption.js +0 -18
- package/dist/components/MobileDataGrid/ColumnList.cjs +0 -991
- package/dist/components/MobileDataGrid/ColumnList.css +0 -5546
- package/dist/components/MobileDataGrid/ColumnList.js +0 -20
- package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +0 -6668
- package/dist/components/MobileDataGrid/ColumnSelector/index.css +0 -5546
- package/dist/components/MobileDataGrid/ColumnSelector/index.js +0 -74
- package/dist/components/MobileDataGrid/GridContextProvider/GridContext.cjs +0 -31
- package/dist/components/MobileDataGrid/GridContextProvider/GridContext.js +0 -7
- package/dist/components/MobileDataGrid/GridContextProvider/index.cjs +0 -186
- package/dist/components/MobileDataGrid/GridContextProvider/index.js +0 -8
- package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.cjs +0 -333
- package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.js +0 -12
- package/dist/components/MobileDataGrid/MobileDataGridCard/index.cjs +0 -907
- package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +0 -19
- package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +0 -6978
- package/dist/components/MobileDataGrid/MobileDataGridHeader.css +0 -5546
- package/dist/components/MobileDataGrid/MobileDataGridHeader.js +0 -74
- package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.cjs +0 -620
- package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +0 -16
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +0 -1457
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +0 -29
- package/dist/components/MobileDataGrid/index.cjs +0 -7489
- package/dist/components/MobileDataGrid/index.css +0 -5546
- package/dist/components/MobileDataGrid/index.js +0 -74
- package/dist/components/Modal.cjs +0 -995
- package/dist/components/Modal.js +0 -23
- package/dist/components/ModalButtons.cjs +0 -491
- package/dist/components/ModalButtons.js +0 -11
- package/dist/components/ModalContent.cjs +0 -204
- package/dist/components/ModalContent.js +0 -8
- package/dist/components/ModalHeader.cjs +0 -563
- package/dist/components/ModalHeader.js +0 -12
- package/dist/components/ModalScrim.cjs +0 -69
- package/dist/components/ModalScrim.js +0 -7
- package/dist/components/NavigationTab.cjs +0 -522
- package/dist/components/NavigationTab.js +0 -11
- package/dist/components/NavigationTabs.cjs +0 -572
- package/dist/components/NavigationTabs.js +0 -61
- package/dist/components/NestedMenu.cjs +0 -1275
- package/dist/components/NestedMenu.js +0 -164
- package/dist/components/Notification.cjs +0 -871
- package/dist/components/Notification.js +0 -126
- package/dist/components/OptionPill.cjs +0 -597
- package/dist/components/OptionPill.js +0 -12
- package/dist/components/OrderCheckIcon.cjs +0 -85
- package/dist/components/OrderCheckIcon.js +0 -7
- package/dist/components/PDFViewer/DownloadIcon.cjs +0 -618
- package/dist/components/PDFViewer/DownloadIcon.js +0 -17
- package/dist/components/PDFViewer/PDFElement.cjs +0 -571
- package/dist/components/PDFViewer/PDFElement.js +0 -11
- package/dist/components/PDFViewer/PDFNavigation.cjs +0 -828
- package/dist/components/PDFViewer/PDFNavigation.js +0 -14
- package/dist/components/PDFViewer/PDFPage.cjs +0 -56
- package/dist/components/PDFViewer/PDFPage.js +0 -7
- package/dist/components/PDFViewer/index.cjs +0 -1941
- package/dist/components/PDFViewer/index.js +0 -182
- package/dist/components/Pagination.cjs +0 -436
- package/dist/components/Pagination.js +0 -10
- package/dist/components/Paragraph.cjs +0 -261
- package/dist/components/Paragraph.js +0 -8
- package/dist/components/Password.cjs +0 -1123
- package/dist/components/Password.js +0 -75
- package/dist/components/ProductImagePreview/CarouselPagination.cjs +0 -75
- package/dist/components/ProductImagePreview/CarouselPagination.js +0 -7
- package/dist/components/ProductImagePreview/MobileImageCarousel.cjs +0 -216
- package/dist/components/ProductImagePreview/MobileImageCarousel.js +0 -7
- package/dist/components/ProductImagePreview/ProductPrimaryImage.cjs +0 -214
- package/dist/components/ProductImagePreview/ProductPrimaryImage.js +0 -7
- package/dist/components/ProductImagePreview/Thumbnail.cjs +0 -112
- package/dist/components/ProductImagePreview/Thumbnail.js +0 -8
- package/dist/components/ProductImagePreview/ZoomWindow.cjs +0 -198
- package/dist/components/ProductImagePreview/ZoomWindow.js +0 -8
- package/dist/components/ProductImagePreview/index.cjs +0 -1447
- package/dist/components/ProductImagePreview/index.js +0 -22
- package/dist/components/ProjectBar.cjs +0 -279
- package/dist/components/ProjectBar.js +0 -71
- package/dist/components/Radio.cjs +0 -386
- package/dist/components/Radio.js +0 -10
- package/dist/components/Search.cjs +0 -1033
- package/dist/components/Search.js +0 -14
- package/dist/components/SearchResultImage/index.cjs +0 -92
- package/dist/components/SearchResultImage/index.js +0 -8
- package/dist/components/Select.cjs +0 -1012
- package/dist/components/Select.js +0 -14
- package/dist/components/SideMenu.cjs +0 -61
- package/dist/components/SideMenu.js +0 -28
- package/dist/components/SideMenuGroup.cjs +0 -593
- package/dist/components/SideMenuGroup.js +0 -97
- package/dist/components/SideMenuItem.cjs +0 -568
- package/dist/components/SideMenuItem.js +0 -95
- package/dist/components/SimpleTable.cjs +0 -547
- package/dist/components/SimpleTable.js +0 -10
- package/dist/components/SkeletonParagraph.cjs +0 -51
- package/dist/components/SkeletonParagraph.js +0 -7
- package/dist/components/Spinner.cjs +0 -57
- package/dist/components/Spinner.js +0 -7
- package/dist/components/Stack.cjs +0 -434
- package/dist/components/Stack.js +0 -8
- package/dist/components/StatusPill.cjs +0 -303
- package/dist/components/StatusPill.js +0 -64
- package/dist/components/Stepper.cjs +0 -1478
- package/dist/components/Stepper.js +0 -239
- package/dist/components/Subheader.cjs +0 -255
- package/dist/components/Subheader.js +0 -8
- package/dist/components/Surface.cjs +0 -101
- package/dist/components/Surface.js +0 -7
- package/dist/components/Swatch.cjs +0 -2089
- package/dist/components/Swatch.js +0 -1513
- package/dist/components/Textarea.cjs +0 -330
- package/dist/components/Textarea.js +0 -136
- package/dist/components/Theme.cjs +0 -51
- package/dist/components/Theme.js +0 -7
- package/dist/components/Time.cjs +0 -1511
- package/dist/components/Time.js +0 -373
- package/dist/components/Toast.cjs +0 -764
- package/dist/components/Toast.js +0 -243
- package/dist/components/Tooltip.cjs +0 -337
- package/dist/components/Tooltip.js +0 -14
- package/dist/components/TopBar.cjs +0 -392
- package/dist/components/TopBar.js +0 -148
- package/dist/components/Upload.cjs +0 -823
- package/dist/components/Upload.js +0 -132
- package/dist/components/WorldpayIframe.cjs +0 -45
- package/dist/components/WorldpayIframe.js +0 -22
- package/dist/components/index.cjs +0 -9454
- package/dist/components/index.css +0 -5546
- package/dist/components/index.js +0 -174
- package/dist/components/useMenuSystem.cjs +0 -442
- package/dist/components/useMenuSystem.js +0 -15
- package/dist/components/useMounted.cjs +0 -39
- package/dist/components/useMounted.js +0 -8
- package/dist/fonts.css +0 -21
- package/dist/hooks/index.cjs +0 -523
- package/dist/hooks/index.js +0 -22
- package/dist/icons-light[FILL]-PPZXOLWS.woff2 +0 -0
- package/dist/icons-normal[FILL]-PPZXOLWS.woff2 +0 -0
- package/dist/index.css +0 -5524
- package/dist/open-sans-55T6A4JE.woff2 +0 -0
- package/dist/types.cjs +0 -18
- package/dist/types.js +0 -0
- package/dist/utils/index.cjs +0 -264
- package/dist/utils/index.js +0 -43
|
@@ -1,1513 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Display1
|
|
3
|
-
} from "../chunk-NAWP246H.js";
|
|
4
|
-
import {
|
|
5
|
-
Heading2,
|
|
6
|
-
Heading3
|
|
7
|
-
} from "../chunk-GOGNV5TF.js";
|
|
8
|
-
import {
|
|
9
|
-
Stack
|
|
10
|
-
} from "../chunk-MVDGHWKO.js";
|
|
11
|
-
import {
|
|
12
|
-
Paragraph
|
|
13
|
-
} from "../chunk-7MBRCM3M.js";
|
|
14
|
-
import {
|
|
15
|
-
typography
|
|
16
|
-
} from "../chunk-SATCWGO7.js";
|
|
17
|
-
import "../chunk-ORMEWXMH.js";
|
|
18
|
-
|
|
19
|
-
// src/components/Swatch.tsx
|
|
20
|
-
import clsx from "clsx";
|
|
21
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
22
|
-
var Swatch = ({ className, colorName, colorHex, id }) => {
|
|
23
|
-
return /* @__PURE__ */ jsxs("div", { id, className: "flex flex-col gap-desktop-layout-padding", children: [
|
|
24
|
-
/* @__PURE__ */ jsx(
|
|
25
|
-
"div",
|
|
26
|
-
{
|
|
27
|
-
className: `w-25 h-18 rounded-xl border border-solid border-border-primary-normal ${className}`
|
|
28
|
-
}
|
|
29
|
-
),
|
|
30
|
-
/* @__PURE__ */ jsxs("div", { className: "w-full flex flex-col text-center text-label gap-desktop-component-gap", children: [
|
|
31
|
-
/* @__PURE__ */ jsx("span", { className: clsx(typography.paragraph), children: colorName }),
|
|
32
|
-
/* @__PURE__ */ jsx(
|
|
33
|
-
"span",
|
|
34
|
-
{
|
|
35
|
-
className: clsx(
|
|
36
|
-
typography.caption,
|
|
37
|
-
"text-text-secondary-normal uppercase"
|
|
38
|
-
),
|
|
39
|
-
children: colorHex
|
|
40
|
-
}
|
|
41
|
-
)
|
|
42
|
-
] })
|
|
43
|
-
] });
|
|
44
|
-
};
|
|
45
|
-
var Swatches = ({ id }) => {
|
|
46
|
-
return /* @__PURE__ */ jsxs(
|
|
47
|
-
Stack,
|
|
48
|
-
{
|
|
49
|
-
id,
|
|
50
|
-
elevation: 0,
|
|
51
|
-
items: "start",
|
|
52
|
-
justify: "start",
|
|
53
|
-
sizing: "container",
|
|
54
|
-
children: [
|
|
55
|
-
/* @__PURE__ */ jsx(Display1, { id: id ? `${id}-primitives-title` : void 0, children: "Color Primitives" }),
|
|
56
|
-
/* @__PURE__ */ jsx(Display1, { id: id ? `${id}-branded-title` : void 0, children: "Branded Colors" }),
|
|
57
|
-
/* @__PURE__ */ jsx(Paragraph, { id: id ? `${id}-branded-description` : void 0, children: "As different customers with their own brands become more integrated with the Millwork eCatalog, we want to be able to offer some customization of the UI to align with their branding. There can be different palettes swapped out depending on brand, but these are the color variables that get defined by a specific hex value and may use seperate light and dark palettes." }),
|
|
58
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-brand-heading` : void 0, children: "Brand" }),
|
|
59
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
60
|
-
/* @__PURE__ */ jsx(
|
|
61
|
-
Swatch,
|
|
62
|
-
{
|
|
63
|
-
id: id ? `${id}-brand-500` : void 0,
|
|
64
|
-
className: "bg-brand-500",
|
|
65
|
-
colorName: "Brand-500",
|
|
66
|
-
colorHex: "#9e3004"
|
|
67
|
-
}
|
|
68
|
-
),
|
|
69
|
-
/* @__PURE__ */ jsx(
|
|
70
|
-
Swatch,
|
|
71
|
-
{
|
|
72
|
-
id: id ? `${id}-brand-400` : void 0,
|
|
73
|
-
className: "bg-brand-400",
|
|
74
|
-
colorName: "Brand-400",
|
|
75
|
-
colorHex: "#df4405"
|
|
76
|
-
}
|
|
77
|
-
),
|
|
78
|
-
/* @__PURE__ */ jsx(
|
|
79
|
-
Swatch,
|
|
80
|
-
{
|
|
81
|
-
id: id ? `${id}-brand-300` : void 0,
|
|
82
|
-
className: "bg-brand-300",
|
|
83
|
-
colorName: "Brand-300",
|
|
84
|
-
colorHex: "#e56937"
|
|
85
|
-
}
|
|
86
|
-
),
|
|
87
|
-
/* @__PURE__ */ jsx(
|
|
88
|
-
Swatch,
|
|
89
|
-
{
|
|
90
|
-
id: id ? `${id}-brand-200` : void 0,
|
|
91
|
-
className: "bg-brand-200",
|
|
92
|
-
colorName: "Brand-200",
|
|
93
|
-
colorHex: "#f0a98c"
|
|
94
|
-
}
|
|
95
|
-
),
|
|
96
|
-
/* @__PURE__ */ jsx(
|
|
97
|
-
Swatch,
|
|
98
|
-
{
|
|
99
|
-
id: id ? `${id}-brand-100` : void 0,
|
|
100
|
-
className: "bg-brand-100",
|
|
101
|
-
colorName: "Brand-100",
|
|
102
|
-
colorHex: "#fcece6"
|
|
103
|
-
}
|
|
104
|
-
)
|
|
105
|
-
] }),
|
|
106
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-action-heading` : void 0, children: "Action" }),
|
|
107
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
108
|
-
/* @__PURE__ */ jsx(
|
|
109
|
-
Swatch,
|
|
110
|
-
{
|
|
111
|
-
id: id ? `${id}-action-500` : void 0,
|
|
112
|
-
className: "bg-action-500",
|
|
113
|
-
colorName: "Action-500",
|
|
114
|
-
colorHex: "#00365a"
|
|
115
|
-
}
|
|
116
|
-
),
|
|
117
|
-
/* @__PURE__ */ jsx(
|
|
118
|
-
Swatch,
|
|
119
|
-
{
|
|
120
|
-
id: id ? `${id}-action-400` : void 0,
|
|
121
|
-
className: "bg-action-400",
|
|
122
|
-
colorName: "Action-400",
|
|
123
|
-
colorHex: "#0077c8"
|
|
124
|
-
}
|
|
125
|
-
),
|
|
126
|
-
/* @__PURE__ */ jsx(
|
|
127
|
-
Swatch,
|
|
128
|
-
{
|
|
129
|
-
id: id ? `${id}-action-300` : void 0,
|
|
130
|
-
className: "bg-action-300",
|
|
131
|
-
colorName: "Action-300",
|
|
132
|
-
colorHex: "#459ad4"
|
|
133
|
-
}
|
|
134
|
-
),
|
|
135
|
-
/* @__PURE__ */ jsx(
|
|
136
|
-
Swatch,
|
|
137
|
-
{
|
|
138
|
-
id: id ? `${id}-action-200` : void 0,
|
|
139
|
-
className: "bg-action-200",
|
|
140
|
-
colorName: "Action-200",
|
|
141
|
-
colorHex: "#d0e5f4"
|
|
142
|
-
}
|
|
143
|
-
),
|
|
144
|
-
/* @__PURE__ */ jsx(
|
|
145
|
-
Swatch,
|
|
146
|
-
{
|
|
147
|
-
id: id ? `${id}-action-100` : void 0,
|
|
148
|
-
className: "bg-action-100",
|
|
149
|
-
colorName: "Action-100",
|
|
150
|
-
colorHex: "#e7f2f9"
|
|
151
|
-
}
|
|
152
|
-
)
|
|
153
|
-
] }),
|
|
154
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-link-heading` : void 0, children: "Link" }),
|
|
155
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
156
|
-
/* @__PURE__ */ jsx(
|
|
157
|
-
Swatch,
|
|
158
|
-
{
|
|
159
|
-
id: id ? `${id}-link-500` : void 0,
|
|
160
|
-
className: "bg-link-500",
|
|
161
|
-
colorName: "Link-500",
|
|
162
|
-
colorHex: "#00365a"
|
|
163
|
-
}
|
|
164
|
-
),
|
|
165
|
-
/* @__PURE__ */ jsx(
|
|
166
|
-
Swatch,
|
|
167
|
-
{
|
|
168
|
-
id: id ? `${id}-link-400` : void 0,
|
|
169
|
-
className: "bg-link-400",
|
|
170
|
-
colorName: "Link-400",
|
|
171
|
-
colorHex: "#0077c8"
|
|
172
|
-
}
|
|
173
|
-
),
|
|
174
|
-
/* @__PURE__ */ jsx(
|
|
175
|
-
Swatch,
|
|
176
|
-
{
|
|
177
|
-
id: id ? `${id}-link-300` : void 0,
|
|
178
|
-
className: "bg-link-300",
|
|
179
|
-
colorName: "Link-300",
|
|
180
|
-
colorHex: "#459ad4"
|
|
181
|
-
}
|
|
182
|
-
),
|
|
183
|
-
/* @__PURE__ */ jsx(
|
|
184
|
-
Swatch,
|
|
185
|
-
{
|
|
186
|
-
id: id ? `${id}-link-200` : void 0,
|
|
187
|
-
className: "bg-link-200",
|
|
188
|
-
colorName: "Link-200",
|
|
189
|
-
colorHex: "#d0e5f4"
|
|
190
|
-
}
|
|
191
|
-
),
|
|
192
|
-
/* @__PURE__ */ jsx(
|
|
193
|
-
Swatch,
|
|
194
|
-
{
|
|
195
|
-
id: id ? `${id}-link-100` : void 0,
|
|
196
|
-
className: "bg-link-100",
|
|
197
|
-
colorName: "Link-100",
|
|
198
|
-
colorHex: "#e7f2f9"
|
|
199
|
-
}
|
|
200
|
-
)
|
|
201
|
-
] }),
|
|
202
|
-
/* @__PURE__ */ jsxs(Display1, { id: id ? `${id}-standard-colors-title` : void 0, children: [
|
|
203
|
-
" ",
|
|
204
|
-
"Standard Colors"
|
|
205
|
-
] }),
|
|
206
|
-
/* @__PURE__ */ jsx(Paragraph, { id: id ? `${id}-standard-colors-description` : void 0, children: "Certain colors should remain constant regardless of branding to help ensure legibility and usability." }),
|
|
207
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-neutral-heading` : void 0, children: "Neutral" }),
|
|
208
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
209
|
-
/* @__PURE__ */ jsx(
|
|
210
|
-
Swatch,
|
|
211
|
-
{
|
|
212
|
-
id: id ? `${id}-neutral-600` : void 0,
|
|
213
|
-
className: "bg-neutral-600",
|
|
214
|
-
colorName: "Neutral-600",
|
|
215
|
-
colorHex: "#000000"
|
|
216
|
-
}
|
|
217
|
-
),
|
|
218
|
-
/* @__PURE__ */ jsx(
|
|
219
|
-
Swatch,
|
|
220
|
-
{
|
|
221
|
-
id: id ? `${id}-neutral-500` : void 0,
|
|
222
|
-
className: "bg-neutral-500",
|
|
223
|
-
colorName: "Neutral-500",
|
|
224
|
-
colorHex: "#1d1e1e"
|
|
225
|
-
}
|
|
226
|
-
),
|
|
227
|
-
/* @__PURE__ */ jsx(
|
|
228
|
-
Swatch,
|
|
229
|
-
{
|
|
230
|
-
id: id ? `${id}-neutral-450` : void 0,
|
|
231
|
-
className: "bg-neutral-450",
|
|
232
|
-
colorName: "Neutral-450",
|
|
233
|
-
colorHex: "#3a3a3a"
|
|
234
|
-
}
|
|
235
|
-
),
|
|
236
|
-
/* @__PURE__ */ jsx(
|
|
237
|
-
Swatch,
|
|
238
|
-
{
|
|
239
|
-
id: id ? `${id}-neutral-400` : void 0,
|
|
240
|
-
className: "bg-neutral-400",
|
|
241
|
-
colorName: "Neutral-400",
|
|
242
|
-
colorHex: "#6b6d6d"
|
|
243
|
-
}
|
|
244
|
-
),
|
|
245
|
-
/* @__PURE__ */ jsx(
|
|
246
|
-
Swatch,
|
|
247
|
-
{
|
|
248
|
-
id: id ? `${id}-neutral-300` : void 0,
|
|
249
|
-
className: "bg-neutral-300",
|
|
250
|
-
colorName: "Neutral-300",
|
|
251
|
-
colorHex: "#c1c1c1"
|
|
252
|
-
}
|
|
253
|
-
),
|
|
254
|
-
/* @__PURE__ */ jsx(
|
|
255
|
-
Swatch,
|
|
256
|
-
{
|
|
257
|
-
id: id ? `${id}-neutral-200` : void 0,
|
|
258
|
-
className: "bg-neutral-200",
|
|
259
|
-
colorName: "Neutral-200",
|
|
260
|
-
colorHex: "#ebebeb"
|
|
261
|
-
}
|
|
262
|
-
),
|
|
263
|
-
/* @__PURE__ */ jsx(
|
|
264
|
-
Swatch,
|
|
265
|
-
{
|
|
266
|
-
id: id ? `${id}-neutral-100` : void 0,
|
|
267
|
-
className: "bg-neutral-100",
|
|
268
|
-
colorName: "Neutral-100",
|
|
269
|
-
colorHex: "#f7f7f7"
|
|
270
|
-
}
|
|
271
|
-
),
|
|
272
|
-
/* @__PURE__ */ jsx(
|
|
273
|
-
Swatch,
|
|
274
|
-
{
|
|
275
|
-
id: id ? `${id}-neutral-000` : void 0,
|
|
276
|
-
className: "bg-neutral-000",
|
|
277
|
-
colorName: "Neutral-000",
|
|
278
|
-
colorHex: "#ffffff"
|
|
279
|
-
}
|
|
280
|
-
)
|
|
281
|
-
] }),
|
|
282
|
-
/* @__PURE__ */ jsxs(Heading3, { id: id ? `${id}-success-heading` : void 0, children: [
|
|
283
|
-
" ",
|
|
284
|
-
"Success"
|
|
285
|
-
] }),
|
|
286
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
287
|
-
/* @__PURE__ */ jsx(
|
|
288
|
-
Swatch,
|
|
289
|
-
{
|
|
290
|
-
id: id ? `${id}-success-500` : void 0,
|
|
291
|
-
className: "bg-success-500",
|
|
292
|
-
colorName: "Success-500",
|
|
293
|
-
colorHex: "#126240"
|
|
294
|
-
}
|
|
295
|
-
),
|
|
296
|
-
/* @__PURE__ */ jsx(
|
|
297
|
-
Swatch,
|
|
298
|
-
{
|
|
299
|
-
id: id ? `${id}-success-400` : void 0,
|
|
300
|
-
className: "bg-success-400",
|
|
301
|
-
colorName: "Success-400",
|
|
302
|
-
colorHex: "#27d68b"
|
|
303
|
-
}
|
|
304
|
-
),
|
|
305
|
-
/* @__PURE__ */ jsx(
|
|
306
|
-
Swatch,
|
|
307
|
-
{
|
|
308
|
-
id: id ? `${id}-success-300` : void 0,
|
|
309
|
-
className: "bg-success-300",
|
|
310
|
-
colorName: "Success-300",
|
|
311
|
-
colorHex: "#61e1aa"
|
|
312
|
-
}
|
|
313
|
-
),
|
|
314
|
-
/* @__PURE__ */ jsx(
|
|
315
|
-
Swatch,
|
|
316
|
-
{
|
|
317
|
-
id: id ? `${id}-success-200` : void 0,
|
|
318
|
-
className: "bg-success-200",
|
|
319
|
-
colorName: "Success-200",
|
|
320
|
-
colorHex: "#d7f7e9"
|
|
321
|
-
}
|
|
322
|
-
),
|
|
323
|
-
/* @__PURE__ */ jsx(
|
|
324
|
-
Swatch,
|
|
325
|
-
{
|
|
326
|
-
id: id ? `${id}-success-100` : void 0,
|
|
327
|
-
className: "bg-success-100",
|
|
328
|
-
colorName: "Success-100",
|
|
329
|
-
colorHex: "#eefbf6"
|
|
330
|
-
}
|
|
331
|
-
)
|
|
332
|
-
] }),
|
|
333
|
-
/* @__PURE__ */ jsxs(Heading3, { id: id ? `${id}-warning-heading` : void 0, children: [
|
|
334
|
-
" ",
|
|
335
|
-
"Warning"
|
|
336
|
-
] }),
|
|
337
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
338
|
-
/* @__PURE__ */ jsx(
|
|
339
|
-
Swatch,
|
|
340
|
-
{
|
|
341
|
-
id: id ? `${id}-warning-500` : void 0,
|
|
342
|
-
className: "bg-warning-500",
|
|
343
|
-
colorName: "Warning-500",
|
|
344
|
-
colorHex: "#91670c"
|
|
345
|
-
}
|
|
346
|
-
),
|
|
347
|
-
/* @__PURE__ */ jsx(
|
|
348
|
-
Swatch,
|
|
349
|
-
{
|
|
350
|
-
id: id ? `${id}-warning-400` : void 0,
|
|
351
|
-
className: "bg-warning-400",
|
|
352
|
-
colorName: "Warning-400",
|
|
353
|
-
colorHex: "#f0a913"
|
|
354
|
-
}
|
|
355
|
-
),
|
|
356
|
-
/* @__PURE__ */ jsx(
|
|
357
|
-
Swatch,
|
|
358
|
-
{
|
|
359
|
-
id: id ? `${id}-warning-300` : void 0,
|
|
360
|
-
className: "bg-warning-300",
|
|
361
|
-
colorName: "Warning-300",
|
|
362
|
-
colorHex: "#f4c053"
|
|
363
|
-
}
|
|
364
|
-
),
|
|
365
|
-
/* @__PURE__ */ jsx(
|
|
366
|
-
Swatch,
|
|
367
|
-
{
|
|
368
|
-
id: id ? `${id}-warning-200` : void 0,
|
|
369
|
-
className: "bg-warning-200",
|
|
370
|
-
colorName: "Warning-200",
|
|
371
|
-
colorHex: "#f9dfa9"
|
|
372
|
-
}
|
|
373
|
-
),
|
|
374
|
-
/* @__PURE__ */ jsx(
|
|
375
|
-
Swatch,
|
|
376
|
-
{
|
|
377
|
-
id: id ? `${id}-warning-100` : void 0,
|
|
378
|
-
className: "bg-warning-100",
|
|
379
|
-
colorName: "Warning-100",
|
|
380
|
-
colorHex: "#fcefd4"
|
|
381
|
-
}
|
|
382
|
-
)
|
|
383
|
-
] }),
|
|
384
|
-
/* @__PURE__ */ jsxs(Heading3, { id: id ? `${id}-critical-heading` : void 0, children: [
|
|
385
|
-
" ",
|
|
386
|
-
"Critical"
|
|
387
|
-
] }),
|
|
388
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
389
|
-
/* @__PURE__ */ jsx(
|
|
390
|
-
Swatch,
|
|
391
|
-
{
|
|
392
|
-
id: id ? `${id}-critical-500` : void 0,
|
|
393
|
-
className: "bg-critical-500",
|
|
394
|
-
colorName: "Critical-500",
|
|
395
|
-
colorHex: "#892615"
|
|
396
|
-
}
|
|
397
|
-
),
|
|
398
|
-
/* @__PURE__ */ jsx(
|
|
399
|
-
Swatch,
|
|
400
|
-
{
|
|
401
|
-
id: id ? `${id}-critical-400` : void 0,
|
|
402
|
-
className: "bg-critical-400",
|
|
403
|
-
colorName: "Critical-400",
|
|
404
|
-
colorHex: "#cc391f"
|
|
405
|
-
}
|
|
406
|
-
),
|
|
407
|
-
/* @__PURE__ */ jsx(
|
|
408
|
-
Swatch,
|
|
409
|
-
{
|
|
410
|
-
id: id ? `${id}-critical-300` : void 0,
|
|
411
|
-
className: "bg-critical-300",
|
|
412
|
-
colorName: "Critical-300",
|
|
413
|
-
colorHex: "#dd5e48"
|
|
414
|
-
}
|
|
415
|
-
),
|
|
416
|
-
/* @__PURE__ */ jsx(
|
|
417
|
-
Swatch,
|
|
418
|
-
{
|
|
419
|
-
id: id ? `${id}-critical-200` : void 0,
|
|
420
|
-
className: "bg-critical-200",
|
|
421
|
-
colorName: "Critical-200",
|
|
422
|
-
colorHex: "#f0b7ad"
|
|
423
|
-
}
|
|
424
|
-
),
|
|
425
|
-
/* @__PURE__ */ jsx(
|
|
426
|
-
Swatch,
|
|
427
|
-
{
|
|
428
|
-
id: id ? `${id}-critical-100` : void 0,
|
|
429
|
-
className: "bg-critical-100",
|
|
430
|
-
colorName: "Critical-100",
|
|
431
|
-
colorHex: "#fbedea"
|
|
432
|
-
}
|
|
433
|
-
)
|
|
434
|
-
] }),
|
|
435
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-chart-heading` : void 0, children: "Color order for charts, graphs, etc" }),
|
|
436
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
437
|
-
/* @__PURE__ */ jsx(
|
|
438
|
-
Swatch,
|
|
439
|
-
{
|
|
440
|
-
id: id ? `${id}-chart-0` : void 0,
|
|
441
|
-
className: "bg-chart-0",
|
|
442
|
-
colorName: "Action-400",
|
|
443
|
-
colorHex: "#0077c8"
|
|
444
|
-
}
|
|
445
|
-
),
|
|
446
|
-
/* @__PURE__ */ jsx(
|
|
447
|
-
Swatch,
|
|
448
|
-
{
|
|
449
|
-
id: id ? `${id}-chart-1` : void 0,
|
|
450
|
-
className: "bg-chart-1",
|
|
451
|
-
colorName: "Brand-400",
|
|
452
|
-
colorHex: "#df4405"
|
|
453
|
-
}
|
|
454
|
-
),
|
|
455
|
-
/* @__PURE__ */ jsx(
|
|
456
|
-
Swatch,
|
|
457
|
-
{
|
|
458
|
-
id: id ? `${id}-chart-2` : void 0,
|
|
459
|
-
className: "bg-chart-2",
|
|
460
|
-
colorName: "Teal-400",
|
|
461
|
-
colorHex: "#40c1ac"
|
|
462
|
-
}
|
|
463
|
-
),
|
|
464
|
-
/* @__PURE__ */ jsx(
|
|
465
|
-
Swatch,
|
|
466
|
-
{
|
|
467
|
-
id: id ? `${id}-chart-3` : void 0,
|
|
468
|
-
className: "bg-chart-3",
|
|
469
|
-
colorName: "Warning-400",
|
|
470
|
-
colorHex: "#f0a913"
|
|
471
|
-
}
|
|
472
|
-
),
|
|
473
|
-
/* @__PURE__ */ jsx(
|
|
474
|
-
Swatch,
|
|
475
|
-
{
|
|
476
|
-
id: id ? `${id}-chart-4` : void 0,
|
|
477
|
-
className: "bg-chart-4",
|
|
478
|
-
colorName: "Neutral-400",
|
|
479
|
-
colorHex: "#6b6d6d"
|
|
480
|
-
}
|
|
481
|
-
),
|
|
482
|
-
/* @__PURE__ */ jsx(
|
|
483
|
-
Swatch,
|
|
484
|
-
{
|
|
485
|
-
id: id ? `${id}-chart-5` : void 0,
|
|
486
|
-
className: "bg-chart-5",
|
|
487
|
-
colorName: "Purple-400",
|
|
488
|
-
colorHex: "#8d267a"
|
|
489
|
-
}
|
|
490
|
-
),
|
|
491
|
-
/* @__PURE__ */ jsx(
|
|
492
|
-
Swatch,
|
|
493
|
-
{
|
|
494
|
-
id: id ? `${id}-chart-6` : void 0,
|
|
495
|
-
className: "bg-chart-6",
|
|
496
|
-
colorName: "Orange-400",
|
|
497
|
-
colorHex: "#cc391f"
|
|
498
|
-
}
|
|
499
|
-
)
|
|
500
|
-
] }),
|
|
501
|
-
/* @__PURE__ */ jsx("br", {}),
|
|
502
|
-
/* @__PURE__ */ jsx(Display1, { id: id ? `${id}-semantics-title` : void 0, children: "Color Semantics" }),
|
|
503
|
-
/* @__PURE__ */ jsxs(Paragraph, { id: id ? `${id}-semantics-description` : void 0, children: [
|
|
504
|
-
"Because we aim to support custom branding and eventually color modes (dark/light modes), color tokens are used so that we can talk about specific color usages without tying them to specific color values. We can call a color a \u201CPrimary Action Color\u201D and it does not matter if it is blue or green or purple for a specific brand, we can all know what color use we are referring to. These colors are not define by a specific hex value but by the color variables defined in the color palette. These definitions can change between color mode.",
|
|
505
|
-
/* @__PURE__ */ jsx("br", {}),
|
|
506
|
-
/* @__PURE__ */ jsx("br", {}),
|
|
507
|
-
"Tokens are generally referenced by their Name, assuming a normal state unless otherwise specified. For example: A button may be called out to use a \u201Cbackground/action\u201D color, which would reference the \u201Ccolor/background/action/normal\u201D token by default, and the other states as defined."
|
|
508
|
-
] }),
|
|
509
|
-
/* @__PURE__ */ jsx(Heading2, { id: id ? `${id}-text-heading` : void 0, children: "Text" }),
|
|
510
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-text-primary-heading` : void 0, children: "Text/Primary" }),
|
|
511
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
512
|
-
/* @__PURE__ */ jsx(
|
|
513
|
-
Swatch,
|
|
514
|
-
{
|
|
515
|
-
id: id ? `${id}-text-primary-normal` : void 0,
|
|
516
|
-
className: "bg-text-primary-normal",
|
|
517
|
-
colorName: "Normal",
|
|
518
|
-
colorHex: "#1d1e1e"
|
|
519
|
-
}
|
|
520
|
-
),
|
|
521
|
-
/* @__PURE__ */ jsx(
|
|
522
|
-
Swatch,
|
|
523
|
-
{
|
|
524
|
-
id: id ? `${id}-text-primary-disabled` : void 0,
|
|
525
|
-
className: "bg-text-primary-disabled",
|
|
526
|
-
colorName: "Disabled",
|
|
527
|
-
colorHex: "#c1c1c1"
|
|
528
|
-
}
|
|
529
|
-
),
|
|
530
|
-
/* @__PURE__ */ jsx(
|
|
531
|
-
Swatch,
|
|
532
|
-
{
|
|
533
|
-
id: id ? `${id}-text-primary-error` : void 0,
|
|
534
|
-
className: "bg-text-primary-error",
|
|
535
|
-
colorName: "Error",
|
|
536
|
-
colorHex: "#cc391f"
|
|
537
|
-
}
|
|
538
|
-
)
|
|
539
|
-
] }),
|
|
540
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-text-secondary-heading` : void 0, children: "Text/Secondary" }),
|
|
541
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
542
|
-
/* @__PURE__ */ jsx(
|
|
543
|
-
Swatch,
|
|
544
|
-
{
|
|
545
|
-
id: id ? `${id}-text-secondary-normal` : void 0,
|
|
546
|
-
className: "bg-text-secondary-normal",
|
|
547
|
-
colorName: "Normal",
|
|
548
|
-
colorHex: "#6b6d6d"
|
|
549
|
-
}
|
|
550
|
-
),
|
|
551
|
-
/* @__PURE__ */ jsx(
|
|
552
|
-
Swatch,
|
|
553
|
-
{
|
|
554
|
-
id: id ? `${id}-text-secondary-disabled` : void 0,
|
|
555
|
-
className: "bg-text-secondary-disabled",
|
|
556
|
-
colorName: "Disabled",
|
|
557
|
-
colorHex: "#c1c1c1"
|
|
558
|
-
}
|
|
559
|
-
),
|
|
560
|
-
/* @__PURE__ */ jsx(
|
|
561
|
-
Swatch,
|
|
562
|
-
{
|
|
563
|
-
id: id ? `${id}-text-secondary-error` : void 0,
|
|
564
|
-
className: "bg-text-secondary-error",
|
|
565
|
-
colorName: "Error",
|
|
566
|
-
colorHex: "#cc391f"
|
|
567
|
-
}
|
|
568
|
-
)
|
|
569
|
-
] }),
|
|
570
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-text-brand-heading` : void 0, children: "Text/Brand" }),
|
|
571
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
572
|
-
/* @__PURE__ */ jsx(
|
|
573
|
-
Swatch,
|
|
574
|
-
{
|
|
575
|
-
id: id ? `${id}-text-brand-normal` : void 0,
|
|
576
|
-
className: "bg-brand-400",
|
|
577
|
-
colorName: "Normal",
|
|
578
|
-
colorHex: "#df4405"
|
|
579
|
-
}
|
|
580
|
-
),
|
|
581
|
-
/* @__PURE__ */ jsx(
|
|
582
|
-
Swatch,
|
|
583
|
-
{
|
|
584
|
-
id: id ? `${id}-text-brand-disabled` : void 0,
|
|
585
|
-
className: "bg-neutral-300",
|
|
586
|
-
colorName: "Disabled",
|
|
587
|
-
colorHex: "#c1c1c1"
|
|
588
|
-
}
|
|
589
|
-
),
|
|
590
|
-
/* @__PURE__ */ jsx(
|
|
591
|
-
Swatch,
|
|
592
|
-
{
|
|
593
|
-
id: id ? `${id}-text-brand-error` : void 0,
|
|
594
|
-
className: "bg-critical-400",
|
|
595
|
-
colorName: "Error",
|
|
596
|
-
colorHex: "#cc391f"
|
|
597
|
-
}
|
|
598
|
-
)
|
|
599
|
-
] }),
|
|
600
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-text-action-primary-heading` : void 0, children: "Text/Action Primary" }),
|
|
601
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
602
|
-
/* @__PURE__ */ jsx(
|
|
603
|
-
Swatch,
|
|
604
|
-
{
|
|
605
|
-
id: id ? `${id}-text-action-primary-normal` : void 0,
|
|
606
|
-
className: "bg-text-action-primary-normal",
|
|
607
|
-
colorName: "Normal",
|
|
608
|
-
colorHex: "#0077c8"
|
|
609
|
-
}
|
|
610
|
-
),
|
|
611
|
-
/* @__PURE__ */ jsx(
|
|
612
|
-
Swatch,
|
|
613
|
-
{
|
|
614
|
-
id: id ? `${id}-text-action-primary-hover` : void 0,
|
|
615
|
-
className: "bg-text-action-primary-hover",
|
|
616
|
-
colorName: "Hover",
|
|
617
|
-
colorHex: "#00365a"
|
|
618
|
-
}
|
|
619
|
-
),
|
|
620
|
-
/* @__PURE__ */ jsx(
|
|
621
|
-
Swatch,
|
|
622
|
-
{
|
|
623
|
-
id: id ? `${id}-text-action-primary-active` : void 0,
|
|
624
|
-
className: "bg-text-action-primary-active",
|
|
625
|
-
colorName: "Active",
|
|
626
|
-
colorHex: "#459ad4"
|
|
627
|
-
}
|
|
628
|
-
),
|
|
629
|
-
/* @__PURE__ */ jsx(
|
|
630
|
-
Swatch,
|
|
631
|
-
{
|
|
632
|
-
id: id ? `${id}-text-action-primary-disabled` : void 0,
|
|
633
|
-
className: "bg-text-action-primary-disabled",
|
|
634
|
-
colorName: "Disabled",
|
|
635
|
-
colorHex: "#6b6d6d"
|
|
636
|
-
}
|
|
637
|
-
)
|
|
638
|
-
] }),
|
|
639
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-text-on-action-primary-heading` : void 0, children: "Text/On Action Primary" }),
|
|
640
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
641
|
-
/* @__PURE__ */ jsx(
|
|
642
|
-
Swatch,
|
|
643
|
-
{
|
|
644
|
-
id: id ? `${id}-text-on-action-primary-normal` : void 0,
|
|
645
|
-
className: "bg-text-on-action-primary-normal",
|
|
646
|
-
colorName: "Normal",
|
|
647
|
-
colorHex: "#ffffff"
|
|
648
|
-
}
|
|
649
|
-
),
|
|
650
|
-
/* @__PURE__ */ jsx(
|
|
651
|
-
Swatch,
|
|
652
|
-
{
|
|
653
|
-
id: id ? `${id}-text-on-action-primary-hover` : void 0,
|
|
654
|
-
className: "bg-text-on-action-primary-hover",
|
|
655
|
-
colorName: "Hover",
|
|
656
|
-
colorHex: "#ffffff"
|
|
657
|
-
}
|
|
658
|
-
),
|
|
659
|
-
/* @__PURE__ */ jsx(
|
|
660
|
-
Swatch,
|
|
661
|
-
{
|
|
662
|
-
id: id ? `${id}-text-on-action-primary-active` : void 0,
|
|
663
|
-
className: "bg-text-on-action-primary-active",
|
|
664
|
-
colorName: "Active",
|
|
665
|
-
colorHex: "#ffffff"
|
|
666
|
-
}
|
|
667
|
-
),
|
|
668
|
-
/* @__PURE__ */ jsx(
|
|
669
|
-
Swatch,
|
|
670
|
-
{
|
|
671
|
-
id: id ? `${id}-text-on-action-primary-disabled` : void 0,
|
|
672
|
-
className: "bg-text-on-action-primary-disabled",
|
|
673
|
-
colorName: "Disabled",
|
|
674
|
-
colorHex: "#6b6d6d"
|
|
675
|
-
}
|
|
676
|
-
)
|
|
677
|
-
] }),
|
|
678
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-text-action-critical-heading` : void 0, children: "Text/Action Critical" }),
|
|
679
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
680
|
-
/* @__PURE__ */ jsx(
|
|
681
|
-
Swatch,
|
|
682
|
-
{
|
|
683
|
-
id: id ? `${id}-text-action-critical-normal` : void 0,
|
|
684
|
-
className: "bg-text-action-critical-normal",
|
|
685
|
-
colorName: "Normal",
|
|
686
|
-
colorHex: "#CC391F"
|
|
687
|
-
}
|
|
688
|
-
),
|
|
689
|
-
/* @__PURE__ */ jsx(
|
|
690
|
-
Swatch,
|
|
691
|
-
{
|
|
692
|
-
id: id ? `${id}-text-action-critical-hover` : void 0,
|
|
693
|
-
className: "bg-text-action-critical-hover",
|
|
694
|
-
colorName: "Hover",
|
|
695
|
-
colorHex: "#892615"
|
|
696
|
-
}
|
|
697
|
-
),
|
|
698
|
-
/* @__PURE__ */ jsx(
|
|
699
|
-
Swatch,
|
|
700
|
-
{
|
|
701
|
-
id: id ? `${id}-text-action-critical-active` : void 0,
|
|
702
|
-
className: "bg-text-action-critical-active",
|
|
703
|
-
colorName: "Active",
|
|
704
|
-
colorHex: "#DD5E48"
|
|
705
|
-
}
|
|
706
|
-
),
|
|
707
|
-
/* @__PURE__ */ jsx(
|
|
708
|
-
Swatch,
|
|
709
|
-
{
|
|
710
|
-
id: id ? `${id}-text-action-critical-disabled` : void 0,
|
|
711
|
-
className: "bg-text-action-critical-disabled",
|
|
712
|
-
colorName: "Disabled",
|
|
713
|
-
colorHex: "#6b6d6d"
|
|
714
|
-
}
|
|
715
|
-
)
|
|
716
|
-
] }),
|
|
717
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-text-link-heading` : void 0, children: "Text/Link" }),
|
|
718
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
719
|
-
/* @__PURE__ */ jsx(
|
|
720
|
-
Swatch,
|
|
721
|
-
{
|
|
722
|
-
id: id ? `${id}-text-link-normal` : void 0,
|
|
723
|
-
className: "bg-text-link-normal",
|
|
724
|
-
colorName: "Normal",
|
|
725
|
-
colorHex: "#0077C8"
|
|
726
|
-
}
|
|
727
|
-
),
|
|
728
|
-
/* @__PURE__ */ jsx(
|
|
729
|
-
Swatch,
|
|
730
|
-
{
|
|
731
|
-
id: id ? `${id}-text-link-hover` : void 0,
|
|
732
|
-
className: "bg-text-link-hover",
|
|
733
|
-
colorName: "Hover",
|
|
734
|
-
colorHex: "#00365A"
|
|
735
|
-
}
|
|
736
|
-
),
|
|
737
|
-
/* @__PURE__ */ jsx(
|
|
738
|
-
Swatch,
|
|
739
|
-
{
|
|
740
|
-
id: id ? `${id}-text-link-active` : void 0,
|
|
741
|
-
className: "bg-text-link-active",
|
|
742
|
-
colorName: "Active",
|
|
743
|
-
colorHex: "#459AD4"
|
|
744
|
-
}
|
|
745
|
-
),
|
|
746
|
-
/* @__PURE__ */ jsx(
|
|
747
|
-
Swatch,
|
|
748
|
-
{
|
|
749
|
-
id: id ? `${id}-text-link-disabled` : void 0,
|
|
750
|
-
className: "bg-text-link-disabled",
|
|
751
|
-
colorName: "Disabled",
|
|
752
|
-
colorHex: "#6b6d6d"
|
|
753
|
-
}
|
|
754
|
-
)
|
|
755
|
-
] }),
|
|
756
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-text-success-heading` : void 0, children: "Text/Success" }),
|
|
757
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
758
|
-
/* @__PURE__ */ jsx(
|
|
759
|
-
Swatch,
|
|
760
|
-
{
|
|
761
|
-
id: id ? `${id}-text-success-normal` : void 0,
|
|
762
|
-
className: "bg-text-success-normal",
|
|
763
|
-
colorName: "Normal",
|
|
764
|
-
colorHex: "#126240"
|
|
765
|
-
}
|
|
766
|
-
),
|
|
767
|
-
/* @__PURE__ */ jsx(
|
|
768
|
-
Swatch,
|
|
769
|
-
{
|
|
770
|
-
id: id ? `${id}-text-success-disabled` : void 0,
|
|
771
|
-
className: "bg-text-success-disabled",
|
|
772
|
-
colorName: "Disabled",
|
|
773
|
-
colorHex: "#6B6D6D"
|
|
774
|
-
}
|
|
775
|
-
),
|
|
776
|
-
/* @__PURE__ */ jsx(
|
|
777
|
-
Swatch,
|
|
778
|
-
{
|
|
779
|
-
id: id ? `${id}-text-success-error` : void 0,
|
|
780
|
-
className: "bg-text-success-error",
|
|
781
|
-
colorName: "Error",
|
|
782
|
-
colorHex: "#CC391F"
|
|
783
|
-
}
|
|
784
|
-
)
|
|
785
|
-
] }),
|
|
786
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-text-warning-heading` : void 0, children: "Text/Warning" }),
|
|
787
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
788
|
-
/* @__PURE__ */ jsx(
|
|
789
|
-
Swatch,
|
|
790
|
-
{
|
|
791
|
-
id: id ? `${id}-text-warning-normal` : void 0,
|
|
792
|
-
className: "bg-text-warning-normal",
|
|
793
|
-
colorName: "Normal",
|
|
794
|
-
colorHex: "#126240"
|
|
795
|
-
}
|
|
796
|
-
),
|
|
797
|
-
/* @__PURE__ */ jsx(
|
|
798
|
-
Swatch,
|
|
799
|
-
{
|
|
800
|
-
id: id ? `${id}-text-warning-disabled` : void 0,
|
|
801
|
-
className: "bg-text-warning-disabled",
|
|
802
|
-
colorName: "Disabled",
|
|
803
|
-
colorHex: "#6B6D6D"
|
|
804
|
-
}
|
|
805
|
-
),
|
|
806
|
-
/* @__PURE__ */ jsx(
|
|
807
|
-
Swatch,
|
|
808
|
-
{
|
|
809
|
-
id: id ? `${id}-text-warning-error` : void 0,
|
|
810
|
-
className: "bg-text-warning-error",
|
|
811
|
-
colorName: "Error",
|
|
812
|
-
colorHex: "#CC391F"
|
|
813
|
-
}
|
|
814
|
-
)
|
|
815
|
-
] }),
|
|
816
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-text-critical-heading` : void 0, children: "Text/Critical" }),
|
|
817
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
818
|
-
/* @__PURE__ */ jsx(
|
|
819
|
-
Swatch,
|
|
820
|
-
{
|
|
821
|
-
id: id ? `${id}-text-critical-normal` : void 0,
|
|
822
|
-
className: "bg-text-critical-normal",
|
|
823
|
-
colorName: "Normal",
|
|
824
|
-
colorHex: "#CC391F"
|
|
825
|
-
}
|
|
826
|
-
),
|
|
827
|
-
/* @__PURE__ */ jsx(
|
|
828
|
-
Swatch,
|
|
829
|
-
{
|
|
830
|
-
id: id ? `${id}-text-critical-disabled` : void 0,
|
|
831
|
-
className: "bg-text-critical-disabled",
|
|
832
|
-
colorName: "Disabled",
|
|
833
|
-
colorHex: "#6B6D6D"
|
|
834
|
-
}
|
|
835
|
-
),
|
|
836
|
-
/* @__PURE__ */ jsx(
|
|
837
|
-
Swatch,
|
|
838
|
-
{
|
|
839
|
-
id: id ? `${id}-text-critical-error` : void 0,
|
|
840
|
-
className: "bg-text-critical-error",
|
|
841
|
-
colorName: "Error",
|
|
842
|
-
colorHex: "#CC391F"
|
|
843
|
-
}
|
|
844
|
-
)
|
|
845
|
-
] }),
|
|
846
|
-
/* @__PURE__ */ jsx("br", {}),
|
|
847
|
-
/* @__PURE__ */ jsx(Heading2, { id: id ? `${id}-icon-heading` : void 0, children: "Icon" }),
|
|
848
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-icon-primary-heading` : void 0, children: "Icon/Primary" }),
|
|
849
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
850
|
-
/* @__PURE__ */ jsx(
|
|
851
|
-
Swatch,
|
|
852
|
-
{
|
|
853
|
-
id: id ? `${id}-icon-primary-normal` : void 0,
|
|
854
|
-
className: "bg-icon-primary-normal",
|
|
855
|
-
colorName: "Normal",
|
|
856
|
-
colorHex: "#6B6D6D"
|
|
857
|
-
}
|
|
858
|
-
),
|
|
859
|
-
/* @__PURE__ */ jsx(
|
|
860
|
-
Swatch,
|
|
861
|
-
{
|
|
862
|
-
id: id ? `${id}-icon-primary-disabled` : void 0,
|
|
863
|
-
className: "bg-icon-primary-disabled",
|
|
864
|
-
colorName: "Disabled",
|
|
865
|
-
colorHex: "#C1C1C1"
|
|
866
|
-
}
|
|
867
|
-
)
|
|
868
|
-
] }),
|
|
869
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-icon-success-heading` : void 0, children: "Icon/Success" }),
|
|
870
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
871
|
-
/* @__PURE__ */ jsx(
|
|
872
|
-
Swatch,
|
|
873
|
-
{
|
|
874
|
-
id: id ? `${id}-icon-success-normal` : void 0,
|
|
875
|
-
className: "bg-icon-success-normal",
|
|
876
|
-
colorName: "Normal",
|
|
877
|
-
colorHex: "#27D68B"
|
|
878
|
-
}
|
|
879
|
-
),
|
|
880
|
-
/* @__PURE__ */ jsx(
|
|
881
|
-
Swatch,
|
|
882
|
-
{
|
|
883
|
-
id: id ? `${id}-icon-success-disabled` : void 0,
|
|
884
|
-
className: "bg-icon-success-disabled",
|
|
885
|
-
colorName: "Disabled",
|
|
886
|
-
colorHex: "#6B6D6D"
|
|
887
|
-
}
|
|
888
|
-
)
|
|
889
|
-
] }),
|
|
890
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-icon-warning-heading` : void 0, children: "Icon/Warning" }),
|
|
891
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
892
|
-
/* @__PURE__ */ jsx(
|
|
893
|
-
Swatch,
|
|
894
|
-
{
|
|
895
|
-
id: id ? `${id}-icon-warning-normal` : void 0,
|
|
896
|
-
className: "bg-icon-warning-normal",
|
|
897
|
-
colorName: "Normal",
|
|
898
|
-
colorHex: "#F0A913"
|
|
899
|
-
}
|
|
900
|
-
),
|
|
901
|
-
/* @__PURE__ */ jsx(
|
|
902
|
-
Swatch,
|
|
903
|
-
{
|
|
904
|
-
id: id ? `${id}-icon-warning-disabled` : void 0,
|
|
905
|
-
className: "bg-icon-warning-disabled",
|
|
906
|
-
colorName: "Disabled",
|
|
907
|
-
colorHex: "#6B6D6D"
|
|
908
|
-
}
|
|
909
|
-
)
|
|
910
|
-
] }),
|
|
911
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-icon-critical-heading` : void 0, children: "Icon/Critical" }),
|
|
912
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
913
|
-
/* @__PURE__ */ jsx(
|
|
914
|
-
Swatch,
|
|
915
|
-
{
|
|
916
|
-
id: id ? `${id}-icon-critical-normal` : void 0,
|
|
917
|
-
className: "bg-icon-critical-normal",
|
|
918
|
-
colorName: "Normal",
|
|
919
|
-
colorHex: "#CC391F"
|
|
920
|
-
}
|
|
921
|
-
),
|
|
922
|
-
/* @__PURE__ */ jsx(
|
|
923
|
-
Swatch,
|
|
924
|
-
{
|
|
925
|
-
id: id ? `${id}-icon-critical-disabled` : void 0,
|
|
926
|
-
className: "bg-icon-critical-disabled",
|
|
927
|
-
colorName: "Disabled",
|
|
928
|
-
colorHex: "#6B6D6D"
|
|
929
|
-
}
|
|
930
|
-
)
|
|
931
|
-
] }),
|
|
932
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-icon-action-primary-heading` : void 0, children: "Icon/Action Primary" }),
|
|
933
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
934
|
-
/* @__PURE__ */ jsx(
|
|
935
|
-
Swatch,
|
|
936
|
-
{
|
|
937
|
-
id: id ? `${id}-icon-action-primary-normal` : void 0,
|
|
938
|
-
className: "bg-icon-action-primary-normal",
|
|
939
|
-
colorName: "Normal",
|
|
940
|
-
colorHex: "#1D1E1E"
|
|
941
|
-
}
|
|
942
|
-
),
|
|
943
|
-
/* @__PURE__ */ jsx(
|
|
944
|
-
Swatch,
|
|
945
|
-
{
|
|
946
|
-
id: id ? `${id}-icon-action-primary-hover` : void 0,
|
|
947
|
-
className: "bg-icon-action-primary-hover",
|
|
948
|
-
colorName: "Hover",
|
|
949
|
-
colorHex: "#00365A"
|
|
950
|
-
}
|
|
951
|
-
),
|
|
952
|
-
/* @__PURE__ */ jsx(
|
|
953
|
-
Swatch,
|
|
954
|
-
{
|
|
955
|
-
id: id ? `${id}-icon-action-primary-active` : void 0,
|
|
956
|
-
className: "bg-icon-action-primary-active",
|
|
957
|
-
colorName: "Active",
|
|
958
|
-
colorHex: "#459AD4"
|
|
959
|
-
}
|
|
960
|
-
),
|
|
961
|
-
/* @__PURE__ */ jsx(
|
|
962
|
-
Swatch,
|
|
963
|
-
{
|
|
964
|
-
id: id ? `${id}-icon-action-primary-disabled` : void 0,
|
|
965
|
-
className: "bg-icon-action-primary-disabled",
|
|
966
|
-
colorName: "Disabled",
|
|
967
|
-
colorHex: "#C1C1C1"
|
|
968
|
-
}
|
|
969
|
-
)
|
|
970
|
-
] }),
|
|
971
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-icon-on-action-primary-heading` : void 0, children: "Icon/On Action Primary" }),
|
|
972
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
973
|
-
/* @__PURE__ */ jsx(
|
|
974
|
-
Swatch,
|
|
975
|
-
{
|
|
976
|
-
id: id ? `${id}-icon-on-action-primary-normal` : void 0,
|
|
977
|
-
className: "bg-icon-on-action-primary-normal",
|
|
978
|
-
colorName: "Normal",
|
|
979
|
-
colorHex: "#FFFFFF"
|
|
980
|
-
}
|
|
981
|
-
),
|
|
982
|
-
/* @__PURE__ */ jsx(
|
|
983
|
-
Swatch,
|
|
984
|
-
{
|
|
985
|
-
id: id ? `${id}-icon-on-action-primary-hover` : void 0,
|
|
986
|
-
className: "bg-icon-on-action-primary-hover",
|
|
987
|
-
colorName: "Hover",
|
|
988
|
-
colorHex: "#FFFFFF"
|
|
989
|
-
}
|
|
990
|
-
),
|
|
991
|
-
/* @__PURE__ */ jsx(
|
|
992
|
-
Swatch,
|
|
993
|
-
{
|
|
994
|
-
id: id ? `${id}-icon-on-action-primary-active` : void 0,
|
|
995
|
-
className: "bg-icon-on-action-primary-active",
|
|
996
|
-
colorName: "Active",
|
|
997
|
-
colorHex: "#FFFFFF"
|
|
998
|
-
}
|
|
999
|
-
),
|
|
1000
|
-
/* @__PURE__ */ jsx(
|
|
1001
|
-
Swatch,
|
|
1002
|
-
{
|
|
1003
|
-
id: id ? `${id}-icon-on-action-primary-disabled` : void 0,
|
|
1004
|
-
className: "bg-icon-on-action-primary-disabled",
|
|
1005
|
-
colorName: "Disabled",
|
|
1006
|
-
colorHex: "#6B6D6D"
|
|
1007
|
-
}
|
|
1008
|
-
)
|
|
1009
|
-
] }),
|
|
1010
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-icon-action-secondary-heading` : void 0, children: "Icon/Action Secondary" }),
|
|
1011
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
1012
|
-
/* @__PURE__ */ jsx(
|
|
1013
|
-
Swatch,
|
|
1014
|
-
{
|
|
1015
|
-
id: id ? `${id}-icon-action-secondary-normal` : void 0,
|
|
1016
|
-
className: "bg-icon-action-secondary-normal",
|
|
1017
|
-
colorName: "Normal",
|
|
1018
|
-
colorHex: "#0077C8"
|
|
1019
|
-
}
|
|
1020
|
-
),
|
|
1021
|
-
/* @__PURE__ */ jsx(
|
|
1022
|
-
Swatch,
|
|
1023
|
-
{
|
|
1024
|
-
id: id ? `${id}-icon-action-secondary-hover` : void 0,
|
|
1025
|
-
className: "bg-icon-action-secondary-hover",
|
|
1026
|
-
colorName: "Hover",
|
|
1027
|
-
colorHex: "#00365A"
|
|
1028
|
-
}
|
|
1029
|
-
),
|
|
1030
|
-
/* @__PURE__ */ jsx(
|
|
1031
|
-
Swatch,
|
|
1032
|
-
{
|
|
1033
|
-
id: id ? `${id}-icon-action-secondary-active` : void 0,
|
|
1034
|
-
className: "bg-icon-action-secondary-active",
|
|
1035
|
-
colorName: "Active",
|
|
1036
|
-
colorHex: "#459AD4"
|
|
1037
|
-
}
|
|
1038
|
-
),
|
|
1039
|
-
/* @__PURE__ */ jsx(
|
|
1040
|
-
Swatch,
|
|
1041
|
-
{
|
|
1042
|
-
id: id ? `${id}-icon-action-secondary-disabled` : void 0,
|
|
1043
|
-
className: "bg-icon-action-secondary-disabled",
|
|
1044
|
-
colorName: "Disabled",
|
|
1045
|
-
colorHex: "#6B6D6D"
|
|
1046
|
-
}
|
|
1047
|
-
)
|
|
1048
|
-
] }),
|
|
1049
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-icon-action-critical-heading` : void 0, children: "Icon/Action Critical" }),
|
|
1050
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
1051
|
-
/* @__PURE__ */ jsx(
|
|
1052
|
-
Swatch,
|
|
1053
|
-
{
|
|
1054
|
-
id: id ? `${id}-icon-action-critical-normal` : void 0,
|
|
1055
|
-
className: "bg-icon-action-critical-normal",
|
|
1056
|
-
colorName: "Normal",
|
|
1057
|
-
colorHex: "#CC391F"
|
|
1058
|
-
}
|
|
1059
|
-
),
|
|
1060
|
-
/* @__PURE__ */ jsx(
|
|
1061
|
-
Swatch,
|
|
1062
|
-
{
|
|
1063
|
-
id: id ? `${id}-icon-action-critical-hover` : void 0,
|
|
1064
|
-
className: "bg-icon-action-critical-hover",
|
|
1065
|
-
colorName: "Hover",
|
|
1066
|
-
colorHex: "#892615"
|
|
1067
|
-
}
|
|
1068
|
-
),
|
|
1069
|
-
/* @__PURE__ */ jsx(
|
|
1070
|
-
Swatch,
|
|
1071
|
-
{
|
|
1072
|
-
id: id ? `${id}-icon-action-critical-active` : void 0,
|
|
1073
|
-
className: "bg-icon-action-critical-active",
|
|
1074
|
-
colorName: "Active",
|
|
1075
|
-
colorHex: "#DD5E48"
|
|
1076
|
-
}
|
|
1077
|
-
),
|
|
1078
|
-
/* @__PURE__ */ jsx(
|
|
1079
|
-
Swatch,
|
|
1080
|
-
{
|
|
1081
|
-
id: id ? `${id}-icon-action-critical-disabled` : void 0,
|
|
1082
|
-
className: "bg-icon-action-critical-disabled",
|
|
1083
|
-
colorName: "Disabled",
|
|
1084
|
-
colorHex: "#6B6D6D"
|
|
1085
|
-
}
|
|
1086
|
-
)
|
|
1087
|
-
] }),
|
|
1088
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-icon-brand-primary-heading` : void 0, children: "Icon/Brand Primary" }),
|
|
1089
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
1090
|
-
/* @__PURE__ */ jsx(
|
|
1091
|
-
Swatch,
|
|
1092
|
-
{
|
|
1093
|
-
id: id ? `${id}-icon-brand-primary-normal` : void 0,
|
|
1094
|
-
className: "bg-icon-brand-primary-normal",
|
|
1095
|
-
colorName: "Normal",
|
|
1096
|
-
colorHex: "#DF4405"
|
|
1097
|
-
}
|
|
1098
|
-
),
|
|
1099
|
-
/* @__PURE__ */ jsx(
|
|
1100
|
-
Swatch,
|
|
1101
|
-
{
|
|
1102
|
-
id: id ? `${id}-icon-brand-primary-hover` : void 0,
|
|
1103
|
-
className: "bg-icon-brand-primary-hover",
|
|
1104
|
-
colorName: "Hover",
|
|
1105
|
-
colorHex: "#9E3004"
|
|
1106
|
-
}
|
|
1107
|
-
),
|
|
1108
|
-
/* @__PURE__ */ jsx(
|
|
1109
|
-
Swatch,
|
|
1110
|
-
{
|
|
1111
|
-
id: id ? `${id}-icon-brand-primary-active` : void 0,
|
|
1112
|
-
className: "bg-icon-brand-primary-active",
|
|
1113
|
-
colorName: "Active",
|
|
1114
|
-
colorHex: "#E56937"
|
|
1115
|
-
}
|
|
1116
|
-
),
|
|
1117
|
-
/* @__PURE__ */ jsx(
|
|
1118
|
-
Swatch,
|
|
1119
|
-
{
|
|
1120
|
-
id: id ? `${id}-icon-brand-primary-disabled` : void 0,
|
|
1121
|
-
className: "bg-icon-brand-primary-disabled",
|
|
1122
|
-
colorName: "Disabled",
|
|
1123
|
-
colorHex: "#C1C1C1"
|
|
1124
|
-
}
|
|
1125
|
-
)
|
|
1126
|
-
] }),
|
|
1127
|
-
/* @__PURE__ */ jsx("br", {}),
|
|
1128
|
-
/* @__PURE__ */ jsx(Heading2, { id: id ? `${id}-border-heading` : void 0, children: "Border" }),
|
|
1129
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-border-primary-heading` : void 0, children: "Border/Primary" }),
|
|
1130
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
1131
|
-
/* @__PURE__ */ jsx(
|
|
1132
|
-
Swatch,
|
|
1133
|
-
{
|
|
1134
|
-
id: id ? `${id}-border-primary-normal` : void 0,
|
|
1135
|
-
className: "bg-border-primary-normal",
|
|
1136
|
-
colorName: "Normal",
|
|
1137
|
-
colorHex: "#C1C1C1"
|
|
1138
|
-
}
|
|
1139
|
-
),
|
|
1140
|
-
/* @__PURE__ */ jsx(
|
|
1141
|
-
Swatch,
|
|
1142
|
-
{
|
|
1143
|
-
id: id ? `${id}-border-primary-focus` : void 0,
|
|
1144
|
-
className: "bg-border-primary-focus",
|
|
1145
|
-
colorName: "Focus",
|
|
1146
|
-
colorHex: "#0077C8"
|
|
1147
|
-
}
|
|
1148
|
-
),
|
|
1149
|
-
/* @__PURE__ */ jsx(
|
|
1150
|
-
Swatch,
|
|
1151
|
-
{
|
|
1152
|
-
id: id ? `${id}-border-primary-error` : void 0,
|
|
1153
|
-
className: "bg-border-primary-error",
|
|
1154
|
-
colorName: "Error",
|
|
1155
|
-
colorHex: "#CC391F"
|
|
1156
|
-
}
|
|
1157
|
-
)
|
|
1158
|
-
] }),
|
|
1159
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-border-action-heading` : void 0, children: "Border/Action" }),
|
|
1160
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
1161
|
-
/* @__PURE__ */ jsx(
|
|
1162
|
-
Swatch,
|
|
1163
|
-
{
|
|
1164
|
-
id: id ? `${id}-border-action-normal` : void 0,
|
|
1165
|
-
className: "bg-border-action-normal",
|
|
1166
|
-
colorName: "Normal",
|
|
1167
|
-
colorHex: "#0077C8"
|
|
1168
|
-
}
|
|
1169
|
-
),
|
|
1170
|
-
/* @__PURE__ */ jsx(
|
|
1171
|
-
Swatch,
|
|
1172
|
-
{
|
|
1173
|
-
id: id ? `${id}-border-action-hover` : void 0,
|
|
1174
|
-
className: "bg-border-action-hover",
|
|
1175
|
-
colorName: "Hover",
|
|
1176
|
-
colorHex: "#00365A"
|
|
1177
|
-
}
|
|
1178
|
-
),
|
|
1179
|
-
/* @__PURE__ */ jsx(
|
|
1180
|
-
Swatch,
|
|
1181
|
-
{
|
|
1182
|
-
id: id ? `${id}-border-action-active` : void 0,
|
|
1183
|
-
className: "bg-border-action-active",
|
|
1184
|
-
colorName: "Active",
|
|
1185
|
-
colorHex: "#459AD4"
|
|
1186
|
-
}
|
|
1187
|
-
),
|
|
1188
|
-
/* @__PURE__ */ jsx(
|
|
1189
|
-
Swatch,
|
|
1190
|
-
{
|
|
1191
|
-
id: id ? `${id}-border-action-disabled` : void 0,
|
|
1192
|
-
className: "bg-border-action-disabled",
|
|
1193
|
-
colorName: "Disabled",
|
|
1194
|
-
colorHex: "#EBEBEB"
|
|
1195
|
-
}
|
|
1196
|
-
)
|
|
1197
|
-
] }),
|
|
1198
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-border-action-critical-heading` : void 0, children: "Border/Action Critical" }),
|
|
1199
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
1200
|
-
/* @__PURE__ */ jsx(
|
|
1201
|
-
Swatch,
|
|
1202
|
-
{
|
|
1203
|
-
id: id ? `${id}-border-action-critical-normal` : void 0,
|
|
1204
|
-
className: "bg-border-action-critical-normal",
|
|
1205
|
-
colorName: "Normal",
|
|
1206
|
-
colorHex: "#CC391F"
|
|
1207
|
-
}
|
|
1208
|
-
),
|
|
1209
|
-
/* @__PURE__ */ jsx(
|
|
1210
|
-
Swatch,
|
|
1211
|
-
{
|
|
1212
|
-
id: id ? `${id}-border-action-critical-hover` : void 0,
|
|
1213
|
-
className: "bg-border-action-critical-hover",
|
|
1214
|
-
colorName: "Hover",
|
|
1215
|
-
colorHex: "#892615"
|
|
1216
|
-
}
|
|
1217
|
-
),
|
|
1218
|
-
/* @__PURE__ */ jsx(
|
|
1219
|
-
Swatch,
|
|
1220
|
-
{
|
|
1221
|
-
id: id ? `${id}-border-action-critical-active` : void 0,
|
|
1222
|
-
className: "bg-border-action-critical-active",
|
|
1223
|
-
colorName: "Active",
|
|
1224
|
-
colorHex: "#DD5E48"
|
|
1225
|
-
}
|
|
1226
|
-
),
|
|
1227
|
-
/* @__PURE__ */ jsx(
|
|
1228
|
-
Swatch,
|
|
1229
|
-
{
|
|
1230
|
-
id: id ? `${id}-border-action-critical-disabled` : void 0,
|
|
1231
|
-
className: "bg-border-action-critical-disabled",
|
|
1232
|
-
colorName: "Disabled",
|
|
1233
|
-
colorHex: "#EBEBEB"
|
|
1234
|
-
}
|
|
1235
|
-
)
|
|
1236
|
-
] }),
|
|
1237
|
-
/* @__PURE__ */ jsx("br", {}),
|
|
1238
|
-
/* @__PURE__ */ jsx(Heading2, { id: id ? `${id}-background-heading` : void 0, children: "Background" }),
|
|
1239
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-background-primary-heading` : void 0, children: "Background/Primary" }),
|
|
1240
|
-
/* @__PURE__ */ jsx("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ jsx(
|
|
1241
|
-
Swatch,
|
|
1242
|
-
{
|
|
1243
|
-
id: id ? `${id}-background-primary-normal` : void 0,
|
|
1244
|
-
className: "bg-background-primary-normal",
|
|
1245
|
-
colorName: "Normal",
|
|
1246
|
-
colorHex: "#FFFFFF"
|
|
1247
|
-
}
|
|
1248
|
-
) }),
|
|
1249
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-background-secondary-heading` : void 0, children: "Background/Secondary" }),
|
|
1250
|
-
/* @__PURE__ */ jsx("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ jsx(
|
|
1251
|
-
Swatch,
|
|
1252
|
-
{
|
|
1253
|
-
id: id ? `${id}-background-secondary-normal` : void 0,
|
|
1254
|
-
className: "bg-background-secondary-normal",
|
|
1255
|
-
colorName: "Normal",
|
|
1256
|
-
colorHex: "#c1c1c1"
|
|
1257
|
-
}
|
|
1258
|
-
) }),
|
|
1259
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-background-brand-heading` : void 0, children: "Background/Brand" }),
|
|
1260
|
-
/* @__PURE__ */ jsx("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ jsx(
|
|
1261
|
-
Swatch,
|
|
1262
|
-
{
|
|
1263
|
-
id: id ? `${id}-background-brand-normal` : void 0,
|
|
1264
|
-
className: "bg-background-brand-normal",
|
|
1265
|
-
colorName: "Normal",
|
|
1266
|
-
colorHex: "#DF4405"
|
|
1267
|
-
}
|
|
1268
|
-
) }),
|
|
1269
|
-
/* @__PURE__ */ jsx(
|
|
1270
|
-
Heading3,
|
|
1271
|
-
{
|
|
1272
|
-
id: id ? `${id}-background-grouped-primary-heading` : void 0,
|
|
1273
|
-
children: "Background/Grouped Primary"
|
|
1274
|
-
}
|
|
1275
|
-
),
|
|
1276
|
-
/* @__PURE__ */ jsx("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ jsx(
|
|
1277
|
-
Swatch,
|
|
1278
|
-
{
|
|
1279
|
-
id: id ? `${id}-background-grouped-primary-normal` : void 0,
|
|
1280
|
-
className: "bg-background-grouped-primary-normal",
|
|
1281
|
-
colorName: "Normal",
|
|
1282
|
-
colorHex: "#FFFFFF"
|
|
1283
|
-
}
|
|
1284
|
-
) }),
|
|
1285
|
-
/* @__PURE__ */ jsx(
|
|
1286
|
-
Heading3,
|
|
1287
|
-
{
|
|
1288
|
-
id: id ? `${id}-background-grouped-secondary-heading` : void 0,
|
|
1289
|
-
children: "Background/Grouped Secondary"
|
|
1290
|
-
}
|
|
1291
|
-
),
|
|
1292
|
-
/* @__PURE__ */ jsx("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ jsx(
|
|
1293
|
-
Swatch,
|
|
1294
|
-
{
|
|
1295
|
-
id: id ? `${id}-background-grouped-secondary-normal` : void 0,
|
|
1296
|
-
className: "bg-background-grouped-secondary-normal",
|
|
1297
|
-
colorName: "Normal",
|
|
1298
|
-
colorHex: "#f7f7f7"
|
|
1299
|
-
}
|
|
1300
|
-
) }),
|
|
1301
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-background-action-primary-heading` : void 0, children: "Background/Action Primary" }),
|
|
1302
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
1303
|
-
/* @__PURE__ */ jsx(
|
|
1304
|
-
Swatch,
|
|
1305
|
-
{
|
|
1306
|
-
id: id ? `${id}-background-action-primary-normal` : void 0,
|
|
1307
|
-
className: "bg-background-action-primary-normal",
|
|
1308
|
-
colorName: "Normal",
|
|
1309
|
-
colorHex: "#0077C8"
|
|
1310
|
-
}
|
|
1311
|
-
),
|
|
1312
|
-
/* @__PURE__ */ jsx(
|
|
1313
|
-
Swatch,
|
|
1314
|
-
{
|
|
1315
|
-
id: id ? `${id}-background-action-primary-hover` : void 0,
|
|
1316
|
-
className: "bg-background-action-primary-hover",
|
|
1317
|
-
colorName: "Hover",
|
|
1318
|
-
colorHex: "#00365A"
|
|
1319
|
-
}
|
|
1320
|
-
),
|
|
1321
|
-
/* @__PURE__ */ jsx(
|
|
1322
|
-
Swatch,
|
|
1323
|
-
{
|
|
1324
|
-
id: id ? `${id}-background-action-primary-active` : void 0,
|
|
1325
|
-
className: "bg-background-action-primary-active",
|
|
1326
|
-
colorName: "Active",
|
|
1327
|
-
colorHex: "#459AD4"
|
|
1328
|
-
}
|
|
1329
|
-
),
|
|
1330
|
-
/* @__PURE__ */ jsx(
|
|
1331
|
-
Swatch,
|
|
1332
|
-
{
|
|
1333
|
-
id: id ? `${id}-background-action-primary-disabled` : void 0,
|
|
1334
|
-
className: "bg-background-action-primary-disabled",
|
|
1335
|
-
colorName: "Disabled",
|
|
1336
|
-
colorHex: "#EBEBEB"
|
|
1337
|
-
}
|
|
1338
|
-
)
|
|
1339
|
-
] }),
|
|
1340
|
-
/* @__PURE__ */ jsx(
|
|
1341
|
-
Heading3,
|
|
1342
|
-
{
|
|
1343
|
-
id: id ? `${id}-background-action-secondary-heading` : void 0,
|
|
1344
|
-
children: "Background/Action Secondary"
|
|
1345
|
-
}
|
|
1346
|
-
),
|
|
1347
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
1348
|
-
/* @__PURE__ */ jsx(
|
|
1349
|
-
Swatch,
|
|
1350
|
-
{
|
|
1351
|
-
id: id ? `${id}-background-action-secondary-normal` : void 0,
|
|
1352
|
-
className: "bg-background-action-secondary-normal",
|
|
1353
|
-
colorName: "Normal",
|
|
1354
|
-
colorHex: "#FFFFFF"
|
|
1355
|
-
}
|
|
1356
|
-
),
|
|
1357
|
-
/* @__PURE__ */ jsx(
|
|
1358
|
-
Swatch,
|
|
1359
|
-
{
|
|
1360
|
-
id: id ? `${id}-background-action-secondary-hover` : void 0,
|
|
1361
|
-
className: "bg-background-action-secondary-hover",
|
|
1362
|
-
colorName: "Hover",
|
|
1363
|
-
colorHex: "#E7F2F9"
|
|
1364
|
-
}
|
|
1365
|
-
),
|
|
1366
|
-
/* @__PURE__ */ jsx(
|
|
1367
|
-
Swatch,
|
|
1368
|
-
{
|
|
1369
|
-
id: id ? `${id}-background-action-secondary-active` : void 0,
|
|
1370
|
-
className: "bg-background-action-secondary-active",
|
|
1371
|
-
colorName: "Active",
|
|
1372
|
-
colorHex: "#FFFFFF"
|
|
1373
|
-
}
|
|
1374
|
-
),
|
|
1375
|
-
/* @__PURE__ */ jsx(
|
|
1376
|
-
Swatch,
|
|
1377
|
-
{
|
|
1378
|
-
id: id ? `${id}-background-action-secondary-disabled` : void 0,
|
|
1379
|
-
className: "bg-background-action-secondary-disabled",
|
|
1380
|
-
colorName: "Disabled",
|
|
1381
|
-
colorHex: "#EBEBEB"
|
|
1382
|
-
}
|
|
1383
|
-
)
|
|
1384
|
-
] }),
|
|
1385
|
-
/* @__PURE__ */ jsx(
|
|
1386
|
-
Heading3,
|
|
1387
|
-
{
|
|
1388
|
-
id: id ? `${id}-background-action-critical-primary-heading` : void 0,
|
|
1389
|
-
children: "Background/Action Critical Primary"
|
|
1390
|
-
}
|
|
1391
|
-
),
|
|
1392
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
1393
|
-
/* @__PURE__ */ jsx(
|
|
1394
|
-
Swatch,
|
|
1395
|
-
{
|
|
1396
|
-
id: id ? `${id}-background-action-critical-primary-normal` : void 0,
|
|
1397
|
-
className: "bg-background-action-critical-primary-normal",
|
|
1398
|
-
colorName: "Normal",
|
|
1399
|
-
colorHex: "#CC391F"
|
|
1400
|
-
}
|
|
1401
|
-
),
|
|
1402
|
-
/* @__PURE__ */ jsx(
|
|
1403
|
-
Swatch,
|
|
1404
|
-
{
|
|
1405
|
-
id: id ? `${id}-background-action-critical-primary-hover` : void 0,
|
|
1406
|
-
className: "bg-background-action-critical-primary-hover",
|
|
1407
|
-
colorName: "Hover",
|
|
1408
|
-
colorHex: "#892615"
|
|
1409
|
-
}
|
|
1410
|
-
),
|
|
1411
|
-
/* @__PURE__ */ jsx(
|
|
1412
|
-
Swatch,
|
|
1413
|
-
{
|
|
1414
|
-
id: id ? `${id}-background-action-critical-primary-active` : void 0,
|
|
1415
|
-
className: "bg-background-action-critical-primary-active",
|
|
1416
|
-
colorName: "Active",
|
|
1417
|
-
colorHex: "#DD5E48"
|
|
1418
|
-
}
|
|
1419
|
-
),
|
|
1420
|
-
/* @__PURE__ */ jsx(
|
|
1421
|
-
Swatch,
|
|
1422
|
-
{
|
|
1423
|
-
id: id ? `${id}-background-action-critical-primary-disabled` : void 0,
|
|
1424
|
-
className: "bg-background-action-critical-primary-disabled",
|
|
1425
|
-
colorName: "Disabled",
|
|
1426
|
-
colorHex: "#EBEBEB"
|
|
1427
|
-
}
|
|
1428
|
-
)
|
|
1429
|
-
] }),
|
|
1430
|
-
/* @__PURE__ */ jsx(
|
|
1431
|
-
Heading3,
|
|
1432
|
-
{
|
|
1433
|
-
id: id ? `${id}-background-action-critical-secondary-heading` : void 0,
|
|
1434
|
-
children: "Background/Action Critical Secondary"
|
|
1435
|
-
}
|
|
1436
|
-
),
|
|
1437
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-row gap-4", children: [
|
|
1438
|
-
/* @__PURE__ */ jsx(
|
|
1439
|
-
Swatch,
|
|
1440
|
-
{
|
|
1441
|
-
id: id ? `${id}-background-action-critical-secondary-normal` : void 0,
|
|
1442
|
-
className: "bg-background-action-critical-secondary-normal",
|
|
1443
|
-
colorName: "Normal",
|
|
1444
|
-
colorHex: "#FFFFFF"
|
|
1445
|
-
}
|
|
1446
|
-
),
|
|
1447
|
-
/* @__PURE__ */ jsx(
|
|
1448
|
-
Swatch,
|
|
1449
|
-
{
|
|
1450
|
-
id: id ? `${id}-background-action-critical-secondary-hover` : void 0,
|
|
1451
|
-
className: "bg-background-action-critical-secondary-hover",
|
|
1452
|
-
colorName: "Hover",
|
|
1453
|
-
colorHex: "#FBEDEA"
|
|
1454
|
-
}
|
|
1455
|
-
),
|
|
1456
|
-
/* @__PURE__ */ jsx(
|
|
1457
|
-
Swatch,
|
|
1458
|
-
{
|
|
1459
|
-
id: id ? `${id}-background-action-critical-secondary-active` : void 0,
|
|
1460
|
-
className: "bg-background-action-critical-secondary-active",
|
|
1461
|
-
colorName: "Active",
|
|
1462
|
-
colorHex: "#FFFFFF"
|
|
1463
|
-
}
|
|
1464
|
-
),
|
|
1465
|
-
/* @__PURE__ */ jsx(
|
|
1466
|
-
Swatch,
|
|
1467
|
-
{
|
|
1468
|
-
id: id ? `${id}-background-action-critical-secondary-disabled` : void 0,
|
|
1469
|
-
className: "bg-background-action-critical-secondary-disabled",
|
|
1470
|
-
colorName: "Disabled",
|
|
1471
|
-
colorHex: "#EBEBEB"
|
|
1472
|
-
}
|
|
1473
|
-
)
|
|
1474
|
-
] }),
|
|
1475
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-background-success-heading` : void 0, children: "Background/Success" }),
|
|
1476
|
-
/* @__PURE__ */ jsx("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ jsx(
|
|
1477
|
-
Swatch,
|
|
1478
|
-
{
|
|
1479
|
-
id: id ? `${id}-background-success-normal` : void 0,
|
|
1480
|
-
className: "bg-background-success-normal",
|
|
1481
|
-
colorName: "Normal",
|
|
1482
|
-
colorHex: "#27D68B"
|
|
1483
|
-
}
|
|
1484
|
-
) }),
|
|
1485
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-background-warning-heading` : void 0, children: "Background/Warning" }),
|
|
1486
|
-
/* @__PURE__ */ jsx("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ jsx(
|
|
1487
|
-
Swatch,
|
|
1488
|
-
{
|
|
1489
|
-
id: id ? `${id}-background-warning-normal` : void 0,
|
|
1490
|
-
className: "bg-background-warning-normal",
|
|
1491
|
-
colorName: "Normal",
|
|
1492
|
-
colorHex: "#F0A913"
|
|
1493
|
-
}
|
|
1494
|
-
) }),
|
|
1495
|
-
/* @__PURE__ */ jsx(Heading3, { id: id ? `${id}-background-critical-heading` : void 0, children: "Background/Critical" }),
|
|
1496
|
-
/* @__PURE__ */ jsx("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ jsx(
|
|
1497
|
-
Swatch,
|
|
1498
|
-
{
|
|
1499
|
-
id: id ? `${id}-background-critical-normal` : void 0,
|
|
1500
|
-
className: "bg-background-critical-normal",
|
|
1501
|
-
colorName: "Normal",
|
|
1502
|
-
colorHex: "#CC391F"
|
|
1503
|
-
}
|
|
1504
|
-
) })
|
|
1505
|
-
]
|
|
1506
|
-
}
|
|
1507
|
-
);
|
|
1508
|
-
};
|
|
1509
|
-
Swatches.displayName = "Swatches";
|
|
1510
|
-
export {
|
|
1511
|
-
Swatch,
|
|
1512
|
-
Swatches
|
|
1513
|
-
};
|