@clickhouse/click-ui 0.7.0 → 0.9.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/dist/cjs/click-ui.css +1953 -119
- package/dist/cjs/components/Assets/Icons/Horizontal-Loading.cjs +13 -49
- package/dist/cjs/components/Assets/Icons/Horizontal-Loading.cjs.map +1 -1
- package/dist/cjs/components/Assets/Icons/Loaders.css +94 -0
- package/dist/cjs/components/Assets/Icons/Loaders.module.css.cjs +13 -0
- package/dist/cjs/components/Assets/Icons/Loaders.module.css.cjs.map +1 -0
- package/dist/cjs/components/Assets/Icons/Loading-Animated.cjs +8 -12
- package/dist/cjs/components/Assets/Icons/Loading-Animated.cjs.map +1 -1
- package/dist/cjs/components/Assets/Icons/Loading.cjs +13 -6
- package/dist/cjs/components/Assets/Icons/Loading.cjs.map +1 -1
- package/dist/cjs/components/AutoComplete/AutoComplete.css +97 -0
- package/dist/cjs/components/AutoComplete/AutoComplete.module.css.cjs +18 -0
- package/dist/cjs/components/AutoComplete/AutoComplete.module.css.cjs.map +1 -0
- package/dist/cjs/components/AutoComplete/index.cjs +14 -74
- package/dist/cjs/components/AutoComplete/index.cjs.map +1 -1
- package/dist/cjs/components/Button/BaseButton.cjs +10 -31
- package/dist/cjs/components/Button/BaseButton.cjs.map +1 -1
- package/dist/cjs/components/Button/BaseButton.css +40 -0
- package/dist/cjs/components/Button/BaseButton.module.css.cjs +10 -0
- package/dist/cjs/components/Button/BaseButton.module.css.cjs.map +1 -0
- package/dist/cjs/components/CardPromotion/CardPromotion.css +52 -0
- package/dist/cjs/components/CardPromotion/CardPromotion.module.css.cjs +21 -0
- package/dist/cjs/components/CardPromotion/CardPromotion.module.css.cjs.map +1 -0
- package/dist/cjs/components/CardPromotion/index.cjs +8 -54
- package/dist/cjs/components/CardPromotion/index.cjs.map +1 -1
- package/dist/cjs/components/CodeBlock/CodeBlock.css +48 -0
- package/dist/cjs/components/CodeBlock/CodeBlock.module.css.cjs +22 -0
- package/dist/cjs/components/CodeBlock/CodeBlock.module.css.cjs.map +1 -0
- package/dist/cjs/components/CodeBlock/InlineCodeBlock.cjs +7 -14
- package/dist/cjs/components/CodeBlock/InlineCodeBlock.cjs.map +1 -1
- package/dist/cjs/components/CodeBlock/InlineCodeBlock.css +10 -0
- package/dist/cjs/components/CodeBlock/InlineCodeBlock.module.css.cjs +12 -0
- package/dist/cjs/components/CodeBlock/InlineCodeBlock.module.css.cjs.map +1 -0
- package/dist/cjs/components/CodeBlock/index.cjs +18 -49
- package/dist/cjs/components/CodeBlock/index.cjs.map +1 -1
- package/dist/cjs/components/CodeBlock/useColorStyle.cjs +15 -0
- package/dist/cjs/components/CodeBlock/useColorStyle.cjs.map +1 -1
- package/dist/cjs/components/ContextMenu/ContextMenu.css +12 -0
- package/dist/cjs/components/ContextMenu/ContextMenu.module.css.cjs +8 -1
- package/dist/cjs/components/ContextMenu/ContextMenu.module.css.cjs.map +1 -1
- package/dist/cjs/components/ContextMenu/index.cjs +8 -20
- package/dist/cjs/components/ContextMenu/index.cjs.map +1 -1
- package/dist/cjs/components/CrossButton/CrossButton.css +12 -0
- package/dist/cjs/components/CrossButton/CrossButton.module.css.cjs +10 -0
- package/dist/cjs/components/CrossButton/CrossButton.module.css.cjs.map +1 -0
- package/dist/cjs/components/CrossButton/index.cjs +11 -18
- package/dist/cjs/components/CrossButton/index.cjs.map +1 -1
- package/dist/cjs/components/DatePicker/DateRangePicker.cjs +12 -2
- package/dist/cjs/components/DatePicker/DateRangePicker.cjs.map +1 -1
- package/dist/cjs/components/DatePicker/DateTimeRangePicker.cjs +1 -1
- package/dist/cjs/components/DatePicker/DateTimeRangePicker.cjs.map +1 -1
- package/dist/cjs/components/DatePicker/index.cjs +1 -3
- package/dist/cjs/components/DatePicker/index.cjs.map +1 -1
- package/dist/cjs/components/DatePicker/utils.cjs +3 -0
- package/dist/cjs/components/DatePicker/utils.cjs.map +1 -1
- package/dist/cjs/components/Dropdown/Dropdown.css +23 -0
- package/dist/cjs/components/Dropdown/Dropdown.module.css.cjs +3 -1
- package/dist/cjs/components/Dropdown/Dropdown.module.css.cjs.map +1 -1
- package/dist/cjs/components/Dropdown/index.cjs +12 -23
- package/dist/cjs/components/Dropdown/index.cjs.map +1 -1
- package/dist/cjs/components/EllipsisContent/EllipsisContent.css +21 -0
- package/dist/cjs/components/EllipsisContent/EllipsisContent.module.css.cjs +10 -0
- package/dist/cjs/components/EllipsisContent/EllipsisContent.module.css.cjs.map +1 -0
- package/dist/cjs/components/EllipsisContent/index.cjs +7 -6
- package/dist/cjs/components/EllipsisContent/index.cjs.map +1 -1
- package/dist/cjs/components/EmptyButton/EmptyButton.css +21 -0
- package/dist/cjs/components/EmptyButton/EmptyButton.module.css.cjs +10 -0
- package/dist/cjs/components/EmptyButton/EmptyButton.module.css.cjs.map +1 -0
- package/dist/cjs/components/EmptyButton/index.cjs +10 -4
- package/dist/cjs/components/EmptyButton/index.cjs.map +1 -1
- package/dist/cjs/components/FileTabs/FileTabs.css +167 -0
- package/dist/cjs/components/FileTabs/FileTabs.module.css.cjs +38 -0
- package/dist/cjs/components/FileTabs/FileTabs.module.css.cjs.map +1 -0
- package/dist/cjs/components/FileTabs/index.cjs +51 -80
- package/dist/cjs/components/FileTabs/index.cjs.map +1 -1
- package/dist/cjs/components/FileUpload/FileMultiUpload.cjs +3 -9
- package/dist/cjs/components/FileUpload/FileMultiUpload.cjs.map +1 -1
- package/dist/cjs/components/FileUpload/FileMultiUpload.css +8 -0
- package/dist/cjs/components/FileUpload/FileMultiUpload.module.css.cjs +10 -0
- package/dist/cjs/components/FileUpload/FileMultiUpload.module.css.cjs.map +1 -0
- package/dist/cjs/components/FileUpload/FileUpload.stories-common.css +14 -0
- package/dist/cjs/components/FileUpload/FileUploadArea.cjs +87 -64
- package/dist/cjs/components/FileUpload/FileUploadArea.cjs.map +1 -1
- package/dist/cjs/components/FileUpload/FileUploadArea.css +130 -0
- package/dist/cjs/components/FileUpload/FileUploadArea.module.css.cjs +38 -0
- package/dist/cjs/components/FileUpload/FileUploadArea.module.css.cjs.map +1 -0
- package/dist/cjs/components/FileUpload/FileUploadItem.cjs +56 -64
- package/dist/cjs/components/FileUpload/FileUploadItem.cjs.map +1 -1
- package/dist/cjs/components/FileUpload/FileUploadItem.css +82 -0
- package/dist/cjs/components/FileUpload/FileUploadItem.module.css.cjs +27 -0
- package/dist/cjs/components/FileUpload/FileUploadItem.module.css.cjs.map +1 -0
- package/dist/cjs/components/FormContainer/Error.cjs +8 -9
- package/dist/cjs/components/FormContainer/Error.cjs.map +1 -1
- package/dist/cjs/components/FormContainer/Error.css +4 -0
- package/dist/cjs/components/FormContainer/Error.module.css.cjs +12 -0
- package/dist/cjs/components/FormContainer/Error.module.css.cjs.map +1 -0
- package/dist/cjs/components/FormContainer/FormElementContainer.cjs +8 -6
- package/dist/cjs/components/FormContainer/FormElementContainer.cjs.map +1 -1
- package/dist/cjs/components/FormContainer/FormElementContainer.css +14 -0
- package/dist/cjs/components/FormContainer/FormElementContainer.module.css.cjs +10 -0
- package/dist/cjs/components/FormContainer/FormElementContainer.module.css.cjs.map +1 -0
- package/dist/cjs/components/FormContainer/FormRoot.cjs +32 -18
- package/dist/cjs/components/FormContainer/FormRoot.cjs.map +1 -1
- package/dist/cjs/components/FormContainer/FormRoot.css +33 -0
- package/dist/cjs/components/FormContainer/FormRoot.module.css.cjs +15 -0
- package/dist/cjs/components/FormContainer/FormRoot.module.css.cjs.map +1 -0
- package/dist/cjs/components/Grid/Cell.cjs +1 -3
- package/dist/cjs/components/Grid/Cell.cjs.map +1 -1
- package/dist/cjs/components/Grid/ColumnResizer.cjs +18 -15
- package/dist/cjs/components/Grid/ColumnResizer.cjs.map +1 -1
- package/dist/cjs/components/Grid/ColumnResizer.css +22 -0
- package/dist/cjs/components/Grid/ColumnResizer.module.css.cjs +11 -0
- package/dist/cjs/components/Grid/ColumnResizer.module.css.cjs.map +1 -0
- package/dist/cjs/components/Grid/Grid.css +34 -0
- package/dist/cjs/components/Grid/Grid.module.css.cjs +21 -0
- package/dist/cjs/components/Grid/Grid.module.css.cjs.map +1 -0
- package/dist/cjs/components/Grid/Header.cjs +22 -43
- package/dist/cjs/components/Grid/Header.cjs.map +1 -1
- package/dist/cjs/components/Grid/Header.css +44 -0
- package/dist/cjs/components/Grid/Header.module.css.cjs +19 -0
- package/dist/cjs/components/Grid/Header.module.css.cjs.map +1 -0
- package/dist/cjs/components/Grid/RowNumberColumn.cjs +12 -29
- package/dist/cjs/components/Grid/RowNumberColumn.cjs.map +1 -1
- package/dist/cjs/components/Grid/RowNumberColumn.css +22 -0
- package/dist/cjs/components/Grid/RowNumberColumn.module.css.cjs +12 -0
- package/dist/cjs/components/Grid/RowNumberColumn.module.css.cjs.map +1 -0
- package/dist/cjs/components/Grid/StyledCell.cjs +84 -56
- package/dist/cjs/components/Grid/StyledCell.cjs.map +1 -1
- package/dist/cjs/components/Grid/StyledCell.css +146 -0
- package/dist/cjs/components/Grid/StyledCell.module.css.cjs +47 -0
- package/dist/cjs/components/Grid/StyledCell.module.css.cjs.map +1 -0
- package/dist/cjs/components/Grid/index.cjs +30 -30
- package/dist/cjs/components/Grid/index.cjs.map +1 -1
- package/dist/cjs/components/GridCenter/GridCenter.css +6 -0
- package/dist/cjs/components/GridContainer/GridContainer.css +71 -0
- package/dist/cjs/components/GridContainer/GridContainer.module.css.cjs +12 -0
- package/dist/cjs/components/GridContainer/GridContainer.module.css.cjs.map +1 -0
- package/dist/cjs/components/GridContainer/index.cjs +64 -64
- package/dist/cjs/components/GridContainer/index.cjs.map +1 -1
- package/dist/cjs/components/MiddleTruncator/MiddleTruncator.css +22 -0
- package/dist/cjs/components/MiddleTruncator/MiddleTruncator.module.css.cjs +18 -0
- package/dist/cjs/components/MiddleTruncator/MiddleTruncator.module.css.cjs.map +1 -0
- package/dist/cjs/components/MiddleTruncator/index.cjs +5 -17
- package/dist/cjs/components/MiddleTruncator/index.cjs.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.css +7 -0
- package/dist/cjs/components/Pagination/Pagination.module.css.cjs +10 -0
- package/dist/cjs/components/Pagination/Pagination.module.css.cjs.map +1 -0
- package/dist/cjs/components/Pagination/index.cjs +3 -5
- package/dist/cjs/components/Pagination/index.cjs.map +1 -1
- package/dist/cjs/components/Panel/Panel.css +116 -0
- package/dist/cjs/components/Panel/Panel.module.css.cjs +87 -0
- package/dist/cjs/components/Panel/Panel.module.css.cjs.map +1 -0
- package/dist/cjs/components/Panel/index.cjs +85 -35
- package/dist/cjs/components/Panel/index.cjs.map +1 -1
- package/dist/cjs/components/Popover/Popover.css +20 -0
- package/dist/cjs/components/Popover/Popover.module.css.cjs +5 -1
- package/dist/cjs/components/Popover/Popover.module.css.cjs.map +1 -1
- package/dist/cjs/components/Popover/index.cjs +2 -18
- package/dist/cjs/components/Popover/index.cjs.map +1 -1
- package/dist/cjs/components/Select/MultiSelectValue.cjs +4 -9
- package/dist/cjs/components/Select/MultiSelectValue.cjs.map +1 -1
- package/dist/cjs/components/Select/MultiSelectValue.css +19 -0
- package/dist/cjs/components/Select/MultiSelectValue.module.css.cjs +11 -0
- package/dist/cjs/components/Select/MultiSelectValue.module.css.cjs.map +1 -0
- package/dist/cjs/components/Select/SingleSelectValue.cjs +3 -5
- package/dist/cjs/components/Select/SingleSelectValue.cjs.map +1 -1
- package/dist/cjs/components/Select/SingleSelectValue.css +10 -0
- package/dist/cjs/components/Select/SingleSelectValue.module.css.cjs +10 -0
- package/dist/cjs/components/Select/SingleSelectValue.module.css.cjs.map +1 -0
- package/dist/cjs/components/Select/common/InternalSelect.cjs +18 -23
- package/dist/cjs/components/Select/common/InternalSelect.cjs.map +1 -1
- package/dist/cjs/components/Select/common/SelectComponents.cjs +110 -0
- package/dist/cjs/components/Select/common/SelectComponents.cjs.map +1 -0
- package/dist/cjs/components/Select/common/SelectComponents.css +296 -0
- package/dist/cjs/components/Select/common/SelectComponents.module.css.cjs +31 -0
- package/dist/cjs/components/Select/common/SelectComponents.module.css.cjs.map +1 -0
- package/dist/cjs/components/SplitButton/SplitButton.css +138 -0
- package/dist/cjs/components/SplitButton/SplitButton.module.css.cjs +19 -0
- package/dist/cjs/components/SplitButton/SplitButton.module.css.cjs.map +1 -0
- package/dist/cjs/components/SplitButton/index.cjs +42 -88
- package/dist/cjs/components/SplitButton/index.cjs.map +1 -1
- package/dist/cjs/components/Table/Table.css +0 -1
- package/dist/esm/click-ui.css +1953 -119
- package/dist/esm/components/Assets/Icons/Horizontal-Loading.js +13 -49
- package/dist/esm/components/Assets/Icons/Horizontal-Loading.js.map +1 -1
- package/dist/esm/components/Assets/Icons/Loaders.css +94 -0
- package/dist/esm/components/Assets/Icons/Loaders.module.css.js +8 -0
- package/dist/esm/components/Assets/Icons/Loaders.module.css.js.map +1 -0
- package/dist/esm/components/Assets/Icons/Loading-Animated.js +9 -13
- package/dist/esm/components/Assets/Icons/Loading-Animated.js.map +1 -1
- package/dist/esm/components/Assets/Icons/Loading.js +13 -6
- package/dist/esm/components/Assets/Icons/Loading.js.map +1 -1
- package/dist/esm/components/Assets/Icons/system/IconsLight.js +2 -2
- package/dist/esm/components/Assets/Icons/system/IconsLight.js.map +1 -1
- package/dist/esm/components/AutoComplete/AutoComplete.css +97 -0
- package/dist/esm/components/AutoComplete/AutoComplete.module.css.js +14 -0
- package/dist/esm/components/AutoComplete/AutoComplete.module.css.js.map +1 -0
- package/dist/esm/components/AutoComplete/index.js +15 -75
- package/dist/esm/components/AutoComplete/index.js.map +1 -1
- package/dist/esm/components/Button/BaseButton.css +40 -0
- package/dist/esm/components/Button/BaseButton.js +11 -32
- package/dist/esm/components/Button/BaseButton.js.map +1 -1
- package/dist/esm/components/Button/BaseButton.module.css.js +6 -0
- package/dist/esm/components/Button/BaseButton.module.css.js.map +1 -0
- package/dist/esm/components/CardPromotion/CardPromotion.css +52 -0
- package/dist/esm/components/CardPromotion/CardPromotion.module.css.js +13 -0
- package/dist/esm/components/CardPromotion/CardPromotion.module.css.js.map +1 -0
- package/dist/esm/components/CardPromotion/index.js +8 -54
- package/dist/esm/components/CardPromotion/index.js.map +1 -1
- package/dist/esm/components/CodeBlock/CodeBlock.css +48 -0
- package/dist/esm/components/CodeBlock/CodeBlock.module.css.js +14 -0
- package/dist/esm/components/CodeBlock/CodeBlock.module.css.js.map +1 -0
- package/dist/esm/components/CodeBlock/InlineCodeBlock.css +10 -0
- package/dist/esm/components/CodeBlock/InlineCodeBlock.js +7 -14
- package/dist/esm/components/CodeBlock/InlineCodeBlock.js.map +1 -1
- package/dist/esm/components/CodeBlock/InlineCodeBlock.module.css.js +7 -0
- package/dist/esm/components/CodeBlock/InlineCodeBlock.module.css.js.map +1 -0
- package/dist/esm/components/CodeBlock/index.js +20 -51
- package/dist/esm/components/CodeBlock/index.js.map +1 -1
- package/dist/esm/components/CodeBlock/useColorStyle.js +14 -1
- package/dist/esm/components/CodeBlock/useColorStyle.js.map +1 -1
- package/dist/esm/components/ContextMenu/ContextMenu.css +12 -0
- package/dist/esm/components/ContextMenu/ContextMenu.module.css.js +7 -2
- package/dist/esm/components/ContextMenu/ContextMenu.module.css.js.map +1 -1
- package/dist/esm/components/ContextMenu/index.js +8 -20
- package/dist/esm/components/ContextMenu/index.js.map +1 -1
- package/dist/esm/components/CrossButton/CrossButton.css +12 -0
- package/dist/esm/components/CrossButton/CrossButton.module.css.js +6 -0
- package/dist/esm/components/CrossButton/CrossButton.module.css.js.map +1 -0
- package/dist/esm/components/CrossButton/index.js +11 -18
- package/dist/esm/components/CrossButton/index.js.map +1 -1
- package/dist/esm/components/DatePicker/DateRangePicker.js +14 -4
- package/dist/esm/components/DatePicker/DateRangePicker.js.map +1 -1
- package/dist/esm/components/DatePicker/DateTimeRangePicker.js +1 -1
- package/dist/esm/components/DatePicker/DateTimeRangePicker.js.map +1 -1
- package/dist/esm/components/DatePicker/index.js +2 -4
- package/dist/esm/components/DatePicker/index.js.map +1 -1
- package/dist/esm/components/DatePicker/utils.js +3 -1
- package/dist/esm/components/DatePicker/utils.js.map +1 -1
- package/dist/esm/components/Dropdown/Dropdown.css +23 -0
- package/dist/esm/components/Dropdown/Dropdown.module.css.js +3 -1
- package/dist/esm/components/Dropdown/Dropdown.module.css.js.map +1 -1
- package/dist/esm/components/Dropdown/index.js +12 -23
- package/dist/esm/components/Dropdown/index.js.map +1 -1
- package/dist/esm/components/EllipsisContent/EllipsisContent.css +21 -0
- package/dist/esm/components/EllipsisContent/EllipsisContent.module.css.js +6 -0
- package/dist/esm/components/EllipsisContent/EllipsisContent.module.css.js.map +1 -0
- package/dist/esm/components/EllipsisContent/index.js +7 -6
- package/dist/esm/components/EllipsisContent/index.js.map +1 -1
- package/dist/esm/components/EmptyButton/EmptyButton.css +21 -0
- package/dist/esm/components/EmptyButton/EmptyButton.module.css.js +6 -0
- package/dist/esm/components/EmptyButton/EmptyButton.module.css.js.map +1 -0
- package/dist/esm/components/EmptyButton/index.js +10 -4
- package/dist/esm/components/EmptyButton/index.js.map +1 -1
- package/dist/esm/components/FileTabs/FileTabs.css +167 -0
- package/dist/esm/components/FileTabs/FileTabs.module.css.js +26 -0
- package/dist/esm/components/FileTabs/FileTabs.module.css.js.map +1 -0
- package/dist/esm/components/FileTabs/index.js +51 -80
- package/dist/esm/components/FileTabs/index.js.map +1 -1
- package/dist/esm/components/FileUpload/FileMultiUpload.css +8 -0
- package/dist/esm/components/FileUpload/FileMultiUpload.js +3 -9
- package/dist/esm/components/FileUpload/FileMultiUpload.js.map +1 -1
- package/dist/esm/components/FileUpload/FileMultiUpload.module.css.js +6 -0
- package/dist/esm/components/FileUpload/FileMultiUpload.module.css.js.map +1 -0
- package/dist/esm/components/FileUpload/FileUpload.stories-common.css +14 -0
- package/dist/esm/components/FileUpload/FileUploadArea.css +130 -0
- package/dist/esm/components/FileUpload/FileUploadArea.js +87 -64
- package/dist/esm/components/FileUpload/FileUploadArea.js.map +1 -1
- package/dist/esm/components/FileUpload/FileUploadArea.module.css.js +32 -0
- package/dist/esm/components/FileUpload/FileUploadArea.module.css.js.map +1 -0
- package/dist/esm/components/FileUpload/FileUploadItem.css +82 -0
- package/dist/esm/components/FileUpload/FileUploadItem.js +56 -64
- package/dist/esm/components/FileUpload/FileUploadItem.js.map +1 -1
- package/dist/esm/components/FileUpload/FileUploadItem.module.css.js +21 -0
- package/dist/esm/components/FileUpload/FileUploadItem.module.css.js.map +1 -0
- package/dist/esm/components/FormContainer/Error.css +4 -0
- package/dist/esm/components/FormContainer/Error.js +8 -9
- package/dist/esm/components/FormContainer/Error.js.map +1 -1
- package/dist/esm/components/FormContainer/Error.module.css.js +7 -0
- package/dist/esm/components/FormContainer/Error.module.css.js.map +1 -0
- package/dist/esm/components/FormContainer/FormElementContainer.css +14 -0
- package/dist/esm/components/FormContainer/FormElementContainer.js +8 -6
- package/dist/esm/components/FormContainer/FormElementContainer.js.map +1 -1
- package/dist/esm/components/FormContainer/FormElementContainer.module.css.js +6 -0
- package/dist/esm/components/FormContainer/FormElementContainer.module.css.js.map +1 -0
- package/dist/esm/components/FormContainer/FormRoot.css +33 -0
- package/dist/esm/components/FormContainer/FormRoot.js +32 -18
- package/dist/esm/components/FormContainer/FormRoot.js.map +1 -1
- package/dist/esm/components/FormContainer/FormRoot.module.css.js +11 -0
- package/dist/esm/components/FormContainer/FormRoot.module.css.js.map +1 -0
- package/dist/esm/components/Grid/Cell.js +1 -3
- package/dist/esm/components/Grid/Cell.js.map +1 -1
- package/dist/esm/components/Grid/ColumnResizer.css +22 -0
- package/dist/esm/components/Grid/ColumnResizer.js +18 -15
- package/dist/esm/components/Grid/ColumnResizer.js.map +1 -1
- package/dist/esm/components/Grid/ColumnResizer.module.css.js +7 -0
- package/dist/esm/components/Grid/ColumnResizer.module.css.js.map +1 -0
- package/dist/esm/components/Grid/Grid.css +34 -0
- package/dist/esm/components/Grid/Grid.module.css.js +13 -0
- package/dist/esm/components/Grid/Grid.module.css.js.map +1 -0
- package/dist/esm/components/Grid/Header.css +44 -0
- package/dist/esm/components/Grid/Header.js +22 -43
- package/dist/esm/components/Grid/Header.js.map +1 -1
- package/dist/esm/components/Grid/Header.module.css.js +13 -0
- package/dist/esm/components/Grid/Header.module.css.js.map +1 -0
- package/dist/esm/components/Grid/RowNumberColumn.css +22 -0
- package/dist/esm/components/Grid/RowNumberColumn.js +12 -29
- package/dist/esm/components/Grid/RowNumberColumn.js.map +1 -1
- package/dist/esm/components/Grid/RowNumberColumn.module.css.js +8 -0
- package/dist/esm/components/Grid/RowNumberColumn.module.css.js.map +1 -0
- package/dist/esm/components/Grid/StyledCell.css +146 -0
- package/dist/esm/components/Grid/StyledCell.js +84 -56
- package/dist/esm/components/Grid/StyledCell.js.map +1 -1
- package/dist/esm/components/Grid/StyledCell.module.css.js +32 -0
- package/dist/esm/components/Grid/StyledCell.module.css.js.map +1 -0
- package/dist/esm/components/Grid/index.js +30 -30
- package/dist/esm/components/Grid/index.js.map +1 -1
- package/dist/esm/components/GridCenter/GridCenter.css +6 -0
- package/dist/esm/components/GridContainer/GridContainer.css +71 -0
- package/dist/esm/components/GridContainer/GridContainer.module.css.js +8 -0
- package/dist/esm/components/GridContainer/GridContainer.module.css.js.map +1 -0
- package/dist/esm/components/GridContainer/index.js +65 -65
- package/dist/esm/components/GridContainer/index.js.map +1 -1
- package/dist/esm/components/MiddleTruncator/MiddleTruncator.css +22 -0
- package/dist/esm/components/MiddleTruncator/MiddleTruncator.module.css.js +11 -0
- package/dist/esm/components/MiddleTruncator/MiddleTruncator.module.css.js.map +1 -0
- package/dist/esm/components/MiddleTruncator/index.js +5 -17
- package/dist/esm/components/MiddleTruncator/index.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.css +7 -0
- package/dist/esm/components/Pagination/Pagination.module.css.js +6 -0
- package/dist/esm/components/Pagination/Pagination.module.css.js.map +1 -0
- package/dist/esm/components/Pagination/index.js +3 -5
- package/dist/esm/components/Pagination/index.js.map +1 -1
- package/dist/esm/components/Panel/Panel.css +116 -0
- package/dist/esm/components/Panel/Panel.module.css.js +58 -0
- package/dist/esm/components/Panel/Panel.module.css.js.map +1 -0
- package/dist/esm/components/Panel/index.js +85 -35
- package/dist/esm/components/Panel/index.js.map +1 -1
- package/dist/esm/components/Popover/Popover.css +20 -0
- package/dist/esm/components/Popover/Popover.module.css.js +5 -2
- package/dist/esm/components/Popover/Popover.module.css.js.map +1 -1
- package/dist/esm/components/Popover/index.js +2 -18
- package/dist/esm/components/Popover/index.js.map +1 -1
- package/dist/esm/components/Select/MultiSelectValue.css +19 -0
- package/dist/esm/components/Select/MultiSelectValue.js +4 -9
- package/dist/esm/components/Select/MultiSelectValue.js.map +1 -1
- package/dist/esm/components/Select/MultiSelectValue.module.css.js +7 -0
- package/dist/esm/components/Select/MultiSelectValue.module.css.js.map +1 -0
- package/dist/esm/components/Select/SingleSelectValue.css +10 -0
- package/dist/esm/components/Select/SingleSelectValue.js +3 -5
- package/dist/esm/components/Select/SingleSelectValue.js.map +1 -1
- package/dist/esm/components/Select/SingleSelectValue.module.css.js +6 -0
- package/dist/esm/components/Select/SingleSelectValue.module.css.js.map +1 -0
- package/dist/esm/components/Select/common/InternalSelect.js +4 -9
- package/dist/esm/components/Select/common/InternalSelect.js.map +1 -1
- package/dist/esm/components/Select/common/SelectComponents.css +296 -0
- package/dist/esm/components/Select/common/SelectComponents.js +92 -0
- package/dist/esm/components/Select/common/SelectComponents.js.map +1 -0
- package/dist/esm/components/Select/common/SelectComponents.module.css.js +27 -0
- package/dist/esm/components/Select/common/SelectComponents.module.css.js.map +1 -0
- package/dist/esm/components/SplitButton/SplitButton.css +138 -0
- package/dist/esm/components/SplitButton/SplitButton.module.css.js +15 -0
- package/dist/esm/components/SplitButton/SplitButton.module.css.js.map +1 -0
- package/dist/esm/components/SplitButton/index.js +43 -89
- package/dist/esm/components/SplitButton/index.js.map +1 -1
- package/dist/esm/components/Table/Table.css +0 -1
- package/dist/types/components/Assets/Icons/Horizontal-Loading.d.ts +2 -3
- package/dist/types/components/Assets/Icons/Loading-Animated.d.ts +2 -3
- package/dist/types/components/Assets/Icons/Loading.d.ts +2 -4
- package/dist/types/components/AutoComplete/AutoComplete.d.ts +1 -1
- package/dist/types/components/Button/BaseButton.d.ts +2 -1
- package/dist/types/components/CardPromotion/CardPromotion.d.ts +1 -1
- package/dist/types/components/CodeBlock/CodeBlock.d.ts +1 -1
- package/dist/types/components/CodeBlock/InlineCodeBlock.d.ts +1 -1
- package/dist/types/components/CodeBlock/useColorStyle.d.ts +6 -112
- package/dist/types/components/ContextMenu/ContextMenu.d.ts +1 -1
- package/dist/types/components/CrossButton/CrossButton.d.ts +2 -7
- package/dist/types/components/DatePicker/DateRangePicker.d.ts +2 -1
- package/dist/types/components/DatePicker/utils.d.ts +1 -0
- package/dist/types/components/Dropdown/Dropdown.d.ts +2 -2
- package/dist/types/components/EmptyButton/EmptyButton.d.ts +2 -1
- package/dist/types/components/FileTabs/FileTabs.d.ts +3 -3
- package/dist/types/components/FileUpload/FileUpload.stories-common.d.ts +4 -1
- package/dist/types/components/FormContainer/Error.d.ts +2 -1
- package/dist/types/components/FormContainer/FormElementContainer.d.ts +2 -1
- package/dist/types/components/FormContainer/FormRoot.d.ts +6 -4
- package/dist/types/components/Grid/RowNumberColumn.d.ts +1 -2
- package/dist/types/components/Grid/StyledCell.d.ts +10 -5
- package/dist/types/components/GridCenter/GridCenter.d.ts +9 -1
- package/dist/types/components/Panel/Panel.d.ts +2 -39
- package/dist/types/components/Select/common/SelectComponents.d.ts +33 -0
- package/dist/types/components/SplitButton/SplitButton.d.ts +1 -1
- package/package.json +1 -1
- package/dist/cjs/components/Select/common/SelectStyled.cjs +0 -194
- package/dist/cjs/components/Select/common/SelectStyled.cjs.map +0 -1
- package/dist/esm/components/Select/common/SelectStyled.js +0 -176
- package/dist/esm/components/Select/common/SelectStyled.js.map +0 -1
- package/dist/types/components/Select/common/SelectStyled.d.ts +0 -34
package/dist/esm/click-ui.css
CHANGED
|
@@ -132,6 +132,16 @@
|
|
|
132
132
|
width: var(--click-image-xxl-size-width);
|
|
133
133
|
height: var(--click-image-xxl-size-height);
|
|
134
134
|
}
|
|
135
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. codeInline) */
|
|
136
|
+
|
|
137
|
+
.inline__jYdpl {
|
|
138
|
+
padding: 0 var(--click-codeInline-space-x);
|
|
139
|
+
border: 1px solid var(--click-codeInline-color-stroke-default);
|
|
140
|
+
border-radius: var(--click-codeInline-radii-all);
|
|
141
|
+
background: var(--click-codeInline-color-background-default);
|
|
142
|
+
color: var(--click-codeInline-color-text-default);
|
|
143
|
+
font: var(--click-codeInline-typography-text-default);
|
|
144
|
+
}
|
|
135
145
|
/* Design tokens use camelCase segments (e.g. fieldText). */
|
|
136
146
|
/* stylelint-disable custom-property-pattern */
|
|
137
147
|
/* The original styled-components used vendor-prefixed autofill/appearance
|
|
@@ -353,6 +363,57 @@
|
|
|
353
363
|
gap: var(--click-field-space-gap);
|
|
354
364
|
white-space: nowrap;
|
|
355
365
|
}
|
|
366
|
+
.form-root__BT-Th {
|
|
367
|
+
display: flex;
|
|
368
|
+
width: 100%;
|
|
369
|
+
flex-direction: column-reverse;
|
|
370
|
+
align-items: flex-start;
|
|
371
|
+
gap: var(--click-field-space-gap);
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.form-root__BT-Th * {
|
|
375
|
+
outline: none;
|
|
376
|
+
box-shadow: none;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.form-root_direction_column-reverse__CqP8o {
|
|
380
|
+
flex-direction: column-reverse;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.form-root_direction_column__1qZoL {
|
|
384
|
+
flex-direction: column;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.form-root_direction_row-reverse__TlRP3 {
|
|
388
|
+
flex-direction: row-reverse;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.form-root_direction_row__D172C {
|
|
392
|
+
flex-direction: row;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.form-root_add-label-padding__-HfgB label {
|
|
396
|
+
padding-top: calc(var(--click-field-space-y) + 1px);
|
|
397
|
+
line-height: 1lh;
|
|
398
|
+
}
|
|
399
|
+
.form-element-container__cy-tb {
|
|
400
|
+
display: flex;
|
|
401
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same
|
|
402
|
+
width fallback chain (100% → -webkit-fill-available → fill-available →
|
|
403
|
+
stretch) so the container fills the available inline space. */
|
|
404
|
+
width: 100%;
|
|
405
|
+
width: -webkit-fill-available;
|
|
406
|
+
width: fill-available;
|
|
407
|
+
width: stretch;
|
|
408
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
409
|
+
flex-direction: column;
|
|
410
|
+
align-items: flex-start;
|
|
411
|
+
gap: var(--click-field-space-gap);
|
|
412
|
+
}
|
|
413
|
+
.error__Wvrfq {
|
|
414
|
+
color: var(--click-field-color-label-error);
|
|
415
|
+
font: var(--click-field-typography-label-error);
|
|
416
|
+
}
|
|
356
417
|
.label__RaRvM {
|
|
357
418
|
color: var(--click-field-color-label-default);
|
|
358
419
|
font: var(--click-field-typography-label-default);
|
|
@@ -385,6 +446,100 @@
|
|
|
385
446
|
color: var(--click-field-color-label-disabled);
|
|
386
447
|
font: var(--click-field-typography-label-disabled);
|
|
387
448
|
}
|
|
449
|
+
.loading__5BGdj {
|
|
450
|
+
transform: scaleX(-1);
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.loading-animated__hAN7V {
|
|
454
|
+
animation: loaders-spin__bMTqx 1s infinite linear;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.horizontal-loading__3ooCL circle {
|
|
458
|
+
animation-duration: 1.5s;
|
|
459
|
+
animation-iteration-count: infinite;
|
|
460
|
+
animation-name: horizontal-loading__3ooCL;
|
|
461
|
+
animation-timing-function: linear;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.horizontal-loading__3ooCL circle:nth-child(1) {
|
|
465
|
+
animation-name: loaders-horizontal-circle-1__GJ-tO;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.horizontal-loading__3ooCL circle:nth-child(2) {
|
|
469
|
+
animation-name: loaders-horizontal-circle-2__QOcb2;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.horizontal-loading__3ooCL circle:nth-child(3) {
|
|
473
|
+
animation-name: loaders-horizontal-circle-3__R51yU;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
@keyframes loaders-spin__bMTqx {
|
|
477
|
+
from {
|
|
478
|
+
transform: rotate(0deg) scaleX(-1);
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
to {
|
|
482
|
+
transform: rotate(360deg) scaleX(-1);
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
@keyframes loaders-horizontal-circle-1__GJ-tO {
|
|
487
|
+
0 {
|
|
488
|
+
r: 0;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
30% {
|
|
492
|
+
r: 1.5;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
60% {
|
|
496
|
+
r: 0;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
100% {
|
|
500
|
+
r: 0;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
@keyframes loaders-horizontal-circle-2__QOcb2 {
|
|
505
|
+
0 {
|
|
506
|
+
r: 0;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
20% {
|
|
510
|
+
r: 0;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
40% {
|
|
514
|
+
r: 1.5;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
80% {
|
|
518
|
+
r: 0;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
100% {
|
|
522
|
+
r: 0;
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
@keyframes loaders-horizontal-circle-3__R51yU {
|
|
527
|
+
0 {
|
|
528
|
+
r: 0;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
40% {
|
|
532
|
+
r: 0;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
80% {
|
|
536
|
+
r: 1.5;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
100% {
|
|
540
|
+
r: 0;
|
|
541
|
+
}
|
|
542
|
+
}
|
|
388
543
|
/* Kept at zero specificity via :where() so that modifier classes (e.g.
|
|
389
544
|
.container_padding_md) and downstream styled-components overrides on a
|
|
390
545
|
styled(Container) both win without needing a specificity hack — Container is
|
|
@@ -879,6 +1034,27 @@
|
|
|
879
1034
|
.generic-menu-item__ApV25[hidden] {
|
|
880
1035
|
display: none;
|
|
881
1036
|
}
|
|
1037
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same
|
|
1038
|
+
width fallback chain (100% → -webkit-fill-available → fill-available →
|
|
1039
|
+
stretch) so the content fills the available inline space. */
|
|
1040
|
+
.ellipsis-content__jsw7w {
|
|
1041
|
+
display: inline-block;
|
|
1042
|
+
width: 100%;
|
|
1043
|
+
width: -webkit-fill-available;
|
|
1044
|
+
width: fill-available;
|
|
1045
|
+
width: stretch;
|
|
1046
|
+
overflow: hidden;
|
|
1047
|
+
justify-content: flex-start;
|
|
1048
|
+
white-space: nowrap;
|
|
1049
|
+
text-overflow: ellipsis;
|
|
1050
|
+
vertical-align: text-bottom;
|
|
1051
|
+
}
|
|
1052
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
1053
|
+
|
|
1054
|
+
.ellipsis-content__jsw7w > *:not(button) {
|
|
1055
|
+
overflow: hidden;
|
|
1056
|
+
text-overflow: ellipsis;
|
|
1057
|
+
}
|
|
882
1058
|
.dropdown-menu-content__Qc6mk {
|
|
883
1059
|
z-index: 1;
|
|
884
1060
|
/* stylelint-disable-next-line custom-property-pattern -- design tokens use camelCase (e.g. genericMenu) */
|
|
@@ -892,6 +1068,29 @@
|
|
|
892
1068
|
position: relative;
|
|
893
1069
|
min-height: 32px;
|
|
894
1070
|
}
|
|
1071
|
+
|
|
1072
|
+
.dropdown-trigger__FUHvM {
|
|
1073
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
|
|
1074
|
+
keyword on `width` is widely supported on evergreen browsers; the original
|
|
1075
|
+
rule used the same value. */
|
|
1076
|
+
width: fit-content;
|
|
1077
|
+
cursor: pointer;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
.dropdown-trigger__FUHvM[disabled] {
|
|
1081
|
+
cursor: not-allowed;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
.dropdown-trigger__FUHvM:focus-visible {
|
|
1085
|
+
outline: 2px solid var(--click-global-color-outline-default);
|
|
1086
|
+
outline-offset: 2px;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
.dropdown-group__nvxHE {
|
|
1090
|
+
width: 100%;
|
|
1091
|
+
/* stylelint-disable-next-line custom-property-pattern -- design tokens use camelCase (e.g. genericMenu) */
|
|
1092
|
+
border-bottom: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
1093
|
+
}
|
|
895
1094
|
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. iconButton) */
|
|
896
1095
|
|
|
897
1096
|
.iconbutton__G-cEu {
|
|
@@ -1037,6 +1236,122 @@
|
|
|
1037
1236
|
color: var(--click-button-iconButton-color-disabled-text-default);
|
|
1038
1237
|
cursor: not-allowed;
|
|
1039
1238
|
}
|
|
1239
|
+
.panel__4VWNp {
|
|
1240
|
+
--panel-width: initial;
|
|
1241
|
+
--panel-height: initial;
|
|
1242
|
+
|
|
1243
|
+
display: flex;
|
|
1244
|
+
width: var(--panel-width, auto);
|
|
1245
|
+
height: var(--panel-height, auto);
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
.panel_cursor__YcG6H {
|
|
1249
|
+
cursor: var(--panel-cursor);
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
.panel_orientation_horizontal__nB0T- {
|
|
1253
|
+
flex-flow: row wrap;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
.panel_orientation_vertical__7EE-3 {
|
|
1257
|
+
flex-flow: column;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
.panel_align-items_start__Xr8t8 {
|
|
1261
|
+
align-items: flex-start;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.panel_align-items_center__5LLFt {
|
|
1265
|
+
align-items: center;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.panel_align-items_end__qi2wL {
|
|
1269
|
+
align-items: flex-end;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.panel_color_default__pIwqp {
|
|
1273
|
+
background-color: var(--click-panel-color-background-default);
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
.panel_color_muted__fVquA {
|
|
1277
|
+
background-color: var(--click-panel-color-background-muted);
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.panel_color_transparent__fIvMl {
|
|
1281
|
+
background-color: var(--click-panel-color-background-transparent);
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
.panel_radii_none__JyEKv {
|
|
1285
|
+
border-radius: var(--click-panel-radii-none);
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.panel_radii_sm__b7A6v {
|
|
1289
|
+
border-radius: var(--click-panel-radii-sm);
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.panel_radii_md__5Pzsu {
|
|
1293
|
+
border-radius: var(--click-panel-radii-md);
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.panel_radii_lg__q1FPq {
|
|
1297
|
+
border-radius: var(--click-panel-radii-lg);
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
.panel_padding_none__OGHd- {
|
|
1301
|
+
padding: var(--click-panel-space-y-none);
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.panel_padding_xs__U6RZS {
|
|
1305
|
+
padding: var(--click-panel-space-y-xs);
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
.panel_padding_sm__rKoLB {
|
|
1309
|
+
padding: var(--click-panel-space-y-sm);
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.panel_padding_md__9PCRi {
|
|
1313
|
+
padding: var(--click-panel-space-y-md);
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.panel_padding_lg__aKwpW {
|
|
1317
|
+
padding: var(--click-panel-space-y-lg);
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.panel_padding_xl__Q1IVo {
|
|
1321
|
+
padding: var(--click-panel-space-y-xl);
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.panel_border__dGg-4 {
|
|
1325
|
+
border: 1px solid var(--click-global-color-stroke-default);
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.panel_shadow__8WSfn {
|
|
1329
|
+
box-shadow: var(--shadow-1);
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
.panel_gap_none__-LwaY {
|
|
1333
|
+
gap: var(--click-panel-space-gap-none);
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.panel_gap_xs__sbYm7 {
|
|
1337
|
+
gap: var(--click-panel-space-gap-xs);
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.panel_gap_sm__8NpJA {
|
|
1341
|
+
gap: var(--click-panel-space-gap-sm);
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.panel_gap_md__RM459 {
|
|
1345
|
+
gap: var(--click-panel-space-gap-md);
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.panel_gap_lg__MNfVH {
|
|
1349
|
+
gap: var(--click-panel-space-gap-lg);
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.panel_gap_xl__Te3bQ {
|
|
1353
|
+
gap: var(--click-panel-space-gap-xl);
|
|
1354
|
+
}
|
|
1040
1355
|
.tabs__trigger__JHqK4 {
|
|
1041
1356
|
padding: var(--click-tabs-space-y) var(--click-tabs-space-x);
|
|
1042
1357
|
border: none;
|
|
@@ -1952,6 +2267,103 @@
|
|
|
1952
2267
|
color: inherit;
|
|
1953
2268
|
cursor: pointer;
|
|
1954
2269
|
}
|
|
2270
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. genericMenu, sectionHeader) */
|
|
2271
|
+
|
|
2272
|
+
.popover-content__arM9z {
|
|
2273
|
+
display: flex;
|
|
2274
|
+
width: var(--radix-popover-trigger-width);
|
|
2275
|
+
flex-direction: column;
|
|
2276
|
+
align-items: flex-start;
|
|
2277
|
+
gap: 5px;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
.select-group-container__DGzBt {
|
|
2281
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same width fallback chain so the container fills the available inline space. */
|
|
2282
|
+
display: flex;
|
|
2283
|
+
width: -webkit-fill-available;
|
|
2284
|
+
width: fill-available;
|
|
2285
|
+
width: stretch;
|
|
2286
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
2287
|
+
overflow: hidden;
|
|
2288
|
+
flex-direction: column;
|
|
2289
|
+
justify-content: center;
|
|
2290
|
+
align-items: flex-start;
|
|
2291
|
+
background: transparent;
|
|
2292
|
+
color: var(--click-genericMenu-item-color-default-text-muted);
|
|
2293
|
+
font: var(--click-genericMenu-item-typography-sectionHeader-default);
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
.select-group-container__DGzBt[aria-selected] {
|
|
2297
|
+
outline: none;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
.select-group-container__DGzBt[hidden] {
|
|
2301
|
+
display: none;
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
.select-group-name__-5Apt {
|
|
2305
|
+
display: flex;
|
|
2306
|
+
width: 100%;
|
|
2307
|
+
padding: var(--click-genericMenu-sectionHeader-space-top)
|
|
2308
|
+
var(--click-genericMenu-item-space-x)
|
|
2309
|
+
var(--click-genericMenu-sectionHeader-space-bottom);
|
|
2310
|
+
overflow: hidden;
|
|
2311
|
+
flex-direction: column;
|
|
2312
|
+
gap: var(--click-genericMenu-item-space-gap);
|
|
2313
|
+
border-bottom: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
2314
|
+
color: var(--click-genericMenu-item-color-default-text-muted);
|
|
2315
|
+
font: var(--click-genericMenu-item-typography-sectionHeader-default);
|
|
2316
|
+
white-space: nowrap;
|
|
2317
|
+
text-overflow: ellipsis;
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
.select-group-content__A5aqT {
|
|
2321
|
+
width: inherit;
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
.select-list-content__BPiuX {
|
|
2325
|
+
width: inherit;
|
|
2326
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features, declaration-property-value-no-unknown, declaration-property-value-keyword-no-deprecated -- the original used `overflow: overlay` (modern browsers alias it to `auto`); preserved for byte-for-byte parity. */
|
|
2327
|
+
overflow: overlay;
|
|
2328
|
+
flex: 1;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
.select-no-data-container__IqJP5 {
|
|
2332
|
+
display: block;
|
|
2333
|
+
padding: var(--click-genericMenu-button-space-y) var(--click-genericMenu-item-space-x);
|
|
2334
|
+
overflow: hidden;
|
|
2335
|
+
border: none;
|
|
2336
|
+
background: var(--click-genericMenu-button-color-background-default);
|
|
2337
|
+
color: var(--click-genericMenu-button-color-label-default);
|
|
2338
|
+
font: var(--click-genericMenu-button-typography-label-default);
|
|
2339
|
+
text-align: left;
|
|
2340
|
+
white-space: nowrap;
|
|
2341
|
+
cursor: default;
|
|
2342
|
+
text-overflow: ellipsis;
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
.select-no-data-container__IqJP5[hidden='true'] {
|
|
2346
|
+
display: none;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
.select-list__Az2Cn {
|
|
2350
|
+
display: flex;
|
|
2351
|
+
width: inherit;
|
|
2352
|
+
max-height: var(--radix-popover-content-available-height);
|
|
2353
|
+
flex-direction: column;
|
|
2354
|
+
border: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
2355
|
+
border-radius: 0.25rem;
|
|
2356
|
+
background: var(--click-genericMenu-item-color-default-background-default);
|
|
2357
|
+
box-shadow: var(--click-genericMenu-panel-shadow-default);
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
.check-icon__YHNzk {
|
|
2361
|
+
opacity: 0;
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
.check-icon_show-check__pYenS {
|
|
2365
|
+
opacity: 1;
|
|
2366
|
+
}
|
|
1955
2367
|
.separator__mz39H[data-orientation='horizontal'] {
|
|
1956
2368
|
width: 100%;
|
|
1957
2369
|
border-top: 0.0625rem solid var(--click-separator-color-stroke-default);
|
|
@@ -2403,11 +2815,189 @@
|
|
|
2403
2815
|
color: var(--big-stat-title-color);
|
|
2404
2816
|
font: var(--big-stat-title-font);
|
|
2405
2817
|
}
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2818
|
+
/* Kept at zero specificity via :where() so that downstream styled-components
|
|
2819
|
+
overrides on a styled(BaseButton) (SplitButton's PrimaryButton/SecondaryButton
|
|
2820
|
+
override padding, border-radius, font, background, color, border, and width)
|
|
2821
|
+
win without needing a specificity hack — BaseButton is a CSS Module, whose rules
|
|
2822
|
+
otherwise beat equal-specificity styled-components by source order. SplitButton
|
|
2823
|
+
cannot be fully migrated to fix the collision in the consumer because it renders
|
|
2824
|
+
as={Dropdown.Trigger}/as={Dropdown.Content} and Dropdown is still on
|
|
2825
|
+
styled-components, so :where() is the correct call for this coupled base. */
|
|
2826
|
+
:where(.base-button__6Tguv) {
|
|
2827
|
+
display: flex;
|
|
2828
|
+
padding: var(--click-button-basic-space-y) var(--click-button-basic-space-x);
|
|
2829
|
+
flex-direction: row;
|
|
2830
|
+
justify-content: center;
|
|
2831
|
+
align-items: center;
|
|
2832
|
+
gap: var(--click-button-basic-space-gap);
|
|
2833
|
+
border-radius: var(--click-button-radii-all);
|
|
2834
|
+
font: var(--click-button-basic-typography-label-default);
|
|
2835
|
+
cursor: pointer;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
:where(.base-button__6Tguv):hover {
|
|
2839
|
+
font: var(--click-button-basic-typography-label-hover);
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
:where(.base-button__6Tguv):active,
|
|
2843
|
+
:where(.base-button__6Tguv):focus {
|
|
2844
|
+
font: var(--click-button-basic-typography-label-active);
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
:where(.base-button__6Tguv):focus-visible {
|
|
2848
|
+
outline: 2px solid var(--click-global-color-outline-default);
|
|
2849
|
+
outline-offset: 2px;
|
|
2850
|
+
}
|
|
2851
|
+
|
|
2852
|
+
:where(.base-button__6Tguv):disabled,
|
|
2853
|
+
:where(.base-button__6Tguv):disabled:hover,
|
|
2854
|
+
:where(.base-button__6Tguv):disabled:active {
|
|
2855
|
+
font: var(--click-button-basic-typography-label-disabled);
|
|
2856
|
+
cursor: not-allowed;
|
|
2857
|
+
}
|
|
2858
|
+
.split-button__EX3XI {
|
|
2859
|
+
display: inline-flex;
|
|
2860
|
+
width: revert;
|
|
2861
|
+
overflow: hidden;
|
|
2862
|
+
align-items: center;
|
|
2863
|
+
border: 1px solid var(--split-stroke-default);
|
|
2864
|
+
border-radius: var(--click-button-radii-all);
|
|
2865
|
+
user-select: none;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
.split-button_type_primary__n4Kxb {
|
|
2869
|
+
--split-stroke-default: var(--click-button-split-primary-stroke-default);
|
|
2870
|
+
--split-stroke-hover: var(--click-button-split-primary-stroke-hover);
|
|
2871
|
+
--split-stroke-active: var(--click-button-split-primary-stroke-active);
|
|
2872
|
+
--split-stroke-disabled: var(--click-button-split-primary-stroke-disabled);
|
|
2873
|
+
--split-bg-main-default: var(--click-button-split-primary-background-main-default);
|
|
2874
|
+
--split-bg-main-hover: var(--click-button-split-primary-background-main-hover);
|
|
2875
|
+
--split-bg-main-active: var(--click-button-split-primary-background-main-active);
|
|
2876
|
+
--split-bg-main-disabled: var(--click-button-split-primary-background-main-disabled);
|
|
2877
|
+
--split-bg-action-default: var(--click-button-split-primary-background-action-default);
|
|
2878
|
+
--split-bg-action-hover: var(--click-button-split-primary-background-action-hover);
|
|
2879
|
+
--split-bg-action-active: var(--click-button-split-primary-background-action-active);
|
|
2880
|
+
--split-bg-action-disabled: var(--click-button-split-primary-background-action-disabled);
|
|
2881
|
+
--split-text-default: var(--click-button-split-primary-text-default);
|
|
2882
|
+
--split-text-hover: var(--click-button-split-primary-text-hover);
|
|
2883
|
+
--split-text-active: var(--click-button-split-primary-text-active);
|
|
2884
|
+
--split-text-disabled: var(--click-button-split-primary-text-disabled);
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
.split-button_type_secondary__CMY5T {
|
|
2888
|
+
--split-stroke-default: var(--click-button-split-secondary-stroke-default);
|
|
2889
|
+
--split-stroke-hover: var(--click-button-split-secondary-stroke-hover);
|
|
2890
|
+
--split-stroke-active: var(--click-button-split-secondary-stroke-active);
|
|
2891
|
+
--split-stroke-disabled: var(--click-button-split-secondary-stroke-disabled);
|
|
2892
|
+
--split-bg-main-default: var(--click-button-split-secondary-background-main-default);
|
|
2893
|
+
--split-bg-main-hover: var(--click-button-split-secondary-background-main-hover);
|
|
2894
|
+
--split-bg-main-active: var(--click-button-split-secondary-background-main-active);
|
|
2895
|
+
--split-bg-main-disabled: var(--click-button-split-secondary-background-main-disabled);
|
|
2896
|
+
--split-bg-action-default: var(--click-button-split-secondary-background-action-default);
|
|
2897
|
+
--split-bg-action-hover: var(--click-button-split-secondary-background-action-hover);
|
|
2898
|
+
--split-bg-action-active: var(--click-button-split-secondary-background-action-active);
|
|
2899
|
+
--split-bg-action-disabled: var(--click-button-split-secondary-background-action-disabled);
|
|
2900
|
+
--split-text-default: var(--click-button-split-secondary-text-default);
|
|
2901
|
+
--split-text-hover: var(--click-button-split-secondary-text-hover);
|
|
2902
|
+
--split-text-active: var(--click-button-split-secondary-text-active);
|
|
2903
|
+
--split-text-disabled: var(--click-button-split-secondary-text-disabled);
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
.split-button_fill-width__4-oog {
|
|
2907
|
+
width: 100%;
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
.split-button__EX3XI:hover {
|
|
2911
|
+
border-color: var(--split-stroke-hover);
|
|
2912
|
+
}
|
|
2913
|
+
|
|
2914
|
+
.split-button__EX3XI:focus-within {
|
|
2915
|
+
border-color: var(--split-stroke-active);
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
/* stylelint-disable no-descending-specificity -- disabled state intentionally
|
|
2919
|
+
defined after hover/focus-within to mirror the source cascade order; the
|
|
2920
|
+
pre-migration original omitted the hover/focus-within rules entirely when
|
|
2921
|
+
disabled, so the disabled border-color must win over them. */
|
|
2922
|
+
.split-button_disabled__597A-,
|
|
2923
|
+
.split-button_disabled__597A-:hover,
|
|
2924
|
+
.split-button_disabled__597A-:focus-within {
|
|
2925
|
+
border-color: var(--split-stroke-disabled);
|
|
2926
|
+
cursor: not-allowed;
|
|
2927
|
+
}
|
|
2928
|
+
/* stylelint-enable no-descending-specificity */
|
|
2929
|
+
|
|
2930
|
+
.split-button__primary__1RIoP {
|
|
2931
|
+
width: revert;
|
|
2932
|
+
padding: var(--click-button-split-space-y) var(--click-button-split-space-x);
|
|
2933
|
+
justify-content: center;
|
|
2934
|
+
align-items: center;
|
|
2935
|
+
align-self: stretch;
|
|
2936
|
+
border: none;
|
|
2937
|
+
border-radius: 0;
|
|
2938
|
+
background: var(--split-bg-main-default);
|
|
2939
|
+
color: var(--split-text-default);
|
|
2940
|
+
font: var(--click-button-split-typography-label-default);
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
.split-button__primary_fill-width__RRkLi {
|
|
2944
|
+
width: 100%;
|
|
2945
|
+
}
|
|
2946
|
+
|
|
2947
|
+
.split-button__primary__1RIoP:hover {
|
|
2948
|
+
background: var(--split-bg-main-hover);
|
|
2949
|
+
color: var(--split-text-hover);
|
|
2950
|
+
font: var(--click-button-split-typography-label-hover);
|
|
2951
|
+
}
|
|
2952
|
+
|
|
2953
|
+
.split-button__primary__1RIoP:focus {
|
|
2954
|
+
background: var(--split-bg-main-active);
|
|
2955
|
+
color: var(--split-text-active);
|
|
2956
|
+
font: var(--click-button-split-typography-label-active);
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
.split-button__primary__1RIoP:disabled {
|
|
2960
|
+
background: var(--split-bg-main-disabled);
|
|
2961
|
+
color: var(--split-text-disabled);
|
|
2962
|
+
font: var(--click-button-split-typography-label-disabled);
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2965
|
+
.split-button__secondary__CYtzX {
|
|
2966
|
+
padding: var(--click-button-split-icon-space-y) var(--click-button-split-icon-space-x);
|
|
2967
|
+
align-self: stretch;
|
|
2968
|
+
border: none;
|
|
2969
|
+
border-radius: 0;
|
|
2970
|
+
background: var(--split-bg-action-default);
|
|
2971
|
+
color: var(--split-text-default);
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
.split-button__secondary__CYtzX:hover {
|
|
2975
|
+
background: var(--split-bg-action-hover);
|
|
2976
|
+
color: var(--split-text-hover);
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
.split-button__secondary__CYtzX:focus {
|
|
2980
|
+
background: var(--split-bg-action-active);
|
|
2981
|
+
color: var(--split-text-active);
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
.split-button__secondary__CYtzX[data-disabled] {
|
|
2985
|
+
background: var(--split-bg-action-disabled);
|
|
2986
|
+
color: var(--split-text-disabled);
|
|
2987
|
+
}
|
|
2988
|
+
|
|
2989
|
+
.split-button__button-data__8yyZR {
|
|
2990
|
+
width: auto;
|
|
2991
|
+
}
|
|
2992
|
+
|
|
2993
|
+
.split-button__dropdown-content__nmia- {
|
|
2994
|
+
min-width: var(--split-button-dropdown-min-width, 0);
|
|
2995
|
+
}
|
|
2996
|
+
.header__Cn2aH {
|
|
2997
|
+
max-width: 100%;
|
|
2998
|
+
gap: inherit;
|
|
2999
|
+
}
|
|
3000
|
+
|
|
2411
3001
|
.description__4EWfD {
|
|
2412
3002
|
display: flex;
|
|
2413
3003
|
width: 100%;
|
|
@@ -2900,6 +3490,58 @@ div:active + .topbadge__E79OZ {
|
|
|
2900
3490
|
.title_align_right__483BF {
|
|
2901
3491
|
text-align: right;
|
|
2902
3492
|
}
|
|
3493
|
+
.background__q--1v {
|
|
3494
|
+
display: flex;
|
|
3495
|
+
padding: 1px;
|
|
3496
|
+
border-radius: var(--click-card-promotion-radii-all);
|
|
3497
|
+
background-image: var(--click-card-promotion-color-stroke-default);
|
|
3498
|
+
box-shadow: var(--click-card-shadow);
|
|
3499
|
+
}
|
|
3500
|
+
|
|
3501
|
+
.background__q--1v:focus {
|
|
3502
|
+
background: var(--click-card-promotion-color-stroke-focus);
|
|
3503
|
+
}
|
|
3504
|
+
|
|
3505
|
+
.wrapper__u2j3r {
|
|
3506
|
+
display: flex;
|
|
3507
|
+
width: 100%;
|
|
3508
|
+
padding: var(--click-card-promotion-space-y) var(--click-card-promotion-space-x);
|
|
3509
|
+
justify-content: flex-start;
|
|
3510
|
+
align-items: center;
|
|
3511
|
+
gap: var(--click-card-promotion-space-gap);
|
|
3512
|
+
border-radius: var(--click-card-promotion-radii-all);
|
|
3513
|
+
background: var(--click-card-promotion-color-background-default);
|
|
3514
|
+
color: var(--click-card-promotion-color-text-default);
|
|
3515
|
+
cursor: pointer;
|
|
3516
|
+
transition: 0.2s ease-in-out all;
|
|
3517
|
+
}
|
|
3518
|
+
|
|
3519
|
+
.wrapper__u2j3r:hover {
|
|
3520
|
+
background: var(--click-card-promotion-color-background-hover);
|
|
3521
|
+
color: var(--click-card-promotion-color-text-hover);
|
|
3522
|
+
}
|
|
3523
|
+
|
|
3524
|
+
.wrapper__u2j3r:active,
|
|
3525
|
+
.wrapper__u2j3r:focus {
|
|
3526
|
+
background: var(--click-card-promotion-color-background-active);
|
|
3527
|
+
color: var(--click-card-promotion-color-text-active);
|
|
3528
|
+
}
|
|
3529
|
+
|
|
3530
|
+
.cardicon__EPonC {
|
|
3531
|
+
width: var(--click-card-promotion-icon-size-all);
|
|
3532
|
+
height: var(--click-card-promotion-icon-size-all);
|
|
3533
|
+
color: var(--click-card-promotion-color-icon-default);
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3536
|
+
.dismisswrapper__CeHgg {
|
|
3537
|
+
display: flex;
|
|
3538
|
+
margin-left: auto;
|
|
3539
|
+
align-items: center;
|
|
3540
|
+
border: none;
|
|
3541
|
+
background-color: transparent;
|
|
3542
|
+
color: inherit;
|
|
3543
|
+
cursor: pointer;
|
|
3544
|
+
}
|
|
2903
3545
|
.wrapper__x6K6U {
|
|
2904
3546
|
display: flex;
|
|
2905
3547
|
min-width: 320px;
|
|
@@ -3146,6 +3788,54 @@ div:active + .topbadge__E79OZ {
|
|
|
3146
3788
|
cursor: not-allowed;
|
|
3147
3789
|
}
|
|
3148
3790
|
/* stylelint-enable no-descending-specificity */
|
|
3791
|
+
.codeblock__pRWOC {
|
|
3792
|
+
position: relative;
|
|
3793
|
+
width: 100%;
|
|
3794
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original
|
|
3795
|
+
styled-components rule used this same width fallback chain (100% →
|
|
3796
|
+
-webkit-fill-available → fill-available → stretch) so the block fills the
|
|
3797
|
+
available inline space. */
|
|
3798
|
+
width: -webkit-fill-available;
|
|
3799
|
+
width: fill-available;
|
|
3800
|
+
width: stretch;
|
|
3801
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
3802
|
+
color: var(--codeblock-numbers);
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3805
|
+
/* This class is applied alongside the IconButton module classes on the same
|
|
3806
|
+
<button>. `color`, `padding`, and `border` are set by both; the
|
|
3807
|
+
styled-components original won them via source order. Double the class so
|
|
3808
|
+
those three win regardless of CSS-module bundle order, matching the
|
|
3809
|
+
pre-migration rendering. */
|
|
3810
|
+
.codeblock__button__YDCMe.codeblock__button__YDCMe {
|
|
3811
|
+
/* Reset so a copied/error state on one button can't inherit into another via
|
|
3812
|
+
the custom property (custom properties inherit by default). The copied/error
|
|
3813
|
+
colors are set inline per state via --codeblock-button, matching the
|
|
3814
|
+
--codeblock-numbers pattern so both track the ThemeProvider runtime. */
|
|
3815
|
+
--codeblock-button: initial;
|
|
3816
|
+
padding: 0;
|
|
3817
|
+
border: 0;
|
|
3818
|
+
color: var(--codeblock-button, inherit);
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3821
|
+
.codeblock__highlighter__t4Xol {
|
|
3822
|
+
margin: 0;
|
|
3823
|
+
padding: 0;
|
|
3824
|
+
background: transparent;
|
|
3825
|
+
}
|
|
3826
|
+
|
|
3827
|
+
.codeblock__content__WKNWr {
|
|
3828
|
+
color: inherit;
|
|
3829
|
+
font-family: inherit;
|
|
3830
|
+
}
|
|
3831
|
+
|
|
3832
|
+
.codeblock__button-container__D6yob {
|
|
3833
|
+
display: flex;
|
|
3834
|
+
position: absolute;
|
|
3835
|
+
top: var(--click-codeblock-space-y);
|
|
3836
|
+
right: var(--click-codeblock-space-x);
|
|
3837
|
+
gap: 0.625rem;
|
|
3838
|
+
}
|
|
3149
3839
|
.content__fI-1- {
|
|
3150
3840
|
display: flex;
|
|
3151
3841
|
overflow: hidden;
|
|
@@ -3166,6 +3856,39 @@ div:active + .topbadge__E79OZ {
|
|
|
3166
3856
|
flex-direction: column;
|
|
3167
3857
|
}
|
|
3168
3858
|
}
|
|
3859
|
+
/* Kept at zero specificity via :where() so that downstream styled-components
|
|
3860
|
+
overrides on a styled(EmptyButton) (e.g. CrossButton overriding background and
|
|
3861
|
+
padding, the Popover/CodeBlock close/copy buttons overriding color and padding)
|
|
3862
|
+
win without needing a specificity hack — EmptyButton is a CSS Module, whose
|
|
3863
|
+
rules otherwise beat equal-specificity styled-components by source order. */
|
|
3864
|
+
:where(.empty-button__1ynA8) {
|
|
3865
|
+
padding: 0;
|
|
3866
|
+
border: 0;
|
|
3867
|
+
background: transparent;
|
|
3868
|
+
color: inherit;
|
|
3869
|
+
font: inherit;
|
|
3870
|
+
outline: none;
|
|
3871
|
+
cursor: pointer;
|
|
3872
|
+
}
|
|
3873
|
+
|
|
3874
|
+
/* Also scoped with :where() so the disabled cursor stays at zero specificity
|
|
3875
|
+
and a downstream styled(EmptyButton) `&:disabled` override wins naturally,
|
|
3876
|
+
rather than tying on specificity and losing to the CSS Module by source order. */
|
|
3877
|
+
:where(.empty-button__1ynA8):disabled {
|
|
3878
|
+
cursor: not-allowed;
|
|
3879
|
+
}
|
|
3880
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. iconButton) */
|
|
3881
|
+
|
|
3882
|
+
.cross-button__StJ4Q {
|
|
3883
|
+
padding: var(--click-button-iconButton-sm-space-y)
|
|
3884
|
+
var(--click-button-iconButton-sm-space-x);
|
|
3885
|
+
border-radius: var(--click-button-iconButton-radii-all);
|
|
3886
|
+
background: var(--click-button-iconButton-color-primary-background-default);
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3889
|
+
.cross-button__StJ4Q:hover {
|
|
3890
|
+
background: var(--click-button-iconButton-color-primary-background-hover);
|
|
3891
|
+
}
|
|
3169
3892
|
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. opaqueBackground) */
|
|
3170
3893
|
.trigger__bbzuV {
|
|
3171
3894
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
|
|
@@ -3263,169 +3986,949 @@ div:active + .topbadge__E79OZ {
|
|
|
3263
3986
|
color: var(--click-dialog-color-description-default);
|
|
3264
3987
|
font: var(--click-dialog-typography-description-default);
|
|
3265
3988
|
}
|
|
3266
|
-
.
|
|
3267
|
-
|
|
3268
|
-
|
|
3989
|
+
.row-number-column__n-aQm {
|
|
3990
|
+
position: sticky;
|
|
3991
|
+
top: var(--row-number-column-top);
|
|
3992
|
+
left: 0;
|
|
3993
|
+
width: var(--row-number-column-width);
|
|
3994
|
+
height: 100%;
|
|
3269
3995
|
}
|
|
3270
3996
|
|
|
3271
|
-
.
|
|
3272
|
-
|
|
3997
|
+
.row-number-column_scrolled-horizontal__L9fAB {
|
|
3998
|
+
box-shadow: 0 0 0 1px var(--click-grid-header-cell-color-stroke-default);
|
|
3273
3999
|
}
|
|
3274
4000
|
|
|
3275
|
-
.
|
|
3276
|
-
|
|
4001
|
+
.row-number-column__cell__00w03 {
|
|
4002
|
+
position: absolute;
|
|
4003
|
+
top: var(--row-number-cell-top);
|
|
4004
|
+
left: 0;
|
|
4005
|
+
width: 100%;
|
|
4006
|
+
height: var(--row-number-cell-height);
|
|
4007
|
+
overflow: hidden;
|
|
4008
|
+
white-space: nowrap;
|
|
4009
|
+
text-overflow: ellipsis;
|
|
3277
4010
|
}
|
|
4011
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. selectDirect) */
|
|
3278
4012
|
|
|
3279
|
-
|
|
3280
|
-
|
|
4013
|
+
/*
|
|
4014
|
+
* The original styled-component dispatches background / text colour / border
|
|
4015
|
+
* colour off `$type` (body|header) and `$selectionType`, and toggles individual
|
|
4016
|
+
* borders / a `::before` overlay off boolean flags. Colours are aliased to local
|
|
4017
|
+
* custom properties (set by the type + selection modifiers) so the shared border
|
|
4018
|
+
* / overlay rules can reference them once.
|
|
4019
|
+
*/
|
|
4020
|
+
|
|
4021
|
+
.cell__OXAxg {
|
|
4022
|
+
display: block;
|
|
4023
|
+
box-sizing: border-box;
|
|
4024
|
+
width: 100%;
|
|
4025
|
+
padding: var(--cell-space-y) var(--cell-space-x);
|
|
4026
|
+
overflow: hidden;
|
|
4027
|
+
border-top: 1px solid var(--cell-stroke-default);
|
|
4028
|
+
border-left: 1px solid var(--cell-stroke-default);
|
|
4029
|
+
background: var(--cell-background);
|
|
4030
|
+
color: var(--cell-color);
|
|
4031
|
+
font: var(--click-grid-cell-text-default);
|
|
4032
|
+
text-align: left;
|
|
4033
|
+
white-space: nowrap;
|
|
4034
|
+
cursor: default;
|
|
4035
|
+
text-overflow: ellipsis;
|
|
3281
4036
|
}
|
|
3282
4037
|
|
|
3283
|
-
.
|
|
3284
|
-
|
|
4038
|
+
.cell__OXAxg[data-align='right'] {
|
|
4039
|
+
text-align: right;
|
|
3285
4040
|
}
|
|
3286
4041
|
|
|
3287
|
-
.
|
|
3288
|
-
|
|
4042
|
+
.cell_type_body__SohuF {
|
|
4043
|
+
--cell-stroke-default: var(--click-grid-body-cell-color-stroke-default);
|
|
4044
|
+
--cell-stroke-select-direct: var(--click-grid-body-cell-color-stroke-selectDirect);
|
|
4045
|
+
--cell-stroke-last: var(--click-grid-body-cell-color-stroke-default);
|
|
4046
|
+
--cell-space-y: var(--click-grid-body-cell-space-y);
|
|
4047
|
+
--cell-space-x: var(--click-grid-body-cell-space-x);
|
|
4048
|
+
--cell-background: var(--click-grid-body-cell-color-background-default);
|
|
4049
|
+
--cell-color: var(--click-grid-body-cell-color-text-default);
|
|
3289
4050
|
}
|
|
3290
4051
|
|
|
3291
|
-
.
|
|
3292
|
-
|
|
4052
|
+
.cell_type_body__SohuF.cell_selection_indirect__6e6yy {
|
|
4053
|
+
--cell-stroke-last: var(--click-grid-body-cell-color-stroke-selectIndirect);
|
|
4054
|
+
--cell-background: var(--click-grid-body-cell-color-background-selectIndirect);
|
|
4055
|
+
--cell-color: var(--click-grid-body-cell-color-text-selectIndirect);
|
|
3293
4056
|
}
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
background-color: var(--click-popover-color-panel-background-default);
|
|
3300
|
-
box-shadow: var(--click-popover-shadow-default);
|
|
4057
|
+
|
|
4058
|
+
.cell_type_body__SohuF.cell_selection_direct__QEL9m {
|
|
4059
|
+
--cell-stroke-last: var(--click-grid-body-cell-color-stroke-selectDirect);
|
|
4060
|
+
--cell-background: var(--click-grid-body-cell-color-background-selectDirect);
|
|
4061
|
+
--cell-color: var(--click-grid-body-cell-color-text-selectDirect);
|
|
3301
4062
|
}
|
|
3302
4063
|
|
|
3303
|
-
.
|
|
3304
|
-
|
|
4064
|
+
.cell_type_header__3tsr- {
|
|
4065
|
+
--cell-stroke-default: var(--click-grid-header-cell-color-stroke-default);
|
|
4066
|
+
--cell-stroke-select-direct: var(--click-grid-header-cell-color-stroke-selectDirect);
|
|
4067
|
+
--cell-stroke-last: var(--click-grid-header-cell-color-stroke-default);
|
|
4068
|
+
--cell-space-y: var(--click-grid-header-cell-space-y);
|
|
4069
|
+
--cell-space-x: var(--click-grid-header-cell-space-x);
|
|
4070
|
+
--cell-background: var(--click-grid-header-cell-color-background-default);
|
|
4071
|
+
--cell-color: var(--click-grid-header-cell-color-title-default);
|
|
3305
4072
|
}
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
justify-content: space-between;
|
|
3312
|
-
align-items: center;
|
|
3313
|
-
gap: var(--click-field-space-gap);
|
|
3314
|
-
border: 1px solid var(--click-field-color-stroke-default);
|
|
3315
|
-
border-radius: var(--click-field-radii-all);
|
|
3316
|
-
background: linear-gradient(
|
|
3317
|
-
var(--progress-grad-dir, to right),
|
|
3318
|
-
var(--global-color-accent-default) 0%,
|
|
3319
|
-
var(--global-color-accent-default) var(--progress),
|
|
3320
|
-
var(--progress-bg, var(--click-field-color-background-default)) var(--progress),
|
|
3321
|
-
var(--progress-bg, var(--click-field-color-background-default)) 100%
|
|
3322
|
-
);
|
|
3323
|
-
background-position: center;
|
|
3324
|
-
background-size: calc(100% + 2px);
|
|
3325
|
-
color: var(--global-color-accent-default);
|
|
3326
|
-
font: var(--typography-styles-product-text-normal-sm);
|
|
3327
|
-
transition: all 100ms ease-in-out;
|
|
4073
|
+
|
|
4074
|
+
.cell_type_header__3tsr-.cell_selection_indirect__6e6yy {
|
|
4075
|
+
--cell-stroke-last: var(--click-grid-header-cell-color-stroke-selectIndirect);
|
|
4076
|
+
--cell-background: var(--click-grid-header-cell-color-background-selectIndirect);
|
|
4077
|
+
--cell-color: var(--click-grid-header-cell-color-title-selectIndirect);
|
|
3328
4078
|
}
|
|
3329
4079
|
|
|
3330
|
-
.
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
4080
|
+
.cell_type_header__3tsr-.cell_selection_direct__QEL9m {
|
|
4081
|
+
--cell-stroke-last: var(--click-grid-header-cell-color-stroke-selectDirect);
|
|
4082
|
+
--cell-background: var(--click-grid-header-cell-color-background-selectDirect);
|
|
4083
|
+
--cell-color: var(--click-grid-header-cell-color-title-selectDirect);
|
|
3334
4084
|
}
|
|
3335
4085
|
|
|
3336
|
-
/*
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
.progressbar_orientation_horizontal__MJimN {
|
|
3340
|
-
width: 100%;
|
|
3341
|
-
width: -webkit-fill-available;
|
|
3342
|
-
width: fill-available;
|
|
3343
|
-
width: stretch;
|
|
4086
|
+
/* header cell with no border removes top/left edges on the corner cells */
|
|
4087
|
+
.cell_type_header__3tsr-.cell_no-border__9gXDK[data-grid-row='-1'] {
|
|
4088
|
+
border-top: none;
|
|
3344
4089
|
}
|
|
3345
|
-
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
3346
4090
|
|
|
3347
|
-
.
|
|
3348
|
-
|
|
4091
|
+
.cell_type_header__3tsr-.cell_no-border__9gXDK[data-grid-column='-1'] {
|
|
4092
|
+
border-left: none;
|
|
3349
4093
|
}
|
|
3350
4094
|
|
|
3351
|
-
|
|
3352
|
-
|
|
4095
|
+
/* a focused cell draws its last-edge borders with the select-direct stroke */
|
|
4096
|
+
.cell_focused__cmh-b {
|
|
4097
|
+
box-shadow: inset 0 0 0 1px var(--cell-stroke-select-direct);
|
|
3353
4098
|
}
|
|
3354
4099
|
|
|
3355
|
-
|
|
3356
|
-
|
|
4100
|
+
/*
|
|
4101
|
+
* Focus must win the last-edge stroke colour over any selection state. The
|
|
4102
|
+
* original styled-component resolved the last-row / last-column border colour
|
|
4103
|
+
* inline as `stroke[$isFocused ? 'selectDirect' : $selectionType]`, so focus
|
|
4104
|
+
* always overrode the selection stroke. The `.cell_type_*.cell_selection_*`
|
|
4105
|
+
* rules above set `--cell-stroke-last` at (0,2,0) specificity, so the focus
|
|
4106
|
+
* override is qualified with the type class to match that specificity and,
|
|
4107
|
+
* coming later in source order, take precedence. `.cell_focused` always
|
|
4108
|
+
* co-occurs with a type class.
|
|
4109
|
+
*/
|
|
4110
|
+
.cell_type_body__SohuF.cell_focused__cmh-b,
|
|
4111
|
+
.cell_type_header__3tsr-.cell_focused__cmh-b {
|
|
4112
|
+
--cell-stroke-last: var(--cell-stroke-select-direct);
|
|
3357
4113
|
}
|
|
3358
4114
|
|
|
3359
|
-
|
|
3360
|
-
|
|
4115
|
+
/* only the last row/column draw the closing border, colored by focus/selection */
|
|
4116
|
+
.cell_last-row__DoJdk {
|
|
4117
|
+
border-bottom: 1px solid var(--cell-stroke-last);
|
|
3361
4118
|
}
|
|
3362
4119
|
|
|
3363
|
-
.
|
|
3364
|
-
|
|
3365
|
-
padding-right: 0;
|
|
4120
|
+
.cell_last-column__LgKM7 {
|
|
4121
|
+
border-right: 1px solid var(--cell-stroke-last);
|
|
3366
4122
|
}
|
|
3367
4123
|
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
4124
|
+
/* rowAutoHeight resets the entire border last, overriding every rule above */
|
|
4125
|
+
.cell_row-auto-height__yzQUR {
|
|
4126
|
+
min-height: auto;
|
|
4127
|
+
overflow-y: auto;
|
|
4128
|
+
border: none;
|
|
3371
4129
|
}
|
|
3372
4130
|
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
4131
|
+
/* selection / focus overlay drawn on top of the cell so adjacent borders meet */
|
|
4132
|
+
.cell__overlay__U9XGO::before {
|
|
4133
|
+
content: '';
|
|
4134
|
+
position: absolute;
|
|
4135
|
+
inset: 0;
|
|
3377
4136
|
}
|
|
3378
4137
|
|
|
3379
|
-
.
|
|
3380
|
-
|
|
4138
|
+
.cell__overlay_selected_top__OMUJB::before {
|
|
4139
|
+
border-top: 1px solid var(--cell-stroke-select-direct);
|
|
4140
|
+
}
|
|
4141
|
+
|
|
4142
|
+
.cell__overlay_selected_left__MiimG::before {
|
|
4143
|
+
border-left: 1px solid var(--cell-stroke-select-direct);
|
|
4144
|
+
}
|
|
4145
|
+
|
|
4146
|
+
.cell__overlay_selected_bottom__2ra9F::before {
|
|
4147
|
+
border-bottom: 1px solid var(--cell-stroke-select-direct);
|
|
4148
|
+
}
|
|
4149
|
+
|
|
4150
|
+
.cell__overlay_selected_right__Dt-g5::before {
|
|
4151
|
+
border-right: 1px solid var(--cell-stroke-select-direct);
|
|
4152
|
+
}
|
|
4153
|
+
|
|
4154
|
+
.cell__overlay_row-auto-height__teKk1::before {
|
|
4155
|
+
border: none;
|
|
4156
|
+
}
|
|
4157
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. selectDirect) */
|
|
4158
|
+
|
|
4159
|
+
.header__hXzAE {
|
|
4160
|
+
display: flex;
|
|
4161
|
+
position: sticky;
|
|
4162
|
+
top: 0;
|
|
4163
|
+
left: 0;
|
|
4164
|
+
height: var(--header-height);
|
|
4165
|
+
flex-direction: row;
|
|
4166
|
+
}
|
|
4167
|
+
|
|
4168
|
+
.header_scrolled-vertical__mIp2- {
|
|
4169
|
+
box-shadow: 0 0 0 1px var(--click-grid-header-cell-color-stroke-default);
|
|
4170
|
+
}
|
|
4171
|
+
|
|
4172
|
+
.header__scroll-area__Nok8G {
|
|
4173
|
+
position: relative;
|
|
4174
|
+
left: var(--header-scroll-area-left);
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4177
|
+
.header__cell__ZCE9p {
|
|
4178
|
+
display: flex;
|
|
4179
|
+
position: absolute;
|
|
4180
|
+
left: var(--header-cell-left);
|
|
4181
|
+
width: var(--header-cell-width);
|
|
4182
|
+
height: var(--header-cell-height);
|
|
4183
|
+
}
|
|
4184
|
+
|
|
4185
|
+
.header__cell__ZCE9p:hover [data-resize] {
|
|
4186
|
+
background: var(--click-grid-header-cell-color-stroke-selectDirect);
|
|
4187
|
+
}
|
|
4188
|
+
|
|
4189
|
+
/* the sticky "select all" corner extends a header cell (styled(HeaderCellContainer)) */
|
|
4190
|
+
.header__row-column__ceu5w {
|
|
4191
|
+
position: sticky;
|
|
4192
|
+
top: 0;
|
|
4193
|
+
left: 0;
|
|
4194
|
+
width: var(--header-cell-width);
|
|
4195
|
+
text-align: right;
|
|
4196
|
+
}
|
|
4197
|
+
|
|
4198
|
+
.header__row-column_scrolled-horizontal__QZO4p {
|
|
4199
|
+
box-shadow: 0 0 0 1px var(--click-grid-header-cell-color-stroke-default);
|
|
4200
|
+
}
|
|
4201
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. selectDirect) */
|
|
4202
|
+
|
|
4203
|
+
.column-resizer__8f12T {
|
|
4204
|
+
position: absolute;
|
|
4205
|
+
z-index: 1;
|
|
4206
|
+
top: 0;
|
|
4207
|
+
left: calc(100% - 4px);
|
|
4208
|
+
width: 4px;
|
|
4209
|
+
height: var(--column-resizer-height);
|
|
4210
|
+
overflow: auto;
|
|
4211
|
+
cursor: col-resize;
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4214
|
+
.column-resizer__8f12T:hover,
|
|
4215
|
+
.column-resizer__8f12T:active {
|
|
4216
|
+
background: var(--click-grid-header-cell-color-stroke-selectDirect);
|
|
4217
|
+
}
|
|
4218
|
+
|
|
4219
|
+
.column-resizer_pressed__JGAln {
|
|
4220
|
+
position: fixed;
|
|
4221
|
+
height: 100%;
|
|
4222
|
+
}
|
|
4223
|
+
/*
|
|
4224
|
+
* `.grid` is the Grid's outer container. It is rendered as the ContextMenu.Trigger
|
|
4225
|
+
* (the root element the whole grid mounts into), which is why the trigger carries
|
|
4226
|
+
* the grid's own box styling rather than a context-menu-specific class.
|
|
4227
|
+
*/
|
|
4228
|
+
.grid__h49fk {
|
|
4229
|
+
width: 100%;
|
|
4230
|
+
height: var(--grid-height, 100%);
|
|
4231
|
+
overflow: hidden;
|
|
4232
|
+
border-radius: var(--grid-radius);
|
|
4233
|
+
background: var(--click-grid-body-cell-color-background-default);
|
|
4234
|
+
outline: none;
|
|
4235
|
+
}
|
|
4236
|
+
|
|
4237
|
+
.grid_bordered__kFqF5 {
|
|
4238
|
+
border: 1px solid var(--click-grid-header-cell-color-stroke-default);
|
|
4239
|
+
}
|
|
4240
|
+
|
|
4241
|
+
/* react-window's inner element that lays out the scrolling cell grid */
|
|
4242
|
+
.grid__inner__IZhj9 {
|
|
4243
|
+
display: flex;
|
|
4244
|
+
flex-direction: column-reverse;
|
|
4245
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- the original styled rule used overflow-anchor */
|
|
4246
|
+
overflow-anchor: none;
|
|
4247
|
+
user-select: none;
|
|
4248
|
+
}
|
|
4249
|
+
|
|
4250
|
+
.grid__data__Mn4TK {
|
|
4251
|
+
position: absolute;
|
|
4252
|
+
top: 0;
|
|
4253
|
+
left: 0;
|
|
4254
|
+
margin-top: var(--grid-data-top, 0);
|
|
4255
|
+
margin-left: var(--grid-data-left, 0);
|
|
4256
|
+
}
|
|
4257
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. genericMenu) */
|
|
4258
|
+
|
|
4259
|
+
.trigger__4-zK2:focus-visible {
|
|
4260
|
+
outline: 2px solid var(--click-global-color-outline-default);
|
|
4261
|
+
outline-offset: 2px;
|
|
4262
|
+
}
|
|
4263
|
+
|
|
4264
|
+
.right-menu-content__0-EQz {
|
|
4265
|
+
z-index: 1;
|
|
4266
|
+
flex-direction: column;
|
|
4267
|
+
}
|
|
4268
|
+
|
|
4269
|
+
.right-menu-content_show-arrow__-yaE-[data-side='bottom'] {
|
|
4270
|
+
margin-top: -1px;
|
|
4271
|
+
}
|
|
4272
|
+
|
|
4273
|
+
.right-menu-content_show-arrow__-yaE-[data-side='top'] {
|
|
4274
|
+
margin-bottom: -1px;
|
|
4275
|
+
}
|
|
4276
|
+
|
|
4277
|
+
.right-menu-content_show-arrow__-yaE-[data-side='left'] {
|
|
4278
|
+
margin-right: -1px;
|
|
4279
|
+
}
|
|
4280
|
+
|
|
4281
|
+
.right-menu-content_show-arrow__-yaE-[data-side='left'] .popover-arrow__z8r3W {
|
|
4282
|
+
margin-right: 1rem;
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4285
|
+
.right-menu-content_show-arrow__-yaE-[data-side='right'] {
|
|
4286
|
+
margin-left: -1px;
|
|
4287
|
+
}
|
|
4288
|
+
|
|
4289
|
+
.right-menu-content_show-arrow__-yaE-[data-side='right'] .popover-arrow__z8r3W {
|
|
4290
|
+
margin-left: 1rem;
|
|
4291
|
+
}
|
|
4292
|
+
|
|
4293
|
+
.group__4UU7V {
|
|
4294
|
+
width: 100%;
|
|
4295
|
+
border-bottom: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
4296
|
+
}
|
|
4297
|
+
.grid-container__u1yIf {
|
|
4298
|
+
/* These custom properties are only emitted inline when the matching prop is
|
|
4299
|
+
set (grid-auto-columns, grid-auto-flow, grid-auto-rows, grid-template-area,
|
|
4300
|
+
grid-template-columns, grid-template-rows, max-width, min-width, height,
|
|
4301
|
+
max-height, min-height, overflow). Custom properties inherit by default, so
|
|
4302
|
+
without this reset a nested GridContainer would inherit an ancestor's
|
|
4303
|
+
value. Resetting to `initial` makes each consuming declaration fall back to
|
|
4304
|
+
its own default (the second arg of `var()`) when the prop is unset,
|
|
4305
|
+
reproducing the per-instance scoping that styled-components gave for free.
|
|
4306
|
+
`--grid-container-gap` is included for the same reason: without resetting it
|
|
4307
|
+
to `initial`, a nested GridContainer would inherit an ancestor's gap token
|
|
4308
|
+
instead of letting `var(--grid-container-gap, inherit)` fall back to
|
|
4309
|
+
`inherit` per-element (the styled-components source used a direct
|
|
4310
|
+
`gap: inherit`). `column-gap`/`row-gap` are not in this set: they are
|
|
4311
|
+
emitted inline as real longhand properties (not custom properties), so
|
|
4312
|
+
there are no `--grid-container-*-gap` vars to reset. */
|
|
4313
|
+
--grid-container-gap: initial;
|
|
4314
|
+
--grid-container-auto-columns: initial;
|
|
4315
|
+
--grid-container-auto-flow: initial;
|
|
4316
|
+
--grid-container-auto-rows: initial;
|
|
4317
|
+
--grid-container-template-area: initial;
|
|
4318
|
+
--grid-container-template-columns: initial;
|
|
4319
|
+
--grid-container-template-rows: initial;
|
|
4320
|
+
--grid-container-max-width: initial;
|
|
4321
|
+
--grid-container-min-width: initial;
|
|
4322
|
+
--grid-container-height: initial;
|
|
4323
|
+
--grid-container-max-height: initial;
|
|
4324
|
+
--grid-container-min-height: initial;
|
|
4325
|
+
--grid-container-overflow: initial;
|
|
4326
|
+
display: var(--grid-container-display, grid);
|
|
4327
|
+
width: var(--grid-container-width, 100%);
|
|
4328
|
+
min-width: var(--grid-container-min-width);
|
|
4329
|
+
max-width: var(--grid-container-max-width);
|
|
4330
|
+
height: var(--grid-container-height);
|
|
4331
|
+
min-height: var(--grid-container-min-height);
|
|
4332
|
+
max-height: var(--grid-container-max-height);
|
|
4333
|
+
overflow: var(--grid-container-overflow);
|
|
4334
|
+
/* stylelint-disable declaration-block-no-redundant-longhand-properties -- align/justify axes are set independently from distinct props, so the place-content/place-items shorthands can't be used */
|
|
4335
|
+
justify-content: var(--grid-container-justify-content, stretch);
|
|
4336
|
+
align-items: var(--grid-container-align-items, stretch);
|
|
4337
|
+
align-content: var(--grid-container-align-content, stretch);
|
|
4338
|
+
/* `gap` is always emitted; `column-gap`/`row-gap` are emitted inline (as real
|
|
4339
|
+
longhands) only when their props are set, so they override this shorthand
|
|
4340
|
+
just like the styled-components source did — and stay absent otherwise. */
|
|
4341
|
+
gap: var(--grid-container-gap, inherit);
|
|
4342
|
+
grid-template-columns: var(--grid-container-template-columns);
|
|
4343
|
+
grid-template-rows: var(--grid-container-template-rows);
|
|
4344
|
+
grid-auto-columns: var(--grid-container-auto-columns);
|
|
4345
|
+
grid-auto-flow: var(--grid-container-auto-flow);
|
|
4346
|
+
grid-auto-rows: var(--grid-container-auto-rows);
|
|
4347
|
+
/* stylelint-disable-next-line property-no-unknown -- the styled-components original emitted `grid-template-area` (singular, invalid); preserved verbatim for byte-for-byte parity */
|
|
4348
|
+
grid-template-area: var(--grid-container-template-area);
|
|
4349
|
+
justify-items: var(--grid-container-justify-items, stretch);
|
|
4350
|
+
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
/* stylelint-disable-next-line media-feature-range-notation -- prefix notation required for browser compatibility per .browserslistrc */
|
|
4354
|
+
@media (max-width: 768px) {
|
|
4355
|
+
.grid-container_responsive__3-8Xh {
|
|
4356
|
+
grid-template-columns: 1fr;
|
|
4357
|
+
}
|
|
4358
|
+
|
|
4359
|
+
/* When NOT responsive, the styled-components source applied
|
|
4360
|
+
`grid-template-columns: ${$gridTemplateColumns || 'auto'}` at the md
|
|
4361
|
+
breakpoint — i.e. the explicit template when one was passed, otherwise
|
|
4362
|
+
`auto`. The `--grid-container-template-columns` var is set inline only when
|
|
4363
|
+
the prop is provided, so the `auto` fallback reproduces that exactly. */
|
|
4364
|
+
.grid-container_not-responsive__Qqhg3 {
|
|
4365
|
+
grid-template-columns: var(--grid-container-template-columns, auto);
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
.menu-panel__-IeVm {
|
|
4369
|
+
display: block;
|
|
4370
|
+
padding: var(--click-popover-space-y) var(--click-popover-space-x);
|
|
4371
|
+
border: 1px solid var(--click-popover-color-panel-stroke-default);
|
|
4372
|
+
border-radius: var(--click-popover-radii-all);
|
|
4373
|
+
background-color: var(--click-popover-color-panel-background-default);
|
|
4374
|
+
box-shadow: var(--click-popover-shadow-default);
|
|
4375
|
+
}
|
|
4376
|
+
|
|
4377
|
+
.menu-panel_show-close__Qx3Mo {
|
|
4378
|
+
padding-top: 1rem;
|
|
4379
|
+
}
|
|
4380
|
+
|
|
4381
|
+
.trigger__QvCU1 {
|
|
4382
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
|
|
4383
|
+
keyword on `width` is widely supported on evergreen browsers; the original
|
|
4384
|
+
rule used the same value. */
|
|
4385
|
+
width: fit-content;
|
|
4386
|
+
border: none;
|
|
4387
|
+
background: inherit;
|
|
4388
|
+
color: inherit;
|
|
4389
|
+
font: inherit;
|
|
4390
|
+
cursor: pointer;
|
|
4391
|
+
}
|
|
4392
|
+
|
|
4393
|
+
.close-button__fpjhc {
|
|
4394
|
+
position: absolute;
|
|
4395
|
+
top: var(--click-popover-space-y);
|
|
4396
|
+
right: var(--click-popover-space-x);
|
|
4397
|
+
width: var(--click-popover-icon-size-width);
|
|
4398
|
+
height: var(--click-popover-icon-size-height);
|
|
4399
|
+
}
|
|
4400
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. fileUpload) */
|
|
4401
|
+
.upload-area__3SxAA {
|
|
4402
|
+
display: flex;
|
|
4403
|
+
box-sizing: border-box;
|
|
4404
|
+
width: 100%;
|
|
4405
|
+
align-items: center;
|
|
4406
|
+
border: 1px solid var(--click-fileUpload-color-stroke-default);
|
|
4407
|
+
background-color: var(--click-fileUpload-color-background-default);
|
|
4408
|
+
transition: var(--click-fileUpload-transitions-all);
|
|
4409
|
+
/* stylelint-disable-next-line container-name-pattern, value-keyword-case -- preserve original container-name from styled-components */
|
|
4410
|
+
container-name: uploadArea;
|
|
4411
|
+
container-type: inline-size;
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4414
|
+
/* border-radius: hasFile ? sm : md */
|
|
4415
|
+
.upload-area_radius_sm__DW4eQ {
|
|
4416
|
+
border-radius: var(--click-fileUpload-sm-radii-all);
|
|
4417
|
+
}
|
|
4418
|
+
|
|
4419
|
+
.upload-area_radius_md__k9cZA {
|
|
4420
|
+
border-radius: var(--click-fileUpload-md-radii-all);
|
|
4421
|
+
}
|
|
4422
|
+
|
|
4423
|
+
/* padding: hasFile || size === 'sm' ? sm : md */
|
|
4424
|
+
.upload-area_padding_sm__ci1xq {
|
|
4425
|
+
padding: var(--click-fileUpload-sm-space-y) var(--click-fileUpload-sm-space-x);
|
|
4426
|
+
}
|
|
4427
|
+
|
|
4428
|
+
.upload-area_padding_md__SflJQ {
|
|
4429
|
+
padding: var(--click-fileUpload-md-space-y) var(--click-fileUpload-md-space-x);
|
|
4430
|
+
}
|
|
4431
|
+
|
|
4432
|
+
/* min-height: size === 'sm' ? calc : auto */
|
|
4433
|
+
.upload-area_min-height_sm__JmKFU {
|
|
4434
|
+
min-height: calc(var(--click-fileUpload-sm-space-y) * 2 + var(--sizes-8));
|
|
4435
|
+
}
|
|
4436
|
+
|
|
4437
|
+
.upload-area_min-height_md__7BUe3 {
|
|
4438
|
+
min-height: auto;
|
|
4439
|
+
}
|
|
4440
|
+
|
|
4441
|
+
/* flex-direction: hasFile ? row : size === 'sm' ? row : column */
|
|
4442
|
+
.upload-area_direction_row__dPIPY {
|
|
4443
|
+
flex-direction: row;
|
|
4444
|
+
}
|
|
4445
|
+
|
|
4446
|
+
.upload-area_direction_column__Yd-Y9 {
|
|
4447
|
+
flex-direction: column;
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4450
|
+
/* justify-content: hasFile ? space-between : size === 'sm' ? space-between : center */
|
|
4451
|
+
.upload-area_justify_space-between__8kSQQ {
|
|
4452
|
+
justify-content: space-between;
|
|
4453
|
+
}
|
|
4454
|
+
|
|
4455
|
+
.upload-area_justify_center__vW-59 {
|
|
4456
|
+
justify-content: center;
|
|
4457
|
+
}
|
|
4458
|
+
|
|
4459
|
+
/* gap: size === 'sm' ? sm : md */
|
|
4460
|
+
.upload-area_gap_sm__fRrTo {
|
|
4461
|
+
gap: var(--click-fileUpload-sm-space-gap);
|
|
4462
|
+
}
|
|
4463
|
+
|
|
4464
|
+
.upload-area_gap_md__gndXo {
|
|
4465
|
+
gap: var(--click-fileUpload-md-space-gap);
|
|
4466
|
+
}
|
|
4467
|
+
|
|
4468
|
+
/* cursor: hasFile ? default : pointer */
|
|
4469
|
+
.upload-area_cursor_default__Yrr8K {
|
|
4470
|
+
cursor: default;
|
|
4471
|
+
}
|
|
4472
|
+
|
|
4473
|
+
.upload-area_cursor_pointer__nnHd9 {
|
|
4474
|
+
cursor: pointer;
|
|
4475
|
+
}
|
|
4476
|
+
|
|
4477
|
+
/* !hasFile: dashed border */
|
|
4478
|
+
.upload-area_dashed_true__-dB8w {
|
|
4479
|
+
border-style: dashed;
|
|
4480
|
+
border-color: var(--click-fileUpload-color-stroke-default);
|
|
4481
|
+
}
|
|
4482
|
+
|
|
4483
|
+
/* !hasFile && isDragging */
|
|
4484
|
+
.upload-area_dragging_true__wzFjV {
|
|
4485
|
+
border-color: var(--click-fileUpload-color-stroke-active);
|
|
4486
|
+
background-color: var(--click-fileUpload-color-background-active);
|
|
4487
|
+
}
|
|
4488
|
+
|
|
4489
|
+
/* isError */
|
|
4490
|
+
.upload-area_error_true__gIe8y {
|
|
4491
|
+
border-color: transparent;
|
|
4492
|
+
background-color: var(--click-fileUpload-color-background-error);
|
|
4493
|
+
}
|
|
4494
|
+
|
|
4495
|
+
.title__1rLes {
|
|
4496
|
+
color: var(--click-fileUpload-color-title-default);
|
|
4497
|
+
font: var(--click-fileUpload-typography-title-default);
|
|
4498
|
+
}
|
|
4499
|
+
|
|
4500
|
+
.title_not-supported_true__o7ZXZ {
|
|
4501
|
+
color: var(--click-fileUpload-color-title-error);
|
|
4502
|
+
}
|
|
4503
|
+
|
|
4504
|
+
.description__QyVSQ {
|
|
4505
|
+
color: var(--click-fileUpload-color-description-default);
|
|
4506
|
+
font: var(--click-fileUpload-typography-description-default);
|
|
4507
|
+
}
|
|
4508
|
+
|
|
4509
|
+
.upload-icon__CeL3E svg {
|
|
4510
|
+
width: var(--click-fileUpload-md-icon-size-width);
|
|
4511
|
+
height: var(--click-fileUpload-md-icon-size-height);
|
|
4512
|
+
color: var(--click-fileUpload-md-color-icon-default);
|
|
4513
|
+
}
|
|
4514
|
+
|
|
4515
|
+
.upload-text__4oGA- {
|
|
4516
|
+
text-align: left;
|
|
4517
|
+
}
|
|
4518
|
+
|
|
4519
|
+
.upload-text_centered_true__brhHN {
|
|
4520
|
+
display: flex;
|
|
4521
|
+
width: 100%;
|
|
4522
|
+
flex-direction: column;
|
|
4523
|
+
align-items: center;
|
|
4524
|
+
text-align: center;
|
|
4525
|
+
}
|
|
4526
|
+
|
|
4527
|
+
.upload-text_grow_true__9MNMX {
|
|
4528
|
+
flex: 1;
|
|
4529
|
+
}
|
|
4530
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. fileUpload) */
|
|
4531
|
+
.truncator__j4dr4 {
|
|
4532
|
+
display: flex;
|
|
4533
|
+
width: auto;
|
|
4534
|
+
min-width: 0;
|
|
4535
|
+
overflow: hidden;
|
|
4536
|
+
color: var(--click-fileUpload-color-title-default);
|
|
4537
|
+
font: var(--click-fileUpload-typography-description-default);
|
|
4538
|
+
white-space: nowrap;
|
|
4539
|
+
}
|
|
4540
|
+
|
|
4541
|
+
.truncator__start__Rwx4e {
|
|
4542
|
+
overflow: hidden;
|
|
4543
|
+
flex-shrink: 1;
|
|
4544
|
+
white-space: nowrap;
|
|
4545
|
+
text-overflow: ellipsis;
|
|
4546
|
+
}
|
|
4547
|
+
|
|
4548
|
+
.truncator__end__CSANk {
|
|
4549
|
+
flex-shrink: 0;
|
|
4550
|
+
white-space: nowrap;
|
|
4551
|
+
}
|
|
4552
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. fileUpload) */
|
|
4553
|
+
.file-item-container__86J-i {
|
|
4554
|
+
display: flex;
|
|
4555
|
+
min-width: 0;
|
|
4556
|
+
flex: 1;
|
|
4557
|
+
flex-direction: row;
|
|
4558
|
+
justify-content: space-between;
|
|
4559
|
+
align-items: center;
|
|
4560
|
+
gap: var(--click-fileUpload-sm-space-gap);
|
|
4561
|
+
}
|
|
4562
|
+
|
|
4563
|
+
.file-item-container_inline_false__QqJXZ {
|
|
4564
|
+
padding: var(--click-fileUpload-sm-space-y) var(--click-fileUpload-sm-space-x);
|
|
4565
|
+
border: 1px solid var(--click-fileUpload-color-stroke-default);
|
|
4566
|
+
border-radius: var(--click-fileUpload-sm-radii-all);
|
|
4567
|
+
background-color: var(--click-fileUpload-color-background-default);
|
|
4568
|
+
}
|
|
4569
|
+
|
|
4570
|
+
.file-item-container_inline_false__QqJXZ.file-item-container_error_true__uRfbn {
|
|
4571
|
+
border-color: transparent;
|
|
4572
|
+
background-color: var(--click-fileUpload-color-background-error);
|
|
4573
|
+
}
|
|
4574
|
+
|
|
4575
|
+
/* stylelint-disable-next-line block-no-empty -- base element required by BEM */
|
|
4576
|
+
.document-icon__CX1O5 {
|
|
4577
|
+
}
|
|
4578
|
+
|
|
4579
|
+
.document-icon_size_sm__sEIPl svg {
|
|
4580
|
+
width: var(--click-fileUpload-sm-icon-size-width);
|
|
4581
|
+
height: var(--click-fileUpload-sm-icon-size-height);
|
|
4582
|
+
color: var(--click-fileUpload-sm-color-icon-default);
|
|
4583
|
+
}
|
|
4584
|
+
|
|
4585
|
+
.document-icon_size_md__dqfzB svg {
|
|
4586
|
+
width: var(--click-fileUpload-md-icon-size-width);
|
|
4587
|
+
height: var(--click-fileUpload-md-icon-size-height);
|
|
4588
|
+
color: var(--click-fileUpload-md-color-icon-default);
|
|
4589
|
+
}
|
|
4590
|
+
|
|
4591
|
+
.description__sjgXO {
|
|
4592
|
+
color: var(--click-fileUpload-color-description-default);
|
|
4593
|
+
font: var(--click-fileUpload-typography-description-default);
|
|
4594
|
+
}
|
|
4595
|
+
|
|
4596
|
+
.description_error_true__wbkov {
|
|
4597
|
+
color: var(--click-fileUpload-color-title-error);
|
|
4598
|
+
}
|
|
4599
|
+
|
|
4600
|
+
.file-details__aAMdx {
|
|
4601
|
+
display: flex;
|
|
4602
|
+
min-width: 0;
|
|
4603
|
+
gap: var(--click-fileUpload-md-space-gap);
|
|
4604
|
+
border: none;
|
|
4605
|
+
}
|
|
4606
|
+
|
|
4607
|
+
.file-actions__OUaMv {
|
|
4608
|
+
display: flex;
|
|
4609
|
+
margin-left: auto;
|
|
4610
|
+
align-items: center;
|
|
4611
|
+
gap: 0;
|
|
4612
|
+
}
|
|
4613
|
+
|
|
4614
|
+
.file-content-container__40JkR {
|
|
4615
|
+
display: flex;
|
|
4616
|
+
min-width: 0;
|
|
4617
|
+
flex: 1;
|
|
4618
|
+
flex-direction: column;
|
|
4619
|
+
justify-content: center;
|
|
4620
|
+
}
|
|
4621
|
+
|
|
4622
|
+
.file-content-container_size_sm__8od-v {
|
|
4623
|
+
min-height: 24px;
|
|
4624
|
+
}
|
|
4625
|
+
|
|
4626
|
+
.file-content-container_size_md__U6Hwr {
|
|
4627
|
+
min-height: auto;
|
|
4628
|
+
}
|
|
4629
|
+
|
|
4630
|
+
.progress-bar-wrapper__q0i9x {
|
|
4631
|
+
margin-top: var(--click-fileUpload-md-space-gap);
|
|
4632
|
+
margin-bottom: 9px;
|
|
4633
|
+
}
|
|
4634
|
+
.progressbar__21KMf {
|
|
4635
|
+
display: flex;
|
|
4636
|
+
min-height: 2px;
|
|
4637
|
+
padding-right: 0;
|
|
4638
|
+
overflow: hidden;
|
|
4639
|
+
justify-content: space-between;
|
|
4640
|
+
align-items: center;
|
|
4641
|
+
gap: var(--click-field-space-gap);
|
|
4642
|
+
border: 1px solid var(--click-field-color-stroke-default);
|
|
4643
|
+
border-radius: var(--click-field-radii-all);
|
|
4644
|
+
background: linear-gradient(
|
|
4645
|
+
var(--progress-grad-dir, to right),
|
|
4646
|
+
var(--global-color-accent-default) 0%,
|
|
4647
|
+
var(--global-color-accent-default) var(--progress),
|
|
4648
|
+
var(--progress-bg, var(--click-field-color-background-default)) var(--progress),
|
|
4649
|
+
var(--progress-bg, var(--click-field-color-background-default)) 100%
|
|
4650
|
+
);
|
|
4651
|
+
background-position: center;
|
|
4652
|
+
background-size: calc(100% + 2px);
|
|
4653
|
+
color: var(--global-color-accent-default);
|
|
4654
|
+
font: var(--typography-styles-product-text-normal-sm);
|
|
4655
|
+
transition: all 100ms ease-in-out;
|
|
4656
|
+
}
|
|
4657
|
+
|
|
4658
|
+
.progressbar_orientation_vertical__0w-VB {
|
|
4659
|
+
width: auto;
|
|
4660
|
+
height: 100%;
|
|
4661
|
+
flex-direction: column;
|
|
4662
|
+
}
|
|
4663
|
+
|
|
4664
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same
|
|
4665
|
+
width fallback chain (100% → -webkit-fill-available → fill-available →
|
|
4666
|
+
stretch) so horizontal bars fill the available inline space. */
|
|
4667
|
+
.progressbar_orientation_horizontal__MJimN {
|
|
4668
|
+
width: 100%;
|
|
4669
|
+
width: -webkit-fill-available;
|
|
4670
|
+
width: fill-available;
|
|
4671
|
+
width: stretch;
|
|
4672
|
+
}
|
|
4673
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
4674
|
+
|
|
4675
|
+
.progressbar_orientation_horizontal__MJimN.progressbar_dir_start__xUm-Q {
|
|
4676
|
+
--progress-grad-dir: to right;
|
|
4677
|
+
}
|
|
4678
|
+
|
|
4679
|
+
.progressbar_orientation_horizontal__MJimN.progressbar_dir_end__iGTwK {
|
|
4680
|
+
--progress-grad-dir: to left;
|
|
4681
|
+
}
|
|
4682
|
+
|
|
4683
|
+
.progressbar_orientation_vertical__0w-VB.progressbar_dir_start__xUm-Q {
|
|
4684
|
+
--progress-grad-dir: to bottom;
|
|
4685
|
+
}
|
|
4686
|
+
|
|
4687
|
+
.progressbar_orientation_vertical__0w-VB.progressbar_dir_end__iGTwK {
|
|
4688
|
+
--progress-grad-dir: to top;
|
|
4689
|
+
}
|
|
4690
|
+
|
|
4691
|
+
.progressbar_type_default__B8jtt {
|
|
4692
|
+
padding: 0.25rem var(--click-field-space-x);
|
|
4693
|
+
padding-right: 0;
|
|
4694
|
+
}
|
|
4695
|
+
|
|
4696
|
+
.progressbar_type_small__bcDiV {
|
|
4697
|
+
padding: 0 var(--click-field-space-x);
|
|
4698
|
+
padding-right: 0;
|
|
4699
|
+
}
|
|
4700
|
+
|
|
4701
|
+
.progressbar_completed__XhK-p.progressbar_type_default__B8jtt {
|
|
4702
|
+
background: var(--click-field-color-background-default);
|
|
4703
|
+
background-position: center;
|
|
4704
|
+
background-size: calc(100% + 2px);
|
|
4705
|
+
}
|
|
4706
|
+
|
|
4707
|
+
.progressbar__21KMf:hover {
|
|
4708
|
+
--progress-bg: var(--click-field-color-background-hover);
|
|
4709
|
+
|
|
4710
|
+
border: 1px solid var(--click-field-color-stroke-hover);
|
|
4711
|
+
background-position: center;
|
|
4712
|
+
background-size: calc(100% + 2px);
|
|
4713
|
+
}
|
|
4714
|
+
|
|
4715
|
+
.progressbar_completed__XhK-p:hover {
|
|
4716
|
+
background: var(--click-field-color-background-hover);
|
|
4717
|
+
background-position: center;
|
|
4718
|
+
background-size: calc(100% + 2px);
|
|
4719
|
+
}
|
|
4720
|
+
|
|
4721
|
+
.progressbar__21KMf:focus,
|
|
4722
|
+
.progressbar__21KMf:focus-within {
|
|
4723
|
+
--progress-bg: var(--click-field-color-background-active);
|
|
4724
|
+
|
|
4725
|
+
border: 1px solid var(--click-field-color-stroke-active);
|
|
4726
|
+
background-position: center;
|
|
4727
|
+
background-size: calc(100% + 2px);
|
|
4728
|
+
}
|
|
4729
|
+
|
|
4730
|
+
.progressbar_completed__XhK-p:focus,
|
|
4731
|
+
.progressbar_completed__XhK-p:focus-within {
|
|
4732
|
+
background: var(--click-field-color-background-active);
|
|
4733
|
+
background-position: center;
|
|
4734
|
+
background-size: calc(100% + 2px);
|
|
4735
|
+
}
|
|
4736
|
+
|
|
4737
|
+
.progresstext__RAf9Q {
|
|
4738
|
+
width: 100%;
|
|
4739
|
+
font: inherit;
|
|
4740
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- mix-blend-mode
|
|
4741
|
+
is widely supported on evergreen browsers; the original rule
|
|
4742
|
+
used the same value to invert the text against the gradient fill. */
|
|
4743
|
+
mix-blend-mode: difference;
|
|
4744
|
+
}
|
|
4745
|
+
|
|
4746
|
+
.progressclosebutton__cGgfw {
|
|
4747
|
+
visibility: hidden;
|
|
4748
|
+
border: 0;
|
|
4749
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- mix-blend-mode
|
|
4750
|
+
is widely supported on evergreen browsers; the original rule
|
|
4751
|
+
used the same value to invert the close icon against the gradient fill. */
|
|
4752
|
+
mix-blend-mode: difference;
|
|
4753
|
+
}
|
|
4754
|
+
|
|
4755
|
+
.progressclosebutton_dismissable__p5mDJ {
|
|
4756
|
+
visibility: visible;
|
|
4757
|
+
}
|
|
4758
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. fileUpload) */
|
|
4759
|
+
.files-list__Of0Ps {
|
|
4760
|
+
display: flex;
|
|
4761
|
+
width: 100%;
|
|
4762
|
+
margin-top: var(--click-fileUpload-md-space-gap);
|
|
4763
|
+
flex-direction: column;
|
|
4764
|
+
gap: var(--click-fileUpload-sm-space-gap);
|
|
4765
|
+
}
|
|
4766
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. fileTabs) */
|
|
4767
|
+
.tabs__jY99b {
|
|
4768
|
+
display: flex;
|
|
4769
|
+
position: relative;
|
|
4770
|
+
max-width: var(--file-tabs-count-width);
|
|
4771
|
+
overflow: auto;
|
|
4772
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- preserves the styled-components original verbatim; the invalid scrollbar-width value is ignored by browsers and the scrollbar is hidden via the ::-webkit-scrollbar rule below */
|
|
4773
|
+
overscroll-behavior: none;
|
|
4774
|
+
scrollbar-width: 0;
|
|
4775
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
4776
|
+
}
|
|
4777
|
+
|
|
4778
|
+
.tabs__jY99b::-webkit-scrollbar {
|
|
4779
|
+
height: 0;
|
|
4780
|
+
}
|
|
4781
|
+
|
|
4782
|
+
.tabs-sortable__7e-D1 {
|
|
4783
|
+
display: flex;
|
|
4784
|
+
}
|
|
4785
|
+
|
|
4786
|
+
.tabs-sortable__7e-D1 > div {
|
|
4787
|
+
width: clamp(100px, 100%, 200px);
|
|
4788
|
+
min-width: 100px;
|
|
4789
|
+
height: 100%;
|
|
4790
|
+
outline: none;
|
|
4791
|
+
}
|
|
4792
|
+
|
|
4793
|
+
.tabs-sortable__7e-D1 > div.sortable-ghost__1JlRB {
|
|
4794
|
+
opacity: 0;
|
|
4795
|
+
}
|
|
4796
|
+
|
|
4797
|
+
.tab__Fud6d {
|
|
4798
|
+
display: grid;
|
|
4799
|
+
box-sizing: border-box;
|
|
4800
|
+
max-width: 100%;
|
|
4801
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same width fallback chain (100% → -webkit-fill-available → fill-available → stretch) so the tab fills the available inline space */
|
|
4802
|
+
max-width: -webkit-fill-available;
|
|
4803
|
+
max-width: fill-available;
|
|
4804
|
+
max-width: stretch;
|
|
4805
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
4806
|
+
height: 100%;
|
|
4807
|
+
max-height: 100%;
|
|
4808
|
+
padding: var(--click-tabs-fileTabs-space-y) var(--click-tabs-fileTabs-space-x);
|
|
4809
|
+
justify-content: flex-start;
|
|
4810
|
+
align-items: center;
|
|
4811
|
+
gap: var(--click-tabs-fileTabs-space-gap);
|
|
4812
|
+
grid-template-columns: 1fr;
|
|
4813
|
+
border: none;
|
|
4814
|
+
border-right: 1px solid var(--click-tabs-fileTabs-color-stroke-default);
|
|
4815
|
+
border-radius: var(--click-tabs-fileTabs-radii-all);
|
|
4816
|
+
background: var(--click-tabs-fileTabs-color-background-default);
|
|
4817
|
+
color: var(--click-tabs-fileTabs-color-text-default);
|
|
4818
|
+
font: var(--click-tabs-fileTabs-typography-label-default);
|
|
4819
|
+
outline: none;
|
|
4820
|
+
cursor: pointer;
|
|
4821
|
+
}
|
|
4822
|
+
|
|
4823
|
+
.tab__Fud6d svg,
|
|
4824
|
+
.tab__Fud6d [data-indicator] {
|
|
4825
|
+
width: var(--click-tabs-fileTabs-icon-size-width);
|
|
4826
|
+
height: var(--click-tabs-fileTabs-icon-size-height);
|
|
4827
|
+
}
|
|
4828
|
+
|
|
4829
|
+
.tab__Fud6d [data-type='close'] {
|
|
4830
|
+
display: none;
|
|
4831
|
+
}
|
|
4832
|
+
|
|
4833
|
+
.tab__Fud6d [data-indicator] {
|
|
4834
|
+
display: block;
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4837
|
+
.tab__Fud6d:hover [data-type='close'] {
|
|
4838
|
+
display: block;
|
|
4839
|
+
}
|
|
4840
|
+
|
|
4841
|
+
.tab__Fud6d:hover [data-indicator] {
|
|
4842
|
+
display: none;
|
|
4843
|
+
}
|
|
4844
|
+
|
|
4845
|
+
.tab_active__nqwS6 {
|
|
4846
|
+
border-right: 1px solid var(--click-tabs-fileTabs-color-stroke-active);
|
|
4847
|
+
background: var(--click-tabs-fileTabs-color-background-active);
|
|
4848
|
+
color: var(--click-tabs-fileTabs-color-text-active);
|
|
4849
|
+
font: var(--click-tabs-fileTabs-typography-label-active);
|
|
4850
|
+
}
|
|
4851
|
+
|
|
4852
|
+
.tab_inactive__tflkU:hover {
|
|
4853
|
+
border-right: 1px solid var(--click-tabs-fileTabs-color-stroke-hover);
|
|
4854
|
+
background: var(--click-tabs-fileTabs-color-background-hover);
|
|
4855
|
+
color: var(--click-tabs-fileTabs-color-text-hover);
|
|
4856
|
+
font: var(--click-tabs-fileTabs-typography-label-hover);
|
|
4857
|
+
}
|
|
4858
|
+
|
|
4859
|
+
.tab_full-width__sU4rf {
|
|
4860
|
+
width: 100%;
|
|
4861
|
+
}
|
|
4862
|
+
|
|
4863
|
+
.tab_fixed__S0Bwz {
|
|
4864
|
+
width: auto;
|
|
4865
|
+
}
|
|
4866
|
+
|
|
4867
|
+
.tab_preview__FR-Q6 {
|
|
4868
|
+
font-style: italic;
|
|
4869
|
+
}
|
|
4870
|
+
|
|
4871
|
+
.tab_dismissable__ud86m {
|
|
4872
|
+
grid-template-columns: 1fr var(--click-tabs-fileTabs-icon-size-width);
|
|
4873
|
+
}
|
|
4874
|
+
|
|
4875
|
+
.indicator__ZD0YM {
|
|
4876
|
+
position: relative;
|
|
4877
|
+
}
|
|
4878
|
+
|
|
4879
|
+
.indicator__ZD0YM::after {
|
|
4880
|
+
content: '';
|
|
4881
|
+
position: absolute;
|
|
4882
|
+
top: 0.25rem;
|
|
4883
|
+
left: 0.25rem;
|
|
4884
|
+
width: 0.5rem;
|
|
4885
|
+
height: 0.5rem;
|
|
4886
|
+
border-radius: 50%;
|
|
4887
|
+
background: transparent;
|
|
4888
|
+
}
|
|
3381
4889
|
|
|
3382
|
-
|
|
3383
|
-
background
|
|
3384
|
-
background-size: calc(100% + 2px);
|
|
4890
|
+
.indicator__ZD0YM[data-indicator='success']::after {
|
|
4891
|
+
background: var(--click-alert-color-text-success);
|
|
3385
4892
|
}
|
|
3386
4893
|
|
|
3387
|
-
.
|
|
3388
|
-
background: var(--click-
|
|
3389
|
-
background-position: center;
|
|
3390
|
-
background-size: calc(100% + 2px);
|
|
4894
|
+
.indicator__ZD0YM[data-indicator='neutral']::after {
|
|
4895
|
+
background: var(--click-alert-color-text-neutral);
|
|
3391
4896
|
}
|
|
3392
4897
|
|
|
3393
|
-
.
|
|
3394
|
-
|
|
3395
|
-
|
|
4898
|
+
.indicator__ZD0YM[data-indicator='danger']::after {
|
|
4899
|
+
background: var(--click-alert-color-text-danger);
|
|
4900
|
+
}
|
|
3396
4901
|
|
|
3397
|
-
|
|
3398
|
-
background
|
|
3399
|
-
background-size: calc(100% + 2px);
|
|
4902
|
+
.indicator__ZD0YM[data-indicator='warning']::after {
|
|
4903
|
+
background: var(--click-alert-color-text-warning);
|
|
3400
4904
|
}
|
|
3401
4905
|
|
|
3402
|
-
.
|
|
3403
|
-
|
|
3404
|
-
background: var(--click-field-color-background-active);
|
|
3405
|
-
background-position: center;
|
|
3406
|
-
background-size: calc(100% + 2px);
|
|
4906
|
+
.indicator__ZD0YM[data-indicator='info']::after {
|
|
4907
|
+
background: var(--click-alert-color-text-info);
|
|
3407
4908
|
}
|
|
3408
4909
|
|
|
3409
|
-
.
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
4910
|
+
.tab-content__JX6iV {
|
|
4911
|
+
display: flex;
|
|
4912
|
+
overflow: hidden;
|
|
4913
|
+
flex-wrap: nowrap;
|
|
4914
|
+
justify-content: flex-start;
|
|
4915
|
+
align-items: center;
|
|
4916
|
+
gap: var(--click-tabs-fileTabs-space-gap);
|
|
3416
4917
|
}
|
|
3417
4918
|
|
|
3418
|
-
.
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
used the same value to invert the close icon against the gradient fill. */
|
|
3424
|
-
mix-blend-mode: difference;
|
|
4919
|
+
.tab-content-text__zXnlM {
|
|
4920
|
+
display: inline-block;
|
|
4921
|
+
overflow: hidden;
|
|
4922
|
+
white-space: nowrap;
|
|
4923
|
+
text-overflow: ellipsis;
|
|
3425
4924
|
}
|
|
3426
4925
|
|
|
3427
|
-
.
|
|
3428
|
-
|
|
4926
|
+
.empty-button__czm-t {
|
|
4927
|
+
padding: 0;
|
|
4928
|
+
}
|
|
4929
|
+
|
|
4930
|
+
.empty-button__czm-t:hover {
|
|
4931
|
+
background: var(--click-tabs-fileTabs-color-closeButton-background-hover);
|
|
3429
4932
|
}
|
|
3430
4933
|
@keyframes flyout-animation-width__LabkI {
|
|
3431
4934
|
from {
|
|
@@ -4325,6 +5828,338 @@ div:active + .topbadge__E79OZ {
|
|
|
4325
5828
|
.wrapper_collapsible_true__8ANnP {
|
|
4326
5829
|
--title-pad-left: 0;
|
|
4327
5830
|
}
|
|
5831
|
+
/* Doubled class raises specificity to (0,2,0) so this width wins over the
|
|
5832
|
+
Select root's own `width: 100%` rule, which styled() injects into <head>
|
|
5833
|
+
at runtime (after the bundled CSS). The previous styled() wrapper relied
|
|
5834
|
+
on runtime injection order for the same effect. */
|
|
5835
|
+
.custom-select__iARgW.custom-select__iARgW {
|
|
5836
|
+
width: 150px;
|
|
5837
|
+
}
|
|
5838
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. genericMenu, fieldText) */
|
|
5839
|
+
|
|
5840
|
+
.select-value__CxDXF {
|
|
5841
|
+
overflow: hidden;
|
|
5842
|
+
flex: 1;
|
|
5843
|
+
gap: inherit;
|
|
5844
|
+
color: inherit;
|
|
5845
|
+
font: inherit;
|
|
5846
|
+
text-align: left;
|
|
5847
|
+
}
|
|
5848
|
+
|
|
5849
|
+
.select-trigger__k4Odp {
|
|
5850
|
+
display: flex;
|
|
5851
|
+
width: 100%;
|
|
5852
|
+
min-height: var(--click-genericMenu-panel-size-height);
|
|
5853
|
+
padding: var(--click-field-space-y) var(--click-field-space-x);
|
|
5854
|
+
justify-content: space-between;
|
|
5855
|
+
align-items: center;
|
|
5856
|
+
gap: var(--click-field-space-gap);
|
|
5857
|
+
border: 1px solid var(--click-field-color-stroke-default);
|
|
5858
|
+
border-radius: var(--click-field-radii-all);
|
|
5859
|
+
background: var(--click-field-color-background-default);
|
|
5860
|
+
color: var(--click-field-color-text-default);
|
|
5861
|
+
font: var(--click-field-typography-fieldText-default);
|
|
5862
|
+
cursor: pointer;
|
|
5863
|
+
}
|
|
5864
|
+
|
|
5865
|
+
.select-trigger__k4Odp span:first-of-type {
|
|
5866
|
+
max-width: 100%;
|
|
5867
|
+
overflow: hidden;
|
|
5868
|
+
white-space: nowrap;
|
|
5869
|
+
text-overflow: ellipsis;
|
|
5870
|
+
}
|
|
5871
|
+
|
|
5872
|
+
.select-trigger__k4Odp:hover {
|
|
5873
|
+
border: 1px solid var(--click-field-color-stroke-hover);
|
|
5874
|
+
background: var(--click-field-color-background-hover);
|
|
5875
|
+
color: var(--click-field-color-text-hover);
|
|
5876
|
+
}
|
|
5877
|
+
|
|
5878
|
+
.select-trigger_error__fZGGT {
|
|
5879
|
+
border: 1px solid var(--click-field-color-stroke-error);
|
|
5880
|
+
background: var(--click-field-color-background-active);
|
|
5881
|
+
color: var(--click-field-color-text-error);
|
|
5882
|
+
font: var(--click-field-typography-fieldText-error);
|
|
5883
|
+
}
|
|
5884
|
+
|
|
5885
|
+
.select-trigger_error__fZGGT:hover {
|
|
5886
|
+
border: 1px solid var(--click-field-color-stroke-error);
|
|
5887
|
+
color: var(--click-field-color-text-error);
|
|
5888
|
+
}
|
|
5889
|
+
|
|
5890
|
+
/* stylelint-disable no-descending-specificity -- source order mirrors the
|
|
5891
|
+
styled-components cascade: the focus/open active styling is followed by
|
|
5892
|
+
focus-visible and disabled, matching the original template-literal order. */
|
|
5893
|
+
|
|
5894
|
+
/*
|
|
5895
|
+
The active (focus / open) styling is suppressed in the error state: the
|
|
5896
|
+
styled-components original only emitted these rules in the non-error branch,
|
|
5897
|
+
so an errored trigger keeps its error styling on focus/open.
|
|
5898
|
+
*/
|
|
5899
|
+
.select-trigger__k4Odp:not(.select-trigger_error__fZGGT):focus,
|
|
5900
|
+
.select-trigger__k4Odp:not(.select-trigger_error__fZGGT)[data-state='open'] {
|
|
5901
|
+
border: 1px solid var(--click-field-color-stroke-active);
|
|
5902
|
+
background: var(--click-field-color-background-active);
|
|
5903
|
+
color: var(--click-field-color-text-active);
|
|
5904
|
+
font: var(--click-field-typography-fieldText-active);
|
|
5905
|
+
}
|
|
5906
|
+
|
|
5907
|
+
.select-trigger__k4Odp:not(.select-trigger_error__fZGGT):focus ~ label,
|
|
5908
|
+
.select-trigger__k4Odp:not(.select-trigger_error__fZGGT)[data-state='open'] ~ label {
|
|
5909
|
+
color: var(--click-field-color-label-active);
|
|
5910
|
+
font: var(--click-field-typography-label-active);
|
|
5911
|
+
}
|
|
5912
|
+
|
|
5913
|
+
.select-trigger__k4Odp:focus-visible {
|
|
5914
|
+
outline: 2px solid var(--click-global-color-outline-default);
|
|
5915
|
+
outline-offset: 2px;
|
|
5916
|
+
}
|
|
5917
|
+
|
|
5918
|
+
.select-trigger__k4Odp:disabled {
|
|
5919
|
+
border: 1px solid var(--click-field-color-stroke-disabled);
|
|
5920
|
+
background: var(--click-field-color-background-disabled);
|
|
5921
|
+
color: var(--click-field-color-text-disabled);
|
|
5922
|
+
font: var(--click-field-typography-fieldText-disabled);
|
|
5923
|
+
cursor: not-allowed;
|
|
5924
|
+
}
|
|
5925
|
+
|
|
5926
|
+
/* stylelint-enable no-descending-specificity */
|
|
5927
|
+
|
|
5928
|
+
.select-trigger__k4Odp [data-hide-in-trigger] {
|
|
5929
|
+
display: none;
|
|
5930
|
+
}
|
|
5931
|
+
|
|
5932
|
+
.select-popover-content__30txk {
|
|
5933
|
+
display: flex;
|
|
5934
|
+
width: var(--radix-popover-trigger-width);
|
|
5935
|
+
max-height: var(--radix-popover-content-available-height);
|
|
5936
|
+
padding: 0.5rem 0;
|
|
5937
|
+
overflow: hidden;
|
|
5938
|
+
align-items: flex-start;
|
|
5939
|
+
gap: 0.625rem;
|
|
5940
|
+
border: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
5941
|
+
border-radius: 0.25rem;
|
|
5942
|
+
background: var(--click-genericMenu-item-color-default-background-default);
|
|
5943
|
+
box-shadow:
|
|
5944
|
+
0 1px 3px 0 rgb(16 24 40 / 10%),
|
|
5945
|
+
0 1px 2px 0 rgb(16 24 40 / 6%);
|
|
5946
|
+
pointer-events: auto;
|
|
5947
|
+
}
|
|
5948
|
+
|
|
5949
|
+
.select-popover-content_full-width__frIlp {
|
|
5950
|
+
width: 100%;
|
|
5951
|
+
min-width: var(--radix-popover-trigger-width);
|
|
5952
|
+
max-width: var(--select-item-character-limit);
|
|
5953
|
+
}
|
|
5954
|
+
|
|
5955
|
+
.search-bar-container__bidMt {
|
|
5956
|
+
display: flex;
|
|
5957
|
+
position: relative;
|
|
5958
|
+
width: auto;
|
|
5959
|
+
height: 0;
|
|
5960
|
+
padding: 0;
|
|
5961
|
+
justify-content: flex-start;
|
|
5962
|
+
align-items: center;
|
|
5963
|
+
color: var(--click-genericMenu-autocomplete-color-searchTerm-default);
|
|
5964
|
+
font: var(--click-genericMenu-autocomplete-typography-search-term-default);
|
|
5965
|
+
}
|
|
5966
|
+
|
|
5967
|
+
.search-bar-container_show-search__YLR4i {
|
|
5968
|
+
height: auto;
|
|
5969
|
+
padding: var(--click-genericMenu-item-space-y) var(--click-genericMenu-item-space-x);
|
|
5970
|
+
}
|
|
5971
|
+
|
|
5972
|
+
.search-bar__J2qTl {
|
|
5973
|
+
width: 100%;
|
|
5974
|
+
height: 0;
|
|
5975
|
+
min-height: 0;
|
|
5976
|
+
/*
|
|
5977
|
+
When hidden the original collapsed all padding to 0; when shown it set only
|
|
5978
|
+
padding-right (in the _show-search modifier), leaving the input's default
|
|
5979
|
+
vertical padding intact — that 2px of UA padding is load-bearing for height.
|
|
5980
|
+
*/
|
|
5981
|
+
padding: 0;
|
|
5982
|
+
gap: var(--click-genericMenu-item-space-gap);
|
|
5983
|
+
border: none;
|
|
5984
|
+
border-bottom: 0;
|
|
5985
|
+
background: transparent;
|
|
5986
|
+
color: var(--click-genericMenu-autocomplete-color-searchTerm-default);
|
|
5987
|
+
font: var(--click-genericMenu-autocomplete-typography-search-term-default);
|
|
5988
|
+
outline: none;
|
|
5989
|
+
}
|
|
5990
|
+
|
|
5991
|
+
.search-bar__J2qTl::placeholder {
|
|
5992
|
+
color: var(--click-genericMenu-autocomplete-color-placeholder-default);
|
|
5993
|
+
font: var(--click-genericMenu-autocomplete-typography-search-placeholder-default);
|
|
5994
|
+
}
|
|
5995
|
+
|
|
5996
|
+
.search-bar_show-search__IhdJT {
|
|
5997
|
+
height: initial;
|
|
5998
|
+
min-height: 21px;
|
|
5999
|
+
padding: revert;
|
|
6000
|
+
padding-right: 24px;
|
|
6001
|
+
border-bottom: 2px solid var(--click-genericMenu-button-color-stroke-default);
|
|
6002
|
+
}
|
|
6003
|
+
|
|
6004
|
+
.search-close__dB1cs {
|
|
6005
|
+
visibility: hidden;
|
|
6006
|
+
position: absolute;
|
|
6007
|
+
top: var(--click-genericMenu-item-space-y);
|
|
6008
|
+
right: var(--click-genericMenu-item-space-x);
|
|
6009
|
+
}
|
|
6010
|
+
|
|
6011
|
+
.search-close_show-close__-Anjf {
|
|
6012
|
+
visibility: visible;
|
|
6013
|
+
}
|
|
6014
|
+
|
|
6015
|
+
/*
|
|
6016
|
+
Added the max-height with calc as the content should always be fit inside SelectPopoverContent
|
|
6017
|
+
SelectPopoverContent has hardcoded padding and thats why we are using 1 rem instead of tokens
|
|
6018
|
+
This makes sure that the content is always visible with the scrolling
|
|
6019
|
+
*/
|
|
6020
|
+
.select-list__CNYUb {
|
|
6021
|
+
display: flex;
|
|
6022
|
+
width: inherit;
|
|
6023
|
+
max-height: calc(var(--radix-popover-content-available-height) - 1rem);
|
|
6024
|
+
flex-direction: column;
|
|
6025
|
+
}
|
|
6026
|
+
|
|
6027
|
+
.select-list-content__AJbe9 {
|
|
6028
|
+
width: inherit;
|
|
6029
|
+
max-height: var(--select-list-max-height);
|
|
6030
|
+
overflow: auto;
|
|
6031
|
+
flex: 1;
|
|
6032
|
+
}
|
|
6033
|
+
|
|
6034
|
+
.hidden-select-element__YZlhL {
|
|
6035
|
+
visibility: hidden;
|
|
6036
|
+
position: absolute;
|
|
6037
|
+
z-index: -1;
|
|
6038
|
+
height: 0;
|
|
6039
|
+
}
|
|
6040
|
+
|
|
6041
|
+
.select-group-container__Pd5rW {
|
|
6042
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same width fallback chain so the container fills the available inline space. */
|
|
6043
|
+
display: flex;
|
|
6044
|
+
width: -webkit-fill-available;
|
|
6045
|
+
width: fill-available;
|
|
6046
|
+
width: stretch;
|
|
6047
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
6048
|
+
overflow: hidden;
|
|
6049
|
+
flex-direction: column;
|
|
6050
|
+
justify-content: center;
|
|
6051
|
+
background: transparent;
|
|
6052
|
+
color: var(--click-genericMenu-item-color-default-text-muted);
|
|
6053
|
+
font: var(--click-genericMenu-item-typography-sectionHeader-default);
|
|
6054
|
+
}
|
|
6055
|
+
|
|
6056
|
+
.select-group-container__Pd5rW[aria-selected] {
|
|
6057
|
+
outline: none;
|
|
6058
|
+
}
|
|
6059
|
+
|
|
6060
|
+
.select-group-container__Pd5rW[hidden] {
|
|
6061
|
+
display: none;
|
|
6062
|
+
}
|
|
6063
|
+
|
|
6064
|
+
.select-group-name__TrAy3 {
|
|
6065
|
+
display: flex;
|
|
6066
|
+
width: 100%;
|
|
6067
|
+
padding: var(--click-genericMenu-sectionHeader-space-top)
|
|
6068
|
+
var(--click-genericMenu-item-space-x)
|
|
6069
|
+
var(--click-genericMenu-sectionHeader-space-bottom);
|
|
6070
|
+
overflow: hidden;
|
|
6071
|
+
flex-direction: column;
|
|
6072
|
+
gap: var(--click-genericMenu-item-space-gap);
|
|
6073
|
+
border-bottom: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
6074
|
+
color: var(--click-genericMenu-item-color-default-text-muted);
|
|
6075
|
+
font: var(--click-genericMenu-item-typography-sectionHeader-default);
|
|
6076
|
+
white-space: nowrap;
|
|
6077
|
+
text-overflow: ellipsis;
|
|
6078
|
+
}
|
|
6079
|
+
|
|
6080
|
+
.select-group-content__OBO5d {
|
|
6081
|
+
width: inherit;
|
|
6082
|
+
}
|
|
6083
|
+
|
|
6084
|
+
/*
|
|
6085
|
+
The original styled-components rule omitted the semicolon after `font`, but
|
|
6086
|
+
stylis recovered and applied both the `font` and `padding` declarations, so
|
|
6087
|
+
the rendered row used the button label typography and button/item padding.
|
|
6088
|
+
Both are restored here to match that rendering.
|
|
6089
|
+
*/
|
|
6090
|
+
.select-no-data-container__b2319 {
|
|
6091
|
+
display: block;
|
|
6092
|
+
width: 100%;
|
|
6093
|
+
padding: var(--click-genericMenu-button-space-y) var(--click-genericMenu-item-space-x);
|
|
6094
|
+
overflow: hidden;
|
|
6095
|
+
border: none;
|
|
6096
|
+
background: var(--click-genericMenu-button-color-background-default);
|
|
6097
|
+
color: var(--click-genericMenu-button-color-label-default);
|
|
6098
|
+
font: var(--click-genericMenu-button-typography-label-default);
|
|
6099
|
+
text-align: left;
|
|
6100
|
+
white-space: nowrap;
|
|
6101
|
+
cursor: default;
|
|
6102
|
+
text-overflow: ellipsis;
|
|
6103
|
+
}
|
|
6104
|
+
|
|
6105
|
+
.select-no-data-container__b2319[hidden='true'] {
|
|
6106
|
+
display: none;
|
|
6107
|
+
}
|
|
6108
|
+
|
|
6109
|
+
.select-no-data-container_clickable__J6Bkj {
|
|
6110
|
+
cursor: pointer;
|
|
6111
|
+
}
|
|
6112
|
+
|
|
6113
|
+
.check-icon__ORxKK {
|
|
6114
|
+
opacity: 0;
|
|
6115
|
+
}
|
|
6116
|
+
|
|
6117
|
+
.check-icon_show-check__rVelk {
|
|
6118
|
+
opacity: 1;
|
|
6119
|
+
}
|
|
6120
|
+
|
|
6121
|
+
.select-item-description-text__eKqEn {
|
|
6122
|
+
white-space: normal;
|
|
6123
|
+
}
|
|
6124
|
+
|
|
6125
|
+
[data-disabled] .select-item-description-text__eKqEn,
|
|
6126
|
+
[disabled] .select-item-description-text__eKqEn {
|
|
6127
|
+
color: inherit;
|
|
6128
|
+
}
|
|
6129
|
+
|
|
6130
|
+
/* don't show description when item is rendered in the trigger */
|
|
6131
|
+
.select-trigger__k4Odp .select-item-description-text__eKqEn {
|
|
6132
|
+
display: none;
|
|
6133
|
+
}
|
|
6134
|
+
.badge-list__WpJAq {
|
|
6135
|
+
display: flex;
|
|
6136
|
+
flex-wrap: wrap;
|
|
6137
|
+
justify-content: flex-start;
|
|
6138
|
+
align-items: center;
|
|
6139
|
+
gap: inherit;
|
|
6140
|
+
color: inherit;
|
|
6141
|
+
font: inherit;
|
|
6142
|
+
}
|
|
6143
|
+
|
|
6144
|
+
.multi-select-badge__vk7YC {
|
|
6145
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same width fallback chain so the badge fills the available inline space up to its content width. */
|
|
6146
|
+
width: 100%;
|
|
6147
|
+
width: -webkit-fill-available;
|
|
6148
|
+
width: fill-available;
|
|
6149
|
+
width: stretch;
|
|
6150
|
+
max-width: fit-content;
|
|
6151
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
6152
|
+
}
|
|
6153
|
+
.select-value-container__I2dbz {
|
|
6154
|
+
display: flex;
|
|
6155
|
+
width: 100%;
|
|
6156
|
+
overflow: hidden;
|
|
6157
|
+
align-items: center;
|
|
6158
|
+
white-space: nowrap;
|
|
6159
|
+
cursor: inherit;
|
|
6160
|
+
pointer-events: inherit;
|
|
6161
|
+
text-overflow: ellipsis;
|
|
6162
|
+
}
|
|
4328
6163
|
.radio-group__RXgmX {
|
|
4329
6164
|
display: flex;
|
|
4330
6165
|
flex-wrap: wrap;
|
|
@@ -4578,7 +6413,6 @@ div:active + .topbadge__E79OZ {
|
|
|
4578
6413
|
|
|
4579
6414
|
.table__resizer__m6w0b {
|
|
4580
6415
|
position: absolute;
|
|
4581
|
-
z-index: 1;
|
|
4582
6416
|
top: 0;
|
|
4583
6417
|
right: 0;
|
|
4584
6418
|
width: 24px;
|