amis-ui 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/_virtual/index.js +1 -1
- package/esm/_virtual/react-is.development.js +1 -1
- package/esm/_virtual/react-is.production.min.js +1 -1
- package/esm/components/404.d.ts +2 -2
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +144 -88
- package/esm/components/Alert.js +37 -14
- package/esm/components/Alert2.d.ts +2 -2
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +5 -5
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.d.ts +47 -47
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.d.ts +4 -4
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +45 -45
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.d.ts +2 -2
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.d.ts +4 -4
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +2 -2
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.d.ts +2 -2
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.d.ts +6 -6
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +3 -3
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +10 -10
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.d.ts +2 -2
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.d.ts +5 -5
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedSelection.d.ts +48 -48
- package/esm/components/ChainedSelection.js +2 -1
- package/esm/components/Checkbox.d.ts +2 -2
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.d.ts +4 -4
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.d.ts +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +2 -2
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.d.ts +2 -2
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +85 -85
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.d.ts +6 -9
- package/esm/components/Combo.js +8 -2
- package/esm/components/ConfirmBox.d.ts +5 -5
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.d.ts +3 -3
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +94 -90
- package/esm/components/DatePicker.js +39 -25
- package/esm/components/DateRangePicker.d.ts +305 -260
- package/esm/components/DateRangePicker.js +66 -38
- package/esm/components/DndContainer.d.ts +4 -4
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +6 -5
- package/esm/components/Drawer.js +25 -9
- package/esm/components/Editor.d.ts +5 -5
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.d.ts +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.d.ts +9 -15
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.d.ts +2 -2
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.d.ts +4 -4
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +46 -46
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.d.ts +2 -2
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +12 -6
- package/esm/components/ImageGallery.js +5 -4
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +12 -12
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.d.ts +5 -5
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputTable.d.ts +7 -7
- package/esm/components/InputTable.js +21 -14
- package/esm/components/Layout.d.ts +13 -12
- package/esm/components/Layout.js +8 -6
- package/esm/components/Link.d.ts +2 -2
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +3 -3
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +6 -6
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +45 -45
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.d.ts +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +33 -32
- package/esm/components/Modal.js +25 -9
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +253 -249
- package/esm/components/MultilineText.d.ts +5 -5
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +12 -12
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/Pagination.d.ts +7 -28
- package/esm/components/Pagination.js +4 -3
- package/esm/components/Picker.d.ts +4 -4
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.d.ts +2 -7
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.d.ts +6 -5
- package/esm/components/PickerContainer.js +3 -3
- package/esm/components/PopOverContainer.d.ts +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.d.ts +45 -45
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +3 -3
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.d.ts +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +24 -24
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.d.ts +3 -10
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.d.ts +5 -5
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +46 -46
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +8 -8
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.d.ts +47 -47
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +7 -7
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.d.ts +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +8 -8
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +416 -408
- package/esm/components/Select.js +7 -6
- package/esm/components/Selection.d.ts +47 -46
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.d.ts +6 -6
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +3 -3
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.d.ts +3 -2
- package/esm/components/Steps.js +5 -5
- package/esm/components/Switch.d.ts +2 -2
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.d.ts +53 -53
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +50 -50
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.d.ts +48 -48
- package/esm/components/TabsTransfer.js +11 -11
- package/esm/components/TabsTransferPicker.d.ts +5 -5
- package/esm/components/TabsTransferPicker.js +4 -4
- package/esm/components/Tag.d.ts +5 -5
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +5 -5
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.d.ts +2 -2
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.d.ts +5 -5
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.d.ts +1 -1
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.d.ts +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +6 -6
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.d.ts +2 -2
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +2 -2
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +192 -152
- package/esm/components/Transfer.js +20 -18
- package/esm/components/TransferDropDown.d.ts +85 -45
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.d.ts +5 -5
- package/esm/components/TransferPicker.js +4 -4
- package/esm/components/TransferSearch.d.ts +5 -5
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +91 -89
- package/esm/components/Tree.js +16 -8
- package/esm/components/TreeSelection.d.ts +46 -46
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +49 -49
- package/esm/components/UserSelect.js +7 -98
- package/esm/components/UserTabSelect.d.ts +45 -45
- package/esm/components/UserTabSelect.js +4 -97
- package/esm/components/WithRemoteConfig.d.ts +5 -5
- package/esm/components/WithRemoteConfig.js +7 -3
- package/esm/components/WithStore.d.ts +2 -2
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +7 -7
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.d.ts +4 -4
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.d.ts +4 -4
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.d.ts +5 -5
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.d.ts +4 -4
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +5 -5
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.d.ts +5 -5
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Formula.d.ts +5 -5
- package/esm/components/condition-builder/Formula.js +1 -1
- package/esm/components/condition-builder/Func.d.ts +6 -6
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.d.ts +5 -5
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.d.ts +2 -2
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.d.ts +2 -2
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +9 -9
- package/esm/components/condition-builder/Item.js +6 -3
- package/esm/components/condition-builder/Value.d.ts +5 -5
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +8 -8
- package/esm/components/condition-builder/index.js +2 -2
- package/esm/components/formula/Editor.d.ts +10 -5
- package/esm/components/formula/Editor.js +14 -3
- package/esm/components/formula/FuncList.d.ts +2 -2
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Picker.d.ts +47 -46
- package/esm/components/formula/Picker.js +3 -3
- package/esm/components/formula/VariableList.d.ts +2 -2
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.d.ts +12 -11
- package/esm/components/icons.js +8 -3
- package/esm/components/index.d.ts +2 -3
- package/esm/components/json-schema/Array.d.ts +2 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.d.ts +2 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.d.ts +2 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.d.ts +5 -5
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.d.ts +3 -3
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.d.ts +3 -3
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +17 -15
- package/esm/components/menu/index.js +2 -5
- package/esm/components/schema-editor/Array.d.ts +3 -2
- package/esm/components/schema-editor/Array.js +3 -3
- package/esm/components/schema-editor/Common.d.ts +3 -2
- package/esm/components/schema-editor/Common.js +3 -3
- package/esm/components/schema-editor/Item.d.ts +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.d.ts +3 -2
- package/esm/components/schema-editor/Object.js +3 -3
- package/esm/components/schema-editor/SchemaVariableList.d.ts +6 -6
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.d.ts +5 -5
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +55 -45
- package/esm/components/schema-editor/index.js +3 -3
- package/esm/components/table/Cell.d.ts +5 -5
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.d.ts +5 -5
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +5 -5
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.d.ts +5 -5
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.d.ts +5 -5
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.d.ts +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +16 -16
- package/esm/components/table/index.js +3 -3
- package/esm/components/virtual-list/AutoSizer.d.ts +1 -1
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.d.ts +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +3 -3
- package/esm/locale/de-DE.js +4 -2
- package/esm/locale/en-US.js +4 -2
- package/esm/locale/zh-CN.js +4 -2
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/esm/node_modules/rc-overflow/es/Item.js +1 -1
- package/esm/node_modules/rc-overflow/es/Overflow.js +1 -1
- package/esm/node_modules/rc-overflow/es/RawItem.js +1 -1
- package/esm/node_modules/rc-overflow/es/hooks/channelUpdate.js +1 -1
- package/esm/node_modules/rc-overflow/es/hooks/useEffectState.js +1 -1
- package/esm/node_modules/rc-overflow/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/esm/node_modules/rc-util/es/Children/toArray.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useEvent.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useLayoutEffect.js +1 -1
- package/esm/node_modules/rc-util/es/raf.js +1 -1
- package/esm/node_modules/rc-util/es/ref.js +1 -1
- package/esm/node_modules/rc-util/es/warning.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/index.js +1 -1
- package/esm/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/_virtual/index.js +1 -1
- package/lib/_virtual/react-is.development.js +1 -1
- package/lib/_virtual/react-is.production.min.js +1 -1
- package/lib/components/404.d.ts +2 -2
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +104 -48
- package/lib/components/Alert.js +37 -14
- package/lib/components/Alert2.d.ts +22 -22
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +25 -25
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +47 -47
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +14 -14
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +125 -125
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +112 -112
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +4 -4
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.d.ts +2 -2
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.d.ts +2 -2
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.d.ts +6 -6
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +33 -33
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +50 -50
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +102 -102
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.d.ts +5 -5
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedSelection.d.ts +128 -128
- package/lib/components/ChainedSelection.js +2 -1
- package/lib/components/Checkbox.d.ts +12 -12
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.d.ts +4 -4
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.d.ts +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +132 -132
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +32 -32
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +85 -85
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.d.ts +6 -9
- package/lib/components/Combo.js +8 -2
- package/lib/components/ConfirmBox.d.ts +85 -85
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.d.ts +3 -3
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +95 -91
- package/lib/components/DatePicker.js +38 -24
- package/lib/components/DateRangePicker.d.ts +265 -220
- package/lib/components/DateRangePicker.js +66 -38
- package/lib/components/DndContainer.d.ts +4 -4
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +36 -35
- package/lib/components/Drawer.js +25 -9
- package/lib/components/Editor.d.ts +125 -125
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.d.ts +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.d.ts +9 -15
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.d.ts +2 -2
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.d.ts +4 -4
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +126 -126
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.d.ts +2 -2
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +52 -46
- package/lib/components/ImageGallery.js +5 -4
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +22 -22
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.d.ts +5 -5
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputTable.d.ts +7 -7
- package/lib/components/InputTable.js +21 -14
- package/lib/components/Layout.d.ts +13 -12
- package/lib/components/Layout.js +8 -6
- package/lib/components/Link.d.ts +2 -2
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +13 -13
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +86 -86
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +85 -85
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.d.ts +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +113 -112
- package/lib/components/Modal.js +25 -9
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +213 -209
- package/lib/components/MultilineText.d.ts +45 -45
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +32 -32
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/Pagination.d.ts +87 -108
- package/lib/components/Pagination.js +4 -3
- package/lib/components/Picker.d.ts +4 -4
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.d.ts +2 -7
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.d.ts +6 -5
- package/lib/components/PickerContainer.js +3 -3
- package/lib/components/PopOverContainer.d.ts +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +45 -45
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +63 -63
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.d.ts +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +34 -34
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.d.ts +3 -10
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +35 -35
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +86 -86
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +48 -48
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +127 -127
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +47 -47
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.d.ts +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +88 -88
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1977 -1969
- package/lib/components/Select.js +7 -5
- package/lib/components/Selection.d.ts +127 -126
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.d.ts +46 -46
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +73 -73
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.d.ts +3 -2
- package/lib/components/Steps.js +5 -5
- package/lib/components/Switch.d.ts +12 -12
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +133 -133
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +90 -90
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +48 -48
- package/lib/components/TabsTransfer.js +11 -11
- package/lib/components/TabsTransferPicker.d.ts +5 -5
- package/lib/components/TabsTransferPicker.js +4 -4
- package/lib/components/Tag.d.ts +75 -75
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +45 -45
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.d.ts +2 -2
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.d.ts +5 -5
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.d.ts +1 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.d.ts +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +86 -86
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.d.ts +2 -2
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +32 -32
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +312 -272
- package/lib/components/Transfer.js +20 -18
- package/lib/components/TransferDropDown.d.ts +205 -165
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.d.ts +5 -5
- package/lib/components/TransferPicker.js +4 -4
- package/lib/components/TransferSearch.d.ts +5 -5
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +211 -209
- package/lib/components/Tree.js +16 -8
- package/lib/components/TreeSelection.d.ts +126 -126
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +89 -89
- package/lib/components/UserSelect.js +7 -98
- package/lib/components/UserTabSelect.d.ts +45 -45
- package/lib/components/UserTabSelect.js +4 -97
- package/lib/components/WithRemoteConfig.d.ts +5 -6
- package/lib/components/WithRemoteConfig.js +6 -2
- package/lib/components/WithStore.d.ts +2 -2
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +7 -7
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.d.ts +4 -4
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.d.ts +4 -4
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.d.ts +5 -5
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.d.ts +4 -4
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.d.ts +5 -5
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.d.ts +5 -5
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Formula.d.ts +5 -5
- package/lib/components/condition-builder/Formula.js +1 -1
- package/lib/components/condition-builder/Func.d.ts +6 -6
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.d.ts +5 -5
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.d.ts +2 -2
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.d.ts +2 -2
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +9 -9
- package/lib/components/condition-builder/Item.js +6 -3
- package/lib/components/condition-builder/Value.d.ts +5 -5
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +8 -8
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/formula/Editor.d.ts +50 -45
- package/lib/components/formula/Editor.js +13 -2
- package/lib/components/formula/FuncList.d.ts +2 -2
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Picker.d.ts +47 -46
- package/lib/components/formula/Picker.js +3 -3
- package/lib/components/formula/VariableList.d.ts +2 -2
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.d.ts +12 -11
- package/lib/components/icons.js +8 -2
- package/lib/components/index.d.ts +2 -3
- package/lib/components/json-schema/Array.d.ts +2 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.d.ts +2 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.d.ts +2 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.d.ts +5 -5
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.d.ts +3 -3
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.d.ts +3 -3
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +87 -85
- package/lib/components/menu/index.js +2 -5
- package/lib/components/schema-editor/Array.d.ts +3 -2
- package/lib/components/schema-editor/Array.js +3 -3
- package/lib/components/schema-editor/Common.d.ts +3 -2
- package/lib/components/schema-editor/Common.js +3 -3
- package/lib/components/schema-editor/Item.d.ts +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.d.ts +3 -2
- package/lib/components/schema-editor/Object.js +3 -3
- package/lib/components/schema-editor/SchemaVariableList.d.ts +6 -6
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +5 -5
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +55 -45
- package/lib/components/schema-editor/index.js +3 -3
- package/lib/components/table/Cell.d.ts +45 -45
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.d.ts +5 -5
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +45 -45
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +45 -45
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.d.ts +5 -5
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.d.ts +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +96 -96
- package/lib/components/table/index.js +3 -3
- package/lib/components/virtual-list/AutoSizer.d.ts +1 -1
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.d.ts +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/helper.css +1234 -9569
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +5 -4
- package/lib/locale/de-DE.js +4 -2
- package/lib/locale/en-US.js +4 -2
- package/lib/locale/zh-CN.js +4 -2
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/lib/node_modules/rc-overflow/es/Item.js +1 -1
- package/lib/node_modules/rc-overflow/es/Overflow.js +1 -1
- package/lib/node_modules/rc-overflow/es/RawItem.js +1 -1
- package/lib/node_modules/rc-overflow/es/hooks/channelUpdate.js +1 -1
- package/lib/node_modules/rc-overflow/es/hooks/useEffectState.js +1 -1
- package/lib/node_modules/rc-overflow/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/lib/node_modules/rc-util/es/Children/toArray.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useEvent.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useLayoutEffect.js +1 -1
- package/lib/node_modules/rc-util/es/raf.js +1 -1
- package/lib/node_modules/rc-util/es/ref.js +1 -1
- package/lib/node_modules/rc-util/es/warning.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/index.js +1 -1
- package/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- package/lib/packages/amis-ui/scss/helper.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/ang.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/antd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/cxd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/dark.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +582 -428
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +582 -428
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +582 -428
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +582 -428
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +582 -428
- package/package.json +4 -4
- package/scss/_components.scss +12 -12
- package/scss/_mixins.scss +32 -0
- package/scss/components/_app.scss +10 -0
- package/scss/components/_button.scss +0 -38
- package/scss/components/_menu.scss +13 -22
- package/scss/components/_modal.scss +1 -1
- package/scss/components/_spinner.scss +1 -1
- package/scss/components/_steps.scss +8 -0
- package/scss/components/_table.scss +7 -7
- package/scss/components/_wizard.scss +15 -0
- package/scss/components/form/_form.scss +16 -3
- package/scss/components/form/_icon-select.scss +3 -0
- package/scss/components/form/_image.scss +10 -3
- package/scss/components/form/_nested-select.scss +2 -0
- package/scss/components/form/_number.scss +4 -6
- package/scss/layout/_layout.scss +42 -10
package/lib/themes/ang.css
CHANGED
|
@@ -2016,7 +2016,7 @@
|
|
|
2016
2016
|
--checkbox-checkbox-default-text-color: var(--colors-neutral-text-2);
|
|
2017
2017
|
--checkbox-checkbox-default-lineHeight: var(--fonts-lineHeight-2);
|
|
2018
2018
|
--checkbox-checkbox-default-fontWeight: var(--fonts-weight-6);
|
|
2019
|
-
--checkbox-checkbox-default-fontSize: var(--
|
|
2019
|
+
--checkbox-checkbox-default-fontSize: var(--fonts-size-7);
|
|
2020
2020
|
--checkbox-checkbox-default-top-border-color: var(--colors-neutral-line-8);
|
|
2021
2021
|
--checkbox-checkbox-default-top-border-width: var(--borders-width-2);
|
|
2022
2022
|
--checkbox-checkbox-default-top-border-style: var(--borders-style-2);
|
|
@@ -2036,7 +2036,7 @@
|
|
|
2036
2036
|
--checkbox-checkbox-hover-height: var(--sizes-size-9);
|
|
2037
2037
|
--checkbox-checkbox-hover-bg-color: var(--colors-neutral-fill-11);
|
|
2038
2038
|
--checkbox-checkbox-hover-text-color: var(--colors-neutral-text-2);
|
|
2039
|
-
--checkbox-checkbox-hover-fontSize: var(--
|
|
2039
|
+
--checkbox-checkbox-hover-fontSize: var(--fonts-size-7);
|
|
2040
2040
|
--checkbox-checkbox-hover-top-border-color: var(--colors-brand-5);
|
|
2041
2041
|
--checkbox-checkbox-hover-top-border-width: var(--borders-width-2);
|
|
2042
2042
|
--checkbox-checkbox-hover-top-border-style: var(--borders-style-2);
|
|
@@ -2056,7 +2056,7 @@
|
|
|
2056
2056
|
--checkbox-checkbox-active-height: var(--sizes-size-9);
|
|
2057
2057
|
--checkbox-checkbox-active-bg-color: var(--colors-neutral-fill-11);
|
|
2058
2058
|
--checkbox-checkbox-active-text-color: var(--colors-neutral-text-2);
|
|
2059
|
-
--checkbox-checkbox-active-fontSize: var(--
|
|
2059
|
+
--checkbox-checkbox-active-fontSize: var(--fonts-size-7);
|
|
2060
2060
|
--checkbox-checkbox-active-top-border-color: var(--colors-brand-5);
|
|
2061
2061
|
--checkbox-checkbox-active-top-border-width: var(--borders-width-2);
|
|
2062
2062
|
--checkbox-checkbox-active-top-border-style: var(--borders-style-2);
|
|
@@ -2076,7 +2076,7 @@
|
|
|
2076
2076
|
--checkbox-checkbox-disabled-height: var(--sizes-size-9);
|
|
2077
2077
|
--checkbox-checkbox-disabled-bg-color: var(--colors-neutral-fill-10);
|
|
2078
2078
|
--checkbox-checkbox-disabled-text-color: var(--colors-neutral-text-6);
|
|
2079
|
-
--checkbox-checkbox-disabled-fontSize: var(--
|
|
2079
|
+
--checkbox-checkbox-disabled-fontSize: var(--fonts-size-7);
|
|
2080
2080
|
--checkbox-checkbox-disabled-top-border-color: var(--colors-neutral-line-8);
|
|
2081
2081
|
--checkbox-checkbox-disabled-top-border-width: var(--borders-width-2);
|
|
2082
2082
|
--checkbox-checkbox-disabled-top-border-style: var(--borders-style-2);
|
|
@@ -2098,7 +2098,7 @@
|
|
|
2098
2098
|
--checkbox-checked-default-height: var(--sizes-size-9);
|
|
2099
2099
|
--checkbox-checked-default-bg-color: var(--colors-brand-5);
|
|
2100
2100
|
--checkbox-checked-default-color: var(--colors-neutral-text-2);
|
|
2101
|
-
--checkbox-checked-default-fontSize: var(--
|
|
2101
|
+
--checkbox-checked-default-fontSize: var(--fonts-size-7);
|
|
2102
2102
|
--checkbox-checked-default-top-border-color: var(--colors-neutral-line-8);
|
|
2103
2103
|
--checkbox-checked-default-top-border-width: var(--borders-width-2);
|
|
2104
2104
|
--checkbox-checked-default-top-border-style: var(--borders-style-2);
|
|
@@ -2118,7 +2118,7 @@
|
|
|
2118
2118
|
--checkbox-checked-hover-height: var(--sizes-size-9);
|
|
2119
2119
|
--checkbox-checked-hover-bg-color: var(--colors-brand-6);
|
|
2120
2120
|
--checkbox-checked-hover-color: var(--colors-neutral-text-2);
|
|
2121
|
-
--checkbox-checked-hover-fontSize: var(--
|
|
2121
|
+
--checkbox-checked-hover-fontSize: var(--fonts-size-7);
|
|
2122
2122
|
--checkbox-checked-hover-top-border-color: var(--colors-brand-5);
|
|
2123
2123
|
--checkbox-checked-hover-top-border-width: var(--borders-width-2);
|
|
2124
2124
|
--checkbox-checked-hover-top-border-style: var(--borders-style-2);
|
|
@@ -2138,7 +2138,7 @@
|
|
|
2138
2138
|
--checkbox-checked-active-height: var(--sizes-size-9);
|
|
2139
2139
|
--checkbox-checked-active-bg-color: var(--colors-brand-4);
|
|
2140
2140
|
--checkbox-checked-active-color: var(--colors-neutral-text-2);
|
|
2141
|
-
--checkbox-checked-active-fontSize: var(--
|
|
2141
|
+
--checkbox-checked-active-fontSize: var(--fonts-size-7);
|
|
2142
2142
|
--checkbox-checked-active-top-border-color: var(--colors-brand-5);
|
|
2143
2143
|
--checkbox-checked-active-top-border-width: var(--borders-width-2);
|
|
2144
2144
|
--checkbox-checked-active-top-border-style: var(--borders-style-2);
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
--checkbox-checked-disabled-height: var(--sizes-size-9);
|
|
2159
2159
|
--checkbox-checked-disabled-bg-color: var(--colors-neutral-fill-11);
|
|
2160
2160
|
--checkbox-checked-disabled-color: var(--colors-neutral-text-2);
|
|
2161
|
-
--checkbox-checked-disabled-fontSize: var(--
|
|
2161
|
+
--checkbox-checked-disabled-fontSize: var(--fonts-size-7);
|
|
2162
2162
|
--checkbox-checked-disabled-top-border-color: var(--colors-neutral-line-8);
|
|
2163
2163
|
--checkbox-checked-disabled-top-border-width: var(--borders-width-2);
|
|
2164
2164
|
--checkbox-checked-disabled-top-border-style: var(--borders-style-2);
|
|
@@ -2355,7 +2355,7 @@
|
|
|
2355
2355
|
--Form-item-fontColor: var(--Form-item-color);
|
|
2356
2356
|
--Form-item-fontSize: var(--fonts-size-7);
|
|
2357
2357
|
--Form-item-fontWeight: var(--fonts-weight-6);
|
|
2358
|
-
--Form-item-lineHeight: var(--fonts-lineHeight-
|
|
2358
|
+
--Form-item-lineHeight: var(--fonts-lineHeight-1);
|
|
2359
2359
|
--Form-item-star-color: var(--colors-error-5);
|
|
2360
2360
|
--Form-item-star-size: var(--sizes-size-7);
|
|
2361
2361
|
--Form-description-color: var(--colors-neutral-text-5);
|
|
@@ -3989,7 +3989,7 @@
|
|
|
3989
3989
|
--Tag-base-paddingLeft: var(--sizes-size-5);
|
|
3990
3990
|
--Tag-base-paddingRight: var(--sizes-size-5);
|
|
3991
3991
|
--Tag-base-padding: var(--Tag-base-paddingTop) var(--Tag-base-paddingRight)
|
|
3992
|
-
|
|
3992
|
+
var(--Tag-base-paddingBottom) var(--Tag-base-paddingLeft);
|
|
3993
3993
|
--Tag-model-normal-top-border-color: var(--colors-neutral-line-6);
|
|
3994
3994
|
--Tag-model-normal-top-border-width: var(--borders-width-2);
|
|
3995
3995
|
--Tag-model-normal-top-border-style: var(--borders-style-1);
|
|
@@ -4615,9 +4615,9 @@
|
|
|
4615
4615
|
--Table-heading-bg: var(--table-title-bg-color);
|
|
4616
4616
|
--Table-heading-height: 2.5rem;
|
|
4617
4617
|
--Table-lineHeight: var(--fonts-lineHeight-2);
|
|
4618
|
-
--Table-onChecked-bg: var(--colors-neutral-fill-
|
|
4618
|
+
--Table-onChecked-bg: var(--colors-neutral-fill-11);
|
|
4619
4619
|
--Table-onChecked-borderColor: var(--colors-neutral-line-8);
|
|
4620
|
-
--Table-onChecked-color: var(--colors-neutral-text-
|
|
4620
|
+
--Table-onChecked-color: var(--colors-neutral-text-2);
|
|
4621
4621
|
--Table-onChecked-onHover-bg: var(--colors-neutral-fill-10);
|
|
4622
4622
|
--Table-onChecked-onHover-borderColor: var(--colors-neutral-line-8);
|
|
4623
4623
|
--Table-onChecked-onHover-color: var(--colors-neutral-line-4);
|
|
@@ -5088,17 +5088,14 @@
|
|
|
5088
5088
|
}
|
|
5089
5089
|
/* PADDING */
|
|
5090
5090
|
.CodeMirror-lines {
|
|
5091
|
-
padding: 4px 0;
|
|
5092
|
-
/* Vertical padding around content */
|
|
5091
|
+
padding: 4px 0; /* Vertical padding around content */
|
|
5093
5092
|
}
|
|
5094
5093
|
.CodeMirror pre.CodeMirror-line,
|
|
5095
5094
|
.CodeMirror pre.CodeMirror-line-like {
|
|
5096
|
-
padding: 0 4px;
|
|
5097
|
-
/* Horizontal padding of content */
|
|
5095
|
+
padding: 0 4px; /* Horizontal padding of content */
|
|
5098
5096
|
}
|
|
5099
5097
|
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
|
5100
|
-
background-color: white;
|
|
5101
|
-
/* The little square between H and V scrollbars */
|
|
5098
|
+
background-color: white; /* The little square between H and V scrollbars */
|
|
5102
5099
|
}
|
|
5103
5100
|
/* GUTTER */
|
|
5104
5101
|
.CodeMirror-gutters {
|
|
@@ -5284,16 +5281,14 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5284
5281
|
background: white;
|
|
5285
5282
|
}
|
|
5286
5283
|
.CodeMirror-scroll {
|
|
5287
|
-
overflow: scroll !important;
|
|
5288
|
-
/* Things will break if this is overridden */
|
|
5284
|
+
overflow: scroll !important; /* Things will break if this is overridden */
|
|
5289
5285
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
5290
5286
|
/* See overflow: hidden in .CodeMirror */
|
|
5291
5287
|
margin-bottom: -50px;
|
|
5292
5288
|
margin-right: -50px;
|
|
5293
5289
|
padding-bottom: 50px;
|
|
5294
5290
|
height: 100%;
|
|
5295
|
-
outline: none;
|
|
5296
|
-
/* Prevent dragging from highlighting the element */
|
|
5291
|
+
outline: none; /* Prevent dragging from highlighting the element */
|
|
5297
5292
|
position: relative;
|
|
5298
5293
|
z-index: 0;
|
|
5299
5294
|
}
|
|
@@ -5372,8 +5367,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5372
5367
|
}
|
|
5373
5368
|
.CodeMirror-lines {
|
|
5374
5369
|
cursor: text;
|
|
5375
|
-
min-height: 1px;
|
|
5376
|
-
/* prevents collapsing before first draw */
|
|
5370
|
+
min-height: 1px; /* prevents collapsing before first draw */
|
|
5377
5371
|
}
|
|
5378
5372
|
.CodeMirror pre.CodeMirror-line,
|
|
5379
5373
|
.CodeMirror pre.CodeMirror-line-like {
|
|
@@ -5411,8 +5405,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
|
5411
5405
|
.CodeMirror-linewidget {
|
|
5412
5406
|
position: relative;
|
|
5413
5407
|
z-index: 2;
|
|
5414
|
-
padding: 0.1px;
|
|
5415
|
-
/* Force widget margins to stay inside of the container */
|
|
5408
|
+
padding: 0.1px; /* Force widget margins to stay inside of the container */
|
|
5416
5409
|
}
|
|
5417
5410
|
.CodeMirror-rtl pre {
|
|
5418
5411
|
direction: rtl;
|
|
@@ -5696,7 +5689,7 @@ img.fr-bordered {
|
|
|
5696
5689
|
vertical-align: bottom;
|
|
5697
5690
|
margin-left: 5px;
|
|
5698
5691
|
margin-right: 5px;
|
|
5699
|
-
max-width: calc(100% -
|
|
5692
|
+
max-width: calc(100% - 10px);
|
|
5700
5693
|
}
|
|
5701
5694
|
.fr-view img.fr-dii.fr-fil {
|
|
5702
5695
|
float: left;
|
|
@@ -5732,7 +5725,7 @@ img.fr-bordered {
|
|
|
5732
5725
|
vertical-align: bottom;
|
|
5733
5726
|
margin-left: 5px;
|
|
5734
5727
|
margin-right: 5px;
|
|
5735
|
-
max-width: calc(100% -
|
|
5728
|
+
max-width: calc(100% - 10px);
|
|
5736
5729
|
}
|
|
5737
5730
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
5738
5731
|
float: left;
|
|
@@ -5860,7 +5853,7 @@ img.fr-view.fr-dii {
|
|
|
5860
5853
|
vertical-align: bottom;
|
|
5861
5854
|
margin-left: 5px;
|
|
5862
5855
|
margin-right: 5px;
|
|
5863
|
-
max-width: calc(100% -
|
|
5856
|
+
max-width: calc(100% - 10px);
|
|
5864
5857
|
}
|
|
5865
5858
|
img.fr-view.fr-dii.fr-fil {
|
|
5866
5859
|
float: left;
|
|
@@ -5896,7 +5889,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
5896
5889
|
vertical-align: bottom;
|
|
5897
5890
|
margin-left: 5px;
|
|
5898
5891
|
margin-right: 5px;
|
|
5899
|
-
max-width: calc(100% -
|
|
5892
|
+
max-width: calc(100% - 10px);
|
|
5900
5893
|
}
|
|
5901
5894
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
5902
5895
|
float: left;
|
|
@@ -6102,14 +6095,12 @@ iframe.fr-iframe {
|
|
|
6102
6095
|
.fr-box.fr-document {
|
|
6103
6096
|
min-width: 21cm;
|
|
6104
6097
|
}
|
|
6105
|
-
|
|
6106
6098
|
.fr-box.fr-document .fr-wrapper {
|
|
6107
6099
|
text-align: left;
|
|
6108
6100
|
padding: 30px;
|
|
6109
6101
|
min-width: 21cm;
|
|
6110
6102
|
background: #efefef;
|
|
6111
6103
|
}
|
|
6112
|
-
|
|
6113
6104
|
.fr-box.fr-document .fr-wrapper .fr-element {
|
|
6114
6105
|
text-align: left;
|
|
6115
6106
|
background: #FFF;
|
|
@@ -6120,7 +6111,6 @@ iframe.fr-iframe {
|
|
|
6120
6111
|
overflow: visible;
|
|
6121
6112
|
z-index: auto;
|
|
6122
6113
|
}
|
|
6123
|
-
|
|
6124
6114
|
.fr-box.fr-document .fr-wrapper .fr-element hr {
|
|
6125
6115
|
margin-left: -2cm;
|
|
6126
6116
|
margin-right: -2cm;
|
|
@@ -6129,7 +6119,6 @@ iframe.fr-iframe {
|
|
|
6129
6119
|
outline: none;
|
|
6130
6120
|
border: none;
|
|
6131
6121
|
}
|
|
6132
|
-
|
|
6133
6122
|
.fr-box.fr-document .fr-wrapper .fr-element img {
|
|
6134
6123
|
z-index: 1;
|
|
6135
6124
|
}
|
|
@@ -7300,7 +7289,7 @@ ol.decimal_type > li:before {
|
|
|
7300
7289
|
}
|
|
7301
7290
|
.fr-separator.fr-hs {
|
|
7302
7291
|
clear: both;
|
|
7303
|
-
width: calc(100% -
|
|
7292
|
+
width: calc(100% - 8px);
|
|
7304
7293
|
margin: 0 4px;
|
|
7305
7294
|
height: 1px;
|
|
7306
7295
|
}
|
|
@@ -8075,22 +8064,18 @@ body.fr-fullscreen {
|
|
|
8075
8064
|
width: 10px;
|
|
8076
8065
|
height: 10px;
|
|
8077
8066
|
}
|
|
8078
|
-
|
|
8079
8067
|
.fr-image-resizer .fr-handler.fr-hnw {
|
|
8080
8068
|
left: -5px;
|
|
8081
8069
|
top: -5px;
|
|
8082
8070
|
}
|
|
8083
|
-
|
|
8084
8071
|
.fr-image-resizer .fr-handler.fr-hne {
|
|
8085
8072
|
right: -5px;
|
|
8086
8073
|
top: -5px;
|
|
8087
8074
|
}
|
|
8088
|
-
|
|
8089
8075
|
.fr-image-resizer .fr-handler.fr-hsw {
|
|
8090
8076
|
left: -5px;
|
|
8091
8077
|
bottom: -5px;
|
|
8092
8078
|
}
|
|
8093
|
-
|
|
8094
8079
|
.fr-image-resizer .fr-handler.fr-hse {
|
|
8095
8080
|
right: -5px;
|
|
8096
8081
|
bottom: -5px;
|
|
@@ -8500,7 +8485,7 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8500
8485
|
}
|
|
8501
8486
|
.fr-line-breaker a.fr-floating-btn {
|
|
8502
8487
|
position: absolute;
|
|
8503
|
-
left: calc(50% -
|
|
8488
|
+
left: calc(50% - 20px);
|
|
8504
8489
|
top: -20px;
|
|
8505
8490
|
}
|
|
8506
8491
|
.fr-line-breaker a.fr-floating-btn svg {
|
|
@@ -8835,22 +8820,18 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
|
|
8835
8820
|
width: 10px;
|
|
8836
8821
|
height: 10px;
|
|
8837
8822
|
}
|
|
8838
|
-
|
|
8839
8823
|
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
|
|
8840
8824
|
left: -5px;
|
|
8841
8825
|
top: -5px;
|
|
8842
8826
|
}
|
|
8843
|
-
|
|
8844
8827
|
.fr-box .fr-video-resizer .fr-handler.fr-hne {
|
|
8845
8828
|
right: -5px;
|
|
8846
8829
|
top: -5px;
|
|
8847
8830
|
}
|
|
8848
|
-
|
|
8849
8831
|
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
|
|
8850
8832
|
left: -5px;
|
|
8851
8833
|
bottom: -5px;
|
|
8852
8834
|
}
|
|
8853
|
-
|
|
8854
8835
|
.fr-box .fr-video-resizer .fr-handler.fr-hse {
|
|
8855
8836
|
right: -5px;
|
|
8856
8837
|
bottom: -5px;
|
|
@@ -9152,7 +9133,7 @@ img.fr-bordered {
|
|
|
9152
9133
|
vertical-align: bottom;
|
|
9153
9134
|
margin-left: 5px;
|
|
9154
9135
|
margin-right: 5px;
|
|
9155
|
-
max-width: calc(100% -
|
|
9136
|
+
max-width: calc(100% - 10px);
|
|
9156
9137
|
}
|
|
9157
9138
|
.fr-view img.fr-dii.fr-fil {
|
|
9158
9139
|
float: left;
|
|
@@ -9188,7 +9169,7 @@ img.fr-bordered {
|
|
|
9188
9169
|
vertical-align: bottom;
|
|
9189
9170
|
margin-left: 5px;
|
|
9190
9171
|
margin-right: 5px;
|
|
9191
|
-
max-width: calc(100% -
|
|
9172
|
+
max-width: calc(100% - 10px);
|
|
9192
9173
|
}
|
|
9193
9174
|
.fr-view span.fr-img-caption.fr-dii.fr-fil {
|
|
9194
9175
|
float: left;
|
|
@@ -9316,7 +9297,7 @@ img.fr-view.fr-dii {
|
|
|
9316
9297
|
vertical-align: bottom;
|
|
9317
9298
|
margin-left: 5px;
|
|
9318
9299
|
margin-right: 5px;
|
|
9319
|
-
max-width: calc(100% -
|
|
9300
|
+
max-width: calc(100% - 10px);
|
|
9320
9301
|
}
|
|
9321
9302
|
img.fr-view.fr-dii.fr-fil {
|
|
9322
9303
|
float: left;
|
|
@@ -9352,7 +9333,7 @@ span.fr-img-caption.fr-view.fr-dii {
|
|
|
9352
9333
|
vertical-align: bottom;
|
|
9353
9334
|
margin-left: 5px;
|
|
9354
9335
|
margin-right: 5px;
|
|
9355
|
-
max-width: calc(100% -
|
|
9336
|
+
max-width: calc(100% - 10px);
|
|
9356
9337
|
}
|
|
9357
9338
|
span.fr-img-caption.fr-view.fr-dii.fr-fil {
|
|
9358
9339
|
float: left;
|
|
@@ -9921,7 +9902,7 @@ button::-moz-focus-inner {
|
|
|
9921
9902
|
display: flex;
|
|
9922
9903
|
height: 24px;
|
|
9923
9904
|
justify-content: center;
|
|
9924
|
-
padding:
|
|
9905
|
+
padding: 3px;
|
|
9925
9906
|
width: 24px;
|
|
9926
9907
|
}
|
|
9927
9908
|
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
@@ -9964,7 +9945,7 @@ button::-moz-focus-inner {
|
|
|
9964
9945
|
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
|
|
9965
9946
|
border-radius: 6px;
|
|
9966
9947
|
box-shadow: inset 0 0 0 1px #006ce7;
|
|
9967
|
-
padding:
|
|
9948
|
+
padding: 3px;
|
|
9968
9949
|
}
|
|
9969
9950
|
.tox:not([dir=rtl]) .tox-checkbox__label {
|
|
9970
9951
|
margin-left: 4px;
|
|
@@ -10408,7 +10389,7 @@ button::-moz-focus-inner {
|
|
|
10408
10389
|
display: none;
|
|
10409
10390
|
fill: #222f3e;
|
|
10410
10391
|
height: 24px;
|
|
10411
|
-
margin:
|
|
10392
|
+
margin: 3px 3px;
|
|
10412
10393
|
width: 24px;
|
|
10413
10394
|
}
|
|
10414
10395
|
.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
|
|
@@ -10682,7 +10663,7 @@ button::-moz-focus-inner {
|
|
|
10682
10663
|
body:not(.tox-force-desktop) .tox .tox-dialog {
|
|
10683
10664
|
align-self: flex-start;
|
|
10684
10665
|
margin: 8px auto;
|
|
10685
|
-
max-height: calc(100vh -
|
|
10666
|
+
max-height: calc(100vh - 16px);
|
|
10686
10667
|
width: calc(100vw - 16px);
|
|
10687
10668
|
}
|
|
10688
10669
|
}
|
|
@@ -11262,13 +11243,13 @@ body.tox-dialog__disable-scroll {
|
|
|
11262
11243
|
justify-content: space-between;
|
|
11263
11244
|
}
|
|
11264
11245
|
.tox .tox-form__grid--2col > .tox-form__group {
|
|
11265
|
-
width: calc(50% -
|
|
11246
|
+
width: calc(50% - 4px);
|
|
11266
11247
|
}
|
|
11267
11248
|
.tox .tox-form__grid--3col > .tox-form__group {
|
|
11268
|
-
width: calc(
|
|
11249
|
+
width: calc(33.3333333333% - 4px);
|
|
11269
11250
|
}
|
|
11270
11251
|
.tox .tox-form__grid--4col > .tox-form__group {
|
|
11271
|
-
width: calc(25% -
|
|
11252
|
+
width: calc(25% - 4px);
|
|
11272
11253
|
}
|
|
11273
11254
|
.tox .tox-form__controls-h-stack {
|
|
11274
11255
|
align-items: center;
|
|
@@ -12555,7 +12536,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12555
12536
|
background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
|
|
12556
12537
|
background-position: center top 40px;
|
|
12557
12538
|
background-repeat: no-repeat;
|
|
12558
|
-
background-size: calc(100% -
|
|
12539
|
+
background-size: calc(100% - 22px) calc(100% - 41px);
|
|
12559
12540
|
display: flex;
|
|
12560
12541
|
flex: 0 0 auto;
|
|
12561
12542
|
flex-shrink: 0;
|
|
@@ -12567,7 +12548,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12567
12548
|
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
|
|
12568
12549
|
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
|
|
12569
12550
|
background-position: center top 0px;
|
|
12570
|
-
background-size: calc(100% -
|
|
12551
|
+
background-size: calc(100% - 22px) calc(100% - 0px);
|
|
12571
12552
|
}
|
|
12572
12553
|
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
|
|
12573
12554
|
height: 0;
|
|
@@ -12614,7 +12595,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12614
12595
|
.tox.tox-tinymce-aux .tox-toolbar__overflow {
|
|
12615
12596
|
background-color: #fff;
|
|
12616
12597
|
background-position: center top 43px;
|
|
12617
|
-
background-size: calc(100% -
|
|
12598
|
+
background-size: calc(100% - 16px) calc(100% - 51px);
|
|
12618
12599
|
border: none;
|
|
12619
12600
|
border-radius: 6px;
|
|
12620
12601
|
box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
|
|
@@ -12626,7 +12607,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12626
12607
|
}
|
|
12627
12608
|
.tox-pop .tox-pop__dialog .tox-toolbar {
|
|
12628
12609
|
background-position: center top 43px;
|
|
12629
|
-
background-size: calc(100% -
|
|
12610
|
+
background-size: calc(100% - 22px) calc(100% - 51px);
|
|
12630
12611
|
padding: 4px 0;
|
|
12631
12612
|
}
|
|
12632
12613
|
.tox .tox-toolbar__group {
|
|
@@ -13919,18 +13900,18 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13919
13900
|
.cropper-dashed.dashed-h {
|
|
13920
13901
|
border-bottom-width: 1px;
|
|
13921
13902
|
border-top-width: 1px;
|
|
13922
|
-
height:
|
|
13903
|
+
height: 33.3333333333%;
|
|
13923
13904
|
left: 0;
|
|
13924
|
-
top:
|
|
13905
|
+
top: 33.3333333333%;
|
|
13925
13906
|
width: 100%;
|
|
13926
13907
|
}
|
|
13927
13908
|
.cropper-dashed.dashed-v {
|
|
13928
13909
|
border-left-width: 1px;
|
|
13929
13910
|
border-right-width: 1px;
|
|
13930
13911
|
height: 100%;
|
|
13931
|
-
left:
|
|
13912
|
+
left: 33.3333333333%;
|
|
13932
13913
|
top: 0;
|
|
13933
|
-
width:
|
|
13914
|
+
width: 33.3333333333%;
|
|
13934
13915
|
}
|
|
13935
13916
|
.cropper-center {
|
|
13936
13917
|
display: block;
|
|
@@ -14246,14 +14227,9 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14246
14227
|
.rdtPrev span,
|
|
14247
14228
|
.rdtNext span {
|
|
14248
14229
|
display: block;
|
|
14249
|
-
-webkit-touch-callout: none;
|
|
14250
|
-
/*
|
|
14251
|
-
-
|
|
14252
|
-
/* Chrome/Safari/Opera */
|
|
14253
|
-
/* Konqueror */
|
|
14254
|
-
-moz-user-select: none;
|
|
14255
|
-
/* Firefox */
|
|
14256
|
-
/* Internet Explorer/Edge */
|
|
14230
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
14231
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
|
|
14232
|
+
-moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
|
|
14257
14233
|
user-select: none;
|
|
14258
14234
|
}
|
|
14259
14235
|
.rdtPicker th.rdtDisabled,
|
|
@@ -14322,14 +14298,9 @@ td.rdtQuarter:hover {
|
|
|
14322
14298
|
line-height: 40px;
|
|
14323
14299
|
cursor: pointer;
|
|
14324
14300
|
display: block;
|
|
14325
|
-
-webkit-touch-callout: none;
|
|
14326
|
-
/*
|
|
14327
|
-
-
|
|
14328
|
-
/* Chrome/Safari/Opera */
|
|
14329
|
-
/* Konqueror */
|
|
14330
|
-
-moz-user-select: none;
|
|
14331
|
-
/* Firefox */
|
|
14332
|
-
/* Internet Explorer/Edge */
|
|
14301
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
14302
|
+
-webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
|
|
14303
|
+
-moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
|
|
14333
14304
|
user-select: none;
|
|
14334
14305
|
}
|
|
14335
14306
|
.rdtCounter .rdtBtn:hover {
|
|
@@ -14853,12 +14824,12 @@ body {
|
|
|
14853
14824
|
.a-Layout-asideFooter ~ div {
|
|
14854
14825
|
padding-bottom: 3.125rem;
|
|
14855
14826
|
}
|
|
14856
|
-
.a-Layout-
|
|
14827
|
+
.a-Layout-main {
|
|
14857
14828
|
padding-bottom: var(--Layout-footer-height);
|
|
14858
14829
|
width: 100%;
|
|
14859
14830
|
height: 100%;
|
|
14860
14831
|
}
|
|
14861
|
-
.a-Layout--noFooter .a-Layout-
|
|
14832
|
+
.a-Layout--noFooter .a-Layout-main {
|
|
14862
14833
|
padding-bottom: 0;
|
|
14863
14834
|
}
|
|
14864
14835
|
.a-Layout-footer {
|
|
@@ -14884,7 +14855,6 @@ body {
|
|
|
14884
14855
|
.a-Layout-content {
|
|
14885
14856
|
transition: transform var(--animation-duration) ease;
|
|
14886
14857
|
}
|
|
14887
|
-
|
|
14888
14858
|
.a-Layout-aside {
|
|
14889
14859
|
display: none;
|
|
14890
14860
|
}
|
|
@@ -14900,13 +14870,11 @@ body {
|
|
|
14900
14870
|
-webkit-overflow-scrolling: touch;
|
|
14901
14871
|
z-index: 1010;
|
|
14902
14872
|
}
|
|
14903
|
-
|
|
14904
14873
|
.a-Layout-headerBar {
|
|
14905
14874
|
display: none;
|
|
14906
14875
|
}
|
|
14907
|
-
|
|
14908
14876
|
.a-Layout--offScreen .a-Layout-body,
|
|
14909
|
-
.a-Layout--offScreen .a-Layout-footer {
|
|
14877
|
+
.a-Layout--offScreen .a-Layout-footer {
|
|
14910
14878
|
background: var(--body-bg);
|
|
14911
14879
|
transition: transform var(--animation-duration) ease;
|
|
14912
14880
|
backface-visibility: hidden;
|
|
@@ -14921,7 +14889,6 @@ body {
|
|
|
14921
14889
|
z-index: 1015;
|
|
14922
14890
|
padding-top: 3.125rem;
|
|
14923
14891
|
}
|
|
14924
|
-
|
|
14925
14892
|
.a-Layout-offScreenBtn {
|
|
14926
14893
|
display: block;
|
|
14927
14894
|
}
|
|
@@ -14934,6 +14901,29 @@ body {
|
|
|
14934
14901
|
.a-Layout-header {
|
|
14935
14902
|
width: 100%;
|
|
14936
14903
|
}
|
|
14904
|
+
.a-Layout-main {
|
|
14905
|
+
flex-grow: 1;
|
|
14906
|
+
display: flex;
|
|
14907
|
+
min-width: 0;
|
|
14908
|
+
flex-direction: row;
|
|
14909
|
+
justify-content: stretch;
|
|
14910
|
+
align-items: stretch;
|
|
14911
|
+
}
|
|
14912
|
+
.a-Layout-body {
|
|
14913
|
+
flex-grow: 1;
|
|
14914
|
+
min-width: 0;
|
|
14915
|
+
display: flex;
|
|
14916
|
+
flex-direction: column;
|
|
14917
|
+
justify-content: stretch;
|
|
14918
|
+
align-items: stretch;
|
|
14919
|
+
}
|
|
14920
|
+
.a-Layout-content {
|
|
14921
|
+
display: flex;
|
|
14922
|
+
flex-grow: 1;
|
|
14923
|
+
min-width: 0;
|
|
14924
|
+
position: relative;
|
|
14925
|
+
min-height: 0;
|
|
14926
|
+
}
|
|
14937
14927
|
.a-Layout > .a-Layout-body {
|
|
14938
14928
|
flex-grow: 1;
|
|
14939
14929
|
position: relative;
|
|
@@ -14946,23 +14936,14 @@ body {
|
|
|
14946
14936
|
}
|
|
14947
14937
|
.a-Layout-brand, .a-Layout-brandBar, .a-Layout-aside {
|
|
14948
14938
|
width: var(--Layout-aside-width);
|
|
14939
|
+
flex-shrink: 0;
|
|
14949
14940
|
transition: width var(--animation-duration) ease;
|
|
14950
14941
|
}
|
|
14951
14942
|
.a-Layout-brandBar {
|
|
14952
14943
|
float: left;
|
|
14953
14944
|
}
|
|
14954
|
-
.a-Layout--withAside {
|
|
14955
|
-
flex-direction: row;
|
|
14956
|
-
flex-wrap: wrap;
|
|
14957
|
-
justify-content: stretch;
|
|
14958
|
-
}
|
|
14959
|
-
.a-Layout--withAside > .a-Layout-content {
|
|
14960
|
-
flex-grow: 1;
|
|
14961
|
-
width: 0;
|
|
14962
|
-
position: relative;
|
|
14963
|
-
}
|
|
14964
14945
|
.a-Layout--withAside .a-Layout-headerBar,
|
|
14965
|
-
.a-Layout--withAside .a-Layout-footer {
|
|
14946
|
+
.a-Layout--withAside .a-Layout-footer {
|
|
14966
14947
|
margin-left: var(--Layout-aside-width);
|
|
14967
14948
|
transition: margin var(--animation-duration) ease;
|
|
14968
14949
|
}
|
|
@@ -14985,11 +14966,11 @@ body {
|
|
|
14985
14966
|
width: auto;
|
|
14986
14967
|
}
|
|
14987
14968
|
.a-Layout--folded .a-Layout-aside,
|
|
14988
|
-
.a-Layout--folded .a-Layout-brandBar {
|
|
14969
|
+
.a-Layout--folded .a-Layout-brandBar {
|
|
14989
14970
|
width: var(--Layout-aside--folded-width);
|
|
14990
14971
|
}
|
|
14991
14972
|
.a-Layout--folded.a-Layout--withAside .a-Layout-headerBar,
|
|
14992
|
-
.a-Layout--folded.a-Layout--withAside .a-Layout-footer {
|
|
14973
|
+
.a-Layout--folded.a-Layout--withAside .a-Layout-footer {
|
|
14993
14974
|
margin-left: var(--Layout-aside--folded-width);
|
|
14994
14975
|
}
|
|
14995
14976
|
.a-Layout--folded .a-Layout-brand {
|
|
@@ -15031,6 +15012,9 @@ body {
|
|
|
15031
15012
|
.a-Layout--asideFixed .a-Layout-asideInner::-webkit-scrollbar:vertical {
|
|
15032
15013
|
width: 17px;
|
|
15033
15014
|
}
|
|
15015
|
+
.a-Layout--noHeader .a-Layout-asideWrap {
|
|
15016
|
+
top: 0;
|
|
15017
|
+
}
|
|
15034
15018
|
.a-Layout--asideFixed.a-Layout--folded .a-Layout-aside {
|
|
15035
15019
|
position: static;
|
|
15036
15020
|
}
|
|
@@ -15046,18 +15030,18 @@ body {
|
|
|
15046
15030
|
padding-right: 17px;
|
|
15047
15031
|
}
|
|
15048
15032
|
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-brand,
|
|
15049
|
-
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15050
|
-
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-aside {
|
|
15033
|
+
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15034
|
+
.a-Layout--sm:not(.a-Layout--folded) .a-Layout-aside {
|
|
15051
15035
|
width: var(--Layout-aside--sm-width);
|
|
15052
15036
|
}
|
|
15053
15037
|
.a-Layout--md:not(.a-Layout--folded) .a-Layout-brand,
|
|
15054
|
-
.a-Layout--md:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15055
|
-
.a-Layout--md:not(.a-Layout--folded) .a-Layout-aside {
|
|
15038
|
+
.a-Layout--md:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15039
|
+
.a-Layout--md:not(.a-Layout--folded) .a-Layout-aside {
|
|
15056
15040
|
width: var(--Layout-aside--md-width);
|
|
15057
15041
|
}
|
|
15058
15042
|
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-brand,
|
|
15059
|
-
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15060
|
-
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-aside {
|
|
15043
|
+
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-brandBar,
|
|
15044
|
+
.a-Layout--lg:not(.a-Layout--folded) .a-Layout-aside {
|
|
15061
15045
|
width: var(--Layout-aside--lg-width);
|
|
15062
15046
|
}
|
|
15063
15047
|
}
|
|
@@ -15229,7 +15213,6 @@ body {
|
|
|
15229
15213
|
flex-direction: column;
|
|
15230
15214
|
justify-content: space-between;
|
|
15231
15215
|
}
|
|
15232
|
-
|
|
15233
15216
|
.a-Grid-col--sm1 {
|
|
15234
15217
|
flex: 0 0 8.3333333333%;
|
|
15235
15218
|
max-width: 8.3333333333%;
|
|
@@ -15237,7 +15220,6 @@ body {
|
|
|
15237
15220
|
padding-left: 0.5rem;
|
|
15238
15221
|
padding-right: 0.5rem;
|
|
15239
15222
|
}
|
|
15240
|
-
|
|
15241
15223
|
.a-Grid-col--sm2 {
|
|
15242
15224
|
flex: 0 0 16.6666666667%;
|
|
15243
15225
|
max-width: 16.6666666667%;
|
|
@@ -15245,7 +15227,6 @@ body {
|
|
|
15245
15227
|
padding-left: 0.5rem;
|
|
15246
15228
|
padding-right: 0.5rem;
|
|
15247
15229
|
}
|
|
15248
|
-
|
|
15249
15230
|
.a-Grid-col--sm3 {
|
|
15250
15231
|
flex: 0 0 25%;
|
|
15251
15232
|
max-width: 25%;
|
|
@@ -15253,7 +15234,6 @@ body {
|
|
|
15253
15234
|
padding-left: 0.5rem;
|
|
15254
15235
|
padding-right: 0.5rem;
|
|
15255
15236
|
}
|
|
15256
|
-
|
|
15257
15237
|
.a-Grid-col--sm4 {
|
|
15258
15238
|
flex: 0 0 33.3333333333%;
|
|
15259
15239
|
max-width: 33.3333333333%;
|
|
@@ -15261,7 +15241,6 @@ body {
|
|
|
15261
15241
|
padding-left: 0.5rem;
|
|
15262
15242
|
padding-right: 0.5rem;
|
|
15263
15243
|
}
|
|
15264
|
-
|
|
15265
15244
|
.a-Grid-col--sm5 {
|
|
15266
15245
|
flex: 0 0 41.6666666667%;
|
|
15267
15246
|
max-width: 41.6666666667%;
|
|
@@ -15269,7 +15248,6 @@ body {
|
|
|
15269
15248
|
padding-left: 0.5rem;
|
|
15270
15249
|
padding-right: 0.5rem;
|
|
15271
15250
|
}
|
|
15272
|
-
|
|
15273
15251
|
.a-Grid-col--sm6 {
|
|
15274
15252
|
flex: 0 0 50%;
|
|
15275
15253
|
max-width: 50%;
|
|
@@ -15277,7 +15255,6 @@ body {
|
|
|
15277
15255
|
padding-left: 0.5rem;
|
|
15278
15256
|
padding-right: 0.5rem;
|
|
15279
15257
|
}
|
|
15280
|
-
|
|
15281
15258
|
.a-Grid-col--sm7 {
|
|
15282
15259
|
flex: 0 0 58.3333333333%;
|
|
15283
15260
|
max-width: 58.3333333333%;
|
|
@@ -15285,7 +15262,6 @@ body {
|
|
|
15285
15262
|
padding-left: 0.5rem;
|
|
15286
15263
|
padding-right: 0.5rem;
|
|
15287
15264
|
}
|
|
15288
|
-
|
|
15289
15265
|
.a-Grid-col--sm8 {
|
|
15290
15266
|
flex: 0 0 66.6666666667%;
|
|
15291
15267
|
max-width: 66.6666666667%;
|
|
@@ -15293,7 +15269,6 @@ body {
|
|
|
15293
15269
|
padding-left: 0.5rem;
|
|
15294
15270
|
padding-right: 0.5rem;
|
|
15295
15271
|
}
|
|
15296
|
-
|
|
15297
15272
|
.a-Grid-col--sm9 {
|
|
15298
15273
|
flex: 0 0 75%;
|
|
15299
15274
|
max-width: 75%;
|
|
@@ -15301,7 +15276,6 @@ body {
|
|
|
15301
15276
|
padding-left: 0.5rem;
|
|
15302
15277
|
padding-right: 0.5rem;
|
|
15303
15278
|
}
|
|
15304
|
-
|
|
15305
15279
|
.a-Grid-col--sm10 {
|
|
15306
15280
|
flex: 0 0 83.3333333333%;
|
|
15307
15281
|
max-width: 83.3333333333%;
|
|
@@ -15309,7 +15283,6 @@ body {
|
|
|
15309
15283
|
padding-left: 0.5rem;
|
|
15310
15284
|
padding-right: 0.5rem;
|
|
15311
15285
|
}
|
|
15312
|
-
|
|
15313
15286
|
.a-Grid-col--sm11 {
|
|
15314
15287
|
flex: 0 0 91.6666666667%;
|
|
15315
15288
|
max-width: 91.6666666667%;
|
|
@@ -15317,7 +15290,6 @@ body {
|
|
|
15317
15290
|
padding-left: 0.5rem;
|
|
15318
15291
|
padding-right: 0.5rem;
|
|
15319
15292
|
}
|
|
15320
|
-
|
|
15321
15293
|
.a-Grid-col--sm12 {
|
|
15322
15294
|
flex: 0 0 100%;
|
|
15323
15295
|
max-width: 100%;
|
|
@@ -15325,7 +15297,6 @@ body {
|
|
|
15325
15297
|
padding-left: 0.5rem;
|
|
15326
15298
|
padding-right: 0.5rem;
|
|
15327
15299
|
}
|
|
15328
|
-
|
|
15329
15300
|
.a-Grid-col--sm {
|
|
15330
15301
|
flex-basis: 0;
|
|
15331
15302
|
flex-grow: 1;
|
|
@@ -15335,7 +15306,6 @@ body {
|
|
|
15335
15306
|
padding-left: 0.5rem;
|
|
15336
15307
|
padding-right: 0.5rem;
|
|
15337
15308
|
}
|
|
15338
|
-
|
|
15339
15309
|
.a-Grid-col--smAuto {
|
|
15340
15310
|
flex: 0 0 auto;
|
|
15341
15311
|
width: auto;
|
|
@@ -15352,7 +15322,6 @@ body {
|
|
|
15352
15322
|
padding-left: 0.5rem;
|
|
15353
15323
|
padding-right: 0.5rem;
|
|
15354
15324
|
}
|
|
15355
|
-
|
|
15356
15325
|
.a-Grid-col--md2 {
|
|
15357
15326
|
flex: 0 0 16.6666666667%;
|
|
15358
15327
|
max-width: 16.6666666667%;
|
|
@@ -15360,7 +15329,6 @@ body {
|
|
|
15360
15329
|
padding-left: 0.5rem;
|
|
15361
15330
|
padding-right: 0.5rem;
|
|
15362
15331
|
}
|
|
15363
|
-
|
|
15364
15332
|
.a-Grid-col--md3 {
|
|
15365
15333
|
flex: 0 0 25%;
|
|
15366
15334
|
max-width: 25%;
|
|
@@ -15368,7 +15336,6 @@ body {
|
|
|
15368
15336
|
padding-left: 0.5rem;
|
|
15369
15337
|
padding-right: 0.5rem;
|
|
15370
15338
|
}
|
|
15371
|
-
|
|
15372
15339
|
.a-Grid-col--md4 {
|
|
15373
15340
|
flex: 0 0 33.3333333333%;
|
|
15374
15341
|
max-width: 33.3333333333%;
|
|
@@ -15376,7 +15343,6 @@ body {
|
|
|
15376
15343
|
padding-left: 0.5rem;
|
|
15377
15344
|
padding-right: 0.5rem;
|
|
15378
15345
|
}
|
|
15379
|
-
|
|
15380
15346
|
.a-Grid-col--md5 {
|
|
15381
15347
|
flex: 0 0 41.6666666667%;
|
|
15382
15348
|
max-width: 41.6666666667%;
|
|
@@ -15384,7 +15350,6 @@ body {
|
|
|
15384
15350
|
padding-left: 0.5rem;
|
|
15385
15351
|
padding-right: 0.5rem;
|
|
15386
15352
|
}
|
|
15387
|
-
|
|
15388
15353
|
.a-Grid-col--md6 {
|
|
15389
15354
|
flex: 0 0 50%;
|
|
15390
15355
|
max-width: 50%;
|
|
@@ -15392,7 +15357,6 @@ body {
|
|
|
15392
15357
|
padding-left: 0.5rem;
|
|
15393
15358
|
padding-right: 0.5rem;
|
|
15394
15359
|
}
|
|
15395
|
-
|
|
15396
15360
|
.a-Grid-col--md7 {
|
|
15397
15361
|
flex: 0 0 58.3333333333%;
|
|
15398
15362
|
max-width: 58.3333333333%;
|
|
@@ -15400,7 +15364,6 @@ body {
|
|
|
15400
15364
|
padding-left: 0.5rem;
|
|
15401
15365
|
padding-right: 0.5rem;
|
|
15402
15366
|
}
|
|
15403
|
-
|
|
15404
15367
|
.a-Grid-col--md8 {
|
|
15405
15368
|
flex: 0 0 66.6666666667%;
|
|
15406
15369
|
max-width: 66.6666666667%;
|
|
@@ -15408,7 +15371,6 @@ body {
|
|
|
15408
15371
|
padding-left: 0.5rem;
|
|
15409
15372
|
padding-right: 0.5rem;
|
|
15410
15373
|
}
|
|
15411
|
-
|
|
15412
15374
|
.a-Grid-col--md9 {
|
|
15413
15375
|
flex: 0 0 75%;
|
|
15414
15376
|
max-width: 75%;
|
|
@@ -15416,7 +15378,6 @@ body {
|
|
|
15416
15378
|
padding-left: 0.5rem;
|
|
15417
15379
|
padding-right: 0.5rem;
|
|
15418
15380
|
}
|
|
15419
|
-
|
|
15420
15381
|
.a-Grid-col--md10 {
|
|
15421
15382
|
flex: 0 0 83.3333333333%;
|
|
15422
15383
|
max-width: 83.3333333333%;
|
|
@@ -15424,7 +15385,6 @@ body {
|
|
|
15424
15385
|
padding-left: 0.5rem;
|
|
15425
15386
|
padding-right: 0.5rem;
|
|
15426
15387
|
}
|
|
15427
|
-
|
|
15428
15388
|
.a-Grid-col--md11 {
|
|
15429
15389
|
flex: 0 0 91.6666666667%;
|
|
15430
15390
|
max-width: 91.6666666667%;
|
|
@@ -15432,7 +15392,6 @@ body {
|
|
|
15432
15392
|
padding-left: 0.5rem;
|
|
15433
15393
|
padding-right: 0.5rem;
|
|
15434
15394
|
}
|
|
15435
|
-
|
|
15436
15395
|
.a-Grid-col--md12 {
|
|
15437
15396
|
flex: 0 0 100%;
|
|
15438
15397
|
max-width: 100%;
|
|
@@ -15440,7 +15399,6 @@ body {
|
|
|
15440
15399
|
padding-left: 0.5rem;
|
|
15441
15400
|
padding-right: 0.5rem;
|
|
15442
15401
|
}
|
|
15443
|
-
|
|
15444
15402
|
.a-Grid-col--md {
|
|
15445
15403
|
flex-basis: 0;
|
|
15446
15404
|
flex-grow: 1;
|
|
@@ -15450,7 +15408,6 @@ body {
|
|
|
15450
15408
|
padding-left: 0.5rem;
|
|
15451
15409
|
padding-right: 0.5rem;
|
|
15452
15410
|
}
|
|
15453
|
-
|
|
15454
15411
|
.a-Grid-col--mdAuto {
|
|
15455
15412
|
flex: 0 0 auto;
|
|
15456
15413
|
width: auto;
|
|
@@ -15467,7 +15424,6 @@ body {
|
|
|
15467
15424
|
padding-left: 0.5rem;
|
|
15468
15425
|
padding-right: 0.5rem;
|
|
15469
15426
|
}
|
|
15470
|
-
|
|
15471
15427
|
.a-Grid-col--lg2 {
|
|
15472
15428
|
flex: 0 0 16.6666666667%;
|
|
15473
15429
|
max-width: 16.6666666667%;
|
|
@@ -15475,7 +15431,6 @@ body {
|
|
|
15475
15431
|
padding-left: 0.5rem;
|
|
15476
15432
|
padding-right: 0.5rem;
|
|
15477
15433
|
}
|
|
15478
|
-
|
|
15479
15434
|
.a-Grid-col--lg3 {
|
|
15480
15435
|
flex: 0 0 25%;
|
|
15481
15436
|
max-width: 25%;
|
|
@@ -15483,7 +15438,6 @@ body {
|
|
|
15483
15438
|
padding-left: 0.5rem;
|
|
15484
15439
|
padding-right: 0.5rem;
|
|
15485
15440
|
}
|
|
15486
|
-
|
|
15487
15441
|
.a-Grid-col--lg4 {
|
|
15488
15442
|
flex: 0 0 33.3333333333%;
|
|
15489
15443
|
max-width: 33.3333333333%;
|
|
@@ -15491,7 +15445,6 @@ body {
|
|
|
15491
15445
|
padding-left: 0.5rem;
|
|
15492
15446
|
padding-right: 0.5rem;
|
|
15493
15447
|
}
|
|
15494
|
-
|
|
15495
15448
|
.a-Grid-col--lg5 {
|
|
15496
15449
|
flex: 0 0 41.6666666667%;
|
|
15497
15450
|
max-width: 41.6666666667%;
|
|
@@ -15499,7 +15452,6 @@ body {
|
|
|
15499
15452
|
padding-left: 0.5rem;
|
|
15500
15453
|
padding-right: 0.5rem;
|
|
15501
15454
|
}
|
|
15502
|
-
|
|
15503
15455
|
.a-Grid-col--lg6 {
|
|
15504
15456
|
flex: 0 0 50%;
|
|
15505
15457
|
max-width: 50%;
|
|
@@ -15507,7 +15459,6 @@ body {
|
|
|
15507
15459
|
padding-left: 0.5rem;
|
|
15508
15460
|
padding-right: 0.5rem;
|
|
15509
15461
|
}
|
|
15510
|
-
|
|
15511
15462
|
.a-Grid-col--lg7 {
|
|
15512
15463
|
flex: 0 0 58.3333333333%;
|
|
15513
15464
|
max-width: 58.3333333333%;
|
|
@@ -15515,7 +15466,6 @@ body {
|
|
|
15515
15466
|
padding-left: 0.5rem;
|
|
15516
15467
|
padding-right: 0.5rem;
|
|
15517
15468
|
}
|
|
15518
|
-
|
|
15519
15469
|
.a-Grid-col--lg8 {
|
|
15520
15470
|
flex: 0 0 66.6666666667%;
|
|
15521
15471
|
max-width: 66.6666666667%;
|
|
@@ -15523,7 +15473,6 @@ body {
|
|
|
15523
15473
|
padding-left: 0.5rem;
|
|
15524
15474
|
padding-right: 0.5rem;
|
|
15525
15475
|
}
|
|
15526
|
-
|
|
15527
15476
|
.a-Grid-col--lg9 {
|
|
15528
15477
|
flex: 0 0 75%;
|
|
15529
15478
|
max-width: 75%;
|
|
@@ -15531,7 +15480,6 @@ body {
|
|
|
15531
15480
|
padding-left: 0.5rem;
|
|
15532
15481
|
padding-right: 0.5rem;
|
|
15533
15482
|
}
|
|
15534
|
-
|
|
15535
15483
|
.a-Grid-col--lg10 {
|
|
15536
15484
|
flex: 0 0 83.3333333333%;
|
|
15537
15485
|
max-width: 83.3333333333%;
|
|
@@ -15539,7 +15487,6 @@ body {
|
|
|
15539
15487
|
padding-left: 0.5rem;
|
|
15540
15488
|
padding-right: 0.5rem;
|
|
15541
15489
|
}
|
|
15542
|
-
|
|
15543
15490
|
.a-Grid-col--lg11 {
|
|
15544
15491
|
flex: 0 0 91.6666666667%;
|
|
15545
15492
|
max-width: 91.6666666667%;
|
|
@@ -15547,7 +15494,6 @@ body {
|
|
|
15547
15494
|
padding-left: 0.5rem;
|
|
15548
15495
|
padding-right: 0.5rem;
|
|
15549
15496
|
}
|
|
15550
|
-
|
|
15551
15497
|
.a-Grid-col--lg12 {
|
|
15552
15498
|
flex: 0 0 100%;
|
|
15553
15499
|
max-width: 100%;
|
|
@@ -15555,7 +15501,6 @@ body {
|
|
|
15555
15501
|
padding-left: 0.5rem;
|
|
15556
15502
|
padding-right: 0.5rem;
|
|
15557
15503
|
}
|
|
15558
|
-
|
|
15559
15504
|
.a-Grid-col--lg {
|
|
15560
15505
|
flex-basis: 0;
|
|
15561
15506
|
flex-grow: 1;
|
|
@@ -15565,7 +15510,6 @@ body {
|
|
|
15565
15510
|
padding-left: 0.5rem;
|
|
15566
15511
|
padding-right: 0.5rem;
|
|
15567
15512
|
}
|
|
15568
|
-
|
|
15569
15513
|
.a-Grid-col--lgAuto {
|
|
15570
15514
|
flex: 0 0 auto;
|
|
15571
15515
|
width: auto;
|
|
@@ -15690,7 +15634,7 @@ body {
|
|
|
15690
15634
|
border-radius: 0.625rem;
|
|
15691
15635
|
}
|
|
15692
15636
|
.a-AsideNav-itemIcon {
|
|
15693
|
-
margin: calc(
|
|
15637
|
+
margin: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / -2) -0.625rem;
|
|
15694
15638
|
line-height: var(--Layout-nav-height);
|
|
15695
15639
|
width: var(--Layout-nav-height);
|
|
15696
15640
|
vertical-align: middle;
|
|
@@ -15736,7 +15680,7 @@ body {
|
|
|
15736
15680
|
text-transform: none;
|
|
15737
15681
|
display: block;
|
|
15738
15682
|
font-size: var(--Layout-asideLink-fontSize);
|
|
15739
|
-
padding: calc(
|
|
15683
|
+
padding: calc((var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-base);
|
|
15740
15684
|
position: relative;
|
|
15741
15685
|
transition: background-color var(--animation-duration) ease-in-out 0s;
|
|
15742
15686
|
color: var(--Layout-asideLink-color);
|
|
@@ -15761,7 +15705,7 @@ body {
|
|
|
15761
15705
|
background: var(--Layout-aside-onAcitve-onHover-bg);
|
|
15762
15706
|
}
|
|
15763
15707
|
.a-AsideNav-item.is-lg > a {
|
|
15764
|
-
padding: calc(
|
|
15708
|
+
padding: calc((var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15765
15709
|
}
|
|
15766
15710
|
.a-AsideNav-item .a-AsideNav-item a {
|
|
15767
15711
|
padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
|
|
@@ -15788,7 +15732,7 @@ body {
|
|
|
15788
15732
|
cursor: default;
|
|
15789
15733
|
background: transparent;
|
|
15790
15734
|
color: var(--Layout-asideLink-color);
|
|
15791
|
-
padding: calc(
|
|
15735
|
+
padding: calc((var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize)) / 2) var(--gap-md);
|
|
15792
15736
|
}
|
|
15793
15737
|
.a-AsideNav-subHeader a:hover {
|
|
15794
15738
|
color: var(--Layout-asideLink-onHover-color);
|
|
@@ -15851,7 +15795,7 @@ img.a-AsideNav-itemIcon {
|
|
|
15851
15795
|
border: none;
|
|
15852
15796
|
}
|
|
15853
15797
|
.a-Layout--folded .a-AsideNav-list > .a-AsideNav-item > a .a-AsideNav-itemArrow,
|
|
15854
|
-
.a-Layout--folded .a-AsideNav-list > .a-AsideNav-item > a .a-AsideNav-itemLabel {
|
|
15798
|
+
.a-Layout--folded .a-AsideNav-list > .a-AsideNav-item > a .a-AsideNav-itemLabel {
|
|
15855
15799
|
display: none;
|
|
15856
15800
|
}
|
|
15857
15801
|
.a-Layout--folded .a-AsideNav-list > .a-AsideNav-item > a .a-AsideNav-itemIcon {
|
|
@@ -16545,29 +16489,53 @@ img.a-AsideNav-itemIcon {
|
|
|
16545
16489
|
.a-Button--size-default > .pull-left {
|
|
16546
16490
|
margin-right: var(--button-size-default-icon-margin);
|
|
16547
16491
|
font-size: var(--button-size-default-icon-size);
|
|
16492
|
+
width: var(--button-size-default-icon-size);
|
|
16493
|
+
height: var(--button-size-default-icon-size);
|
|
16494
|
+
line-height: var(--button-size-default-icon-size);
|
|
16548
16495
|
}
|
|
16549
16496
|
.a-Button--size-default .a-Button-icon:last-child:not(:first-child):not(.pull-left),
|
|
16550
16497
|
.a-Button--size-default > .pull-right {
|
|
16551
16498
|
font-size: var(--button-size-default-icon-size);
|
|
16552
16499
|
margin-left: var(--button-size-default-icon-margin);
|
|
16500
|
+
width: var(--button-size-default-icon-size);
|
|
16501
|
+
height: var(--button-size-default-icon-size);
|
|
16502
|
+
line-height: var(--button-size-default-icon-size);
|
|
16553
16503
|
}
|
|
16554
16504
|
.a-Button--size-default .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
|
16555
16505
|
.a-Button--size-default > svg.icon:not(:last-child):not(.pull-right),
|
|
16556
16506
|
.a-Button--size-default > .pull-left {
|
|
16557
16507
|
font-size: var(--button-size-default-icon-size);
|
|
16558
16508
|
margin-right: var(--button-size-default-icon-margin);
|
|
16509
|
+
width: var(--button-size-default-icon-size);
|
|
16510
|
+
height: var(--button-size-default-icon-size);
|
|
16511
|
+
line-height: var(--button-size-default-icon-size);
|
|
16559
16512
|
}
|
|
16560
16513
|
.a-Button--size-default .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
|
16561
16514
|
.a-Button--size-default > .pull-right {
|
|
16562
16515
|
font-size: var(--button-size-default-icon-size);
|
|
16563
16516
|
margin-left: var(--button-size-default-icon-margin);
|
|
16564
|
-
|
|
16565
|
-
.a-Button--size-default img.a-Button-icon {
|
|
16517
|
+
width: var(--button-size-default-icon-size);
|
|
16566
16518
|
height: var(--button-size-default-icon-size);
|
|
16567
|
-
|
|
16519
|
+
line-height: var(--button-size-default-icon-size);
|
|
16568
16520
|
}
|
|
16569
16521
|
.a-Button--size-default.a-Button--iconOnly {
|
|
16570
16522
|
min-width: var(--button-size-default-height);
|
|
16523
|
+
padding: 0;
|
|
16524
|
+
}
|
|
16525
|
+
.a-Button--size-default.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
|
16526
|
+
width: var(--button-size-default-icon-size);
|
|
16527
|
+
height: var(--button-size-default-icon-size);
|
|
16528
|
+
}
|
|
16529
|
+
.a-Button--size-default.a-Button--iconOnly:not(.a-Button--link) > .fa,
|
|
16530
|
+
.a-Button--size-default.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16531
|
+
font-size: var(--button-size-default-icon-size);
|
|
16532
|
+
}
|
|
16533
|
+
.a-Button--size-default.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16534
|
+
line-height: 1;
|
|
16535
|
+
}
|
|
16536
|
+
.a-Button--size-default img.a-Button-icon {
|
|
16537
|
+
height: var(--button-size-default-icon-size);
|
|
16538
|
+
vertical-align: middle;
|
|
16571
16539
|
}
|
|
16572
16540
|
.a-Button--size-xs {
|
|
16573
16541
|
font-size: var(--button-size-xs-fontSize);
|
|
@@ -16583,29 +16551,53 @@ img.a-AsideNav-itemIcon {
|
|
|
16583
16551
|
.a-Button--size-xs > .pull-left {
|
|
16584
16552
|
margin-right: var(--button-size-xs-icon-margin);
|
|
16585
16553
|
font-size: var(--button-size-xs-icon-size);
|
|
16554
|
+
width: var(--button-size-xs-icon-size);
|
|
16555
|
+
height: var(--button-size-xs-icon-size);
|
|
16556
|
+
line-height: var(--button-size-xs-icon-size);
|
|
16586
16557
|
}
|
|
16587
16558
|
.a-Button--size-xs .a-Button-icon:last-child:not(:first-child):not(.pull-left),
|
|
16588
16559
|
.a-Button--size-xs > .pull-right {
|
|
16589
16560
|
font-size: var(--button-size-xs-icon-size);
|
|
16590
16561
|
margin-left: var(--button-size-xs-icon-margin);
|
|
16562
|
+
width: var(--button-size-xs-icon-size);
|
|
16563
|
+
height: var(--button-size-xs-icon-size);
|
|
16564
|
+
line-height: var(--button-size-xs-icon-size);
|
|
16591
16565
|
}
|
|
16592
16566
|
.a-Button--size-xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
|
16593
16567
|
.a-Button--size-xs > svg.icon:not(:last-child):not(.pull-right),
|
|
16594
16568
|
.a-Button--size-xs > .pull-left {
|
|
16595
16569
|
font-size: var(--button-size-xs-icon-size);
|
|
16596
16570
|
margin-right: var(--button-size-xs-icon-margin);
|
|
16571
|
+
width: var(--button-size-xs-icon-size);
|
|
16572
|
+
height: var(--button-size-xs-icon-size);
|
|
16573
|
+
line-height: var(--button-size-xs-icon-size);
|
|
16597
16574
|
}
|
|
16598
16575
|
.a-Button--size-xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
|
16599
16576
|
.a-Button--size-xs > .pull-right {
|
|
16600
16577
|
font-size: var(--button-size-xs-icon-size);
|
|
16601
16578
|
margin-left: var(--button-size-xs-icon-margin);
|
|
16602
|
-
|
|
16603
|
-
.a-Button--size-xs img.a-Button-icon {
|
|
16579
|
+
width: var(--button-size-xs-icon-size);
|
|
16604
16580
|
height: var(--button-size-xs-icon-size);
|
|
16605
|
-
|
|
16581
|
+
line-height: var(--button-size-xs-icon-size);
|
|
16606
16582
|
}
|
|
16607
16583
|
.a-Button--size-xs.a-Button--iconOnly {
|
|
16608
16584
|
min-width: var(--button-size-xs-height);
|
|
16585
|
+
padding: 0;
|
|
16586
|
+
}
|
|
16587
|
+
.a-Button--size-xs.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
|
16588
|
+
width: var(--button-size-xs-icon-size);
|
|
16589
|
+
height: var(--button-size-xs-icon-size);
|
|
16590
|
+
}
|
|
16591
|
+
.a-Button--size-xs.a-Button--iconOnly:not(.a-Button--link) > .fa,
|
|
16592
|
+
.a-Button--size-xs.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16593
|
+
font-size: var(--button-size-xs-icon-size);
|
|
16594
|
+
}
|
|
16595
|
+
.a-Button--size-xs.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16596
|
+
line-height: 1;
|
|
16597
|
+
}
|
|
16598
|
+
.a-Button--size-xs img.a-Button-icon {
|
|
16599
|
+
height: var(--button-size-xs-icon-size);
|
|
16600
|
+
vertical-align: middle;
|
|
16609
16601
|
}
|
|
16610
16602
|
.a-Button--size-sm {
|
|
16611
16603
|
font-size: var(--button-size-sm-fontSize);
|
|
@@ -16621,29 +16613,53 @@ img.a-AsideNav-itemIcon {
|
|
|
16621
16613
|
.a-Button--size-sm > .pull-left {
|
|
16622
16614
|
margin-right: var(--button-size-sm-icon-margin);
|
|
16623
16615
|
font-size: var(--button-size-sm-icon-size);
|
|
16616
|
+
width: var(--button-size-sm-icon-size);
|
|
16617
|
+
height: var(--button-size-sm-icon-size);
|
|
16618
|
+
line-height: var(--button-size-sm-icon-size);
|
|
16624
16619
|
}
|
|
16625
16620
|
.a-Button--size-sm .a-Button-icon:last-child:not(:first-child):not(.pull-left),
|
|
16626
16621
|
.a-Button--size-sm > .pull-right {
|
|
16627
16622
|
font-size: var(--button-size-sm-icon-size);
|
|
16628
16623
|
margin-left: var(--button-size-sm-icon-margin);
|
|
16624
|
+
width: var(--button-size-sm-icon-size);
|
|
16625
|
+
height: var(--button-size-sm-icon-size);
|
|
16626
|
+
line-height: var(--button-size-sm-icon-size);
|
|
16629
16627
|
}
|
|
16630
16628
|
.a-Button--size-sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
|
16631
16629
|
.a-Button--size-sm > svg.icon:not(:last-child):not(.pull-right),
|
|
16632
16630
|
.a-Button--size-sm > .pull-left {
|
|
16633
16631
|
font-size: var(--button-size-sm-icon-size);
|
|
16634
16632
|
margin-right: var(--button-size-sm-icon-margin);
|
|
16633
|
+
width: var(--button-size-sm-icon-size);
|
|
16634
|
+
height: var(--button-size-sm-icon-size);
|
|
16635
|
+
line-height: var(--button-size-sm-icon-size);
|
|
16635
16636
|
}
|
|
16636
16637
|
.a-Button--size-sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
|
16637
16638
|
.a-Button--size-sm > .pull-right {
|
|
16638
16639
|
font-size: var(--button-size-sm-icon-size);
|
|
16639
16640
|
margin-left: var(--button-size-sm-icon-margin);
|
|
16640
|
-
|
|
16641
|
-
.a-Button--size-sm img.a-Button-icon {
|
|
16641
|
+
width: var(--button-size-sm-icon-size);
|
|
16642
16642
|
height: var(--button-size-sm-icon-size);
|
|
16643
|
-
|
|
16643
|
+
line-height: var(--button-size-sm-icon-size);
|
|
16644
16644
|
}
|
|
16645
16645
|
.a-Button--size-sm.a-Button--iconOnly {
|
|
16646
16646
|
min-width: var(--button-size-sm-height);
|
|
16647
|
+
padding: 0;
|
|
16648
|
+
}
|
|
16649
|
+
.a-Button--size-sm.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
|
16650
|
+
width: var(--button-size-sm-icon-size);
|
|
16651
|
+
height: var(--button-size-sm-icon-size);
|
|
16652
|
+
}
|
|
16653
|
+
.a-Button--size-sm.a-Button--iconOnly:not(.a-Button--link) > .fa,
|
|
16654
|
+
.a-Button--size-sm.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16655
|
+
font-size: var(--button-size-sm-icon-size);
|
|
16656
|
+
}
|
|
16657
|
+
.a-Button--size-sm.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16658
|
+
line-height: 1;
|
|
16659
|
+
}
|
|
16660
|
+
.a-Button--size-sm img.a-Button-icon {
|
|
16661
|
+
height: var(--button-size-sm-icon-size);
|
|
16662
|
+
vertical-align: middle;
|
|
16647
16663
|
}
|
|
16648
16664
|
.a-Button--size-md {
|
|
16649
16665
|
font-size: var(--button-size-md-fontSize);
|
|
@@ -16659,29 +16675,53 @@ img.a-AsideNav-itemIcon {
|
|
|
16659
16675
|
.a-Button--size-md > .pull-left {
|
|
16660
16676
|
margin-right: var(--button-size-md-icon-margin);
|
|
16661
16677
|
font-size: var(--button-size-md-icon-size);
|
|
16678
|
+
width: var(--button-size-md-icon-size);
|
|
16679
|
+
height: var(--button-size-md-icon-size);
|
|
16680
|
+
line-height: var(--button-size-md-icon-size);
|
|
16662
16681
|
}
|
|
16663
16682
|
.a-Button--size-md .a-Button-icon:last-child:not(:first-child):not(.pull-left),
|
|
16664
16683
|
.a-Button--size-md > .pull-right {
|
|
16665
16684
|
font-size: var(--button-size-md-icon-size);
|
|
16666
16685
|
margin-left: var(--button-size-md-icon-margin);
|
|
16686
|
+
width: var(--button-size-md-icon-size);
|
|
16687
|
+
height: var(--button-size-md-icon-size);
|
|
16688
|
+
line-height: var(--button-size-md-icon-size);
|
|
16667
16689
|
}
|
|
16668
16690
|
.a-Button--size-md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
|
16669
16691
|
.a-Button--size-md > svg.icon:not(:last-child):not(.pull-right),
|
|
16670
16692
|
.a-Button--size-md > .pull-left {
|
|
16671
16693
|
font-size: var(--button-size-md-icon-size);
|
|
16672
16694
|
margin-right: var(--button-size-md-icon-margin);
|
|
16695
|
+
width: var(--button-size-md-icon-size);
|
|
16696
|
+
height: var(--button-size-md-icon-size);
|
|
16697
|
+
line-height: var(--button-size-md-icon-size);
|
|
16673
16698
|
}
|
|
16674
16699
|
.a-Button--size-md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
|
16675
16700
|
.a-Button--size-md > .pull-right {
|
|
16676
16701
|
font-size: var(--button-size-md-icon-size);
|
|
16677
16702
|
margin-left: var(--button-size-md-icon-margin);
|
|
16678
|
-
|
|
16679
|
-
.a-Button--size-md img.a-Button-icon {
|
|
16703
|
+
width: var(--button-size-md-icon-size);
|
|
16680
16704
|
height: var(--button-size-md-icon-size);
|
|
16681
|
-
|
|
16705
|
+
line-height: var(--button-size-md-icon-size);
|
|
16682
16706
|
}
|
|
16683
16707
|
.a-Button--size-md.a-Button--iconOnly {
|
|
16684
16708
|
min-width: var(--button-size-md-height);
|
|
16709
|
+
padding: 0;
|
|
16710
|
+
}
|
|
16711
|
+
.a-Button--size-md.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
|
16712
|
+
width: var(--button-size-md-icon-size);
|
|
16713
|
+
height: var(--button-size-md-icon-size);
|
|
16714
|
+
}
|
|
16715
|
+
.a-Button--size-md.a-Button--iconOnly:not(.a-Button--link) > .fa,
|
|
16716
|
+
.a-Button--size-md.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16717
|
+
font-size: var(--button-size-md-icon-size);
|
|
16718
|
+
}
|
|
16719
|
+
.a-Button--size-md.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16720
|
+
line-height: 1;
|
|
16721
|
+
}
|
|
16722
|
+
.a-Button--size-md img.a-Button-icon {
|
|
16723
|
+
height: var(--button-size-md-icon-size);
|
|
16724
|
+
vertical-align: middle;
|
|
16685
16725
|
}
|
|
16686
16726
|
.a-Button--size-lg {
|
|
16687
16727
|
font-size: var(--button-size-lg-fontSize);
|
|
@@ -16697,44 +16737,54 @@ img.a-AsideNav-itemIcon {
|
|
|
16697
16737
|
.a-Button--size-lg > .pull-left {
|
|
16698
16738
|
margin-right: var(--button-size-lg-icon-margin);
|
|
16699
16739
|
font-size: var(--button-size-lg-icon-size);
|
|
16740
|
+
width: var(--button-size-lg-icon-size);
|
|
16741
|
+
height: var(--button-size-lg-icon-size);
|
|
16742
|
+
line-height: var(--button-size-lg-icon-size);
|
|
16700
16743
|
}
|
|
16701
16744
|
.a-Button--size-lg .a-Button-icon:last-child:not(:first-child):not(.pull-left),
|
|
16702
16745
|
.a-Button--size-lg > .pull-right {
|
|
16703
16746
|
font-size: var(--button-size-lg-icon-size);
|
|
16704
16747
|
margin-left: var(--button-size-lg-icon-margin);
|
|
16748
|
+
width: var(--button-size-lg-icon-size);
|
|
16749
|
+
height: var(--button-size-lg-icon-size);
|
|
16750
|
+
line-height: var(--button-size-lg-icon-size);
|
|
16705
16751
|
}
|
|
16706
16752
|
.a-Button--size-lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
|
16707
16753
|
.a-Button--size-lg > svg.icon:not(:last-child):not(.pull-right),
|
|
16708
16754
|
.a-Button--size-lg > .pull-left {
|
|
16709
16755
|
font-size: var(--button-size-lg-icon-size);
|
|
16710
16756
|
margin-right: var(--button-size-lg-icon-margin);
|
|
16757
|
+
width: var(--button-size-lg-icon-size);
|
|
16758
|
+
height: var(--button-size-lg-icon-size);
|
|
16759
|
+
line-height: var(--button-size-lg-icon-size);
|
|
16711
16760
|
}
|
|
16712
16761
|
.a-Button--size-lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
|
16713
16762
|
.a-Button--size-lg > .pull-right {
|
|
16714
16763
|
font-size: var(--button-size-lg-icon-size);
|
|
16715
16764
|
margin-left: var(--button-size-lg-icon-margin);
|
|
16716
|
-
|
|
16717
|
-
.a-Button--size-lg img.a-Button-icon {
|
|
16765
|
+
width: var(--button-size-lg-icon-size);
|
|
16718
16766
|
height: var(--button-size-lg-icon-size);
|
|
16719
|
-
|
|
16767
|
+
line-height: var(--button-size-lg-icon-size);
|
|
16720
16768
|
}
|
|
16721
16769
|
.a-Button--size-lg.a-Button--iconOnly {
|
|
16722
16770
|
min-width: var(--button-size-lg-height);
|
|
16723
|
-
}
|
|
16724
|
-
.a-Button--iconOnly {
|
|
16725
16771
|
padding: 0;
|
|
16726
16772
|
}
|
|
16727
|
-
.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
|
16728
|
-
width:
|
|
16729
|
-
height:
|
|
16773
|
+
.a-Button--size-lg.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
|
16774
|
+
width: var(--button-size-lg-icon-size);
|
|
16775
|
+
height: var(--button-size-lg-icon-size);
|
|
16730
16776
|
}
|
|
16731
|
-
.a-Button--iconOnly:not(.a-Button--link) > .fa,
|
|
16732
|
-
.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16733
|
-
font-size: var(--
|
|
16777
|
+
.a-Button--size-lg.a-Button--iconOnly:not(.a-Button--link) > .fa,
|
|
16778
|
+
.a-Button--size-lg.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16779
|
+
font-size: var(--button-size-lg-icon-size);
|
|
16734
16780
|
}
|
|
16735
|
-
.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16781
|
+
.a-Button--size-lg.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
16736
16782
|
line-height: 1;
|
|
16737
16783
|
}
|
|
16784
|
+
.a-Button--size-lg img.a-Button-icon {
|
|
16785
|
+
height: var(--button-size-lg-icon-size);
|
|
16786
|
+
vertical-align: middle;
|
|
16787
|
+
}
|
|
16738
16788
|
.a-Button:hover:focus {
|
|
16739
16789
|
text-decoration: none;
|
|
16740
16790
|
}
|
|
@@ -17214,7 +17264,7 @@ input[type=button].a-Button--block {
|
|
|
17214
17264
|
line-height: inherit;
|
|
17215
17265
|
text-decoration: none;
|
|
17216
17266
|
vertical-align: middle;
|
|
17217
|
-
z-index: calc(
|
|
17267
|
+
z-index: calc(11 + 1);
|
|
17218
17268
|
}
|
|
17219
17269
|
.a-Modal-close svg {
|
|
17220
17270
|
width: var(--dialog-icon-size);
|
|
@@ -17262,54 +17312,85 @@ input[type=button].a-Button--block {
|
|
|
17262
17312
|
margin-left: var(--dialog-footer-margin-left);
|
|
17263
17313
|
}
|
|
17264
17314
|
.a-Modal--2th .a-Modal-content {
|
|
17265
|
-
margin-top: calc(
|
|
17315
|
+
margin-top: calc(
|
|
17316
|
+
var(--Modal-content-startMarginTop) +
|
|
17317
|
+
1 *
|
|
17318
|
+
var(--Modal-content-stepMarginTop)
|
|
17319
|
+
);
|
|
17266
17320
|
}
|
|
17267
17321
|
.a-Modal--3th .a-Modal-content {
|
|
17268
|
-
margin-top: calc(
|
|
17322
|
+
margin-top: calc(
|
|
17323
|
+
var(--Modal-content-startMarginTop) +
|
|
17324
|
+
2 *
|
|
17325
|
+
var(--Modal-content-stepMarginTop)
|
|
17326
|
+
);
|
|
17269
17327
|
}
|
|
17270
17328
|
.a-Modal--4th .a-Modal-content {
|
|
17271
|
-
margin-top: calc(
|
|
17329
|
+
margin-top: calc(
|
|
17330
|
+
var(--Modal-content-startMarginTop) +
|
|
17331
|
+
3 *
|
|
17332
|
+
var(--Modal-content-stepMarginTop)
|
|
17333
|
+
);
|
|
17272
17334
|
}
|
|
17273
17335
|
.a-Modal--5th .a-Modal-content {
|
|
17274
|
-
margin-top: calc(
|
|
17336
|
+
margin-top: calc(
|
|
17337
|
+
var(--Modal-content-startMarginTop) +
|
|
17338
|
+
4 *
|
|
17339
|
+
var(--Modal-content-stepMarginTop)
|
|
17340
|
+
);
|
|
17275
17341
|
}
|
|
17276
17342
|
.a-Modal--6th .a-Modal-content {
|
|
17277
|
-
margin-top: calc(
|
|
17343
|
+
margin-top: calc(
|
|
17344
|
+
var(--Modal-content-startMarginTop) +
|
|
17345
|
+
5 *
|
|
17346
|
+
var(--Modal-content-stepMarginTop)
|
|
17347
|
+
);
|
|
17278
17348
|
}
|
|
17279
17349
|
.a-Modal--7th .a-Modal-content {
|
|
17280
|
-
margin-top: calc(
|
|
17350
|
+
margin-top: calc(
|
|
17351
|
+
var(--Modal-content-startMarginTop) +
|
|
17352
|
+
6 *
|
|
17353
|
+
var(--Modal-content-stepMarginTop)
|
|
17354
|
+
);
|
|
17281
17355
|
}
|
|
17282
17356
|
.a-Modal--8th .a-Modal-content {
|
|
17283
|
-
margin-top: calc(
|
|
17357
|
+
margin-top: calc(
|
|
17358
|
+
var(--Modal-content-startMarginTop) +
|
|
17359
|
+
7 *
|
|
17360
|
+
var(--Modal-content-stepMarginTop)
|
|
17361
|
+
);
|
|
17284
17362
|
}
|
|
17285
17363
|
.a-Modal--9th .a-Modal-content {
|
|
17286
|
-
margin-top: calc(
|
|
17364
|
+
margin-top: calc(
|
|
17365
|
+
var(--Modal-content-startMarginTop) +
|
|
17366
|
+
8 *
|
|
17367
|
+
var(--Modal-content-stepMarginTop)
|
|
17368
|
+
);
|
|
17287
17369
|
}
|
|
17288
17370
|
.a-Modal--10th .a-Modal-content {
|
|
17289
|
-
margin-top: calc(
|
|
17371
|
+
margin-top: calc(
|
|
17372
|
+
var(--Modal-content-startMarginTop) +
|
|
17373
|
+
9 *
|
|
17374
|
+
var(--Modal-content-stepMarginTop)
|
|
17375
|
+
);
|
|
17290
17376
|
}
|
|
17291
17377
|
@media (min-width: 576px) {
|
|
17292
17378
|
.a-Modal-content {
|
|
17293
17379
|
max-width: var(--dialog-size-normal-width);
|
|
17294
17380
|
border-width: var(--dialog-default-border-width);
|
|
17295
17381
|
}
|
|
17296
|
-
|
|
17297
17382
|
.a-Modal--sm .a-Modal-content {
|
|
17298
17383
|
max-width: var(--dialog-size-sm-width);
|
|
17299
17384
|
}
|
|
17300
|
-
|
|
17301
17385
|
.a-Modal--base .a-Modal-content {
|
|
17302
17386
|
max-width: var(--Modal-widthBase);
|
|
17303
17387
|
}
|
|
17304
|
-
|
|
17305
17388
|
.a-Modal--md .a-Modal-content {
|
|
17306
17389
|
max-width: var(--Modal-widthMd);
|
|
17307
17390
|
}
|
|
17308
|
-
|
|
17309
17391
|
.a-Modal--lg .a-Modal-content {
|
|
17310
17392
|
max-width: var(--dialog-size-lg-width);
|
|
17311
17393
|
}
|
|
17312
|
-
|
|
17313
17394
|
.a-Modal--xl .a-Modal-content {
|
|
17314
17395
|
max-width: var(--dialog-size-xl-width);
|
|
17315
17396
|
}
|
|
@@ -17486,279 +17567,264 @@ input[type=button].a-Button--block {
|
|
|
17486
17567
|
width: var(--Drawer-widthBase);
|
|
17487
17568
|
height: var(--Drawer-widthBase);
|
|
17488
17569
|
}
|
|
17489
|
-
|
|
17490
17570
|
.a-Drawer--xs .a-Drawer-content {
|
|
17491
17571
|
width: var(--drawer-size-xs-width);
|
|
17492
17572
|
height: var(--Drawer-widthXs);
|
|
17493
17573
|
}
|
|
17494
|
-
|
|
17495
17574
|
.a-Drawer--sm .a-Drawer-content {
|
|
17496
17575
|
width: var(--drawer-size-sm-width);
|
|
17497
17576
|
height: var(--Drawer-widthSm);
|
|
17498
17577
|
}
|
|
17499
|
-
|
|
17500
17578
|
.a-Drawer--md .a-Drawer-content {
|
|
17501
17579
|
width: var(--drawer-size-md-width);
|
|
17502
17580
|
height: var(--Drawer-widthMd);
|
|
17503
17581
|
}
|
|
17504
|
-
|
|
17505
17582
|
.a-Drawer--lg .a-Drawer-content {
|
|
17506
17583
|
width: var(--drawer-size-lg-width);
|
|
17507
17584
|
height: var(--Drawer-widthLg);
|
|
17508
17585
|
}
|
|
17509
|
-
|
|
17510
17586
|
.a-Drawer--xl .a-Drawer-content {
|
|
17511
17587
|
width: var(--drawer-size-xl-width);
|
|
17512
17588
|
height: var(--Drawer-widthXl);
|
|
17513
17589
|
}
|
|
17514
|
-
|
|
17515
17590
|
.a-Drawer--right.a-Modal--2th.a-Drawer .a-Drawer-content,
|
|
17516
|
-
.a-Drawer--left.a-Modal--2th.a-Drawer .a-Drawer-content {
|
|
17591
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer .a-Drawer-content {
|
|
17517
17592
|
width: calc(var(--Drawer-widthBase) - 20px);
|
|
17518
17593
|
}
|
|
17519
17594
|
.a-Drawer--right.a-Modal--2th.a-Drawer--xs .a-Drawer-content,
|
|
17520
|
-
.a-Drawer--left.a-Modal--2th.a-Drawer--xs .a-Drawer-content {
|
|
17595
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--xs .a-Drawer-content {
|
|
17521
17596
|
width: calc(var(--Drawer-widthXs) - 20px);
|
|
17522
17597
|
}
|
|
17523
17598
|
.a-Drawer--right.a-Modal--2th.a-Drawer--sm .a-Drawer-content,
|
|
17524
|
-
.a-Drawer--left.a-Modal--2th.a-Drawer--sm .a-Drawer-content {
|
|
17599
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--sm .a-Drawer-content {
|
|
17525
17600
|
width: calc(var(--Drawer-widthSm) - 20px);
|
|
17526
17601
|
}
|
|
17527
17602
|
.a-Drawer--right.a-Modal--2th.a-Drawer--md .a-Drawer-content,
|
|
17528
|
-
.a-Drawer--left.a-Modal--2th.a-Drawer--md .a-Drawer-content {
|
|
17603
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--md .a-Drawer-content {
|
|
17529
17604
|
width: calc(var(--Drawer-widthMd) - 20px);
|
|
17530
17605
|
}
|
|
17531
17606
|
.a-Drawer--right.a-Modal--2th.a-Drawer--lg .a-Drawer-content,
|
|
17532
|
-
.a-Drawer--left.a-Modal--2th.a-Drawer--lg .a-Drawer-content {
|
|
17607
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--lg .a-Drawer-content {
|
|
17533
17608
|
width: calc(var(--Drawer-widthLg) - 20px);
|
|
17534
17609
|
}
|
|
17535
17610
|
.a-Drawer--right.a-Modal--2th.a-Drawer--xl .a-Drawer-content,
|
|
17536
|
-
.a-Drawer--left.a-Modal--2th.a-Drawer--xl .a-Drawer-content {
|
|
17611
|
+
.a-Drawer--left.a-Modal--2th.a-Drawer--xl .a-Drawer-content {
|
|
17537
17612
|
width: calc(var(--Drawer-widthXl) - 20px);
|
|
17538
17613
|
}
|
|
17539
|
-
|
|
17540
17614
|
.a-Drawer--top.a-Modal--2th.a-Drawer .a-Drawer-content,
|
|
17541
|
-
.a-Drawer--bottom.a-Modal--2th.a-Drawer .a-Drawer-content {
|
|
17615
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer .a-Drawer-content {
|
|
17542
17616
|
height: calc(var(--Drawer-widthBase) - 20px);
|
|
17543
17617
|
}
|
|
17544
17618
|
.a-Drawer--top.a-Modal--2th.a-Drawer--xs .a-Drawer-content,
|
|
17545
|
-
.a-Drawer--bottom.a-Modal--2th.a-Drawer--xs .a-Drawer-content {
|
|
17619
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--xs .a-Drawer-content {
|
|
17546
17620
|
height: calc(var(--Drawer-widthXs) - 20px);
|
|
17547
17621
|
}
|
|
17548
17622
|
.a-Drawer--top.a-Modal--2th.a-Drawer--sm .a-Drawer-content,
|
|
17549
|
-
.a-Drawer--bottom.a-Modal--2th.a-Drawer--sm .a-Drawer-content {
|
|
17623
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--sm .a-Drawer-content {
|
|
17550
17624
|
height: calc(var(--Drawer-widthSm) - 20px);
|
|
17551
17625
|
}
|
|
17552
17626
|
.a-Drawer--top.a-Modal--2th.a-Drawer--md .a-Drawer-content,
|
|
17553
|
-
.a-Drawer--bottom.a-Modal--2th.a-Drawer--md .a-Drawer-content {
|
|
17627
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--md .a-Drawer-content {
|
|
17554
17628
|
height: calc(var(--Drawer-widthMd) - 20px);
|
|
17555
17629
|
}
|
|
17556
17630
|
.a-Drawer--top.a-Modal--2th.a-Drawer--lg .a-Drawer-content,
|
|
17557
|
-
.a-Drawer--bottom.a-Modal--2th.a-Drawer--lg .a-Drawer-content {
|
|
17631
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--lg .a-Drawer-content {
|
|
17558
17632
|
height: calc(var(--Drawer-widthLg) - 20px);
|
|
17559
17633
|
}
|
|
17560
17634
|
.a-Drawer--top.a-Modal--2th.a-Drawer--xl .a-Drawer-content,
|
|
17561
|
-
.a-Drawer--bottom.a-Modal--2th.a-Drawer--xl .a-Drawer-content {
|
|
17635
|
+
.a-Drawer--bottom.a-Modal--2th.a-Drawer--xl .a-Drawer-content {
|
|
17562
17636
|
height: calc(var(--Drawer-widthXl) - 20px);
|
|
17563
17637
|
}
|
|
17564
|
-
|
|
17565
17638
|
.a-Drawer--right.a-Modal--3th.a-Drawer .a-Drawer-content,
|
|
17566
|
-
.a-Drawer--left.a-Modal--3th.a-Drawer .a-Drawer-content {
|
|
17639
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer .a-Drawer-content {
|
|
17567
17640
|
width: calc(var(--Drawer-widthBase) - 40px);
|
|
17568
17641
|
}
|
|
17569
17642
|
.a-Drawer--right.a-Modal--3th.a-Drawer--xs .a-Drawer-content,
|
|
17570
|
-
.a-Drawer--left.a-Modal--3th.a-Drawer--xs .a-Drawer-content {
|
|
17643
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--xs .a-Drawer-content {
|
|
17571
17644
|
width: calc(var(--Drawer-widthXs) - 40px);
|
|
17572
17645
|
}
|
|
17573
17646
|
.a-Drawer--right.a-Modal--3th.a-Drawer--sm .a-Drawer-content,
|
|
17574
|
-
.a-Drawer--left.a-Modal--3th.a-Drawer--sm .a-Drawer-content {
|
|
17647
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--sm .a-Drawer-content {
|
|
17575
17648
|
width: calc(var(--Drawer-widthSm) - 40px);
|
|
17576
17649
|
}
|
|
17577
17650
|
.a-Drawer--right.a-Modal--3th.a-Drawer--md .a-Drawer-content,
|
|
17578
|
-
.a-Drawer--left.a-Modal--3th.a-Drawer--md .a-Drawer-content {
|
|
17651
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--md .a-Drawer-content {
|
|
17579
17652
|
width: calc(var(--Drawer-widthMd) - 40px);
|
|
17580
17653
|
}
|
|
17581
17654
|
.a-Drawer--right.a-Modal--3th.a-Drawer--lg .a-Drawer-content,
|
|
17582
|
-
.a-Drawer--left.a-Modal--3th.a-Drawer--lg .a-Drawer-content {
|
|
17655
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--lg .a-Drawer-content {
|
|
17583
17656
|
width: calc(var(--Drawer-widthLg) - 40px);
|
|
17584
17657
|
}
|
|
17585
17658
|
.a-Drawer--right.a-Modal--3th.a-Drawer--xl .a-Drawer-content,
|
|
17586
|
-
.a-Drawer--left.a-Modal--3th.a-Drawer--xl .a-Drawer-content {
|
|
17659
|
+
.a-Drawer--left.a-Modal--3th.a-Drawer--xl .a-Drawer-content {
|
|
17587
17660
|
width: calc(var(--Drawer-widthXl) - 40px);
|
|
17588
17661
|
}
|
|
17589
|
-
|
|
17590
17662
|
.a-Drawer--top.a-Modal--3th.a-Drawer .a-Drawer-content,
|
|
17591
|
-
.a-Drawer--bottom.a-Modal--3th.a-Drawer .a-Drawer-content {
|
|
17663
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer .a-Drawer-content {
|
|
17592
17664
|
height: calc(var(--Drawer-widthBase) - 40px);
|
|
17593
17665
|
}
|
|
17594
17666
|
.a-Drawer--top.a-Modal--3th.a-Drawer--xs .a-Drawer-content,
|
|
17595
|
-
.a-Drawer--bottom.a-Modal--3th.a-Drawer--xs .a-Drawer-content {
|
|
17667
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--xs .a-Drawer-content {
|
|
17596
17668
|
height: calc(var(--Drawer-widthXs) - 40px);
|
|
17597
17669
|
}
|
|
17598
17670
|
.a-Drawer--top.a-Modal--3th.a-Drawer--sm .a-Drawer-content,
|
|
17599
|
-
.a-Drawer--bottom.a-Modal--3th.a-Drawer--sm .a-Drawer-content {
|
|
17671
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--sm .a-Drawer-content {
|
|
17600
17672
|
height: calc(var(--Drawer-widthSm) - 40px);
|
|
17601
17673
|
}
|
|
17602
17674
|
.a-Drawer--top.a-Modal--3th.a-Drawer--md .a-Drawer-content,
|
|
17603
|
-
.a-Drawer--bottom.a-Modal--3th.a-Drawer--md .a-Drawer-content {
|
|
17675
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--md .a-Drawer-content {
|
|
17604
17676
|
height: calc(var(--Drawer-widthMd) - 40px);
|
|
17605
17677
|
}
|
|
17606
17678
|
.a-Drawer--top.a-Modal--3th.a-Drawer--lg .a-Drawer-content,
|
|
17607
|
-
.a-Drawer--bottom.a-Modal--3th.a-Drawer--lg .a-Drawer-content {
|
|
17679
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--lg .a-Drawer-content {
|
|
17608
17680
|
height: calc(var(--Drawer-widthLg) - 40px);
|
|
17609
17681
|
}
|
|
17610
17682
|
.a-Drawer--top.a-Modal--3th.a-Drawer--xl .a-Drawer-content,
|
|
17611
|
-
.a-Drawer--bottom.a-Modal--3th.a-Drawer--xl .a-Drawer-content {
|
|
17683
|
+
.a-Drawer--bottom.a-Modal--3th.a-Drawer--xl .a-Drawer-content {
|
|
17612
17684
|
height: calc(var(--Drawer-widthXl) - 40px);
|
|
17613
17685
|
}
|
|
17614
|
-
|
|
17615
17686
|
.a-Drawer--right.a-Modal--4th.a-Drawer .a-Drawer-content,
|
|
17616
|
-
.a-Drawer--left.a-Modal--4th.a-Drawer .a-Drawer-content {
|
|
17687
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer .a-Drawer-content {
|
|
17617
17688
|
width: calc(var(--Drawer-widthBase) - 60px);
|
|
17618
17689
|
}
|
|
17619
17690
|
.a-Drawer--right.a-Modal--4th.a-Drawer--xs .a-Drawer-content,
|
|
17620
|
-
.a-Drawer--left.a-Modal--4th.a-Drawer--xs .a-Drawer-content {
|
|
17691
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--xs .a-Drawer-content {
|
|
17621
17692
|
width: calc(var(--Drawer-widthXs) - 60px);
|
|
17622
17693
|
}
|
|
17623
17694
|
.a-Drawer--right.a-Modal--4th.a-Drawer--sm .a-Drawer-content,
|
|
17624
|
-
.a-Drawer--left.a-Modal--4th.a-Drawer--sm .a-Drawer-content {
|
|
17695
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--sm .a-Drawer-content {
|
|
17625
17696
|
width: calc(var(--Drawer-widthSm) - 60px);
|
|
17626
17697
|
}
|
|
17627
17698
|
.a-Drawer--right.a-Modal--4th.a-Drawer--md .a-Drawer-content,
|
|
17628
|
-
.a-Drawer--left.a-Modal--4th.a-Drawer--md .a-Drawer-content {
|
|
17699
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--md .a-Drawer-content {
|
|
17629
17700
|
width: calc(var(--Drawer-widthMd) - 60px);
|
|
17630
17701
|
}
|
|
17631
17702
|
.a-Drawer--right.a-Modal--4th.a-Drawer--lg .a-Drawer-content,
|
|
17632
|
-
.a-Drawer--left.a-Modal--4th.a-Drawer--lg .a-Drawer-content {
|
|
17703
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--lg .a-Drawer-content {
|
|
17633
17704
|
width: calc(var(--Drawer-widthLg) - 60px);
|
|
17634
17705
|
}
|
|
17635
17706
|
.a-Drawer--right.a-Modal--4th.a-Drawer--xl .a-Drawer-content,
|
|
17636
|
-
.a-Drawer--left.a-Modal--4th.a-Drawer--xl .a-Drawer-content {
|
|
17707
|
+
.a-Drawer--left.a-Modal--4th.a-Drawer--xl .a-Drawer-content {
|
|
17637
17708
|
width: calc(var(--Drawer-widthXl) - 60px);
|
|
17638
17709
|
}
|
|
17639
|
-
|
|
17640
17710
|
.a-Drawer--top.a-Modal--4th.a-Drawer .a-Drawer-content,
|
|
17641
|
-
.a-Drawer--bottom.a-Modal--4th.a-Drawer .a-Drawer-content {
|
|
17711
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer .a-Drawer-content {
|
|
17642
17712
|
height: calc(var(--Drawer-widthBase) - 60px);
|
|
17643
17713
|
}
|
|
17644
17714
|
.a-Drawer--top.a-Modal--4th.a-Drawer--xs .a-Drawer-content,
|
|
17645
|
-
.a-Drawer--bottom.a-Modal--4th.a-Drawer--xs .a-Drawer-content {
|
|
17715
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--xs .a-Drawer-content {
|
|
17646
17716
|
height: calc(var(--Drawer-widthXs) - 60px);
|
|
17647
17717
|
}
|
|
17648
17718
|
.a-Drawer--top.a-Modal--4th.a-Drawer--sm .a-Drawer-content,
|
|
17649
|
-
.a-Drawer--bottom.a-Modal--4th.a-Drawer--sm .a-Drawer-content {
|
|
17719
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--sm .a-Drawer-content {
|
|
17650
17720
|
height: calc(var(--Drawer-widthSm) - 60px);
|
|
17651
17721
|
}
|
|
17652
17722
|
.a-Drawer--top.a-Modal--4th.a-Drawer--md .a-Drawer-content,
|
|
17653
|
-
.a-Drawer--bottom.a-Modal--4th.a-Drawer--md .a-Drawer-content {
|
|
17723
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--md .a-Drawer-content {
|
|
17654
17724
|
height: calc(var(--Drawer-widthMd) - 60px);
|
|
17655
17725
|
}
|
|
17656
17726
|
.a-Drawer--top.a-Modal--4th.a-Drawer--lg .a-Drawer-content,
|
|
17657
|
-
.a-Drawer--bottom.a-Modal--4th.a-Drawer--lg .a-Drawer-content {
|
|
17727
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--lg .a-Drawer-content {
|
|
17658
17728
|
height: calc(var(--Drawer-widthLg) - 60px);
|
|
17659
17729
|
}
|
|
17660
17730
|
.a-Drawer--top.a-Modal--4th.a-Drawer--xl .a-Drawer-content,
|
|
17661
|
-
.a-Drawer--bottom.a-Modal--4th.a-Drawer--xl .a-Drawer-content {
|
|
17731
|
+
.a-Drawer--bottom.a-Modal--4th.a-Drawer--xl .a-Drawer-content {
|
|
17662
17732
|
height: calc(var(--Drawer-widthXl) - 60px);
|
|
17663
17733
|
}
|
|
17664
|
-
|
|
17665
17734
|
.a-Drawer--right.a-Modal--5th.a-Drawer .a-Drawer-content,
|
|
17666
|
-
.a-Drawer--left.a-Modal--5th.a-Drawer .a-Drawer-content {
|
|
17735
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer .a-Drawer-content {
|
|
17667
17736
|
width: calc(var(--Drawer-widthBase) - 80px);
|
|
17668
17737
|
}
|
|
17669
17738
|
.a-Drawer--right.a-Modal--5th.a-Drawer--xs .a-Drawer-content,
|
|
17670
|
-
.a-Drawer--left.a-Modal--5th.a-Drawer--xs .a-Drawer-content {
|
|
17739
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--xs .a-Drawer-content {
|
|
17671
17740
|
width: calc(var(--Drawer-widthXs) - 80px);
|
|
17672
17741
|
}
|
|
17673
17742
|
.a-Drawer--right.a-Modal--5th.a-Drawer--sm .a-Drawer-content,
|
|
17674
|
-
.a-Drawer--left.a-Modal--5th.a-Drawer--sm .a-Drawer-content {
|
|
17743
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--sm .a-Drawer-content {
|
|
17675
17744
|
width: calc(var(--Drawer-widthSm) - 80px);
|
|
17676
17745
|
}
|
|
17677
17746
|
.a-Drawer--right.a-Modal--5th.a-Drawer--md .a-Drawer-content,
|
|
17678
|
-
.a-Drawer--left.a-Modal--5th.a-Drawer--md .a-Drawer-content {
|
|
17747
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--md .a-Drawer-content {
|
|
17679
17748
|
width: calc(var(--Drawer-widthMd) - 80px);
|
|
17680
17749
|
}
|
|
17681
17750
|
.a-Drawer--right.a-Modal--5th.a-Drawer--lg .a-Drawer-content,
|
|
17682
|
-
.a-Drawer--left.a-Modal--5th.a-Drawer--lg .a-Drawer-content {
|
|
17751
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--lg .a-Drawer-content {
|
|
17683
17752
|
width: calc(var(--Drawer-widthLg) - 80px);
|
|
17684
17753
|
}
|
|
17685
17754
|
.a-Drawer--right.a-Modal--5th.a-Drawer--xl .a-Drawer-content,
|
|
17686
|
-
.a-Drawer--left.a-Modal--5th.a-Drawer--xl .a-Drawer-content {
|
|
17755
|
+
.a-Drawer--left.a-Modal--5th.a-Drawer--xl .a-Drawer-content {
|
|
17687
17756
|
width: calc(var(--Drawer-widthXl) - 80px);
|
|
17688
17757
|
}
|
|
17689
|
-
|
|
17690
17758
|
.a-Drawer--top.a-Modal--5th.a-Drawer .a-Drawer-content,
|
|
17691
|
-
.a-Drawer--bottom.a-Modal--5th.a-Drawer .a-Drawer-content {
|
|
17759
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer .a-Drawer-content {
|
|
17692
17760
|
height: calc(var(--Drawer-widthBase) - 80px);
|
|
17693
17761
|
}
|
|
17694
17762
|
.a-Drawer--top.a-Modal--5th.a-Drawer--xs .a-Drawer-content,
|
|
17695
|
-
.a-Drawer--bottom.a-Modal--5th.a-Drawer--xs .a-Drawer-content {
|
|
17763
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--xs .a-Drawer-content {
|
|
17696
17764
|
height: calc(var(--Drawer-widthXs) - 80px);
|
|
17697
17765
|
}
|
|
17698
17766
|
.a-Drawer--top.a-Modal--5th.a-Drawer--sm .a-Drawer-content,
|
|
17699
|
-
.a-Drawer--bottom.a-Modal--5th.a-Drawer--sm .a-Drawer-content {
|
|
17767
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--sm .a-Drawer-content {
|
|
17700
17768
|
height: calc(var(--Drawer-widthSm) - 80px);
|
|
17701
17769
|
}
|
|
17702
17770
|
.a-Drawer--top.a-Modal--5th.a-Drawer--md .a-Drawer-content,
|
|
17703
|
-
.a-Drawer--bottom.a-Modal--5th.a-Drawer--md .a-Drawer-content {
|
|
17771
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--md .a-Drawer-content {
|
|
17704
17772
|
height: calc(var(--Drawer-widthMd) - 80px);
|
|
17705
17773
|
}
|
|
17706
17774
|
.a-Drawer--top.a-Modal--5th.a-Drawer--lg .a-Drawer-content,
|
|
17707
|
-
.a-Drawer--bottom.a-Modal--5th.a-Drawer--lg .a-Drawer-content {
|
|
17775
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--lg .a-Drawer-content {
|
|
17708
17776
|
height: calc(var(--Drawer-widthLg) - 80px);
|
|
17709
17777
|
}
|
|
17710
17778
|
.a-Drawer--top.a-Modal--5th.a-Drawer--xl .a-Drawer-content,
|
|
17711
|
-
.a-Drawer--bottom.a-Modal--5th.a-Drawer--xl .a-Drawer-content {
|
|
17779
|
+
.a-Drawer--bottom.a-Modal--5th.a-Drawer--xl .a-Drawer-content {
|
|
17712
17780
|
height: calc(var(--Drawer-widthXl) - 80px);
|
|
17713
17781
|
}
|
|
17714
|
-
|
|
17715
17782
|
.a-Drawer--right.a-Modal--6th.a-Drawer .a-Drawer-content,
|
|
17716
|
-
.a-Drawer--left.a-Modal--6th.a-Drawer .a-Drawer-content {
|
|
17783
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer .a-Drawer-content {
|
|
17717
17784
|
width: calc(var(--Drawer-widthBase) - 100px);
|
|
17718
17785
|
}
|
|
17719
17786
|
.a-Drawer--right.a-Modal--6th.a-Drawer--xs .a-Drawer-content,
|
|
17720
|
-
.a-Drawer--left.a-Modal--6th.a-Drawer--xs .a-Drawer-content {
|
|
17787
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--xs .a-Drawer-content {
|
|
17721
17788
|
width: calc(var(--Drawer-widthXs) - 100px);
|
|
17722
17789
|
}
|
|
17723
17790
|
.a-Drawer--right.a-Modal--6th.a-Drawer--sm .a-Drawer-content,
|
|
17724
|
-
.a-Drawer--left.a-Modal--6th.a-Drawer--sm .a-Drawer-content {
|
|
17791
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--sm .a-Drawer-content {
|
|
17725
17792
|
width: calc(var(--Drawer-widthSm) - 100px);
|
|
17726
17793
|
}
|
|
17727
17794
|
.a-Drawer--right.a-Modal--6th.a-Drawer--md .a-Drawer-content,
|
|
17728
|
-
.a-Drawer--left.a-Modal--6th.a-Drawer--md .a-Drawer-content {
|
|
17795
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--md .a-Drawer-content {
|
|
17729
17796
|
width: calc(var(--Drawer-widthMd) - 100px);
|
|
17730
17797
|
}
|
|
17731
17798
|
.a-Drawer--right.a-Modal--6th.a-Drawer--lg .a-Drawer-content,
|
|
17732
|
-
.a-Drawer--left.a-Modal--6th.a-Drawer--lg .a-Drawer-content {
|
|
17799
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--lg .a-Drawer-content {
|
|
17733
17800
|
width: calc(var(--Drawer-widthLg) - 100px);
|
|
17734
17801
|
}
|
|
17735
17802
|
.a-Drawer--right.a-Modal--6th.a-Drawer--xl .a-Drawer-content,
|
|
17736
|
-
.a-Drawer--left.a-Modal--6th.a-Drawer--xl .a-Drawer-content {
|
|
17803
|
+
.a-Drawer--left.a-Modal--6th.a-Drawer--xl .a-Drawer-content {
|
|
17737
17804
|
width: calc(var(--Drawer-widthXl) - 100px);
|
|
17738
17805
|
}
|
|
17739
|
-
|
|
17740
17806
|
.a-Drawer--top.a-Modal--6th.a-Drawer .a-Drawer-content,
|
|
17741
|
-
.a-Drawer--bottom.a-Modal--6th.a-Drawer .a-Drawer-content {
|
|
17807
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer .a-Drawer-content {
|
|
17742
17808
|
height: calc(var(--Drawer-widthBase) - 100px);
|
|
17743
17809
|
}
|
|
17744
17810
|
.a-Drawer--top.a-Modal--6th.a-Drawer--xs .a-Drawer-content,
|
|
17745
|
-
.a-Drawer--bottom.a-Modal--6th.a-Drawer--xs .a-Drawer-content {
|
|
17811
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--xs .a-Drawer-content {
|
|
17746
17812
|
height: calc(var(--Drawer-widthXs) - 100px);
|
|
17747
17813
|
}
|
|
17748
17814
|
.a-Drawer--top.a-Modal--6th.a-Drawer--sm .a-Drawer-content,
|
|
17749
|
-
.a-Drawer--bottom.a-Modal--6th.a-Drawer--sm .a-Drawer-content {
|
|
17815
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--sm .a-Drawer-content {
|
|
17750
17816
|
height: calc(var(--Drawer-widthSm) - 100px);
|
|
17751
17817
|
}
|
|
17752
17818
|
.a-Drawer--top.a-Modal--6th.a-Drawer--md .a-Drawer-content,
|
|
17753
|
-
.a-Drawer--bottom.a-Modal--6th.a-Drawer--md .a-Drawer-content {
|
|
17819
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--md .a-Drawer-content {
|
|
17754
17820
|
height: calc(var(--Drawer-widthMd) - 100px);
|
|
17755
17821
|
}
|
|
17756
17822
|
.a-Drawer--top.a-Modal--6th.a-Drawer--lg .a-Drawer-content,
|
|
17757
|
-
.a-Drawer--bottom.a-Modal--6th.a-Drawer--lg .a-Drawer-content {
|
|
17823
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--lg .a-Drawer-content {
|
|
17758
17824
|
height: calc(var(--Drawer-widthLg) - 100px);
|
|
17759
17825
|
}
|
|
17760
17826
|
.a-Drawer--top.a-Modal--6th.a-Drawer--xl .a-Drawer-content,
|
|
17761
|
-
.a-Drawer--bottom.a-Modal--6th.a-Drawer--xl .a-Drawer-content {
|
|
17827
|
+
.a-Drawer--bottom.a-Modal--6th.a-Drawer--xl .a-Drawer-content {
|
|
17762
17828
|
height: calc(var(--Drawer-widthXl) - 100px);
|
|
17763
17829
|
}
|
|
17764
17830
|
}
|
|
@@ -17917,7 +17983,7 @@ input[type=button].a-Button--block {
|
|
|
17917
17983
|
margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
|
|
17918
17984
|
}
|
|
17919
17985
|
.a-Tooltip--top .a-Tooltip-arrow {
|
|
17920
|
-
bottom: calc(
|
|
17986
|
+
bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
17921
17987
|
}
|
|
17922
17988
|
.a-Tooltip--top .a-Tooltip-arrow::before,
|
|
17923
17989
|
.a-Tooltip--top .a-Tooltip-arrow::after {
|
|
@@ -17955,7 +18021,7 @@ input[type=button].a-Button--block {
|
|
|
17955
18021
|
margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
|
|
17956
18022
|
}
|
|
17957
18023
|
.a-Tooltip--bottom .a-Tooltip-arrow {
|
|
17958
|
-
top: calc(
|
|
18024
|
+
top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
17959
18025
|
}
|
|
17960
18026
|
.a-Tooltip--bottom .a-Tooltip-arrow::before,
|
|
17961
18027
|
.a-Tooltip--bottom .a-Tooltip-arrow::after {
|
|
@@ -17983,7 +18049,7 @@ input[type=button].a-Button--block {
|
|
|
17983
18049
|
}
|
|
17984
18050
|
.a-Tooltip--left .a-Tooltip-arrow {
|
|
17985
18051
|
left: auto;
|
|
17986
|
-
right: calc(
|
|
18052
|
+
right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
|
|
17987
18053
|
width: var(--Tooltip-arrow-height);
|
|
17988
18054
|
height: var(--Tooltip-arrow-width);
|
|
17989
18055
|
margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
|
|
@@ -18006,8 +18072,8 @@ input[type=button].a-Button--block {
|
|
|
18006
18072
|
font-size: var(--fontSizeBase);
|
|
18007
18073
|
color: var(--Tooltip-title-color);
|
|
18008
18074
|
font-weight: var(--Tooltip-fontWeight);
|
|
18009
|
-
border-top-left-radius: calc(
|
|
18010
|
-
border-top-right-radius: calc(
|
|
18075
|
+
border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18076
|
+
border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
|
|
18011
18077
|
font-weight: var(--Tooltip-title-fontWeight);
|
|
18012
18078
|
}
|
|
18013
18079
|
.a-Tooltip-title:empty {
|
|
@@ -18428,7 +18494,7 @@ input[type=button].a-Button--block {
|
|
|
18428
18494
|
z-index: 1;
|
|
18429
18495
|
width: 100%;
|
|
18430
18496
|
height: 100%;
|
|
18431
|
-
background-image: linear-gradient(180deg,
|
|
18497
|
+
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4)), linear-gradient(0deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4));
|
|
18432
18498
|
background-repeat: no-repeat;
|
|
18433
18499
|
background-position: top, bottom;
|
|
18434
18500
|
transform: translateZ(0);
|
|
@@ -18811,6 +18877,14 @@ input[type=button].a-Button--block {
|
|
|
18811
18877
|
display: inline-flex;
|
|
18812
18878
|
vertical-align: middle;
|
|
18813
18879
|
}
|
|
18880
|
+
.a-AppContent {
|
|
18881
|
+
display: flex;
|
|
18882
|
+
flex-direction: column;
|
|
18883
|
+
}
|
|
18884
|
+
.a-AppBody {
|
|
18885
|
+
flex: 1;
|
|
18886
|
+
min-height: 0;
|
|
18887
|
+
}
|
|
18814
18888
|
.a-ArrayInput-placeholder {
|
|
18815
18889
|
color: var(--text--muted-color);
|
|
18816
18890
|
padding-top: var(--Form-label-paddingTop);
|
|
@@ -18840,22 +18914,49 @@ input[type=button].a-Button--block {
|
|
|
18840
18914
|
.a-ArrayInput-addBtn > .pull-left {
|
|
18841
18915
|
margin-right: var(--button-size-default-icon-margin);
|
|
18842
18916
|
font-size: var(--button-size-default-icon-size);
|
|
18917
|
+
width: var(--button-size-default-icon-size);
|
|
18918
|
+
height: var(--button-size-default-icon-size);
|
|
18919
|
+
line-height: var(--button-size-default-icon-size);
|
|
18843
18920
|
}
|
|
18844
18921
|
.a-ArrayInput-addBtn .a-Button-icon:last-child:not(:first-child):not(.pull-left),
|
|
18845
18922
|
.a-ArrayInput-addBtn > .pull-right {
|
|
18846
18923
|
font-size: var(--button-size-default-icon-size);
|
|
18847
18924
|
margin-left: var(--button-size-default-icon-margin);
|
|
18925
|
+
width: var(--button-size-default-icon-size);
|
|
18926
|
+
height: var(--button-size-default-icon-size);
|
|
18927
|
+
line-height: var(--button-size-default-icon-size);
|
|
18848
18928
|
}
|
|
18849
18929
|
.a-ArrayInput-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
|
18850
18930
|
.a-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
|
18851
18931
|
.a-ArrayInput-addBtn > .pull-left {
|
|
18852
18932
|
font-size: var(--button-size-default-icon-size);
|
|
18853
18933
|
margin-right: var(--button-size-default-icon-margin);
|
|
18934
|
+
width: var(--button-size-default-icon-size);
|
|
18935
|
+
height: var(--button-size-default-icon-size);
|
|
18936
|
+
line-height: var(--button-size-default-icon-size);
|
|
18854
18937
|
}
|
|
18855
18938
|
.a-ArrayInput-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
|
18856
18939
|
.a-ArrayInput-addBtn > .pull-right {
|
|
18857
18940
|
font-size: var(--button-size-default-icon-size);
|
|
18858
18941
|
margin-left: var(--button-size-default-icon-margin);
|
|
18942
|
+
width: var(--button-size-default-icon-size);
|
|
18943
|
+
height: var(--button-size-default-icon-size);
|
|
18944
|
+
line-height: var(--button-size-default-icon-size);
|
|
18945
|
+
}
|
|
18946
|
+
.a-ArrayInput-addBtn.a-Button--iconOnly {
|
|
18947
|
+
min-width: var(--Combo-addBtn-height);
|
|
18948
|
+
padding: 0;
|
|
18949
|
+
}
|
|
18950
|
+
.a-ArrayInput-addBtn.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
|
18951
|
+
width: var(--button-size-default-icon-size);
|
|
18952
|
+
height: var(--button-size-default-icon-size);
|
|
18953
|
+
}
|
|
18954
|
+
.a-ArrayInput-addBtn.a-Button--iconOnly:not(.a-Button--link) > .fa,
|
|
18955
|
+
.a-ArrayInput-addBtn.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
18956
|
+
font-size: var(--button-size-default-icon-size);
|
|
18957
|
+
}
|
|
18958
|
+
.a-ArrayInput-addBtn.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
18959
|
+
line-height: 1;
|
|
18859
18960
|
}
|
|
18860
18961
|
.a-ArrayInput-addBtn img.a-Button-icon {
|
|
18861
18962
|
height: var(--button-size-default-icon-size);
|
|
@@ -20095,14 +20196,13 @@ input[type=button].a-Button--block {
|
|
|
20095
20196
|
min-width: var(--Page-aside-width);
|
|
20096
20197
|
max-width: var(--Page-aside-maxWidth);
|
|
20097
20198
|
}
|
|
20098
|
-
|
|
20099
20199
|
.a-Page--withSidebar {
|
|
20100
20200
|
display: flex;
|
|
20101
20201
|
flex-direction: row;
|
|
20102
20202
|
align-items: stretch;
|
|
20103
20203
|
}
|
|
20104
20204
|
.a-Page--withSidebar > .a-Page-content,
|
|
20105
|
-
.a-Page--withSidebar > .a-PullRefresh {
|
|
20205
|
+
.a-Page--withSidebar > .a-PullRefresh {
|
|
20106
20206
|
width: 0;
|
|
20107
20207
|
flex-grow: 1;
|
|
20108
20208
|
}
|
|
@@ -20686,7 +20786,7 @@ input[type=button].a-Button--block {
|
|
|
20686
20786
|
}
|
|
20687
20787
|
.a-Spinner-overlay {
|
|
20688
20788
|
position: absolute;
|
|
20689
|
-
z-index: calc(
|
|
20789
|
+
z-index: calc(11 - 1);
|
|
20690
20790
|
top: 0;
|
|
20691
20791
|
left: 0;
|
|
20692
20792
|
right: 0;
|
|
@@ -22188,6 +22288,17 @@ input[type=button].a-Button--block {
|
|
|
22188
22288
|
.a-Wizard-stepContent .Step-pane.is-active {
|
|
22189
22289
|
display: inherit;
|
|
22190
22290
|
}
|
|
22291
|
+
.a-Wizard-footer {
|
|
22292
|
+
padding: var(--sizes-size-5) var(--sizes-size-7);
|
|
22293
|
+
}
|
|
22294
|
+
.a-Wizard-footer .a-Button + .a-Button {
|
|
22295
|
+
margin-left: var(--Panel-footerButtonMarginLeft);
|
|
22296
|
+
}
|
|
22297
|
+
.a-Wizard-fixedButtom {
|
|
22298
|
+
position: absolute;
|
|
22299
|
+
bottom: 0;
|
|
22300
|
+
width: 100%;
|
|
22301
|
+
}
|
|
22191
22302
|
.a-Wizard--vertical > .a-Wizard-step {
|
|
22192
22303
|
display: flex;
|
|
22193
22304
|
flex-direction: row;
|
|
@@ -22240,7 +22351,9 @@ input[type=button].a-Button--block {
|
|
|
22240
22351
|
-webkit-user-select: none;
|
|
22241
22352
|
-moz-user-select: none;
|
|
22242
22353
|
user-select: none;
|
|
22243
|
-
line-height: calc(
|
|
22354
|
+
line-height: calc(
|
|
22355
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22356
|
+
);
|
|
22244
22357
|
display: inline-block;
|
|
22245
22358
|
font-size: var(--Pick-base-value-fontSize);
|
|
22246
22359
|
color: var(--Pick-base-value-color);
|
|
@@ -22356,7 +22469,7 @@ input[type=button].a-Button--block {
|
|
|
22356
22469
|
float: right;
|
|
22357
22470
|
}
|
|
22358
22471
|
.a-Crud-actions > * + .a-Button,
|
|
22359
|
-
.a-Crud-actions > * + .a-Button--disabled-wrap {
|
|
22472
|
+
.a-Crud-actions > * + .a-Button--disabled-wrap {
|
|
22360
22473
|
margin-left: var(--Crud-toolbar-gap);
|
|
22361
22474
|
}
|
|
22362
22475
|
}
|
|
@@ -22377,7 +22490,9 @@ input[type=button].a-Button--block {
|
|
|
22377
22490
|
-webkit-user-select: none;
|
|
22378
22491
|
-moz-user-select: none;
|
|
22379
22492
|
user-select: none;
|
|
22380
|
-
line-height: calc(
|
|
22493
|
+
line-height: calc(
|
|
22494
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22495
|
+
);
|
|
22381
22496
|
display: inline-block;
|
|
22382
22497
|
font-size: var(--Pick-base-value-fontSize);
|
|
22383
22498
|
color: var(--Pick-base-value-color);
|
|
@@ -22488,7 +22603,7 @@ input[type=button].a-Button--block {
|
|
|
22488
22603
|
float: right;
|
|
22489
22604
|
}
|
|
22490
22605
|
.a-Crud-actions > * + .a-Button,
|
|
22491
|
-
.a-Crud-actions > * + .a-Button--disabled-wrap {
|
|
22606
|
+
.a-Crud-actions > * + .a-Button--disabled-wrap {
|
|
22492
22607
|
margin-left: var(--Crud-toolbar-gap);
|
|
22493
22608
|
}
|
|
22494
22609
|
}
|
|
@@ -22542,16 +22657,17 @@ input[type=button].a-Button--block {
|
|
|
22542
22657
|
z-index: -1;
|
|
22543
22658
|
opacity: 0;
|
|
22544
22659
|
}
|
|
22545
|
-
.a-Table-fixedTop
|
|
22660
|
+
.a-Table-fixedTop:after {
|
|
22661
|
+
content: "";
|
|
22546
22662
|
position: absolute;
|
|
22663
|
+
width: 100%;
|
|
22547
22664
|
box-shadow: var(--Table-fixedTop-boxShadow);
|
|
22548
|
-
z-index:
|
|
22549
|
-
height:
|
|
22550
|
-
margin-top: -
|
|
22665
|
+
z-index: 10;
|
|
22666
|
+
height: 1px;
|
|
22667
|
+
margin-top: -3px;
|
|
22551
22668
|
background-color: transparent;
|
|
22552
|
-
opacity: 0;
|
|
22553
22669
|
}
|
|
22554
|
-
.a-Table-fixedTop.in
|
|
22670
|
+
.a-Table-fixedTop.in {
|
|
22555
22671
|
position: fixed;
|
|
22556
22672
|
opacity: 1;
|
|
22557
22673
|
z-index: 900;
|
|
@@ -22569,7 +22685,7 @@ input[type=button].a-Button--block {
|
|
|
22569
22685
|
}
|
|
22570
22686
|
.a-Table-heading {
|
|
22571
22687
|
background: var(--Table-heading-bg);
|
|
22572
|
-
padding: calc(
|
|
22688
|
+
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
22573
22689
|
}
|
|
22574
22690
|
.a-Table--unsaved .a-Table-heading {
|
|
22575
22691
|
background: var(--Table--unsaved-heading-bg);
|
|
@@ -23883,7 +23999,7 @@ input[type=button].a-Button--block {
|
|
|
23883
23999
|
padding: var(--table-size-large-paddingTop) var(--table-size-large-paddingRight) var(--table-size-large-paddingBottom) var(--table-size-large-paddingLeft);
|
|
23884
24000
|
}
|
|
23885
24001
|
.a-Table2.a-Table-large .a-TableCell-filterBtn {
|
|
23886
|
-
right: calc(
|
|
24002
|
+
right: calc(var(--table-size-large-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
23887
24003
|
}
|
|
23888
24004
|
.a-Table2.a-Table-small .a-Table-table > thead > tr > th {
|
|
23889
24005
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
@@ -23896,7 +24012,7 @@ input[type=button].a-Button--block {
|
|
|
23896
24012
|
padding: var(--table-size-small-paddingTop) var(--table-size-small-paddingRight) var(--table-size-small-paddingBottom) var(--table-size-small-paddingLeft);
|
|
23897
24013
|
}
|
|
23898
24014
|
.a-Table2.a-Table-small .a-TableCell-filterBtn {
|
|
23899
|
-
right: calc(
|
|
24015
|
+
right: calc(var(--table-size-small-paddingRight) - var(--TableCell-filterBtn-width) / 2);
|
|
23900
24016
|
}
|
|
23901
24017
|
.a-Table2 .a-Table-title,
|
|
23902
24018
|
.a-Table2 .a-Table-footer {
|
|
@@ -24775,15 +24891,15 @@ input[type=button].a-Button--block {
|
|
|
24775
24891
|
background: var(--Table-tree-borderColor);
|
|
24776
24892
|
}
|
|
24777
24893
|
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--sortable {
|
|
24778
|
-
padding-right: calc(
|
|
24894
|
+
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-sortBtn-width));
|
|
24779
24895
|
position: relative;
|
|
24780
24896
|
}
|
|
24781
24897
|
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--searchable {
|
|
24782
|
-
padding-right: calc(
|
|
24898
|
+
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
|
|
24783
24899
|
position: relative;
|
|
24784
24900
|
}
|
|
24785
24901
|
.a-Table2 .a-Table-table > thead > tr > th.a-TableCell--filterable {
|
|
24786
|
-
padding-right: calc(
|
|
24902
|
+
padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-filterBtn-width));
|
|
24787
24903
|
position: relative;
|
|
24788
24904
|
}
|
|
24789
24905
|
.a-Table2 .a-Table-table > tbody > tr.a-Table-row-disabled {
|
|
@@ -25626,32 +25742,26 @@ input[type=button].a-Button--block {
|
|
|
25626
25742
|
-moz-column-count: 12;
|
|
25627
25743
|
column-count: 12;
|
|
25628
25744
|
}
|
|
25629
|
-
|
|
25630
25745
|
.a-Cards--masonrySm2 {
|
|
25631
25746
|
-moz-column-count: 6;
|
|
25632
25747
|
column-count: 6;
|
|
25633
25748
|
}
|
|
25634
|
-
|
|
25635
25749
|
.a-Cards--masonrySm3 {
|
|
25636
25750
|
-moz-column-count: 4;
|
|
25637
25751
|
column-count: 4;
|
|
25638
25752
|
}
|
|
25639
|
-
|
|
25640
25753
|
.a-Cards--masonrySm4 {
|
|
25641
25754
|
-moz-column-count: 3;
|
|
25642
25755
|
column-count: 3;
|
|
25643
25756
|
}
|
|
25644
|
-
|
|
25645
25757
|
.a-Cards--masonrySm6 {
|
|
25646
25758
|
-moz-column-count: 2;
|
|
25647
25759
|
column-count: 2;
|
|
25648
25760
|
}
|
|
25649
|
-
|
|
25650
25761
|
.a-Cards--masonrySm12 {
|
|
25651
25762
|
-moz-column-count: 1;
|
|
25652
25763
|
column-count: 1;
|
|
25653
25764
|
}
|
|
25654
|
-
|
|
25655
25765
|
.a-Cards-toolbar {
|
|
25656
25766
|
display: flex;
|
|
25657
25767
|
flex-wrap: wrap;
|
|
@@ -25662,27 +25772,22 @@ input[type=button].a-Button--block {
|
|
|
25662
25772
|
-moz-column-count: 12;
|
|
25663
25773
|
column-count: 12;
|
|
25664
25774
|
}
|
|
25665
|
-
|
|
25666
25775
|
.a-Cards--masonryMd2 {
|
|
25667
25776
|
-moz-column-count: 6;
|
|
25668
25777
|
column-count: 6;
|
|
25669
25778
|
}
|
|
25670
|
-
|
|
25671
25779
|
.a-Cards--masonryMd3 {
|
|
25672
25780
|
-moz-column-count: 4;
|
|
25673
25781
|
column-count: 4;
|
|
25674
25782
|
}
|
|
25675
|
-
|
|
25676
25783
|
.a-Cards--masonryMd4 {
|
|
25677
25784
|
-moz-column-count: 3;
|
|
25678
25785
|
column-count: 3;
|
|
25679
25786
|
}
|
|
25680
|
-
|
|
25681
25787
|
.a-Cards--masonryMd6 {
|
|
25682
25788
|
-moz-column-count: 2;
|
|
25683
25789
|
column-count: 2;
|
|
25684
25790
|
}
|
|
25685
|
-
|
|
25686
25791
|
.a-Cards--masonryMd12 {
|
|
25687
25792
|
-moz-column-count: 1;
|
|
25688
25793
|
column-count: 1;
|
|
@@ -25693,27 +25798,22 @@ input[type=button].a-Button--block {
|
|
|
25693
25798
|
-moz-column-count: 12;
|
|
25694
25799
|
column-count: 12;
|
|
25695
25800
|
}
|
|
25696
|
-
|
|
25697
25801
|
.a-Cards--masonryLg2 {
|
|
25698
25802
|
-moz-column-count: 6;
|
|
25699
25803
|
column-count: 6;
|
|
25700
25804
|
}
|
|
25701
|
-
|
|
25702
25805
|
.a-Cards--masonryLg3 {
|
|
25703
25806
|
-moz-column-count: 4;
|
|
25704
25807
|
column-count: 4;
|
|
25705
25808
|
}
|
|
25706
|
-
|
|
25707
25809
|
.a-Cards--masonryLg4 {
|
|
25708
25810
|
-moz-column-count: 3;
|
|
25709
25811
|
column-count: 3;
|
|
25710
25812
|
}
|
|
25711
|
-
|
|
25712
25813
|
.a-Cards--masonryLg6 {
|
|
25713
25814
|
-moz-column-count: 2;
|
|
25714
25815
|
column-count: 2;
|
|
25715
25816
|
}
|
|
25716
|
-
|
|
25717
25817
|
.a-Cards--masonryLg12 {
|
|
25718
25818
|
-moz-column-count: 1;
|
|
25719
25819
|
column-count: 1;
|
|
@@ -26909,7 +27009,7 @@ input[type=button].a-Button--block {
|
|
|
26909
27009
|
pointer-events: none;
|
|
26910
27010
|
}
|
|
26911
27011
|
.a-ImageGallery-prevList:hover, .a-ImageGallery-nextList:hover {
|
|
26912
|
-
background:
|
|
27012
|
+
background: rgb(0, 0, 0);
|
|
26913
27013
|
color: #fff;
|
|
26914
27014
|
}
|
|
26915
27015
|
.a-ImageGallery-itemsWrap {
|
|
@@ -27780,7 +27880,7 @@ input[type=button].a-Button--block {
|
|
|
27780
27880
|
align-items: center;
|
|
27781
27881
|
overflow-x: hidden;
|
|
27782
27882
|
overflow-y: auto;
|
|
27783
|
-
max-height: calc(
|
|
27883
|
+
max-height: calc((var(--ResultBox-tag-height) + var(--ResultBox-tag-marginBottom)) * 5);
|
|
27784
27884
|
}
|
|
27785
27885
|
.a-ResultBox-overflow.a-Tooltip--dark .a-ResultBox-overflow-wrapper .a-ResultBox-value {
|
|
27786
27886
|
color: var(--white);
|
|
@@ -28011,7 +28111,7 @@ input[type=button].a-Button--block {
|
|
|
28011
28111
|
padding: 0 var(--gap-md);
|
|
28012
28112
|
overflow-x: hidden;
|
|
28013
28113
|
overflow-y: auto;
|
|
28014
|
-
max-height: calc(
|
|
28114
|
+
max-height: calc(var(--SearchBox-history-dropdown-maxHeight) - 38px - var(--gap-sm) * 2);
|
|
28015
28115
|
}
|
|
28016
28116
|
.a-SearchBox-history .a-SearchBox-history-tag {
|
|
28017
28117
|
display: inlin-flex;
|
|
@@ -28065,7 +28165,7 @@ input[type=button].a-Button--block {
|
|
|
28065
28165
|
.a-ListMenu-groupLabel {
|
|
28066
28166
|
font-size: var(--fontSizeXs);
|
|
28067
28167
|
color: var(--text--muted-color);
|
|
28068
|
-
padding: calc(
|
|
28168
|
+
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--gap-sm)) / 2) 0 0 calc(var(--Form-select-paddingX) - var(--gap-xs));
|
|
28069
28169
|
}
|
|
28070
28170
|
.a-ListMenu-group:not(:first-child) > .a-ListMenu-groupLabel {
|
|
28071
28171
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
|
@@ -28077,7 +28177,7 @@ input[type=button].a-Button--block {
|
|
|
28077
28177
|
line-height: var(--Form-input-lineHeight);
|
|
28078
28178
|
font-size: var(--Form-input-fontSize);
|
|
28079
28179
|
cursor: pointer;
|
|
28080
|
-
padding: calc(
|
|
28180
|
+
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28081
28181
|
}
|
|
28082
28182
|
.a-ListMenu-item.is-active {
|
|
28083
28183
|
color: var(--ListMenu-item--onActive-color);
|
|
@@ -28098,7 +28198,7 @@ input[type=button].a-Button--block {
|
|
|
28098
28198
|
line-height: var(--Form-input-lineHeight);
|
|
28099
28199
|
font-size: var(--Form-input-fontSize);
|
|
28100
28200
|
cursor: pointer;
|
|
28101
|
-
padding: calc(
|
|
28201
|
+
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28102
28202
|
}
|
|
28103
28203
|
.a-PopOver > .a-ListMenu {
|
|
28104
28204
|
border-color: var(--listMenu--onActive-borderColor);
|
|
@@ -28567,6 +28667,9 @@ input[type=button].a-Button--block {
|
|
|
28567
28667
|
.a-Steps--simple .StepsItem-icon-line {
|
|
28568
28668
|
content: var(--steps-simple-icon);
|
|
28569
28669
|
}
|
|
28670
|
+
.a-Steps .a-StepsItem.is-clickable .a-StepsItem-containerProgressDot, .a-Steps .a-StepsItem.is-clickable .a-StepsItem-containerIcon, .a-Steps .a-StepsItem.is-clickable .a-StepsItem-containerWrapper {
|
|
28671
|
+
cursor: pointer;
|
|
28672
|
+
}
|
|
28570
28673
|
.a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title::after {
|
|
28571
28674
|
display: none !important;
|
|
28572
28675
|
}
|
|
@@ -28904,7 +29007,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
28904
29007
|
margin-right: 0;
|
|
28905
29008
|
}
|
|
28906
29009
|
.a-Form-group--hor > .a-Form-item,
|
|
28907
|
-
.a-Form-group--hor > div > .a-Form-item {
|
|
29010
|
+
.a-Form-group--hor > div > .a-Form-item {
|
|
28908
29011
|
margin-bottom: 0;
|
|
28909
29012
|
}
|
|
28910
29013
|
.a-Form-group--hor .a-Form-input > .a-Form-group {
|
|
@@ -28942,7 +29045,6 @@ fieldset.a-Collapse--lg:after {
|
|
|
28942
29045
|
padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
28943
29046
|
padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
|
|
28944
29047
|
}
|
|
28945
|
-
|
|
28946
29048
|
.a-Form-groupColumn {
|
|
28947
29049
|
flex-basis: 0;
|
|
28948
29050
|
flex-grow: 1;
|
|
@@ -28950,79 +29052,66 @@ fieldset.a-Collapse--lg:after {
|
|
|
28950
29052
|
max-width: 100%;
|
|
28951
29053
|
margin-bottom: 0;
|
|
28952
29054
|
}
|
|
28953
|
-
|
|
28954
29055
|
.a-Form-groupColumn--1 {
|
|
28955
29056
|
flex: 0 0 8.3333333333%;
|
|
28956
29057
|
max-width: 8.3333333333%;
|
|
28957
29058
|
min-height: 1px;
|
|
28958
29059
|
}
|
|
28959
|
-
|
|
28960
29060
|
.a-Form-groupColumn--2 {
|
|
28961
29061
|
flex: 0 0 16.6666666667%;
|
|
28962
29062
|
max-width: 16.6666666667%;
|
|
28963
29063
|
min-height: 1px;
|
|
28964
29064
|
}
|
|
28965
|
-
|
|
28966
29065
|
.a-Form-groupColumn--3 {
|
|
28967
29066
|
flex: 0 0 25%;
|
|
28968
29067
|
max-width: 25%;
|
|
28969
29068
|
min-height: 1px;
|
|
28970
29069
|
}
|
|
28971
|
-
|
|
28972
29070
|
.a-Form-groupColumn--4 {
|
|
28973
29071
|
flex: 0 0 33.3333333333%;
|
|
28974
29072
|
max-width: 33.3333333333%;
|
|
28975
29073
|
min-height: 1px;
|
|
28976
29074
|
}
|
|
28977
|
-
|
|
28978
29075
|
.a-Form-groupColumn--5 {
|
|
28979
29076
|
flex: 0 0 41.6666666667%;
|
|
28980
29077
|
max-width: 41.6666666667%;
|
|
28981
29078
|
min-height: 1px;
|
|
28982
29079
|
}
|
|
28983
|
-
|
|
28984
29080
|
.a-Form-groupColumn--6 {
|
|
28985
29081
|
flex: 0 0 50%;
|
|
28986
29082
|
max-width: 50%;
|
|
28987
29083
|
min-height: 1px;
|
|
28988
29084
|
}
|
|
28989
|
-
|
|
28990
29085
|
.a-Form-groupColumn--7 {
|
|
28991
29086
|
flex: 0 0 58.3333333333%;
|
|
28992
29087
|
max-width: 58.3333333333%;
|
|
28993
29088
|
min-height: 1px;
|
|
28994
29089
|
}
|
|
28995
|
-
|
|
28996
29090
|
.a-Form-groupColumn--8 {
|
|
28997
29091
|
flex: 0 0 66.6666666667%;
|
|
28998
29092
|
max-width: 66.6666666667%;
|
|
28999
29093
|
min-height: 1px;
|
|
29000
29094
|
}
|
|
29001
|
-
|
|
29002
29095
|
.a-Form-groupColumn--9 {
|
|
29003
29096
|
flex: 0 0 75%;
|
|
29004
29097
|
max-width: 75%;
|
|
29005
29098
|
min-height: 1px;
|
|
29006
29099
|
}
|
|
29007
|
-
|
|
29008
29100
|
.a-Form-groupColumn--10 {
|
|
29009
29101
|
flex: 0 0 83.3333333333%;
|
|
29010
29102
|
max-width: 83.3333333333%;
|
|
29011
29103
|
min-height: 1px;
|
|
29012
29104
|
}
|
|
29013
|
-
|
|
29014
29105
|
.a-Form-groupColumn--11 {
|
|
29015
29106
|
flex: 0 0 91.6666666667%;
|
|
29016
29107
|
max-width: 91.6666666667%;
|
|
29017
29108
|
min-height: 1px;
|
|
29018
29109
|
}
|
|
29019
|
-
|
|
29020
29110
|
.a-Form-groupColumn--12 {
|
|
29021
29111
|
flex: 0 0 100%;
|
|
29022
29112
|
max-width: 100%;
|
|
29023
29113
|
min-height: 1px;
|
|
29024
29114
|
}
|
|
29025
|
-
|
|
29026
29115
|
.a-Form-groupColumn--auto {
|
|
29027
29116
|
flex: 0 0 auto;
|
|
29028
29117
|
width: auto;
|
|
@@ -29044,7 +29133,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
29044
29133
|
.a-InputGroup-addOn {
|
|
29045
29134
|
background: var(--InputGroup-addOn-bg);
|
|
29046
29135
|
border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
|
|
29047
|
-
line-height: calc(
|
|
29136
|
+
line-height: calc(var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2);
|
|
29048
29137
|
height: var(--InputGroup-height);
|
|
29049
29138
|
box-sizing: border-box;
|
|
29050
29139
|
padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
|
|
@@ -29230,7 +29319,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
29230
29319
|
color: var(--text--muted-color);
|
|
29231
29320
|
}
|
|
29232
29321
|
.a-TextControl-spinner {
|
|
29233
|
-
line-height: calc(
|
|
29322
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29234
29323
|
}
|
|
29235
29324
|
.a-TextControl-clear {
|
|
29236
29325
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -29453,7 +29542,10 @@ fieldset.a-Collapse--lg:after {
|
|
|
29453
29542
|
overflow: auto;
|
|
29454
29543
|
}
|
|
29455
29544
|
.a-TextControl-sugItem {
|
|
29456
|
-
padding: calc(
|
|
29545
|
+
padding: calc((
|
|
29546
|
+
var(--Form-selectOption-height) - var(--Form-input-lineHeight) *
|
|
29547
|
+
var(--Form-input-fontSize) - 0.125rem
|
|
29548
|
+
) / 2) 0.75rem;
|
|
29457
29549
|
}
|
|
29458
29550
|
.a-TextControl-sugItem svg {
|
|
29459
29551
|
width: 1rem;
|
|
@@ -29475,7 +29567,7 @@ fieldset.a-Collapse--lg:after {
|
|
|
29475
29567
|
-webkit-user-select: none;
|
|
29476
29568
|
-moz-user-select: none;
|
|
29477
29569
|
user-select: none;
|
|
29478
|
-
line-height: calc(
|
|
29570
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29479
29571
|
vertical-align: middle;
|
|
29480
29572
|
display: inline-block;
|
|
29481
29573
|
}
|
|
@@ -29499,7 +29591,9 @@ fieldset.a-Collapse--lg:after {
|
|
|
29499
29591
|
}
|
|
29500
29592
|
.a-TextControl-input--multiple .a-TextControl-value {
|
|
29501
29593
|
white-space: nowrap;
|
|
29502
|
-
line-height: calc(
|
|
29594
|
+
line-height: calc(
|
|
29595
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29596
|
+
);
|
|
29503
29597
|
font-size: var(--Form-selectValue-fontSize);
|
|
29504
29598
|
background: var(--Form-select-multiple-bgColor);
|
|
29505
29599
|
border-radius: 0.125rem;
|
|
@@ -29664,7 +29758,7 @@ input.a-TextControl-input-password {
|
|
|
29664
29758
|
color: var(--text--muted-color);
|
|
29665
29759
|
}
|
|
29666
29760
|
.a-TextareaControl-spinner {
|
|
29667
|
-
line-height: calc(
|
|
29761
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
29668
29762
|
}
|
|
29669
29763
|
.a-TextareaControl-clear {
|
|
29670
29764
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -30220,7 +30314,7 @@ input.a-TextControl-input-password {
|
|
|
30220
30314
|
.a-CheckboxControl,
|
|
30221
30315
|
.a-RadiosControl,
|
|
30222
30316
|
.a-CheckboxesControl {
|
|
30223
|
-
padding-top: calc(
|
|
30317
|
+
padding-top: calc((var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px);
|
|
30224
30318
|
}
|
|
30225
30319
|
.a-RadiosControl .a-Checkbox {
|
|
30226
30320
|
display: block;
|
|
@@ -30286,7 +30380,7 @@ input.a-TextControl-input-password {
|
|
|
30286
30380
|
display: block;
|
|
30287
30381
|
line-height: var(--Form-input-lineHeight);
|
|
30288
30382
|
font-size: var(--Form-input-fontSize);
|
|
30289
|
-
padding: calc(
|
|
30383
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm) calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) calc(var(--gap-sm) + var(--Checkbox-size));
|
|
30290
30384
|
}
|
|
30291
30385
|
.a-Selection--inline > .a-Checkbox {
|
|
30292
30386
|
display: inline-block;
|
|
@@ -30369,7 +30463,7 @@ input.a-TextControl-input-password {
|
|
|
30369
30463
|
height: var(--Form-input-height);
|
|
30370
30464
|
line-height: var(--Form-input-lineHeight);
|
|
30371
30465
|
font-size: var(--Form-input-fontSize);
|
|
30372
|
-
padding: calc(
|
|
30466
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30373
30467
|
color: var(--text--muted-color);
|
|
30374
30468
|
height: 100%;
|
|
30375
30469
|
display: flex;
|
|
@@ -30486,7 +30580,7 @@ input.a-TextControl-input-password {
|
|
|
30486
30580
|
height: var(--Form-input-height);
|
|
30487
30581
|
line-height: var(--Form-input-lineHeight);
|
|
30488
30582
|
font-size: var(--Form-input-fontSize);
|
|
30489
|
-
padding: calc(
|
|
30583
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30490
30584
|
color: var(--text--muted-color);
|
|
30491
30585
|
}
|
|
30492
30586
|
.a-ChainedSelection {
|
|
@@ -30559,7 +30653,7 @@ input.a-TextControl-input-password {
|
|
|
30559
30653
|
height: var(--Form-input-height);
|
|
30560
30654
|
line-height: var(--Form-input-lineHeight);
|
|
30561
30655
|
font-size: var(--Form-input-fontSize);
|
|
30562
|
-
padding: calc(
|
|
30656
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
30563
30657
|
color: var(--text--muted-color);
|
|
30564
30658
|
}
|
|
30565
30659
|
.a-AssociatedSelection {
|
|
@@ -30715,7 +30809,7 @@ input.a-TextControl-input-password {
|
|
|
30715
30809
|
.a-Switch .text > svg {
|
|
30716
30810
|
width: var(--switch-text-off-fontSize);
|
|
30717
30811
|
height: var(--switch-text-off-fontSize);
|
|
30718
|
-
margin-top: calc(
|
|
30812
|
+
margin-top: calc((var(--Switch-height) - var(--switch-text-off-fontSize)) / 2);
|
|
30719
30813
|
}
|
|
30720
30814
|
.a-Switch .slider:before {
|
|
30721
30815
|
content: "";
|
|
@@ -30735,7 +30829,7 @@ input.a-TextControl-input-password {
|
|
|
30735
30829
|
background: var(--Switch-checked-bgColor);
|
|
30736
30830
|
}
|
|
30737
30831
|
.a-Switch.is-checked .slider::before {
|
|
30738
|
-
left: calc(
|
|
30832
|
+
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
30739
30833
|
right: var(--Switch-slider-margin);
|
|
30740
30834
|
border-width: 0;
|
|
30741
30835
|
background: var(--switch-default-on-slider-color);
|
|
@@ -30753,7 +30847,9 @@ input.a-TextControl-input-password {
|
|
|
30753
30847
|
background: var(--Switch-checked-onActive-bgColor);
|
|
30754
30848
|
}
|
|
30755
30849
|
.a-Switch.is-checked:active .slider::before {
|
|
30756
|
-
left: calc(
|
|
30850
|
+
left: calc(
|
|
30851
|
+
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
30852
|
+
);
|
|
30757
30853
|
}
|
|
30758
30854
|
.a-Switch.is-checked.is-disabled .slider:before {
|
|
30759
30855
|
color: var(--Switch-onDisabled-color);
|
|
@@ -30785,7 +30881,7 @@ input.a-TextControl-input-password {
|
|
|
30785
30881
|
right: auto;
|
|
30786
30882
|
}
|
|
30787
30883
|
.a-Switch--sm.is-checked .slider::before {
|
|
30788
|
-
left: calc(
|
|
30884
|
+
left: calc(100% - var(--Switch-slider-width--sm) - var(--switch-size-sm-slider-margin));
|
|
30789
30885
|
right: var(--switch-size-sm-slider-margin);
|
|
30790
30886
|
}
|
|
30791
30887
|
.a-Switch:active .slider::before {
|
|
@@ -30843,9 +30939,6 @@ input.a-TextControl-input-password {
|
|
|
30843
30939
|
border-radius: var(--inputNumber-base-hover-top-left-border-radius) var(--inputNumber-base-hover-top-right-border-radius) var(--inputNumber-base-hover-bottom-right-border-radius) var(--inputNumber-base-hover-bottom-left-border-radius);
|
|
30844
30940
|
background: var(--inputNumber-base-hover-bg-color);
|
|
30845
30941
|
}
|
|
30846
|
-
.a-Number:hover .a-Number-input {
|
|
30847
|
-
padding-right: calc( var(--Number-handler-width) + var(--inputNumber-base-default-paddingRight) );
|
|
30848
|
-
}
|
|
30849
30942
|
.a-Number-focused {
|
|
30850
30943
|
border-width: var(--inputNumber-base-active-top-border-width) var(--inputNumber-base-active-right-border-width) var(--inputNumber-base-active-bottom-border-width) var(--inputNumber-base-active-left-border-width);
|
|
30851
30944
|
border-style: var(--inputNumber-base-active-top-border-style) var(--inputNumber-base-active-right-border-style) var(--inputNumber-base-active-bottom-border-style) var(--inputNumber-base-active-left-border-style);
|
|
@@ -30954,10 +31047,11 @@ input.a-TextControl-input-password {
|
|
|
30954
31047
|
border-left: 0.0625rem solid var(--Form-input-borderColor);
|
|
30955
31048
|
width: var(--Number-handler-width);
|
|
30956
31049
|
height: 100%;
|
|
31050
|
+
outline: var(--inputNumber-base-default-paddingRight) var(--inputNumber-base-default-bg-color) solid;
|
|
30957
31051
|
}
|
|
30958
31052
|
.a-Number-handler {
|
|
30959
31053
|
line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
|
|
30960
|
-
height: calc(
|
|
31054
|
+
height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
|
|
30961
31055
|
}
|
|
30962
31056
|
.a-Number-handler-up {
|
|
30963
31057
|
border-bottom: var(--Number-handler-borderBottom);
|
|
@@ -31354,7 +31448,9 @@ input.a-TextControl-input-password {
|
|
|
31354
31448
|
-webkit-user-select: none;
|
|
31355
31449
|
-moz-user-select: none;
|
|
31356
31450
|
user-select: none;
|
|
31357
|
-
line-height: calc(
|
|
31451
|
+
line-height: calc(
|
|
31452
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31453
|
+
);
|
|
31358
31454
|
display: inline-block;
|
|
31359
31455
|
vertical-align: middle;
|
|
31360
31456
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31565,7 +31661,7 @@ input.a-TextControl-input-password {
|
|
|
31565
31661
|
-webkit-user-select: none;
|
|
31566
31662
|
-moz-user-select: none;
|
|
31567
31663
|
user-select: none;
|
|
31568
|
-
padding: calc(
|
|
31664
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
31569
31665
|
}
|
|
31570
31666
|
.a-Select-option-hl {
|
|
31571
31667
|
color: var(--info);
|
|
@@ -31584,7 +31680,7 @@ input.a-TextControl-input-password {
|
|
|
31584
31680
|
margin-right: var(--Checkbox-gap);
|
|
31585
31681
|
}
|
|
31586
31682
|
.a-Select-spinner {
|
|
31587
|
-
line-height: calc(
|
|
31683
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
31588
31684
|
}
|
|
31589
31685
|
.a-Select-clear {
|
|
31590
31686
|
padding: 0.1875rem;
|
|
@@ -31615,7 +31711,9 @@ input.a-TextControl-input-password {
|
|
|
31615
31711
|
align-items: center;
|
|
31616
31712
|
overflow-x: hidden;
|
|
31617
31713
|
overflow-y: auto;
|
|
31618
|
-
max-height: calc(
|
|
31714
|
+
max-height: calc((
|
|
31715
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31716
|
+
) * 5);
|
|
31619
31717
|
}
|
|
31620
31718
|
.a-Select-overflow-wrapper .a-Select-value {
|
|
31621
31719
|
position: static;
|
|
@@ -31623,7 +31721,9 @@ input.a-TextControl-input-password {
|
|
|
31623
31721
|
-webkit-user-select: none;
|
|
31624
31722
|
-moz-user-select: none;
|
|
31625
31723
|
user-select: none;
|
|
31626
|
-
line-height: calc(
|
|
31724
|
+
line-height: calc(
|
|
31725
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31726
|
+
);
|
|
31627
31727
|
display: inline-block;
|
|
31628
31728
|
vertical-align: middle;
|
|
31629
31729
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31666,7 +31766,7 @@ input.a-TextControl-input-password {
|
|
|
31666
31766
|
border-top-right-radius: 0;
|
|
31667
31767
|
}
|
|
31668
31768
|
.a-Select-popover.a-PopOver--leftTopLeftBottom {
|
|
31669
|
-
margin-top: calc(
|
|
31769
|
+
margin-top: calc((var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1);
|
|
31670
31770
|
}
|
|
31671
31771
|
.a-SelectControl:not(.is-inline) > .a-Select {
|
|
31672
31772
|
display: flex;
|
|
@@ -31704,17 +31804,17 @@ input.a-TextControl-input-password {
|
|
|
31704
31804
|
}
|
|
31705
31805
|
@media (min-width: 576px) {
|
|
31706
31806
|
.a-Form-control--sizeXs > .a-Select,
|
|
31707
|
-
.a-Form-control--sizeSm > .a-Select,
|
|
31708
|
-
.a-Form-control--sizeMd > .a-Select,
|
|
31709
|
-
.a-Form-control--sizeLg > .a-Select {
|
|
31807
|
+
.a-Form-control--sizeSm > .a-Select,
|
|
31808
|
+
.a-Form-control--sizeMd > .a-Select,
|
|
31809
|
+
.a-Form-control--sizeLg > .a-Select {
|
|
31710
31810
|
min-width: 100%;
|
|
31711
31811
|
max-width: 100%;
|
|
31712
31812
|
display: inline-flex !important;
|
|
31713
31813
|
}
|
|
31714
31814
|
.a-Form-control--sizeXs > .a-Select .a-Select-valueWrap,
|
|
31715
|
-
.a-Form-control--sizeSm > .a-Select .a-Select-valueWrap,
|
|
31716
|
-
.a-Form-control--sizeMd > .a-Select .a-Select-valueWrap,
|
|
31717
|
-
.a-Form-control--sizeLg > .a-Select .a-Select-valueWrap {
|
|
31815
|
+
.a-Form-control--sizeSm > .a-Select .a-Select-valueWrap,
|
|
31816
|
+
.a-Form-control--sizeMd > .a-Select .a-Select-valueWrap,
|
|
31817
|
+
.a-Form-control--sizeLg > .a-Select .a-Select-valueWrap {
|
|
31718
31818
|
width: 0;
|
|
31719
31819
|
}
|
|
31720
31820
|
}
|
|
@@ -31729,7 +31829,7 @@ input.a-TextControl-input-password {
|
|
|
31729
31829
|
height: var(--Form-input-height);
|
|
31730
31830
|
background: var(--Table-thead-bg);
|
|
31731
31831
|
font-size: var(--Form-input-fontSize);
|
|
31732
|
-
padding: calc(
|
|
31832
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31733
31833
|
}
|
|
31734
31834
|
.a-Selections-placeholder {
|
|
31735
31835
|
color: var(--Form-input-placeholderColor);
|
|
@@ -31753,7 +31853,7 @@ input.a-TextControl-input-password {
|
|
|
31753
31853
|
line-height: var(--Form-input-lineHeight);
|
|
31754
31854
|
font-size: var(--Form-input-fontSize);
|
|
31755
31855
|
align-items: center;
|
|
31756
|
-
padding: calc(
|
|
31856
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
31757
31857
|
}
|
|
31758
31858
|
.a-Selections-item > label {
|
|
31759
31859
|
flex-basis: 3.125rem;
|
|
@@ -32060,7 +32160,7 @@ input.a-TextControl-input-password {
|
|
|
32060
32160
|
}
|
|
32061
32161
|
.a-MapPicker-sugItem {
|
|
32062
32162
|
cursor: pointer;
|
|
32063
|
-
padding: calc(
|
|
32163
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
32064
32164
|
}
|
|
32065
32165
|
.a-MapPicker-sugItem:hover {
|
|
32066
32166
|
color: var(--Form-select-menu-onActive-color);
|
|
@@ -33195,7 +33295,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33195
33295
|
.a-DateRangePicker-wrap {
|
|
33196
33296
|
white-space: nowrap;
|
|
33197
33297
|
}
|
|
33198
|
-
|
|
33199
33298
|
.a-DateRangePicker-end {
|
|
33200
33299
|
margin-top: 0;
|
|
33201
33300
|
border-left: 1px solid var(--Calendar-input-borderColor);
|
|
@@ -33380,6 +33479,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33380
33479
|
.a-ImageControl-dropzone:hover-addBtn:not(.is-disabled):not(.is-invalid) .a-ImageControl-addBtn-text {
|
|
33381
33480
|
color: var(--ImageControl-addBtn-onHover-color);
|
|
33382
33481
|
}
|
|
33482
|
+
.a-ImageControl-itemList {
|
|
33483
|
+
display: inline;
|
|
33484
|
+
}
|
|
33383
33485
|
.a-ImageControl-item {
|
|
33384
33486
|
border: var(--borderWidth) solid var(--borderColor);
|
|
33385
33487
|
border-radius: var(--ImageControl-addBtn-borderRadius);
|
|
@@ -33401,6 +33503,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33401
33503
|
.a-ImageControl-item svg.icon-refresh {
|
|
33402
33504
|
transform: rotate(180deg);
|
|
33403
33505
|
}
|
|
33506
|
+
.a-ImageControl-item--dragging {
|
|
33507
|
+
border: var(--borderWidth) solid var(--colors-brand-5);
|
|
33508
|
+
}
|
|
33404
33509
|
.a-ImageControl-filename {
|
|
33405
33510
|
display: inline-flex;
|
|
33406
33511
|
flex-direction: column;
|
|
@@ -34220,7 +34325,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34220
34325
|
}
|
|
34221
34326
|
@media (min-width: 768px) {
|
|
34222
34327
|
.repeat-control.form-contorl-inline,
|
|
34223
|
-
.form-group-inline .repeat-control {
|
|
34328
|
+
.form-group-inline .repeat-control {
|
|
34224
34329
|
display: inline-block;
|
|
34225
34330
|
min-width: 280px;
|
|
34226
34331
|
width: auto;
|
|
@@ -34307,7 +34412,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34307
34412
|
.a-Tree--outline .a-Tree-item--isLeaf.is-child:before {
|
|
34308
34413
|
position: absolute;
|
|
34309
34414
|
top: -8px;
|
|
34310
|
-
left: calc(
|
|
34415
|
+
left: calc((var(--Tree-icon-gap) + var(--Tree-itemArrowWidth) + var(--Tree-icon-margin-right)) / 2 - var(--Tree-indent));
|
|
34311
34416
|
bottom: 0px;
|
|
34312
34417
|
border-left: 1px solid var(--borderColor);
|
|
34313
34418
|
content: "";
|
|
@@ -34417,7 +34522,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34417
34522
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34418
34523
|
border-radius: var(--inputTree-border-radius);
|
|
34419
34524
|
line-height: var(--inputTree-input-lineHeight);
|
|
34420
|
-
padding: calc(
|
|
34525
|
+
padding: calc((
|
|
34526
|
+
var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) *
|
|
34527
|
+
var(--inputTree-fontSize) - 0.125rem
|
|
34528
|
+
) / 2) var(--Form-input-paddingX);
|
|
34421
34529
|
font-size: var(--inputTree-fontSize);
|
|
34422
34530
|
}
|
|
34423
34531
|
.a-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -34636,7 +34744,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34636
34744
|
color: var(--text--muted-color);
|
|
34637
34745
|
}
|
|
34638
34746
|
.a-TreeSelect-spinner {
|
|
34639
|
-
line-height: calc(
|
|
34747
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
34640
34748
|
}
|
|
34641
34749
|
.a-TreeSelect-clear {
|
|
34642
34750
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -34733,22 +34841,49 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34733
34841
|
.a-Combo-addBtn > .pull-left {
|
|
34734
34842
|
margin-right: var(--button-size-default-icon-margin);
|
|
34735
34843
|
font-size: var(--button-size-default-icon-size);
|
|
34844
|
+
width: var(--button-size-default-icon-size);
|
|
34845
|
+
height: var(--button-size-default-icon-size);
|
|
34846
|
+
line-height: var(--button-size-default-icon-size);
|
|
34736
34847
|
}
|
|
34737
34848
|
.a-Combo-addBtn .a-Button-icon:last-child:not(:first-child):not(.pull-left),
|
|
34738
34849
|
.a-Combo-addBtn > .pull-right {
|
|
34739
34850
|
font-size: var(--button-size-default-icon-size);
|
|
34740
34851
|
margin-left: var(--button-size-default-icon-margin);
|
|
34852
|
+
width: var(--button-size-default-icon-size);
|
|
34853
|
+
height: var(--button-size-default-icon-size);
|
|
34854
|
+
line-height: var(--button-size-default-icon-size);
|
|
34741
34855
|
}
|
|
34742
34856
|
.a-Combo-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
|
34743
34857
|
.a-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
|
34744
34858
|
.a-Combo-addBtn > .pull-left {
|
|
34745
34859
|
font-size: var(--button-size-default-icon-size);
|
|
34746
34860
|
margin-right: var(--button-size-default-icon-margin);
|
|
34861
|
+
width: var(--button-size-default-icon-size);
|
|
34862
|
+
height: var(--button-size-default-icon-size);
|
|
34863
|
+
line-height: var(--button-size-default-icon-size);
|
|
34747
34864
|
}
|
|
34748
34865
|
.a-Combo-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
|
34749
34866
|
.a-Combo-addBtn > .pull-right {
|
|
34750
34867
|
font-size: var(--button-size-default-icon-size);
|
|
34751
34868
|
margin-left: var(--button-size-default-icon-margin);
|
|
34869
|
+
width: var(--button-size-default-icon-size);
|
|
34870
|
+
height: var(--button-size-default-icon-size);
|
|
34871
|
+
line-height: var(--button-size-default-icon-size);
|
|
34872
|
+
}
|
|
34873
|
+
.a-Combo-addBtn.a-Button--iconOnly {
|
|
34874
|
+
min-width: var(--Combo-addBtn-height);
|
|
34875
|
+
padding: 0;
|
|
34876
|
+
}
|
|
34877
|
+
.a-Combo-addBtn.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
|
34878
|
+
width: var(--button-size-default-icon-size);
|
|
34879
|
+
height: var(--button-size-default-icon-size);
|
|
34880
|
+
}
|
|
34881
|
+
.a-Combo-addBtn.a-Button--iconOnly:not(.a-Button--link) > .fa,
|
|
34882
|
+
.a-Combo-addBtn.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
34883
|
+
font-size: var(--button-size-default-icon-size);
|
|
34884
|
+
}
|
|
34885
|
+
.a-Combo-addBtn.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
34886
|
+
line-height: 1;
|
|
34752
34887
|
}
|
|
34753
34888
|
.a-Combo-addBtn img.a-Button-icon {
|
|
34754
34889
|
height: var(--button-size-default-icon-size);
|
|
@@ -34825,7 +34960,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34825
34960
|
display: none;
|
|
34826
34961
|
}
|
|
34827
34962
|
.a-Combo-items:empty + .a-Combo-toolbar {
|
|
34828
|
-
padding-top: calc(
|
|
34963
|
+
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
34829
34964
|
}
|
|
34830
34965
|
.a-Combo-item {
|
|
34831
34966
|
background: var(--combo-bg-color);
|
|
@@ -35190,7 +35325,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35190
35325
|
color: var(--text--muted-color);
|
|
35191
35326
|
}
|
|
35192
35327
|
.a-Picker-spinner {
|
|
35193
|
-
line-height: calc(
|
|
35328
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
35194
35329
|
}
|
|
35195
35330
|
.a-Picker-clear {
|
|
35196
35331
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -35297,7 +35432,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35297
35432
|
user-select: none;
|
|
35298
35433
|
white-space: nowrap;
|
|
35299
35434
|
vertical-align: middle;
|
|
35300
|
-
line-height: calc(
|
|
35435
|
+
line-height: calc(
|
|
35436
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35437
|
+
);
|
|
35301
35438
|
display: inline-block;
|
|
35302
35439
|
font-size: var(--Pick-base-value-fontSize);
|
|
35303
35440
|
color: var(--Pick-base-value-color);
|
|
@@ -35437,22 +35574,49 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35437
35574
|
.a-TagControl-sugItem > .pull-left {
|
|
35438
35575
|
margin-right: var(--button-size-default-icon-margin);
|
|
35439
35576
|
font-size: var(--button-size-default-icon-size);
|
|
35577
|
+
width: var(--button-size-default-icon-size);
|
|
35578
|
+
height: var(--button-size-default-icon-size);
|
|
35579
|
+
line-height: var(--button-size-default-icon-size);
|
|
35440
35580
|
}
|
|
35441
35581
|
.a-TagControl-sugItem .a-Button-icon:last-child:not(:first-child):not(.pull-left),
|
|
35442
35582
|
.a-TagControl-sugItem > .pull-right {
|
|
35443
35583
|
font-size: var(--button-size-default-icon-size);
|
|
35444
35584
|
margin-left: var(--button-size-default-icon-margin);
|
|
35585
|
+
width: var(--button-size-default-icon-size);
|
|
35586
|
+
height: var(--button-size-default-icon-size);
|
|
35587
|
+
line-height: var(--button-size-default-icon-size);
|
|
35445
35588
|
}
|
|
35446
35589
|
.a-TagControl-sugItem .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
|
35447
35590
|
.a-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
|
|
35448
35591
|
.a-TagControl-sugItem > .pull-left {
|
|
35449
35592
|
font-size: var(--button-size-default-icon-size);
|
|
35450
35593
|
margin-right: var(--button-size-default-icon-margin);
|
|
35594
|
+
width: var(--button-size-default-icon-size);
|
|
35595
|
+
height: var(--button-size-default-icon-size);
|
|
35596
|
+
line-height: var(--button-size-default-icon-size);
|
|
35451
35597
|
}
|
|
35452
35598
|
.a-TagControl-sugItem .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
|
35453
35599
|
.a-TagControl-sugItem > .pull-right {
|
|
35454
35600
|
font-size: var(--button-size-default-icon-size);
|
|
35455
35601
|
margin-left: var(--button-size-default-icon-margin);
|
|
35602
|
+
width: var(--button-size-default-icon-size);
|
|
35603
|
+
height: var(--button-size-default-icon-size);
|
|
35604
|
+
line-height: var(--button-size-default-icon-size);
|
|
35605
|
+
}
|
|
35606
|
+
.a-TagControl-sugItem.a-Button--iconOnly {
|
|
35607
|
+
min-width: var(--TagControl-sugBtn-height);
|
|
35608
|
+
padding: 0;
|
|
35609
|
+
}
|
|
35610
|
+
.a-TagControl-sugItem.a-Button--iconOnly:not(.a-Button--link) > svg.icon {
|
|
35611
|
+
width: var(--button-size-default-icon-size);
|
|
35612
|
+
height: var(--button-size-default-icon-size);
|
|
35613
|
+
}
|
|
35614
|
+
.a-TagControl-sugItem.a-Button--iconOnly:not(.a-Button--link) > .fa,
|
|
35615
|
+
.a-TagControl-sugItem.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
35616
|
+
font-size: var(--button-size-default-icon-size);
|
|
35617
|
+
}
|
|
35618
|
+
.a-TagControl-sugItem.a-Button--iconOnly:not(.a-Button--link) > .iconfont {
|
|
35619
|
+
line-height: 1;
|
|
35456
35620
|
}
|
|
35457
35621
|
.a-TagControl-sugItem img.a-Button-icon {
|
|
35458
35622
|
height: var(--button-size-default-icon-size);
|
|
@@ -35877,7 +36041,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35877
36041
|
height: var(--Form-input-height);
|
|
35878
36042
|
line-height: var(--Form-input-lineHeight);
|
|
35879
36043
|
font-size: var(--Form-input-fontSize);
|
|
35880
|
-
padding: calc(
|
|
36044
|
+
padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
|
|
35881
36045
|
color: var(--text--muted-color);
|
|
35882
36046
|
}
|
|
35883
36047
|
.a-TabsTransfer-tab {
|
|
@@ -36031,10 +36195,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36031
36195
|
-webkit-user-select: none;
|
|
36032
36196
|
-moz-user-select: none;
|
|
36033
36197
|
user-select: none;
|
|
36034
|
-
padding: calc(
|
|
36198
|
+
padding: calc((var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
36035
36199
|
}
|
|
36036
36200
|
.a-NestedSelect-menu {
|
|
36037
36201
|
width: 10rem;
|
|
36202
|
+
min-width: 6.25rem;
|
|
36038
36203
|
min-height: 2rem;
|
|
36039
36204
|
max-height: 10.9375rem;
|
|
36040
36205
|
background: var(--Form-select-menu-bg);
|
|
@@ -36064,6 +36229,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36064
36229
|
height: 2rem;
|
|
36065
36230
|
overflow: hidden;
|
|
36066
36231
|
text-overflow: ellipsis;
|
|
36232
|
+
white-space: nowrap;
|
|
36067
36233
|
}
|
|
36068
36234
|
.a-NestedSelect-menu .a-NestedSelect-option > .a-NestedSelect-optionLabel.is-disabled {
|
|
36069
36235
|
cursor: not-allowed;
|
|
@@ -36272,7 +36438,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36272
36438
|
color: var(--text--muted-color);
|
|
36273
36439
|
}
|
|
36274
36440
|
.a-IconPickerControl-spinner {
|
|
36275
|
-
line-height: calc(
|
|
36441
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
36276
36442
|
}
|
|
36277
36443
|
.a-IconPickerControl-clear {
|
|
36278
36444
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -36391,7 +36557,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36391
36557
|
-webkit-user-select: none;
|
|
36392
36558
|
-moz-user-select: none;
|
|
36393
36559
|
user-select: none;
|
|
36394
|
-
line-height: calc(
|
|
36560
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
36395
36561
|
vertical-align: middle;
|
|
36396
36562
|
display: inline-block;
|
|
36397
36563
|
overflow: hidden;
|
|
@@ -36478,7 +36644,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36478
36644
|
color: var(--text--muted-color);
|
|
36479
36645
|
}
|
|
36480
36646
|
.a-IconSelectControl-spinner {
|
|
36481
|
-
line-height: calc(
|
|
36647
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
|
|
36482
36648
|
}
|
|
36483
36649
|
.a-IconSelectControl-clear {
|
|
36484
36650
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -36565,6 +36731,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36565
36731
|
width: 100%;
|
|
36566
36732
|
height: 100%;
|
|
36567
36733
|
}
|
|
36734
|
+
.a-IconSelectControl-input-area-iconfont {
|
|
36735
|
+
margin-right: var(--sizes-size-4);
|
|
36736
|
+
}
|
|
36568
36737
|
.a-IconSelectControl-input-wrapper {
|
|
36569
36738
|
width: 100%;
|
|
36570
36739
|
}
|
|
@@ -36849,7 +37018,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36849
37018
|
display: inline-block;
|
|
36850
37019
|
max-width: 100%;
|
|
36851
37020
|
}
|
|
36852
|
-
|
|
36853
37021
|
.a-Form-control--sizeXs {
|
|
36854
37022
|
width: var(--Form-control-widthXs);
|
|
36855
37023
|
max-width: 100%;
|
|
@@ -36859,7 +37027,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36859
37027
|
.a-Form-control--sizeXs.a-NumberControl {
|
|
36860
37028
|
width: var(--Form-control-widthXs);
|
|
36861
37029
|
}
|
|
36862
|
-
|
|
36863
37030
|
.a-Form-control--sizeSm {
|
|
36864
37031
|
width: var(--Form-control-widthSm);
|
|
36865
37032
|
max-width: 100%;
|
|
@@ -36869,14 +37036,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36869
37036
|
.a-Form-control--sizeSm.a-NumberControl {
|
|
36870
37037
|
width: var(--Form-control-widthSm);
|
|
36871
37038
|
}
|
|
36872
|
-
|
|
36873
37039
|
.a-Form-control--sizeMd {
|
|
36874
37040
|
width: var(--Form-control-widthMd);
|
|
36875
37041
|
max-width: 100%;
|
|
36876
37042
|
display: inline-block;
|
|
36877
37043
|
vertical-align: top;
|
|
36878
37044
|
}
|
|
36879
|
-
|
|
36880
37045
|
.a-Form-control--sizeLg {
|
|
36881
37046
|
width: var(--Form-control-widthLg);
|
|
36882
37047
|
max-width: 100%;
|
|
@@ -36886,7 +37051,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36886
37051
|
.a-Form-control--sizeLg.a-NumberControl {
|
|
36887
37052
|
width: var(--Form-control-widthLg);
|
|
36888
37053
|
}
|
|
36889
|
-
|
|
36890
37054
|
.a-Form-item--horizontal {
|
|
36891
37055
|
display: flex;
|
|
36892
37056
|
flex-wrap: nowrap;
|
|
@@ -36898,16 +37062,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36898
37062
|
min-width: var(--Form--horizontal-value-minWidth);
|
|
36899
37063
|
}
|
|
36900
37064
|
.a-Form-item--horizontal .a-Form-itemColumn--xs,
|
|
36901
|
-
.a-Form-item--horizontal .a-Form-itemColumn--sm,
|
|
36902
|
-
.a-Form-item--horizontal .a-Form-itemColumn--normal,
|
|
36903
|
-
.a-Form-item--horizontal .a-Form-itemColumn--auto,
|
|
36904
|
-
.a-Form-item--horizontal .a-Form-itemColumn--md,
|
|
36905
|
-
.a-Form-item--horizontal .a-Form-itemColumn--lg {
|
|
37065
|
+
.a-Form-item--horizontal .a-Form-itemColumn--sm,
|
|
37066
|
+
.a-Form-item--horizontal .a-Form-itemColumn--normal,
|
|
37067
|
+
.a-Form-item--horizontal .a-Form-itemColumn--auto,
|
|
37068
|
+
.a-Form-item--horizontal .a-Form-itemColumn--md,
|
|
37069
|
+
.a-Form-item--horizontal .a-Form-itemColumn--lg {
|
|
36906
37070
|
flex-grow: unset;
|
|
36907
37071
|
flex-basis: unset;
|
|
36908
37072
|
}
|
|
36909
37073
|
.a-Form-item--horizontal > .a-Form-label {
|
|
36910
|
-
|
|
37074
|
+
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
37075
|
+
word-break: break-word;
|
|
37076
|
+
line-height: var(--Form-item-lineHeight);
|
|
36911
37077
|
margin: 0;
|
|
36912
37078
|
margin-right: var(--Form--horizontal-label-gap);
|
|
36913
37079
|
flex-shrink: 0;
|
|
@@ -37006,8 +37172,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37006
37172
|
vertical-align: top;
|
|
37007
37173
|
}
|
|
37008
37174
|
.a-Form-item--inline > .a-Form-label {
|
|
37009
|
-
|
|
37010
|
-
|
|
37175
|
+
padding-top: calc((var(--Form-input-height) - var(--Form-item-lineHeight) * var(--Form-item-fontSize)) / 2);
|
|
37176
|
+
word-break: break-word;
|
|
37177
|
+
line-height: var(--Form-item-lineHeight);
|
|
37011
37178
|
margin: 0;
|
|
37012
37179
|
margin-right: var(--Form-mode-inline-label-gap);
|
|
37013
37180
|
}
|
|
@@ -37033,7 +37200,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37033
37200
|
.a-Form-item--inline > .a-Form-value > .a-TextControl--withAddOn {
|
|
37034
37201
|
display: inline-flex;
|
|
37035
37202
|
}
|
|
37036
|
-
|
|
37037
37203
|
.a-Form-row {
|
|
37038
37204
|
display: flex;
|
|
37039
37205
|
flex-wrap: wrap;
|
|
@@ -37045,13 +37211,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37045
37211
|
padding-left: calc(var(--Form-row-gutterWidth) / 2);
|
|
37046
37212
|
padding-right: calc(var(--Form-row-gutterWidth) / 2);
|
|
37047
37213
|
}
|
|
37048
|
-
|
|
37049
37214
|
.a-Form-col {
|
|
37050
37215
|
flex-basis: 0;
|
|
37051
37216
|
flex-grow: 1;
|
|
37052
37217
|
flex-shrink: 1;
|
|
37053
37218
|
}
|
|
37054
|
-
|
|
37055
37219
|
.a-Form-rowInner {
|
|
37056
37220
|
display: flex;
|
|
37057
37221
|
flex-wrap: nowrap;
|
|
@@ -37070,7 +37234,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37070
37234
|
.a-Form--debug {
|
|
37071
37235
|
padding: var(--gap-sm);
|
|
37072
37236
|
margin-bottom: var(--gap-sm);
|
|
37073
|
-
background-color:
|
|
37237
|
+
background-color: rgb(250, 250, 250);
|
|
37074
37238
|
border-radius: var(--borderRadius);
|
|
37075
37239
|
position: relative;
|
|
37076
37240
|
}
|
|
@@ -37155,7 +37319,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37155
37319
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37156
37320
|
}
|
|
37157
37321
|
.a-Form .a-Form-item .a-InputGroup-addOn,
|
|
37158
|
-
.a-Form .a-Form-item .a-TextControl-addOn {
|
|
37322
|
+
.a-Form .a-Form-item .a-TextControl-addOn {
|
|
37159
37323
|
border: none;
|
|
37160
37324
|
}
|
|
37161
37325
|
.a-Form .a-Form-item > .a-Form-label {
|
|
@@ -37179,26 +37343,26 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37179
37343
|
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
|
37180
37344
|
}
|
|
37181
37345
|
.a-Form .a-Form-item .a-Form-value,
|
|
37182
|
-
.a-Form .a-Form-item .a-Form-control {
|
|
37346
|
+
.a-Form .a-Form-item .a-Form-control {
|
|
37183
37347
|
flex: 1;
|
|
37184
37348
|
flex-wrap: wrap;
|
|
37185
37349
|
font-size: var(--fontSizeLg);
|
|
37186
37350
|
}
|
|
37187
37351
|
.a-Form .a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
|
|
37188
|
-
.a-Form .a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
|
37352
|
+
.a-Form .a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
|
37189
37353
|
background: transparent;
|
|
37190
37354
|
}
|
|
37191
37355
|
.a-Form .a-Form-item .a-SelectControl.a-Form-control {
|
|
37192
37356
|
overflow: hidden;
|
|
37193
37357
|
}
|
|
37194
37358
|
.a-Form .a-Form-item .a-Form-hint,
|
|
37195
|
-
.a-Form .a-Form-item .a-Form-remark,
|
|
37196
|
-
.a-Form .a-Form-item .a-Form-static,
|
|
37197
|
-
.a-Form .a-Form-item .a-Form-group--hor .a-Form-item,
|
|
37198
|
-
.a-Form .a-Form-item .a-SwitchControl,
|
|
37199
|
-
.a-Form .a-Form-item .a-CheckboxControl,
|
|
37200
|
-
.a-Form .a-Form-item .a-RadiosControl,
|
|
37201
|
-
.a-Form .a-Form-item .a-CheckboxesControl {
|
|
37359
|
+
.a-Form .a-Form-item .a-Form-remark,
|
|
37360
|
+
.a-Form .a-Form-item .a-Form-static,
|
|
37361
|
+
.a-Form .a-Form-item .a-Form-group--hor .a-Form-item,
|
|
37362
|
+
.a-Form .a-Form-item .a-SwitchControl,
|
|
37363
|
+
.a-Form .a-Form-item .a-CheckboxControl,
|
|
37364
|
+
.a-Form .a-Form-item .a-RadiosControl,
|
|
37365
|
+
.a-Form .a-Form-item .a-CheckboxesControl {
|
|
37202
37366
|
padding-top: 0;
|
|
37203
37367
|
padding-bottom: 0;
|
|
37204
37368
|
}
|
|
@@ -37217,11 +37381,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37217
37381
|
min-height: 0;
|
|
37218
37382
|
}
|
|
37219
37383
|
.a-Form .a-Form-item .a-Form-description,
|
|
37220
|
-
.a-Form .a-Form-item .a-Form-feedback {
|
|
37384
|
+
.a-Form .a-Form-item .a-Form-feedback {
|
|
37221
37385
|
font-size: var(--fontSizeBase);
|
|
37222
37386
|
}
|
|
37223
37387
|
.a-Form .a-Form-item .a-InputGroup .a-Select,
|
|
37224
|
-
.a-Form .a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
|
37388
|
+
.a-Form .a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
|
37225
37389
|
border: none;
|
|
37226
37390
|
}
|
|
37227
37391
|
.a-Form .a-Form-item .a-InputGroup > .a-TextControl-input input {
|
|
@@ -37238,19 +37402,19 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37238
37402
|
margin-bottom: var(--gap-xs);
|
|
37239
37403
|
}
|
|
37240
37404
|
.a-Form .a-Form-item .a-TextareaControl > textarea,
|
|
37241
|
-
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input,
|
|
37242
|
-
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
|
37405
|
+
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input,
|
|
37406
|
+
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
|
37243
37407
|
border: none;
|
|
37244
37408
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
37245
37409
|
box-shadow: none;
|
|
37246
37410
|
}
|
|
37247
37411
|
.a-Form .a-Form-item .a-TextareaControl > textarea:hover, .a-Form .a-Form-item .a-TextareaControl > textarea:focus, .a-Form .a-Form-item .a-TextareaControl > textarea.active,
|
|
37248
|
-
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
|
37249
|
-
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
|
37250
|
-
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input.active,
|
|
37251
|
-
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
|
37252
|
-
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
|
37253
|
-
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
|
37412
|
+
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
|
37413
|
+
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
|
37414
|
+
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input.active,
|
|
37415
|
+
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
|
37416
|
+
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
|
37417
|
+
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
|
37254
37418
|
border: none;
|
|
37255
37419
|
outline: none;
|
|
37256
37420
|
outline-style: none;
|
|
@@ -39733,37 +39897,27 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39733
39897
|
text-transform: none;
|
|
39734
39898
|
text-rendering: auto;
|
|
39735
39899
|
line-height: 1.25rem;
|
|
39736
|
-
margin-left:
|
|
39900
|
+
margin-left: 0.3125rem;
|
|
39737
39901
|
}
|
|
39738
39902
|
.a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow > svg {
|
|
39739
39903
|
top: auto;
|
|
39740
39904
|
}
|
|
39741
39905
|
.a-Nav-Menu-horizontal.a-Nav-Menu-rtl .a-Nav-Menu-submenu-arrow {
|
|
39742
39906
|
margin-left: 0;
|
|
39743
|
-
margin-right:
|
|
39907
|
+
margin-right: 0.3125rem;
|
|
39744
39908
|
}
|
|
39745
39909
|
.a-Nav-Menu-horizontal .a-Nav-Menu-item-label {
|
|
39746
39910
|
vertical-align: middle;
|
|
39747
39911
|
}
|
|
39748
39912
|
.a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-left .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow {
|
|
39749
|
-
display: inline-block;
|
|
39750
39913
|
font-size: 0.625rem;
|
|
39751
|
-
vertical-align: baseline;
|
|
39752
|
-
text-transform: none;
|
|
39753
|
-
text-rendering: auto;
|
|
39754
39914
|
margin: 0 0 0 0.625rem;
|
|
39755
39915
|
}
|
|
39756
|
-
.a-Nav-Menu-vertical .a-Nav-Menu-submenu-
|
|
39757
|
-
|
|
39758
|
-
}
|
|
39759
|
-
.a-Nav-Menu-vertical.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-vertical-left.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-vertical-right.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-inline.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap {
|
|
39760
|
-
padding-right: 0;
|
|
39761
|
-
padding-left: 1rem;
|
|
39916
|
+
.a-Nav-Menu-vertical.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title, .a-Nav-Menu-vertical-left.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title, .a-Nav-Menu-vertical-right.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title, .a-Nav-Menu-inline.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title {
|
|
39917
|
+
flex-direction: row-reverse;
|
|
39762
39918
|
}
|
|
39763
|
-
.a-Nav-Menu-vertical.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-left.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-right.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-inline.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow {
|
|
39764
|
-
|
|
39765
|
-
position: absolute;
|
|
39766
|
-
margin: 0;
|
|
39919
|
+
.a-Nav-Menu-vertical.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title > .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-left.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title > .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-vertical-right.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title > .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-inline.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title > .a-Nav-Menu-submenu-arrow {
|
|
39920
|
+
margin: 0 0.625rem 0 0;
|
|
39767
39921
|
}
|
|
39768
39922
|
.a-Nav-Menu-vertical.a-Nav-Menu-rtl.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-vertical-left.a-Nav-Menu-rtl.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-vertical-right.a-Nav-Menu-rtl.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap, .a-Nav-Menu-inline.a-Nav-Menu-rtl.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap {
|
|
39769
39923
|
padding-right: 1rem;
|
|
@@ -39781,11 +39935,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39781
39935
|
.a-Nav-Menu-vertical-right.a-Nav-Menu-rtl .a-Nav-Menu-submenu-arrow {
|
|
39782
39936
|
margin: 0 0.625rem 0 0;
|
|
39783
39937
|
}
|
|
39784
|
-
.a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow {
|
|
39938
|
+
.a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow svg, .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow svg {
|
|
39785
39939
|
transition: transform 0.3s;
|
|
39786
39940
|
transform: rotate(90deg);
|
|
39787
39941
|
}
|
|
39788
|
-
.a-Nav-Menu-inline .a-Nav-Menu-submenu-open > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow, .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-open > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
|
39942
|
+
.a-Nav-Menu-inline .a-Nav-Menu-submenu-open > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow svg, .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-open > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow svg {
|
|
39789
39943
|
transform: rotate(270deg);
|
|
39790
39944
|
}
|
|
39791
39945
|
.a-Nav-Menu-collapsed .a-Nav-Menu-item-wrap {
|