naive-ui 2.22.0 → 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/es/_internal/clear/src/styles/index.cssr.js +10 -10
- package/es/_internal/close/src/styles/index.cssr.js +9 -10
- package/es/_internal/icons/Close.js +1 -1
- package/es/_internal/icons/Switcher.js +2 -3
- package/es/_internal/scrollbar/src/ScrollBar.d.ts +6 -17
- package/es/_internal/scrollbar/src/ScrollBar.js +14 -16
- package/es/_internal/scrollbar/src/styles/index.cssr.js +15 -15
- package/es/_internal/select-menu/src/SelectMenu.d.ts +21 -21
- package/es/_internal/select-menu/src/SelectMenu.js +21 -21
- package/es/_internal/select-menu/src/styles/index.cssr.js +35 -35
- package/es/_internal/select-menu/styles/_common.js +1 -1
- package/es/_internal/selection/src/Selection.d.ts +44 -44
- package/es/_internal/selection/src/Selection.js +44 -44
- package/es/_internal/selection/src/styles/index.cssr.js +79 -79
- package/es/_internal/selection/styles/_common.js +1 -1
- package/es/_mixins/common.d.ts +1 -0
- package/es/_mixins/common.js +1 -0
- package/es/_mixins/index.d.ts +1 -0
- package/es/_mixins/index.js +1 -0
- package/es/_mixins/use-css-vars-class.d.ts +2 -0
- package/es/_mixins/use-css-vars-class.js +22 -0
- package/es/_mixins/use-rtl.js +2 -0
- package/es/_mixins/use-style.js +3 -0
- package/es/_mixins/use-theme.js +3 -0
- package/es/_utils/composable/use-houdini.js +12 -9
- package/es/alert/src/Alert.d.ts +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +14 -14
- package/es/auto-complete/src/AutoComplete.js +15 -17
- package/es/auto-complete/src/styles/index.cssr.js +4 -4
- package/es/avatar/index.d.ts +2 -0
- package/es/avatar/index.js +1 -0
- package/es/avatar/src/Avatar.d.ts +72 -33
- package/es/avatar/src/Avatar.js +43 -15
- package/es/avatar/src/AvatarGroup.d.ts +52 -0
- package/es/avatar/src/AvatarGroup.js +61 -0
- package/es/avatar/src/interface.d.ts +2 -0
- package/es/avatar/src/interface.js +1 -0
- package/es/avatar/src/styles/avatar-group.cssr.d.ts +2 -0
- package/es/avatar/src/styles/avatar-group.cssr.js +14 -0
- package/es/avatar/src/styles/index.cssr.js +20 -15
- package/es/avatar/styles/light.d.ts +3 -0
- package/es/avatar/styles/light.js +6 -2
- package/es/back-top/src/BackTop.d.ts +16 -16
- package/es/back-top/src/BackTop.js +13 -13
- package/es/back-top/src/styles/index.cssr.js +29 -29
- package/es/badge/src/Badge.d.ts +6 -6
- package/es/badge/src/Badge.js +6 -6
- package/es/badge/src/styles/index.cssr.js +15 -15
- package/es/breadcrumb/src/Breadcrumb.d.ts +8 -8
- package/es/breadcrumb/src/Breadcrumb.js +8 -8
- package/es/breadcrumb/src/styles/index.cssr.js +23 -23
- package/es/button/src/Button.d.ts +10 -5
- package/es/button/src/Button.js +21 -14
- package/es/calendar/src/Calendar.d.ts +26 -22
- package/es/calendar/src/Calendar.js +37 -25
- package/es/calendar/src/interface.d.ts +4 -0
- package/es/calendar/src/styles/index.cssr.js +57 -57
- package/es/card/src/Card.d.ts +28 -23
- package/es/card/src/Card.js +24 -23
- package/es/card/src/styles/index.cssr.js +71 -69
- package/es/carousel/index.d.ts +1 -0
- package/es/carousel/index.js +1 -0
- package/es/carousel/src/Carousel.d.ts +239 -23
- package/es/carousel/src/Carousel.js +688 -234
- package/es/carousel/src/CarouselArrow.d.ts +9 -0
- package/es/carousel/src/CarouselArrow.js +43 -0
- package/es/carousel/src/CarouselDots.d.ts +66 -0
- package/es/carousel/src/CarouselDots.js +118 -0
- package/es/carousel/src/CarouselItem.d.ts +11 -0
- package/es/carousel/src/CarouselItem.js +72 -0
- package/es/carousel/src/interface.d.ts +28 -0
- package/es/carousel/src/interface.js +2 -0
- package/es/carousel/src/styles/index.cssr.js +150 -47
- package/es/carousel/src/utils.d.ts +12 -0
- package/es/carousel/src/utils.js +58 -0
- package/es/carousel/styles/light.d.ts +3 -0
- package/es/carousel/styles/light.js +5 -2
- package/es/cascader/src/Cascader.d.ts +31 -19
- package/es/cascader/src/Cascader.js +31 -20
- package/es/cascader/src/CascaderMenu.js +1 -1
- package/es/cascader/src/CascaderOption.d.ts +1 -0
- package/es/cascader/src/CascaderOption.js +7 -4
- package/es/cascader/src/interface.d.ts +2 -1
- package/es/cascader/src/styles/index.cssr.js +44 -44
- package/es/cascader/styles/light.js +1 -1
- package/es/checkbox/src/Checkbox.d.ts +23 -23
- package/es/checkbox/src/Checkbox.js +23 -23
- package/es/checkbox/src/styles/index.cssr.js +59 -59
- package/es/code/src/Code.d.ts +19 -14
- package/es/code/src/Code.js +32 -20
- package/es/code/src/styles/index.cssr.js +30 -30
- package/es/collapse/src/Collapse.d.ts +8 -8
- package/es/collapse/src/Collapse.js +8 -8
- package/es/collapse/src/styles/index.cssr.js +24 -24
- package/es/collapse-transition/src/CollapseTransition.d.ts +1 -1
- package/es/collapse-transition/src/CollapseTransition.js +1 -1
- package/es/color-picker/src/ColorInputUnit.js +2 -2
- package/es/color-picker/src/ColorPicker.d.ts +23 -15
- package/es/color-picker/src/ColorPicker.js +29 -20
- package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
- package/es/color-picker/src/ColorPickerTrigger.js +23 -17
- package/es/color-picker/src/interface.d.ts +2 -0
- package/es/color-picker/src/styles/index.cssr.js +29 -28
- package/es/components.d.ts +2 -0
- package/es/components.js +2 -0
- package/es/config-provider/src/ConfigProvider.d.ts +27 -0
- package/es/countdown/index.d.ts +2 -0
- package/es/countdown/index.js +1 -0
- package/es/countdown/src/Countdown.d.ts +72 -0
- package/es/countdown/src/Countdown.js +126 -0
- package/es/countdown/src/utils.d.ts +0 -0
- package/es/countdown/src/utils.js +1 -0
- package/es/data-table/src/DataTable.d.ts +49 -94
- package/es/data-table/src/DataTable.js +65 -91
- package/es/data-table/src/TableParts/Body.js +7 -5
- package/es/data-table/src/TableParts/Cell.js +2 -3
- package/es/data-table/src/TableParts/Header.js +1 -1
- package/es/data-table/src/interface.d.ts +1 -1
- package/es/data-table/src/styles/index.cssr.js +133 -130
- package/es/data-table/src/utils.js +4 -1
- package/es/date-picker/src/DatePicker.d.ts +71 -67
- package/es/date-picker/src/DatePicker.js +144 -94
- package/es/date-picker/src/interface.d.ts +17 -2
- package/es/date-picker/src/panel/date.d.ts +4 -9
- package/es/date-picker/src/panel/daterange.d.ts +4 -9
- package/es/date-picker/src/panel/datetime.d.ts +4 -9
- package/es/date-picker/src/panel/datetimerange.d.ts +4 -9
- package/es/date-picker/src/panel/month.d.ts +4 -9
- package/es/date-picker/src/panel/use-calendar.d.ts +2 -5
- package/es/date-picker/src/panel/use-calendar.js +8 -7
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +2 -5
- package/es/date-picker/src/panel/use-dual-calendar.js +12 -13
- package/es/date-picker/src/panel/use-panel-common.d.ts +2 -5
- package/es/date-picker/src/panel/use-panel-common.js +2 -6
- package/es/date-picker/src/styles/index.cssr.js +115 -115
- package/es/descriptions/src/Descriptions.d.ts +18 -18
- package/es/descriptions/src/Descriptions.js +19 -20
- package/es/descriptions/src/styles/index.cssr.js +61 -61
- package/es/dialog/src/Dialog.d.ts +24 -24
- package/es/dialog/src/Dialog.js +22 -22
- package/es/dialog/src/DialogEnvironment.d.ts +2 -2
- package/es/dialog/src/DialogProvider.d.ts +1 -1
- package/es/dialog/src/styles/index.cssr.js +45 -45
- package/es/divider/src/Divider.d.ts +4 -4
- package/es/divider/src/Divider.js +4 -4
- package/es/divider/src/styles/index.cssr.js +12 -12
- package/es/drawer/src/Drawer.d.ts +37 -77
- package/es/drawer/src/Drawer.js +51 -68
- package/es/drawer/src/DrawerBodyWrapper.js +21 -13
- package/es/drawer/src/DrawerContent.js +6 -6
- package/es/drawer/src/styles/index.cssr.js +41 -40
- package/es/dropdown/src/Dropdown.d.ts +5 -0
- package/es/dropdown/src/Dropdown.js +34 -32
- package/es/dropdown/src/styles/index.cssr.js +59 -59
- package/es/dynamic-tags/src/DynamicTags.d.ts +1 -1
- package/es/dynamic-tags/src/DynamicTags.js +1 -1
- package/es/dynamic-tags/src/styles/index.cssr.js +1 -1
- package/es/empty/src/Empty.d.ts +19 -15
- package/es/empty/src/Empty.js +12 -12
- package/es/empty/src/styles/index.cssr.js +20 -19
- package/es/form/src/Feedbacks.js +4 -1
- package/es/form/src/Form.d.ts +34 -34
- package/es/form/src/Form.js +17 -8
- package/es/form/src/FormItem.d.ts +54 -49
- package/es/form/src/FormItem.js +39 -27
- package/es/form/src/FormItemCol.d.ts +41 -31
- package/es/form/src/FormItemCol.js +1 -0
- package/es/form/src/FormItemGridItem.d.ts +41 -31
- package/es/form/src/FormItemGridItem.js +1 -0
- package/es/form/src/FormItemRow.d.ts +40 -30
- package/es/form/src/FormItemRow.js +1 -0
- package/es/form/src/interface.d.ts +6 -2
- package/es/form/src/styles/form-item.cssr.js +39 -37
- package/es/form/src/utils.d.ts +2 -2
- package/es/form/src/utils.js +29 -18
- package/es/form/styles/_common.d.ts +0 -3
- package/es/form/styles/_common.js +0 -3
- package/es/form/styles/light.d.ts +3 -3
- package/es/form/styles/light.js +2 -2
- package/es/gradient-text/src/GradientText.d.ts +5 -5
- package/es/gradient-text/src/GradientText.js +5 -5
- package/es/gradient-text/src/styles/index.cssr.js +9 -9
- package/es/icon/src/Icon.d.ts +6 -6
- package/es/icon/src/Icon.js +4 -4
- package/es/icon/src/styles/index.cssr.js +7 -7
- package/es/image/src/Image.d.ts +279 -10
- package/es/image/src/Image.js +4 -17
- package/es/image/src/ImageGroup.d.ts +272 -2
- package/es/image/src/ImageGroup.js +5 -8
- package/es/image/src/ImagePreview.d.ts +195 -7
- package/es/image/src/ImagePreview.js +62 -42
- package/es/image/src/interface.d.ts +94 -0
- package/es/image/src/interface.js +2 -1
- package/es/image/src/styles/index.cssr.js +11 -7
- package/es/image/styles/dark.js +8 -1
- package/es/image/styles/light.d.ts +32 -3
- package/es/image/styles/light.js +8 -1
- package/es/input/src/Input.d.ts +52 -47
- package/es/input/src/Input.js +54 -49
- package/es/input/src/InputGroupLabel.d.ts +8 -8
- package/es/input/src/InputGroupLabel.js +8 -8
- package/es/input/src/styles/input-group-label.cssr.js +18 -18
- package/es/input/src/styles/input.cssr.js +108 -109
- package/es/input-number/src/InputNumber.d.ts +11 -0
- package/es/input-number/src/InputNumber.js +5 -2
- package/es/input-number/src/utils.js +2 -1
- package/es/layout/src/Layout.d.ts +6 -6
- package/es/layout/src/Layout.js +3 -3
- package/es/layout/src/LayoutContent.d.ts +3 -3
- package/es/layout/src/LayoutFooter.js +7 -7
- package/es/layout/src/LayoutHeader.js +7 -7
- package/es/layout/src/LayoutSider.js +13 -13
- package/es/layout/src/styles/layout-footer.cssr.js +11 -11
- package/es/layout/src/styles/layout-header.cssr.js +11 -11
- package/es/layout/src/styles/layout-sider.cssr.js +32 -32
- package/es/layout/src/styles/layout.cssr.js +8 -8
- package/es/list/src/List.d.ts +10 -10
- package/es/list/src/List.js +10 -10
- package/es/list/src/styles/index.cssr.js +30 -30
- package/es/loading-bar/src/LoadingBar.d.ts +3 -3
- package/es/loading-bar/src/LoadingBar.js +3 -3
- package/es/loading-bar/src/styles/index.cssr.js +7 -7
- package/es/locales/common/deDE.js +10 -0
- package/es/locales/common/enUS.d.ts +9 -0
- package/es/locales/common/enUS.js +10 -0
- package/es/locales/common/frFR.js +17 -8
- package/es/locales/common/idID.js +10 -0
- package/es/locales/common/jaJP.js +10 -0
- package/es/locales/common/nbNO.js +10 -0
- package/es/locales/common/ruRU.js +10 -0
- package/es/locales/common/ukUA.js +10 -0
- package/es/locales/common/zhCN.js +9 -0
- package/es/locales/common/zhTW.js +10 -0
- package/es/log/src/Log.d.ts +6 -6
- package/es/log/src/Log.js +6 -6
- package/es/log/src/styles/index.cssr.js +16 -18
- package/es/mention/src/Mention.d.ts +1 -1
- package/es/mention/src/Mention.js +1 -1
- package/es/mention/src/styles/index.cssr.js +2 -2
- package/es/mention/src/utils.js +0 -1
- package/es/menu/src/Menu.js +43 -40
- package/es/menu/src/styles/index.cssr.js +71 -71
- package/es/message/index.d.ts +2 -1
- package/es/message/src/Message.d.ts +213 -41
- package/es/message/src/Message.js +35 -33
- package/es/message/src/MessageEnvironment.d.ts +3 -3
- package/es/message/src/MessageProvider.d.ts +5 -10
- package/es/message/src/MessageProvider.js +1 -1
- package/es/message/src/message-props.d.ts +5 -2
- package/es/message/src/styles/index.cssr.js +48 -48
- package/es/message/src/types.d.ts +15 -0
- package/es/message/src/types.js +1 -0
- package/es/modal/src/BodyWrapper.d.ts +11 -2
- package/es/modal/src/BodyWrapper.js +23 -17
- package/es/modal/src/Modal.d.ts +19 -8
- package/es/modal/src/Modal.js +15 -8
- package/es/modal/src/presetProps.d.ts +2 -1
- package/es/modal/src/styles/index.cssr.js +8 -8
- package/es/notification/src/Notification.d.ts +24 -24
- package/es/notification/src/Notification.js +24 -24
- package/es/notification/src/styles/index.cssr.js +65 -65
- package/es/number-animation/index.d.ts +3 -0
- package/es/number-animation/index.js +1 -0
- package/es/number-animation/src/NumberAnimation.d.ts +79 -0
- package/es/number-animation/src/NumberAnimation.js +81 -0
- package/es/number-animation/src/utils.d.ts +8 -0
- package/es/number-animation/src/utils.js +17 -0
- package/es/page-header/index.d.ts +1 -1
- package/es/page-header/src/PageHeader.d.ts +11 -11
- package/es/page-header/src/PageHeader.js +10 -10
- package/es/page-header/src/styles/index.cssr.js +23 -23
- package/es/pagination/index.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +50 -45
- package/es/pagination/src/Pagination.js +118 -64
- package/es/pagination/src/interface.d.ts +10 -1
- package/es/pagination/src/styles/index.cssr.js +81 -81
- package/es/pagination/src/utils.d.ts +2 -2
- package/es/pagination/src/utils.js +2 -4
- package/es/popconfirm/src/Popconfirm.d.ts +7 -2
- package/es/popconfirm/src/PopconfirmPanel.d.ts +4 -4
- package/es/popconfirm/src/PopconfirmPanel.js +4 -4
- package/es/popconfirm/src/styles/index.cssr.js +8 -8
- package/es/popover/src/Popover.d.ts +7 -0
- package/es/popover/src/Popover.js +24 -1
- package/es/popover/src/PopoverBody.d.ts +5 -0
- package/es/popover/src/PopoverBody.js +43 -61
- package/es/popover/src/styles/index.cssr.js +63 -62
- package/es/popselect/src/Popselect.d.ts +62 -73
- package/es/popselect/src/Popselect.js +2 -2
- package/es/progress/src/Circle.d.ts +7 -0
- package/es/progress/src/Circle.js +8 -1
- package/es/progress/src/Line.d.ts +2 -2
- package/es/progress/src/Line.js +4 -1
- package/es/progress/src/Progress.d.ts +20 -16
- package/es/progress/src/Progress.js +16 -16
- package/es/progress/src/styles/index.cssr.js +68 -68
- package/es/radio/src/Radio.d.ts +15 -15
- package/es/radio/src/Radio.js +15 -15
- package/es/radio/src/RadioGroup.d.ts +14 -14
- package/es/radio/src/RadioGroup.js +14 -14
- package/es/radio/src/styles/radio-group.cssr.js +43 -43
- package/es/radio/src/styles/radio.cssr.js +40 -37
- package/es/rate/src/Rate.d.ts +4 -4
- package/es/rate/src/Rate.js +4 -4
- package/es/rate/src/styles/index.cssr.js +11 -11
- package/es/result/src/Result.d.ts +9 -9
- package/es/result/src/Result.js +18 -19
- package/es/result/src/styles/index.cssr.js +26 -26
- package/es/select/src/Select.d.ts +9 -28
- package/es/select/src/Select.js +17 -25
- package/es/select/src/styles/index.cssr.js +2 -2
- package/es/skeleton/src/Skeleton.d.ts +3 -3
- package/es/skeleton/src/Skeleton.js +3 -3
- package/es/skeleton/src/styles/index.cssr.js +12 -12
- package/es/slider/src/Slider.d.ts +31 -33
- package/es/slider/src/Slider.js +29 -29
- package/es/slider/src/styles/index.cssr.js +87 -87
- package/es/spin/src/Spin.d.ts +5 -5
- package/es/spin/src/Spin.js +5 -5
- package/es/spin/src/styles/index.cssr.js +15 -15
- package/es/statistic/src/Statistic.d.ts +25 -45
- package/es/statistic/src/Statistic.js +12 -19
- package/es/statistic/src/styles/index.cssr.js +19 -19
- package/es/steps/src/Step.d.ts +12 -12
- package/es/steps/src/Step.js +12 -12
- package/es/steps/src/styles/index.cssr.js +46 -46
- package/es/switch/src/Switch.d.ts +19 -19
- package/es/switch/src/Switch.js +26 -19
- package/es/switch/src/styles/index.cssr.js +59 -57
- package/es/table/src/Table.d.ts +21 -21
- package/es/table/src/Table.js +21 -21
- package/es/table/src/styles/index.cssr.js +55 -55
- package/es/tabs/index.d.ts +1 -0
- package/es/tabs/src/Tabs.d.ts +2 -2
- package/es/tabs/src/Tabs.js +25 -22
- package/es/tabs/src/interface.d.ts +3 -0
- package/es/tabs/src/styles/index.cssr.js +4 -1
- package/es/tabs/styles/light.js +1 -1
- package/es/tag/src/Tag.d.ts +27 -26
- package/es/tag/src/Tag.js +27 -26
- package/es/tag/src/styles/index.cssr.js +54 -54
- package/es/tag/src/styles/rtl.cssr.js +1 -1
- package/es/thing/src/Thing.js +5 -5
- package/es/thing/src/styles/index.cssr.js +11 -11
- package/es/time-picker/src/TimePicker.d.ts +41 -21
- package/es/time-picker/src/TimePicker.js +76 -46
- package/es/time-picker/src/interface.d.ts +4 -2
- package/es/time-picker/src/styles/index.cssr.js +47 -47
- package/es/timeline/src/TimelineItem.d.ts +12 -12
- package/es/timeline/src/TimelineItem.js +12 -12
- package/es/timeline/src/styles/index.cssr.js +44 -44
- package/es/tooltip/src/Tooltip.d.ts +5 -0
- package/es/transfer/src/Transfer.d.ts +21 -21
- package/es/transfer/src/Transfer.js +21 -21
- package/es/transfer/src/TransferList.js +5 -7
- package/es/transfer/src/styles/index.cssr.js +47 -42
- package/es/tree/src/Tree.d.ts +16 -12
- package/es/tree/src/Tree.js +15 -13
- package/es/tree/src/TreeNodeSwitcher.d.ts +1 -1
- package/es/tree/src/TreeNodeSwitcher.js +25 -14
- package/es/tree/src/dnd.js +2 -2
- package/es/tree/src/interface.d.ts +2 -0
- package/es/tree/src/styles/index.cssr.js +37 -35
- package/es/tree-select/src/TreeSelect.d.ts +8 -8
- package/es/tree-select/src/TreeSelect.js +8 -8
- package/es/tree-select/src/styles/index.cssr.js +18 -18
- package/es/typography/src/a.d.ts +2 -2
- package/es/typography/src/a.js +2 -2
- package/es/typography/src/blockquote.d.ts +5 -5
- package/es/typography/src/blockquote.js +5 -5
- package/es/typography/src/create-header.d.ts +8 -8
- package/es/typography/src/create-header.js +8 -8
- package/es/typography/src/headers.d.ts +48 -48
- package/es/typography/src/hr.d.ts +2 -1
- package/es/typography/src/hr.js +3 -1
- package/es/typography/src/ol.d.ts +7 -7
- package/es/typography/src/ol.js +7 -7
- package/es/typography/src/p.d.ts +5 -5
- package/es/typography/src/p.js +5 -5
- package/es/typography/src/styles/a.cssr.js +6 -6
- package/es/typography/src/styles/blockquote.cssr.js +11 -11
- package/es/typography/src/styles/header.cssr.js +19 -19
- package/es/typography/src/styles/hr.cssr.js +3 -3
- package/es/typography/src/styles/list.cssr.js +15 -15
- package/es/typography/src/styles/p.cssr.js +10 -10
- package/es/typography/src/styles/text.cssr.js +18 -18
- package/es/typography/src/text.d.ts +8 -7
- package/es/typography/src/text.js +9 -8
- package/es/typography/src/ul.d.ts +7 -7
- package/es/typography/src/ul.js +7 -7
- package/es/upload/src/Upload.d.ts +16 -7
- package/es/upload/src/Upload.js +34 -25
- package/es/upload/src/UploadFile.d.ts +5 -5
- package/es/upload/src/UploadFileList.js +2 -2
- package/es/upload/src/interface.d.ts +11 -4
- package/es/upload/src/styles/index.cssr.js +36 -36
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/clear/src/styles/index.cssr.js +10 -10
- package/lib/_internal/close/src/styles/index.cssr.js +9 -10
- package/lib/_internal/icons/Close.js +1 -1
- package/lib/_internal/icons/Switcher.js +2 -3
- package/lib/_internal/scrollbar/src/ScrollBar.d.ts +6 -17
- package/lib/_internal/scrollbar/src/ScrollBar.js +14 -16
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +15 -15
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +21 -21
- package/lib/_internal/select-menu/src/SelectMenu.js +21 -21
- package/lib/_internal/select-menu/src/styles/index.cssr.js +35 -35
- package/lib/_internal/select-menu/styles/_common.js +1 -1
- package/lib/_internal/selection/src/Selection.d.ts +44 -44
- package/lib/_internal/selection/src/Selection.js +44 -44
- package/lib/_internal/selection/src/styles/index.cssr.js +79 -79
- package/lib/_internal/selection/styles/_common.js +1 -1
- package/lib/_mixins/common.d.ts +1 -0
- package/lib/_mixins/common.js +4 -0
- package/lib/_mixins/index.d.ts +1 -0
- package/lib/_mixins/index.js +3 -1
- package/lib/_mixins/use-css-vars-class.d.ts +2 -0
- package/lib/_mixins/use-css-vars-class.js +29 -0
- package/lib/_mixins/use-rtl.js +2 -0
- package/lib/_mixins/use-style.js +3 -0
- package/lib/_mixins/use-theme.js +3 -0
- package/lib/_utils/composable/use-houdini.js +12 -9
- package/lib/alert/src/Alert.d.ts +2 -2
- package/lib/auto-complete/src/AutoComplete.d.ts +14 -14
- package/lib/auto-complete/src/AutoComplete.js +16 -18
- package/lib/auto-complete/src/styles/index.cssr.js +4 -4
- package/lib/avatar/index.d.ts +2 -0
- package/lib/avatar/index.js +3 -1
- package/lib/avatar/src/Avatar.d.ts +72 -33
- package/lib/avatar/src/Avatar.js +45 -16
- package/lib/avatar/src/AvatarGroup.d.ts +52 -0
- package/lib/avatar/src/AvatarGroup.js +67 -0
- package/lib/avatar/src/interface.d.ts +2 -0
- package/lib/avatar/src/interface.js +2 -0
- package/lib/avatar/src/styles/avatar-group.cssr.d.ts +2 -0
- package/lib/avatar/src/styles/avatar-group.cssr.js +21 -0
- package/lib/avatar/src/styles/index.cssr.js +19 -14
- package/lib/avatar/styles/light.d.ts +3 -0
- package/lib/avatar/styles/light.js +6 -2
- package/lib/back-top/src/BackTop.d.ts +16 -16
- package/lib/back-top/src/BackTop.js +13 -13
- package/lib/back-top/src/styles/index.cssr.js +29 -29
- package/lib/badge/src/Badge.d.ts +6 -6
- package/lib/badge/src/Badge.js +6 -6
- package/lib/badge/src/styles/index.cssr.js +15 -15
- package/lib/breadcrumb/src/Breadcrumb.d.ts +8 -8
- package/lib/breadcrumb/src/Breadcrumb.js +8 -8
- package/lib/breadcrumb/src/styles/index.cssr.js +23 -23
- package/lib/button/src/Button.d.ts +10 -5
- package/lib/button/src/Button.js +20 -13
- package/lib/calendar/src/Calendar.d.ts +26 -22
- package/lib/calendar/src/Calendar.js +36 -24
- package/lib/calendar/src/interface.d.ts +4 -0
- package/lib/calendar/src/styles/index.cssr.js +57 -57
- package/lib/card/src/Card.d.ts +28 -23
- package/lib/card/src/Card.js +24 -23
- package/lib/card/src/styles/index.cssr.js +71 -69
- package/lib/carousel/index.d.ts +1 -0
- package/lib/carousel/index.js +3 -1
- package/lib/carousel/src/Carousel.d.ts +239 -23
- package/lib/carousel/src/Carousel.js +686 -232
- package/lib/carousel/src/CarouselArrow.d.ts +9 -0
- package/lib/carousel/src/CarouselArrow.js +45 -0
- package/lib/carousel/src/CarouselDots.d.ts +66 -0
- package/lib/carousel/src/CarouselDots.js +120 -0
- package/lib/carousel/src/CarouselItem.d.ts +11 -0
- package/lib/carousel/src/CarouselItem.js +74 -0
- package/lib/carousel/src/interface.d.ts +28 -0
- package/lib/carousel/src/interface.js +6 -0
- package/lib/carousel/src/styles/index.cssr.js +150 -47
- package/lib/carousel/src/utils.d.ts +12 -0
- package/lib/carousel/src/utils.js +69 -0
- package/lib/carousel/styles/light.d.ts +3 -0
- package/lib/carousel/styles/light.js +5 -2
- package/lib/cascader/src/Cascader.d.ts +31 -19
- package/lib/cascader/src/Cascader.js +31 -20
- package/lib/cascader/src/CascaderMenu.js +1 -1
- package/lib/cascader/src/CascaderOption.d.ts +1 -0
- package/lib/cascader/src/CascaderOption.js +7 -4
- package/lib/cascader/src/interface.d.ts +2 -1
- package/lib/cascader/src/styles/index.cssr.js +44 -44
- package/lib/cascader/styles/light.js +1 -1
- package/lib/checkbox/src/Checkbox.d.ts +23 -23
- package/lib/checkbox/src/Checkbox.js +23 -23
- package/lib/checkbox/src/styles/index.cssr.js +59 -59
- package/lib/code/src/Code.d.ts +19 -14
- package/lib/code/src/Code.js +32 -20
- package/lib/code/src/styles/index.cssr.js +29 -29
- package/lib/collapse/src/Collapse.d.ts +8 -8
- package/lib/collapse/src/Collapse.js +8 -8
- package/lib/collapse/src/styles/index.cssr.js +24 -24
- package/lib/collapse-transition/src/CollapseTransition.d.ts +1 -1
- package/lib/collapse-transition/src/CollapseTransition.js +1 -1
- package/lib/color-picker/src/ColorInputUnit.js +1 -1
- package/lib/color-picker/src/ColorPicker.d.ts +23 -15
- package/lib/color-picker/src/ColorPicker.js +29 -20
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
- package/lib/color-picker/src/ColorPickerTrigger.js +22 -16
- package/lib/color-picker/src/interface.d.ts +2 -0
- package/lib/color-picker/src/styles/index.cssr.js +29 -28
- package/lib/components.d.ts +2 -0
- package/lib/components.js +2 -0
- package/lib/config-provider/src/ConfigProvider.d.ts +27 -0
- package/lib/countdown/index.d.ts +2 -0
- package/lib/countdown/index.js +8 -0
- package/lib/countdown/src/Countdown.d.ts +72 -0
- package/lib/countdown/src/Countdown.js +128 -0
- package/lib/countdown/src/utils.d.ts +0 -0
- package/lib/countdown/src/utils.js +1 -0
- package/lib/data-table/src/DataTable.d.ts +49 -94
- package/lib/data-table/src/DataTable.js +63 -89
- package/lib/data-table/src/TableParts/Body.js +7 -5
- package/lib/data-table/src/TableParts/Cell.js +2 -3
- package/lib/data-table/src/TableParts/Header.js +1 -1
- package/lib/data-table/src/interface.d.ts +1 -1
- package/lib/data-table/src/styles/index.cssr.js +133 -130
- package/lib/data-table/src/utils.js +3 -0
- package/lib/date-picker/src/DatePicker.d.ts +71 -67
- package/lib/date-picker/src/DatePicker.js +143 -93
- package/lib/date-picker/src/interface.d.ts +17 -2
- package/lib/date-picker/src/panel/date.d.ts +4 -9
- package/lib/date-picker/src/panel/daterange.d.ts +4 -9
- package/lib/date-picker/src/panel/datetime.d.ts +4 -9
- package/lib/date-picker/src/panel/datetimerange.d.ts +4 -9
- package/lib/date-picker/src/panel/month.d.ts +4 -9
- package/lib/date-picker/src/panel/use-calendar.d.ts +2 -5
- package/lib/date-picker/src/panel/use-calendar.js +8 -7
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +2 -5
- package/lib/date-picker/src/panel/use-dual-calendar.js +12 -13
- package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -5
- package/lib/date-picker/src/panel/use-panel-common.js +2 -6
- package/lib/date-picker/src/styles/index.cssr.js +115 -115
- package/lib/descriptions/src/Descriptions.d.ts +18 -18
- package/lib/descriptions/src/Descriptions.js +19 -20
- package/lib/descriptions/src/styles/index.cssr.js +61 -61
- package/lib/dialog/src/Dialog.d.ts +24 -24
- package/lib/dialog/src/Dialog.js +22 -22
- package/lib/dialog/src/DialogEnvironment.d.ts +2 -2
- package/lib/dialog/src/DialogProvider.d.ts +1 -1
- package/lib/dialog/src/styles/index.cssr.js +45 -45
- package/lib/divider/src/Divider.d.ts +4 -4
- package/lib/divider/src/Divider.js +4 -4
- package/lib/divider/src/styles/index.cssr.js +12 -12
- package/lib/drawer/src/Drawer.d.ts +37 -77
- package/lib/drawer/src/Drawer.js +49 -66
- package/lib/drawer/src/DrawerBodyWrapper.js +21 -13
- package/lib/drawer/src/DrawerContent.js +6 -6
- package/lib/drawer/src/styles/index.cssr.js +41 -40
- package/lib/dropdown/src/Dropdown.d.ts +5 -0
- package/lib/dropdown/src/Dropdown.js +34 -32
- package/lib/dropdown/src/styles/index.cssr.js +59 -59
- package/lib/dynamic-tags/src/DynamicTags.d.ts +1 -1
- package/lib/dynamic-tags/src/DynamicTags.js +1 -1
- package/lib/dynamic-tags/src/styles/index.cssr.js +1 -1
- package/lib/empty/src/Empty.d.ts +19 -15
- package/lib/empty/src/Empty.js +12 -12
- package/lib/empty/src/styles/index.cssr.js +19 -18
- package/lib/form/src/Feedbacks.js +4 -1
- package/lib/form/src/Form.d.ts +34 -34
- package/lib/form/src/Form.js +16 -7
- package/lib/form/src/FormItem.d.ts +54 -49
- package/lib/form/src/FormItem.js +38 -26
- package/lib/form/src/FormItemCol.d.ts +41 -31
- package/lib/form/src/FormItemCol.js +1 -0
- package/lib/form/src/FormItemGridItem.d.ts +41 -31
- package/lib/form/src/FormItemGridItem.js +1 -0
- package/lib/form/src/FormItemRow.d.ts +40 -30
- package/lib/form/src/FormItemRow.js +1 -0
- package/lib/form/src/interface.d.ts +6 -2
- package/lib/form/src/styles/form-item.cssr.js +39 -37
- package/lib/form/src/utils.d.ts +2 -2
- package/lib/form/src/utils.js +29 -18
- package/lib/form/styles/_common.d.ts +0 -3
- package/lib/form/styles/_common.js +0 -3
- package/lib/form/styles/light.d.ts +3 -3
- package/lib/form/styles/light.js +2 -2
- package/lib/gradient-text/src/GradientText.d.ts +5 -5
- package/lib/gradient-text/src/GradientText.js +5 -5
- package/lib/gradient-text/src/styles/index.cssr.js +9 -9
- package/lib/icon/src/Icon.d.ts +6 -6
- package/lib/icon/src/Icon.js +4 -4
- package/lib/icon/src/styles/index.cssr.js +7 -7
- package/lib/image/src/Image.d.ts +279 -10
- package/lib/image/src/Image.js +4 -17
- package/lib/image/src/ImageGroup.d.ts +272 -2
- package/lib/image/src/ImageGroup.js +4 -7
- package/lib/image/src/ImagePreview.d.ts +195 -7
- package/lib/image/src/ImagePreview.js +60 -40
- package/lib/image/src/interface.d.ts +94 -0
- package/lib/image/src/interface.js +3 -0
- package/lib/image/src/styles/index.cssr.js +11 -7
- package/lib/image/styles/dark.js +8 -1
- package/lib/image/styles/light.d.ts +32 -3
- package/lib/image/styles/light.js +8 -1
- package/lib/input/src/Input.d.ts +52 -47
- package/lib/input/src/Input.js +54 -49
- package/lib/input/src/InputGroupLabel.d.ts +8 -8
- package/lib/input/src/InputGroupLabel.js +8 -8
- package/lib/input/src/styles/input-group-label.cssr.js +18 -18
- package/lib/input/src/styles/input.cssr.js +108 -109
- package/lib/input-number/src/InputNumber.d.ts +11 -0
- package/lib/input-number/src/InputNumber.js +5 -2
- package/lib/input-number/src/utils.js +2 -1
- package/lib/layout/src/Layout.d.ts +6 -6
- package/lib/layout/src/Layout.js +3 -3
- package/lib/layout/src/LayoutContent.d.ts +3 -3
- package/lib/layout/src/LayoutFooter.js +7 -7
- package/lib/layout/src/LayoutHeader.js +7 -7
- package/lib/layout/src/LayoutSider.js +13 -13
- package/lib/layout/src/styles/layout-footer.cssr.js +11 -11
- package/lib/layout/src/styles/layout-header.cssr.js +11 -11
- package/lib/layout/src/styles/layout-sider.cssr.js +32 -32
- package/lib/layout/src/styles/layout.cssr.js +8 -8
- package/lib/list/src/List.d.ts +10 -10
- package/lib/list/src/List.js +10 -10
- package/lib/list/src/styles/index.cssr.js +30 -30
- package/lib/loading-bar/src/LoadingBar.d.ts +3 -3
- package/lib/loading-bar/src/LoadingBar.js +3 -3
- package/lib/loading-bar/src/styles/index.cssr.js +7 -7
- package/lib/locales/common/deDE.js +10 -0
- package/lib/locales/common/enUS.d.ts +9 -0
- package/lib/locales/common/enUS.js +10 -0
- package/lib/locales/common/frFR.js +17 -8
- package/lib/locales/common/idID.js +10 -0
- package/lib/locales/common/jaJP.js +10 -0
- package/lib/locales/common/nbNO.js +10 -0
- package/lib/locales/common/ruRU.js +10 -0
- package/lib/locales/common/ukUA.js +10 -0
- package/lib/locales/common/zhCN.js +9 -0
- package/lib/locales/common/zhTW.js +10 -0
- package/lib/log/src/Log.d.ts +6 -6
- package/lib/log/src/Log.js +6 -6
- package/lib/log/src/styles/index.cssr.js +16 -18
- package/lib/mention/src/Mention.d.ts +1 -1
- package/lib/mention/src/Mention.js +1 -1
- package/lib/mention/src/styles/index.cssr.js +2 -2
- package/lib/mention/src/utils.js +0 -1
- package/lib/menu/src/Menu.js +43 -40
- package/lib/menu/src/styles/index.cssr.js +71 -71
- package/lib/message/index.d.ts +2 -1
- package/lib/message/src/Message.d.ts +213 -41
- package/lib/message/src/Message.js +35 -33
- package/lib/message/src/MessageEnvironment.d.ts +3 -3
- package/lib/message/src/MessageProvider.d.ts +5 -10
- package/lib/message/src/MessageProvider.js +1 -1
- package/lib/message/src/message-props.d.ts +5 -2
- package/lib/message/src/styles/index.cssr.js +48 -48
- package/lib/message/src/types.d.ts +15 -0
- package/lib/message/src/types.js +2 -0
- package/lib/modal/src/BodyWrapper.d.ts +11 -2
- package/lib/modal/src/BodyWrapper.js +23 -17
- package/lib/modal/src/Modal.d.ts +19 -8
- package/lib/modal/src/Modal.js +15 -8
- package/lib/modal/src/presetProps.d.ts +2 -1
- package/lib/modal/src/styles/index.cssr.js +8 -8
- package/lib/notification/src/Notification.d.ts +24 -24
- package/lib/notification/src/Notification.js +24 -24
- package/lib/notification/src/styles/index.cssr.js +65 -65
- package/lib/number-animation/index.d.ts +3 -0
- package/lib/number-animation/index.js +8 -0
- package/lib/number-animation/src/NumberAnimation.d.ts +79 -0
- package/lib/number-animation/src/NumberAnimation.js +83 -0
- package/lib/number-animation/src/utils.d.ts +8 -0
- package/lib/number-animation/src/utils.js +21 -0
- package/lib/page-header/index.d.ts +1 -1
- package/lib/page-header/src/PageHeader.d.ts +11 -11
- package/lib/page-header/src/PageHeader.js +10 -10
- package/lib/page-header/src/styles/index.cssr.js +23 -23
- package/lib/pagination/index.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +50 -45
- package/lib/pagination/src/Pagination.js +117 -63
- package/lib/pagination/src/interface.d.ts +10 -1
- package/lib/pagination/src/styles/index.cssr.js +81 -81
- package/lib/pagination/src/utils.d.ts +2 -2
- package/lib/pagination/src/utils.js +2 -4
- package/lib/popconfirm/src/Popconfirm.d.ts +7 -2
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +4 -4
- package/lib/popconfirm/src/PopconfirmPanel.js +4 -4
- package/lib/popconfirm/src/styles/index.cssr.js +8 -8
- package/lib/popover/src/Popover.d.ts +7 -0
- package/lib/popover/src/Popover.js +23 -0
- package/lib/popover/src/PopoverBody.d.ts +5 -0
- package/lib/popover/src/PopoverBody.js +42 -60
- package/lib/popover/src/styles/index.cssr.js +63 -62
- package/lib/popselect/src/Popselect.d.ts +62 -73
- package/lib/popselect/src/Popselect.js +2 -2
- package/lib/progress/src/Circle.d.ts +7 -0
- package/lib/progress/src/Circle.js +8 -1
- package/lib/progress/src/Line.d.ts +2 -2
- package/lib/progress/src/Line.js +4 -1
- package/lib/progress/src/Progress.d.ts +20 -16
- package/lib/progress/src/Progress.js +16 -16
- package/lib/progress/src/styles/index.cssr.js +68 -68
- package/lib/radio/src/Radio.d.ts +15 -15
- package/lib/radio/src/Radio.js +15 -15
- package/lib/radio/src/RadioGroup.d.ts +14 -14
- package/lib/radio/src/RadioGroup.js +14 -14
- package/lib/radio/src/styles/radio-group.cssr.js +43 -43
- package/lib/radio/src/styles/radio.cssr.js +40 -37
- package/lib/rate/src/Rate.d.ts +4 -4
- package/lib/rate/src/Rate.js +4 -4
- package/lib/rate/src/styles/index.cssr.js +11 -11
- package/lib/result/src/Result.d.ts +9 -9
- package/lib/result/src/Result.js +17 -18
- package/lib/result/src/styles/index.cssr.js +26 -26
- package/lib/select/src/Select.d.ts +9 -28
- package/lib/select/src/Select.js +15 -23
- package/lib/select/src/styles/index.cssr.js +2 -2
- package/lib/skeleton/src/Skeleton.d.ts +3 -3
- package/lib/skeleton/src/Skeleton.js +3 -3
- package/lib/skeleton/src/styles/index.cssr.js +12 -12
- package/lib/slider/src/Slider.d.ts +31 -33
- package/lib/slider/src/Slider.js +29 -29
- package/lib/slider/src/styles/index.cssr.js +87 -87
- package/lib/spin/src/Spin.d.ts +5 -5
- package/lib/spin/src/Spin.js +5 -5
- package/lib/spin/src/styles/index.cssr.js +15 -15
- package/lib/statistic/src/Statistic.d.ts +25 -45
- package/lib/statistic/src/Statistic.js +12 -19
- package/lib/statistic/src/styles/index.cssr.js +19 -19
- package/lib/steps/src/Step.d.ts +12 -12
- package/lib/steps/src/Step.js +12 -12
- package/lib/steps/src/styles/index.cssr.js +46 -46
- package/lib/switch/src/Switch.d.ts +19 -19
- package/lib/switch/src/Switch.js +26 -19
- package/lib/switch/src/styles/index.cssr.js +59 -57
- package/lib/table/src/Table.d.ts +21 -21
- package/lib/table/src/Table.js +21 -21
- package/lib/table/src/styles/index.cssr.js +55 -55
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/src/Tabs.d.ts +2 -2
- package/lib/tabs/src/Tabs.js +25 -22
- package/lib/tabs/src/interface.d.ts +3 -0
- package/lib/tabs/src/styles/index.cssr.js +4 -1
- package/lib/tabs/styles/light.js +1 -1
- package/lib/tag/src/Tag.d.ts +27 -26
- package/lib/tag/src/Tag.js +27 -26
- package/lib/tag/src/styles/index.cssr.js +54 -54
- package/lib/tag/src/styles/rtl.cssr.js +1 -1
- package/lib/thing/src/Thing.js +5 -5
- package/lib/thing/src/styles/index.cssr.js +11 -11
- package/lib/time-picker/src/TimePicker.d.ts +41 -21
- package/lib/time-picker/src/TimePicker.js +76 -46
- package/lib/time-picker/src/interface.d.ts +4 -2
- package/lib/time-picker/src/styles/index.cssr.js +47 -47
- package/lib/timeline/src/TimelineItem.d.ts +12 -12
- package/lib/timeline/src/TimelineItem.js +12 -12
- package/lib/timeline/src/styles/index.cssr.js +44 -44
- package/lib/tooltip/src/Tooltip.d.ts +5 -0
- package/lib/transfer/src/Transfer.d.ts +21 -21
- package/lib/transfer/src/Transfer.js +21 -21
- package/lib/transfer/src/TransferList.js +5 -7
- package/lib/transfer/src/styles/index.cssr.js +47 -42
- package/lib/tree/src/Tree.d.ts +16 -12
- package/lib/tree/src/Tree.js +15 -13
- package/lib/tree/src/TreeNodeSwitcher.d.ts +1 -1
- package/lib/tree/src/TreeNodeSwitcher.js +24 -13
- package/lib/tree/src/dnd.js +2 -2
- package/lib/tree/src/interface.d.ts +2 -0
- package/lib/tree/src/styles/index.cssr.js +37 -35
- package/lib/tree-select/src/TreeSelect.d.ts +8 -8
- package/lib/tree-select/src/TreeSelect.js +8 -8
- package/lib/tree-select/src/styles/index.cssr.js +18 -18
- package/lib/typography/src/a.d.ts +2 -2
- package/lib/typography/src/a.js +2 -2
- package/lib/typography/src/blockquote.d.ts +5 -5
- package/lib/typography/src/blockquote.js +5 -5
- package/lib/typography/src/create-header.d.ts +8 -8
- package/lib/typography/src/create-header.js +8 -8
- package/lib/typography/src/headers.d.ts +48 -48
- package/lib/typography/src/hr.d.ts +2 -1
- package/lib/typography/src/hr.js +3 -1
- package/lib/typography/src/ol.d.ts +7 -7
- package/lib/typography/src/ol.js +7 -7
- package/lib/typography/src/p.d.ts +5 -5
- package/lib/typography/src/p.js +5 -5
- package/lib/typography/src/styles/a.cssr.js +6 -6
- package/lib/typography/src/styles/blockquote.cssr.js +11 -11
- package/lib/typography/src/styles/header.cssr.js +19 -19
- package/lib/typography/src/styles/hr.cssr.js +3 -3
- package/lib/typography/src/styles/list.cssr.js +15 -15
- package/lib/typography/src/styles/p.cssr.js +10 -10
- package/lib/typography/src/styles/text.cssr.js +18 -18
- package/lib/typography/src/text.d.ts +8 -7
- package/lib/typography/src/text.js +9 -8
- package/lib/typography/src/ul.d.ts +7 -7
- package/lib/typography/src/ul.js +7 -7
- package/lib/upload/src/Upload.d.ts +16 -7
- package/lib/upload/src/Upload.js +34 -25
- package/lib/upload/src/UploadFile.d.ts +5 -5
- package/lib/upload/src/UploadFileList.js +2 -2
- package/lib/upload/src/interface.d.ts +11 -4
- package/lib/upload/src/styles/index.cssr.js +36 -36
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +52 -43
- package/web-types.json +648 -43
|
@@ -13,14 +13,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
13
13
|
const fade_in_scale_up_cssr_1 = __importDefault(require("../../../_styles/transitions/fade-in-scale-up.cssr"));
|
|
14
14
|
|
|
15
15
|
const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
16
|
-
// --bezier
|
|
17
|
-
// --menu-height
|
|
18
|
-
// --menu-border-radius
|
|
19
|
-
// --menu-box-shadow
|
|
20
|
-
// --menu-color
|
|
21
|
-
// --action-padding
|
|
22
|
-
// --action-text-color
|
|
23
|
-
// --action-divider-color
|
|
16
|
+
// --n-bezier
|
|
17
|
+
// --n-menu-height
|
|
18
|
+
// --n-menu-border-radius
|
|
19
|
+
// --n-menu-box-shadow
|
|
20
|
+
// --n-menu-color
|
|
21
|
+
// --n-action-padding
|
|
22
|
+
// --n-action-text-color
|
|
23
|
+
// --n-action-divider-color
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('tree-select', `
|
|
@@ -32,21 +32,21 @@ exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('tree-select', `
|
|
|
32
32
|
position: relative;
|
|
33
33
|
overflow: hidden;
|
|
34
34
|
margin: 4px 0;
|
|
35
|
-
transition: box-shadow .3s var(--bezier), background-color .3s var(--bezier);
|
|
36
|
-
border-radius: var(--menu-border-radius);
|
|
37
|
-
box-shadow: var(--menu-box-shadow);
|
|
38
|
-
background-color: var(--menu-color);
|
|
35
|
+
transition: box-shadow .3s var(--n-bezier), background-color .3s var(--n-bezier);
|
|
36
|
+
border-radius: var(--n-menu-border-radius);
|
|
37
|
+
box-shadow: var(--n-menu-box-shadow);
|
|
38
|
+
background-color: var(--n-menu-color);
|
|
39
39
|
outline: none;
|
|
40
|
-
`, [(0, cssr_1.cB)('tree', 'max-height: var(--menu-height);'), (0, cssr_1.cE)('empty', `
|
|
40
|
+
`, [(0, cssr_1.cB)('tree', 'max-height: var(--n-menu-height);'), (0, cssr_1.cE)('empty', `
|
|
41
41
|
display: flex;
|
|
42
42
|
padding: 12px 32px;
|
|
43
43
|
flex: 1;
|
|
44
44
|
justify-content: center;
|
|
45
45
|
`), (0, cssr_1.cE)('action', `
|
|
46
|
-
padding: var(--action-padding);
|
|
46
|
+
padding: var(--n-action-padding);
|
|
47
47
|
transition:
|
|
48
|
-
color .3s var(--bezier);
|
|
49
|
-
border-color .3s var(--bezier);
|
|
50
|
-
border-top: 1px solid var(--action-divider-color);
|
|
51
|
-
color: var(--action-text-color);
|
|
48
|
+
color .3s var(--n-bezier);
|
|
49
|
+
border-color .3s var(--n-bezier);
|
|
50
|
+
border-top: 1px solid var(--n-action-divider-color);
|
|
51
|
+
color: var(--n-action-text-color);
|
|
52
52
|
`), (0, fade_in_scale_up_cssr_1.default)()])]);
|
|
@@ -402,8 +402,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
402
402
|
}, {
|
|
403
403
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
404
404
|
cssVars: import("vue").ComputedRef<{
|
|
405
|
-
'--text-color': string;
|
|
406
|
-
'--bezier': string;
|
|
405
|
+
'--n-text-color': string;
|
|
406
|
+
'--n-bezier': string;
|
|
407
407
|
}>;
|
|
408
408
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
409
409
|
readonly theme?: unknown;
|
package/lib/typography/src/a.js
CHANGED
|
@@ -19,8 +19,8 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
19
19
|
cssVars: (0, vue_1.computed)(() => {
|
|
20
20
|
const { common: { cubicBezierEaseInOut }, self: { aTextColor } } = themeRef.value;
|
|
21
21
|
return {
|
|
22
|
-
'--text-color': aTextColor,
|
|
23
|
-
'--bezier': cubicBezierEaseInOut
|
|
22
|
+
'--n-text-color': aTextColor,
|
|
23
|
+
'--n-bezier': cubicBezierEaseInOut
|
|
24
24
|
};
|
|
25
25
|
})
|
|
26
26
|
};
|
|
@@ -404,11 +404,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
404
404
|
}, {
|
|
405
405
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
406
406
|
cssVars: import("vue").ComputedRef<{
|
|
407
|
-
'--bezier': string;
|
|
408
|
-
'--font-size': string;
|
|
409
|
-
'--line-height': string;
|
|
410
|
-
'--prefix-color': string;
|
|
411
|
-
'--text-color': string;
|
|
407
|
+
'--n-bezier': string;
|
|
408
|
+
'--n-font-size': string;
|
|
409
|
+
'--n-line-height': string;
|
|
410
|
+
'--n-prefix-color': string;
|
|
411
|
+
'--n-text-color': string;
|
|
412
412
|
}>;
|
|
413
413
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
414
414
|
readonly alignText?: unknown;
|
|
@@ -19,11 +19,11 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
19
19
|
cssVars: (0, vue_1.computed)(() => {
|
|
20
20
|
const { common: { cubicBezierEaseInOut }, self: { blockquoteTextColor, blockquotePrefixColor, blockquoteLineHeight, blockquoteFontSize } } = themeRef.value;
|
|
21
21
|
return {
|
|
22
|
-
'--bezier': cubicBezierEaseInOut,
|
|
23
|
-
'--font-size': blockquoteFontSize,
|
|
24
|
-
'--line-height': blockquoteLineHeight,
|
|
25
|
-
'--prefix-color': blockquotePrefixColor,
|
|
26
|
-
'--text-color': blockquoteTextColor
|
|
22
|
+
'--n-bezier': cubicBezierEaseInOut,
|
|
23
|
+
'--n-font-size': blockquoteFontSize,
|
|
24
|
+
'--n-line-height': blockquoteLineHeight,
|
|
25
|
+
'--n-prefix-color': blockquotePrefixColor,
|
|
26
|
+
'--n-text-color': blockquoteTextColor
|
|
27
27
|
};
|
|
28
28
|
})
|
|
29
29
|
};
|
|
@@ -415,14 +415,14 @@ declare const _default: (level: '1' | '2' | '3' | '4' | '5' | '6') => import("vu
|
|
|
415
415
|
}, {
|
|
416
416
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
417
417
|
cssVars: import("vue").ComputedRef<{
|
|
418
|
-
'--bezier': string;
|
|
419
|
-
'--font-size': string;
|
|
420
|
-
'--margin': string;
|
|
421
|
-
'--bar-color': string;
|
|
422
|
-
'--bar-width': string;
|
|
423
|
-
'--font-weight': string;
|
|
424
|
-
'--text-color': string;
|
|
425
|
-
'--prefix-width': string;
|
|
418
|
+
'--n-bezier': string;
|
|
419
|
+
'--n-font-size': string;
|
|
420
|
+
'--n-margin': string;
|
|
421
|
+
'--n-bar-color': string;
|
|
422
|
+
'--n-bar-width': string;
|
|
423
|
+
'--n-font-weight': string;
|
|
424
|
+
'--n-text-color': string;
|
|
425
|
+
'--n-prefix-width': string;
|
|
426
426
|
}>;
|
|
427
427
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
428
428
|
readonly type?: unknown;
|
|
@@ -25,14 +25,14 @@ exports.default = (level) => (0, vue_1.defineComponent)({
|
|
|
25
25
|
const { type } = props;
|
|
26
26
|
const { common: { cubicBezierEaseInOut }, self: { headerFontWeight, headerTextColor, [(0, _utils_1.createKey)('headerPrefixWidth', level)]: prefixWidth, [(0, _utils_1.createKey)('headerFontSize', level)]: fontSize, [(0, _utils_1.createKey)('headerMargin', level)]: margin, [(0, _utils_1.createKey)('headerBarWidth', level)]: barWidth, [(0, _utils_1.createKey)('headerBarColor', type)]: barColor } } = themeRef.value;
|
|
27
27
|
return {
|
|
28
|
-
'--bezier': cubicBezierEaseInOut,
|
|
29
|
-
'--font-size': fontSize,
|
|
30
|
-
'--margin': margin,
|
|
31
|
-
'--bar-color': barColor,
|
|
32
|
-
'--bar-width': barWidth,
|
|
33
|
-
'--font-weight': headerFontWeight,
|
|
34
|
-
'--text-color': headerTextColor,
|
|
35
|
-
'--prefix-width': prefixWidth
|
|
28
|
+
'--n-bezier': cubicBezierEaseInOut,
|
|
29
|
+
'--n-font-size': fontSize,
|
|
30
|
+
'--n-margin': margin,
|
|
31
|
+
'--n-bar-color': barColor,
|
|
32
|
+
'--n-bar-width': barWidth,
|
|
33
|
+
'--n-font-weight': headerFontWeight,
|
|
34
|
+
'--n-text-color': headerTextColor,
|
|
35
|
+
'--n-prefix-width': prefixWidth
|
|
36
36
|
};
|
|
37
37
|
})
|
|
38
38
|
};
|
|
@@ -206,14 +206,14 @@ export declare const NH1: import("vue").DefineComponent<{
|
|
|
206
206
|
}, {
|
|
207
207
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
208
208
|
cssVars: import("vue").ComputedRef<{
|
|
209
|
-
'--bezier': string;
|
|
210
|
-
'--font-size': string;
|
|
211
|
-
'--margin': string;
|
|
212
|
-
'--bar-color': string;
|
|
213
|
-
'--bar-width': string;
|
|
214
|
-
'--font-weight': string;
|
|
215
|
-
'--text-color': string;
|
|
216
|
-
'--prefix-width': string;
|
|
209
|
+
'--n-bezier': string;
|
|
210
|
+
'--n-font-size': string;
|
|
211
|
+
'--n-margin': string;
|
|
212
|
+
'--n-bar-color': string;
|
|
213
|
+
'--n-bar-width': string;
|
|
214
|
+
'--n-font-weight': string;
|
|
215
|
+
'--n-text-color': string;
|
|
216
|
+
'--n-prefix-width': string;
|
|
217
217
|
}>;
|
|
218
218
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
219
219
|
readonly type?: unknown;
|
|
@@ -637,14 +637,14 @@ export declare const NH2: import("vue").DefineComponent<{
|
|
|
637
637
|
}, {
|
|
638
638
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
639
639
|
cssVars: import("vue").ComputedRef<{
|
|
640
|
-
'--bezier': string;
|
|
641
|
-
'--font-size': string;
|
|
642
|
-
'--margin': string;
|
|
643
|
-
'--bar-color': string;
|
|
644
|
-
'--bar-width': string;
|
|
645
|
-
'--font-weight': string;
|
|
646
|
-
'--text-color': string;
|
|
647
|
-
'--prefix-width': string;
|
|
640
|
+
'--n-bezier': string;
|
|
641
|
+
'--n-font-size': string;
|
|
642
|
+
'--n-margin': string;
|
|
643
|
+
'--n-bar-color': string;
|
|
644
|
+
'--n-bar-width': string;
|
|
645
|
+
'--n-font-weight': string;
|
|
646
|
+
'--n-text-color': string;
|
|
647
|
+
'--n-prefix-width': string;
|
|
648
648
|
}>;
|
|
649
649
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
650
650
|
readonly type?: unknown;
|
|
@@ -1068,14 +1068,14 @@ export declare const NH3: import("vue").DefineComponent<{
|
|
|
1068
1068
|
}, {
|
|
1069
1069
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1070
1070
|
cssVars: import("vue").ComputedRef<{
|
|
1071
|
-
'--bezier': string;
|
|
1072
|
-
'--font-size': string;
|
|
1073
|
-
'--margin': string;
|
|
1074
|
-
'--bar-color': string;
|
|
1075
|
-
'--bar-width': string;
|
|
1076
|
-
'--font-weight': string;
|
|
1077
|
-
'--text-color': string;
|
|
1078
|
-
'--prefix-width': string;
|
|
1071
|
+
'--n-bezier': string;
|
|
1072
|
+
'--n-font-size': string;
|
|
1073
|
+
'--n-margin': string;
|
|
1074
|
+
'--n-bar-color': string;
|
|
1075
|
+
'--n-bar-width': string;
|
|
1076
|
+
'--n-font-weight': string;
|
|
1077
|
+
'--n-text-color': string;
|
|
1078
|
+
'--n-prefix-width': string;
|
|
1079
1079
|
}>;
|
|
1080
1080
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
1081
1081
|
readonly type?: unknown;
|
|
@@ -1499,14 +1499,14 @@ export declare const NH4: import("vue").DefineComponent<{
|
|
|
1499
1499
|
}, {
|
|
1500
1500
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1501
1501
|
cssVars: import("vue").ComputedRef<{
|
|
1502
|
-
'--bezier': string;
|
|
1503
|
-
'--font-size': string;
|
|
1504
|
-
'--margin': string;
|
|
1505
|
-
'--bar-color': string;
|
|
1506
|
-
'--bar-width': string;
|
|
1507
|
-
'--font-weight': string;
|
|
1508
|
-
'--text-color': string;
|
|
1509
|
-
'--prefix-width': string;
|
|
1502
|
+
'--n-bezier': string;
|
|
1503
|
+
'--n-font-size': string;
|
|
1504
|
+
'--n-margin': string;
|
|
1505
|
+
'--n-bar-color': string;
|
|
1506
|
+
'--n-bar-width': string;
|
|
1507
|
+
'--n-font-weight': string;
|
|
1508
|
+
'--n-text-color': string;
|
|
1509
|
+
'--n-prefix-width': string;
|
|
1510
1510
|
}>;
|
|
1511
1511
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
1512
1512
|
readonly type?: unknown;
|
|
@@ -1930,14 +1930,14 @@ export declare const NH5: import("vue").DefineComponent<{
|
|
|
1930
1930
|
}, {
|
|
1931
1931
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1932
1932
|
cssVars: import("vue").ComputedRef<{
|
|
1933
|
-
'--bezier': string;
|
|
1934
|
-
'--font-size': string;
|
|
1935
|
-
'--margin': string;
|
|
1936
|
-
'--bar-color': string;
|
|
1937
|
-
'--bar-width': string;
|
|
1938
|
-
'--font-weight': string;
|
|
1939
|
-
'--text-color': string;
|
|
1940
|
-
'--prefix-width': string;
|
|
1933
|
+
'--n-bezier': string;
|
|
1934
|
+
'--n-font-size': string;
|
|
1935
|
+
'--n-margin': string;
|
|
1936
|
+
'--n-bar-color': string;
|
|
1937
|
+
'--n-bar-width': string;
|
|
1938
|
+
'--n-font-weight': string;
|
|
1939
|
+
'--n-text-color': string;
|
|
1940
|
+
'--n-prefix-width': string;
|
|
1941
1941
|
}>;
|
|
1942
1942
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
1943
1943
|
readonly type?: unknown;
|
|
@@ -2361,14 +2361,14 @@ export declare const NH6: import("vue").DefineComponent<{
|
|
|
2361
2361
|
}, {
|
|
2362
2362
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2363
2363
|
cssVars: import("vue").ComputedRef<{
|
|
2364
|
-
'--bezier': string;
|
|
2365
|
-
'--font-size': string;
|
|
2366
|
-
'--margin': string;
|
|
2367
|
-
'--bar-color': string;
|
|
2368
|
-
'--bar-width': string;
|
|
2369
|
-
'--font-weight': string;
|
|
2370
|
-
'--text-color': string;
|
|
2371
|
-
'--prefix-width': string;
|
|
2364
|
+
'--n-bezier': string;
|
|
2365
|
+
'--n-font-size': string;
|
|
2366
|
+
'--n-margin': string;
|
|
2367
|
+
'--n-bar-color': string;
|
|
2368
|
+
'--n-bar-width': string;
|
|
2369
|
+
'--n-font-weight': string;
|
|
2370
|
+
'--n-text-color': string;
|
|
2371
|
+
'--n-prefix-width': string;
|
|
2372
2372
|
}>;
|
|
2373
2373
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
2374
2374
|
readonly type?: unknown;
|
|
@@ -200,7 +200,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
200
200
|
}, {
|
|
201
201
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
202
202
|
cssVars: import("vue").ComputedRef<{
|
|
203
|
-
'--
|
|
203
|
+
'--n-bezier': string;
|
|
204
|
+
'--n-color': string;
|
|
204
205
|
}>;
|
|
205
206
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
206
207
|
theme?: unknown;
|
package/lib/typography/src/hr.js
CHANGED
|
@@ -16,8 +16,10 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
16
16
|
return {
|
|
17
17
|
mergedClsPrefix: mergedClsPrefixRef,
|
|
18
18
|
cssVars: (0, vue_1.computed)(() => {
|
|
19
|
+
const { common: { cubicBezierEaseInOut }, self: { hrColor } } = themeRef.value;
|
|
19
20
|
return {
|
|
20
|
-
'--
|
|
21
|
+
'--n-bezier': cubicBezierEaseInOut,
|
|
22
|
+
'--n-color': hrColor
|
|
21
23
|
};
|
|
22
24
|
})
|
|
23
25
|
};
|
|
@@ -404,13 +404,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
404
404
|
}, {
|
|
405
405
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
406
406
|
cssVars: import("vue").ComputedRef<{
|
|
407
|
-
'--bezier': string;
|
|
408
|
-
'--font-size': string;
|
|
409
|
-
'--line-height': string;
|
|
410
|
-
'--text-color': string;
|
|
411
|
-
'--li-margin': string;
|
|
412
|
-
'--ol-padding': string;
|
|
413
|
-
'--ul-padding': string;
|
|
407
|
+
'--n-bezier': string;
|
|
408
|
+
'--n-font-size': string;
|
|
409
|
+
'--n-line-height': string;
|
|
410
|
+
'--n-text-color': string;
|
|
411
|
+
'--n-li-margin': string;
|
|
412
|
+
'--n-ol-padding': string;
|
|
413
|
+
'--n-ul-padding': string;
|
|
414
414
|
}>;
|
|
415
415
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
416
416
|
alignText?: unknown;
|
package/lib/typography/src/ol.js
CHANGED
|
@@ -19,13 +19,13 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
19
19
|
cssVars: (0, vue_1.computed)(() => {
|
|
20
20
|
const { common: { cubicBezierEaseInOut }, self: { olPadding, ulPadding, liMargin, liTextColor, liLineHeight, liFontSize } } = themeRef.value;
|
|
21
21
|
return {
|
|
22
|
-
'--bezier': cubicBezierEaseInOut,
|
|
23
|
-
'--font-size': liFontSize,
|
|
24
|
-
'--line-height': liLineHeight,
|
|
25
|
-
'--text-color': liTextColor,
|
|
26
|
-
'--li-margin': liMargin,
|
|
27
|
-
'--ol-padding': olPadding,
|
|
28
|
-
'--ul-padding': ulPadding
|
|
22
|
+
'--n-bezier': cubicBezierEaseInOut,
|
|
23
|
+
'--n-font-size': liFontSize,
|
|
24
|
+
'--n-line-height': liLineHeight,
|
|
25
|
+
'--n-text-color': liTextColor,
|
|
26
|
+
'--n-li-margin': liMargin,
|
|
27
|
+
'--n-ol-padding': olPadding,
|
|
28
|
+
'--n-ul-padding': ulPadding
|
|
29
29
|
};
|
|
30
30
|
})
|
|
31
31
|
};
|
|
@@ -405,11 +405,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
405
405
|
}, {
|
|
406
406
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
407
407
|
cssVars: import("vue").ComputedRef<{
|
|
408
|
-
'--bezier': string;
|
|
409
|
-
'--font-size': string;
|
|
410
|
-
'--line-height': string;
|
|
411
|
-
'--margin': string;
|
|
412
|
-
'--text-color': string;
|
|
408
|
+
'--n-bezier': string;
|
|
409
|
+
'--n-font-size': string;
|
|
410
|
+
'--n-line-height': string;
|
|
411
|
+
'--n-margin': string;
|
|
412
|
+
'--n-text-color': string;
|
|
413
413
|
}>;
|
|
414
414
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
415
415
|
depth?: unknown;
|
package/lib/typography/src/p.js
CHANGED
|
@@ -21,11 +21,11 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
21
21
|
const typeSafeDepth = depth || '1';
|
|
22
22
|
const { common: { cubicBezierEaseInOut }, self: { pFontSize, pLineHeight, pMargin, pTextColor, [`pTextColor${typeSafeDepth}Depth`]: depthTextColor } } = themeRef.value;
|
|
23
23
|
return {
|
|
24
|
-
'--bezier': cubicBezierEaseInOut,
|
|
25
|
-
'--font-size': pFontSize,
|
|
26
|
-
'--line-height': pLineHeight,
|
|
27
|
-
'--margin': pMargin,
|
|
28
|
-
'--text-color': depth === undefined ? pTextColor : depthTextColor
|
|
24
|
+
'--n-bezier': cubicBezierEaseInOut,
|
|
25
|
+
'--n-font-size': pFontSize,
|
|
26
|
+
'--n-line-height': pLineHeight,
|
|
27
|
+
'--n-margin': pMargin,
|
|
28
|
+
'--n-text-color': depth === undefined ? pTextColor : depthTextColor
|
|
29
29
|
};
|
|
30
30
|
})
|
|
31
31
|
};
|
|
@@ -5,15 +5,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
|
|
7
7
|
const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
8
|
-
// --text-color
|
|
9
|
-
// --bezier
|
|
8
|
+
// --n-text-color
|
|
9
|
+
// --n-bezier
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
exports.default = (0, cssr_1.cB)('a', `
|
|
13
13
|
cursor: pointer;
|
|
14
14
|
transition:
|
|
15
|
-
color .3s var(--bezier),
|
|
16
|
-
text-decoration-color .3s var(--bezier);
|
|
17
|
-
text-decoration-color: var(--text-color);
|
|
18
|
-
color: var(--text-color);
|
|
15
|
+
color .3s var(--n-bezier),
|
|
16
|
+
text-decoration-color .3s var(--n-bezier);
|
|
17
|
+
text-decoration-color: var(--n-text-color);
|
|
18
|
+
color: var(--n-text-color);
|
|
19
19
|
`);
|
|
@@ -5,26 +5,26 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
|
|
7
7
|
const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
8
|
-
// --bezier
|
|
9
|
-
// --font-size
|
|
10
|
-
// --line-height
|
|
11
|
-
// --prefix-color
|
|
12
|
-
// --text-color
|
|
8
|
+
// --n-bezier
|
|
9
|
+
// --n-font-size
|
|
10
|
+
// --n-line-height
|
|
11
|
+
// --n-prefix-color
|
|
12
|
+
// --n-text-color
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
exports.default = (0, cssr_1.cB)('blockquote', `
|
|
16
|
-
font-size: var(--font-size);
|
|
17
|
-
line-height: var(--line-height);
|
|
16
|
+
font-size: var(--n-font-size);
|
|
17
|
+
line-height: var(--n-line-height);
|
|
18
18
|
margin: 0;
|
|
19
19
|
margin-top: 12px;
|
|
20
20
|
margin-bottom: 12px;
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
padding-left: 12px;
|
|
23
|
-
border-left: 4px solid var(--prefix-color);
|
|
24
|
-
color: var(--text-color);
|
|
23
|
+
border-left: 4px solid var(--n-prefix-color);
|
|
24
|
+
color: var(--n-text-color);
|
|
25
25
|
transition:
|
|
26
|
-
color .3s var(--bezier),
|
|
27
|
-
border-color .3s var(--bezier);
|
|
26
|
+
color .3s var(--n-bezier),
|
|
27
|
+
border-color .3s var(--n-bezier);
|
|
28
28
|
`, [(0, cssr_1.c)('&:first-child', {
|
|
29
29
|
marginTop: 0
|
|
30
30
|
}), (0, cssr_1.c)('&:last-child', {
|
|
@@ -5,40 +5,40 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
|
|
7
7
|
const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
8
|
-
// --bezier
|
|
9
|
-
// --font-size
|
|
10
|
-
// --margin
|
|
11
|
-
// --bar-color
|
|
12
|
-
// --bar-width
|
|
13
|
-
// --font-weight
|
|
14
|
-
// --text-color
|
|
15
|
-
// --prefix-width
|
|
8
|
+
// --n-bezier
|
|
9
|
+
// --n-font-size
|
|
10
|
+
// --n-margin
|
|
11
|
+
// --n-bar-color
|
|
12
|
+
// --n-bar-width
|
|
13
|
+
// --n-font-weight
|
|
14
|
+
// --n-text-color
|
|
15
|
+
// --n-prefix-width
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
exports.default = (0, cssr_1.cB)('h', `
|
|
19
|
-
font-size: var(--font-size);
|
|
20
|
-
font-weight: var(--font-weight);
|
|
21
|
-
margin: var(--margin);
|
|
22
|
-
transition: color .3s var(--bezier);
|
|
23
|
-
color: var(--text-color);
|
|
19
|
+
font-size: var(--n-font-size);
|
|
20
|
+
font-weight: var(--n-font-weight);
|
|
21
|
+
margin: var(--n-margin);
|
|
22
|
+
transition: color .3s var(--n-bezier);
|
|
23
|
+
color: var(--n-text-color);
|
|
24
24
|
`, [(0, cssr_1.c)('&:first-child', {
|
|
25
25
|
marginTop: 0
|
|
26
26
|
}), (0, cssr_1.cM)('prefix-bar', {
|
|
27
27
|
position: 'relative',
|
|
28
|
-
paddingLeft: 'var(--prefix-width)'
|
|
28
|
+
paddingLeft: 'var(--n-prefix-width)'
|
|
29
29
|
}, [(0, cssr_1.cM)('align-text', {
|
|
30
30
|
paddingLeft: 0
|
|
31
31
|
}, [(0, cssr_1.c)('&::before', {
|
|
32
|
-
left: 'calc(-1 * var(--prefix-width))'
|
|
32
|
+
left: 'calc(-1 * var(--n-prefix-width))'
|
|
33
33
|
})]), (0, cssr_1.c)('&::before', `
|
|
34
34
|
content: "";
|
|
35
|
-
width: var(--bar-width);
|
|
36
|
-
border-radius: calc(var(--bar-width) / 2);
|
|
37
|
-
transition: background-color .3s var(--bezier);
|
|
35
|
+
width: var(--n-bar-width);
|
|
36
|
+
border-radius: calc(var(--n-bar-width) / 2);
|
|
37
|
+
transition: background-color .3s var(--n-bezier);
|
|
38
38
|
left: 0;
|
|
39
39
|
top: 0;
|
|
40
40
|
bottom: 0;
|
|
41
41
|
position: absolute;
|
|
42
42
|
`), (0, cssr_1.c)('&::before', {
|
|
43
|
-
backgroundColor: 'var(--bar-color)'
|
|
43
|
+
backgroundColor: 'var(--n-bar-color)'
|
|
44
44
|
})])]);
|
|
@@ -5,14 +5,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
|
|
7
7
|
const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
8
|
-
// --color
|
|
8
|
+
// --n-color
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
exports.default = (0, cssr_1.cB)('hr', `
|
|
12
12
|
margin: 12px 0;
|
|
13
|
-
transition: border-color .3s var(--bezier);
|
|
13
|
+
transition: border-color .3s var(--n-bezier);
|
|
14
14
|
border-left: none;
|
|
15
15
|
border-right: none;
|
|
16
16
|
border-bottom: none;
|
|
17
|
-
border-top: 1px solid var(--color);
|
|
17
|
+
border-top: 1px solid var(--n-color);
|
|
18
18
|
`);
|
|
@@ -7,33 +7,33 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
const cssr_1 = require("../../../_utils/cssr");
|
|
8
8
|
|
|
9
9
|
const liStyle = (0, cssr_1.c)('li', {
|
|
10
|
-
transition: 'color .3s var(--bezier)',
|
|
11
|
-
lineHeight: 'var(--line-height)',
|
|
12
|
-
margin: 'var(--li-margin)',
|
|
10
|
+
transition: 'color .3s var(--n-bezier)',
|
|
11
|
+
lineHeight: 'var(--n-line-height)',
|
|
12
|
+
margin: 'var(--n-li-margin)',
|
|
13
13
|
marginBottom: 0,
|
|
14
|
-
color: 'var(--text-color)'
|
|
14
|
+
color: 'var(--n-text-color)'
|
|
15
15
|
});
|
|
16
16
|
const childStyle = [(0, cssr_1.c)('&:first-child', `
|
|
17
17
|
margin-top: 0;
|
|
18
18
|
`), (0, cssr_1.c)('&:last-child', `
|
|
19
19
|
margin-bottom: 0;
|
|
20
20
|
`)]; // vars:
|
|
21
|
-
// --bezier
|
|
22
|
-
// --font-size
|
|
23
|
-
// --line-height
|
|
24
|
-
// --text-color
|
|
25
|
-
// --li-margin
|
|
26
|
-
// --ol-padding
|
|
27
|
-
// --ul-padding
|
|
21
|
+
// --n-bezier
|
|
22
|
+
// --n-font-size
|
|
23
|
+
// --n-line-height
|
|
24
|
+
// --n-text-color
|
|
25
|
+
// --n-li-margin
|
|
26
|
+
// --n-ol-padding
|
|
27
|
+
// --n-ul-padding
|
|
28
28
|
|
|
29
29
|
exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('ol', {
|
|
30
|
-
fontSize: 'var(--font-size)',
|
|
31
|
-
padding: 'var(--ol-padding)'
|
|
30
|
+
fontSize: 'var(--n-font-size)',
|
|
31
|
+
padding: 'var(--n-ol-padding)'
|
|
32
32
|
}, [(0, cssr_1.cM)('align-text', {
|
|
33
33
|
paddingLeft: 0
|
|
34
34
|
}), liStyle, childStyle]), (0, cssr_1.cB)('ul', {
|
|
35
|
-
fontSize: 'var(--font-size)',
|
|
36
|
-
padding: 'var(--ul-padding)'
|
|
35
|
+
fontSize: 'var(--n-font-size)',
|
|
36
|
+
padding: 'var(--n-ul-padding)'
|
|
37
37
|
}, [(0, cssr_1.cM)('align-text', {
|
|
38
38
|
paddingLeft: 0
|
|
39
39
|
}), liStyle, childStyle])]);
|
|
@@ -5,18 +5,18 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
|
|
7
7
|
const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
8
|
-
// --bezier
|
|
9
|
-
// --font-size
|
|
10
|
-
// --line-height
|
|
11
|
-
// --margin
|
|
12
|
-
// --text-color
|
|
8
|
+
// --n-bezier
|
|
9
|
+
// --n-font-size
|
|
10
|
+
// --n-line-height
|
|
11
|
+
// --n-margin
|
|
12
|
+
// --n-text-color
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
exports.default = (0, cssr_1.cB)('p', `
|
|
16
16
|
box-sizing: border-box;
|
|
17
|
-
transition: color .3s var(--bezier);
|
|
18
|
-
margin: var(--margin);
|
|
19
|
-
font-size: var(--font-size);
|
|
20
|
-
line-height: var(--line-height);
|
|
21
|
-
color: var(--text-color);
|
|
17
|
+
transition: color .3s var(--n-bezier);
|
|
18
|
+
margin: var(--n-margin);
|
|
19
|
+
font-size: var(--n-font-size);
|
|
20
|
+
line-height: var(--n-line-height);
|
|
21
|
+
color: var(--n-text-color);
|
|
22
22
|
`, [(0, cssr_1.c)('&:first-child', 'margin-top: 0;'), (0, cssr_1.c)('&:last-child', 'margin-bottom: 0;')]);
|