ods-ant 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -2
- package/dist-lib/AutoComplete-cpf8hCnK.js +93 -0
- package/dist-lib/AutoComplete-cpf8hCnK.js.map +1 -0
- package/dist-lib/AutoComplete-gOMQxLvY.cjs +38 -0
- package/dist-lib/AutoComplete-gOMQxLvY.cjs.map +1 -0
- package/dist-lib/DatePicker-BpjYibJF.js +599 -0
- package/dist-lib/DatePicker-BpjYibJF.js.map +1 -0
- package/dist-lib/DatePicker-DTVtamsX.cjs +518 -0
- package/dist-lib/DatePicker-DTVtamsX.cjs.map +1 -0
- package/dist-lib/Dropdown-BU7v5Q4i.cjs +88 -0
- package/dist-lib/Dropdown-BU7v5Q4i.cjs.map +1 -0
- package/dist-lib/Dropdown-C2t8AOdz.js +113 -0
- package/dist-lib/Dropdown-C2t8AOdz.js.map +1 -0
- package/dist-lib/InputNumber-55VASjK4.js +253 -0
- package/dist-lib/InputNumber-55VASjK4.js.map +1 -0
- package/dist-lib/InputNumber-X-VvOKNc.cjs +202 -0
- package/dist-lib/InputNumber-X-VvOKNc.cjs.map +1 -0
- package/dist-lib/Steps-DT5AKuMX.js +214 -0
- package/dist-lib/Steps-DT5AKuMX.js.map +1 -0
- package/dist-lib/Steps-Dhq_inin.cjs +191 -0
- package/dist-lib/Steps-Dhq_inin.cjs.map +1 -0
- package/dist-lib/TimePicker-BgaELcl_.js +277 -0
- package/dist-lib/TimePicker-BgaELcl_.js.map +1 -0
- package/dist-lib/TimePicker-D4iKsUck.cjs +217 -0
- package/dist-lib/TimePicker-D4iKsUck.cjs.map +1 -0
- package/dist-lib/chunk-Bmb41Sf3.cjs +1 -0
- package/dist-lib/core-C-tv3mqr.js +57 -0
- package/dist-lib/core-C-tv3mqr.js.map +1 -0
- package/dist-lib/core-bPY3ouxp.cjs +2 -0
- package/dist-lib/core-bPY3ouxp.cjs.map +1 -0
- package/dist-lib/display/Avatar.cjs +84 -0
- package/dist-lib/display/Avatar.cjs.map +1 -0
- package/dist-lib/display/Avatar.js +176 -0
- package/dist-lib/display/Avatar.js.map +1 -0
- package/dist-lib/display/Badge.cjs +89 -0
- package/dist-lib/display/Badge.cjs.map +1 -0
- package/dist-lib/display/Badge.js +184 -0
- package/dist-lib/display/Badge.js.map +1 -0
- package/dist-lib/display/Calendar.cjs +194 -0
- package/dist-lib/display/Calendar.cjs.map +1 -0
- package/dist-lib/display/Calendar.js +378 -0
- package/dist-lib/display/Calendar.js.map +1 -0
- package/dist-lib/display/Card.cjs +177 -0
- package/dist-lib/display/Card.cjs.map +1 -0
- package/dist-lib/display/Card.js +209 -0
- package/dist-lib/display/Card.js.map +1 -0
- package/dist-lib/display/Collapse.cjs +346 -0
- package/dist-lib/display/Collapse.cjs.map +1 -0
- package/dist-lib/display/Collapse.js +449 -0
- package/dist-lib/display/Collapse.js.map +1 -0
- package/dist-lib/display/Descriptions.cjs +145 -0
- package/dist-lib/display/Descriptions.cjs.map +1 -0
- package/dist-lib/display/Descriptions.js +186 -0
- package/dist-lib/display/Descriptions.js.map +1 -0
- package/dist-lib/display/Empty.cjs +170 -0
- package/dist-lib/display/Empty.cjs.map +1 -0
- package/dist-lib/display/Empty.js +295 -0
- package/dist-lib/display/Empty.js.map +1 -0
- package/dist-lib/display/Icon.cjs +48 -0
- package/dist-lib/display/Icon.cjs.map +1 -0
- package/dist-lib/display/Icon.js +165 -0
- package/dist-lib/display/Icon.js.map +1 -0
- package/dist-lib/display/Image.cjs +69 -0
- package/dist-lib/display/Image.cjs.map +1 -0
- package/dist-lib/display/Image.js +163 -0
- package/dist-lib/display/Image.js.map +1 -0
- package/dist-lib/display/List.cjs +142 -0
- package/dist-lib/display/List.cjs.map +1 -0
- package/dist-lib/display/List.js +178 -0
- package/dist-lib/display/List.js.map +1 -0
- package/dist-lib/display/Popover.cjs +62 -0
- package/dist-lib/display/Popover.cjs.map +1 -0
- package/dist-lib/display/Popover.js +130 -0
- package/dist-lib/display/Popover.js.map +1 -0
- package/dist-lib/display/Segmented.cjs +115 -0
- package/dist-lib/display/Segmented.cjs.map +1 -0
- package/dist-lib/display/Segmented.js +202 -0
- package/dist-lib/display/Segmented.js.map +1 -0
- package/dist-lib/display/Statistic.cjs +133 -0
- package/dist-lib/display/Statistic.cjs.map +1 -0
- package/dist-lib/display/Statistic.js +165 -0
- package/dist-lib/display/Statistic.js.map +1 -0
- package/dist-lib/display/Table.cjs +510 -0
- package/dist-lib/display/Table.cjs.map +1 -0
- package/dist-lib/display/Table.js +979 -0
- package/dist-lib/display/Table.js.map +1 -0
- package/dist-lib/display/Tag.cjs +35 -0
- package/dist-lib/display/Tag.cjs.map +1 -0
- package/dist-lib/display/Tag.js +95 -0
- package/dist-lib/display/Tag.js.map +1 -0
- package/dist-lib/display/Timeline.cjs +138 -0
- package/dist-lib/display/Timeline.cjs.map +1 -0
- package/dist-lib/display/Timeline.js +275 -0
- package/dist-lib/display/Timeline.js.map +1 -0
- package/dist-lib/display/Tooltip.cjs +70 -0
- package/dist-lib/display/Tooltip.cjs.map +1 -0
- package/dist-lib/display/Tooltip.js +141 -0
- package/dist-lib/display/Tooltip.js.map +1 -0
- package/dist-lib/display/Tree.cjs +199 -0
- package/dist-lib/display/Tree.cjs.map +1 -0
- package/dist-lib/display/Tree.js +349 -0
- package/dist-lib/display/Tree.js.map +1 -0
- package/dist-lib/display/Typography.cjs +102 -0
- package/dist-lib/display/Typography.cjs.map +1 -0
- package/dist-lib/display/Typography.js +159 -0
- package/dist-lib/display/Typography.js.map +1 -0
- package/dist-lib/display/index.cjs +1 -0
- package/dist-lib/display/index.js +20 -0
- package/dist-lib/feedback/Drawer.cjs +169 -0
- package/dist-lib/feedback/Drawer.cjs.map +1 -0
- package/dist-lib/feedback/Drawer.js +255 -0
- package/dist-lib/feedback/Drawer.js.map +1 -0
- package/dist-lib/feedback/FloatButton.cjs +2 -0
- package/dist-lib/feedback/FloatButton.cjs.map +1 -0
- package/dist-lib/feedback/FloatButton.js +19 -0
- package/dist-lib/feedback/FloatButton.js.map +1 -0
- package/dist-lib/feedback/Message.cjs +2 -0
- package/dist-lib/feedback/Message.cjs.map +1 -0
- package/dist-lib/feedback/Message.js +47 -0
- package/dist-lib/feedback/Message.js.map +1 -0
- package/dist-lib/feedback/Modal.cjs +170 -0
- package/dist-lib/feedback/Modal.cjs.map +1 -0
- package/dist-lib/feedback/Modal.js +297 -0
- package/dist-lib/feedback/Modal.js.map +1 -0
- package/dist-lib/feedback/Notification.cjs +20 -0
- package/dist-lib/feedback/Notification.cjs.map +1 -0
- package/dist-lib/feedback/Notification.js +60 -0
- package/dist-lib/feedback/Notification.js.map +1 -0
- package/dist-lib/feedback/Popconfirm.cjs +2 -0
- package/dist-lib/feedback/Popconfirm.cjs.map +1 -0
- package/dist-lib/feedback/Popconfirm.js +15 -0
- package/dist-lib/feedback/Popconfirm.js.map +1 -0
- package/dist-lib/feedback/Progress.cjs +78 -0
- package/dist-lib/feedback/Progress.cjs.map +1 -0
- package/dist-lib/feedback/Progress.js +199 -0
- package/dist-lib/feedback/Progress.js.map +1 -0
- package/dist-lib/feedback/Result.cjs +95 -0
- package/dist-lib/feedback/Result.cjs.map +1 -0
- package/dist-lib/feedback/Result.js +174 -0
- package/dist-lib/feedback/Result.js.map +1 -0
- package/dist-lib/feedback/Skeleton.cjs +214 -0
- package/dist-lib/feedback/Skeleton.cjs.map +1 -0
- package/dist-lib/feedback/Skeleton.js +408 -0
- package/dist-lib/feedback/Skeleton.js.map +1 -0
- package/dist-lib/feedback/Spin.cjs +65 -0
- package/dist-lib/feedback/Spin.cjs.map +1 -0
- package/dist-lib/feedback/Spin.js +115 -0
- package/dist-lib/feedback/Spin.js.map +1 -0
- package/dist-lib/feedback/Tour.cjs +154 -0
- package/dist-lib/feedback/Tour.cjs.map +1 -0
- package/dist-lib/feedback/Tour.js +211 -0
- package/dist-lib/feedback/Tour.js.map +1 -0
- package/dist-lib/feedback/index.cjs +1 -0
- package/dist-lib/feedback/index.js +12 -0
- package/dist-lib/feedbackIcons-DBoCD6Dk.js +37 -0
- package/dist-lib/feedbackIcons-DBoCD6Dk.js.map +1 -0
- package/dist-lib/feedbackIcons-DXxPnA5r.cjs +2 -0
- package/dist-lib/feedbackIcons-DXxPnA5r.cjs.map +1 -0
- package/dist-lib/fieldProps-CuWfEbFx.cjs +2 -0
- package/dist-lib/fieldProps-CuWfEbFx.cjs.map +1 -0
- package/dist-lib/fieldProps-EeYy2kXb.js +9 -0
- package/dist-lib/fieldProps-EeYy2kXb.js.map +1 -0
- package/dist-lib/forms/AccessibleCheckboxGroup.cjs +2 -0
- package/dist-lib/forms/AccessibleCheckboxGroup.cjs.map +1 -0
- package/dist-lib/forms/AccessibleCheckboxGroup.js +16 -0
- package/dist-lib/forms/AccessibleCheckboxGroup.js.map +1 -0
- package/dist-lib/forms/AccessibleDatePicker.cjs +2 -0
- package/dist-lib/forms/AccessibleDatePicker.cjs.map +1 -0
- package/dist-lib/forms/AccessibleDatePicker.js +22 -0
- package/dist-lib/forms/AccessibleDatePicker.js.map +1 -0
- package/dist-lib/forms/AccessiblePasswordInput.cjs +2 -0
- package/dist-lib/forms/AccessiblePasswordInput.cjs.map +1 -0
- package/dist-lib/forms/AccessiblePasswordInput.js +14 -0
- package/dist-lib/forms/AccessiblePasswordInput.js.map +1 -0
- package/dist-lib/forms/AccessibleRadioGroup.cjs +2 -0
- package/dist-lib/forms/AccessibleRadioGroup.cjs.map +1 -0
- package/dist-lib/forms/AccessibleRadioGroup.js +16 -0
- package/dist-lib/forms/AccessibleRadioGroup.js.map +1 -0
- package/dist-lib/forms/AccessibleSelect.cjs +2 -0
- package/dist-lib/forms/AccessibleSelect.cjs.map +1 -0
- package/dist-lib/forms/AccessibleSelect.js +20 -0
- package/dist-lib/forms/AccessibleSelect.js.map +1 -0
- package/dist-lib/forms/AccessibleSwitch.cjs +2 -0
- package/dist-lib/forms/AccessibleSwitch.cjs.map +1 -0
- package/dist-lib/forms/AccessibleSwitch.js +20 -0
- package/dist-lib/forms/AccessibleSwitch.js.map +1 -0
- package/dist-lib/forms/AutoComplete.cjs +1 -0
- package/dist-lib/forms/AutoComplete.js +2 -0
- package/dist-lib/forms/Button.cjs +243 -0
- package/dist-lib/forms/Button.cjs.map +1 -0
- package/dist-lib/forms/Button.js +299 -0
- package/dist-lib/forms/Button.js.map +1 -0
- package/dist-lib/forms/Cascader.cjs +37 -0
- package/dist-lib/forms/Cascader.cjs.map +1 -0
- package/dist-lib/forms/Cascader.js +88 -0
- package/dist-lib/forms/Cascader.js.map +1 -0
- package/dist-lib/forms/Checkbox.cjs +275 -0
- package/dist-lib/forms/Checkbox.cjs.map +1 -0
- package/dist-lib/forms/Checkbox.js +327 -0
- package/dist-lib/forms/Checkbox.js.map +1 -0
- package/dist-lib/forms/CheckboxGroup.cjs +2 -0
- package/dist-lib/forms/CheckboxGroup.cjs.map +1 -0
- package/dist-lib/forms/CheckboxGroup.js +42 -0
- package/dist-lib/forms/CheckboxGroup.js.map +1 -0
- package/dist-lib/forms/ClearableAutoComplete.cjs +2 -0
- package/dist-lib/forms/ClearableAutoComplete.cjs.map +1 -0
- package/dist-lib/forms/ClearableAutoComplete.js +27 -0
- package/dist-lib/forms/ClearableAutoComplete.js.map +1 -0
- package/dist-lib/forms/ClearableCascader.cjs +2 -0
- package/dist-lib/forms/ClearableCascader.cjs.map +1 -0
- package/dist-lib/forms/ClearableCascader.js +27 -0
- package/dist-lib/forms/ClearableCascader.js.map +1 -0
- package/dist-lib/forms/ClearableCheckbox.cjs +2 -0
- package/dist-lib/forms/ClearableCheckbox.cjs.map +1 -0
- package/dist-lib/forms/ClearableCheckbox.js +23 -0
- package/dist-lib/forms/ClearableCheckbox.js.map +1 -0
- package/dist-lib/forms/ClearableColorPicker.cjs +2 -0
- package/dist-lib/forms/ClearableColorPicker.cjs.map +1 -0
- package/dist-lib/forms/ClearableColorPicker.js +22 -0
- package/dist-lib/forms/ClearableColorPicker.js.map +1 -0
- package/dist-lib/forms/ClearableDatePicker.cjs +2 -0
- package/dist-lib/forms/ClearableDatePicker.cjs.map +1 -0
- package/dist-lib/forms/ClearableDatePicker.js +27 -0
- package/dist-lib/forms/ClearableDatePicker.js.map +1 -0
- package/dist-lib/forms/ClearableInput.cjs +2 -0
- package/dist-lib/forms/ClearableInput.cjs.map +1 -0
- package/dist-lib/forms/ClearableInput.js +22 -0
- package/dist-lib/forms/ClearableInput.js.map +1 -0
- package/dist-lib/forms/ClearableInputNumber.cjs +2 -0
- package/dist-lib/forms/ClearableInputNumber.cjs.map +1 -0
- package/dist-lib/forms/ClearableInputNumber.js +27 -0
- package/dist-lib/forms/ClearableInputNumber.js.map +1 -0
- package/dist-lib/forms/ClearableMentions.cjs +2 -0
- package/dist-lib/forms/ClearableMentions.cjs.map +1 -0
- package/dist-lib/forms/ClearableMentions.js +27 -0
- package/dist-lib/forms/ClearableMentions.js.map +1 -0
- package/dist-lib/forms/ClearableRadio.cjs +2 -0
- package/dist-lib/forms/ClearableRadio.cjs.map +1 -0
- package/dist-lib/forms/ClearableRadio.js +23 -0
- package/dist-lib/forms/ClearableRadio.js.map +1 -0
- package/dist-lib/forms/ClearableRadioGroup.cjs +2 -0
- package/dist-lib/forms/ClearableRadioGroup.cjs.map +1 -0
- package/dist-lib/forms/ClearableRadioGroup.js +22 -0
- package/dist-lib/forms/ClearableRadioGroup.js.map +1 -0
- package/dist-lib/forms/ClearableRate.cjs +2 -0
- package/dist-lib/forms/ClearableRate.cjs.map +1 -0
- package/dist-lib/forms/ClearableRate.js +22 -0
- package/dist-lib/forms/ClearableRate.js.map +1 -0
- package/dist-lib/forms/ClearableSelect.cjs +2 -0
- package/dist-lib/forms/ClearableSelect.cjs.map +1 -0
- package/dist-lib/forms/ClearableSelect.js +27 -0
- package/dist-lib/forms/ClearableSelect.js.map +1 -0
- package/dist-lib/forms/ClearableSlider.cjs +2 -0
- package/dist-lib/forms/ClearableSlider.cjs.map +1 -0
- package/dist-lib/forms/ClearableSlider.js +23 -0
- package/dist-lib/forms/ClearableSlider.js.map +1 -0
- package/dist-lib/forms/ClearableSwitch.cjs +2 -0
- package/dist-lib/forms/ClearableSwitch.cjs.map +1 -0
- package/dist-lib/forms/ClearableSwitch.js +23 -0
- package/dist-lib/forms/ClearableSwitch.js.map +1 -0
- package/dist-lib/forms/ClearableTimePicker.cjs +2 -0
- package/dist-lib/forms/ClearableTimePicker.cjs.map +1 -0
- package/dist-lib/forms/ClearableTimePicker.js +27 -0
- package/dist-lib/forms/ClearableTimePicker.js.map +1 -0
- package/dist-lib/forms/ClearableTransfer.cjs +200 -0
- package/dist-lib/forms/ClearableTransfer.cjs.map +1 -0
- package/dist-lib/forms/ClearableTransfer.js +337 -0
- package/dist-lib/forms/ClearableTransfer.js.map +1 -0
- package/dist-lib/forms/ClearableTreeSelect.cjs +2 -0
- package/dist-lib/forms/ClearableTreeSelect.cjs.map +1 -0
- package/dist-lib/forms/ClearableTreeSelect.js +27 -0
- package/dist-lib/forms/ClearableTreeSelect.js.map +1 -0
- package/dist-lib/forms/ClearableUpload.cjs +111 -0
- package/dist-lib/forms/ClearableUpload.cjs.map +1 -0
- package/dist-lib/forms/ClearableUpload.js +187 -0
- package/dist-lib/forms/ClearableUpload.js.map +1 -0
- package/dist-lib/forms/ColorPicker.cjs +2 -0
- package/dist-lib/forms/ColorPicker.cjs.map +1 -0
- package/dist-lib/forms/ColorPicker.js +42 -0
- package/dist-lib/forms/ColorPicker.js.map +1 -0
- package/dist-lib/forms/DatePicker.cjs +1 -0
- package/dist-lib/forms/DatePicker.js +2 -0
- package/dist-lib/forms/FieldSetShell.cjs +2 -0
- package/dist-lib/forms/FieldSetShell.cjs.map +1 -0
- package/dist-lib/forms/FieldSetShell.js +87 -0
- package/dist-lib/forms/FieldSetShell.js.map +1 -0
- package/dist-lib/forms/FieldShell.cjs +2 -0
- package/dist-lib/forms/FieldShell.cjs.map +1 -0
- package/dist-lib/forms/FieldShell.js +93 -0
- package/dist-lib/forms/FieldShell.js.map +1 -0
- package/dist-lib/forms/Form.cjs +244 -0
- package/dist-lib/forms/Form.cjs.map +1 -0
- package/dist-lib/forms/Form.js +357 -0
- package/dist-lib/forms/Form.js.map +1 -0
- package/dist-lib/forms/FormError.cjs +2 -0
- package/dist-lib/forms/FormError.cjs.map +1 -0
- package/dist-lib/forms/FormError.js +41 -0
- package/dist-lib/forms/FormError.js.map +1 -0
- package/dist-lib/forms/FormSuccess.cjs +2 -0
- package/dist-lib/forms/FormSuccess.cjs.map +1 -0
- package/dist-lib/forms/FormSuccess.js +42 -0
- package/dist-lib/forms/FormSuccess.js.map +1 -0
- package/dist-lib/forms/FormWarning.cjs +2 -0
- package/dist-lib/forms/FormWarning.cjs.map +1 -0
- package/dist-lib/forms/FormWarning.js +42 -0
- package/dist-lib/forms/FormWarning.js.map +1 -0
- package/dist-lib/forms/Input.cjs +295 -0
- package/dist-lib/forms/Input.cjs.map +1 -0
- package/dist-lib/forms/Input.js +358 -0
- package/dist-lib/forms/Input.js.map +1 -0
- package/dist-lib/forms/InputNumber.cjs +1 -0
- package/dist-lib/forms/InputNumber.js +2 -0
- package/dist-lib/forms/Mentions.cjs +40 -0
- package/dist-lib/forms/Mentions.cjs.map +1 -0
- package/dist-lib/forms/Mentions.js +126 -0
- package/dist-lib/forms/Mentions.js.map +1 -0
- package/dist-lib/forms/PasswordInput.cjs +2 -0
- package/dist-lib/forms/PasswordInput.cjs.map +1 -0
- package/dist-lib/forms/PasswordInput.js +56 -0
- package/dist-lib/forms/PasswordInput.js.map +1 -0
- package/dist-lib/forms/Radio.cjs +2 -0
- package/dist-lib/forms/Radio.cjs.map +1 -0
- package/dist-lib/forms/Radio.js +43 -0
- package/dist-lib/forms/Radio.js.map +1 -0
- package/dist-lib/forms/RadioGroup.cjs +2 -0
- package/dist-lib/forms/RadioGroup.cjs.map +1 -0
- package/dist-lib/forms/RadioGroup.js +42 -0
- package/dist-lib/forms/RadioGroup.js.map +1 -0
- package/dist-lib/forms/Rate.cjs +2 -0
- package/dist-lib/forms/Rate.cjs.map +1 -0
- package/dist-lib/forms/Rate.js +42 -0
- package/dist-lib/forms/Rate.js.map +1 -0
- package/dist-lib/forms/Select.cjs +2 -0
- package/dist-lib/forms/Select.cjs.map +1 -0
- package/dist-lib/forms/Select.js +72 -0
- package/dist-lib/forms/Select.js.map +1 -0
- package/dist-lib/forms/Slider.cjs +2 -0
- package/dist-lib/forms/Slider.cjs.map +1 -0
- package/dist-lib/forms/Slider.js +43 -0
- package/dist-lib/forms/Slider.js.map +1 -0
- package/dist-lib/forms/Switch.cjs +117 -0
- package/dist-lib/forms/Switch.cjs.map +1 -0
- package/dist-lib/forms/Switch.js +209 -0
- package/dist-lib/forms/Switch.js.map +1 -0
- package/dist-lib/forms/TimePicker.cjs +1 -0
- package/dist-lib/forms/TimePicker.js +2 -0
- package/dist-lib/forms/TreeSelect.cjs +2 -0
- package/dist-lib/forms/TreeSelect.cjs.map +1 -0
- package/dist-lib/forms/TreeSelect.js +45 -0
- package/dist-lib/forms/TreeSelect.js.map +1 -0
- package/dist-lib/forms/clearUtils.cjs +2 -0
- package/dist-lib/forms/clearUtils.cjs.map +1 -0
- package/dist-lib/forms/clearUtils.js +16 -0
- package/dist-lib/forms/clearUtils.js.map +1 -0
- package/dist-lib/forms/index.cjs +1 -0
- package/dist-lib/forms/index.js +52 -0
- package/dist-lib/forms/validation.cjs +2 -0
- package/dist-lib/forms/validation.cjs.map +1 -0
- package/dist-lib/forms/validation.js +68 -0
- package/dist-lib/forms/validation.js.map +1 -0
- package/dist-lib/index.cjs +1 -7307
- package/dist-lib/index.js +91 -9807
- package/dist-lib/navigation/Anchor.cjs +10 -0
- package/dist-lib/navigation/Anchor.cjs.map +1 -0
- package/dist-lib/navigation/Anchor.js +32 -0
- package/dist-lib/navigation/Anchor.js.map +1 -0
- package/dist-lib/navigation/Breadcrumb.cjs +130 -0
- package/dist-lib/navigation/Breadcrumb.cjs.map +1 -0
- package/dist-lib/navigation/Breadcrumb.js +217 -0
- package/dist-lib/navigation/Breadcrumb.js.map +1 -0
- package/dist-lib/navigation/Dropdown.cjs +1 -0
- package/dist-lib/navigation/Dropdown.js +2 -0
- package/dist-lib/navigation/Menu.cjs +177 -0
- package/dist-lib/navigation/Menu.cjs.map +1 -0
- package/dist-lib/navigation/Menu.js +258 -0
- package/dist-lib/navigation/Menu.js.map +1 -0
- package/dist-lib/navigation/Pagination.cjs +370 -0
- package/dist-lib/navigation/Pagination.cjs.map +1 -0
- package/dist-lib/navigation/Pagination.js +505 -0
- package/dist-lib/navigation/Pagination.js.map +1 -0
- package/dist-lib/navigation/Steps.cjs +1 -0
- package/dist-lib/navigation/Steps.js +2 -0
- package/dist-lib/navigation/Tabs.cjs +162 -0
- package/dist-lib/navigation/Tabs.cjs.map +1 -0
- package/dist-lib/navigation/Tabs.js +249 -0
- package/dist-lib/navigation/Tabs.js.map +1 -0
- package/dist-lib/navigation/index.cjs +1 -0
- package/dist-lib/navigation/index.js +8 -0
- package/dist-lib/selectStyles-BFeXUMpO.cjs +1027 -0
- package/dist-lib/selectStyles-BFeXUMpO.cjs.map +1 -0
- package/dist-lib/selectStyles-C8j5Vvgp.js +1037 -0
- package/dist-lib/selectStyles-C8j5Vvgp.js.map +1 -0
- package/dist-lib/theme.cjs +2 -1
- package/dist-lib/theme.cjs.map +1 -0
- package/dist-lib/theme.js +1656 -2
- package/dist-lib/theme.js.map +1 -0
- package/dist-lib/types/ds/display/Avatar.d.ts +37 -0
- package/dist-lib/types/ds/display/Avatar.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Avatar.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Avatar.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Badge.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Badge.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Calendar.d.ts +38 -0
- package/dist-lib/types/ds/display/Calendar.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Calendar.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Calendar.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Card.d.ts +20 -0
- package/dist-lib/types/ds/display/Card.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Card.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Card.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Collapse.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Collapse.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Descriptions.d.ts +16 -0
- package/dist-lib/types/ds/display/Descriptions.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Descriptions.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Descriptions.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Empty.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Empty.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Icon.d.ts +43 -0
- package/dist-lib/types/ds/display/Icon.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Icon.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Icon.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Image.d.ts +20 -0
- package/dist-lib/types/ds/display/Image.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Image.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Image.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/List.d.ts +14 -0
- package/dist-lib/types/ds/display/List.d.ts.map +1 -0
- package/dist-lib/types/ds/display/List.test.d.ts +2 -0
- package/dist-lib/types/ds/display/List.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Popover.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Popover.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Segmented.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Segmented.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Statistic.d.ts +25 -0
- package/dist-lib/types/ds/display/Statistic.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Statistic.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Statistic.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Table.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Table.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Tag.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Tag.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Timeline.d.ts +32 -0
- package/dist-lib/types/ds/display/Timeline.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Timeline.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Timeline.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Tooltip.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Tooltip.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Tree.d.ts +59 -0
- package/dist-lib/types/ds/display/Tree.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Tree.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Tree.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Typography.d.ts +26 -0
- package/dist-lib/types/ds/display/Typography.d.ts.map +1 -0
- package/dist-lib/types/ds/display/Typography.test.d.ts +2 -0
- package/dist-lib/types/ds/display/Typography.test.d.ts.map +1 -0
- package/dist-lib/types/ds/display/index.d.ts +11 -0
- package/dist-lib/types/ds/display/index.d.ts.map +1 -1
- package/dist-lib/types/ds/feedback/Drawer.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Drawer.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/FloatButton.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/FloatButton.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Message.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Message.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Modal.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Modal.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Notification.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Notification.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Popconfirm.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Popconfirm.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Progress.d.ts +30 -0
- package/dist-lib/types/ds/feedback/Progress.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Progress.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Progress.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Result.d.ts +20 -0
- package/dist-lib/types/ds/feedback/Result.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Result.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Result.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Skeleton.d.ts +25 -0
- package/dist-lib/types/ds/feedback/Skeleton.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Skeleton.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Skeleton.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Spin.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Spin.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Tour.d.ts +14 -0
- package/dist-lib/types/ds/feedback/Tour.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/Tour.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/Tour.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/feedbackIcons.test.d.ts +2 -0
- package/dist-lib/types/ds/feedback/feedbackIcons.test.d.ts.map +1 -0
- package/dist-lib/types/ds/feedback/index.d.ts +4 -0
- package/dist-lib/types/ds/feedback/index.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleCheckboxGroup.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleCheckboxGroup.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessibleCheckboxGroup.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AccessibleDatePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleDatePicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessibleDatePicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AccessiblePasswordInput.d.ts +4 -12
- package/dist-lib/types/ds/forms/AccessiblePasswordInput.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessiblePasswordInput.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessiblePasswordInput.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AccessibleRadioGroup.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleRadioGroup.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessibleRadioGroup.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AccessibleSelect.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleSelect.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessibleSelect.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AccessibleSwitch.d.ts +1 -1
- package/dist-lib/types/ds/forms/AccessibleSwitch.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AccessibleSwitch.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AccessibleSwitch.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/AutoComplete.d.ts +5 -1
- package/dist-lib/types/ds/forms/AutoComplete.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/AutoComplete.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/AutoComplete.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Button.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Button.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Cascader.d.ts +6 -2
- package/dist-lib/types/ds/forms/Cascader.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Cascader.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Cascader.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Checkbox.d.ts +7 -1
- package/dist-lib/types/ds/forms/Checkbox.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Checkbox.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Checkbox.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/CheckboxGroup.d.ts +13 -0
- package/dist-lib/types/ds/forms/CheckboxGroup.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/CheckboxGroup.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/CheckboxGroup.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableAutoComplete.d.ts +1 -1
- package/dist-lib/types/ds/forms/ClearableAutoComplete.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableAutoComplete.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableAutoComplete.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableCascader.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableCascader.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableCascader.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableCheckbox.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableCheckbox.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableCheckbox.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableColorPicker.d.ts +2 -3
- package/dist-lib/types/ds/forms/ClearableColorPicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableColorPicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableColorPicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableDatePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableDatePicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableDatePicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableInput.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableInput.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableInput.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableInputNumber.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableInputNumber.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableInputNumber.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableMentions.d.ts +2 -4
- package/dist-lib/types/ds/forms/ClearableMentions.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableMentions.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableMentions.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableRadio.d.ts +1 -1
- package/dist-lib/types/ds/forms/ClearableRadio.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableRadio.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableRadio.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableRadioGroup.d.ts +2 -2
- package/dist-lib/types/ds/forms/ClearableRadioGroup.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableRadioGroup.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableRadioGroup.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableRate.d.ts +2 -4
- package/dist-lib/types/ds/forms/ClearableRate.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableRate.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableRate.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableSelect.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableSelect.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableSelect.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableSlider.d.ts +1 -2
- package/dist-lib/types/ds/forms/ClearableSlider.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableSlider.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableSlider.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableSwitch.d.ts +1 -1
- package/dist-lib/types/ds/forms/ClearableSwitch.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableSwitch.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableSwitch.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableTimePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableTimePicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableTimePicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableTransfer.d.ts +13 -7
- package/dist-lib/types/ds/forms/ClearableTransfer.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableTransfer.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableTransfer.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableTreeSelect.d.ts +2 -2
- package/dist-lib/types/ds/forms/ClearableTreeSelect.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableTreeSelect.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableTreeSelect.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ClearableUpload.d.ts +13 -7
- package/dist-lib/types/ds/forms/ClearableUpload.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/ClearableUpload.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ClearableUpload.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ColorPicker.d.ts +11 -0
- package/dist-lib/types/ds/forms/ColorPicker.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/ColorPicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/ColorPicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/DatePicker.d.ts +5 -2
- package/dist-lib/types/ds/forms/DatePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/DatePicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/DatePicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FieldSetShell.d.ts +6 -1
- package/dist-lib/types/ds/forms/FieldSetShell.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/FieldSetShell.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/FieldSetShell.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FieldShell.d.ts +6 -2
- package/dist-lib/types/ds/forms/FieldShell.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/FieldShell.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/FieldShell.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Form.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Form.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FormError.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/FormError.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FormSuccess.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/FormSuccess.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/FormWarning.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/FormWarning.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Input.d.ts +6 -2
- package/dist-lib/types/ds/forms/Input.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Input.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Input.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/InputNumber.d.ts +6 -1
- package/dist-lib/types/ds/forms/InputNumber.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/InputNumber.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/InputNumber.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Mentions.d.ts +11 -0
- package/dist-lib/types/ds/forms/Mentions.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Mentions.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Mentions.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/PasswordInput.d.ts +13 -0
- package/dist-lib/types/ds/forms/PasswordInput.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/PasswordInput.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/PasswordInput.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Radio.d.ts +10 -0
- package/dist-lib/types/ds/forms/Radio.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Radio.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Radio.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/RadioGroup.d.ts +11 -0
- package/dist-lib/types/ds/forms/RadioGroup.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/RadioGroup.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/RadioGroup.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Rate.d.ts +10 -0
- package/dist-lib/types/ds/forms/Rate.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Rate.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Rate.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Select.d.ts +6 -1
- package/dist-lib/types/ds/forms/Select.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Select.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Select.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Slider.d.ts +11 -0
- package/dist-lib/types/ds/forms/Slider.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Slider.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Slider.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Switch.d.ts +5 -1
- package/dist-lib/types/ds/forms/Switch.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/Switch.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Switch.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/TimePicker.d.ts +4 -1
- package/dist-lib/types/ds/forms/TimePicker.d.ts.map +1 -1
- package/dist-lib/types/ds/forms/TimePicker.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/TimePicker.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Transfer.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Transfer.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/TreeSelect.d.ts +11 -0
- package/dist-lib/types/ds/forms/TreeSelect.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/TreeSelect.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/TreeSelect.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/Upload.test.d.ts +2 -0
- package/dist-lib/types/ds/forms/Upload.test.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/fieldProps.d.ts +17 -0
- package/dist-lib/types/ds/forms/fieldProps.d.ts.map +1 -0
- package/dist-lib/types/ds/forms/index.d.ts +9 -0
- package/dist-lib/types/ds/forms/index.d.ts.map +1 -1
- package/dist-lib/types/ds/navigation/Anchor.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Anchor.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Breadcrumb.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Breadcrumb.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Dropdown.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Dropdown.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Menu.d.ts +13 -0
- package/dist-lib/types/ds/navigation/Menu.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Menu.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Menu.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Pagination.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Pagination.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Steps.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Steps.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/Tabs.test.d.ts +2 -0
- package/dist-lib/types/ds/navigation/Tabs.test.d.ts.map +1 -0
- package/dist-lib/types/ds/navigation/index.d.ts +1 -0
- package/dist-lib/types/ds/navigation/index.d.ts.map +1 -1
- package/dist-lib/types/test/contracts/componentContracts.d.ts +3 -0
- package/dist-lib/types/test/contracts/componentContracts.d.ts.map +1 -0
- package/dist-lib/types/test/contracts/formControlContracts.d.ts +5 -0
- package/dist-lib/types/test/contracts/formControlContracts.d.ts.map +1 -0
- package/dist-lib/types/test/renderWithProviders.d.ts +3 -0
- package/dist-lib/types/test/renderWithProviders.d.ts.map +1 -0
- package/dist-lib/types/theme/ontadaTheme.d.ts +694 -0
- package/dist-lib/types/theme/ontadaTheme.d.ts.map +1 -1
- package/dist-lib/types/utils/useCustomIcon.d.ts.map +1 -1
- package/dist-lib/useCustomIcon-B-VUK-84.js +541 -0
- package/dist-lib/useCustomIcon-B-VUK-84.js.map +1 -0
- package/dist-lib/useCustomIcon-DbSB56Pd.cjs +1364 -0
- package/dist-lib/useCustomIcon-DbSB56Pd.cjs.map +1 -0
- package/package.json +90 -10
- package/dist-lib/index.cjs.map +0 -1
- package/dist-lib/index.js.map +0 -1
- package/dist-lib/ontadaTheme-DEEJ31G9.cjs +0 -2
- package/dist-lib/ontadaTheme-DEEJ31G9.cjs.map +0 -1
- package/dist-lib/ontadaTheme-DoyP_6uO.js +0 -1022
- package/dist-lib/ontadaTheme-DoyP_6uO.js.map +0 -1
|
@@ -0,0 +1,1027 @@
|
|
|
1
|
+
const e=require(`./core-bPY3ouxp.cjs`),t=require(`./theme.cjs`);var n=`ds-select-styles`,r=`ds-select`,i=`ds-select-readonly`,a=`ds-select-force-hover`,o=`ds-select-force-focus`,s=`ds-select-dropdown`,c=`ds-select-dropdown-checkboxes`,l=`ds-select-dropdown-multi`,u=(...e)=>e.filter(Boolean).join(` `).trim(),d=()=>{if(typeof document>`u`)return;let{input:u}=t.dsSemanticTokens,d=document.getElementById(n);d||(d=document.createElement(`style`),d.id=n,document.head.appendChild(d)),d.textContent=`
|
|
2
|
+
.${r}.ant-select {
|
|
3
|
+
border-color: ${u.border.default} !important;
|
|
4
|
+
border-width: ${u.border.widthDefault} !important;
|
|
5
|
+
border-style: solid !important;
|
|
6
|
+
border-radius: ${u.border.radius} !important;
|
|
7
|
+
background-color: ${u.background.default} !important;
|
|
8
|
+
font-family: var(--ant-font-family, 'Nunito', sans-serif) !important;
|
|
9
|
+
box-shadow: none !important;
|
|
10
|
+
transition: none !important;
|
|
11
|
+
display: inline-flex !important;
|
|
12
|
+
align-items: center !important;
|
|
13
|
+
box-sizing: border-box !important;
|
|
14
|
+
overflow: hidden !important;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.${r}.ant-select .ant-select-selector {
|
|
18
|
+
width: 100% !important;
|
|
19
|
+
height: 100% !important;
|
|
20
|
+
min-height: 100% !important;
|
|
21
|
+
padding: 0 !important;
|
|
22
|
+
border: 0 !important;
|
|
23
|
+
border-radius: ${u.border.radius} !important;
|
|
24
|
+
background: transparent !important;
|
|
25
|
+
box-shadow: none !important;
|
|
26
|
+
display: flex !important;
|
|
27
|
+
align-items: center !important;
|
|
28
|
+
box-sizing: border-box !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.${r}.ant-select.ant-select-outlined {
|
|
32
|
+
border: ${u.border.widthDefault} solid ${u.border.default} !important;
|
|
33
|
+
box-shadow: none !important;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.${r}.ant-select .ant-select-content {
|
|
37
|
+
display: flex !important;
|
|
38
|
+
height: 100% !important;
|
|
39
|
+
min-height: 0 !important;
|
|
40
|
+
padding: 0 !important;
|
|
41
|
+
font-family: var(--ant-font-family, 'Nunito', sans-serif) !important;
|
|
42
|
+
font-size: 14px !important;
|
|
43
|
+
line-height: 18px !important;
|
|
44
|
+
align-items: center !important;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.${r}.ant-select .ant-select-content.ant-select-content-has-value {
|
|
48
|
+
display: flex !important;
|
|
49
|
+
align-items: center !important;
|
|
50
|
+
height: 100% !important;
|
|
51
|
+
min-height: 0 !important;
|
|
52
|
+
line-height: 18px !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.${r}.ant-select.ant-select-multiple .ant-select-content {
|
|
56
|
+
min-height: 32px !important;
|
|
57
|
+
height: 32px !important;
|
|
58
|
+
margin: 0 !important;
|
|
59
|
+
align-items: center !important;
|
|
60
|
+
display: flex !important;
|
|
61
|
+
flex-wrap: nowrap !important;
|
|
62
|
+
overflow: hidden !important;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.${r}.ant-select.ant-select-multiple .ant-select-selection-item {
|
|
66
|
+
display: inline-flex !important;
|
|
67
|
+
align-items: center !important;
|
|
68
|
+
min-height: 18px !important;
|
|
69
|
+
height: auto !important;
|
|
70
|
+
line-height: 18px !important;
|
|
71
|
+
margin: 0 4px 0 0 !important;
|
|
72
|
+
padding: 0 !important;
|
|
73
|
+
box-sizing: border-box !important;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.${r}.ant-select.ant-select-multiple .ant-select-selection-item-content {
|
|
77
|
+
display: inline-flex !important;
|
|
78
|
+
align-items: center !important;
|
|
79
|
+
line-height: 18px !important;
|
|
80
|
+
margin: 0 !important;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.${r}.ant-select.ant-select-multiple .ant-select-selection-item-remove {
|
|
84
|
+
display: inline-flex !important;
|
|
85
|
+
align-items: center !important;
|
|
86
|
+
height: 18px !important;
|
|
87
|
+
margin: 0 !important;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.${r}.ant-select .ant-select-content .ant-select-placeholder,
|
|
91
|
+
.${r}.ant-select .ant-select-placeholder {
|
|
92
|
+
font-family: var(--ant-font-family, 'Nunito', sans-serif) !important;
|
|
93
|
+
color: ${u.text.placeholder} !important;
|
|
94
|
+
opacity: 1 !important;
|
|
95
|
+
font-size: 14px !important;
|
|
96
|
+
line-height: 18px !important;
|
|
97
|
+
font-weight: 400 !important;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.${r}.ant-select .ant-select-content .ant-select-selection-item,
|
|
101
|
+
.${r}.ant-select .ant-select-selection-item {
|
|
102
|
+
font-family: var(--ant-font-family, 'Nunito', sans-serif) !important;
|
|
103
|
+
color: ${u.text.focus} !important;
|
|
104
|
+
font-size: 14px !important;
|
|
105
|
+
line-height: 18px !important;
|
|
106
|
+
font-weight: 400 !important;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.${r}.ant-select .ant-select-selection-search-input,
|
|
110
|
+
.${r}.ant-select .ant-select-selection-search-input input {
|
|
111
|
+
font-family: var(--ant-font-family, 'Nunito', sans-serif) !important;
|
|
112
|
+
border: none !important;
|
|
113
|
+
outline: none !important;
|
|
114
|
+
box-shadow: none !important;
|
|
115
|
+
background: transparent !important;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.${r}.ant-select .ant-select-suffix,
|
|
119
|
+
.${r}.ant-select .ant-select-suffix .anticon {
|
|
120
|
+
color: ${u.text.focus} !important;
|
|
121
|
+
font-size: 10px !important;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.${r}.ant-select .ant-select-suffix svg {
|
|
125
|
+
width: 10px !important;
|
|
126
|
+
height: 10px !important;
|
|
127
|
+
display: block;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.${r}.ant-select:not(.ant-select-disabled):hover,
|
|
131
|
+
.${r}.ant-select.ant-select-outlined:not(.ant-select-disabled):hover {
|
|
132
|
+
border: ${u.border.widthDefault} solid ${u.border.hover} !important;
|
|
133
|
+
box-shadow: none !important;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.${r}.ant-select.${a}:not(.ant-select-disabled):not(.${i}) {
|
|
137
|
+
border: ${u.border.widthDefault} solid ${u.border.hover} !important;
|
|
138
|
+
box-shadow: none !important;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.${r}.ant-select.ant-select-focused,
|
|
142
|
+
.${r}.ant-select.ant-select-open {
|
|
143
|
+
border-color: ${u.border.focus} !important;
|
|
144
|
+
border-width: ${u.border.widthFocus} !important;
|
|
145
|
+
border-style: solid !important;
|
|
146
|
+
box-shadow: none !important;
|
|
147
|
+
outline: none !important;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.${r}.ant-select.ant-select-outlined.ant-select-focused,
|
|
151
|
+
.${r}.ant-select.ant-select-outlined.ant-select-open {
|
|
152
|
+
border-color: ${u.border.focus} !important;
|
|
153
|
+
border-width: ${u.border.widthFocus} !important;
|
|
154
|
+
border-style: solid !important;
|
|
155
|
+
box-shadow: none !important;
|
|
156
|
+
outline: none !important;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.${r}.ant-select.ant-select-outlined.ant-select-focused:hover,
|
|
160
|
+
.${r}.ant-select.ant-select-outlined.ant-select-open:hover,
|
|
161
|
+
.${r}.ant-select.ant-select-outlined.ant-select-focused:focus-within,
|
|
162
|
+
.${r}.ant-select.ant-select-outlined.ant-select-open:focus-within {
|
|
163
|
+
border-color: ${u.border.focus} !important;
|
|
164
|
+
border-width: ${u.border.widthFocus} !important;
|
|
165
|
+
border-style: solid !important;
|
|
166
|
+
box-shadow: none !important;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.${r}.ant-select.${o}:not(.ant-select-disabled):not(.${i}) {
|
|
170
|
+
border-color: ${u.border.focus} !important;
|
|
171
|
+
border-width: ${u.border.widthFocus} !important;
|
|
172
|
+
border-style: solid !important;
|
|
173
|
+
box-shadow: none !important;
|
|
174
|
+
outline: none !important;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.${r}.ant-select .ant-select-selector,
|
|
178
|
+
.${r}.ant-select:focus-within,
|
|
179
|
+
.${r}.ant-select [role='combobox']:focus,
|
|
180
|
+
.${r}.ant-select [role='combobox']:focus-visible {
|
|
181
|
+
outline: none !important;
|
|
182
|
+
box-shadow: none !important;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.${r}.ant-select [role='combobox'] {
|
|
186
|
+
line-height: 18px !important;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.${r}.ant-select.ant-select-open .ant-select-suffix .anticon,
|
|
190
|
+
.${r}.ant-select.ant-select-focused .ant-select-suffix .anticon {
|
|
191
|
+
transform: none !important;
|
|
192
|
+
color: ${u.text.focus} !important;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.${r}.ant-select.ant-select-focused .ant-select-content .ant-select-placeholder,
|
|
196
|
+
.${r}.ant-select.ant-select-open .ant-select-content .ant-select-placeholder,
|
|
197
|
+
.${r}.ant-select.ant-select-focused .ant-select-content .ant-select-selection-item,
|
|
198
|
+
.${r}.ant-select.ant-select-open .ant-select-content .ant-select-selection-item {
|
|
199
|
+
color: ${e.t.text.strong} !important;
|
|
200
|
+
font-weight: 600 !important;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.${r}.ant-select.${o}:not(.ant-select-disabled):not(.${i}) .ant-select-content .ant-select-placeholder,
|
|
204
|
+
.${r}.ant-select.${o}:not(.ant-select-disabled):not(.${i}) .ant-select-content .ant-select-selection-item {
|
|
205
|
+
color: ${e.t.text.strong} !important;
|
|
206
|
+
font-weight: 600 !important;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.${r}.ant-select.ant-select-status-error {
|
|
210
|
+
border-color: ${u.border.error} !important;
|
|
211
|
+
box-shadow: none !important;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.${r}.ant-select.ant-select-status-warning {
|
|
215
|
+
border-color: ${e.t.status.warning} !important;
|
|
216
|
+
box-shadow: none !important;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.${r}.ant-select.ant-select-status-success {
|
|
220
|
+
border-color: ${u.border.success} !important;
|
|
221
|
+
box-shadow: none !important;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.${r}.ant-select.ant-select-disabled {
|
|
225
|
+
background-color: ${u.background.disabled} !important;
|
|
226
|
+
border-color: transparent !important;
|
|
227
|
+
box-shadow: none !important;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.${r}.ant-select.ant-select-disabled .ant-select-selection-item,
|
|
231
|
+
.${r}.ant-select.ant-select-disabled .ant-select-selection-placeholder,
|
|
232
|
+
.${r}.ant-select.ant-select-disabled .ant-select-arrow {
|
|
233
|
+
color: ${u.text.disabled} !important;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.${r}.ant-select.${i}:not(.ant-select-disabled) {
|
|
237
|
+
background-color: ${u.background.readOnly} !important;
|
|
238
|
+
border-color: ${u.border.default} !important;
|
|
239
|
+
box-shadow: none !important;
|
|
240
|
+
cursor: default !important;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.${r}.ant-select.${i}:not(.ant-select-disabled) .ant-select-selector {
|
|
244
|
+
background-color: ${u.background.readOnly} !important;
|
|
245
|
+
background: ${u.background.readOnly} !important;
|
|
246
|
+
box-shadow: none !important;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.${r}.ant-select.${i}:not(.ant-select-disabled) .ant-select-selection-item,
|
|
250
|
+
.${r}.ant-select.${i}:not(.ant-select-disabled) .ant-select-selection-placeholder,
|
|
251
|
+
.${r}.ant-select.${i}:not(.ant-select-disabled) .ant-select-arrow {
|
|
252
|
+
color: ${u.text.readOnly} !important;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.${r}.ant-select.${i}:not(.ant-select-disabled):hover,
|
|
256
|
+
.${r}.ant-select.${i}:not(.ant-select-disabled).ant-select-focused,
|
|
257
|
+
.${r}.ant-select.${i}:not(.ant-select-disabled).ant-select-open {
|
|
258
|
+
border-color: ${u.border.default} !important;
|
|
259
|
+
box-shadow: none !important;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.${r}.ant-select.ant-select-sm {
|
|
263
|
+
min-height: ${u.height.small} !important;
|
|
264
|
+
height: ${u.height.small} !important;
|
|
265
|
+
padding: 0 ${u.padding.small.x} !important;
|
|
266
|
+
border-radius: ${u.border.radius} !important;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.${r}.ant-select.ant-select-sm .ant-select-content,
|
|
270
|
+
.${r}.ant-select.ant-select-sm .ant-select-selection-item,
|
|
271
|
+
.${r}.ant-select.ant-select-sm .ant-select-selection-placeholder {
|
|
272
|
+
height: 100% !important;
|
|
273
|
+
min-height: 0 !important;
|
|
274
|
+
line-height: 18px !important;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.${r}.ant-select {
|
|
278
|
+
min-height: ${u.height.middle} !important;
|
|
279
|
+
height: ${u.height.middle} !important;
|
|
280
|
+
padding: 0 ${u.padding.middle.x} !important;
|
|
281
|
+
border-radius: ${u.border.radius} !important;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.${r}.ant-select .ant-select-content,
|
|
285
|
+
.${r}.ant-select .ant-select-selection-item,
|
|
286
|
+
.${r}.ant-select .ant-select-selection-placeholder {
|
|
287
|
+
height: 100% !important;
|
|
288
|
+
min-height: 0 !important;
|
|
289
|
+
line-height: 18px !important;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.${r}.ant-select.ant-select-lg {
|
|
293
|
+
min-height: ${u.height.large} !important;
|
|
294
|
+
height: ${u.height.large} !important;
|
|
295
|
+
padding: 0 ${u.padding.large.x} !important;
|
|
296
|
+
border-radius: ${u.border.radius} !important;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.${r}.ant-select.ant-select-lg .ant-select-content,
|
|
300
|
+
.${r}.ant-select.ant-select-lg .ant-select-selection-item,
|
|
301
|
+
.${r}.ant-select.ant-select-lg .ant-select-selection-placeholder {
|
|
302
|
+
height: 100% !important;
|
|
303
|
+
min-height: 0 !important;
|
|
304
|
+
line-height: 18px !important;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.${s}.ant-select-dropdown {
|
|
308
|
+
border: 1px solid ${e.t.text.primary} !important;
|
|
309
|
+
border-radius: 4px !important;
|
|
310
|
+
background: ${e.t.text.inverse} !important;
|
|
311
|
+
--ant-select-option-active-bg: transparent;
|
|
312
|
+
--ant-select-option-selected-bg: ${e.t.accent.highlightSoft};
|
|
313
|
+
box-shadow: 0 4px 4px color-mix(in srgb, ${e.t.text.primary} 15%, transparent) !important;
|
|
314
|
+
overflow: hidden !important;
|
|
315
|
+
padding: 0 !important;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.${s}.ant-select-dropdown .ant-select-item {
|
|
319
|
+
border-bottom: 1px solid ${e.t.text.disabled} !important;
|
|
320
|
+
min-height: 34px !important;
|
|
321
|
+
padding: 8px 16px !important;
|
|
322
|
+
border-radius: 0 !important;
|
|
323
|
+
color: ${e.t.text.primary} !important;
|
|
324
|
+
font-family: var(--ant-font-family, 'Nunito', sans-serif) !important;
|
|
325
|
+
font-size: 14px !important;
|
|
326
|
+
line-height: 18px !important;
|
|
327
|
+
background: ${e.t.text.inverse} !important;
|
|
328
|
+
transition: none !important;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.${s}.ant-select-dropdown .ant-select-item-option-content {
|
|
332
|
+
color: inherit !important;
|
|
333
|
+
font-size: inherit !important;
|
|
334
|
+
line-height: inherit !important;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.${s}.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-selected),
|
|
338
|
+
.${s}.ant-select-dropdown .ant-select-item-option:not(.ant-select-item-option-selected):hover {
|
|
339
|
+
background: ${e.t.surface.canvas} !important;
|
|
340
|
+
background-color: ${e.t.surface.canvas} !important;
|
|
341
|
+
background-image: none !important;
|
|
342
|
+
color: ${e.t.text.strong} !important;
|
|
343
|
+
font-weight: 600 !important;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.${s}.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-selected) .ant-select-item-option-content,
|
|
347
|
+
.${s}.ant-select-dropdown .ant-select-item-option:not(.ant-select-item-option-selected):hover .ant-select-item-option-content {
|
|
348
|
+
background: transparent !important;
|
|
349
|
+
background-color: transparent !important;
|
|
350
|
+
background-image: none !important;
|
|
351
|
+
color: ${e.t.text.strong} !important;
|
|
352
|
+
font-weight: 600 !important;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.${s}.ant-select-dropdown .ant-select-item-option-selected {
|
|
356
|
+
background: ${e.t.accent.highlightSoft} !important;
|
|
357
|
+
background-color: ${e.t.accent.highlightSoft} !important;
|
|
358
|
+
background-image: none !important;
|
|
359
|
+
color: ${e.t.text.strong} !important;
|
|
360
|
+
font-weight: 600 !important;
|
|
361
|
+
position: relative;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.${s}.ant-select-dropdown .ant-select-item-option-selected.ant-select-item-option-active {
|
|
365
|
+
background: ${e.t.accent.highlightSoft} !important;
|
|
366
|
+
background-color: ${e.t.accent.highlightSoft} !important;
|
|
367
|
+
background-image: none !important;
|
|
368
|
+
color: ${e.t.text.strong} !important;
|
|
369
|
+
font-weight: 600 !important;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.${s}.${l}.ant-select-dropdown:not(.${c}) .ant-select-item-option-selected,
|
|
373
|
+
.${s}.${l}.ant-select-dropdown:not(.${c}) .ant-select-item-option-selected.ant-select-item-option-active,
|
|
374
|
+
.${s}.${l}.ant-select-dropdown:not(.${c}) .ant-select-item-option-selected:not(.ant-select-item-option-disabled),
|
|
375
|
+
.${s}.${l}.ant-select-dropdown:not(.${c}) .ant-select-item-option-selected.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
|
|
376
|
+
background: ${e.t.accent.highlightSoft} !important;
|
|
377
|
+
background-color: ${e.t.accent.highlightSoft} !important;
|
|
378
|
+
background-image: none !important;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.${s}.ant-select-dropdown:not(.${c}) .ant-select-item-option-selected::before {
|
|
382
|
+
content: '';
|
|
383
|
+
position: absolute;
|
|
384
|
+
left: 0;
|
|
385
|
+
top: 0;
|
|
386
|
+
bottom: 0;
|
|
387
|
+
width: 4px;
|
|
388
|
+
background: ${e.t.accent.highlight};
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.${s}.${l}.ant-select-dropdown .ant-select-item-option-state {
|
|
392
|
+
display: none !important;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.${s}.ant-select-dropdown .ant-empty {
|
|
396
|
+
margin: 0 !important;
|
|
397
|
+
padding: 12px 16px !important;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.${s}.ant-select-dropdown .ds-select-all-row {
|
|
401
|
+
display: flex !important;
|
|
402
|
+
align-items: center !important;
|
|
403
|
+
padding: 8px 16px !important;
|
|
404
|
+
border-bottom: 1px solid ${e.t.text.disabled} !important;
|
|
405
|
+
background: ${e.t.text.inverse} !important;
|
|
406
|
+
min-height: 38px !important;
|
|
407
|
+
box-sizing: border-box !important;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox-wrapper {
|
|
411
|
+
margin: 0 !important;
|
|
412
|
+
display: inline-flex !important;
|
|
413
|
+
align-items: center !important;
|
|
414
|
+
gap: 8px !important;
|
|
415
|
+
line-height: 18px !important;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox {
|
|
419
|
+
width: 18px !important;
|
|
420
|
+
height: 18px !important;
|
|
421
|
+
min-width: 18px !important;
|
|
422
|
+
min-height: 18px !important;
|
|
423
|
+
display: inline-flex !important;
|
|
424
|
+
align-items: center !important;
|
|
425
|
+
justify-content: center !important;
|
|
426
|
+
border-radius: 2px !important;
|
|
427
|
+
overflow: hidden !important;
|
|
428
|
+
background: transparent !important;
|
|
429
|
+
border: 0 !important;
|
|
430
|
+
color: transparent !important;
|
|
431
|
+
box-shadow: none !important;
|
|
432
|
+
position: relative !important;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox::before,
|
|
436
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox::after {
|
|
437
|
+
content: none !important;
|
|
438
|
+
display: none !important;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox-input {
|
|
442
|
+
appearance: none !important;
|
|
443
|
+
-webkit-appearance: none !important;
|
|
444
|
+
width: 18px !important;
|
|
445
|
+
height: 18px !important;
|
|
446
|
+
min-width: 18px !important;
|
|
447
|
+
min-height: 18px !important;
|
|
448
|
+
margin: 0 !important;
|
|
449
|
+
border: 1px solid ${e.t.text.muted} !important;
|
|
450
|
+
border-radius: 2px !important;
|
|
451
|
+
background: ${e.t.text.inverse} !important;
|
|
452
|
+
cursor: pointer !important;
|
|
453
|
+
position: relative !important;
|
|
454
|
+
box-sizing: border-box !important;
|
|
455
|
+
display: block !important;
|
|
456
|
+
inset: 0 !important;
|
|
457
|
+
z-index: 1 !important;
|
|
458
|
+
opacity: 1 !important;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox-input:checked,
|
|
462
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox-input:indeterminate,
|
|
463
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox-indeterminate .ant-checkbox-input {
|
|
464
|
+
border-color: ${e.t.brand.primary} !important;
|
|
465
|
+
background: ${e.t.brand.primary} !important;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox-input:checked::after {
|
|
469
|
+
content: '';
|
|
470
|
+
position: absolute;
|
|
471
|
+
width: 9px;
|
|
472
|
+
height: 5px;
|
|
473
|
+
left: 4px;
|
|
474
|
+
top: 4px;
|
|
475
|
+
border-left: 2px solid ${e.t.text.inverse};
|
|
476
|
+
border-bottom: 2px solid ${e.t.text.inverse};
|
|
477
|
+
transform: rotate(-45deg);
|
|
478
|
+
box-sizing: border-box;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox-input:indeterminate::after,
|
|
482
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox-indeterminate .ant-checkbox-input::after {
|
|
483
|
+
content: '';
|
|
484
|
+
position: absolute;
|
|
485
|
+
width: 8px;
|
|
486
|
+
height: 2px;
|
|
487
|
+
left: 4px;
|
|
488
|
+
top: 8px;
|
|
489
|
+
background: ${e.t.text.inverse};
|
|
490
|
+
border-radius: 1px;
|
|
491
|
+
box-sizing: border-box;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox.ant-checkbox-indeterminate {
|
|
495
|
+
width: 18px !important;
|
|
496
|
+
height: 18px !important;
|
|
497
|
+
min-width: 18px !important;
|
|
498
|
+
min-height: 18px !important;
|
|
499
|
+
border: 0 !important;
|
|
500
|
+
border-radius: 2px !important;
|
|
501
|
+
background: transparent !important;
|
|
502
|
+
background-color: transparent !important;
|
|
503
|
+
color: transparent !important;
|
|
504
|
+
opacity: 1 !important;
|
|
505
|
+
filter: none !important;
|
|
506
|
+
box-shadow: none !important;
|
|
507
|
+
box-sizing: border-box !important;
|
|
508
|
+
position: relative !important;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox.ant-checkbox-indeterminate::after {
|
|
512
|
+
content: none !important;
|
|
513
|
+
display: none !important;
|
|
514
|
+
position: absolute !important;
|
|
515
|
+
width: 8px !important;
|
|
516
|
+
height: 2px !important;
|
|
517
|
+
left: 4px !important;
|
|
518
|
+
top: 8px !important;
|
|
519
|
+
background: ${e.t.text.inverse} !important;
|
|
520
|
+
border: 0 !important;
|
|
521
|
+
border-radius: 1px !important;
|
|
522
|
+
transform: none !important;
|
|
523
|
+
box-sizing: border-box !important;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.${s}.ant-select-dropdown .ds-select-all-row .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-input {
|
|
527
|
+
opacity: 1 !important;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.${s}.${c}.ant-select-dropdown {
|
|
531
|
+
background: ${e.t.text.inverse} !important;
|
|
532
|
+
--ant-select-option-active-bg: ${e.t.surface.canvas};
|
|
533
|
+
--ant-select-option-selected-bg: ${e.t.accent.highlightSoft};
|
|
534
|
+
border: 1px solid ${e.t.text.primary} !important;
|
|
535
|
+
border-radius: 4px !important;
|
|
536
|
+
box-shadow: 0 4px 4px color-mix(in srgb, ${e.t.text.primary} 15%, transparent) !important;
|
|
537
|
+
padding: 0 !important;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.${s}.${c}.ant-select-dropdown .ds-select-all-row {
|
|
541
|
+
padding: 16px 16px 7px !important;
|
|
542
|
+
background: ${e.t.text.inverse} !important;
|
|
543
|
+
display: flex !important;
|
|
544
|
+
flex-direction: column !important;
|
|
545
|
+
align-items: stretch !important;
|
|
546
|
+
min-height: 58px !important;
|
|
547
|
+
margin: 0 !important;
|
|
548
|
+
box-sizing: border-box !important;
|
|
549
|
+
border-bottom: 0 !important;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.${s}.${c}.ant-select-dropdown .ds-select-all-row .ant-checkbox-wrapper {
|
|
553
|
+
margin: 0 !important;
|
|
554
|
+
color: ${e.t.text.primary} !important;
|
|
555
|
+
font-size: 14px !important;
|
|
556
|
+
line-height: 18px !important;
|
|
557
|
+
display: inline-flex !important;
|
|
558
|
+
align-items: center !important;
|
|
559
|
+
gap: 8px !important;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.${s}.${c}.ant-select-dropdown .ds-select-all-divider {
|
|
563
|
+
height: 1px !important;
|
|
564
|
+
margin: 16px 0 0 !important;
|
|
565
|
+
background: ${e.t.text.disabled} !important;
|
|
566
|
+
width: 100% !important;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item {
|
|
570
|
+
min-height: 34px !important;
|
|
571
|
+
padding: 8px 16px !important;
|
|
572
|
+
border-bottom: 1px solid ${e.t.text.disabled} !important;
|
|
573
|
+
background: ${e.t.text.inverse} !important;
|
|
574
|
+
color: ${e.t.text.primary} !important;
|
|
575
|
+
font-size: 14px !important;
|
|
576
|
+
line-height: 18px !important;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item:last-child {
|
|
580
|
+
border-bottom: 0 !important;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-selected) {
|
|
584
|
+
background: ${e.t.surface.canvas} !important;
|
|
585
|
+
background-color: ${e.t.surface.canvas} !important;
|
|
586
|
+
background-image: none !important;
|
|
587
|
+
color: ${e.t.text.strong} !important;
|
|
588
|
+
font-weight: 600 !important;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-selected) .ant-select-item-option-content {
|
|
592
|
+
background: ${e.t.surface.canvas} !important;
|
|
593
|
+
background-color: ${e.t.surface.canvas} !important;
|
|
594
|
+
background-image: none !important;
|
|
595
|
+
color: ${e.t.text.strong} !important;
|
|
596
|
+
font-weight: 600 !important;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-selected) .ds-checkbox-option-content,
|
|
600
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-selected) .ant-checkbox-wrapper {
|
|
601
|
+
color: ${e.t.text.strong} !important;
|
|
602
|
+
font-weight: 600 !important;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected {
|
|
606
|
+
background: ${e.t.accent.highlightSoft} !important;
|
|
607
|
+
background-color: ${e.t.accent.highlightSoft} !important;
|
|
608
|
+
background-image: none !important;
|
|
609
|
+
color: ${e.t.text.primary} !important;
|
|
610
|
+
font-weight: 400 !important;
|
|
611
|
+
position: relative;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected.ant-select-item-option-active {
|
|
615
|
+
--ant-select-option-active-bg: transparent;
|
|
616
|
+
background: ${e.t.accent.highlightSoft} !important;
|
|
617
|
+
background-color: ${e.t.accent.highlightSoft} !important;
|
|
618
|
+
background-image: none !important;
|
|
619
|
+
color: ${e.t.text.primary} !important;
|
|
620
|
+
font-weight: 400 !important;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected .ant-select-item-option-content,
|
|
624
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected.ant-select-item-option-active .ant-select-item-option-content,
|
|
625
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected.ant-select-item-option-active .ds-checkbox-option-content,
|
|
626
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected.ant-select-item-option-active .ant-checkbox-wrapper {
|
|
627
|
+
background: transparent !important;
|
|
628
|
+
background-color: transparent !important;
|
|
629
|
+
background-image: none !important;
|
|
630
|
+
color: ${e.t.text.primary} !important;
|
|
631
|
+
font-weight: 400 !important;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected::before,
|
|
635
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected::after,
|
|
636
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected.ant-select-item-option-active::before,
|
|
637
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected.ant-select-item-option-active::after {
|
|
638
|
+
content: none !important;
|
|
639
|
+
display: none !important;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.${s}.${c}.ant-select-dropdown .ds-checkbox-option-content,
|
|
643
|
+
.${s}.${c}.ant-select-dropdown .ds-checkbox-option-content {
|
|
644
|
+
display: inline-flex !important;
|
|
645
|
+
align-items: center !important;
|
|
646
|
+
gap: 8px !important;
|
|
647
|
+
color: ${e.t.text.primary} !important;
|
|
648
|
+
font-size: 14px !important;
|
|
649
|
+
line-height: 18px !important;
|
|
650
|
+
width: 100% !important;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-inner {
|
|
654
|
+
display: none !important;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox {
|
|
658
|
+
width: 18px !important;
|
|
659
|
+
height: 18px !important;
|
|
660
|
+
min-width: 18px !important;
|
|
661
|
+
min-height: 18px !important;
|
|
662
|
+
display: inline-flex !important;
|
|
663
|
+
align-items: center !important;
|
|
664
|
+
justify-content: center !important;
|
|
665
|
+
border-radius: 2px !important;
|
|
666
|
+
overflow: hidden !important;
|
|
667
|
+
background: transparent !important;
|
|
668
|
+
border: 0 !important;
|
|
669
|
+
color: transparent !important;
|
|
670
|
+
box-shadow: none !important;
|
|
671
|
+
position: relative !important;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox::before,
|
|
675
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox::after {
|
|
676
|
+
content: none !important;
|
|
677
|
+
display: none !important;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-input {
|
|
681
|
+
appearance: none !important;
|
|
682
|
+
-webkit-appearance: none !important;
|
|
683
|
+
width: 18px !important;
|
|
684
|
+
height: 18px !important;
|
|
685
|
+
min-width: 18px !important;
|
|
686
|
+
min-height: 18px !important;
|
|
687
|
+
margin: 0 !important;
|
|
688
|
+
border: none !important;
|
|
689
|
+
border-radius: 2px !important;
|
|
690
|
+
background: ${e.t.text.inverse} !important;
|
|
691
|
+
cursor: pointer !important;
|
|
692
|
+
position: relative !important;
|
|
693
|
+
box-sizing: border-box !important;
|
|
694
|
+
display: block !important;
|
|
695
|
+
inset: 0 !important;
|
|
696
|
+
z-index: 1 !important;
|
|
697
|
+
opacity: 1 !important;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-input:checked {
|
|
701
|
+
border: none !important;
|
|
702
|
+
background: ${e.t.brand.primary} !important;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-input:checked::after {
|
|
706
|
+
content: '';
|
|
707
|
+
position: absolute;
|
|
708
|
+
width: 9px;
|
|
709
|
+
height: 5px;
|
|
710
|
+
left: 4px;
|
|
711
|
+
top: 4px;
|
|
712
|
+
border-left: 2px solid ${e.t.text.inverse};
|
|
713
|
+
border-bottom: 2px solid ${e.t.text.inverse};
|
|
714
|
+
transform: rotate(-45deg);
|
|
715
|
+
box-sizing: border-box;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-wrapper:hover .ant-checkbox-input,
|
|
719
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox:hover .ant-checkbox-input {
|
|
720
|
+
border-color: ${e.t.text.primary} !important;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected .ant-checkbox-wrapper:hover .ant-checkbox-input,
|
|
724
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected .ant-checkbox:hover .ant-checkbox-input,
|
|
725
|
+
.${s}.${c}.ant-select-dropdown .ant-select-item-option-selected .ant-checkbox-input:checked {
|
|
726
|
+
border-color: ${e.t.brand.primary} !important;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
/* Canonical checkbox visuals for checkbox-options dropdown:
|
|
730
|
+
keep Ant inner box visible (unchecked), and align check/indeterminate glyphs. */
|
|
731
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox {
|
|
732
|
+
position: relative !important;
|
|
733
|
+
width: 18px !important;
|
|
734
|
+
height: 18px !important;
|
|
735
|
+
min-width: 18px !important;
|
|
736
|
+
min-height: 18px !important;
|
|
737
|
+
display: inline-flex !important;
|
|
738
|
+
align-items: center !important;
|
|
739
|
+
justify-content: center !important;
|
|
740
|
+
border: 0 !important;
|
|
741
|
+
background: transparent !important;
|
|
742
|
+
box-shadow: none !important;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-inner {
|
|
746
|
+
display: block !important;
|
|
747
|
+
width: 18px !important;
|
|
748
|
+
height: 18px !important;
|
|
749
|
+
border: 1px solid ${e.t.text.muted} !important;
|
|
750
|
+
border-radius: 2px !important;
|
|
751
|
+
background: ${e.t.text.inverse} !important;
|
|
752
|
+
box-sizing: border-box !important;
|
|
753
|
+
position: relative !important;
|
|
754
|
+
top: 0 !important;
|
|
755
|
+
left: 0 !important;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-input {
|
|
759
|
+
position: absolute !important;
|
|
760
|
+
inset: 0 !important;
|
|
761
|
+
width: 18px !important;
|
|
762
|
+
height: 18px !important;
|
|
763
|
+
margin: 0 !important;
|
|
764
|
+
opacity: 0 !important;
|
|
765
|
+
cursor: pointer !important;
|
|
766
|
+
z-index: 2 !important;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-checked .ant-checkbox-inner {
|
|
770
|
+
border-color: ${e.t.brand.primary} !important;
|
|
771
|
+
background: ${e.t.brand.primary} !important;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
775
|
+
width: 5px !important;
|
|
776
|
+
height: 9px !important;
|
|
777
|
+
border: 0 solid ${e.t.text.inverse} !important;
|
|
778
|
+
border-top: 0 !important;
|
|
779
|
+
border-left: 0 !important;
|
|
780
|
+
border-right: 2px solid ${e.t.text.inverse} !important;
|
|
781
|
+
border-bottom: 2px solid ${e.t.text.inverse} !important;
|
|
782
|
+
transform: rotate(45deg) scale(1) !important;
|
|
783
|
+
position: absolute !important;
|
|
784
|
+
left: 5px !important;
|
|
785
|
+
top: 2px !important;
|
|
786
|
+
margin: 0 !important;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
790
|
+
border-color: ${e.t.brand.primary} !important;
|
|
791
|
+
background: ${e.t.brand.primary} !important;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
795
|
+
content: '' !important;
|
|
796
|
+
width: 8px !important;
|
|
797
|
+
height: 2px !important;
|
|
798
|
+
background: ${e.t.text.inverse} !important;
|
|
799
|
+
border: 0 !important;
|
|
800
|
+
border-radius: 1px !important;
|
|
801
|
+
position: absolute !important;
|
|
802
|
+
left: 50% !important;
|
|
803
|
+
top: 50% !important;
|
|
804
|
+
transform: translate(-50%, -50%) !important;
|
|
805
|
+
margin: 0 !important;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-wrapper:hover .ant-checkbox-inner,
|
|
809
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox:hover .ant-checkbox-inner {
|
|
810
|
+
border-color: ${e.t.text.primary} !important;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-checked:hover .ant-checkbox-inner,
|
|
814
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-indeterminate:hover .ant-checkbox-inner {
|
|
815
|
+
border-color: ${e.t.brand.primary} !important;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
/* Ant v5 checkbox markup in this project does not include .ant-checkbox-inner.
|
|
819
|
+
Render the checkbox box and glyph directly on .ant-checkbox for reliable parity. */
|
|
820
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox {
|
|
821
|
+
width: 18px !important;
|
|
822
|
+
height: 18px !important;
|
|
823
|
+
min-width: 18px !important;
|
|
824
|
+
min-height: 18px !important;
|
|
825
|
+
border: 1px solid ${e.t.text.muted} !important;
|
|
826
|
+
border-radius: 2px !important;
|
|
827
|
+
background: ${e.t.text.inverse} !important;
|
|
828
|
+
box-sizing: border-box !important;
|
|
829
|
+
display: inline-flex !important;
|
|
830
|
+
align-items: center !important;
|
|
831
|
+
justify-content: center !important;
|
|
832
|
+
position: relative !important;
|
|
833
|
+
overflow: hidden !important;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox::after {
|
|
837
|
+
content: none !important;
|
|
838
|
+
display: none !important;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-checked {
|
|
842
|
+
border-color: ${e.t.brand.primary} !important;
|
|
843
|
+
background: ${e.t.brand.primary} !important;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-checked::before {
|
|
847
|
+
content: '' !important;
|
|
848
|
+
position: absolute !important;
|
|
849
|
+
width: 5px !important;
|
|
850
|
+
height: 9px !important;
|
|
851
|
+
border-right: 2px solid ${e.t.text.inverse} !important;
|
|
852
|
+
border-bottom: 2px solid ${e.t.text.inverse} !important;
|
|
853
|
+
transform: rotate(45deg) !important;
|
|
854
|
+
left: 5px !important;
|
|
855
|
+
top: 2px !important;
|
|
856
|
+
box-sizing: border-box !important;
|
|
857
|
+
display: block !important;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-indeterminate {
|
|
861
|
+
border-color: ${e.t.brand.primary} !important;
|
|
862
|
+
background: ${e.t.brand.primary} !important;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-indeterminate::before {
|
|
866
|
+
content: '' !important;
|
|
867
|
+
position: absolute !important;
|
|
868
|
+
width: 8px !important;
|
|
869
|
+
height: 2px !important;
|
|
870
|
+
background: ${e.t.text.inverse} !important;
|
|
871
|
+
border-radius: 1px !important;
|
|
872
|
+
left: 50% !important;
|
|
873
|
+
top: 50% !important;
|
|
874
|
+
transform: translate(-50%, -50%) !important;
|
|
875
|
+
display: block !important;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-input {
|
|
879
|
+
width: 18px !important;
|
|
880
|
+
height: 18px !important;
|
|
881
|
+
min-width: 18px !important;
|
|
882
|
+
min-height: 18px !important;
|
|
883
|
+
position: absolute !important;
|
|
884
|
+
inset: 0 !important;
|
|
885
|
+
opacity: 0 !important;
|
|
886
|
+
margin: 0 !important;
|
|
887
|
+
cursor: pointer !important;
|
|
888
|
+
z-index: 2 !important;
|
|
889
|
+
border: 0 !important;
|
|
890
|
+
background: transparent !important;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox-wrapper:hover .ant-checkbox,
|
|
894
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox:hover {
|
|
895
|
+
border-color: ${e.t.text.primary} !important;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-checked:hover,
|
|
899
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-indeterminate:hover {
|
|
900
|
+
border-color: ${e.t.brand.primary} !important;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
/* Final state override: paint visual states on the native checkbox input itself. */
|
|
904
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-input {
|
|
905
|
+
appearance: none !important;
|
|
906
|
+
-webkit-appearance: none !important;
|
|
907
|
+
width: 18px !important;
|
|
908
|
+
height: 18px !important;
|
|
909
|
+
min-width: 18px !important;
|
|
910
|
+
min-height: 18px !important;
|
|
911
|
+
border: 1px solid ${e.t.text.muted} !important;
|
|
912
|
+
border-radius: 2px !important;
|
|
913
|
+
background: ${e.t.text.inverse} !important;
|
|
914
|
+
box-sizing: border-box !important;
|
|
915
|
+
opacity: 1 !important;
|
|
916
|
+
position: relative !important;
|
|
917
|
+
z-index: 3 !important;
|
|
918
|
+
display: block !important;
|
|
919
|
+
cursor: pointer !important;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-input:checked {
|
|
923
|
+
border-color: ${e.t.brand.primary} !important;
|
|
924
|
+
background: ${e.t.brand.primary} !important;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-input:checked::after {
|
|
928
|
+
content: '' !important;
|
|
929
|
+
position: absolute !important;
|
|
930
|
+
width: 5px !important;
|
|
931
|
+
height: 9px !important;
|
|
932
|
+
border-right: 2px solid ${e.t.text.inverse} !important;
|
|
933
|
+
border-bottom: 2px solid ${e.t.text.inverse} !important;
|
|
934
|
+
transform: rotate(45deg) !important;
|
|
935
|
+
left: 5px !important;
|
|
936
|
+
top: 2px !important;
|
|
937
|
+
box-sizing: border-box !important;
|
|
938
|
+
display: block !important;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-input:indeterminate {
|
|
942
|
+
border-color: ${e.t.brand.primary} !important;
|
|
943
|
+
background: ${e.t.brand.primary} !important;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-input:indeterminate::after {
|
|
947
|
+
content: '' !important;
|
|
948
|
+
position: absolute !important;
|
|
949
|
+
width: 8px !important;
|
|
950
|
+
height: 2px !important;
|
|
951
|
+
background: ${e.t.text.inverse} !important;
|
|
952
|
+
border-radius: 1px !important;
|
|
953
|
+
left: 50% !important;
|
|
954
|
+
top: 50% !important;
|
|
955
|
+
transform: translate(-50%, -50%) !important;
|
|
956
|
+
display: block !important;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
/* Prevent duplicate glyphs: selected states should render a single check/dash. */
|
|
960
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-checked::before,
|
|
961
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-indeterminate::before {
|
|
962
|
+
content: none !important;
|
|
963
|
+
display: none !important;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
/* Single glyph source: hide native/input marks and draw one mark on wrapper ::after. */
|
|
967
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-input {
|
|
968
|
+
appearance: none !important;
|
|
969
|
+
-webkit-appearance: none !important;
|
|
970
|
+
opacity: 0 !important;
|
|
971
|
+
background: transparent !important;
|
|
972
|
+
border: 0 !important;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-input::after {
|
|
976
|
+
content: none !important;
|
|
977
|
+
display: none !important;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-input:checked::after,
|
|
981
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox .ant-checkbox-input:indeterminate::after {
|
|
982
|
+
content: none !important;
|
|
983
|
+
display: none !important;
|
|
984
|
+
border: 0 !important;
|
|
985
|
+
background: transparent !important;
|
|
986
|
+
box-shadow: none !important;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-checked {
|
|
990
|
+
border-color: ${e.t.brand.primary} !important;
|
|
991
|
+
background: ${e.t.brand.primary} !important;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-checked::after {
|
|
995
|
+
content: '' !important;
|
|
996
|
+
position: absolute !important;
|
|
997
|
+
width: 5px !important;
|
|
998
|
+
height: 9px !important;
|
|
999
|
+
border-right: 2px solid ${e.t.text.inverse} !important;
|
|
1000
|
+
border-bottom: 2px solid ${e.t.text.inverse} !important;
|
|
1001
|
+
transform: rotate(45deg) !important;
|
|
1002
|
+
left: 5px !important;
|
|
1003
|
+
top: 2px !important;
|
|
1004
|
+
box-sizing: border-box !important;
|
|
1005
|
+
display: block !important;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-indeterminate {
|
|
1009
|
+
border-color: ${e.t.brand.primary} !important;
|
|
1010
|
+
background: ${e.t.brand.primary} !important;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
.${s}.${c}.ant-select-dropdown .ant-checkbox.ant-checkbox-indeterminate::after {
|
|
1014
|
+
content: '' !important;
|
|
1015
|
+
position: absolute !important;
|
|
1016
|
+
width: 8px !important;
|
|
1017
|
+
height: 2px !important;
|
|
1018
|
+
background: ${e.t.text.inverse} !important;
|
|
1019
|
+
border-radius: 1px !important;
|
|
1020
|
+
left: 50% !important;
|
|
1021
|
+
top: 50% !important;
|
|
1022
|
+
transform: translate(-50%, -50%) !important;
|
|
1023
|
+
display: block !important;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
`};Object.defineProperty(exports,`a`,{enumerable:!0,get:function(){return a}}),Object.defineProperty(exports,`c`,{enumerable:!0,get:function(){return u}}),Object.defineProperty(exports,`i`,{enumerable:!0,get:function(){return o}}),Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return s}}),Object.defineProperty(exports,`o`,{enumerable:!0,get:function(){return i}}),Object.defineProperty(exports,`r`,{enumerable:!0,get:function(){return l}}),Object.defineProperty(exports,`s`,{enumerable:!0,get:function(){return d}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return r}});
|
|
1027
|
+
//# sourceMappingURL=selectStyles-BFeXUMpO.cjs.map
|