@clickhouse/click-ui 0.7.0 → 0.8.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 +1543 -71
- 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/DateTimeRangePicker.cjs +1 -1
- package/dist/cjs/components/DatePicker/DateTimeRangePicker.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/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 +1543 -71
- 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/DateTimeRangePicker.js +1 -1
- package/dist/esm/components/DatePicker/DateTimeRangePicker.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/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/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/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/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/cjs/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);
|
|
@@ -879,6 +940,27 @@
|
|
|
879
940
|
.generic-menu-item__ApV25[hidden] {
|
|
880
941
|
display: none;
|
|
881
942
|
}
|
|
943
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same
|
|
944
|
+
width fallback chain (100% → -webkit-fill-available → fill-available →
|
|
945
|
+
stretch) so the content fills the available inline space. */
|
|
946
|
+
.ellipsis-content__jsw7w {
|
|
947
|
+
display: inline-block;
|
|
948
|
+
width: 100%;
|
|
949
|
+
width: -webkit-fill-available;
|
|
950
|
+
width: fill-available;
|
|
951
|
+
width: stretch;
|
|
952
|
+
overflow: hidden;
|
|
953
|
+
justify-content: flex-start;
|
|
954
|
+
white-space: nowrap;
|
|
955
|
+
text-overflow: ellipsis;
|
|
956
|
+
vertical-align: text-bottom;
|
|
957
|
+
}
|
|
958
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
959
|
+
|
|
960
|
+
.ellipsis-content__jsw7w > *:not(button) {
|
|
961
|
+
overflow: hidden;
|
|
962
|
+
text-overflow: ellipsis;
|
|
963
|
+
}
|
|
882
964
|
.dropdown-menu-content__Qc6mk {
|
|
883
965
|
z-index: 1;
|
|
884
966
|
/* stylelint-disable-next-line custom-property-pattern -- design tokens use camelCase (e.g. genericMenu) */
|
|
@@ -892,6 +974,29 @@
|
|
|
892
974
|
position: relative;
|
|
893
975
|
min-height: 32px;
|
|
894
976
|
}
|
|
977
|
+
|
|
978
|
+
.dropdown-trigger__FUHvM {
|
|
979
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
|
|
980
|
+
keyword on `width` is widely supported on evergreen browsers; the original
|
|
981
|
+
rule used the same value. */
|
|
982
|
+
width: fit-content;
|
|
983
|
+
cursor: pointer;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
.dropdown-trigger__FUHvM[disabled] {
|
|
987
|
+
cursor: not-allowed;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
.dropdown-trigger__FUHvM:focus-visible {
|
|
991
|
+
outline: 2px solid var(--click-global-color-outline-default);
|
|
992
|
+
outline-offset: 2px;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.dropdown-group__nvxHE {
|
|
996
|
+
width: 100%;
|
|
997
|
+
/* stylelint-disable-next-line custom-property-pattern -- design tokens use camelCase (e.g. genericMenu) */
|
|
998
|
+
border-bottom: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
999
|
+
}
|
|
895
1000
|
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. iconButton) */
|
|
896
1001
|
|
|
897
1002
|
.iconbutton__G-cEu {
|
|
@@ -1037,6 +1142,122 @@
|
|
|
1037
1142
|
color: var(--click-button-iconButton-color-disabled-text-default);
|
|
1038
1143
|
cursor: not-allowed;
|
|
1039
1144
|
}
|
|
1145
|
+
.panel__4VWNp {
|
|
1146
|
+
--panel-width: initial;
|
|
1147
|
+
--panel-height: initial;
|
|
1148
|
+
|
|
1149
|
+
display: flex;
|
|
1150
|
+
width: var(--panel-width, auto);
|
|
1151
|
+
height: var(--panel-height, auto);
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.panel_cursor__YcG6H {
|
|
1155
|
+
cursor: var(--panel-cursor);
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.panel_orientation_horizontal__nB0T- {
|
|
1159
|
+
flex-flow: row wrap;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
.panel_orientation_vertical__7EE-3 {
|
|
1163
|
+
flex-flow: column;
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
.panel_align-items_start__Xr8t8 {
|
|
1167
|
+
align-items: flex-start;
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
.panel_align-items_center__5LLFt {
|
|
1171
|
+
align-items: center;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
.panel_align-items_end__qi2wL {
|
|
1175
|
+
align-items: flex-end;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
.panel_color_default__pIwqp {
|
|
1179
|
+
background-color: var(--click-panel-color-background-default);
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
.panel_color_muted__fVquA {
|
|
1183
|
+
background-color: var(--click-panel-color-background-muted);
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.panel_color_transparent__fIvMl {
|
|
1187
|
+
background-color: var(--click-panel-color-background-transparent);
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
.panel_radii_none__JyEKv {
|
|
1191
|
+
border-radius: var(--click-panel-radii-none);
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
.panel_radii_sm__b7A6v {
|
|
1195
|
+
border-radius: var(--click-panel-radii-sm);
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
.panel_radii_md__5Pzsu {
|
|
1199
|
+
border-radius: var(--click-panel-radii-md);
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
.panel_radii_lg__q1FPq {
|
|
1203
|
+
border-radius: var(--click-panel-radii-lg);
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.panel_padding_none__OGHd- {
|
|
1207
|
+
padding: var(--click-panel-space-y-none);
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
.panel_padding_xs__U6RZS {
|
|
1211
|
+
padding: var(--click-panel-space-y-xs);
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
.panel_padding_sm__rKoLB {
|
|
1215
|
+
padding: var(--click-panel-space-y-sm);
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.panel_padding_md__9PCRi {
|
|
1219
|
+
padding: var(--click-panel-space-y-md);
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.panel_padding_lg__aKwpW {
|
|
1223
|
+
padding: var(--click-panel-space-y-lg);
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.panel_padding_xl__Q1IVo {
|
|
1227
|
+
padding: var(--click-panel-space-y-xl);
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.panel_border__dGg-4 {
|
|
1231
|
+
border: 1px solid var(--click-global-color-stroke-default);
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.panel_shadow__8WSfn {
|
|
1235
|
+
box-shadow: var(--shadow-1);
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.panel_gap_none__-LwaY {
|
|
1239
|
+
gap: var(--click-panel-space-gap-none);
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
.panel_gap_xs__sbYm7 {
|
|
1243
|
+
gap: var(--click-panel-space-gap-xs);
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
.panel_gap_sm__8NpJA {
|
|
1247
|
+
gap: var(--click-panel-space-gap-sm);
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.panel_gap_md__RM459 {
|
|
1251
|
+
gap: var(--click-panel-space-gap-md);
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.panel_gap_lg__MNfVH {
|
|
1255
|
+
gap: var(--click-panel-space-gap-lg);
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.panel_gap_xl__Te3bQ {
|
|
1259
|
+
gap: var(--click-panel-space-gap-xl);
|
|
1260
|
+
}
|
|
1040
1261
|
.tabs__trigger__JHqK4 {
|
|
1041
1262
|
padding: var(--click-tabs-space-y) var(--click-tabs-space-x);
|
|
1042
1263
|
border: none;
|
|
@@ -1952,6 +2173,103 @@
|
|
|
1952
2173
|
color: inherit;
|
|
1953
2174
|
cursor: pointer;
|
|
1954
2175
|
}
|
|
2176
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. genericMenu, sectionHeader) */
|
|
2177
|
+
|
|
2178
|
+
.popover-content__arM9z {
|
|
2179
|
+
display: flex;
|
|
2180
|
+
width: var(--radix-popover-trigger-width);
|
|
2181
|
+
flex-direction: column;
|
|
2182
|
+
align-items: flex-start;
|
|
2183
|
+
gap: 5px;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
.select-group-container__DGzBt {
|
|
2187
|
+
/* 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. */
|
|
2188
|
+
display: flex;
|
|
2189
|
+
width: -webkit-fill-available;
|
|
2190
|
+
width: fill-available;
|
|
2191
|
+
width: stretch;
|
|
2192
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
2193
|
+
overflow: hidden;
|
|
2194
|
+
flex-direction: column;
|
|
2195
|
+
justify-content: center;
|
|
2196
|
+
align-items: flex-start;
|
|
2197
|
+
background: transparent;
|
|
2198
|
+
color: var(--click-genericMenu-item-color-default-text-muted);
|
|
2199
|
+
font: var(--click-genericMenu-item-typography-sectionHeader-default);
|
|
2200
|
+
}
|
|
2201
|
+
|
|
2202
|
+
.select-group-container__DGzBt[aria-selected] {
|
|
2203
|
+
outline: none;
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
.select-group-container__DGzBt[hidden] {
|
|
2207
|
+
display: none;
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
.select-group-name__-5Apt {
|
|
2211
|
+
display: flex;
|
|
2212
|
+
width: 100%;
|
|
2213
|
+
padding: var(--click-genericMenu-sectionHeader-space-top)
|
|
2214
|
+
var(--click-genericMenu-item-space-x)
|
|
2215
|
+
var(--click-genericMenu-sectionHeader-space-bottom);
|
|
2216
|
+
overflow: hidden;
|
|
2217
|
+
flex-direction: column;
|
|
2218
|
+
gap: var(--click-genericMenu-item-space-gap);
|
|
2219
|
+
border-bottom: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
2220
|
+
color: var(--click-genericMenu-item-color-default-text-muted);
|
|
2221
|
+
font: var(--click-genericMenu-item-typography-sectionHeader-default);
|
|
2222
|
+
white-space: nowrap;
|
|
2223
|
+
text-overflow: ellipsis;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
.select-group-content__A5aqT {
|
|
2227
|
+
width: inherit;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
.select-list-content__BPiuX {
|
|
2231
|
+
width: inherit;
|
|
2232
|
+
/* 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. */
|
|
2233
|
+
overflow: overlay;
|
|
2234
|
+
flex: 1;
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
.select-no-data-container__IqJP5 {
|
|
2238
|
+
display: block;
|
|
2239
|
+
padding: var(--click-genericMenu-button-space-y) var(--click-genericMenu-item-space-x);
|
|
2240
|
+
overflow: hidden;
|
|
2241
|
+
border: none;
|
|
2242
|
+
background: var(--click-genericMenu-button-color-background-default);
|
|
2243
|
+
color: var(--click-genericMenu-button-color-label-default);
|
|
2244
|
+
font: var(--click-genericMenu-button-typography-label-default);
|
|
2245
|
+
text-align: left;
|
|
2246
|
+
white-space: nowrap;
|
|
2247
|
+
cursor: default;
|
|
2248
|
+
text-overflow: ellipsis;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
.select-no-data-container__IqJP5[hidden='true'] {
|
|
2252
|
+
display: none;
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
.select-list__Az2Cn {
|
|
2256
|
+
display: flex;
|
|
2257
|
+
width: inherit;
|
|
2258
|
+
max-height: var(--radix-popover-content-available-height);
|
|
2259
|
+
flex-direction: column;
|
|
2260
|
+
border: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
2261
|
+
border-radius: 0.25rem;
|
|
2262
|
+
background: var(--click-genericMenu-item-color-default-background-default);
|
|
2263
|
+
box-shadow: var(--click-genericMenu-panel-shadow-default);
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
.check-icon__YHNzk {
|
|
2267
|
+
opacity: 0;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
.check-icon_show-check__pYenS {
|
|
2271
|
+
opacity: 1;
|
|
2272
|
+
}
|
|
1955
2273
|
.separator__mz39H[data-orientation='horizontal'] {
|
|
1956
2274
|
width: 100%;
|
|
1957
2275
|
border-top: 0.0625rem solid var(--click-separator-color-stroke-default);
|
|
@@ -2403,59 +2721,237 @@
|
|
|
2403
2721
|
color: var(--big-stat-title-color);
|
|
2404
2722
|
font: var(--big-stat-title-font);
|
|
2405
2723
|
}
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2724
|
+
/* Kept at zero specificity via :where() so that downstream styled-components
|
|
2725
|
+
overrides on a styled(BaseButton) (SplitButton's PrimaryButton/SecondaryButton
|
|
2726
|
+
override padding, border-radius, font, background, color, border, and width)
|
|
2727
|
+
win without needing a specificity hack — BaseButton is a CSS Module, whose rules
|
|
2728
|
+
otherwise beat equal-specificity styled-components by source order. SplitButton
|
|
2729
|
+
cannot be fully migrated to fix the collision in the consumer because it renders
|
|
2730
|
+
as={Dropdown.Trigger}/as={Dropdown.Content} and Dropdown is still on
|
|
2731
|
+
styled-components, so :where() is the correct call for this coupled base. */
|
|
2732
|
+
:where(.base-button__6Tguv) {
|
|
2412
2733
|
display: flex;
|
|
2413
|
-
|
|
2414
|
-
flex:
|
|
2415
|
-
|
|
2416
|
-
align-
|
|
2417
|
-
gap: var(--click-
|
|
2734
|
+
padding: var(--click-button-basic-space-y) var(--click-button-basic-space-x);
|
|
2735
|
+
flex-direction: row;
|
|
2736
|
+
justify-content: center;
|
|
2737
|
+
align-items: center;
|
|
2738
|
+
gap: var(--click-button-basic-space-gap);
|
|
2739
|
+
border-radius: var(--click-button-radii-all);
|
|
2740
|
+
font: var(--click-button-basic-typography-label-default);
|
|
2741
|
+
cursor: pointer;
|
|
2418
2742
|
}
|
|
2419
2743
|
|
|
2420
|
-
.
|
|
2421
|
-
|
|
2422
|
-
height: var(--click-card-horizontal-icon-size-all);
|
|
2744
|
+
:where(.base-button__6Tguv):hover {
|
|
2745
|
+
font: var(--click-button-basic-typography-label-hover);
|
|
2423
2746
|
}
|
|
2424
2747
|
|
|
2425
|
-
.
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
flex-direction: row;
|
|
2748
|
+
:where(.base-button__6Tguv):active,
|
|
2749
|
+
:where(.base-button__6Tguv):focus {
|
|
2750
|
+
font: var(--click-button-basic-typography-label-active);
|
|
2429
2751
|
}
|
|
2430
2752
|
|
|
2431
|
-
.
|
|
2432
|
-
|
|
2753
|
+
:where(.base-button__6Tguv):focus-visible {
|
|
2754
|
+
outline: 2px solid var(--click-global-color-outline-default);
|
|
2755
|
+
outline-offset: 2px;
|
|
2433
2756
|
}
|
|
2434
2757
|
|
|
2435
|
-
.
|
|
2436
|
-
|
|
2758
|
+
:where(.base-button__6Tguv):disabled,
|
|
2759
|
+
:where(.base-button__6Tguv):disabled:hover,
|
|
2760
|
+
:where(.base-button__6Tguv):disabled:active {
|
|
2761
|
+
font: var(--click-button-basic-typography-label-disabled);
|
|
2762
|
+
cursor: not-allowed;
|
|
2437
2763
|
}
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2764
|
+
.split-button__EX3XI {
|
|
2765
|
+
display: inline-flex;
|
|
2766
|
+
width: revert;
|
|
2767
|
+
overflow: hidden;
|
|
2768
|
+
align-items: center;
|
|
2769
|
+
border: 1px solid var(--split-stroke-default);
|
|
2770
|
+
border-radius: var(--click-button-radii-all);
|
|
2771
|
+
user-select: none;
|
|
2445
2772
|
}
|
|
2446
2773
|
|
|
2447
|
-
.
|
|
2448
|
-
|
|
2774
|
+
.split-button_type_primary__n4Kxb {
|
|
2775
|
+
--split-stroke-default: var(--click-button-split-primary-stroke-default);
|
|
2776
|
+
--split-stroke-hover: var(--click-button-split-primary-stroke-hover);
|
|
2777
|
+
--split-stroke-active: var(--click-button-split-primary-stroke-active);
|
|
2778
|
+
--split-stroke-disabled: var(--click-button-split-primary-stroke-disabled);
|
|
2779
|
+
--split-bg-main-default: var(--click-button-split-primary-background-main-default);
|
|
2780
|
+
--split-bg-main-hover: var(--click-button-split-primary-background-main-hover);
|
|
2781
|
+
--split-bg-main-active: var(--click-button-split-primary-background-main-active);
|
|
2782
|
+
--split-bg-main-disabled: var(--click-button-split-primary-background-main-disabled);
|
|
2783
|
+
--split-bg-action-default: var(--click-button-split-primary-background-action-default);
|
|
2784
|
+
--split-bg-action-hover: var(--click-button-split-primary-background-action-hover);
|
|
2785
|
+
--split-bg-action-active: var(--click-button-split-primary-background-action-active);
|
|
2786
|
+
--split-bg-action-disabled: var(--click-button-split-primary-background-action-disabled);
|
|
2787
|
+
--split-text-default: var(--click-button-split-primary-text-default);
|
|
2788
|
+
--split-text-hover: var(--click-button-split-primary-text-hover);
|
|
2789
|
+
--split-text-active: var(--click-button-split-primary-text-active);
|
|
2790
|
+
--split-text-disabled: var(--click-button-split-primary-text-disabled);
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2793
|
+
.split-button_type_secondary__CMY5T {
|
|
2794
|
+
--split-stroke-default: var(--click-button-split-secondary-stroke-default);
|
|
2795
|
+
--split-stroke-hover: var(--click-button-split-secondary-stroke-hover);
|
|
2796
|
+
--split-stroke-active: var(--click-button-split-secondary-stroke-active);
|
|
2797
|
+
--split-stroke-disabled: var(--click-button-split-secondary-stroke-disabled);
|
|
2798
|
+
--split-bg-main-default: var(--click-button-split-secondary-background-main-default);
|
|
2799
|
+
--split-bg-main-hover: var(--click-button-split-secondary-background-main-hover);
|
|
2800
|
+
--split-bg-main-active: var(--click-button-split-secondary-background-main-active);
|
|
2801
|
+
--split-bg-main-disabled: var(--click-button-split-secondary-background-main-disabled);
|
|
2802
|
+
--split-bg-action-default: var(--click-button-split-secondary-background-action-default);
|
|
2803
|
+
--split-bg-action-hover: var(--click-button-split-secondary-background-action-hover);
|
|
2804
|
+
--split-bg-action-active: var(--click-button-split-secondary-background-action-active);
|
|
2805
|
+
--split-bg-action-disabled: var(--click-button-split-secondary-background-action-disabled);
|
|
2806
|
+
--split-text-default: var(--click-button-split-secondary-text-default);
|
|
2807
|
+
--split-text-hover: var(--click-button-split-secondary-text-hover);
|
|
2808
|
+
--split-text-active: var(--click-button-split-secondary-text-active);
|
|
2809
|
+
--split-text-disabled: var(--click-button-split-secondary-text-disabled);
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
.split-button_fill-width__4-oog {
|
|
2449
2813
|
width: 100%;
|
|
2450
|
-
flex-direction: row;
|
|
2451
|
-
align-items: center;
|
|
2452
2814
|
}
|
|
2453
2815
|
|
|
2454
|
-
.
|
|
2455
|
-
|
|
2816
|
+
.split-button__EX3XI:hover {
|
|
2817
|
+
border-color: var(--split-stroke-hover);
|
|
2456
2818
|
}
|
|
2457
2819
|
|
|
2458
|
-
.
|
|
2820
|
+
.split-button__EX3XI:focus-within {
|
|
2821
|
+
border-color: var(--split-stroke-active);
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
/* stylelint-disable no-descending-specificity -- disabled state intentionally
|
|
2825
|
+
defined after hover/focus-within to mirror the source cascade order; the
|
|
2826
|
+
pre-migration original omitted the hover/focus-within rules entirely when
|
|
2827
|
+
disabled, so the disabled border-color must win over them. */
|
|
2828
|
+
.split-button_disabled__597A-,
|
|
2829
|
+
.split-button_disabled__597A-:hover,
|
|
2830
|
+
.split-button_disabled__597A-:focus-within {
|
|
2831
|
+
border-color: var(--split-stroke-disabled);
|
|
2832
|
+
cursor: not-allowed;
|
|
2833
|
+
}
|
|
2834
|
+
/* stylelint-enable no-descending-specificity */
|
|
2835
|
+
|
|
2836
|
+
.split-button__primary__1RIoP {
|
|
2837
|
+
width: revert;
|
|
2838
|
+
padding: var(--click-button-split-space-y) var(--click-button-split-space-x);
|
|
2839
|
+
justify-content: center;
|
|
2840
|
+
align-items: center;
|
|
2841
|
+
align-self: stretch;
|
|
2842
|
+
border: none;
|
|
2843
|
+
border-radius: 0;
|
|
2844
|
+
background: var(--split-bg-main-default);
|
|
2845
|
+
color: var(--split-text-default);
|
|
2846
|
+
font: var(--click-button-split-typography-label-default);
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2849
|
+
.split-button__primary_fill-width__RRkLi {
|
|
2850
|
+
width: 100%;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
.split-button__primary__1RIoP:hover {
|
|
2854
|
+
background: var(--split-bg-main-hover);
|
|
2855
|
+
color: var(--split-text-hover);
|
|
2856
|
+
font: var(--click-button-split-typography-label-hover);
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
.split-button__primary__1RIoP:focus {
|
|
2860
|
+
background: var(--split-bg-main-active);
|
|
2861
|
+
color: var(--split-text-active);
|
|
2862
|
+
font: var(--click-button-split-typography-label-active);
|
|
2863
|
+
}
|
|
2864
|
+
|
|
2865
|
+
.split-button__primary__1RIoP:disabled {
|
|
2866
|
+
background: var(--split-bg-main-disabled);
|
|
2867
|
+
color: var(--split-text-disabled);
|
|
2868
|
+
font: var(--click-button-split-typography-label-disabled);
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
.split-button__secondary__CYtzX {
|
|
2872
|
+
padding: var(--click-button-split-icon-space-y) var(--click-button-split-icon-space-x);
|
|
2873
|
+
align-self: stretch;
|
|
2874
|
+
border: none;
|
|
2875
|
+
border-radius: 0;
|
|
2876
|
+
background: var(--split-bg-action-default);
|
|
2877
|
+
color: var(--split-text-default);
|
|
2878
|
+
}
|
|
2879
|
+
|
|
2880
|
+
.split-button__secondary__CYtzX:hover {
|
|
2881
|
+
background: var(--split-bg-action-hover);
|
|
2882
|
+
color: var(--split-text-hover);
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
.split-button__secondary__CYtzX:focus {
|
|
2886
|
+
background: var(--split-bg-action-active);
|
|
2887
|
+
color: var(--split-text-active);
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2890
|
+
.split-button__secondary__CYtzX[data-disabled] {
|
|
2891
|
+
background: var(--split-bg-action-disabled);
|
|
2892
|
+
color: var(--split-text-disabled);
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
.split-button__button-data__8yyZR {
|
|
2896
|
+
width: auto;
|
|
2897
|
+
}
|
|
2898
|
+
|
|
2899
|
+
.split-button__dropdown-content__nmia- {
|
|
2900
|
+
min-width: var(--split-button-dropdown-min-width, 0);
|
|
2901
|
+
}
|
|
2902
|
+
.header__Cn2aH {
|
|
2903
|
+
max-width: 100%;
|
|
2904
|
+
gap: inherit;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.description__4EWfD {
|
|
2908
|
+
display: flex;
|
|
2909
|
+
width: 100%;
|
|
2910
|
+
flex: 1;
|
|
2911
|
+
flex-direction: column;
|
|
2912
|
+
align-self: start;
|
|
2913
|
+
gap: var(--click-card-horizontal-space-md-gap);
|
|
2914
|
+
}
|
|
2915
|
+
|
|
2916
|
+
.cardicon__VX2fX {
|
|
2917
|
+
width: var(--click-card-horizontal-icon-size-all);
|
|
2918
|
+
height: var(--click-card-horizontal-icon-size-all);
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2921
|
+
.contentwrapper__u9SOr {
|
|
2922
|
+
display: flex;
|
|
2923
|
+
width: 100%;
|
|
2924
|
+
flex-direction: row;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
.contentwrapper_size_md__lNQPZ {
|
|
2928
|
+
gap: var(--click-card-horizontal-space-md-gap);
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2931
|
+
.contentwrapper_size_sm__GDVYr {
|
|
2932
|
+
gap: var(--click-card-horizontal-space-sm-gap);
|
|
2933
|
+
}
|
|
2934
|
+
|
|
2935
|
+
/* stylelint-disable-next-line media-feature-range-notation -- prefix notation
|
|
2936
|
+
required for browser compatibility per .browserslistrc */
|
|
2937
|
+
@media (max-width: 768px) {
|
|
2938
|
+
.contentwrapper__u9SOr {
|
|
2939
|
+
flex-direction: column;
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
.icontextcontentwrapper__D6gbe {
|
|
2944
|
+
display: flex;
|
|
2945
|
+
width: 100%;
|
|
2946
|
+
flex-direction: row;
|
|
2947
|
+
align-items: center;
|
|
2948
|
+
}
|
|
2949
|
+
|
|
2950
|
+
.icontextcontentwrapper_alignment_top__rsOIa {
|
|
2951
|
+
align-items: flex-start;
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
.icontextcontentwrapper_alignment_center__GiQqi {
|
|
2459
2955
|
align-items: center;
|
|
2460
2956
|
}
|
|
2461
2957
|
|
|
@@ -2900,6 +3396,58 @@ div:active + .topbadge__E79OZ {
|
|
|
2900
3396
|
.title_align_right__483BF {
|
|
2901
3397
|
text-align: right;
|
|
2902
3398
|
}
|
|
3399
|
+
.background__q--1v {
|
|
3400
|
+
display: flex;
|
|
3401
|
+
padding: 1px;
|
|
3402
|
+
border-radius: var(--click-card-promotion-radii-all);
|
|
3403
|
+
background-image: var(--click-card-promotion-color-stroke-default);
|
|
3404
|
+
box-shadow: var(--click-card-shadow);
|
|
3405
|
+
}
|
|
3406
|
+
|
|
3407
|
+
.background__q--1v:focus {
|
|
3408
|
+
background: var(--click-card-promotion-color-stroke-focus);
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3411
|
+
.wrapper__u2j3r {
|
|
3412
|
+
display: flex;
|
|
3413
|
+
width: 100%;
|
|
3414
|
+
padding: var(--click-card-promotion-space-y) var(--click-card-promotion-space-x);
|
|
3415
|
+
justify-content: flex-start;
|
|
3416
|
+
align-items: center;
|
|
3417
|
+
gap: var(--click-card-promotion-space-gap);
|
|
3418
|
+
border-radius: var(--click-card-promotion-radii-all);
|
|
3419
|
+
background: var(--click-card-promotion-color-background-default);
|
|
3420
|
+
color: var(--click-card-promotion-color-text-default);
|
|
3421
|
+
cursor: pointer;
|
|
3422
|
+
transition: 0.2s ease-in-out all;
|
|
3423
|
+
}
|
|
3424
|
+
|
|
3425
|
+
.wrapper__u2j3r:hover {
|
|
3426
|
+
background: var(--click-card-promotion-color-background-hover);
|
|
3427
|
+
color: var(--click-card-promotion-color-text-hover);
|
|
3428
|
+
}
|
|
3429
|
+
|
|
3430
|
+
.wrapper__u2j3r:active,
|
|
3431
|
+
.wrapper__u2j3r:focus {
|
|
3432
|
+
background: var(--click-card-promotion-color-background-active);
|
|
3433
|
+
color: var(--click-card-promotion-color-text-active);
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3436
|
+
.cardicon__EPonC {
|
|
3437
|
+
width: var(--click-card-promotion-icon-size-all);
|
|
3438
|
+
height: var(--click-card-promotion-icon-size-all);
|
|
3439
|
+
color: var(--click-card-promotion-color-icon-default);
|
|
3440
|
+
}
|
|
3441
|
+
|
|
3442
|
+
.dismisswrapper__CeHgg {
|
|
3443
|
+
display: flex;
|
|
3444
|
+
margin-left: auto;
|
|
3445
|
+
align-items: center;
|
|
3446
|
+
border: none;
|
|
3447
|
+
background-color: transparent;
|
|
3448
|
+
color: inherit;
|
|
3449
|
+
cursor: pointer;
|
|
3450
|
+
}
|
|
2903
3451
|
.wrapper__x6K6U {
|
|
2904
3452
|
display: flex;
|
|
2905
3453
|
min-width: 320px;
|
|
@@ -3146,6 +3694,54 @@ div:active + .topbadge__E79OZ {
|
|
|
3146
3694
|
cursor: not-allowed;
|
|
3147
3695
|
}
|
|
3148
3696
|
/* stylelint-enable no-descending-specificity */
|
|
3697
|
+
.codeblock__pRWOC {
|
|
3698
|
+
position: relative;
|
|
3699
|
+
width: 100%;
|
|
3700
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original
|
|
3701
|
+
styled-components rule used this same width fallback chain (100% →
|
|
3702
|
+
-webkit-fill-available → fill-available → stretch) so the block fills the
|
|
3703
|
+
available inline space. */
|
|
3704
|
+
width: -webkit-fill-available;
|
|
3705
|
+
width: fill-available;
|
|
3706
|
+
width: stretch;
|
|
3707
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
3708
|
+
color: var(--codeblock-numbers);
|
|
3709
|
+
}
|
|
3710
|
+
|
|
3711
|
+
/* This class is applied alongside the IconButton module classes on the same
|
|
3712
|
+
<button>. `color`, `padding`, and `border` are set by both; the
|
|
3713
|
+
styled-components original won them via source order. Double the class so
|
|
3714
|
+
those three win regardless of CSS-module bundle order, matching the
|
|
3715
|
+
pre-migration rendering. */
|
|
3716
|
+
.codeblock__button__YDCMe.codeblock__button__YDCMe {
|
|
3717
|
+
/* Reset so a copied/error state on one button can't inherit into another via
|
|
3718
|
+
the custom property (custom properties inherit by default). The copied/error
|
|
3719
|
+
colors are set inline per state via --codeblock-button, matching the
|
|
3720
|
+
--codeblock-numbers pattern so both track the ThemeProvider runtime. */
|
|
3721
|
+
--codeblock-button: initial;
|
|
3722
|
+
padding: 0;
|
|
3723
|
+
border: 0;
|
|
3724
|
+
color: var(--codeblock-button, inherit);
|
|
3725
|
+
}
|
|
3726
|
+
|
|
3727
|
+
.codeblock__highlighter__t4Xol {
|
|
3728
|
+
margin: 0;
|
|
3729
|
+
padding: 0;
|
|
3730
|
+
background: transparent;
|
|
3731
|
+
}
|
|
3732
|
+
|
|
3733
|
+
.codeblock__content__WKNWr {
|
|
3734
|
+
color: inherit;
|
|
3735
|
+
font-family: inherit;
|
|
3736
|
+
}
|
|
3737
|
+
|
|
3738
|
+
.codeblock__button-container__D6yob {
|
|
3739
|
+
display: flex;
|
|
3740
|
+
position: absolute;
|
|
3741
|
+
top: var(--click-codeblock-space-y);
|
|
3742
|
+
right: var(--click-codeblock-space-x);
|
|
3743
|
+
gap: 0.625rem;
|
|
3744
|
+
}
|
|
3149
3745
|
.content__fI-1- {
|
|
3150
3746
|
display: flex;
|
|
3151
3747
|
overflow: hidden;
|
|
@@ -3166,6 +3762,39 @@ div:active + .topbadge__E79OZ {
|
|
|
3166
3762
|
flex-direction: column;
|
|
3167
3763
|
}
|
|
3168
3764
|
}
|
|
3765
|
+
/* Kept at zero specificity via :where() so that downstream styled-components
|
|
3766
|
+
overrides on a styled(EmptyButton) (e.g. CrossButton overriding background and
|
|
3767
|
+
padding, the Popover/CodeBlock close/copy buttons overriding color and padding)
|
|
3768
|
+
win without needing a specificity hack — EmptyButton is a CSS Module, whose
|
|
3769
|
+
rules otherwise beat equal-specificity styled-components by source order. */
|
|
3770
|
+
:where(.empty-button__1ynA8) {
|
|
3771
|
+
padding: 0;
|
|
3772
|
+
border: 0;
|
|
3773
|
+
background: transparent;
|
|
3774
|
+
color: inherit;
|
|
3775
|
+
font: inherit;
|
|
3776
|
+
outline: none;
|
|
3777
|
+
cursor: pointer;
|
|
3778
|
+
}
|
|
3779
|
+
|
|
3780
|
+
/* Also scoped with :where() so the disabled cursor stays at zero specificity
|
|
3781
|
+
and a downstream styled(EmptyButton) `&:disabled` override wins naturally,
|
|
3782
|
+
rather than tying on specificity and losing to the CSS Module by source order. */
|
|
3783
|
+
:where(.empty-button__1ynA8):disabled {
|
|
3784
|
+
cursor: not-allowed;
|
|
3785
|
+
}
|
|
3786
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. iconButton) */
|
|
3787
|
+
|
|
3788
|
+
.cross-button__StJ4Q {
|
|
3789
|
+
padding: var(--click-button-iconButton-sm-space-y)
|
|
3790
|
+
var(--click-button-iconButton-sm-space-x);
|
|
3791
|
+
border-radius: var(--click-button-iconButton-radii-all);
|
|
3792
|
+
background: var(--click-button-iconButton-color-primary-background-default);
|
|
3793
|
+
}
|
|
3794
|
+
|
|
3795
|
+
.cross-button__StJ4Q:hover {
|
|
3796
|
+
background: var(--click-button-iconButton-color-primary-background-hover);
|
|
3797
|
+
}
|
|
3169
3798
|
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. opaqueBackground) */
|
|
3170
3799
|
.trigger__bbzuV {
|
|
3171
3800
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
|
|
@@ -3263,6 +3892,13 @@ div:active + .topbadge__E79OZ {
|
|
|
3263
3892
|
color: var(--click-dialog-color-description-default);
|
|
3264
3893
|
font: var(--click-dialog-typography-description-default);
|
|
3265
3894
|
}
|
|
3895
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. genericMenu) */
|
|
3896
|
+
|
|
3897
|
+
.trigger__4-zK2:focus-visible {
|
|
3898
|
+
outline: 2px solid var(--click-global-color-outline-default);
|
|
3899
|
+
outline-offset: 2px;
|
|
3900
|
+
}
|
|
3901
|
+
|
|
3266
3902
|
.right-menu-content__0-EQz {
|
|
3267
3903
|
z-index: 1;
|
|
3268
3904
|
flex-direction: column;
|
|
@@ -3291,6 +3927,82 @@ div:active + .topbadge__E79OZ {
|
|
|
3291
3927
|
.right-menu-content_show-arrow__-yaE-[data-side='right'] .popover-arrow__z8r3W {
|
|
3292
3928
|
margin-left: 1rem;
|
|
3293
3929
|
}
|
|
3930
|
+
|
|
3931
|
+
.group__4UU7V {
|
|
3932
|
+
width: 100%;
|
|
3933
|
+
border-bottom: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
3934
|
+
}
|
|
3935
|
+
.grid-container__u1yIf {
|
|
3936
|
+
/* These custom properties are only emitted inline when the matching prop is
|
|
3937
|
+
set (grid-auto-columns, grid-auto-flow, grid-auto-rows, grid-template-area,
|
|
3938
|
+
grid-template-columns, grid-template-rows, max-width, min-width, height,
|
|
3939
|
+
max-height, min-height, overflow). Custom properties inherit by default, so
|
|
3940
|
+
without this reset a nested GridContainer would inherit an ancestor's
|
|
3941
|
+
value. Resetting to `initial` makes each consuming declaration fall back to
|
|
3942
|
+
its own default (the second arg of `var()`) when the prop is unset,
|
|
3943
|
+
reproducing the per-instance scoping that styled-components gave for free.
|
|
3944
|
+
`--grid-container-gap` is included for the same reason: without resetting it
|
|
3945
|
+
to `initial`, a nested GridContainer would inherit an ancestor's gap token
|
|
3946
|
+
instead of letting `var(--grid-container-gap, inherit)` fall back to
|
|
3947
|
+
`inherit` per-element (the styled-components source used a direct
|
|
3948
|
+
`gap: inherit`). `column-gap`/`row-gap` are not in this set: they are
|
|
3949
|
+
emitted inline as real longhand properties (not custom properties), so
|
|
3950
|
+
there are no `--grid-container-*-gap` vars to reset. */
|
|
3951
|
+
--grid-container-gap: initial;
|
|
3952
|
+
--grid-container-auto-columns: initial;
|
|
3953
|
+
--grid-container-auto-flow: initial;
|
|
3954
|
+
--grid-container-auto-rows: initial;
|
|
3955
|
+
--grid-container-template-area: initial;
|
|
3956
|
+
--grid-container-template-columns: initial;
|
|
3957
|
+
--grid-container-template-rows: initial;
|
|
3958
|
+
--grid-container-max-width: initial;
|
|
3959
|
+
--grid-container-min-width: initial;
|
|
3960
|
+
--grid-container-height: initial;
|
|
3961
|
+
--grid-container-max-height: initial;
|
|
3962
|
+
--grid-container-min-height: initial;
|
|
3963
|
+
--grid-container-overflow: initial;
|
|
3964
|
+
display: var(--grid-container-display, grid);
|
|
3965
|
+
width: var(--grid-container-width, 100%);
|
|
3966
|
+
min-width: var(--grid-container-min-width);
|
|
3967
|
+
max-width: var(--grid-container-max-width);
|
|
3968
|
+
height: var(--grid-container-height);
|
|
3969
|
+
min-height: var(--grid-container-min-height);
|
|
3970
|
+
max-height: var(--grid-container-max-height);
|
|
3971
|
+
overflow: var(--grid-container-overflow);
|
|
3972
|
+
/* 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 */
|
|
3973
|
+
justify-content: var(--grid-container-justify-content, stretch);
|
|
3974
|
+
align-items: var(--grid-container-align-items, stretch);
|
|
3975
|
+
align-content: var(--grid-container-align-content, stretch);
|
|
3976
|
+
/* `gap` is always emitted; `column-gap`/`row-gap` are emitted inline (as real
|
|
3977
|
+
longhands) only when their props are set, so they override this shorthand
|
|
3978
|
+
just like the styled-components source did — and stay absent otherwise. */
|
|
3979
|
+
gap: var(--grid-container-gap, inherit);
|
|
3980
|
+
grid-template-columns: var(--grid-container-template-columns);
|
|
3981
|
+
grid-template-rows: var(--grid-container-template-rows);
|
|
3982
|
+
grid-auto-columns: var(--grid-container-auto-columns);
|
|
3983
|
+
grid-auto-flow: var(--grid-container-auto-flow);
|
|
3984
|
+
grid-auto-rows: var(--grid-container-auto-rows);
|
|
3985
|
+
/* stylelint-disable-next-line property-no-unknown -- the styled-components original emitted `grid-template-area` (singular, invalid); preserved verbatim for byte-for-byte parity */
|
|
3986
|
+
grid-template-area: var(--grid-container-template-area);
|
|
3987
|
+
justify-items: var(--grid-container-justify-items, stretch);
|
|
3988
|
+
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
|
3989
|
+
}
|
|
3990
|
+
|
|
3991
|
+
/* stylelint-disable-next-line media-feature-range-notation -- prefix notation required for browser compatibility per .browserslistrc */
|
|
3992
|
+
@media (max-width: 768px) {
|
|
3993
|
+
.grid-container_responsive__3-8Xh {
|
|
3994
|
+
grid-template-columns: 1fr;
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3997
|
+
/* When NOT responsive, the styled-components source applied
|
|
3998
|
+
`grid-template-columns: ${$gridTemplateColumns || 'auto'}` at the md
|
|
3999
|
+
breakpoint — i.e. the explicit template when one was passed, otherwise
|
|
4000
|
+
`auto`. The `--grid-container-template-columns` var is set inline only when
|
|
4001
|
+
the prop is provided, so the `auto` fallback reproduces that exactly. */
|
|
4002
|
+
.grid-container_not-responsive__Qqhg3 {
|
|
4003
|
+
grid-template-columns: var(--grid-container-template-columns, auto);
|
|
4004
|
+
}
|
|
4005
|
+
}
|
|
3294
4006
|
.menu-panel__-IeVm {
|
|
3295
4007
|
display: block;
|
|
3296
4008
|
padding: var(--click-popover-space-y) var(--click-popover-space-x);
|
|
@@ -3303,6 +4015,260 @@ div:active + .topbadge__E79OZ {
|
|
|
3303
4015
|
.menu-panel_show-close__Qx3Mo {
|
|
3304
4016
|
padding-top: 1rem;
|
|
3305
4017
|
}
|
|
4018
|
+
|
|
4019
|
+
.trigger__QvCU1 {
|
|
4020
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
|
|
4021
|
+
keyword on `width` is widely supported on evergreen browsers; the original
|
|
4022
|
+
rule used the same value. */
|
|
4023
|
+
width: fit-content;
|
|
4024
|
+
border: none;
|
|
4025
|
+
background: inherit;
|
|
4026
|
+
color: inherit;
|
|
4027
|
+
font: inherit;
|
|
4028
|
+
cursor: pointer;
|
|
4029
|
+
}
|
|
4030
|
+
|
|
4031
|
+
.close-button__fpjhc {
|
|
4032
|
+
position: absolute;
|
|
4033
|
+
top: var(--click-popover-space-y);
|
|
4034
|
+
right: var(--click-popover-space-x);
|
|
4035
|
+
width: var(--click-popover-icon-size-width);
|
|
4036
|
+
height: var(--click-popover-icon-size-height);
|
|
4037
|
+
}
|
|
4038
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. fileUpload) */
|
|
4039
|
+
.upload-area__3SxAA {
|
|
4040
|
+
display: flex;
|
|
4041
|
+
box-sizing: border-box;
|
|
4042
|
+
width: 100%;
|
|
4043
|
+
align-items: center;
|
|
4044
|
+
border: 1px solid var(--click-fileUpload-color-stroke-default);
|
|
4045
|
+
background-color: var(--click-fileUpload-color-background-default);
|
|
4046
|
+
transition: var(--click-fileUpload-transitions-all);
|
|
4047
|
+
/* stylelint-disable-next-line container-name-pattern, value-keyword-case -- preserve original container-name from styled-components */
|
|
4048
|
+
container-name: uploadArea;
|
|
4049
|
+
container-type: inline-size;
|
|
4050
|
+
}
|
|
4051
|
+
|
|
4052
|
+
/* border-radius: hasFile ? sm : md */
|
|
4053
|
+
.upload-area_radius_sm__DW4eQ {
|
|
4054
|
+
border-radius: var(--click-fileUpload-sm-radii-all);
|
|
4055
|
+
}
|
|
4056
|
+
|
|
4057
|
+
.upload-area_radius_md__k9cZA {
|
|
4058
|
+
border-radius: var(--click-fileUpload-md-radii-all);
|
|
4059
|
+
}
|
|
4060
|
+
|
|
4061
|
+
/* padding: hasFile || size === 'sm' ? sm : md */
|
|
4062
|
+
.upload-area_padding_sm__ci1xq {
|
|
4063
|
+
padding: var(--click-fileUpload-sm-space-y) var(--click-fileUpload-sm-space-x);
|
|
4064
|
+
}
|
|
4065
|
+
|
|
4066
|
+
.upload-area_padding_md__SflJQ {
|
|
4067
|
+
padding: var(--click-fileUpload-md-space-y) var(--click-fileUpload-md-space-x);
|
|
4068
|
+
}
|
|
4069
|
+
|
|
4070
|
+
/* min-height: size === 'sm' ? calc : auto */
|
|
4071
|
+
.upload-area_min-height_sm__JmKFU {
|
|
4072
|
+
min-height: calc(var(--click-fileUpload-sm-space-y) * 2 + var(--sizes-8));
|
|
4073
|
+
}
|
|
4074
|
+
|
|
4075
|
+
.upload-area_min-height_md__7BUe3 {
|
|
4076
|
+
min-height: auto;
|
|
4077
|
+
}
|
|
4078
|
+
|
|
4079
|
+
/* flex-direction: hasFile ? row : size === 'sm' ? row : column */
|
|
4080
|
+
.upload-area_direction_row__dPIPY {
|
|
4081
|
+
flex-direction: row;
|
|
4082
|
+
}
|
|
4083
|
+
|
|
4084
|
+
.upload-area_direction_column__Yd-Y9 {
|
|
4085
|
+
flex-direction: column;
|
|
4086
|
+
}
|
|
4087
|
+
|
|
4088
|
+
/* justify-content: hasFile ? space-between : size === 'sm' ? space-between : center */
|
|
4089
|
+
.upload-area_justify_space-between__8kSQQ {
|
|
4090
|
+
justify-content: space-between;
|
|
4091
|
+
}
|
|
4092
|
+
|
|
4093
|
+
.upload-area_justify_center__vW-59 {
|
|
4094
|
+
justify-content: center;
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
/* gap: size === 'sm' ? sm : md */
|
|
4098
|
+
.upload-area_gap_sm__fRrTo {
|
|
4099
|
+
gap: var(--click-fileUpload-sm-space-gap);
|
|
4100
|
+
}
|
|
4101
|
+
|
|
4102
|
+
.upload-area_gap_md__gndXo {
|
|
4103
|
+
gap: var(--click-fileUpload-md-space-gap);
|
|
4104
|
+
}
|
|
4105
|
+
|
|
4106
|
+
/* cursor: hasFile ? default : pointer */
|
|
4107
|
+
.upload-area_cursor_default__Yrr8K {
|
|
4108
|
+
cursor: default;
|
|
4109
|
+
}
|
|
4110
|
+
|
|
4111
|
+
.upload-area_cursor_pointer__nnHd9 {
|
|
4112
|
+
cursor: pointer;
|
|
4113
|
+
}
|
|
4114
|
+
|
|
4115
|
+
/* !hasFile: dashed border */
|
|
4116
|
+
.upload-area_dashed_true__-dB8w {
|
|
4117
|
+
border-style: dashed;
|
|
4118
|
+
border-color: var(--click-fileUpload-color-stroke-default);
|
|
4119
|
+
}
|
|
4120
|
+
|
|
4121
|
+
/* !hasFile && isDragging */
|
|
4122
|
+
.upload-area_dragging_true__wzFjV {
|
|
4123
|
+
border-color: var(--click-fileUpload-color-stroke-active);
|
|
4124
|
+
background-color: var(--click-fileUpload-color-background-active);
|
|
4125
|
+
}
|
|
4126
|
+
|
|
4127
|
+
/* isError */
|
|
4128
|
+
.upload-area_error_true__gIe8y {
|
|
4129
|
+
border-color: transparent;
|
|
4130
|
+
background-color: var(--click-fileUpload-color-background-error);
|
|
4131
|
+
}
|
|
4132
|
+
|
|
4133
|
+
.title__1rLes {
|
|
4134
|
+
color: var(--click-fileUpload-color-title-default);
|
|
4135
|
+
font: var(--click-fileUpload-typography-title-default);
|
|
4136
|
+
}
|
|
4137
|
+
|
|
4138
|
+
.title_not-supported_true__o7ZXZ {
|
|
4139
|
+
color: var(--click-fileUpload-color-title-error);
|
|
4140
|
+
}
|
|
4141
|
+
|
|
4142
|
+
.description__QyVSQ {
|
|
4143
|
+
color: var(--click-fileUpload-color-description-default);
|
|
4144
|
+
font: var(--click-fileUpload-typography-description-default);
|
|
4145
|
+
}
|
|
4146
|
+
|
|
4147
|
+
.upload-icon__CeL3E svg {
|
|
4148
|
+
width: var(--click-fileUpload-md-icon-size-width);
|
|
4149
|
+
height: var(--click-fileUpload-md-icon-size-height);
|
|
4150
|
+
color: var(--click-fileUpload-md-color-icon-default);
|
|
4151
|
+
}
|
|
4152
|
+
|
|
4153
|
+
.upload-text__4oGA- {
|
|
4154
|
+
text-align: left;
|
|
4155
|
+
}
|
|
4156
|
+
|
|
4157
|
+
.upload-text_centered_true__brhHN {
|
|
4158
|
+
display: flex;
|
|
4159
|
+
width: 100%;
|
|
4160
|
+
flex-direction: column;
|
|
4161
|
+
align-items: center;
|
|
4162
|
+
text-align: center;
|
|
4163
|
+
}
|
|
4164
|
+
|
|
4165
|
+
.upload-text_grow_true__9MNMX {
|
|
4166
|
+
flex: 1;
|
|
4167
|
+
}
|
|
4168
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. fileUpload) */
|
|
4169
|
+
.truncator__j4dr4 {
|
|
4170
|
+
display: flex;
|
|
4171
|
+
width: auto;
|
|
4172
|
+
min-width: 0;
|
|
4173
|
+
overflow: hidden;
|
|
4174
|
+
color: var(--click-fileUpload-color-title-default);
|
|
4175
|
+
font: var(--click-fileUpload-typography-description-default);
|
|
4176
|
+
white-space: nowrap;
|
|
4177
|
+
}
|
|
4178
|
+
|
|
4179
|
+
.truncator__start__Rwx4e {
|
|
4180
|
+
overflow: hidden;
|
|
4181
|
+
flex-shrink: 1;
|
|
4182
|
+
white-space: nowrap;
|
|
4183
|
+
text-overflow: ellipsis;
|
|
4184
|
+
}
|
|
4185
|
+
|
|
4186
|
+
.truncator__end__CSANk {
|
|
4187
|
+
flex-shrink: 0;
|
|
4188
|
+
white-space: nowrap;
|
|
4189
|
+
}
|
|
4190
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. fileUpload) */
|
|
4191
|
+
.file-item-container__86J-i {
|
|
4192
|
+
display: flex;
|
|
4193
|
+
min-width: 0;
|
|
4194
|
+
flex: 1;
|
|
4195
|
+
flex-direction: row;
|
|
4196
|
+
justify-content: space-between;
|
|
4197
|
+
align-items: center;
|
|
4198
|
+
gap: var(--click-fileUpload-sm-space-gap);
|
|
4199
|
+
}
|
|
4200
|
+
|
|
4201
|
+
.file-item-container_inline_false__QqJXZ {
|
|
4202
|
+
padding: var(--click-fileUpload-sm-space-y) var(--click-fileUpload-sm-space-x);
|
|
4203
|
+
border: 1px solid var(--click-fileUpload-color-stroke-default);
|
|
4204
|
+
border-radius: var(--click-fileUpload-sm-radii-all);
|
|
4205
|
+
background-color: var(--click-fileUpload-color-background-default);
|
|
4206
|
+
}
|
|
4207
|
+
|
|
4208
|
+
.file-item-container_inline_false__QqJXZ.file-item-container_error_true__uRfbn {
|
|
4209
|
+
border-color: transparent;
|
|
4210
|
+
background-color: var(--click-fileUpload-color-background-error);
|
|
4211
|
+
}
|
|
4212
|
+
|
|
4213
|
+
/* stylelint-disable-next-line block-no-empty -- base element required by BEM */
|
|
4214
|
+
.document-icon__CX1O5 {
|
|
4215
|
+
}
|
|
4216
|
+
|
|
4217
|
+
.document-icon_size_sm__sEIPl svg {
|
|
4218
|
+
width: var(--click-fileUpload-sm-icon-size-width);
|
|
4219
|
+
height: var(--click-fileUpload-sm-icon-size-height);
|
|
4220
|
+
color: var(--click-fileUpload-sm-color-icon-default);
|
|
4221
|
+
}
|
|
4222
|
+
|
|
4223
|
+
.document-icon_size_md__dqfzB svg {
|
|
4224
|
+
width: var(--click-fileUpload-md-icon-size-width);
|
|
4225
|
+
height: var(--click-fileUpload-md-icon-size-height);
|
|
4226
|
+
color: var(--click-fileUpload-md-color-icon-default);
|
|
4227
|
+
}
|
|
4228
|
+
|
|
4229
|
+
.description__sjgXO {
|
|
4230
|
+
color: var(--click-fileUpload-color-description-default);
|
|
4231
|
+
font: var(--click-fileUpload-typography-description-default);
|
|
4232
|
+
}
|
|
4233
|
+
|
|
4234
|
+
.description_error_true__wbkov {
|
|
4235
|
+
color: var(--click-fileUpload-color-title-error);
|
|
4236
|
+
}
|
|
4237
|
+
|
|
4238
|
+
.file-details__aAMdx {
|
|
4239
|
+
display: flex;
|
|
4240
|
+
min-width: 0;
|
|
4241
|
+
gap: var(--click-fileUpload-md-space-gap);
|
|
4242
|
+
border: none;
|
|
4243
|
+
}
|
|
4244
|
+
|
|
4245
|
+
.file-actions__OUaMv {
|
|
4246
|
+
display: flex;
|
|
4247
|
+
margin-left: auto;
|
|
4248
|
+
align-items: center;
|
|
4249
|
+
gap: 0;
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4252
|
+
.file-content-container__40JkR {
|
|
4253
|
+
display: flex;
|
|
4254
|
+
min-width: 0;
|
|
4255
|
+
flex: 1;
|
|
4256
|
+
flex-direction: column;
|
|
4257
|
+
justify-content: center;
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4260
|
+
.file-content-container_size_sm__8od-v {
|
|
4261
|
+
min-height: 24px;
|
|
4262
|
+
}
|
|
4263
|
+
|
|
4264
|
+
.file-content-container_size_md__U6Hwr {
|
|
4265
|
+
min-height: auto;
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4268
|
+
.progress-bar-wrapper__q0i9x {
|
|
4269
|
+
margin-top: var(--click-fileUpload-md-space-gap);
|
|
4270
|
+
margin-bottom: 9px;
|
|
4271
|
+
}
|
|
3306
4272
|
.progressbar__21KMf {
|
|
3307
4273
|
display: flex;
|
|
3308
4274
|
min-height: 2px;
|
|
@@ -3379,53 +4345,228 @@ div:active + .topbadge__E79OZ {
|
|
|
3379
4345
|
.progressbar__21KMf:hover {
|
|
3380
4346
|
--progress-bg: var(--click-field-color-background-hover);
|
|
3381
4347
|
|
|
3382
|
-
border: 1px solid var(--click-field-color-stroke-hover);
|
|
3383
|
-
background-position: center;
|
|
3384
|
-
background-size: calc(100% + 2px);
|
|
4348
|
+
border: 1px solid var(--click-field-color-stroke-hover);
|
|
4349
|
+
background-position: center;
|
|
4350
|
+
background-size: calc(100% + 2px);
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
.progressbar_completed__XhK-p:hover {
|
|
4354
|
+
background: var(--click-field-color-background-hover);
|
|
4355
|
+
background-position: center;
|
|
4356
|
+
background-size: calc(100% + 2px);
|
|
4357
|
+
}
|
|
4358
|
+
|
|
4359
|
+
.progressbar__21KMf:focus,
|
|
4360
|
+
.progressbar__21KMf:focus-within {
|
|
4361
|
+
--progress-bg: var(--click-field-color-background-active);
|
|
4362
|
+
|
|
4363
|
+
border: 1px solid var(--click-field-color-stroke-active);
|
|
4364
|
+
background-position: center;
|
|
4365
|
+
background-size: calc(100% + 2px);
|
|
4366
|
+
}
|
|
4367
|
+
|
|
4368
|
+
.progressbar_completed__XhK-p:focus,
|
|
4369
|
+
.progressbar_completed__XhK-p:focus-within {
|
|
4370
|
+
background: var(--click-field-color-background-active);
|
|
4371
|
+
background-position: center;
|
|
4372
|
+
background-size: calc(100% + 2px);
|
|
4373
|
+
}
|
|
4374
|
+
|
|
4375
|
+
.progresstext__RAf9Q {
|
|
4376
|
+
width: 100%;
|
|
4377
|
+
font: inherit;
|
|
4378
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- mix-blend-mode
|
|
4379
|
+
is widely supported on evergreen browsers; the original rule
|
|
4380
|
+
used the same value to invert the text against the gradient fill. */
|
|
4381
|
+
mix-blend-mode: difference;
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4384
|
+
.progressclosebutton__cGgfw {
|
|
4385
|
+
visibility: hidden;
|
|
4386
|
+
border: 0;
|
|
4387
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- mix-blend-mode
|
|
4388
|
+
is widely supported on evergreen browsers; the original rule
|
|
4389
|
+
used the same value to invert the close icon against the gradient fill. */
|
|
4390
|
+
mix-blend-mode: difference;
|
|
4391
|
+
}
|
|
4392
|
+
|
|
4393
|
+
.progressclosebutton_dismissable__p5mDJ {
|
|
4394
|
+
visibility: visible;
|
|
4395
|
+
}
|
|
4396
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. fileUpload) */
|
|
4397
|
+
.files-list__Of0Ps {
|
|
4398
|
+
display: flex;
|
|
4399
|
+
width: 100%;
|
|
4400
|
+
margin-top: var(--click-fileUpload-md-space-gap);
|
|
4401
|
+
flex-direction: column;
|
|
4402
|
+
gap: var(--click-fileUpload-sm-space-gap);
|
|
4403
|
+
}
|
|
4404
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. fileTabs) */
|
|
4405
|
+
.tabs__jY99b {
|
|
4406
|
+
display: flex;
|
|
4407
|
+
position: relative;
|
|
4408
|
+
max-width: var(--file-tabs-count-width);
|
|
4409
|
+
overflow: auto;
|
|
4410
|
+
/* 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 */
|
|
4411
|
+
overscroll-behavior: none;
|
|
4412
|
+
scrollbar-width: 0;
|
|
4413
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
4414
|
+
}
|
|
4415
|
+
|
|
4416
|
+
.tabs__jY99b::-webkit-scrollbar {
|
|
4417
|
+
height: 0;
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
.tabs-sortable__7e-D1 {
|
|
4421
|
+
display: flex;
|
|
4422
|
+
}
|
|
4423
|
+
|
|
4424
|
+
.tabs-sortable__7e-D1 > div {
|
|
4425
|
+
width: clamp(100px, 100%, 200px);
|
|
4426
|
+
min-width: 100px;
|
|
4427
|
+
height: 100%;
|
|
4428
|
+
outline: none;
|
|
4429
|
+
}
|
|
4430
|
+
|
|
4431
|
+
.tabs-sortable__7e-D1 > div.sortable-ghost__1JlRB {
|
|
4432
|
+
opacity: 0;
|
|
4433
|
+
}
|
|
4434
|
+
|
|
4435
|
+
.tab__Fud6d {
|
|
4436
|
+
display: grid;
|
|
4437
|
+
box-sizing: border-box;
|
|
4438
|
+
max-width: 100%;
|
|
4439
|
+
/* 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 */
|
|
4440
|
+
max-width: -webkit-fill-available;
|
|
4441
|
+
max-width: fill-available;
|
|
4442
|
+
max-width: stretch;
|
|
4443
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
4444
|
+
height: 100%;
|
|
4445
|
+
max-height: 100%;
|
|
4446
|
+
padding: var(--click-tabs-fileTabs-space-y) var(--click-tabs-fileTabs-space-x);
|
|
4447
|
+
justify-content: flex-start;
|
|
4448
|
+
align-items: center;
|
|
4449
|
+
gap: var(--click-tabs-fileTabs-space-gap);
|
|
4450
|
+
grid-template-columns: 1fr;
|
|
4451
|
+
border: none;
|
|
4452
|
+
border-right: 1px solid var(--click-tabs-fileTabs-color-stroke-default);
|
|
4453
|
+
border-radius: var(--click-tabs-fileTabs-radii-all);
|
|
4454
|
+
background: var(--click-tabs-fileTabs-color-background-default);
|
|
4455
|
+
color: var(--click-tabs-fileTabs-color-text-default);
|
|
4456
|
+
font: var(--click-tabs-fileTabs-typography-label-default);
|
|
4457
|
+
outline: none;
|
|
4458
|
+
cursor: pointer;
|
|
4459
|
+
}
|
|
4460
|
+
|
|
4461
|
+
.tab__Fud6d svg,
|
|
4462
|
+
.tab__Fud6d [data-indicator] {
|
|
4463
|
+
width: var(--click-tabs-fileTabs-icon-size-width);
|
|
4464
|
+
height: var(--click-tabs-fileTabs-icon-size-height);
|
|
4465
|
+
}
|
|
4466
|
+
|
|
4467
|
+
.tab__Fud6d [data-type='close'] {
|
|
4468
|
+
display: none;
|
|
4469
|
+
}
|
|
4470
|
+
|
|
4471
|
+
.tab__Fud6d [data-indicator] {
|
|
4472
|
+
display: block;
|
|
4473
|
+
}
|
|
4474
|
+
|
|
4475
|
+
.tab__Fud6d:hover [data-type='close'] {
|
|
4476
|
+
display: block;
|
|
4477
|
+
}
|
|
4478
|
+
|
|
4479
|
+
.tab__Fud6d:hover [data-indicator] {
|
|
4480
|
+
display: none;
|
|
4481
|
+
}
|
|
4482
|
+
|
|
4483
|
+
.tab_active__nqwS6 {
|
|
4484
|
+
border-right: 1px solid var(--click-tabs-fileTabs-color-stroke-active);
|
|
4485
|
+
background: var(--click-tabs-fileTabs-color-background-active);
|
|
4486
|
+
color: var(--click-tabs-fileTabs-color-text-active);
|
|
4487
|
+
font: var(--click-tabs-fileTabs-typography-label-active);
|
|
4488
|
+
}
|
|
4489
|
+
|
|
4490
|
+
.tab_inactive__tflkU:hover {
|
|
4491
|
+
border-right: 1px solid var(--click-tabs-fileTabs-color-stroke-hover);
|
|
4492
|
+
background: var(--click-tabs-fileTabs-color-background-hover);
|
|
4493
|
+
color: var(--click-tabs-fileTabs-color-text-hover);
|
|
4494
|
+
font: var(--click-tabs-fileTabs-typography-label-hover);
|
|
4495
|
+
}
|
|
4496
|
+
|
|
4497
|
+
.tab_full-width__sU4rf {
|
|
4498
|
+
width: 100%;
|
|
4499
|
+
}
|
|
4500
|
+
|
|
4501
|
+
.tab_fixed__S0Bwz {
|
|
4502
|
+
width: auto;
|
|
4503
|
+
}
|
|
4504
|
+
|
|
4505
|
+
.tab_preview__FR-Q6 {
|
|
4506
|
+
font-style: italic;
|
|
4507
|
+
}
|
|
4508
|
+
|
|
4509
|
+
.tab_dismissable__ud86m {
|
|
4510
|
+
grid-template-columns: 1fr var(--click-tabs-fileTabs-icon-size-width);
|
|
4511
|
+
}
|
|
4512
|
+
|
|
4513
|
+
.indicator__ZD0YM {
|
|
4514
|
+
position: relative;
|
|
4515
|
+
}
|
|
4516
|
+
|
|
4517
|
+
.indicator__ZD0YM::after {
|
|
4518
|
+
content: '';
|
|
4519
|
+
position: absolute;
|
|
4520
|
+
top: 0.25rem;
|
|
4521
|
+
left: 0.25rem;
|
|
4522
|
+
width: 0.5rem;
|
|
4523
|
+
height: 0.5rem;
|
|
4524
|
+
border-radius: 50%;
|
|
4525
|
+
background: transparent;
|
|
4526
|
+
}
|
|
4527
|
+
|
|
4528
|
+
.indicator__ZD0YM[data-indicator='success']::after {
|
|
4529
|
+
background: var(--click-alert-color-text-success);
|
|
3385
4530
|
}
|
|
3386
4531
|
|
|
3387
|
-
.
|
|
3388
|
-
background: var(--click-
|
|
3389
|
-
background-position: center;
|
|
3390
|
-
background-size: calc(100% + 2px);
|
|
4532
|
+
.indicator__ZD0YM[data-indicator='neutral']::after {
|
|
4533
|
+
background: var(--click-alert-color-text-neutral);
|
|
3391
4534
|
}
|
|
3392
4535
|
|
|
3393
|
-
.
|
|
3394
|
-
|
|
3395
|
-
|
|
4536
|
+
.indicator__ZD0YM[data-indicator='danger']::after {
|
|
4537
|
+
background: var(--click-alert-color-text-danger);
|
|
4538
|
+
}
|
|
3396
4539
|
|
|
3397
|
-
|
|
3398
|
-
background
|
|
3399
|
-
background-size: calc(100% + 2px);
|
|
4540
|
+
.indicator__ZD0YM[data-indicator='warning']::after {
|
|
4541
|
+
background: var(--click-alert-color-text-warning);
|
|
3400
4542
|
}
|
|
3401
4543
|
|
|
3402
|
-
.
|
|
3403
|
-
|
|
3404
|
-
background: var(--click-field-color-background-active);
|
|
3405
|
-
background-position: center;
|
|
3406
|
-
background-size: calc(100% + 2px);
|
|
4544
|
+
.indicator__ZD0YM[data-indicator='info']::after {
|
|
4545
|
+
background: var(--click-alert-color-text-info);
|
|
3407
4546
|
}
|
|
3408
4547
|
|
|
3409
|
-
.
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
4548
|
+
.tab-content__JX6iV {
|
|
4549
|
+
display: flex;
|
|
4550
|
+
overflow: hidden;
|
|
4551
|
+
flex-wrap: nowrap;
|
|
4552
|
+
justify-content: flex-start;
|
|
4553
|
+
align-items: center;
|
|
4554
|
+
gap: var(--click-tabs-fileTabs-space-gap);
|
|
3416
4555
|
}
|
|
3417
4556
|
|
|
3418
|
-
.
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
used the same value to invert the close icon against the gradient fill. */
|
|
3424
|
-
mix-blend-mode: difference;
|
|
4557
|
+
.tab-content-text__zXnlM {
|
|
4558
|
+
display: inline-block;
|
|
4559
|
+
overflow: hidden;
|
|
4560
|
+
white-space: nowrap;
|
|
4561
|
+
text-overflow: ellipsis;
|
|
3425
4562
|
}
|
|
3426
4563
|
|
|
3427
|
-
.
|
|
3428
|
-
|
|
4564
|
+
.empty-button__czm-t {
|
|
4565
|
+
padding: 0;
|
|
4566
|
+
}
|
|
4567
|
+
|
|
4568
|
+
.empty-button__czm-t:hover {
|
|
4569
|
+
background: var(--click-tabs-fileTabs-color-closeButton-background-hover);
|
|
3429
4570
|
}
|
|
3430
4571
|
@keyframes flyout-animation-width__LabkI {
|
|
3431
4572
|
from {
|
|
@@ -4325,6 +5466,338 @@ div:active + .topbadge__E79OZ {
|
|
|
4325
5466
|
.wrapper_collapsible_true__8ANnP {
|
|
4326
5467
|
--title-pad-left: 0;
|
|
4327
5468
|
}
|
|
5469
|
+
/* Doubled class raises specificity to (0,2,0) so this width wins over the
|
|
5470
|
+
Select root's own `width: 100%` rule, which styled() injects into <head>
|
|
5471
|
+
at runtime (after the bundled CSS). The previous styled() wrapper relied
|
|
5472
|
+
on runtime injection order for the same effect. */
|
|
5473
|
+
.custom-select__iARgW.custom-select__iARgW {
|
|
5474
|
+
width: 150px;
|
|
5475
|
+
}
|
|
5476
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. genericMenu, fieldText) */
|
|
5477
|
+
|
|
5478
|
+
.select-value__CxDXF {
|
|
5479
|
+
overflow: hidden;
|
|
5480
|
+
flex: 1;
|
|
5481
|
+
gap: inherit;
|
|
5482
|
+
color: inherit;
|
|
5483
|
+
font: inherit;
|
|
5484
|
+
text-align: left;
|
|
5485
|
+
}
|
|
5486
|
+
|
|
5487
|
+
.select-trigger__k4Odp {
|
|
5488
|
+
display: flex;
|
|
5489
|
+
width: 100%;
|
|
5490
|
+
min-height: var(--click-genericMenu-panel-size-height);
|
|
5491
|
+
padding: var(--click-field-space-y) var(--click-field-space-x);
|
|
5492
|
+
justify-content: space-between;
|
|
5493
|
+
align-items: center;
|
|
5494
|
+
gap: var(--click-field-space-gap);
|
|
5495
|
+
border: 1px solid var(--click-field-color-stroke-default);
|
|
5496
|
+
border-radius: var(--click-field-radii-all);
|
|
5497
|
+
background: var(--click-field-color-background-default);
|
|
5498
|
+
color: var(--click-field-color-text-default);
|
|
5499
|
+
font: var(--click-field-typography-fieldText-default);
|
|
5500
|
+
cursor: pointer;
|
|
5501
|
+
}
|
|
5502
|
+
|
|
5503
|
+
.select-trigger__k4Odp span:first-of-type {
|
|
5504
|
+
max-width: 100%;
|
|
5505
|
+
overflow: hidden;
|
|
5506
|
+
white-space: nowrap;
|
|
5507
|
+
text-overflow: ellipsis;
|
|
5508
|
+
}
|
|
5509
|
+
|
|
5510
|
+
.select-trigger__k4Odp:hover {
|
|
5511
|
+
border: 1px solid var(--click-field-color-stroke-hover);
|
|
5512
|
+
background: var(--click-field-color-background-hover);
|
|
5513
|
+
color: var(--click-field-color-text-hover);
|
|
5514
|
+
}
|
|
5515
|
+
|
|
5516
|
+
.select-trigger_error__fZGGT {
|
|
5517
|
+
border: 1px solid var(--click-field-color-stroke-error);
|
|
5518
|
+
background: var(--click-field-color-background-active);
|
|
5519
|
+
color: var(--click-field-color-text-error);
|
|
5520
|
+
font: var(--click-field-typography-fieldText-error);
|
|
5521
|
+
}
|
|
5522
|
+
|
|
5523
|
+
.select-trigger_error__fZGGT:hover {
|
|
5524
|
+
border: 1px solid var(--click-field-color-stroke-error);
|
|
5525
|
+
color: var(--click-field-color-text-error);
|
|
5526
|
+
}
|
|
5527
|
+
|
|
5528
|
+
/* stylelint-disable no-descending-specificity -- source order mirrors the
|
|
5529
|
+
styled-components cascade: the focus/open active styling is followed by
|
|
5530
|
+
focus-visible and disabled, matching the original template-literal order. */
|
|
5531
|
+
|
|
5532
|
+
/*
|
|
5533
|
+
The active (focus / open) styling is suppressed in the error state: the
|
|
5534
|
+
styled-components original only emitted these rules in the non-error branch,
|
|
5535
|
+
so an errored trigger keeps its error styling on focus/open.
|
|
5536
|
+
*/
|
|
5537
|
+
.select-trigger__k4Odp:not(.select-trigger_error__fZGGT):focus,
|
|
5538
|
+
.select-trigger__k4Odp:not(.select-trigger_error__fZGGT)[data-state='open'] {
|
|
5539
|
+
border: 1px solid var(--click-field-color-stroke-active);
|
|
5540
|
+
background: var(--click-field-color-background-active);
|
|
5541
|
+
color: var(--click-field-color-text-active);
|
|
5542
|
+
font: var(--click-field-typography-fieldText-active);
|
|
5543
|
+
}
|
|
5544
|
+
|
|
5545
|
+
.select-trigger__k4Odp:not(.select-trigger_error__fZGGT):focus ~ label,
|
|
5546
|
+
.select-trigger__k4Odp:not(.select-trigger_error__fZGGT)[data-state='open'] ~ label {
|
|
5547
|
+
color: var(--click-field-color-label-active);
|
|
5548
|
+
font: var(--click-field-typography-label-active);
|
|
5549
|
+
}
|
|
5550
|
+
|
|
5551
|
+
.select-trigger__k4Odp:focus-visible {
|
|
5552
|
+
outline: 2px solid var(--click-global-color-outline-default);
|
|
5553
|
+
outline-offset: 2px;
|
|
5554
|
+
}
|
|
5555
|
+
|
|
5556
|
+
.select-trigger__k4Odp:disabled {
|
|
5557
|
+
border: 1px solid var(--click-field-color-stroke-disabled);
|
|
5558
|
+
background: var(--click-field-color-background-disabled);
|
|
5559
|
+
color: var(--click-field-color-text-disabled);
|
|
5560
|
+
font: var(--click-field-typography-fieldText-disabled);
|
|
5561
|
+
cursor: not-allowed;
|
|
5562
|
+
}
|
|
5563
|
+
|
|
5564
|
+
/* stylelint-enable no-descending-specificity */
|
|
5565
|
+
|
|
5566
|
+
.select-trigger__k4Odp [data-hide-in-trigger] {
|
|
5567
|
+
display: none;
|
|
5568
|
+
}
|
|
5569
|
+
|
|
5570
|
+
.select-popover-content__30txk {
|
|
5571
|
+
display: flex;
|
|
5572
|
+
width: var(--radix-popover-trigger-width);
|
|
5573
|
+
max-height: var(--radix-popover-content-available-height);
|
|
5574
|
+
padding: 0.5rem 0;
|
|
5575
|
+
overflow: hidden;
|
|
5576
|
+
align-items: flex-start;
|
|
5577
|
+
gap: 0.625rem;
|
|
5578
|
+
border: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
5579
|
+
border-radius: 0.25rem;
|
|
5580
|
+
background: var(--click-genericMenu-item-color-default-background-default);
|
|
5581
|
+
box-shadow:
|
|
5582
|
+
0 1px 3px 0 rgb(16 24 40 / 10%),
|
|
5583
|
+
0 1px 2px 0 rgb(16 24 40 / 6%);
|
|
5584
|
+
pointer-events: auto;
|
|
5585
|
+
}
|
|
5586
|
+
|
|
5587
|
+
.select-popover-content_full-width__frIlp {
|
|
5588
|
+
width: 100%;
|
|
5589
|
+
min-width: var(--radix-popover-trigger-width);
|
|
5590
|
+
max-width: var(--select-item-character-limit);
|
|
5591
|
+
}
|
|
5592
|
+
|
|
5593
|
+
.search-bar-container__bidMt {
|
|
5594
|
+
display: flex;
|
|
5595
|
+
position: relative;
|
|
5596
|
+
width: auto;
|
|
5597
|
+
height: 0;
|
|
5598
|
+
padding: 0;
|
|
5599
|
+
justify-content: flex-start;
|
|
5600
|
+
align-items: center;
|
|
5601
|
+
color: var(--click-genericMenu-autocomplete-color-searchTerm-default);
|
|
5602
|
+
font: var(--click-genericMenu-autocomplete-typography-search-term-default);
|
|
5603
|
+
}
|
|
5604
|
+
|
|
5605
|
+
.search-bar-container_show-search__YLR4i {
|
|
5606
|
+
height: auto;
|
|
5607
|
+
padding: var(--click-genericMenu-item-space-y) var(--click-genericMenu-item-space-x);
|
|
5608
|
+
}
|
|
5609
|
+
|
|
5610
|
+
.search-bar__J2qTl {
|
|
5611
|
+
width: 100%;
|
|
5612
|
+
height: 0;
|
|
5613
|
+
min-height: 0;
|
|
5614
|
+
/*
|
|
5615
|
+
When hidden the original collapsed all padding to 0; when shown it set only
|
|
5616
|
+
padding-right (in the _show-search modifier), leaving the input's default
|
|
5617
|
+
vertical padding intact — that 2px of UA padding is load-bearing for height.
|
|
5618
|
+
*/
|
|
5619
|
+
padding: 0;
|
|
5620
|
+
gap: var(--click-genericMenu-item-space-gap);
|
|
5621
|
+
border: none;
|
|
5622
|
+
border-bottom: 0;
|
|
5623
|
+
background: transparent;
|
|
5624
|
+
color: var(--click-genericMenu-autocomplete-color-searchTerm-default);
|
|
5625
|
+
font: var(--click-genericMenu-autocomplete-typography-search-term-default);
|
|
5626
|
+
outline: none;
|
|
5627
|
+
}
|
|
5628
|
+
|
|
5629
|
+
.search-bar__J2qTl::placeholder {
|
|
5630
|
+
color: var(--click-genericMenu-autocomplete-color-placeholder-default);
|
|
5631
|
+
font: var(--click-genericMenu-autocomplete-typography-search-placeholder-default);
|
|
5632
|
+
}
|
|
5633
|
+
|
|
5634
|
+
.search-bar_show-search__IhdJT {
|
|
5635
|
+
height: initial;
|
|
5636
|
+
min-height: 21px;
|
|
5637
|
+
padding: revert;
|
|
5638
|
+
padding-right: 24px;
|
|
5639
|
+
border-bottom: 2px solid var(--click-genericMenu-button-color-stroke-default);
|
|
5640
|
+
}
|
|
5641
|
+
|
|
5642
|
+
.search-close__dB1cs {
|
|
5643
|
+
visibility: hidden;
|
|
5644
|
+
position: absolute;
|
|
5645
|
+
top: var(--click-genericMenu-item-space-y);
|
|
5646
|
+
right: var(--click-genericMenu-item-space-x);
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5649
|
+
.search-close_show-close__-Anjf {
|
|
5650
|
+
visibility: visible;
|
|
5651
|
+
}
|
|
5652
|
+
|
|
5653
|
+
/*
|
|
5654
|
+
Added the max-height with calc as the content should always be fit inside SelectPopoverContent
|
|
5655
|
+
SelectPopoverContent has hardcoded padding and thats why we are using 1 rem instead of tokens
|
|
5656
|
+
This makes sure that the content is always visible with the scrolling
|
|
5657
|
+
*/
|
|
5658
|
+
.select-list__CNYUb {
|
|
5659
|
+
display: flex;
|
|
5660
|
+
width: inherit;
|
|
5661
|
+
max-height: calc(var(--radix-popover-content-available-height) - 1rem);
|
|
5662
|
+
flex-direction: column;
|
|
5663
|
+
}
|
|
5664
|
+
|
|
5665
|
+
.select-list-content__AJbe9 {
|
|
5666
|
+
width: inherit;
|
|
5667
|
+
max-height: var(--select-list-max-height);
|
|
5668
|
+
overflow: auto;
|
|
5669
|
+
flex: 1;
|
|
5670
|
+
}
|
|
5671
|
+
|
|
5672
|
+
.hidden-select-element__YZlhL {
|
|
5673
|
+
visibility: hidden;
|
|
5674
|
+
position: absolute;
|
|
5675
|
+
z-index: -1;
|
|
5676
|
+
height: 0;
|
|
5677
|
+
}
|
|
5678
|
+
|
|
5679
|
+
.select-group-container__Pd5rW {
|
|
5680
|
+
/* 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. */
|
|
5681
|
+
display: flex;
|
|
5682
|
+
width: -webkit-fill-available;
|
|
5683
|
+
width: fill-available;
|
|
5684
|
+
width: stretch;
|
|
5685
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
5686
|
+
overflow: hidden;
|
|
5687
|
+
flex-direction: column;
|
|
5688
|
+
justify-content: center;
|
|
5689
|
+
background: transparent;
|
|
5690
|
+
color: var(--click-genericMenu-item-color-default-text-muted);
|
|
5691
|
+
font: var(--click-genericMenu-item-typography-sectionHeader-default);
|
|
5692
|
+
}
|
|
5693
|
+
|
|
5694
|
+
.select-group-container__Pd5rW[aria-selected] {
|
|
5695
|
+
outline: none;
|
|
5696
|
+
}
|
|
5697
|
+
|
|
5698
|
+
.select-group-container__Pd5rW[hidden] {
|
|
5699
|
+
display: none;
|
|
5700
|
+
}
|
|
5701
|
+
|
|
5702
|
+
.select-group-name__TrAy3 {
|
|
5703
|
+
display: flex;
|
|
5704
|
+
width: 100%;
|
|
5705
|
+
padding: var(--click-genericMenu-sectionHeader-space-top)
|
|
5706
|
+
var(--click-genericMenu-item-space-x)
|
|
5707
|
+
var(--click-genericMenu-sectionHeader-space-bottom);
|
|
5708
|
+
overflow: hidden;
|
|
5709
|
+
flex-direction: column;
|
|
5710
|
+
gap: var(--click-genericMenu-item-space-gap);
|
|
5711
|
+
border-bottom: 1px solid var(--click-genericMenu-item-color-default-stroke-default);
|
|
5712
|
+
color: var(--click-genericMenu-item-color-default-text-muted);
|
|
5713
|
+
font: var(--click-genericMenu-item-typography-sectionHeader-default);
|
|
5714
|
+
white-space: nowrap;
|
|
5715
|
+
text-overflow: ellipsis;
|
|
5716
|
+
}
|
|
5717
|
+
|
|
5718
|
+
.select-group-content__OBO5d {
|
|
5719
|
+
width: inherit;
|
|
5720
|
+
}
|
|
5721
|
+
|
|
5722
|
+
/*
|
|
5723
|
+
The original styled-components rule omitted the semicolon after `font`, but
|
|
5724
|
+
stylis recovered and applied both the `font` and `padding` declarations, so
|
|
5725
|
+
the rendered row used the button label typography and button/item padding.
|
|
5726
|
+
Both are restored here to match that rendering.
|
|
5727
|
+
*/
|
|
5728
|
+
.select-no-data-container__b2319 {
|
|
5729
|
+
display: block;
|
|
5730
|
+
width: 100%;
|
|
5731
|
+
padding: var(--click-genericMenu-button-space-y) var(--click-genericMenu-item-space-x);
|
|
5732
|
+
overflow: hidden;
|
|
5733
|
+
border: none;
|
|
5734
|
+
background: var(--click-genericMenu-button-color-background-default);
|
|
5735
|
+
color: var(--click-genericMenu-button-color-label-default);
|
|
5736
|
+
font: var(--click-genericMenu-button-typography-label-default);
|
|
5737
|
+
text-align: left;
|
|
5738
|
+
white-space: nowrap;
|
|
5739
|
+
cursor: default;
|
|
5740
|
+
text-overflow: ellipsis;
|
|
5741
|
+
}
|
|
5742
|
+
|
|
5743
|
+
.select-no-data-container__b2319[hidden='true'] {
|
|
5744
|
+
display: none;
|
|
5745
|
+
}
|
|
5746
|
+
|
|
5747
|
+
.select-no-data-container_clickable__J6Bkj {
|
|
5748
|
+
cursor: pointer;
|
|
5749
|
+
}
|
|
5750
|
+
|
|
5751
|
+
.check-icon__ORxKK {
|
|
5752
|
+
opacity: 0;
|
|
5753
|
+
}
|
|
5754
|
+
|
|
5755
|
+
.check-icon_show-check__rVelk {
|
|
5756
|
+
opacity: 1;
|
|
5757
|
+
}
|
|
5758
|
+
|
|
5759
|
+
.select-item-description-text__eKqEn {
|
|
5760
|
+
white-space: normal;
|
|
5761
|
+
}
|
|
5762
|
+
|
|
5763
|
+
[data-disabled] .select-item-description-text__eKqEn,
|
|
5764
|
+
[disabled] .select-item-description-text__eKqEn {
|
|
5765
|
+
color: inherit;
|
|
5766
|
+
}
|
|
5767
|
+
|
|
5768
|
+
/* don't show description when item is rendered in the trigger */
|
|
5769
|
+
.select-trigger__k4Odp .select-item-description-text__eKqEn {
|
|
5770
|
+
display: none;
|
|
5771
|
+
}
|
|
5772
|
+
.badge-list__WpJAq {
|
|
5773
|
+
display: flex;
|
|
5774
|
+
flex-wrap: wrap;
|
|
5775
|
+
justify-content: flex-start;
|
|
5776
|
+
align-items: center;
|
|
5777
|
+
gap: inherit;
|
|
5778
|
+
color: inherit;
|
|
5779
|
+
font: inherit;
|
|
5780
|
+
}
|
|
5781
|
+
|
|
5782
|
+
.multi-select-badge__vk7YC {
|
|
5783
|
+
/* 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. */
|
|
5784
|
+
width: 100%;
|
|
5785
|
+
width: -webkit-fill-available;
|
|
5786
|
+
width: fill-available;
|
|
5787
|
+
width: stretch;
|
|
5788
|
+
max-width: fit-content;
|
|
5789
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
5790
|
+
}
|
|
5791
|
+
.select-value-container__I2dbz {
|
|
5792
|
+
display: flex;
|
|
5793
|
+
width: 100%;
|
|
5794
|
+
overflow: hidden;
|
|
5795
|
+
align-items: center;
|
|
5796
|
+
white-space: nowrap;
|
|
5797
|
+
cursor: inherit;
|
|
5798
|
+
pointer-events: inherit;
|
|
5799
|
+
text-overflow: ellipsis;
|
|
5800
|
+
}
|
|
4328
5801
|
.radio-group__RXgmX {
|
|
4329
5802
|
display: flex;
|
|
4330
5803
|
flex-wrap: wrap;
|
|
@@ -4578,7 +6051,6 @@ div:active + .topbadge__E79OZ {
|
|
|
4578
6051
|
|
|
4579
6052
|
.table__resizer__m6w0b {
|
|
4580
6053
|
position: absolute;
|
|
4581
|
-
z-index: 1;
|
|
4582
6054
|
top: 0;
|
|
4583
6055
|
right: 0;
|
|
4584
6056
|
width: 24px;
|