rsuite 6.0.0-canary-2025011413 → 6.0.0-canary-20250315
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/Accordion/styles/index.css +84 -50
- package/AutoComplete/styles/index.css +509 -1297
- package/AutoComplete/styles/index.less +6 -1
- package/Avatar/styles/index.css +28 -161
- package/Avatar/styles/index.less +25 -51
- package/AvatarGroup/styles/index.css +120 -5
- package/AvatarGroup/styles/index.less +5 -5
- package/Badge/styles/index.css +55 -56
- package/Badge/styles/index.less +32 -34
- package/Badge/styles/variables.less +19 -0
- package/Box/package.json +7 -0
- package/Box/styles/index.css +129 -0
- package/Box/styles/index.less +1 -0
- package/Breadcrumb/styles/index.css +22 -11
- package/Breadcrumb/styles/index.less +13 -3
- package/Button/styles/index.css +107 -202
- package/Button/styles/index.less +44 -35
- package/Button/styles/mixin.less +24 -87
- package/Button/styles/variables.less +30 -0
- package/ButtonGroup/styles/index.css +8 -2
- package/ButtonGroup/styles/index.less +14 -2
- package/ButtonToolbar/styles/index.css +115 -0
- package/CHANGELOG.md +50 -0
- package/Calendar/styles/index.css +162 -257
- package/Calendar/styles/index.less +52 -44
- package/Card/styles/index.css +21 -18
- package/Card/styles/index.less +8 -7
- package/CardGroup/styles/index.css +4 -4
- package/CardGroup/styles/index.less +4 -4
- package/Carousel/styles/index.css +22 -18
- package/Carousel/styles/index.less +10 -10
- package/CascadeTree/styles/index.css +27 -21
- package/CascadeTree/styles/index.less +10 -8
- package/Cascader/styles/index.css +543 -1336
- package/Center/package.json +7 -0
- package/Center/styles/index.css +8 -0
- package/Center/styles/index.less +9 -0
- package/CheckPicker/styles/index.css +562 -1430
- package/CheckPicker/styles/index.less +3 -10
- package/CheckTree/styles/index.css +604 -1488
- package/CheckTree/styles/index.less +13 -33
- package/CheckTreePicker/styles/index.css +604 -1491
- package/CheckTreePicker/styles/index.less +0 -4
- package/Checkbox/styles/index.css +53 -122
- package/Checkbox/styles/index.less +32 -51
- package/Checkbox/styles/mixin.less +3 -20
- package/CheckboxGroup/styles/index.css +9 -6
- package/CheckboxGroup/styles/index.less +7 -7
- package/Col/styles/index.css +0 -20
- package/Col/styles/index.less +2 -14
- package/DateInput/styles/index.css +64 -45
- package/DatePicker/styles/index.css +578 -1365
- package/DatePicker/styles/index.less +8 -8
- package/DateRangeInput/styles/index.css +64 -45
- package/DateRangePicker/styles/index.css +585 -1372
- package/DateRangePicker/styles/index.less +4 -4
- package/Divider/styles/index.css +57 -23
- package/Divider/styles/index.less +60 -15
- package/Drawer/styles/index.css +74 -68
- package/Drawer/styles/index.less +69 -86
- package/Dropdown/styles/index.css +182 -309
- package/Dropdown/styles/index.less +70 -84
- package/Dropdown/styles/mixin.less +0 -38
- package/FlexboxGrid/styles/index.css +26 -1
- package/FlexboxGrid/styles/index.less +3 -1
- package/Form/styles/index.css +11 -11
- package/Form/styles/index.less +12 -16
- package/FormControl/styles/index.css +15 -6
- package/FormControl/styles/index.less +17 -13
- package/FormControlLabel/styles/index.css +8 -11
- package/FormControlLabel/styles/index.less +0 -4
- package/FormErrorMessage/styles/animation.less +4 -4
- package/FormErrorMessage/styles/index.css +68 -103
- package/FormErrorMessage/styles/index.less +90 -133
- package/FormGroup/styles/index.css +33 -33
- package/FormGroup/styles/index.less +26 -27
- package/FormHelpText/styles/index.css +14 -11
- package/FormHelpText/styles/index.less +2 -3
- package/Grid/styles/columns.less +22 -0
- package/Grid/styles/grid-framework.less +66 -5
- package/Grid/styles/index.css +1179 -457
- package/Grid/styles/index.less +6 -19
- package/Grid/styles/mixin.less +5 -12
- package/Grid/styles/row.less +42 -0
- package/Grid/styles/variables.less +5 -0
- package/Heading/styles/index.css +46 -15
- package/Heading/styles/index.less +17 -16
- package/Heading/styles/variables.less +19 -0
- package/Highlight/styles/index.css +1 -1
- package/Highlight/styles/index.less +1 -1
- package/IconButton/styles/index.css +142 -205
- package/IconButton/styles/index.less +33 -5
- package/Image/styles/index.css +2 -2
- package/Image/styles/index.less +2 -2
- package/InlineEdit/styles/index.css +42 -48
- package/InlineEdit/styles/index.less +19 -17
- package/Input/styles/index.css +64 -45
- package/Input/styles/index.less +13 -14
- package/Input/styles/mixin.less +43 -0
- package/Input/styles/variables.less +22 -0
- package/InputGroup/styles/index.css +182 -536
- package/InputGroup/styles/index.less +94 -248
- package/InputNumber/styles/index.css +255 -627
- package/InputNumber/styles/index.less +20 -41
- package/InputPicker/styles/index.css +589 -1417
- package/InputPicker/styles/index.less +23 -65
- package/Kbd/package.json +7 -0
- package/Kbd/styles/index.css +108 -0
- package/Kbd/styles/index.less +20 -0
- package/Kbd/styles/mixin.less +24 -0
- package/Kbd/styles/variables.less +13 -0
- package/List/styles/index.css +19 -15
- package/List/styles/index.less +7 -7
- package/Loader/styles/index.css +64 -172
- package/Loader/styles/index.less +28 -101
- package/Loader/styles/mixin.less +4 -25
- package/Loader/styles/variables.less +16 -0
- package/Menu/package.json +7 -0
- package/Menu/styles/index.css +191 -0
- package/Menu/styles/index.less +108 -0
- package/MenuItem/package.json +7 -0
- package/MenuSeparator/package.json +7 -0
- package/Message/styles/index.css +111 -174
- package/Message/styles/index.less +72 -99
- package/Modal/styles/index.css +105 -115
- package/Modal/styles/index.less +122 -120
- package/MultiCascadeTree/styles/index.css +595 -1453
- package/MultiCascadeTree/styles/index.less +13 -4
- package/MultiCascader/styles/index.css +572 -1430
- package/MultiCascader/styles/index.less +1 -1
- package/Nav/styles/index.css +214 -329
- package/Nav/styles/index.less +31 -19
- package/Navbar/styles/index.css +206 -323
- package/Navbar/styles/index.less +23 -12
- package/Notification/styles/index.css +60 -68
- package/Notification/styles/index.less +51 -47
- package/Pagination/styles/index.css +631 -1574
- package/Pagination/styles/index.less +6 -17
- package/Pagination/styles/pagination-group.less +2 -19
- package/Panel/styles/index.css +80 -46
- package/Panel/styles/index.less +25 -18
- package/PanelGroup/styles/index.css +14 -11
- package/PanelGroup/styles/index.less +3 -3
- package/Placeholder/styles/index.css +50 -30
- package/Placeholder/styles/index.less +44 -31
- package/Popover/styles/index.css +131 -93
- package/Popover/styles/index.less +95 -80
- package/Progress/styles/index.css +37 -41
- package/Progress/styles/index.less +26 -39
- package/Radio/styles/index.css +53 -112
- package/Radio/styles/index.less +35 -49
- package/Radio/styles/mixin.less +1 -1
- package/RadioGroup/styles/index.css +36 -29
- package/RadioGroup/styles/index.less +25 -30
- package/RadioTile/styles/index.css +24 -16
- package/RadioTile/styles/index.less +13 -8
- package/RangeSlider/styles/index.css +100 -93
- package/Rate/styles/index.css +39 -49
- package/Rate/styles/index.less +13 -17
- package/Row/styles/index.css +0 -25
- package/Row/styles/index.less +2 -10
- package/SelectPicker/styles/index.css +552 -1342
- package/SelectPicker/styles/index.less +2 -2
- package/Sidenav/styles/index.css +215 -194
- package/Sidenav/styles/index.less +154 -155
- package/Sidenav/styles/mixin.less +6 -5
- package/SidenavFooter/package.json +7 -0
- package/SidenavGroupLabel/package.json +7 -0
- package/Slider/styles/index.css +100 -93
- package/Slider/styles/index.less +24 -22
- package/Stack/styles/index.css +115 -0
- package/Stack/styles/index.less +78 -0
- package/Stat/styles/index.css +227 -282
- package/Stat/styles/index.less +21 -14
- package/StatGroup/styles/index.css +4 -4
- package/StatGroup/styles/index.less +4 -4
- package/Steps/styles/index.css +81 -88
- package/Steps/styles/index.less +83 -105
- package/Table/styles/index.css +36 -30
- package/Table/styles/index.less +18 -17
- package/Tabs/styles/index.css +214 -329
- package/Tag/styles/index.css +49 -59
- package/Tag/styles/index.less +37 -60
- package/TagGroup/styles/index.css +5 -5
- package/TagGroup/styles/index.less +5 -5
- package/TagInput/styles/index.css +901 -1816
- package/TagInput/styles/index.less +1 -9
- package/TagPicker/styles/index.css +920 -1829
- package/TagPicker/styles/index.less +67 -63
- package/Text/styles/index.css +122 -41
- package/Text/styles/index.less +28 -25
- package/Text/styles/variables.less +9 -0
- package/TimePicker/styles/index.css +578 -1365
- package/TimeRangePicker/styles/index.css +585 -1372
- package/Timeline/stories/styles.less +6 -6
- package/Timeline/styles/index.css +28 -25
- package/Timeline/styles/index.less +17 -17
- package/Toggle/styles/index.css +144 -293
- package/Toggle/styles/index.less +210 -115
- package/Tooltip/styles/index.css +75 -71
- package/Tooltip/styles/index.less +93 -76
- package/Tree/styles/indent-line.less +1 -1
- package/Tree/styles/index.css +573 -1361
- package/Tree/styles/index.less +20 -16
- package/Tree/styles/toggle.less +3 -7
- package/TreePicker/styles/index.css +573 -1361
- package/Uploader/styles/index.css +197 -288
- package/Uploader/styles/index.less +36 -31
- package/cjs/Affix/Affix.js +3 -3
- package/cjs/Animation/Bounce.js +1 -1
- package/cjs/Animation/Collapse.js +1 -1
- package/cjs/Animation/Fade.js +1 -1
- package/cjs/Animation/Slide.js +1 -1
- package/cjs/AutoComplete/AutoComplete.d.ts +5 -13
- package/cjs/AutoComplete/AutoComplete.js +15 -20
- package/cjs/Avatar/Avatar.d.ts +3 -5
- package/cjs/Avatar/Avatar.js +11 -6
- package/cjs/AvatarGroup/AvatarGroup.d.ts +2 -4
- package/cjs/AvatarGroup/AvatarGroup.js +6 -8
- package/cjs/Badge/Badge.js +8 -3
- package/cjs/Box/index.d.ts +4 -0
- package/cjs/Box/index.js +11 -0
- package/cjs/Breadcrumb/Breadcrumb.d.ts +4 -0
- package/cjs/Breadcrumb/Breadcrumb.js +11 -5
- package/cjs/Breadcrumb/BreadcrumbItem.d.ts +4 -0
- package/cjs/Breadcrumb/BreadcrumbItem.js +5 -4
- package/cjs/Button/Button.d.ts +3 -3
- package/cjs/Button/Button.js +6 -7
- package/cjs/ButtonGroup/ButtonGroup.d.ts +4 -2
- package/cjs/ButtonGroup/ButtonGroup.js +9 -5
- package/cjs/ButtonGroup/ButtonGroupContext.d.ts +3 -2
- package/cjs/ButtonToolbar/ButtonToolbar.d.ts +1 -1
- package/cjs/ButtonToolbar/ButtonToolbar.js +5 -6
- package/cjs/Calendar/Calendar.js +3 -3
- package/cjs/Calendar/CalendarBody.js +3 -3
- package/cjs/Calendar/CalendarContainer.js +3 -3
- package/cjs/Calendar/CalendarHeader.js +3 -3
- package/cjs/Calendar/Grid/Grid.js +3 -3
- package/cjs/Calendar/Grid/GridCell.js +1 -1
- package/cjs/Calendar/Grid/GridHeaderRow.js +1 -1
- package/cjs/Calendar/Grid/GridRow.js +1 -1
- package/cjs/Calendar/MonthDropdown/MonthDropdown.js +3 -3
- package/cjs/Calendar/MonthDropdown/MonthDropdownItem.js +3 -3
- package/cjs/Calendar/TimeDropdown/TimeDropdown.js +1 -1
- package/cjs/Card/Card.js +5 -7
- package/cjs/CardGroup/CardGroup.js +5 -8
- package/cjs/Carousel/Carousel.js +5 -4
- package/cjs/CascadeTree/CascadeTree.d.ts +2 -2
- package/cjs/CascadeTree/CascadeTree.js +3 -3
- package/cjs/CascadeTree/SearchView.d.ts +6 -6
- package/cjs/CascadeTree/SearchView.js +3 -3
- package/cjs/CascadeTree/TreeView.d.ts +6 -6
- package/cjs/CascadeTree/TreeView.js +7 -6
- package/cjs/CascadeTree/hooks/useSearch.d.ts +5 -5
- package/cjs/CascadeTree/hooks/useSearch.js +0 -0
- package/cjs/CascadeTree/hooks/useSelect.d.ts +6 -6
- package/cjs/CascadeTree/hooks/useSelect.js +0 -0
- package/cjs/CascadeTree/types.d.ts +10 -10
- package/cjs/CascadeTree/types.js +0 -0
- package/cjs/Cascader/Cascader.d.ts +6 -43
- package/cjs/Cascader/Cascader.js +7 -29
- package/cjs/Cascader/useActive.d.ts +1 -1
- package/cjs/Cascader/useActive.js +0 -0
- package/cjs/Center/Center.d.ts +6 -0
- package/cjs/Center/Center.js +34 -0
- package/cjs/Center/index.d.ts +4 -0
- package/cjs/Center/index.js +11 -0
- package/cjs/CheckPicker/CheckPicker.d.ts +7 -5
- package/cjs/CheckPicker/CheckPicker.js +16 -23
- package/cjs/CheckTree/CheckTreeNode.js +3 -3
- package/cjs/CheckTree/CheckTreeView.d.ts +1 -1
- package/cjs/CheckTree/CheckTreeView.js +3 -3
- package/cjs/CheckTreePicker/CheckTreePicker.d.ts +2 -10
- package/cjs/CheckTreePicker/CheckTreePicker.js +5 -17
- package/cjs/CheckTreePicker/hooks/useFocusState.d.ts +1 -1
- package/cjs/CheckTreePicker/hooks/useFocusState.js +0 -0
- package/cjs/Checkbox/Checkbox.d.ts +3 -3
- package/cjs/Checkbox/Checkbox.js +3 -3
- package/cjs/CheckboxGroup/CheckboxGroup.js +3 -3
- package/cjs/Col/index.d.ts +2 -2
- package/cjs/Col/index.js +1 -1
- package/cjs/Container/Container.js +3 -3
- package/cjs/CustomProvider/CustomProvider.d.ts +27 -13
- package/cjs/CustomProvider/CustomProvider.js +4 -4
- package/cjs/CustomProvider/types.d.ts +2 -0
- package/cjs/CustomProvider/types.js +0 -0
- package/cjs/DateInput/DateField.d.ts +2 -122
- package/cjs/DateInput/DateInput.js +1 -1
- package/cjs/DateInput/hooks/useDateInputState.d.ts +1 -121
- package/cjs/DatePicker/DatePicker.js +13 -26
- package/cjs/DatePicker/PredefinedRanges.d.ts +1 -1
- package/cjs/DatePicker/PredefinedRanges.js +1 -1
- package/cjs/DatePicker/Toolbar.js +5 -5
- package/cjs/DatePicker/hooks/useFocus.d.ts +1 -1
- package/cjs/DatePicker/utils.d.ts +1 -1
- package/cjs/DateRangeInput/DateRangeInput.js +4 -4
- package/cjs/DateRangePicker/DateRangePicker.d.ts +7 -1
- package/cjs/DateRangePicker/DateRangePicker.js +17 -20
- package/cjs/DateRangePicker/Header.js +1 -1
- package/cjs/DateRangePicker/hooks/useDateDisabled.d.ts +0 -1
- package/cjs/DateRangePicker/hooks/useDateDisabled.js +3 -7
- package/cjs/DateRangePicker/types.d.ts +1 -1
- package/cjs/Divider/Divider.d.ts +27 -2
- package/cjs/Divider/Divider.js +25 -14
- package/cjs/Drawer/Drawer.js +1 -1
- package/cjs/Dropdown/Dropdown.d.ts +36 -37
- package/cjs/Dropdown/Dropdown.js +11 -13
- package/cjs/Dropdown/DropdownItem.d.ts +9 -19
- package/cjs/Dropdown/DropdownItem.js +19 -14
- package/cjs/Dropdown/DropdownMenu.d.ts +10 -11
- package/cjs/Dropdown/DropdownMenu.js +11 -11
- package/cjs/Dropdown/DropdownSeparator.js +3 -3
- package/cjs/Dropdown/DropdownToggle.js +3 -3
- package/cjs/Dropdown/types.d.ts +32 -0
- package/cjs/Dropdown/types.js +4 -0
- package/cjs/FlexboxGrid/FlexboxGrid.d.ts +16 -2
- package/cjs/FlexboxGrid/FlexboxGrid.js +11 -3
- package/cjs/FlexboxGrid/FlexboxGridItem.d.ts +9 -2
- package/cjs/FlexboxGrid/FlexboxGridItem.js +5 -4
- package/cjs/Form/hooks/useFormClassNames.js +3 -3
- package/cjs/Form/hooks/useFormRef.d.ts +1 -1
- package/cjs/Form/hooks/useFormValidate.js +0 -0
- package/cjs/FormControl/FormControl.js +3 -3
- package/cjs/FormControl/utils.d.ts +8 -0
- package/cjs/FormControl/utils.js +44 -1
- package/cjs/FormControlLabel/FormControlLabel.js +3 -3
- package/cjs/FormErrorMessage/FormErrorMessage.js +7 -9
- package/cjs/FormGroup/FormGroup.js +3 -3
- package/cjs/FormHelpText/FormHelpText.js +3 -3
- package/cjs/Grid/Col.d.ts +22 -0
- package/cjs/Grid/Col.js +114 -0
- package/cjs/Grid/Grid.d.ts +1 -1
- package/cjs/Grid/Grid.js +4 -6
- package/cjs/Grid/Row.d.ts +16 -0
- package/cjs/Grid/Row.js +62 -0
- package/cjs/Grid/index.d.ts +6 -1
- package/cjs/Grid/index.js +4 -0
- package/cjs/Grid/types.d.ts +65 -0
- package/cjs/Grid/types.js +4 -0
- package/cjs/Heading/Heading.js +3 -3
- package/cjs/Highlight/Highlight.js +3 -3
- package/cjs/IconButton/IconButton.js +3 -3
- package/cjs/Image/Image.js +3 -3
- package/cjs/InlineEdit/EditableControls.js +1 -2
- package/cjs/InlineEdit/InlineEdit.js +4 -4
- package/cjs/InlineEdit/renderChildren.d.ts +2 -1
- package/cjs/InlineEdit/renderChildren.js +3 -2
- package/cjs/InlineEdit/useFocusEvent.d.ts +2 -2
- package/cjs/Input/Input.d.ts +3 -3
- package/cjs/Input/Input.js +7 -7
- package/cjs/InputGroup/InputGroup.d.ts +3 -2
- package/cjs/InputGroup/InputGroup.js +6 -5
- package/cjs/InputGroup/InputGroupAddon.js +3 -3
- package/cjs/InputGroup/InputGroupButton.js +3 -6
- package/cjs/InputNumber/InputNumber.d.ts +3 -3
- package/cjs/InputNumber/InputNumber.js +8 -6
- package/cjs/InputPicker/InputPicker.d.ts +7 -6
- package/cjs/InputPicker/InputPicker.js +30 -28
- package/cjs/InputPicker/InputSearch.d.ts +3 -3
- package/cjs/InputPicker/InputSearch.js +3 -3
- package/cjs/InputPicker/TagList.js +1 -1
- package/cjs/InputPicker/TextBox.js +7 -6
- package/cjs/InputPicker/hooks/useData.d.ts +9 -9
- package/cjs/InputPicker/hooks/useData.js +0 -0
- package/cjs/InputPicker/hooks/useInput.d.ts +3 -3
- package/cjs/InputPicker/hooks/useInput.js +1 -1
- package/cjs/InputPicker/hooks/useMaxWidth.d.ts +2 -2
- package/cjs/InputPicker/utils.d.ts +1 -1
- package/cjs/Kbd/Kbd.d.ts +15 -0
- package/cjs/Kbd/Kbd.js +40 -0
- package/cjs/Kbd/index.d.ts +4 -0
- package/cjs/Kbd/index.js +11 -0
- package/cjs/List/List.js +3 -3
- package/cjs/List/ListItem.js +3 -3
- package/cjs/List/helper/useSortHelper.d.ts +1 -1
- package/cjs/List/helper/useSortHelper.js +1 -1
- package/cjs/Loader/Loader.d.ts +2 -2
- package/cjs/Loader/Loader.js +7 -8
- package/cjs/MaskedInput/MaskedInput.d.ts +2 -1
- package/cjs/MaskedInput/TextMask.js +1 -1
- package/cjs/Menu/Menu.d.ts +18 -0
- package/cjs/Menu/Menu.js +56 -0
- package/cjs/Menu/MenuContext.d.ts +7 -0
- package/cjs/{internals/Overlay/OverlayContext.js → Menu/MenuContext.js} +3 -3
- package/cjs/Menu/MenuItem.d.ts +25 -0
- package/cjs/Menu/MenuItem.js +84 -0
- package/cjs/Menu/MenuSeparator.d.ts +12 -0
- package/cjs/Menu/MenuSeparator.js +33 -0
- package/cjs/Menu/index.d.ts +8 -0
- package/cjs/Menu/index.js +15 -0
- package/cjs/Message/Message.js +8 -8
- package/cjs/Modal/Modal.d.ts +2 -0
- package/cjs/Modal/Modal.js +6 -4
- package/cjs/Modal/ModalBody.js +6 -7
- package/cjs/Modal/ModalDialog.d.ts +2 -2
- package/cjs/Modal/ModalDialog.js +6 -9
- package/cjs/Modal/ModalFooter.js +0 -0
- package/cjs/Modal/ModalHeader.js +3 -3
- package/cjs/Modal/ModalTitle.js +3 -3
- package/cjs/Modal/utils.d.ts +3 -3
- package/cjs/Modal/utils.js +2 -2
- package/cjs/MultiCascadeTree/MultiCascadeTree.js +3 -3
- package/cjs/MultiCascadeTree/SearchView.d.ts +4 -4
- package/cjs/MultiCascadeTree/SearchView.js +3 -3
- package/cjs/MultiCascadeTree/TreeView.d.ts +6 -6
- package/cjs/MultiCascadeTree/TreeView.js +3 -4
- package/cjs/MultiCascadeTree/hooks/useCascadeValue.js +0 -0
- package/cjs/MultiCascadeTree/hooks/useSearch.d.ts +3 -3
- package/cjs/MultiCascadeTree/hooks/useSearch.js +0 -0
- package/cjs/MultiCascadeTree/hooks/useSelect.d.ts +9 -9
- package/cjs/MultiCascadeTree/hooks/useSelect.js +1 -1
- package/cjs/MultiCascadeTree/index.d.ts +1 -1
- package/cjs/MultiCascadeTree/types.d.ts +2 -2
- package/cjs/MultiCascadeTree/types.js +0 -0
- package/cjs/MultiCascadeTree/utils.d.ts +2 -2
- package/cjs/MultiCascadeTree/utils.js +0 -0
- package/cjs/MultiCascader/MultiCascader.d.ts +8 -45
- package/cjs/MultiCascader/MultiCascader.js +7 -29
- package/cjs/Nav/AdaptiveNavItem.js +8 -8
- package/cjs/Nav/Nav.d.ts +4 -7
- package/cjs/Nav/Nav.js +6 -4
- package/cjs/Nav/NavDropdown.d.ts +3 -3
- package/cjs/Nav/NavDropdown.js +11 -13
- package/cjs/Nav/NavDropdownItem.d.ts +3 -17
- package/cjs/Nav/NavDropdownItem.js +5 -5
- package/cjs/Nav/NavDropdownMenu.d.ts +17 -10
- package/cjs/Nav/NavDropdownMenu.js +5 -5
- package/cjs/Nav/NavDropdownToggle.js +4 -4
- package/cjs/Nav/NavItem.d.ts +2 -2
- package/cjs/Nav/NavItem.js +3 -3
- package/cjs/Nav/NavMegaMenu.d.ts +5 -0
- package/cjs/Nav/NavMegaMenu.js +24 -0
- package/cjs/Nav/NavMenu.js +4 -4
- package/cjs/Nav/index.d.ts +3 -1
- package/cjs/Nav/index.js +2 -0
- package/cjs/Navbar/Navbar.d.ts +1 -5
- package/cjs/Navbar/Navbar.js +3 -3
- package/cjs/Navbar/NavbarContent.d.ts +3 -6
- package/cjs/Navbar/NavbarContent.js +3 -1
- package/cjs/Navbar/NavbarDropdown.d.ts +1 -1
- package/cjs/Navbar/NavbarDropdown.js +7 -8
- package/cjs/Navbar/NavbarDropdownItem.d.ts +3 -17
- package/cjs/Navbar/NavbarDropdownItem.js +5 -5
- package/cjs/Navbar/NavbarDropdownMenu.d.ts +18 -10
- package/cjs/Navbar/NavbarDropdownMenu.js +7 -7
- package/cjs/Navbar/NavbarDropdownToggle.js +3 -3
- package/cjs/Navbar/NavbarItem.d.ts +2 -2
- package/cjs/Navbar/NavbarItem.js +3 -3
- package/cjs/Navbar/NavbarMegaMenu.d.ts +26 -0
- package/cjs/Navbar/NavbarMegaMenu.js +61 -0
- package/cjs/Notification/Notification.js +9 -17
- package/cjs/Pagination/LimitPicker.d.ts +2 -2
- package/cjs/Pagination/LimitPicker.js +1 -1
- package/cjs/Pagination/Pagination.d.ts +2 -2
- package/cjs/Pagination/Pagination.js +19 -18
- package/cjs/Pagination/PaginationButton.d.ts +10 -6
- package/cjs/Pagination/PaginationButton.js +30 -16
- package/cjs/Pagination/PaginationGroup.js +3 -3
- package/cjs/Panel/AccordionButton.js +3 -4
- package/cjs/Panel/Panel.js +3 -3
- package/cjs/Panel/PanelBody.js +3 -3
- package/cjs/Panel/PanelHeader.js +1 -1
- package/cjs/PanelGroup/PanelGroup.js +3 -3
- package/cjs/Placeholder/PlaceholderGraph.js +8 -9
- package/cjs/Placeholder/PlaceholderGrid.js +12 -11
- package/cjs/Placeholder/PlaceholderParagraph.js +15 -15
- package/cjs/Popover/Popover.js +9 -9
- package/cjs/Progress/ProgressCircle.js +3 -3
- package/cjs/Progress/ProgressLine.js +3 -3
- package/cjs/Radio/Radio.d.ts +3 -3
- package/cjs/Radio/Radio.js +3 -3
- package/cjs/RadioGroup/RadioGroup.js +3 -3
- package/cjs/RadioTile/RadioTile.d.ts +3 -3
- package/cjs/RadioTile/RadioTile.js +3 -4
- package/cjs/RadioTileGroup/RadioTileGroup.js +3 -4
- package/cjs/RangeSlider/RangeSlider.js +3 -3
- package/cjs/Rate/Character.js +3 -3
- package/cjs/Rate/Rate.d.ts +3 -3
- package/cjs/Rate/Rate.js +3 -3
- package/cjs/Row/index.d.ts +2 -2
- package/cjs/Row/index.js +1 -1
- package/cjs/SelectPicker/SelectPicker.d.ts +7 -17
- package/cjs/SelectPicker/SelectPicker.js +16 -23
- package/cjs/SelectPicker/index.d.ts +1 -1
- package/cjs/Sidebar/Sidebar.js +6 -7
- package/cjs/Sidenav/ExpandedSidenavDropdown.js +9 -12
- package/cjs/Sidenav/ExpandedSidenavDropdownItem.d.ts +2 -2
- package/cjs/Sidenav/ExpandedSidenavDropdownItem.js +6 -6
- package/cjs/Sidenav/ExpandedSidenavDropdownMenu.d.ts +2 -2
- package/cjs/Sidenav/ExpandedSidenavDropdownMenu.js +3 -3
- package/cjs/Sidenav/Sidenav.d.ts +6 -0
- package/cjs/Sidenav/Sidenav.js +7 -3
- package/cjs/Sidenav/SidenavDropdown.d.ts +3 -3
- package/cjs/Sidenav/SidenavDropdown.js +13 -15
- package/cjs/Sidenav/SidenavDropdownCollapse.js +3 -3
- package/cjs/Sidenav/SidenavDropdownItem.d.ts +3 -17
- package/cjs/Sidenav/SidenavDropdownItem.js +5 -5
- package/cjs/Sidenav/SidenavDropdownMenu.d.ts +11 -8
- package/cjs/Sidenav/SidenavDropdownMenu.js +5 -5
- package/cjs/Sidenav/SidenavDropdownToggle.js +11 -11
- package/cjs/Sidenav/SidenavFooter.d.ts +11 -0
- package/cjs/Sidenav/SidenavFooter.js +15 -0
- package/cjs/Sidenav/SidenavGroupLabel.d.ts +11 -0
- package/cjs/Sidenav/SidenavGroupLabel.js +15 -0
- package/cjs/Sidenav/SidenavItem.d.ts +28 -9
- package/cjs/Sidenav/SidenavItem.js +21 -12
- package/cjs/Sidenav/SidenavToggle.d.ts +0 -6
- package/cjs/Sidenav/SidenavToggle.js +12 -18
- package/cjs/Sidenav/index.d.ts +3 -1
- package/cjs/Sidenav/index.js +4 -0
- package/cjs/Slider/Graduated.js +1 -1
- package/cjs/Slider/Handle.js +3 -4
- package/cjs/Slider/Input.js +2 -4
- package/cjs/Slider/Mark.js +3 -3
- package/cjs/Slider/ProgressBar.js +5 -6
- package/cjs/Slider/Slider.js +3 -3
- package/cjs/Slider/useDrag.d.ts +2 -2
- package/cjs/Slider/useDrag.js +1 -1
- package/cjs/Stack/HStack.d.ts +1 -1
- package/cjs/Stack/HStack.js +1 -6
- package/cjs/Stack/Stack.d.ts +20 -25
- package/cjs/Stack/Stack.js +19 -35
- package/cjs/Stack/StackItem.d.ts +2 -5
- package/cjs/Stack/StackItem.js +18 -17
- package/cjs/Stack/VStack.d.ts +1 -1
- package/cjs/Stack/VStack.js +1 -6
- package/cjs/Stat/Stat.js +3 -3
- package/cjs/Stat/StatLabel.js +3 -3
- package/cjs/Stat/StatTrend.js +3 -3
- package/cjs/Stat/StatValue.js +3 -3
- package/cjs/StatGroup/StatGroup.js +5 -8
- package/cjs/Steps/StepItem.js +12 -15
- package/cjs/Steps/Steps.js +3 -3
- package/cjs/Table/Table.d.ts +2 -2
- package/cjs/Tabs/TabPanel.js +3 -3
- package/cjs/Tabs/Tabs.js +5 -4
- package/cjs/Tag/Tag.js +3 -5
- package/cjs/TagPicker/TagPicker.d.ts +10 -5
- package/cjs/TagPicker/TagPicker.js +9 -4
- package/cjs/Text/Text.d.ts +2 -9
- package/cjs/Text/Text.js +17 -16
- package/cjs/TimeRangePicker/TimeRangePicker.d.ts +1 -1
- package/cjs/Timeline/Timeline.js +3 -3
- package/cjs/Timeline/TimelineItem.js +3 -3
- package/cjs/Toggle/Toggle.d.ts +4 -4
- package/cjs/Toggle/Toggle.js +4 -4
- package/cjs/Tooltip/Tooltip.js +9 -8
- package/cjs/Tree/IndentLine.js +1 -1
- package/cjs/Tree/TreeNode.js +4 -7
- package/cjs/Tree/TreeNodeToggle.js +1 -1
- package/cjs/Tree/TreeView.d.ts +2 -2
- package/cjs/Tree/TreeView.js +3 -3
- package/cjs/Tree/hooks/useFocusTree.d.ts +1 -1
- package/cjs/TreePicker/TreePicker.d.ts +2 -10
- package/cjs/TreePicker/TreePicker.js +5 -17
- package/cjs/TreePicker/hooks/useFocusState.d.ts +1 -1
- package/cjs/TreePicker/hooks/useFocusState.js +0 -0
- package/cjs/Uploader/UploadFileItem.js +3 -3
- package/cjs/Uploader/UploadTrigger.d.ts +3 -1
- package/cjs/Uploader/UploadTrigger.js +20 -13
- package/cjs/Uploader/Uploader.d.ts +1 -1
- package/cjs/Uploader/Uploader.js +7 -7
- package/cjs/Uploader/utils/ajaxUpload.d.ts +1 -1
- package/cjs/Whisper/Whisper.d.ts +2 -1
- package/cjs/index.d.ts +5 -3
- package/cjs/index.js +30 -18
- package/cjs/internals/Box/Box.d.ts +43 -0
- package/cjs/internals/Box/Box.js +42 -0
- package/cjs/internals/Box/index.d.ts +3 -0
- package/cjs/internals/Box/index.js +8 -0
- package/cjs/internals/Box/utils.d.ts +18 -0
- package/cjs/internals/Box/utils.js +120 -0
- package/cjs/internals/CloseButton/CloseButton.js +3 -3
- package/cjs/internals/Menu/MenuItem.d.ts +1 -1
- package/cjs/internals/Menu/MenuItem.js +1 -1
- package/cjs/internals/Menu/Menubar.js +4 -1
- package/cjs/internals/Menu/useRenderMenuItem.d.ts +2 -0
- package/cjs/{Dropdown/useRenderDropdownItem.js → internals/Menu/useRenderMenuItem.js} +2 -2
- package/cjs/internals/Overlay/Modal.js +8 -10
- package/cjs/internals/Overlay/Overlay.d.ts +5 -6
- package/cjs/internals/Overlay/Overlay.js +25 -20
- package/cjs/internals/Overlay/OverlayProvider.d.ts +13 -0
- package/cjs/internals/Overlay/OverlayProvider.js +24 -0
- package/cjs/internals/Overlay/OverlayTrigger.d.ts +1 -10
- package/cjs/internals/Overlay/OverlayTrigger.js +6 -5
- package/cjs/internals/Overlay/Position.d.ts +6 -10
- package/cjs/internals/Overlay/Position.js +18 -18
- package/cjs/internals/Overlay/index.d.ts +2 -0
- package/cjs/internals/Overlay/index.js +13 -0
- package/cjs/internals/Overlay/positionUtils.d.ts +2 -20
- package/cjs/internals/Overlay/positionUtils.js +3 -3
- package/cjs/internals/Overlay/types.d.ts +37 -0
- package/cjs/internals/Picker/ListCheckItem.d.ts +2 -2
- package/cjs/internals/Picker/ListCheckItem.js +3 -3
- package/cjs/internals/Picker/ListItem.d.ts +2 -2
- package/cjs/internals/Picker/ListItem.js +3 -3
- package/cjs/internals/Picker/ListItemGroup.js +3 -3
- package/cjs/internals/Picker/Listbox.d.ts +5 -5
- package/cjs/internals/Picker/Listbox.js +10 -10
- package/cjs/internals/Picker/PickerIndicator.d.ts +3 -1
- package/cjs/internals/Picker/PickerIndicator.js +5 -3
- package/cjs/internals/Picker/PickerPopup.d.ts +2 -2
- package/cjs/internals/Picker/PickerPopup.js +17 -14
- package/cjs/internals/Picker/PickerToggle.d.ts +3 -3
- package/cjs/internals/Picker/PickerToggle.js +10 -5
- package/cjs/internals/Picker/PickerToggleTrigger.d.ts +3 -4
- package/cjs/internals/Picker/PickerToggleTrigger.js +15 -16
- package/cjs/internals/Picker/SelectedElement.js +5 -3
- package/cjs/internals/Picker/hooks/useCombobox.d.ts +1 -0
- package/cjs/internals/Picker/hooks/useCombobox.js +4 -2
- package/cjs/internals/Picker/hooks/usePickerClassName.d.ts +0 -2
- package/cjs/internals/Picker/hooks/usePickerClassName.js +3 -7
- package/cjs/internals/Picker/hooks/usePickerRef.d.ts +8 -8
- package/cjs/internals/Picker/hooks/usePickerRef.js +0 -0
- package/cjs/internals/Picker/index.d.ts +1 -1
- package/cjs/internals/Plaintext/Plaintext.js +3 -3
- package/cjs/internals/Ripple/Ripple.js +3 -3
- package/cjs/internals/ScrollView/ScrollView.js +3 -3
- package/cjs/internals/ScrollView/hooks/useScrollState.d.ts +2 -2
- package/cjs/internals/SearchBox/SearchBox.js +3 -3
- package/cjs/internals/StyledBox/StyledBox.d.ts +13 -0
- package/cjs/internals/StyledBox/StyledBox.js +28 -0
- package/cjs/internals/StyledBox/index.d.ts +4 -0
- package/cjs/internals/StyledBox/index.js +9 -0
- package/cjs/internals/Windowing/AutoSizer.js +1 -4
- package/cjs/internals/constants/index.d.ts +1 -1
- package/cjs/internals/constants/index.js +2 -2
- package/cjs/internals/hooks/index.d.ts +1 -1
- package/cjs/internals/hooks/index.js +3 -3
- package/cjs/internals/hooks/useElementResize.js +1 -1
- package/cjs/internals/hooks/useEnsuredRef.d.ts +1 -2
- package/cjs/internals/hooks/useEnsuredRef.js +1 -1
- package/cjs/internals/hooks/useFocus.d.ts +1 -1
- package/cjs/internals/hooks/useFocus.js +0 -0
- package/cjs/internals/hooks/useFocusVirtualListItem.d.ts +1 -1
- package/cjs/internals/hooks/useInternalId.js +1 -1
- package/cjs/internals/hooks/useRootClose.d.ts +1 -1
- package/cjs/internals/hooks/useRootClose.js +0 -0
- package/{esm/internals/hooks/useClassNames.d.ts → cjs/internals/hooks/useStyles.d.ts} +10 -5
- package/cjs/internals/hooks/{useClassNames.js → useStyles.js} +33 -18
- package/cjs/internals/hooks/useTimeout.js +1 -1
- package/cjs/internals/hooks/useUpdatedRef.d.ts +1 -1
- package/cjs/internals/types/colours.d.ts +4 -0
- package/cjs/internals/types/colours.js +4 -1
- package/cjs/internals/types/form.d.ts +9 -9
- package/cjs/internals/types/html.d.ts +19 -0
- package/cjs/internals/types/html.js +4 -0
- package/cjs/internals/types/index.d.ts +2 -0
- package/cjs/internals/types/index.js +12 -0
- package/cjs/internals/types/picker.d.ts +59 -19
- package/cjs/internals/types/placement.d.ts +1 -2
- package/cjs/internals/types/shared.d.ts +1 -4
- package/cjs/internals/types/sizes.d.ts +25 -0
- package/cjs/internals/types/sizes.js +26 -0
- package/cjs/internals/utils/colours.d.ts +10 -0
- package/cjs/internals/utils/colours.js +37 -2
- package/cjs/internals/utils/createComponent.js +3 -3
- package/cjs/internals/utils/getDOMNode.js +3 -8
- package/cjs/internals/utils/index.d.ts +5 -4
- package/cjs/internals/utils/index.js +25 -19
- package/cjs/internals/utils/placement.d.ts +21 -0
- package/cjs/internals/utils/{placementPolyfill.js → placement.js} +21 -2
- package/cjs/internals/utils/sizes.d.ts +5 -0
- package/cjs/internals/utils/sizes.js +21 -0
- package/{esm/internals/utils → cjs/internals/utils/style-sheet}/css.d.ts +2 -4
- package/cjs/internals/utils/{css.js → style-sheet/css.js} +1 -0
- package/cjs/internals/utils/style-sheet/index.d.ts +4 -0
- package/cjs/internals/utils/style-sheet/index.js +28 -0
- package/cjs/internals/utils/{prefix.js → style-sheet/prefix.js} +0 -0
- package/cjs/internals/utils/style-sheet/responsive.d.ts +2 -0
- package/cjs/internals/utils/style-sheet/responsive.js +20 -0
- package/cjs/internals/utils/style-sheet/styles.d.ts +16 -0
- package/cjs/internals/utils/style-sheet/styles.js +44 -0
- package/cjs/locales/index.d.ts +1 -0
- package/cjs/locales/index.js +4 -2
- package/cjs/locales/pl_PL.d.ts +151 -0
- package/cjs/locales/pl_PL.js +92 -0
- package/cjs/toaster/ToastContainer.d.ts +1 -1
- package/cjs/toaster/ToastContainer.js +3 -3
- package/cjs/toaster/hooks/useDelayedClosure.d.ts +1 -1
- package/cjs/toaster/hooks/useDelayedClosure.js +2 -2
- package/cjs/toaster/render.d.ts +2 -2
- package/dist/rsuite-no-reset-rtl.css +4242 -4692
- package/dist/rsuite-no-reset-rtl.min.css +1 -1
- package/dist/rsuite-no-reset-rtl.min.css.map +1 -1
- package/dist/rsuite-no-reset.css +4238 -4694
- package/dist/rsuite-no-reset.min.css +1 -1
- package/dist/rsuite-no-reset.min.css.map +1 -1
- package/dist/rsuite-rtl.css +7751 -8200
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +7756 -8211
- package/dist/rsuite.js +718 -387
- package/dist/rsuite.js.map +1 -1
- package/dist/rsuite.min.css +1 -1
- package/dist/rsuite.min.css.map +1 -1
- package/dist/rsuite.min.js +1 -1
- package/dist/rsuite.min.js.LICENSE.txt +12 -27
- package/dist/rsuite.min.js.map +1 -1
- package/esm/Affix/Affix.js +4 -4
- package/esm/Animation/Bounce.js +2 -2
- package/esm/Animation/Collapse.js +2 -2
- package/esm/Animation/Fade.js +2 -2
- package/esm/Animation/Slide.js +2 -2
- package/esm/AutoComplete/AutoComplete.d.ts +5 -13
- package/esm/AutoComplete/AutoComplete.js +16 -21
- package/esm/Avatar/Avatar.d.ts +3 -5
- package/esm/Avatar/Avatar.js +12 -7
- package/esm/AvatarGroup/AvatarGroup.d.ts +2 -4
- package/esm/AvatarGroup/AvatarGroup.js +8 -10
- package/esm/Badge/Badge.js +9 -4
- package/esm/Box/index.d.ts +4 -0
- package/esm/Box/index.js +8 -0
- package/esm/Breadcrumb/Breadcrumb.d.ts +4 -0
- package/esm/Breadcrumb/Breadcrumb.js +12 -6
- package/esm/Breadcrumb/BreadcrumbItem.d.ts +4 -0
- package/esm/Breadcrumb/BreadcrumbItem.js +6 -5
- package/esm/Button/Button.d.ts +3 -3
- package/esm/Button/Button.js +7 -8
- package/esm/ButtonGroup/ButtonGroup.d.ts +4 -2
- package/esm/ButtonGroup/ButtonGroup.js +10 -6
- package/esm/ButtonGroup/ButtonGroupContext.d.ts +3 -2
- package/esm/ButtonToolbar/ButtonToolbar.d.ts +1 -1
- package/esm/ButtonToolbar/ButtonToolbar.js +6 -7
- package/esm/Calendar/Calendar.js +4 -4
- package/esm/Calendar/CalendarBody.js +4 -4
- package/esm/Calendar/CalendarContainer.js +4 -4
- package/esm/Calendar/CalendarHeader.js +4 -4
- package/esm/Calendar/Grid/Grid.js +4 -4
- package/esm/Calendar/Grid/GridCell.js +2 -2
- package/esm/Calendar/Grid/GridHeaderRow.js +2 -2
- package/esm/Calendar/Grid/GridRow.js +2 -2
- package/esm/Calendar/MonthDropdown/MonthDropdown.js +4 -4
- package/esm/Calendar/MonthDropdown/MonthDropdownItem.js +4 -4
- package/esm/Calendar/TimeDropdown/TimeDropdown.js +2 -2
- package/esm/Card/Card.js +7 -9
- package/esm/CardGroup/CardGroup.js +7 -10
- package/esm/Carousel/Carousel.js +6 -5
- package/esm/CascadeTree/CascadeTree.d.ts +2 -2
- package/esm/CascadeTree/CascadeTree.js +4 -4
- package/esm/CascadeTree/SearchView.d.ts +6 -6
- package/esm/CascadeTree/SearchView.js +4 -4
- package/esm/CascadeTree/TreeView.d.ts +6 -6
- package/esm/CascadeTree/TreeView.js +9 -8
- package/esm/CascadeTree/hooks/useSearch.d.ts +5 -5
- package/esm/CascadeTree/hooks/useSearch.js +0 -0
- package/esm/CascadeTree/hooks/useSelect.d.ts +6 -6
- package/esm/CascadeTree/hooks/useSelect.js +0 -0
- package/esm/CascadeTree/types.d.ts +10 -10
- package/esm/CascadeTree/types.js +0 -0
- package/esm/Cascader/Cascader.d.ts +6 -43
- package/esm/Cascader/Cascader.js +8 -30
- package/esm/Cascader/useActive.d.ts +1 -1
- package/esm/Cascader/useActive.js +0 -0
- package/esm/Center/Center.d.ts +6 -0
- package/esm/Center/Center.js +29 -0
- package/esm/Center/index.d.ts +4 -0
- package/esm/Center/index.js +8 -0
- package/esm/CheckPicker/CheckPicker.d.ts +7 -5
- package/esm/CheckPicker/CheckPicker.js +17 -24
- package/esm/CheckTree/CheckTreeNode.js +4 -4
- package/esm/CheckTree/CheckTreeView.d.ts +1 -1
- package/esm/CheckTree/CheckTreeView.js +4 -4
- package/esm/CheckTreePicker/CheckTreePicker.d.ts +2 -10
- package/esm/CheckTreePicker/CheckTreePicker.js +6 -18
- package/esm/CheckTreePicker/hooks/useFocusState.d.ts +1 -1
- package/esm/CheckTreePicker/hooks/useFocusState.js +0 -0
- package/esm/Checkbox/Checkbox.d.ts +3 -3
- package/esm/Checkbox/Checkbox.js +4 -4
- package/esm/CheckboxGroup/CheckboxGroup.js +4 -4
- package/esm/Col/index.d.ts +2 -2
- package/esm/Col/index.js +1 -1
- package/esm/Container/Container.js +4 -4
- package/esm/CustomProvider/CustomProvider.d.ts +27 -13
- package/esm/CustomProvider/CustomProvider.js +1 -1
- package/esm/CustomProvider/types.d.ts +2 -0
- package/esm/CustomProvider/types.js +0 -0
- package/esm/DateInput/DateField.d.ts +2 -122
- package/esm/DateInput/DateInput.js +1 -1
- package/esm/DateInput/hooks/useDateInputState.d.ts +1 -121
- package/esm/DatePicker/DatePicker.js +14 -27
- package/esm/DatePicker/PredefinedRanges.d.ts +1 -1
- package/esm/DatePicker/PredefinedRanges.js +1 -1
- package/esm/DatePicker/Toolbar.js +6 -6
- package/esm/DatePicker/hooks/useFocus.d.ts +1 -1
- package/esm/DatePicker/utils.d.ts +1 -1
- package/esm/DateRangeInput/DateRangeInput.js +5 -5
- package/esm/DateRangePicker/DateRangePicker.d.ts +7 -1
- package/esm/DateRangePicker/DateRangePicker.js +18 -21
- package/esm/DateRangePicker/Header.js +2 -2
- package/esm/DateRangePicker/hooks/useDateDisabled.d.ts +0 -1
- package/esm/DateRangePicker/hooks/useDateDisabled.js +3 -7
- package/esm/DateRangePicker/types.d.ts +1 -1
- package/esm/Divider/Divider.d.ts +27 -2
- package/esm/Divider/Divider.js +27 -16
- package/esm/Drawer/Drawer.js +2 -2
- package/esm/Dropdown/Dropdown.d.ts +36 -37
- package/esm/Dropdown/Dropdown.js +13 -15
- package/esm/Dropdown/DropdownItem.d.ts +9 -19
- package/esm/Dropdown/DropdownItem.js +20 -15
- package/esm/Dropdown/DropdownMenu.d.ts +10 -11
- package/esm/Dropdown/DropdownMenu.js +12 -12
- package/esm/Dropdown/DropdownSeparator.js +4 -4
- package/esm/Dropdown/DropdownToggle.js +4 -4
- package/esm/Dropdown/types.d.ts +32 -0
- package/esm/Dropdown/types.js +2 -0
- package/esm/FlexboxGrid/FlexboxGrid.d.ts +16 -2
- package/esm/FlexboxGrid/FlexboxGrid.js +12 -4
- package/esm/FlexboxGrid/FlexboxGridItem.d.ts +9 -2
- package/esm/FlexboxGrid/FlexboxGridItem.js +6 -5
- package/esm/Form/hooks/useFormClassNames.js +4 -4
- package/esm/Form/hooks/useFormRef.d.ts +1 -1
- package/esm/Form/hooks/useFormValidate.js +0 -0
- package/esm/FormControl/FormControl.js +4 -4
- package/esm/FormControl/utils.d.ts +8 -0
- package/esm/FormControl/utils.js +44 -1
- package/esm/FormControlLabel/FormControlLabel.js +4 -4
- package/esm/FormErrorMessage/FormErrorMessage.js +9 -11
- package/esm/FormGroup/FormGroup.js +4 -4
- package/esm/FormHelpText/FormHelpText.js +4 -4
- package/esm/Grid/Col.d.ts +22 -0
- package/esm/Grid/Col.js +107 -0
- package/esm/Grid/Grid.d.ts +1 -1
- package/esm/Grid/Grid.js +5 -7
- package/esm/Grid/Row.d.ts +16 -0
- package/esm/Grid/Row.js +57 -0
- package/esm/Grid/index.d.ts +6 -1
- package/esm/Grid/index.js +3 -1
- package/esm/Grid/types.d.ts +65 -0
- package/esm/Grid/types.js +2 -0
- package/esm/Heading/Heading.js +4 -4
- package/esm/Highlight/Highlight.js +4 -4
- package/esm/IconButton/IconButton.js +4 -4
- package/esm/Image/Image.js +4 -4
- package/esm/InlineEdit/EditableControls.js +1 -2
- package/esm/InlineEdit/InlineEdit.js +5 -5
- package/esm/InlineEdit/renderChildren.d.ts +2 -1
- package/esm/InlineEdit/renderChildren.js +3 -2
- package/esm/InlineEdit/useFocusEvent.d.ts +2 -2
- package/esm/Input/Input.d.ts +3 -3
- package/esm/Input/Input.js +8 -8
- package/esm/InputGroup/InputGroup.d.ts +3 -2
- package/esm/InputGroup/InputGroup.js +7 -6
- package/esm/InputGroup/InputGroupAddon.js +4 -4
- package/esm/InputGroup/InputGroupButton.js +4 -7
- package/esm/InputNumber/InputNumber.d.ts +3 -3
- package/esm/InputNumber/InputNumber.js +9 -7
- package/esm/InputPicker/InputPicker.d.ts +7 -6
- package/esm/InputPicker/InputPicker.js +32 -30
- package/esm/InputPicker/InputSearch.d.ts +3 -3
- package/esm/InputPicker/InputSearch.js +4 -4
- package/esm/InputPicker/TagList.js +2 -2
- package/esm/InputPicker/TextBox.js +8 -7
- package/esm/InputPicker/hooks/useData.d.ts +9 -9
- package/esm/InputPicker/hooks/useData.js +0 -0
- package/esm/InputPicker/hooks/useInput.d.ts +3 -3
- package/esm/InputPicker/hooks/useInput.js +1 -1
- package/esm/InputPicker/hooks/useMaxWidth.d.ts +2 -2
- package/esm/InputPicker/utils.d.ts +1 -1
- package/esm/Kbd/Kbd.d.ts +15 -0
- package/esm/Kbd/Kbd.js +35 -0
- package/esm/Kbd/index.d.ts +4 -0
- package/esm/Kbd/index.js +8 -0
- package/esm/List/List.js +4 -4
- package/esm/List/ListItem.js +4 -4
- package/esm/List/helper/useSortHelper.d.ts +1 -1
- package/esm/List/helper/useSortHelper.js +1 -1
- package/esm/Loader/Loader.d.ts +2 -2
- package/esm/Loader/Loader.js +8 -9
- package/esm/MaskedInput/MaskedInput.d.ts +2 -1
- package/esm/MaskedInput/TextMask.js +1 -1
- package/esm/Menu/Menu.d.ts +18 -0
- package/esm/Menu/Menu.js +49 -0
- package/esm/Menu/MenuContext.d.ts +7 -0
- package/esm/Menu/MenuContext.js +5 -0
- package/esm/Menu/MenuItem.d.ts +25 -0
- package/esm/Menu/MenuItem.js +77 -0
- package/esm/Menu/MenuSeparator.d.ts +12 -0
- package/esm/Menu/MenuSeparator.js +28 -0
- package/esm/Menu/index.d.ts +8 -0
- package/esm/Menu/index.js +10 -0
- package/esm/Message/Message.js +10 -10
- package/esm/Modal/Modal.d.ts +2 -0
- package/esm/Modal/Modal.js +7 -5
- package/esm/Modal/ModalBody.js +8 -9
- package/esm/Modal/ModalDialog.d.ts +2 -2
- package/esm/Modal/ModalDialog.js +7 -10
- package/esm/Modal/ModalFooter.js +0 -0
- package/esm/Modal/ModalHeader.js +4 -4
- package/esm/Modal/ModalTitle.js +4 -4
- package/esm/Modal/utils.d.ts +3 -3
- package/esm/Modal/utils.js +2 -2
- package/esm/MultiCascadeTree/MultiCascadeTree.js +4 -4
- package/esm/MultiCascadeTree/SearchView.d.ts +4 -4
- package/esm/MultiCascadeTree/SearchView.js +4 -4
- package/esm/MultiCascadeTree/TreeView.d.ts +6 -6
- package/esm/MultiCascadeTree/TreeView.js +5 -6
- package/esm/MultiCascadeTree/hooks/useCascadeValue.js +0 -0
- package/esm/MultiCascadeTree/hooks/useSearch.d.ts +3 -3
- package/esm/MultiCascadeTree/hooks/useSearch.js +0 -0
- package/esm/MultiCascadeTree/hooks/useSelect.d.ts +9 -9
- package/esm/MultiCascadeTree/hooks/useSelect.js +1 -1
- package/esm/MultiCascadeTree/index.d.ts +1 -1
- package/esm/MultiCascadeTree/types.d.ts +2 -2
- package/esm/MultiCascadeTree/types.js +0 -0
- package/esm/MultiCascadeTree/utils.d.ts +2 -2
- package/esm/MultiCascadeTree/utils.js +0 -0
- package/esm/MultiCascader/MultiCascader.d.ts +8 -45
- package/esm/MultiCascader/MultiCascader.js +8 -30
- package/esm/Nav/AdaptiveNavItem.js +8 -8
- package/esm/Nav/Nav.d.ts +4 -7
- package/esm/Nav/Nav.js +7 -5
- package/esm/Nav/NavDropdown.d.ts +3 -3
- package/esm/Nav/NavDropdown.js +13 -15
- package/esm/Nav/NavDropdownItem.d.ts +3 -17
- package/esm/Nav/NavDropdownItem.js +6 -6
- package/esm/Nav/NavDropdownMenu.d.ts +17 -10
- package/esm/Nav/NavDropdownMenu.js +6 -6
- package/esm/Nav/NavDropdownToggle.js +5 -5
- package/esm/Nav/NavItem.d.ts +2 -2
- package/esm/Nav/NavItem.js +4 -4
- package/esm/Nav/NavMegaMenu.d.ts +5 -0
- package/esm/Nav/NavMegaMenu.js +17 -0
- package/esm/Nav/NavMenu.js +4 -4
- package/esm/Nav/index.d.ts +3 -1
- package/esm/Nav/index.js +2 -1
- package/esm/Navbar/Navbar.d.ts +1 -5
- package/esm/Navbar/Navbar.js +4 -4
- package/esm/Navbar/NavbarContent.d.ts +3 -6
- package/esm/Navbar/NavbarContent.js +2 -1
- package/esm/Navbar/NavbarDropdown.d.ts +1 -1
- package/esm/Navbar/NavbarDropdown.js +9 -10
- package/esm/Navbar/NavbarDropdownItem.d.ts +3 -17
- package/esm/Navbar/NavbarDropdownItem.js +6 -6
- package/esm/Navbar/NavbarDropdownMenu.d.ts +18 -10
- package/esm/Navbar/NavbarDropdownMenu.js +7 -7
- package/esm/Navbar/NavbarDropdownToggle.js +4 -4
- package/esm/Navbar/NavbarItem.d.ts +2 -2
- package/esm/Navbar/NavbarItem.js +4 -4
- package/esm/Navbar/NavbarMegaMenu.d.ts +26 -0
- package/esm/Navbar/NavbarMegaMenu.js +54 -0
- package/esm/Notification/Notification.js +10 -18
- package/esm/Pagination/LimitPicker.d.ts +2 -2
- package/esm/Pagination/LimitPicker.js +1 -1
- package/esm/Pagination/Pagination.d.ts +2 -2
- package/esm/Pagination/Pagination.js +20 -19
- package/esm/Pagination/PaginationButton.d.ts +10 -6
- package/esm/Pagination/PaginationButton.js +30 -18
- package/esm/Pagination/PaginationGroup.js +4 -4
- package/esm/Panel/AccordionButton.js +4 -5
- package/esm/Panel/Panel.js +4 -4
- package/esm/Panel/PanelBody.js +4 -4
- package/esm/Panel/PanelHeader.js +2 -2
- package/esm/PanelGroup/PanelGroup.js +4 -4
- package/esm/Placeholder/PlaceholderGraph.js +10 -11
- package/esm/Placeholder/PlaceholderGrid.js +14 -13
- package/esm/Placeholder/PlaceholderParagraph.js +17 -17
- package/esm/Popover/Popover.js +9 -11
- package/esm/Progress/ProgressCircle.js +4 -4
- package/esm/Progress/ProgressLine.js +4 -4
- package/esm/Radio/Radio.d.ts +3 -3
- package/esm/Radio/Radio.js +4 -4
- package/esm/RadioGroup/RadioGroup.js +4 -4
- package/esm/RadioTile/RadioTile.d.ts +3 -3
- package/esm/RadioTile/RadioTile.js +4 -5
- package/esm/RadioTileGroup/RadioTileGroup.js +4 -5
- package/esm/RangeSlider/RangeSlider.js +4 -4
- package/esm/Rate/Character.js +4 -4
- package/esm/Rate/Rate.d.ts +3 -3
- package/esm/Rate/Rate.js +4 -4
- package/esm/Row/index.d.ts +2 -2
- package/esm/Row/index.js +1 -1
- package/esm/SelectPicker/SelectPicker.d.ts +7 -17
- package/esm/SelectPicker/SelectPicker.js +17 -24
- package/esm/SelectPicker/index.d.ts +1 -1
- package/esm/Sidebar/Sidebar.js +8 -9
- package/esm/Sidenav/ExpandedSidenavDropdown.js +11 -14
- package/esm/Sidenav/ExpandedSidenavDropdownItem.d.ts +2 -2
- package/esm/Sidenav/ExpandedSidenavDropdownItem.js +7 -7
- package/esm/Sidenav/ExpandedSidenavDropdownMenu.d.ts +2 -2
- package/esm/Sidenav/ExpandedSidenavDropdownMenu.js +4 -4
- package/esm/Sidenav/Sidenav.d.ts +6 -0
- package/esm/Sidenav/Sidenav.js +8 -4
- package/esm/Sidenav/SidenavDropdown.d.ts +3 -3
- package/esm/Sidenav/SidenavDropdown.js +15 -17
- package/esm/Sidenav/SidenavDropdownCollapse.js +4 -4
- package/esm/Sidenav/SidenavDropdownItem.d.ts +3 -17
- package/esm/Sidenav/SidenavDropdownItem.js +6 -6
- package/esm/Sidenav/SidenavDropdownMenu.d.ts +11 -8
- package/esm/Sidenav/SidenavDropdownMenu.js +6 -6
- package/esm/Sidenav/SidenavDropdownToggle.js +12 -12
- package/esm/Sidenav/SidenavFooter.d.ts +11 -0
- package/esm/Sidenav/SidenavFooter.js +11 -0
- package/esm/Sidenav/SidenavGroupLabel.d.ts +11 -0
- package/esm/Sidenav/SidenavGroupLabel.js +11 -0
- package/esm/Sidenav/SidenavItem.d.ts +28 -9
- package/esm/Sidenav/SidenavItem.js +23 -13
- package/esm/Sidenav/SidenavToggle.d.ts +0 -6
- package/esm/Sidenav/SidenavToggle.js +13 -19
- package/esm/Sidenav/index.d.ts +3 -1
- package/esm/Sidenav/index.js +3 -1
- package/esm/Slider/Graduated.js +2 -2
- package/esm/Slider/Handle.js +5 -6
- package/esm/Slider/Input.js +2 -4
- package/esm/Slider/Mark.js +4 -4
- package/esm/Slider/ProgressBar.js +7 -8
- package/esm/Slider/Slider.js +4 -4
- package/esm/Slider/useDrag.d.ts +2 -2
- package/esm/Slider/useDrag.js +1 -1
- package/esm/Stack/HStack.d.ts +1 -1
- package/esm/Stack/HStack.js +1 -6
- package/esm/Stack/Stack.d.ts +20 -25
- package/esm/Stack/Stack.js +21 -37
- package/esm/Stack/StackItem.d.ts +2 -5
- package/esm/Stack/StackItem.js +17 -16
- package/esm/Stack/VStack.d.ts +1 -1
- package/esm/Stack/VStack.js +1 -6
- package/esm/Stat/Stat.js +4 -4
- package/esm/Stat/StatLabel.js +4 -4
- package/esm/Stat/StatTrend.js +4 -4
- package/esm/Stat/StatValue.js +4 -4
- package/esm/StatGroup/StatGroup.js +7 -10
- package/esm/Steps/StepItem.js +14 -17
- package/esm/Steps/Steps.js +4 -4
- package/esm/Table/Table.d.ts +2 -2
- package/esm/Tabs/TabPanel.js +4 -4
- package/esm/Tabs/Tabs.js +6 -5
- package/esm/Tag/Tag.js +4 -6
- package/esm/TagPicker/TagPicker.d.ts +10 -5
- package/esm/TagPicker/TagPicker.js +9 -4
- package/esm/Text/Text.d.ts +2 -9
- package/esm/Text/Text.js +18 -17
- package/esm/TimeRangePicker/TimeRangePicker.d.ts +1 -1
- package/esm/Timeline/Timeline.js +4 -4
- package/esm/Timeline/TimelineItem.js +4 -4
- package/esm/Toggle/Toggle.d.ts +4 -4
- package/esm/Toggle/Toggle.js +5 -5
- package/esm/Tooltip/Tooltip.js +9 -10
- package/esm/Tree/IndentLine.js +2 -2
- package/esm/Tree/TreeNode.js +6 -9
- package/esm/Tree/TreeNodeToggle.js +2 -2
- package/esm/Tree/TreeView.d.ts +2 -2
- package/esm/Tree/TreeView.js +4 -4
- package/esm/Tree/hooks/useFocusTree.d.ts +1 -1
- package/esm/TreePicker/TreePicker.d.ts +2 -10
- package/esm/TreePicker/TreePicker.js +6 -18
- package/esm/TreePicker/hooks/useFocusState.d.ts +1 -1
- package/esm/TreePicker/hooks/useFocusState.js +0 -0
- package/esm/Uploader/UploadFileItem.js +4 -4
- package/esm/Uploader/UploadTrigger.d.ts +3 -1
- package/esm/Uploader/UploadTrigger.js +21 -14
- package/esm/Uploader/Uploader.d.ts +1 -1
- package/esm/Uploader/Uploader.js +8 -8
- package/esm/Uploader/utils/ajaxUpload.d.ts +1 -1
- package/esm/Whisper/Whisper.d.ts +2 -1
- package/esm/index.d.ts +5 -3
- package/esm/index.js +5 -3
- package/esm/internals/Box/Box.d.ts +43 -0
- package/esm/internals/Box/Box.js +37 -0
- package/esm/internals/Box/index.d.ts +3 -0
- package/esm/internals/Box/index.js +3 -0
- package/esm/internals/Box/utils.d.ts +18 -0
- package/esm/internals/Box/utils.js +114 -0
- package/esm/internals/CloseButton/CloseButton.js +4 -4
- package/esm/internals/Menu/MenuItem.d.ts +1 -1
- package/esm/internals/Menu/MenuItem.js +1 -1
- package/esm/internals/Menu/Menubar.js +4 -1
- package/esm/internals/Menu/useRenderMenuItem.d.ts +2 -0
- package/esm/{Dropdown/useRenderDropdownItem.js → internals/Menu/useRenderMenuItem.js} +1 -1
- package/esm/internals/Overlay/Modal.js +9 -11
- package/esm/internals/Overlay/Overlay.d.ts +5 -6
- package/esm/internals/Overlay/Overlay.js +27 -22
- package/esm/internals/Overlay/OverlayProvider.d.ts +13 -0
- package/esm/internals/Overlay/OverlayProvider.js +16 -0
- package/esm/internals/Overlay/OverlayTrigger.d.ts +1 -10
- package/esm/internals/Overlay/OverlayTrigger.js +7 -6
- package/esm/internals/Overlay/Position.d.ts +6 -10
- package/esm/internals/Overlay/Position.js +17 -18
- package/esm/internals/Overlay/index.d.ts +2 -0
- package/esm/internals/Overlay/index.js +7 -0
- package/esm/internals/Overlay/positionUtils.d.ts +2 -20
- package/esm/internals/Overlay/positionUtils.js +3 -3
- package/esm/internals/Overlay/types.d.ts +37 -0
- package/esm/internals/Picker/ListCheckItem.d.ts +2 -2
- package/esm/internals/Picker/ListCheckItem.js +4 -4
- package/esm/internals/Picker/ListItem.d.ts +2 -2
- package/esm/internals/Picker/ListItem.js +4 -4
- package/esm/internals/Picker/ListItemGroup.js +4 -4
- package/esm/internals/Picker/Listbox.d.ts +5 -5
- package/esm/internals/Picker/Listbox.js +11 -11
- package/esm/internals/Picker/PickerIndicator.d.ts +3 -1
- package/esm/internals/Picker/PickerIndicator.js +6 -4
- package/esm/internals/Picker/PickerPopup.d.ts +2 -2
- package/esm/internals/Picker/PickerPopup.js +18 -15
- package/esm/internals/Picker/PickerToggle.d.ts +3 -3
- package/esm/internals/Picker/PickerToggle.js +11 -6
- package/esm/internals/Picker/PickerToggleTrigger.d.ts +3 -4
- package/esm/internals/Picker/PickerToggleTrigger.js +12 -15
- package/esm/internals/Picker/SelectedElement.js +5 -3
- package/esm/internals/Picker/hooks/useCombobox.d.ts +1 -0
- package/esm/internals/Picker/hooks/useCombobox.js +5 -3
- package/esm/internals/Picker/hooks/usePickerClassName.d.ts +0 -2
- package/esm/internals/Picker/hooks/usePickerClassName.js +4 -8
- package/esm/internals/Picker/hooks/usePickerRef.d.ts +8 -8
- package/esm/internals/Picker/hooks/usePickerRef.js +0 -0
- package/esm/internals/Picker/index.d.ts +1 -1
- package/esm/internals/Plaintext/Plaintext.js +4 -4
- package/esm/internals/Ripple/Ripple.js +4 -4
- package/esm/internals/ScrollView/ScrollView.js +4 -4
- package/esm/internals/ScrollView/hooks/useScrollState.d.ts +2 -2
- package/esm/internals/SearchBox/SearchBox.js +4 -4
- package/esm/internals/StyledBox/StyledBox.d.ts +13 -0
- package/esm/internals/StyledBox/StyledBox.js +23 -0
- package/esm/internals/StyledBox/index.d.ts +4 -0
- package/esm/internals/StyledBox/index.js +4 -0
- package/esm/internals/Windowing/AutoSizer.js +3 -6
- package/esm/internals/constants/index.d.ts +1 -1
- package/esm/internals/constants/index.js +1 -1
- package/esm/internals/hooks/index.d.ts +1 -1
- package/esm/internals/hooks/index.js +1 -1
- package/esm/internals/hooks/useElementResize.js +1 -1
- package/esm/internals/hooks/useEnsuredRef.d.ts +1 -2
- package/esm/internals/hooks/useEnsuredRef.js +1 -1
- package/esm/internals/hooks/useFocus.d.ts +1 -1
- package/esm/internals/hooks/useFocus.js +0 -0
- package/esm/internals/hooks/useFocusVirtualListItem.d.ts +1 -1
- package/esm/internals/hooks/useInternalId.js +1 -1
- package/esm/internals/hooks/useRootClose.d.ts +1 -1
- package/esm/internals/hooks/useRootClose.js +0 -0
- package/{cjs/internals/hooks/useClassNames.d.ts → esm/internals/hooks/useStyles.d.ts} +10 -5
- package/esm/internals/hooks/{useClassNames.js → useStyles.js} +31 -16
- package/esm/internals/hooks/useTimeout.js +1 -1
- package/esm/internals/hooks/useUpdatedRef.d.ts +1 -1
- package/esm/internals/types/colours.d.ts +4 -0
- package/esm/internals/types/colours.js +9 -1
- package/esm/internals/types/form.d.ts +9 -9
- package/esm/internals/types/html.d.ts +19 -0
- package/esm/internals/types/html.js +2 -0
- package/esm/internals/types/index.d.ts +2 -0
- package/esm/internals/types/index.js +3 -1
- package/esm/internals/types/picker.d.ts +59 -19
- package/esm/internals/types/placement.d.ts +1 -2
- package/esm/internals/types/shared.d.ts +1 -4
- package/esm/internals/types/sizes.d.ts +25 -0
- package/esm/internals/types/sizes.js +22 -0
- package/esm/internals/utils/ReactChildren.js +0 -1
- package/esm/internals/utils/colours.d.ts +10 -0
- package/esm/internals/utils/colours.js +35 -0
- package/esm/internals/utils/createComponent.js +4 -4
- package/esm/internals/utils/getDOMNode.js +3 -6
- package/esm/internals/utils/index.d.ts +5 -4
- package/esm/internals/utils/index.js +5 -4
- package/esm/internals/utils/placement.d.ts +21 -0
- package/esm/internals/utils/{placementPolyfill.js → placement.js} +20 -1
- package/esm/internals/utils/sizes.d.ts +5 -0
- package/esm/internals/utils/sizes.js +16 -0
- package/{cjs/internals/utils → esm/internals/utils/style-sheet}/css.d.ts +2 -4
- package/esm/internals/utils/{css.js → style-sheet/css.js} +1 -0
- package/esm/internals/utils/style-sheet/index.d.ts +4 -0
- package/esm/internals/utils/style-sheet/index.js +5 -0
- package/esm/internals/utils/{prefix.js → style-sheet/prefix.js} +0 -0
- package/esm/internals/utils/style-sheet/responsive.d.ts +2 -0
- package/esm/internals/utils/style-sheet/responsive.js +15 -0
- package/esm/internals/utils/style-sheet/styles.d.ts +16 -0
- package/esm/internals/utils/style-sheet/styles.js +38 -0
- package/esm/locales/index.d.ts +1 -0
- package/esm/locales/index.js +2 -1
- package/esm/locales/pl_PL.d.ts +151 -0
- package/esm/locales/pl_PL.js +87 -0
- package/esm/toaster/ToastContainer.d.ts +1 -1
- package/esm/toaster/ToastContainer.js +4 -4
- package/esm/toaster/hooks/useDelayedClosure.d.ts +1 -1
- package/esm/toaster/hooks/useDelayedClosure.js +2 -2
- package/esm/toaster/render.d.ts +2 -2
- package/internals/Box/styles/index.less +157 -0
- package/internals/Picker/styles/index.less +117 -176
- package/internals/Picker/styles/mixin.less +10 -169
- package/internals/Ripple/styles/index.less +2 -2
- package/internals/ScrollView/styles/index.less +2 -2
- package/locales/pl_PL/package.json +7 -0
- package/package.json +5 -5
- package/styles/color-modes/dark.less +17 -18
- package/styles/color-modes/high-contrast.less +18 -17
- package/styles/color-modes/light.less +16 -31
- package/styles/common.less +3 -5
- package/styles/index.less +4 -2
- package/styles/mixins/combobox.less +3 -7
- package/styles/mixins/listbox.less +2 -1
- package/styles/mixins/utilities.less +3 -6
- package/styles/normalize.less +1 -1
- package/styles/root.less +77 -0
- package/styles/scaffolding.less +5 -3
- package/styles/typography.less +16 -16
- package/styles/variables.less +331 -503
- package/toaster/styles/index.css +8 -14
- package/toaster/styles/index.less +6 -4
- package/useToaster/styles/index.css +8 -14
- package/Avatar/styles/mixin.less +0 -42
- package/FlexboxGrid/stories/styles.less +0 -17
- package/Form/styles/mixin.less +0 -139
- package/Grid/stories/styles.less +0 -29
- package/Message/styles/mixin.less +0 -41
- package/Modal/styles/mixin.less +0 -4
- package/Notification/styles/mixin.less +0 -19
- package/TagPicker/styles/mixin.less +0 -21
- package/Toggle/styles/mixin.less +0 -123
- package/cjs/Col/Col.d.ts +0 -69
- package/cjs/Col/Col.js +0 -62
- package/cjs/Dropdown/useRenderDropdownItem.d.ts +0 -2
- package/cjs/Row/Row.d.ts +0 -10
- package/cjs/Row/Row.js +0 -61
- package/cjs/internals/Overlay/OverlayContext.d.ts +0 -6
- package/cjs/internals/utils/placementPolyfill.d.ts +0 -10
- package/esm/Col/Col.d.ts +0 -69
- package/esm/Col/Col.js +0 -57
- package/esm/Dropdown/useRenderDropdownItem.d.ts +0 -2
- package/esm/Row/Row.d.ts +0 -10
- package/esm/Row/Row.js +0 -56
- package/esm/internals/Overlay/OverlayContext.d.ts +0 -6
- package/esm/internals/Overlay/OverlayContext.js +0 -5
- package/esm/internals/utils/placementPolyfill.d.ts +0 -10
- package/styles/color-modes.less +0 -18
- /package/cjs/internals/utils/{prefix.d.ts → style-sheet/prefix.d.ts} +0 -0
- /package/esm/internals/utils/{prefix.d.ts → style-sheet/prefix.d.ts} +0 -0
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
* @param {string} @size-name - The size name
|
|
4
4
|
* @param {string} @suffix - The suffix
|
|
5
5
|
*/
|
|
6
|
+
/* stylelint-disable */
|
|
7
|
+
*[class*='rs-'] {
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
}
|
|
10
|
+
*[class*='rs-']::before,
|
|
11
|
+
*[class*='rs-']::after {
|
|
12
|
+
box-sizing: border-box;
|
|
13
|
+
}
|
|
14
|
+
:root {
|
|
15
|
+
--rs-font-size-xs: 0.75rem;
|
|
16
|
+
--rs-font-size-sm: 0.875rem;
|
|
17
|
+
--rs-font-size-md: 1rem;
|
|
18
|
+
--rs-spacing: 0.25rem;
|
|
19
|
+
--rs-radius-none: 0;
|
|
20
|
+
--rs-radius-md: 0.375rem;
|
|
21
|
+
--rs-radius-full: calc(infinity * 1px);
|
|
22
|
+
--rs-shadow-none: 0 0 #0000;
|
|
23
|
+
}
|
|
6
24
|
:root,
|
|
7
25
|
.rs-theme-light {
|
|
8
26
|
--rs-gray-0: #fff;
|
|
@@ -79,6 +97,7 @@
|
|
|
79
97
|
--rs-color-focus-ring: rgb(from var(--rs-primary-500) r g b / 25%);
|
|
80
98
|
--rs-btn-default-bg: var(--rs-gray-50);
|
|
81
99
|
--rs-btn-default-text: var(--rs-gray-800);
|
|
100
|
+
--rs-btn-default-border-color: var(--rs-gray-200);
|
|
82
101
|
--rs-btn-default-hover-bg: var(--rs-gray-200);
|
|
83
102
|
--rs-btn-default-active-bg: var(--rs-gray-300);
|
|
84
103
|
--rs-btn-default-active-text: var(--rs-gray-900);
|
|
@@ -86,6 +105,7 @@
|
|
|
86
105
|
--rs-btn-default-disabled-text: var(--rs-gray-600);
|
|
87
106
|
--rs-btn-primary-bg: var(--rs-primary-500);
|
|
88
107
|
--rs-btn-primary-text: var(--rs-gray-0);
|
|
108
|
+
--rs-btn-primary-border-color: var(--rs-primary-600);
|
|
89
109
|
--rs-btn-primary-hover-bg: var(--rs-primary-600);
|
|
90
110
|
--rs-btn-primary-active-bg: var(--rs-primary-700);
|
|
91
111
|
--rs-btn-subtle-text: var(--rs-gray-800);
|
|
@@ -194,6 +214,7 @@
|
|
|
194
214
|
--rs-color-focus-ring: 0 0 0 3px rgb(from var(--rs-gray-500) r g b / 25%);
|
|
195
215
|
--rs-btn-default-bg: var(--rs-gray-600);
|
|
196
216
|
--rs-btn-default-text: var(--rs-gray-50);
|
|
217
|
+
--rs-btn-default-border-color: var(--rs-gray-700);
|
|
197
218
|
--rs-btn-default-hover-bg: var(--rs-gray-500);
|
|
198
219
|
--rs-btn-default-active-bg: var(--rs-gray-300);
|
|
199
220
|
--rs-btn-default-active-text: var(--rs-gray-0);
|
|
@@ -201,6 +222,7 @@
|
|
|
201
222
|
--rs-btn-default-disabled-text: var(--rs-gray-400);
|
|
202
223
|
--rs-btn-primary-bg: var(--rs-primary-700);
|
|
203
224
|
--rs-btn-primary-text: var(--rs-gray-0);
|
|
225
|
+
--rs-btn-primary-border-color: var(--rs-primary-800);
|
|
204
226
|
--rs-btn-primary-hover-bg: var(--rs-primary-600);
|
|
205
227
|
--rs-btn-primary-active-bg: var(--rs-primary-400);
|
|
206
228
|
--rs-btn-subtle-text: var(--rs-gray-200);
|
|
@@ -308,7 +330,7 @@
|
|
|
308
330
|
--rs-color-focus-ring: var(--rs-gray-0);
|
|
309
331
|
--rs-btn-default-bg: transparent;
|
|
310
332
|
--rs-btn-default-text: var(--rs-primary-500);
|
|
311
|
-
--rs-btn-default-border:
|
|
333
|
+
--rs-btn-default-border-color: var(--rs-primary-500);
|
|
312
334
|
--rs-btn-default-hover-bg: transparent;
|
|
313
335
|
--rs-btn-default-hover-text: var(--rs-primary-400);
|
|
314
336
|
--rs-btn-default-active-bg: transparent;
|
|
@@ -349,13 +371,24 @@
|
|
|
349
371
|
--rs-loader-ring-inverse: rgba(233, 235, 240, 0.8);
|
|
350
372
|
}
|
|
351
373
|
}
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
374
|
+
:root {
|
|
375
|
+
--rs-input-font-size-xs: var(--rs-font-size-xs);
|
|
376
|
+
--rs-input-font-size-sm: var(--rs-font-size-sm);
|
|
377
|
+
--rs-input-font-size-md: var(--rs-font-size-sm);
|
|
378
|
+
--rs-input-font-size-lg: var(--rs-font-size-md);
|
|
379
|
+
--rs-input-line-height-xs: 1.66666667;
|
|
380
|
+
--rs-input-line-height-sm: 1.42857143;
|
|
381
|
+
--rs-input-line-height-md: 1.42857143;
|
|
382
|
+
--rs-input-line-height-lg: 1.375;
|
|
383
|
+
--rs-input-border-radius: var(--rs-radius-md);
|
|
384
|
+
--rs-input-padding-block-xs: calc(2px - 1px);
|
|
385
|
+
--rs-input-padding-block-sm: calc(5px - 1px);
|
|
386
|
+
--rs-input-padding-block-md: calc(8px - 1px);
|
|
387
|
+
--rs-input-padding-block-lg: calc(10px - 1px);
|
|
388
|
+
--rs-input-padding-inline-xs: calc(var(--rs-spacing) - 1px);
|
|
389
|
+
--rs-input-padding-inline-sm: calc(calc(var(--rs-spacing) * 2) - 1px);
|
|
390
|
+
--rs-input-padding-inline-md: calc(calc(var(--rs-spacing) * 2.5) - 1px);
|
|
391
|
+
--rs-input-padding-inline-lg: calc(calc(var(--rs-spacing) * 3) - 1px);
|
|
359
392
|
}
|
|
360
393
|
.rs-input {
|
|
361
394
|
display: block;
|
|
@@ -365,15 +398,11 @@
|
|
|
365
398
|
background-image: none;
|
|
366
399
|
border: 1px solid var(--rs-border-primary);
|
|
367
400
|
transition: border-color ease-in-out 0.15s;
|
|
368
|
-
border-radius:
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
/* stylelint-enable */
|
|
374
|
-
}
|
|
375
|
-
textarea.rs-input {
|
|
376
|
-
height: auto;
|
|
401
|
+
border-radius: var(--rs-input-border-radius);
|
|
402
|
+
font-size: var(--rs-input-font-size);
|
|
403
|
+
line-height: var(--rs-input-line-height);
|
|
404
|
+
padding-block: var(--rs-input-padding-block);
|
|
405
|
+
padding-inline: var(--rs-input-padding-inline);
|
|
377
406
|
}
|
|
378
407
|
.rs-theme-high-contrast .rs-input {
|
|
379
408
|
transition: none;
|
|
@@ -399,38 +428,57 @@ textarea.rs-input {
|
|
|
399
428
|
color: var(--rs-text-disabled);
|
|
400
429
|
}
|
|
401
430
|
textarea.rs-input {
|
|
402
|
-
overflow: auto;
|
|
403
|
-
resize: vertical;
|
|
404
|
-
}
|
|
405
|
-
.rs-input-xs {
|
|
406
|
-
/* stylelint-disable */
|
|
407
|
-
padding: 1px 11px;
|
|
408
|
-
font-size: 12px;
|
|
409
|
-
line-height: 1.66666667;
|
|
410
|
-
/* stylelint-enable */
|
|
411
|
-
}
|
|
412
|
-
textarea.rs-input-xs {
|
|
413
431
|
height: auto;
|
|
414
432
|
}
|
|
415
|
-
.rs-input-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
433
|
+
.rs-input.rs-input-xs {
|
|
434
|
+
--rs-input-font-size: var(--rs-input-font-size-xs);
|
|
435
|
+
--rs-input-line-height: var(--rs-input-line-height-xs);
|
|
436
|
+
--rs-input-padding-block: var(--rs-input-padding-block-xs);
|
|
437
|
+
--rs-input-padding-inline: var(--rs-input-padding-inline-xs);
|
|
438
|
+
}
|
|
439
|
+
.rs-input.rs-input-sm {
|
|
440
|
+
--rs-input-font-size: var(--rs-input-font-size-sm);
|
|
441
|
+
--rs-input-line-height: var(--rs-input-line-height-sm);
|
|
442
|
+
--rs-input-padding-block: var(--rs-input-padding-block-sm);
|
|
443
|
+
--rs-input-padding-inline: var(--rs-input-padding-inline-sm);
|
|
444
|
+
}
|
|
445
|
+
.rs-input.rs-input-md {
|
|
446
|
+
--rs-input-font-size: var(--rs-input-font-size-md);
|
|
447
|
+
--rs-input-line-height: var(--rs-input-line-height-md);
|
|
448
|
+
--rs-input-padding-block: var(--rs-input-padding-block-md);
|
|
449
|
+
--rs-input-padding-inline: var(--rs-input-padding-inline-md);
|
|
450
|
+
}
|
|
451
|
+
.rs-input.rs-input-lg {
|
|
452
|
+
--rs-input-font-size: var(--rs-input-font-size-lg);
|
|
453
|
+
--rs-input-line-height: var(--rs-input-line-height-lg);
|
|
454
|
+
--rs-input-padding-block: var(--rs-input-padding-block-lg);
|
|
455
|
+
--rs-input-padding-inline: var(--rs-input-padding-inline-lg);
|
|
421
456
|
}
|
|
422
|
-
textarea.rs-input
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
.rs-input-sm {
|
|
426
|
-
/* stylelint-disable */
|
|
427
|
-
padding: 4px 11px;
|
|
428
|
-
font-size: 14px;
|
|
429
|
-
line-height: 1.42857143;
|
|
430
|
-
/* stylelint-enable */
|
|
457
|
+
textarea.rs-input {
|
|
458
|
+
overflow: auto;
|
|
459
|
+
resize: vertical;
|
|
431
460
|
}
|
|
432
|
-
|
|
433
|
-
|
|
461
|
+
:root {
|
|
462
|
+
--rs-btn-size-xs: 1.5rem;
|
|
463
|
+
--rs-btn-size-sm: 1.875rem;
|
|
464
|
+
--rs-btn-size-md: 2.25rem;
|
|
465
|
+
--rs-btn-size-lg: 2.625rem;
|
|
466
|
+
--rs-btn-font-size-xs: var(--rs-font-size-xs);
|
|
467
|
+
--rs-btn-font-size-sm: var(--rs-font-size-sm);
|
|
468
|
+
--rs-btn-font-size-md: var(--rs-font-size-sm);
|
|
469
|
+
--rs-btn-font-size-lg: var(--rs-font-size-md);
|
|
470
|
+
--rs-btn-line-height-xs: 1.25rem;
|
|
471
|
+
--rs-btn-line-height-sm: 1.25rem;
|
|
472
|
+
--rs-btn-line-height-md: 1.25rem;
|
|
473
|
+
--rs-btn-line-height-lg: 1.375rem;
|
|
474
|
+
--rs-btn-padding-inline-xs: calc(var(--rs-spacing) * 2);
|
|
475
|
+
--rs-btn-padding-inline-sm: calc(var(--rs-spacing) * 2.5);
|
|
476
|
+
--rs-btn-padding-inline-md: calc(var(--rs-spacing) * 3);
|
|
477
|
+
--rs-btn-padding-inline-lg: calc(var(--rs-spacing) * 3.5);
|
|
478
|
+
--rs-btn-padding-block-xs: calc(var(--rs-spacing) / 2);
|
|
479
|
+
--rs-btn-padding-block-sm: calc(var(--rs-spacing) * 1.25);
|
|
480
|
+
--rs-btn-padding-block-md: calc(var(--rs-spacing) * 2);
|
|
481
|
+
--rs-btn-padding-block-lg: calc(var(--rs-spacing) * 2.5);
|
|
434
482
|
}
|
|
435
483
|
.rs-btn {
|
|
436
484
|
display: inline-flex;
|
|
@@ -438,59 +486,33 @@ textarea.rs-input-sm {
|
|
|
438
486
|
justify-content: center;
|
|
439
487
|
margin-bottom: 0;
|
|
440
488
|
font-weight: normal;
|
|
489
|
+
font-size: var(--rs-btn-font-size, var(--rs-font-size-sm));
|
|
490
|
+
line-height: var(--rs-btn-line-height, 1.25rem);
|
|
491
|
+
height: var(--rs-btn-size, 2.25rem);
|
|
441
492
|
text-align: center;
|
|
442
493
|
vertical-align: middle;
|
|
443
494
|
cursor: pointer;
|
|
444
495
|
white-space: nowrap;
|
|
445
496
|
transition: color 0.15s ease-out, background-color 0.15s ease-out;
|
|
446
|
-
border:
|
|
497
|
+
border-width: 0;
|
|
498
|
+
border-style: solid;
|
|
499
|
+
border-color: var(--rs-btn-default-border-color, none);
|
|
447
500
|
-webkit-user-select: none;
|
|
448
501
|
-moz-user-select: none;
|
|
449
502
|
user-select: none;
|
|
450
503
|
text-decoration: none;
|
|
451
504
|
color: var(--rs-btn-default-text);
|
|
452
505
|
background-color: var(--rs-btn-default-bg);
|
|
453
|
-
border-radius:
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
padding: 8px 12px;
|
|
506
|
+
border-radius: var(--rs-radius-md);
|
|
507
|
+
padding-inline: var(--rs-btn-padding-inline);
|
|
508
|
+
padding-block: var(--rs-btn-padding-block);
|
|
457
509
|
overflow: hidden;
|
|
458
510
|
position: relative;
|
|
459
511
|
}
|
|
460
512
|
.rs-theme-high-contrast .rs-btn {
|
|
461
513
|
transition: none;
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
padding: 7px 11px;
|
|
465
|
-
}
|
|
466
|
-
.rs-btn-icon.rs-btn {
|
|
467
|
-
padding: 10px 10px;
|
|
468
|
-
line-height: 16px;
|
|
469
|
-
}
|
|
470
|
-
.rs-btn-icon.rs-btn > .rs-icon {
|
|
471
|
-
font-size: 16px;
|
|
472
|
-
}
|
|
473
|
-
.rs-btn-icon-with-text.rs-btn {
|
|
474
|
-
line-height: 20px;
|
|
475
|
-
}
|
|
476
|
-
.rs-btn-icon-with-text.rs-btn > .rs-icon {
|
|
477
|
-
padding: 10px 10px;
|
|
478
|
-
width: 36px;
|
|
479
|
-
height: 36px;
|
|
480
|
-
}
|
|
481
|
-
.rs-btn-icon-with-text.rs-btn.rs-btn-icon-placement-left {
|
|
482
|
-
padding: 8px 12px 8px 48px;
|
|
483
|
-
}
|
|
484
|
-
.rs-btn-icon-with-text.rs-btn.rs-btn-icon-placement-left > .rs-icon {
|
|
485
|
-
left: 0;
|
|
486
|
-
border-right: var(--rs-btn-default-border, none);
|
|
487
|
-
}
|
|
488
|
-
.rs-btn-icon-with-text.rs-btn.rs-btn-icon-placement-right {
|
|
489
|
-
padding: 8px 48px 8px 12px;
|
|
490
|
-
}
|
|
491
|
-
.rs-btn-icon-with-text.rs-btn.rs-btn-icon-placement-right > .rs-icon {
|
|
492
|
-
right: 0;
|
|
493
|
-
border-left: var(--rs-btn-default-border, none);
|
|
514
|
+
border-width: 1px;
|
|
515
|
+
border-color: var(--rs-btn-default-border-color);
|
|
494
516
|
}
|
|
495
517
|
.rs-btn:focus-visible {
|
|
496
518
|
outline: 3px solid var(--rs-color-focus-ring);
|
|
@@ -525,18 +547,46 @@ textarea.rs-input-sm {
|
|
|
525
547
|
/* stylelint-enable */
|
|
526
548
|
}
|
|
527
549
|
}
|
|
550
|
+
.rs-btn.rs-btn-lg {
|
|
551
|
+
--rs-btn-size: var(--rs-btn-size-lg);
|
|
552
|
+
--rs-btn-font-size: var(--rs-btn-font-size-lg);
|
|
553
|
+
--rs-btn-line-height: var(--rs-btn-line-height-lg);
|
|
554
|
+
--rs-btn-padding-inline: var(--rs-btn-padding-inline-lg);
|
|
555
|
+
--rs-btn-padding-block: var(--rs-btn-padding-block-lg);
|
|
556
|
+
}
|
|
557
|
+
.rs-btn.rs-btn-md {
|
|
558
|
+
--rs-btn-size: var(--rs-btn-size-md);
|
|
559
|
+
--rs-btn-font-size: var(--rs-btn-font-size-md);
|
|
560
|
+
--rs-btn-line-height: var(--rs-btn-line-height-md);
|
|
561
|
+
--rs-btn-padding-inline: var(--rs-btn-padding-inline-md);
|
|
562
|
+
--rs-btn-padding-block: var(--rs-btn-padding-block-md);
|
|
563
|
+
}
|
|
564
|
+
.rs-btn.rs-btn-sm {
|
|
565
|
+
--rs-btn-size: var(--rs-btn-size-sm);
|
|
566
|
+
--rs-btn-font-size: var(--rs-btn-font-size-sm);
|
|
567
|
+
--rs-btn-line-height: var(--rs-btn-line-height-sm);
|
|
568
|
+
--rs-btn-padding-inline: var(--rs-btn-padding-inline-sm);
|
|
569
|
+
--rs-btn-padding-block: var(--rs-btn-padding-block-sm);
|
|
570
|
+
}
|
|
571
|
+
.rs-btn.rs-btn-xs {
|
|
572
|
+
--rs-btn-size: var(--rs-btn-size-xs);
|
|
573
|
+
--rs-btn-font-size: var(--rs-btn-font-size-xs);
|
|
574
|
+
--rs-btn-line-height: var(--rs-btn-line-height-xs);
|
|
575
|
+
--rs-btn-padding-inline: var(--rs-btn-padding-inline-xs);
|
|
576
|
+
--rs-btn-padding-block: var(--rs-btn-padding-block-xs);
|
|
577
|
+
}
|
|
528
578
|
.rs-btn-start-icon {
|
|
529
579
|
line-height: 0;
|
|
530
|
-
margin-
|
|
580
|
+
margin-inline-end: 5px;
|
|
531
581
|
}
|
|
532
582
|
.rs-btn-end-icon {
|
|
533
583
|
line-height: 0;
|
|
534
|
-
margin-
|
|
584
|
+
margin-inline-start: 5px;
|
|
535
585
|
}
|
|
536
586
|
.rs-btn-primary {
|
|
537
587
|
color: var(--rs-btn-primary-text);
|
|
538
588
|
background-color: var(--rs-btn-primary-bg);
|
|
539
|
-
border:
|
|
589
|
+
border-color: var(--rs-btn-primary-border-color);
|
|
540
590
|
}
|
|
541
591
|
.rs-btn-primary:hover {
|
|
542
592
|
color: var(--rs-btn-primary-text);
|
|
@@ -560,7 +610,6 @@ textarea.rs-input-sm {
|
|
|
560
610
|
.rs-btn-subtle {
|
|
561
611
|
color: var(--rs-btn-subtle-text);
|
|
562
612
|
background-color: transparent;
|
|
563
|
-
border: none;
|
|
564
613
|
}
|
|
565
614
|
.rs-btn-subtle:hover {
|
|
566
615
|
color: var(--rs-btn-subtle-hover-text);
|
|
@@ -583,7 +632,6 @@ textarea.rs-input-sm {
|
|
|
583
632
|
.rs-btn-link {
|
|
584
633
|
color: var(--rs-btn-link-text);
|
|
585
634
|
background-color: transparent;
|
|
586
|
-
border: none;
|
|
587
635
|
}
|
|
588
636
|
.rs-btn-link:hover {
|
|
589
637
|
color: var(--rs-btn-link-hover-text);
|
|
@@ -610,6 +658,7 @@ textarea.rs-input-sm {
|
|
|
610
658
|
color: var(--rs-btn-ghost-text);
|
|
611
659
|
background-color: transparent;
|
|
612
660
|
border: 1px solid var(--rs-btn-ghost-border);
|
|
661
|
+
padding-inline: calc(var(--rs-btn-padding-inline) - 1px);
|
|
613
662
|
}
|
|
614
663
|
.rs-btn-ghost:hover {
|
|
615
664
|
color: var(--rs-btn-ghost-hover-text);
|
|
@@ -629,7 +678,7 @@ textarea.rs-input-sm {
|
|
|
629
678
|
background-color: transparent;
|
|
630
679
|
opacity: 0.3;
|
|
631
680
|
border-color: var(--rs-btn-ghost-border);
|
|
632
|
-
box-shadow: none;
|
|
681
|
+
box-shadow: var(--rs-shadow-none);
|
|
633
682
|
}
|
|
634
683
|
.rs-theme-high-contrast .rs-btn-ghost:disabled,
|
|
635
684
|
.rs-theme-high-contrast .rs-btn-ghost.rs-btn-disabled {
|
|
@@ -639,6 +688,7 @@ textarea.rs-input-sm {
|
|
|
639
688
|
--rs-btn-primary-bg: var(--rs-red-500);
|
|
640
689
|
--rs-btn-primary-hover-bg: var(--rs-red-700);
|
|
641
690
|
--rs-btn-primary-active-bg: var(--rs-red-800);
|
|
691
|
+
--rs-btn-primary-border-color: var(--rs-red-700);
|
|
642
692
|
--rs-btn-subtle-hover-bg: var(--rs-red-500);
|
|
643
693
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
644
694
|
--rs-btn-subtle-active-bg: var(--rs-red-600);
|
|
@@ -657,6 +707,7 @@ textarea.rs-input-sm {
|
|
|
657
707
|
--rs-btn-primary-bg: var(--rs-red-700);
|
|
658
708
|
--rs-btn-primary-hover-bg: var(--rs-red-500);
|
|
659
709
|
--rs-btn-primary-active-bg: var(--rs-red-400);
|
|
710
|
+
--rs-btn-primary-border-color: var(--rs-red-800);
|
|
660
711
|
--rs-btn-subtle-hover-bg: var(--rs-red-600);
|
|
661
712
|
--rs-btn-subtle-hover-text: #fff;
|
|
662
713
|
--rs-btn-subtle-active-bg: var(--rs-red-400);
|
|
@@ -693,6 +744,7 @@ textarea.rs-input-sm {
|
|
|
693
744
|
--rs-btn-primary-bg: var(--rs-orange-500);
|
|
694
745
|
--rs-btn-primary-hover-bg: var(--rs-orange-700);
|
|
695
746
|
--rs-btn-primary-active-bg: var(--rs-orange-800);
|
|
747
|
+
--rs-btn-primary-border-color: var(--rs-orange-700);
|
|
696
748
|
--rs-btn-subtle-hover-bg: var(--rs-orange-500);
|
|
697
749
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
698
750
|
--rs-btn-subtle-active-bg: var(--rs-orange-600);
|
|
@@ -711,6 +763,7 @@ textarea.rs-input-sm {
|
|
|
711
763
|
--rs-btn-primary-bg: var(--rs-orange-700);
|
|
712
764
|
--rs-btn-primary-hover-bg: var(--rs-orange-500);
|
|
713
765
|
--rs-btn-primary-active-bg: var(--rs-orange-400);
|
|
766
|
+
--rs-btn-primary-border-color: var(--rs-orange-800);
|
|
714
767
|
--rs-btn-subtle-hover-bg: var(--rs-orange-600);
|
|
715
768
|
--rs-btn-subtle-hover-text: #fff;
|
|
716
769
|
--rs-btn-subtle-active-bg: var(--rs-orange-400);
|
|
@@ -747,6 +800,7 @@ textarea.rs-input-sm {
|
|
|
747
800
|
--rs-btn-primary-bg: var(--rs-yellow-500);
|
|
748
801
|
--rs-btn-primary-hover-bg: var(--rs-yellow-700);
|
|
749
802
|
--rs-btn-primary-active-bg: var(--rs-yellow-800);
|
|
803
|
+
--rs-btn-primary-border-color: var(--rs-yellow-700);
|
|
750
804
|
--rs-btn-subtle-hover-bg: var(--rs-yellow-500);
|
|
751
805
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
752
806
|
--rs-btn-subtle-active-bg: var(--rs-yellow-600);
|
|
@@ -765,6 +819,7 @@ textarea.rs-input-sm {
|
|
|
765
819
|
--rs-btn-primary-bg: var(--rs-yellow-700);
|
|
766
820
|
--rs-btn-primary-hover-bg: var(--rs-yellow-500);
|
|
767
821
|
--rs-btn-primary-active-bg: var(--rs-yellow-400);
|
|
822
|
+
--rs-btn-primary-border-color: var(--rs-yellow-800);
|
|
768
823
|
--rs-btn-subtle-hover-bg: var(--rs-yellow-600);
|
|
769
824
|
--rs-btn-subtle-hover-text: #fff;
|
|
770
825
|
--rs-btn-subtle-active-bg: var(--rs-yellow-400);
|
|
@@ -801,6 +856,7 @@ textarea.rs-input-sm {
|
|
|
801
856
|
--rs-btn-primary-bg: var(--rs-green-500);
|
|
802
857
|
--rs-btn-primary-hover-bg: var(--rs-green-700);
|
|
803
858
|
--rs-btn-primary-active-bg: var(--rs-green-800);
|
|
859
|
+
--rs-btn-primary-border-color: var(--rs-green-700);
|
|
804
860
|
--rs-btn-subtle-hover-bg: var(--rs-green-500);
|
|
805
861
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
806
862
|
--rs-btn-subtle-active-bg: var(--rs-green-600);
|
|
@@ -819,6 +875,7 @@ textarea.rs-input-sm {
|
|
|
819
875
|
--rs-btn-primary-bg: var(--rs-green-700);
|
|
820
876
|
--rs-btn-primary-hover-bg: var(--rs-green-500);
|
|
821
877
|
--rs-btn-primary-active-bg: var(--rs-green-400);
|
|
878
|
+
--rs-btn-primary-border-color: var(--rs-green-800);
|
|
822
879
|
--rs-btn-subtle-hover-bg: var(--rs-green-600);
|
|
823
880
|
--rs-btn-subtle-hover-text: #fff;
|
|
824
881
|
--rs-btn-subtle-active-bg: var(--rs-green-400);
|
|
@@ -855,6 +912,7 @@ textarea.rs-input-sm {
|
|
|
855
912
|
--rs-btn-primary-bg: var(--rs-cyan-500);
|
|
856
913
|
--rs-btn-primary-hover-bg: var(--rs-cyan-700);
|
|
857
914
|
--rs-btn-primary-active-bg: var(--rs-cyan-800);
|
|
915
|
+
--rs-btn-primary-border-color: var(--rs-cyan-700);
|
|
858
916
|
--rs-btn-subtle-hover-bg: var(--rs-cyan-500);
|
|
859
917
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
860
918
|
--rs-btn-subtle-active-bg: var(--rs-cyan-600);
|
|
@@ -873,6 +931,7 @@ textarea.rs-input-sm {
|
|
|
873
931
|
--rs-btn-primary-bg: var(--rs-cyan-700);
|
|
874
932
|
--rs-btn-primary-hover-bg: var(--rs-cyan-500);
|
|
875
933
|
--rs-btn-primary-active-bg: var(--rs-cyan-400);
|
|
934
|
+
--rs-btn-primary-border-color: var(--rs-cyan-800);
|
|
876
935
|
--rs-btn-subtle-hover-bg: var(--rs-cyan-600);
|
|
877
936
|
--rs-btn-subtle-hover-text: #fff;
|
|
878
937
|
--rs-btn-subtle-active-bg: var(--rs-cyan-400);
|
|
@@ -909,6 +968,7 @@ textarea.rs-input-sm {
|
|
|
909
968
|
--rs-btn-primary-bg: var(--rs-blue-500);
|
|
910
969
|
--rs-btn-primary-hover-bg: var(--rs-blue-700);
|
|
911
970
|
--rs-btn-primary-active-bg: var(--rs-blue-800);
|
|
971
|
+
--rs-btn-primary-border-color: var(--rs-blue-700);
|
|
912
972
|
--rs-btn-subtle-hover-bg: var(--rs-blue-500);
|
|
913
973
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
914
974
|
--rs-btn-subtle-active-bg: var(--rs-blue-600);
|
|
@@ -927,6 +987,7 @@ textarea.rs-input-sm {
|
|
|
927
987
|
--rs-btn-primary-bg: var(--rs-blue-700);
|
|
928
988
|
--rs-btn-primary-hover-bg: var(--rs-blue-500);
|
|
929
989
|
--rs-btn-primary-active-bg: var(--rs-blue-400);
|
|
990
|
+
--rs-btn-primary-border-color: var(--rs-blue-800);
|
|
930
991
|
--rs-btn-subtle-hover-bg: var(--rs-blue-600);
|
|
931
992
|
--rs-btn-subtle-hover-text: #fff;
|
|
932
993
|
--rs-btn-subtle-active-bg: var(--rs-blue-400);
|
|
@@ -963,6 +1024,7 @@ textarea.rs-input-sm {
|
|
|
963
1024
|
--rs-btn-primary-bg: var(--rs-violet-500);
|
|
964
1025
|
--rs-btn-primary-hover-bg: var(--rs-violet-700);
|
|
965
1026
|
--rs-btn-primary-active-bg: var(--rs-violet-800);
|
|
1027
|
+
--rs-btn-primary-border-color: var(--rs-violet-700);
|
|
966
1028
|
--rs-btn-subtle-hover-bg: var(--rs-violet-500);
|
|
967
1029
|
--rs-btn-subtle-hover-text: #e5e5ea;
|
|
968
1030
|
--rs-btn-subtle-active-bg: var(--rs-violet-600);
|
|
@@ -981,6 +1043,7 @@ textarea.rs-input-sm {
|
|
|
981
1043
|
--rs-btn-primary-bg: var(--rs-violet-700);
|
|
982
1044
|
--rs-btn-primary-hover-bg: var(--rs-violet-500);
|
|
983
1045
|
--rs-btn-primary-active-bg: var(--rs-violet-400);
|
|
1046
|
+
--rs-btn-primary-border-color: var(--rs-violet-800);
|
|
984
1047
|
--rs-btn-subtle-hover-bg: var(--rs-violet-600);
|
|
985
1048
|
--rs-btn-subtle-hover-text: #fff;
|
|
986
1049
|
--rs-btn-subtle-active-bg: var(--rs-violet-400);
|
|
@@ -1013,154 +1076,6 @@ textarea.rs-input-sm {
|
|
|
1013
1076
|
--rs-btn-link-hover-text: var(--rs-violet-400);
|
|
1014
1077
|
--rs-btn-link-active-text: var(--rs-violet-200);
|
|
1015
1078
|
}
|
|
1016
|
-
.rs-btn-lg {
|
|
1017
|
-
font-size: 16px;
|
|
1018
|
-
line-height: 22px;
|
|
1019
|
-
padding: 10px 16px;
|
|
1020
|
-
}
|
|
1021
|
-
.rs-btn-ghost.rs-btn-lg {
|
|
1022
|
-
padding: 9px 15px;
|
|
1023
|
-
}
|
|
1024
|
-
.rs-btn-icon.rs-btn-lg {
|
|
1025
|
-
padding: 11px 11px;
|
|
1026
|
-
line-height: 20px;
|
|
1027
|
-
}
|
|
1028
|
-
.rs-btn-icon.rs-btn-lg > .rs-icon {
|
|
1029
|
-
font-size: 20px;
|
|
1030
|
-
}
|
|
1031
|
-
.rs-btn-icon-with-text.rs-btn-lg {
|
|
1032
|
-
line-height: 22px;
|
|
1033
|
-
}
|
|
1034
|
-
.rs-btn-icon-with-text.rs-btn-lg > .rs-icon {
|
|
1035
|
-
padding: 11px 11px;
|
|
1036
|
-
width: 42px;
|
|
1037
|
-
height: 42px;
|
|
1038
|
-
}
|
|
1039
|
-
.rs-btn-icon-with-text.rs-btn-lg.rs-btn-icon-placement-left {
|
|
1040
|
-
padding: 10px 16px 10px 58px;
|
|
1041
|
-
}
|
|
1042
|
-
.rs-btn-icon-with-text.rs-btn-lg.rs-btn-icon-placement-left > .rs-icon {
|
|
1043
|
-
left: 0;
|
|
1044
|
-
border-right: var(--rs-btn-default-border, none);
|
|
1045
|
-
}
|
|
1046
|
-
.rs-btn-icon-with-text.rs-btn-lg.rs-btn-icon-placement-right {
|
|
1047
|
-
padding: 10px 58px 10px 16px;
|
|
1048
|
-
}
|
|
1049
|
-
.rs-btn-icon-with-text.rs-btn-lg.rs-btn-icon-placement-right > .rs-icon {
|
|
1050
|
-
right: 0;
|
|
1051
|
-
border-left: var(--rs-btn-default-border, none);
|
|
1052
|
-
}
|
|
1053
|
-
.rs-btn-md {
|
|
1054
|
-
font-size: 14px;
|
|
1055
|
-
line-height: 20px;
|
|
1056
|
-
padding: 8px 12px;
|
|
1057
|
-
}
|
|
1058
|
-
.rs-btn-ghost.rs-btn-md {
|
|
1059
|
-
padding: 7px 11px;
|
|
1060
|
-
}
|
|
1061
|
-
.rs-btn-icon.rs-btn-md {
|
|
1062
|
-
padding: 10px 10px;
|
|
1063
|
-
line-height: 16px;
|
|
1064
|
-
}
|
|
1065
|
-
.rs-btn-icon.rs-btn-md > .rs-icon {
|
|
1066
|
-
font-size: 16px;
|
|
1067
|
-
}
|
|
1068
|
-
.rs-btn-icon-with-text.rs-btn-md {
|
|
1069
|
-
line-height: 20px;
|
|
1070
|
-
}
|
|
1071
|
-
.rs-btn-icon-with-text.rs-btn-md > .rs-icon {
|
|
1072
|
-
padding: 10px 10px;
|
|
1073
|
-
width: 36px;
|
|
1074
|
-
height: 36px;
|
|
1075
|
-
}
|
|
1076
|
-
.rs-btn-icon-with-text.rs-btn-md.rs-btn-icon-placement-left {
|
|
1077
|
-
padding: 8px 12px 8px 48px;
|
|
1078
|
-
}
|
|
1079
|
-
.rs-btn-icon-with-text.rs-btn-md.rs-btn-icon-placement-left > .rs-icon {
|
|
1080
|
-
left: 0;
|
|
1081
|
-
border-right: var(--rs-btn-default-border, none);
|
|
1082
|
-
}
|
|
1083
|
-
.rs-btn-icon-with-text.rs-btn-md.rs-btn-icon-placement-right {
|
|
1084
|
-
padding: 8px 48px 8px 12px;
|
|
1085
|
-
}
|
|
1086
|
-
.rs-btn-icon-with-text.rs-btn-md.rs-btn-icon-placement-right > .rs-icon {
|
|
1087
|
-
right: 0;
|
|
1088
|
-
border-left: var(--rs-btn-default-border, none);
|
|
1089
|
-
}
|
|
1090
|
-
.rs-btn-sm {
|
|
1091
|
-
font-size: 14px;
|
|
1092
|
-
line-height: 20px;
|
|
1093
|
-
padding: 5px 10px;
|
|
1094
|
-
}
|
|
1095
|
-
.rs-btn-ghost.rs-btn-sm {
|
|
1096
|
-
padding: 4px 9px;
|
|
1097
|
-
}
|
|
1098
|
-
.rs-btn-icon.rs-btn-sm {
|
|
1099
|
-
padding: 7px 7px;
|
|
1100
|
-
line-height: 16px;
|
|
1101
|
-
}
|
|
1102
|
-
.rs-btn-icon.rs-btn-sm > .rs-icon {
|
|
1103
|
-
font-size: 16px;
|
|
1104
|
-
}
|
|
1105
|
-
.rs-btn-icon-with-text.rs-btn-sm {
|
|
1106
|
-
line-height: 20px;
|
|
1107
|
-
}
|
|
1108
|
-
.rs-btn-icon-with-text.rs-btn-sm > .rs-icon {
|
|
1109
|
-
padding: 7px 7px;
|
|
1110
|
-
width: 30px;
|
|
1111
|
-
height: 30px;
|
|
1112
|
-
}
|
|
1113
|
-
.rs-btn-icon-with-text.rs-btn-sm.rs-btn-icon-placement-left {
|
|
1114
|
-
padding: 5px 10px 5px 40px;
|
|
1115
|
-
}
|
|
1116
|
-
.rs-btn-icon-with-text.rs-btn-sm.rs-btn-icon-placement-left > .rs-icon {
|
|
1117
|
-
left: 0;
|
|
1118
|
-
border-right: var(--rs-btn-default-border, none);
|
|
1119
|
-
}
|
|
1120
|
-
.rs-btn-icon-with-text.rs-btn-sm.rs-btn-icon-placement-right {
|
|
1121
|
-
padding: 5px 40px 5px 10px;
|
|
1122
|
-
}
|
|
1123
|
-
.rs-btn-icon-with-text.rs-btn-sm.rs-btn-icon-placement-right > .rs-icon {
|
|
1124
|
-
right: 0;
|
|
1125
|
-
border-left: var(--rs-btn-default-border, none);
|
|
1126
|
-
}
|
|
1127
|
-
.rs-btn-xs {
|
|
1128
|
-
font-size: 12px;
|
|
1129
|
-
line-height: 20px;
|
|
1130
|
-
padding: 2px 8px;
|
|
1131
|
-
}
|
|
1132
|
-
.rs-btn-ghost.rs-btn-xs {
|
|
1133
|
-
padding: 1px 7px;
|
|
1134
|
-
}
|
|
1135
|
-
.rs-btn-icon.rs-btn-xs {
|
|
1136
|
-
padding: 6px 6px;
|
|
1137
|
-
line-height: 12px;
|
|
1138
|
-
}
|
|
1139
|
-
.rs-btn-icon.rs-btn-xs > .rs-icon {
|
|
1140
|
-
font-size: 12px;
|
|
1141
|
-
}
|
|
1142
|
-
.rs-btn-icon-with-text.rs-btn-xs {
|
|
1143
|
-
line-height: 20px;
|
|
1144
|
-
}
|
|
1145
|
-
.rs-btn-icon-with-text.rs-btn-xs > .rs-icon {
|
|
1146
|
-
padding: 6px 6px;
|
|
1147
|
-
width: 24px;
|
|
1148
|
-
height: 24px;
|
|
1149
|
-
}
|
|
1150
|
-
.rs-btn-icon-with-text.rs-btn-xs.rs-btn-icon-placement-left {
|
|
1151
|
-
padding: 2px 8px 2px 32px;
|
|
1152
|
-
}
|
|
1153
|
-
.rs-btn-icon-with-text.rs-btn-xs.rs-btn-icon-placement-left > .rs-icon {
|
|
1154
|
-
left: 0;
|
|
1155
|
-
border-right: var(--rs-btn-default-border, none);
|
|
1156
|
-
}
|
|
1157
|
-
.rs-btn-icon-with-text.rs-btn-xs.rs-btn-icon-placement-right {
|
|
1158
|
-
padding: 2px 32px 2px 8px;
|
|
1159
|
-
}
|
|
1160
|
-
.rs-btn-icon-with-text.rs-btn-xs.rs-btn-icon-placement-right > .rs-icon {
|
|
1161
|
-
right: 0;
|
|
1162
|
-
border-left: var(--rs-btn-default-border, none);
|
|
1163
|
-
}
|
|
1164
1079
|
.rs-btn-block {
|
|
1165
1080
|
width: 100%;
|
|
1166
1081
|
}
|
|
@@ -1181,10 +1096,10 @@ textarea.rs-input-sm {
|
|
|
1181
1096
|
height: 18px;
|
|
1182
1097
|
margin: auto;
|
|
1183
1098
|
top: 0;
|
|
1184
|
-
right: 0;
|
|
1185
1099
|
bottom: 0;
|
|
1186
|
-
|
|
1187
|
-
|
|
1100
|
+
inset-inline-end: 0;
|
|
1101
|
+
inset-inline-start: 0;
|
|
1102
|
+
border-radius: var(--rs-radius-full);
|
|
1188
1103
|
z-index: 1;
|
|
1189
1104
|
}
|
|
1190
1105
|
.rs-btn-xs.rs-btn-loading > .rs-btn-spin::before,
|
|
@@ -1222,14 +1137,56 @@ textarea.rs-input-sm {
|
|
|
1222
1137
|
}
|
|
1223
1138
|
}
|
|
1224
1139
|
.rs-input-group {
|
|
1140
|
+
--rs-input-group-input-height-xs: calc(24px - 2px);
|
|
1141
|
+
--rs-input-group-input-height-sm: calc(30px - 2px);
|
|
1142
|
+
--rs-input-group-input-height-md: calc(36px - 2px);
|
|
1143
|
+
--rs-input-group-input-height-lg: calc(42px - 2px);
|
|
1144
|
+
--rs-input-group-inside-btn-m-x-xs: calc(2px / 2);
|
|
1145
|
+
--rs-input-group-inside-btn-m-x-sm: calc(5px / 2);
|
|
1146
|
+
--rs-input-group-inside-btn-m-x-md: calc(8px / 2);
|
|
1147
|
+
--rs-input-group-inside-btn-m-x-lg: calc(10px / 2);
|
|
1148
|
+
--rs-input-group-inside-btn-p-x-xs: calc(8px / 2);
|
|
1149
|
+
--rs-input-group-inside-btn-p-x-sm: calc(10px / 2);
|
|
1150
|
+
--rs-input-group-inside-btn-p-x-md: calc(12px / 2);
|
|
1151
|
+
--rs-input-group-inside-btn-p-x-lg: calc(16px / 2);
|
|
1152
|
+
--rs-input-group-border-radius: var(--rs-radius-md);
|
|
1153
|
+
--rs-input-group-font-size-xs: var(--rs-font-size-xs);
|
|
1154
|
+
--rs-input-group-font-size-sm: var(--rs-font-size-sm);
|
|
1155
|
+
--rs-input-group-font-size-md: var(--rs-font-size-sm);
|
|
1156
|
+
--rs-input-group-font-size-lg: var(--rs-font-size-md);
|
|
1225
1157
|
position: relative;
|
|
1226
1158
|
display: flex;
|
|
1227
|
-
border-radius:
|
|
1159
|
+
border-radius: var(--rs-input-group-border-radius);
|
|
1228
1160
|
transition: border-color ease-in-out 0.15s;
|
|
1229
1161
|
width: 100%;
|
|
1230
1162
|
cursor: text;
|
|
1231
1163
|
color: var(--rs-text-primary);
|
|
1232
1164
|
border: 1px solid var(--rs-border-primary);
|
|
1165
|
+
overflow: hidden;
|
|
1166
|
+
}
|
|
1167
|
+
.rs-input-group.rs-input-group-xs {
|
|
1168
|
+
--rs-input-group-input-height: var(--rs-input-group-input-height-xs);
|
|
1169
|
+
--rs-input-group-inside-btn-spacing: var(--rs-input-group-inside-btn-m-x-xs);
|
|
1170
|
+
--rs-input-group-inside-btn-padding: var(--rs-input-group-inside-btn-p-x-xs);
|
|
1171
|
+
--rs-input-group-font-size: var(--rs-input-group-font-size-xs);
|
|
1172
|
+
}
|
|
1173
|
+
.rs-input-group.rs-input-group-sm {
|
|
1174
|
+
--rs-input-group-input-height: var(--rs-input-group-input-height-sm);
|
|
1175
|
+
--rs-input-group-inside-btn-spacing: var(--rs-input-group-inside-btn-m-x-sm);
|
|
1176
|
+
--rs-input-group-inside-btn-padding: var(--rs-input-group-inside-btn-p-x-sm);
|
|
1177
|
+
--rs-input-group-font-size: var(--rs-input-group-font-size-sm);
|
|
1178
|
+
}
|
|
1179
|
+
.rs-input-group.rs-input-group-md {
|
|
1180
|
+
--rs-input-group-input-height: var(--rs-input-group-input-height-md);
|
|
1181
|
+
--rs-input-group-inside-btn-spacing: var(--rs-input-group-inside-btn-m-x-md);
|
|
1182
|
+
--rs-input-group-inside-btn-padding: var(--rs-input-group-inside-btn-p-x-md);
|
|
1183
|
+
--rs-input-group-font-size: var(--rs-input-group-font-size-md);
|
|
1184
|
+
}
|
|
1185
|
+
.rs-input-group.rs-input-group-lg {
|
|
1186
|
+
--rs-input-group-input-height: var(--rs-input-group-input-height-lg);
|
|
1187
|
+
--rs-input-group-inside-btn-spacing: var(--rs-input-group-inside-btn-m-x-lg);
|
|
1188
|
+
--rs-input-group-inside-btn-padding: var(--rs-input-group-inside-btn-p-x-lg);
|
|
1189
|
+
--rs-input-group-font-size: var(--rs-input-group-font-size-lg);
|
|
1233
1190
|
}
|
|
1234
1191
|
.rs-theme-high-contrast .rs-input-group {
|
|
1235
1192
|
transition: none;
|
|
@@ -1251,45 +1208,17 @@ textarea.rs-input-sm {
|
|
|
1251
1208
|
outline: none !important;
|
|
1252
1209
|
border-color: transparent !important;
|
|
1253
1210
|
}
|
|
1211
|
+
.rs-input-group .rs-input-group-btn {
|
|
1212
|
+
height: var(--rs-input-group-input-height);
|
|
1213
|
+
}
|
|
1254
1214
|
.rs-input-group .rs-input-number,
|
|
1255
1215
|
.rs-input-group .rs-input-group-addon,
|
|
1256
1216
|
.rs-input-group .rs-input-group-btn,
|
|
1257
1217
|
.rs-input-group .rs-picker-date .rs-picker-toggle {
|
|
1258
1218
|
border: none;
|
|
1259
|
-
border-radius:
|
|
1219
|
+
border-radius: var(--rs-radius-none);
|
|
1260
1220
|
outline: none;
|
|
1261
1221
|
}
|
|
1262
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-input {
|
|
1263
|
-
border: none;
|
|
1264
|
-
border-radius: 0;
|
|
1265
|
-
outline: none;
|
|
1266
|
-
}
|
|
1267
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-input-number:not(:last-child) .rs-input-number-btn-group-vertical {
|
|
1268
|
-
border-radius: 0;
|
|
1269
|
-
}
|
|
1270
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-input-number:not(:last-child) .rs-input-number-touchspin-up {
|
|
1271
|
-
border-top-right-radius: 0;
|
|
1272
|
-
}
|
|
1273
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-input-number:not(:last-child) .rs-input-number-touchspin-down {
|
|
1274
|
-
border-bottom-right-radius: 0;
|
|
1275
|
-
}
|
|
1276
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-input-number:not(:first-child) .rs-input {
|
|
1277
|
-
border-radius: 0 !important;
|
|
1278
|
-
}
|
|
1279
|
-
.rs-input-group:not(.rs-input-group-inside) > :first-child,
|
|
1280
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-auto-complete:first-child .rs-input,
|
|
1281
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-picker-date:first-child .rs-picker-toggle,
|
|
1282
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-form-control-wrapper:first-child > .rs-input {
|
|
1283
|
-
border-bottom-left-radius: 6px;
|
|
1284
|
-
border-top-left-radius: 6px;
|
|
1285
|
-
}
|
|
1286
|
-
.rs-input-group:not(.rs-input-group-inside) > :last-child,
|
|
1287
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-auto-complete:last-child .rs-input,
|
|
1288
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-picker-date:last-child .rs-picker-toggle,
|
|
1289
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-form-control-wrapper:last-child > .rs-input {
|
|
1290
|
-
border-bottom-right-radius: 6px;
|
|
1291
|
-
border-top-right-radius: 6px;
|
|
1292
|
-
}
|
|
1293
1222
|
.rs-input-group > .rs-input,
|
|
1294
1223
|
.rs-input-group > .rs-form-control-wrapper {
|
|
1295
1224
|
flex: 1 1 auto;
|
|
@@ -1299,19 +1228,17 @@ textarea.rs-input-sm {
|
|
|
1299
1228
|
}
|
|
1300
1229
|
.rs-input-group > .rs-input {
|
|
1301
1230
|
position: relative;
|
|
1231
|
+
height: var(--rs-input-group-input-height);
|
|
1232
|
+
border: none;
|
|
1233
|
+
border-radius: var(--rs-radius-none);
|
|
1234
|
+
outline: none;
|
|
1302
1235
|
}
|
|
1303
|
-
.rs-input-group
|
|
1304
|
-
|
|
1305
|
-
border-left: none;
|
|
1306
|
-
left: auto;
|
|
1307
|
-
right: 0;
|
|
1308
|
-
}
|
|
1309
|
-
.rs-input-group input.rs-input ~ .rs-input-group-addon:not(:last-child),
|
|
1310
|
-
.rs-input-group .rs-form-control-wrapper ~ .rs-input-group-addon:not(:last-child) {
|
|
1311
|
-
border-right: 0;
|
|
1236
|
+
.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
1237
|
+
font-size: inherit;
|
|
1312
1238
|
}
|
|
1313
1239
|
.rs-input-group.rs-input-group-inside {
|
|
1314
1240
|
width: 100%;
|
|
1241
|
+
align-items: center;
|
|
1315
1242
|
background-color: var(--rs-input-bg);
|
|
1316
1243
|
}
|
|
1317
1244
|
.rs-input-group.rs-input-group-inside .rs-input {
|
|
@@ -1326,13 +1253,13 @@ textarea.rs-input-sm {
|
|
|
1326
1253
|
width: auto;
|
|
1327
1254
|
}
|
|
1328
1255
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn {
|
|
1256
|
+
border-radius: var(--rs-input-group-border-radius);
|
|
1257
|
+
height: calc(var(--rs-input-group-input-height) - var(--rs-input-group-inside-btn-spacing) * 2);
|
|
1258
|
+
margin-inline: var(--rs-input-group-inside-btn-spacing);
|
|
1259
|
+
padding-inline: var(--rs-input-group-inside-btn-padding);
|
|
1329
1260
|
color: var(--rs-btn-subtle-text);
|
|
1330
1261
|
background-color: transparent;
|
|
1331
|
-
border: none;
|
|
1332
1262
|
color: inherit;
|
|
1333
|
-
height: 34px;
|
|
1334
|
-
padding: 7px 11px;
|
|
1335
|
-
border-radius: 0 6px 6px 0;
|
|
1336
1263
|
}
|
|
1337
1264
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn:hover {
|
|
1338
1265
|
color: var(--rs-btn-subtle-hover-text);
|
|
@@ -1352,50 +1279,20 @@ textarea.rs-input-sm {
|
|
|
1352
1279
|
.rs-theme-high-contrast .rs-input-group.rs-input-group-inside .rs-input-group-btn.rs-btn-disabled {
|
|
1353
1280
|
border-color: var(--rs-btn-default-disabled-boreder-color);
|
|
1354
1281
|
}
|
|
1355
|
-
.rs-input-group.rs-input-group-inside .rs-input-group-btn > .rs-icon {
|
|
1356
|
-
font-size: 14px;
|
|
1357
|
-
line-height: 1.42857143;
|
|
1358
|
-
}
|
|
1359
1282
|
.rs-input-group.rs-input-group-inside .rs-input-group-btn:focus {
|
|
1360
1283
|
outline: none;
|
|
1361
1284
|
}
|
|
1362
|
-
.rs-input-group.rs-input-group-inside .rs-input-group-btn:first-child {
|
|
1363
|
-
border-bottom-left-radius: 6px;
|
|
1364
|
-
border-top-left-radius: 6px;
|
|
1365
|
-
}
|
|
1366
|
-
.rs-input-group.rs-input-group-inside .rs-input-group-btn:last-child {
|
|
1367
|
-
border-bottom-right-radius: 6px;
|
|
1368
|
-
border-top-right-radius: 6px;
|
|
1369
|
-
}
|
|
1370
1285
|
.rs-input-group.rs-input-group-inside .rs-input-group-addon {
|
|
1371
|
-
top: 0;
|
|
1372
1286
|
background: none;
|
|
1373
1287
|
border: none;
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
.rs-input-group.rs-input-group-inside .rs-
|
|
1377
|
-
padding:
|
|
1378
|
-
}
|
|
1379
|
-
.rs-input-group.rs-input-group-inside .rs-input-
|
|
1380
|
-
.rs-input-group.rs-input-group-inside .rs-
|
|
1381
|
-
|
|
1382
|
-
.rs-input-group.rs-input-group-inside .rs-input-group-addon ~ .rs-auto-complete > input.rs-input,
|
|
1383
|
-
.rs-input-group.rs-input-group-inside .rs-input-group-addon ~ .rs-form-control-wrapper > input.rs-input,
|
|
1384
|
-
.rs-input-group.rs-input-group-inside .rs-input-group-btn ~ .rs-form-control-wrapper > input.rs-input {
|
|
1385
|
-
padding-left: 0;
|
|
1386
|
-
padding-right: 12px;
|
|
1387
|
-
}
|
|
1388
|
-
.rs-input-group.rs-input-group-inside input.rs-input ~ .rs-input-group-btn,
|
|
1389
|
-
.rs-input-group.rs-input-group-inside .rs-auto-complete ~ .rs-input-group-addon,
|
|
1390
|
-
.rs-input-group.rs-input-group-inside .rs-form-control-wrapper ~ .rs-input-group-addon,
|
|
1391
|
-
.rs-input-group.rs-input-group-inside .rs-form-control-wrapper ~ .rs-input-group-btn {
|
|
1392
|
-
left: inherit;
|
|
1393
|
-
right: 0;
|
|
1394
|
-
}
|
|
1395
|
-
.rs-input-group.rs-input-group-inside .rs-auto-complete ~ .rs-input-group-btn,
|
|
1396
|
-
.rs-input-group.rs-input-group-inside .rs-form-control-wrapper ~ .rs-input-group-btn {
|
|
1397
|
-
left: inherit;
|
|
1398
|
-
right: 1px;
|
|
1288
|
+
}
|
|
1289
|
+
.rs-input-group.rs-input-group-inside .rs-input:not(:first-child),
|
|
1290
|
+
.rs-input-group.rs-input-group-inside .rs-auto-complete:not(:first-child) .rs-input {
|
|
1291
|
+
padding-inline-start: 0;
|
|
1292
|
+
}
|
|
1293
|
+
.rs-input-group.rs-input-group-inside .rs-input:not(:last-child),
|
|
1294
|
+
.rs-input-group.rs-input-group-inside .rs-auto-complete:not(:last-child) .rs-input {
|
|
1295
|
+
padding-inline-end: 0;
|
|
1399
1296
|
}
|
|
1400
1297
|
.rs-input-group.rs-input-group-disabled {
|
|
1401
1298
|
background-color: var(--rs-input-disabled-bg);
|
|
@@ -1407,288 +1304,66 @@ textarea.rs-input-sm {
|
|
|
1407
1304
|
.rs-input-group.rs-input-group-disabled .rs-input-group-addon {
|
|
1408
1305
|
color: inherit;
|
|
1409
1306
|
}
|
|
1410
|
-
.rs-input-group-lg > .rs-input {
|
|
1411
|
-
/* stylelint-disable */
|
|
1412
|
-
padding: 9px 11px;
|
|
1413
|
-
font-size: 16px;
|
|
1414
|
-
line-height: 1.375;
|
|
1415
|
-
/* stylelint-enable */
|
|
1416
|
-
}
|
|
1417
|
-
textarea.rs-input-group-lg > .rs-input {
|
|
1418
|
-
height: auto;
|
|
1419
|
-
}
|
|
1420
|
-
.rs-input-group-lg.rs-input-group-inside > .rs-input {
|
|
1421
|
-
padding-right: 0;
|
|
1422
|
-
}
|
|
1423
|
-
.rs-input-group-lg.rs-input-group > .rs-input {
|
|
1424
|
-
height: 40px;
|
|
1425
|
-
}
|
|
1426
|
-
.rs-input-group-lg.rs-input-group > .rs-input-group-addon {
|
|
1427
|
-
height: 40px;
|
|
1428
|
-
}
|
|
1429
|
-
.rs-input-group-lg.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
1430
|
-
font-size: inherit;
|
|
1431
|
-
}
|
|
1432
|
-
.rs-input-group-lg.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon {
|
|
1433
|
-
padding-top: 8px;
|
|
1434
|
-
padding-bottom: 8px;
|
|
1435
|
-
}
|
|
1436
|
-
.rs-input-group-md > .rs-input {
|
|
1437
|
-
/* stylelint-disable */
|
|
1438
|
-
padding: 7px 11px;
|
|
1439
|
-
font-size: 14px;
|
|
1440
|
-
line-height: 1.42857143;
|
|
1441
|
-
/* stylelint-enable */
|
|
1442
|
-
}
|
|
1443
|
-
textarea.rs-input-group-md > .rs-input {
|
|
1444
|
-
height: auto;
|
|
1445
|
-
}
|
|
1446
|
-
.rs-input-group-md.rs-input-group-inside > .rs-input {
|
|
1447
|
-
padding-right: 0;
|
|
1448
|
-
}
|
|
1449
|
-
.rs-input-group-md.rs-input-group > .rs-input {
|
|
1450
|
-
height: 34px;
|
|
1451
|
-
}
|
|
1452
|
-
.rs-input-group-md.rs-input-group > .rs-input-group-addon {
|
|
1453
|
-
height: 34px;
|
|
1454
|
-
}
|
|
1455
|
-
.rs-input-group-md.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
1456
|
-
font-size: inherit;
|
|
1457
|
-
}
|
|
1458
|
-
.rs-input-group-md.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon {
|
|
1459
|
-
padding-top: 6px;
|
|
1460
|
-
padding-bottom: 6px;
|
|
1461
|
-
}
|
|
1462
|
-
.rs-input-group-sm > .rs-input {
|
|
1463
|
-
/* stylelint-disable */
|
|
1464
|
-
padding: 4px 11px;
|
|
1465
|
-
font-size: 14px;
|
|
1466
|
-
line-height: 1.42857143;
|
|
1467
|
-
/* stylelint-enable */
|
|
1468
|
-
}
|
|
1469
|
-
textarea.rs-input-group-sm > .rs-input {
|
|
1470
|
-
height: auto;
|
|
1471
|
-
}
|
|
1472
|
-
.rs-input-group-sm.rs-input-group-inside > .rs-input {
|
|
1473
|
-
padding-right: 0;
|
|
1474
|
-
}
|
|
1475
|
-
.rs-input-group-sm.rs-input-group > .rs-input {
|
|
1476
|
-
height: 28px;
|
|
1477
|
-
}
|
|
1478
|
-
.rs-input-group-sm.rs-input-group > .rs-input-group-addon {
|
|
1479
|
-
height: 28px;
|
|
1480
|
-
}
|
|
1481
|
-
.rs-input-group-sm.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
1482
|
-
font-size: inherit;
|
|
1483
|
-
}
|
|
1484
|
-
.rs-input-group-sm.rs-input-group:not(.rs-input-group-inside) > .rs-input-group-addon {
|
|
1485
|
-
padding-top: 3px;
|
|
1486
|
-
padding-bottom: 3px;
|
|
1487
|
-
}
|
|
1488
|
-
.rs-input-group-xs > .rs-input {
|
|
1489
|
-
/* stylelint-disable */
|
|
1490
|
-
padding: 1px 11px;
|
|
1491
|
-
font-size: 12px;
|
|
1492
|
-
line-height: 1.66666667;
|
|
1493
|
-
/* stylelint-enable */
|
|
1494
|
-
}
|
|
1495
|
-
textarea.rs-input-group-xs > .rs-input {
|
|
1496
|
-
height: auto;
|
|
1497
|
-
}
|
|
1498
|
-
.rs-input-group-xs.rs-input-group-inside > .rs-input {
|
|
1499
|
-
padding-right: 0;
|
|
1500
|
-
}
|
|
1501
|
-
.rs-input-group-xs.rs-input-group > .rs-input {
|
|
1502
|
-
height: 22px;
|
|
1503
|
-
}
|
|
1504
|
-
.rs-input-group-xs.rs-input-group > .rs-input-group-addon {
|
|
1505
|
-
height: 22px;
|
|
1506
|
-
}
|
|
1507
|
-
.rs-input-group-xs.rs-input-group > .rs-input-group-addon > .rs-icon {
|
|
1508
|
-
font-size: inherit;
|
|
1509
|
-
}
|
|
1510
|
-
.rs-input-group.rs-input-group-lg > .rs-input-group-addon {
|
|
1511
|
-
/* stylelint-disable */
|
|
1512
|
-
padding: 9px 11px;
|
|
1513
|
-
font-size: 16px;
|
|
1514
|
-
line-height: 1.375;
|
|
1515
|
-
/* stylelint-enable */
|
|
1516
|
-
min-width: 44px;
|
|
1517
|
-
padding-left: 15px;
|
|
1518
|
-
padding-right: 15px;
|
|
1519
|
-
}
|
|
1520
|
-
textarea.rs-input-group.rs-input-group-lg > .rs-input-group-addon {
|
|
1521
|
-
height: auto;
|
|
1522
|
-
}
|
|
1523
|
-
.rs-input-group.rs-input-group-md > .rs-input-group-addon {
|
|
1524
|
-
/* stylelint-disable */
|
|
1525
|
-
padding: 7px 11px;
|
|
1526
|
-
font-size: 14px;
|
|
1527
|
-
line-height: 1.42857143;
|
|
1528
|
-
/* stylelint-enable */
|
|
1529
|
-
min-width: 36px;
|
|
1530
|
-
padding-left: 11px;
|
|
1531
|
-
padding-right: 11px;
|
|
1532
|
-
}
|
|
1533
|
-
textarea.rs-input-group.rs-input-group-md > .rs-input-group-addon {
|
|
1534
|
-
height: auto;
|
|
1535
|
-
}
|
|
1536
|
-
.rs-input-group.rs-input-group-sm > .rs-input-group-addon {
|
|
1537
|
-
/* stylelint-disable */
|
|
1538
|
-
padding: 4px 11px;
|
|
1539
|
-
font-size: 14px;
|
|
1540
|
-
line-height: 1.42857143;
|
|
1541
|
-
/* stylelint-enable */
|
|
1542
|
-
min-width: 32px;
|
|
1543
|
-
padding-left: 9px;
|
|
1544
|
-
padding-right: 9px;
|
|
1545
|
-
}
|
|
1546
|
-
textarea.rs-input-group.rs-input-group-sm > .rs-input-group-addon {
|
|
1547
|
-
height: auto;
|
|
1548
|
-
}
|
|
1549
|
-
.rs-input-group.rs-input-group-xs > .rs-input-group-addon {
|
|
1550
|
-
/* stylelint-disable */
|
|
1551
|
-
padding: 1px 11px;
|
|
1552
|
-
font-size: 12px;
|
|
1553
|
-
line-height: 1.66666667;
|
|
1554
|
-
/* stylelint-enable */
|
|
1555
|
-
min-width: 28px;
|
|
1556
|
-
padding-left: 7px;
|
|
1557
|
-
padding-right: 7px;
|
|
1558
|
-
}
|
|
1559
|
-
textarea.rs-input-group.rs-input-group-xs > .rs-input-group-addon {
|
|
1560
|
-
height: auto;
|
|
1561
|
-
}
|
|
1562
|
-
.rs-input-group-inside.rs-input-group-lg > .rs-input-group-btn {
|
|
1563
|
-
/* stylelint-disable */
|
|
1564
|
-
padding: 9px 11px;
|
|
1565
|
-
font-size: 16px;
|
|
1566
|
-
line-height: 1.375;
|
|
1567
|
-
/* stylelint-enable */
|
|
1568
|
-
height: 40px;
|
|
1569
|
-
padding: 9px 15px;
|
|
1570
|
-
border-radius: 0 6px 6px 0;
|
|
1571
|
-
}
|
|
1572
|
-
textarea.rs-input-group-inside.rs-input-group-lg > .rs-input-group-btn {
|
|
1573
|
-
height: auto;
|
|
1574
|
-
}
|
|
1575
|
-
.rs-input-group-inside.rs-input-group-lg > .rs-input-group-btn > .rs-icon {
|
|
1576
|
-
font-size: 16px;
|
|
1577
|
-
line-height: 1.375;
|
|
1578
|
-
}
|
|
1579
|
-
.rs-input-group-inside.rs-input-group-md > .rs-input-group-btn {
|
|
1580
|
-
/* stylelint-disable */
|
|
1581
|
-
font-size: 14px;
|
|
1582
|
-
line-height: 1.42857143;
|
|
1583
|
-
/* stylelint-enable */
|
|
1584
|
-
height: 34px;
|
|
1585
|
-
padding: 7px 11px;
|
|
1586
|
-
border-radius: 0 6px 6px 0;
|
|
1587
|
-
}
|
|
1588
|
-
textarea.rs-input-group-inside.rs-input-group-md > .rs-input-group-btn {
|
|
1589
|
-
height: auto;
|
|
1590
|
-
}
|
|
1591
|
-
.rs-input-group-inside.rs-input-group-md > .rs-input-group-btn > .rs-icon {
|
|
1592
|
-
font-size: 14px;
|
|
1593
|
-
line-height: 1.42857143;
|
|
1594
|
-
}
|
|
1595
|
-
.rs-input-group-inside.rs-input-group-sm > .rs-input-group-btn {
|
|
1596
|
-
/* stylelint-disable */
|
|
1597
|
-
padding: 4px 11px;
|
|
1598
|
-
font-size: 14px;
|
|
1599
|
-
line-height: 1.42857143;
|
|
1600
|
-
/* stylelint-enable */
|
|
1601
|
-
height: 28px;
|
|
1602
|
-
padding: 4px 9px;
|
|
1603
|
-
border-radius: 0 6px 6px 0;
|
|
1604
|
-
}
|
|
1605
|
-
textarea.rs-input-group-inside.rs-input-group-sm > .rs-input-group-btn {
|
|
1606
|
-
height: auto;
|
|
1607
|
-
}
|
|
1608
|
-
.rs-input-group-inside.rs-input-group-sm > .rs-input-group-btn > .rs-icon {
|
|
1609
|
-
font-size: 12px;
|
|
1610
|
-
line-height: 1.66666667;
|
|
1611
|
-
}
|
|
1612
|
-
.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
1613
|
-
/* stylelint-disable */
|
|
1614
|
-
padding: 1px 11px;
|
|
1615
|
-
font-size: 12px;
|
|
1616
|
-
line-height: 1.66666667;
|
|
1617
|
-
/* stylelint-enable */
|
|
1618
|
-
height: 22px;
|
|
1619
|
-
padding: 1px 7px;
|
|
1620
|
-
border-radius: 0 6px 6px 0;
|
|
1621
|
-
}
|
|
1622
|
-
textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
1623
|
-
height: auto;
|
|
1624
|
-
}
|
|
1625
|
-
.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn > .rs-icon {
|
|
1626
|
-
font-size: 12px;
|
|
1627
|
-
line-height: 1.66666667;
|
|
1628
|
-
}
|
|
1629
|
-
.rs-input-group-addon:not(:first-child):not(:last-child),
|
|
1630
|
-
.rs-input-group-btn:not(:first-child):not(:last-child),
|
|
1631
|
-
.rs-input-group:not(.rs-input-group-inside) .rs-input:not(:first-child):not(:last-child) {
|
|
1632
|
-
border-radius: 0;
|
|
1633
|
-
}
|
|
1634
1307
|
.rs-input-group-addon {
|
|
1635
1308
|
flex: 0 0 auto;
|
|
1636
1309
|
display: flex;
|
|
1637
1310
|
align-items: center;
|
|
1311
|
+
justify-content: center;
|
|
1638
1312
|
white-space: nowrap;
|
|
1639
1313
|
vertical-align: middle;
|
|
1640
1314
|
color: var(--rs-text-primary);
|
|
1641
|
-
|
|
1642
|
-
font-size: 14px;
|
|
1315
|
+
font-size: var(--rs-input-group-font-size);
|
|
1643
1316
|
font-weight: normal;
|
|
1644
1317
|
line-height: 1;
|
|
1645
1318
|
text-align: center;
|
|
1646
1319
|
background-color: var(--rs-btn-default-bg);
|
|
1647
|
-
|
|
1648
|
-
|
|
1320
|
+
padding-inline: var(--rs-spacing);
|
|
1321
|
+
min-width: var(--rs-input-group-input-height);
|
|
1649
1322
|
}
|
|
1650
1323
|
.rs-input-group-addon.rs-input-sm {
|
|
1651
1324
|
padding: 5px 10px;
|
|
1652
|
-
font-size:
|
|
1653
|
-
border-radius: 6px;
|
|
1325
|
+
font-size: var(--rs-font-size-sm);
|
|
1654
1326
|
}
|
|
1655
1327
|
.rs-input-group-addon.rs-input-xs {
|
|
1656
1328
|
padding: 8px 8px;
|
|
1657
|
-
font-size:
|
|
1658
|
-
border-radius: 6px;
|
|
1329
|
+
font-size: var(--rs-font-size-xs);
|
|
1659
1330
|
}
|
|
1660
1331
|
.rs-input-group-addon.rs-input-lg {
|
|
1661
1332
|
padding: 10px 16px;
|
|
1662
|
-
font-size:
|
|
1663
|
-
border-radius: 6px;
|
|
1333
|
+
font-size: var(--rs-font-size-md);
|
|
1664
1334
|
}
|
|
1665
1335
|
.rs-input-group-addon input[type='radio'],
|
|
1666
1336
|
.rs-input-group-addon input[type='checkbox'] {
|
|
1667
1337
|
margin-top: 0;
|
|
1668
1338
|
}
|
|
1669
1339
|
.rs-input-group-btn {
|
|
1340
|
+
display: flex;
|
|
1341
|
+
align-items: center;
|
|
1670
1342
|
position: relative;
|
|
1671
1343
|
line-height: 1;
|
|
1672
1344
|
white-space: nowrap;
|
|
1673
|
-
border-radius:
|
|
1345
|
+
border-radius: var(--rs-radius-none);
|
|
1346
|
+
font-size: var(--rs-input-group-font-size);
|
|
1674
1347
|
}
|
|
1675
|
-
.rs-input-
|
|
1676
|
-
|
|
1348
|
+
.rs-input-number {
|
|
1349
|
+
--rs-number-input-touchspin-font-size: var(--rs-font-size-xs);
|
|
1350
|
+
--rs-number-input-touchspin-height-xs: calc(calc(24px - 2px) / 2);
|
|
1351
|
+
--rs-number-input-touchspin-height-sm: calc(calc(30px - 2px) / 2);
|
|
1352
|
+
--rs-number-input-touchspin-height-md: calc(calc(36px - 2px) / 2);
|
|
1353
|
+
--rs-number-input-touchspin-height-lg: calc(calc(42px - 2px) / 2);
|
|
1354
|
+
background-color: var(--rs-input-bg);
|
|
1677
1355
|
}
|
|
1678
|
-
.rs-input-
|
|
1679
|
-
|
|
1356
|
+
.rs-input-number.rs-input-group-xs {
|
|
1357
|
+
--rs-number-input-touchspin-height: var(--rs-number-input-touchspin-height-xs);
|
|
1680
1358
|
}
|
|
1681
|
-
.rs-input-group-
|
|
1682
|
-
|
|
1683
|
-
margin-right: -1px;
|
|
1684
|
-
border-right: medium none;
|
|
1359
|
+
.rs-input-number.rs-input-group-sm {
|
|
1360
|
+
--rs-number-input-touchspin-height: var(--rs-number-input-touchspin-height-sm);
|
|
1685
1361
|
}
|
|
1686
|
-
.rs-input-group-
|
|
1687
|
-
|
|
1688
|
-
margin-left: -1px;
|
|
1362
|
+
.rs-input-number.rs-input-group-md {
|
|
1363
|
+
--rs-number-input-touchspin-height: var(--rs-number-input-touchspin-height-md);
|
|
1689
1364
|
}
|
|
1690
|
-
.rs-input-number {
|
|
1691
|
-
|
|
1365
|
+
.rs-input-number.rs-input-group-lg {
|
|
1366
|
+
--rs-number-input-touchspin-height: var(--rs-number-input-touchspin-height-lg);
|
|
1692
1367
|
}
|
|
1693
1368
|
.rs-input-number-btn-group-vertical {
|
|
1694
1369
|
position: relative;
|
|
@@ -1704,71 +1379,24 @@ textarea.rs-input-group-inside.rs-input-group-xs > .rs-input-group-btn {
|
|
|
1704
1379
|
position: relative;
|
|
1705
1380
|
border: none;
|
|
1706
1381
|
}
|
|
1707
|
-
.rs-input-number-touchspin-up,
|
|
1708
|
-
.rs-input-number-touchspin-down {
|
|
1382
|
+
.rs-input-number .rs-input-number-touchspin-up,
|
|
1383
|
+
.rs-input-number .rs-input-number-touchspin-down {
|
|
1709
1384
|
position: relative;
|
|
1710
|
-
border-radius:
|
|
1385
|
+
border-radius: var(--rs-radius-none);
|
|
1711
1386
|
padding: 0;
|
|
1712
1387
|
box-shadow: none !important;
|
|
1713
|
-
height:
|
|
1714
|
-
}
|
|
1715
|
-
.rs-input-number-touchspin-up > .rs-icon,
|
|
1716
|
-
.rs-input-number-touchspin-down > .rs-icon {
|
|
1717
|
-
height: 17px;
|
|
1718
|
-
color: var(--rs-text-secondary);
|
|
1719
|
-
}
|
|
1720
|
-
.rs-input-group-lg .rs-input-number-touchspin-up,
|
|
1721
|
-
.rs-input-group-lg .rs-input-number-touchspin-down {
|
|
1722
|
-
height: 20px;
|
|
1723
|
-
}
|
|
1724
|
-
.rs-input-group-lg .rs-input-number-touchspin-up > .rs-icon,
|
|
1725
|
-
.rs-input-group-lg .rs-input-number-touchspin-down > .rs-icon {
|
|
1726
|
-
height: 20px;
|
|
1727
|
-
color: var(--rs-text-secondary);
|
|
1728
|
-
}
|
|
1729
|
-
.rs-input-group-sm .rs-input-number-touchspin-up,
|
|
1730
|
-
.rs-input-group-sm .rs-input-number-touchspin-down {
|
|
1731
|
-
height: 14px;
|
|
1388
|
+
height: var(--rs-number-input-touchspin-height);
|
|
1732
1389
|
}
|
|
1733
|
-
.rs-input-
|
|
1734
|
-
.rs-input-
|
|
1735
|
-
height: 14px;
|
|
1736
|
-
color: var(--rs-text-secondary);
|
|
1737
|
-
}
|
|
1738
|
-
.rs-input-group-xs .rs-input-number-touchspin-up,
|
|
1739
|
-
.rs-input-group-xs .rs-input-number-touchspin-down {
|
|
1740
|
-
height: 11px;
|
|
1741
|
-
}
|
|
1742
|
-
.rs-input-group-xs .rs-input-number-touchspin-up > .rs-icon,
|
|
1743
|
-
.rs-input-group-xs .rs-input-number-touchspin-down > .rs-icon {
|
|
1744
|
-
height: 11px;
|
|
1745
|
-
color: var(--rs-text-secondary);
|
|
1746
|
-
}
|
|
1747
|
-
.rs-input-number-touchspin-up > .rs-icon,
|
|
1748
|
-
.rs-input-number-touchspin-down > .rs-icon {
|
|
1749
|
-
position: absolute;
|
|
1750
|
-
top: 0;
|
|
1751
|
-
left: 0;
|
|
1390
|
+
.rs-input-number .rs-input-number-touchspin-up > .rs-icon,
|
|
1391
|
+
.rs-input-number .rs-input-number-touchspin-down > .rs-icon {
|
|
1752
1392
|
width: 100%;
|
|
1753
|
-
font-size:
|
|
1393
|
+
font-size: var(--rs-number-input-touchspin-font-size);
|
|
1394
|
+
color: var(--rs-text-secondary);
|
|
1395
|
+
height: var(--rs-number-input-touchspin-height);
|
|
1754
1396
|
display: flex;
|
|
1755
1397
|
align-items: center;
|
|
1756
1398
|
justify-content: center;
|
|
1757
1399
|
}
|
|
1758
|
-
.rs-input-number-btn-group-vertical:last-child .rs-input-number-touchspin-up {
|
|
1759
|
-
border-top-right-radius: 6px;
|
|
1760
|
-
}
|
|
1761
|
-
.rs-input-number-btn-group-vertical:last-child .rs-input-number-touchspin-down {
|
|
1762
|
-
border-bottom-right-radius: 6px;
|
|
1763
|
-
}
|
|
1764
|
-
.rs-input-number > .rs-input {
|
|
1765
|
-
border-bottom-left-radius: 6px !important;
|
|
1766
|
-
border-top-left-radius: 6px !important;
|
|
1767
|
-
}
|
|
1768
|
-
.rs-input-number > .rs-input:disabled + .rs-input-number-btn-group-vertical .rs-input-number-touchspin-up,
|
|
1769
|
-
.rs-input-number > .rs-input:disabled + .rs-input-number-btn-group-vertical .rs-input-number-touchspin-down {
|
|
1770
|
-
background-color: var(--rs-input-disabled-bg);
|
|
1771
|
-
}
|
|
1772
1400
|
.rs-input-number input[type='number'] {
|
|
1773
1401
|
-webkit-appearance: textfield;
|
|
1774
1402
|
-moz-appearance: textfield;
|