@arco-design/mobile-react 2.29.6 → 2.30.1
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/CHANGELOG.md +24 -0
- package/README.en-US.md +2 -2
- package/README.md +2 -2
- package/cjs/_helpers/hooks.d.ts +242 -2
- package/cjs/_helpers/hooks.js +267 -10
- package/cjs/_helpers/index.d.ts +78 -1
- package/cjs/_helpers/index.js +87 -8
- package/cjs/action-sheet/demo/style/css/mobile.css +514 -1
- package/cjs/action-sheet/demo/style/mobile.less +32 -0
- package/cjs/action-sheet/style/css/index.css +597 -2
- package/cjs/action-sheet/style/index.less +62 -0
- package/cjs/avatar/demo/style/css/mobile.css +518 -1
- package/cjs/avatar/demo/style/mobile.less +41 -1
- package/cjs/avatar/style/css/index.css +529 -3
- package/cjs/avatar/style/index.less +54 -1
- package/cjs/badge/demo/style/css/mobile.css +520 -1
- package/cjs/badge/demo/style/mobile.less +40 -0
- package/cjs/badge/style/css/index.css +518 -1
- package/cjs/badge/style/index.less +36 -0
- package/cjs/button/demo/style/css/mobile.css +510 -0
- package/cjs/button/demo/style/mobile.less +25 -0
- package/cjs/button/style/css/index.css +616 -39
- package/cjs/button/style/index.less +135 -25
- package/cjs/carousel/demo/style/css/mobile.css +514 -0
- package/cjs/carousel/demo/style/mobile.less +33 -0
- package/cjs/carousel/index.js +3 -1
- package/cjs/carousel/style/css/index.css +525 -3
- package/cjs/carousel/style/index.less +55 -0
- package/cjs/cell/demo/style/css/mobile.css +521 -0
- package/cjs/cell/demo/style/mobile.less +46 -0
- package/cjs/cell/style/css/index.css +707 -2
- package/cjs/cell/style/index.less +96 -0
- package/cjs/checkbox/demo/style/css/mobile.css +510 -0
- package/cjs/checkbox/demo/style/mobile.less +25 -0
- package/cjs/checkbox/style/css/index.css +535 -4
- package/cjs/checkbox/style/index.less +61 -0
- package/cjs/circle-progress/demo/style/css/mobile.css +510 -0
- package/cjs/circle-progress/demo/style/mobile.less +25 -0
- package/cjs/circle-progress/style/css/index.css +527 -3
- package/cjs/circle-progress/style/index.less +49 -0
- package/cjs/collapse/demo/style/css/mobile.css +510 -0
- package/cjs/collapse/demo/style/mobile.less +25 -0
- package/cjs/collapse/style/css/index.css +557 -1
- package/cjs/collapse/style/index.less +53 -0
- package/cjs/context-provider/demo/style/css/mobile.css +510 -0
- package/cjs/context-provider/demo/style/mobile.less +25 -0
- package/cjs/context-provider/index.d.ts +14 -3
- package/cjs/context-provider/index.js +47 -7
- package/cjs/count-down/demo/style/css/mobile.css +518 -2
- package/cjs/count-down/demo/style/mobile.less +39 -0
- package/cjs/count-down/style/css/index.css +513 -0
- package/cjs/count-down/style/index.less +30 -0
- package/cjs/date-picker/demo/style/css/mobile.css +510 -0
- package/cjs/date-picker/demo/style/mobile.less +25 -0
- package/cjs/date-picker/style/css/index.css +510 -0
- package/cjs/date-picker/style/index.less +25 -0
- package/cjs/dialog/demo/style/css/mobile.css +522 -2
- package/cjs/dialog/demo/style/mobile.less +46 -1
- package/cjs/dialog/style/css/index.css +645 -4
- package/cjs/dialog/style/index.less +102 -0
- package/cjs/divider/demo/style/css/mobile.css +510 -1
- package/cjs/divider/demo/style/mobile.less +26 -2
- package/cjs/divider/style/css/index.css +516 -0
- package/cjs/divider/style/index.less +44 -9
- package/cjs/dropdown/demo/style/css/mobile.css +510 -0
- package/cjs/dropdown/demo/style/mobile.less +25 -0
- package/cjs/dropdown/style/css/index.css +542 -6
- package/cjs/dropdown/style/index.less +69 -0
- package/cjs/dropdown-menu/demo/style/css/mobile.css +510 -0
- package/cjs/dropdown-menu/demo/style/mobile.less +25 -0
- package/cjs/dropdown-menu/style/css/index.css +566 -3
- package/cjs/dropdown-menu/style/index.less +62 -0
- package/cjs/ellipsis/demo/style/css/mobile.css +519 -1
- package/cjs/ellipsis/demo/style/mobile.less +39 -0
- package/cjs/ellipsis/style/css/index.css +514 -0
- package/cjs/ellipsis/style/index.less +32 -0
- package/cjs/form/form-item.js +15 -7
- package/cjs/form/style/css/index.css +538 -5
- package/cjs/form/style/index.less +66 -3
- package/cjs/form/type.d.ts +3 -2
- package/cjs/form/utils.d.ts +1 -0
- package/cjs/form/utils.js +6 -2
- package/cjs/grid/demo/style/css/mobile.css +525 -3
- package/cjs/grid/demo/style/mobile.less +47 -0
- package/cjs/grid/style/css/index.css +519 -0
- package/cjs/grid/style/index.less +48 -0
- package/cjs/image/demo/style/css/mobile.css +510 -0
- package/cjs/image/demo/style/mobile.less +25 -0
- package/cjs/image/style/css/index.css +551 -7
- package/cjs/image/style/index.less +54 -0
- package/cjs/image-picker/demo/style/css/mobile.css +510 -0
- package/cjs/image-picker/demo/style/mobile.less +25 -0
- package/cjs/image-picker/style/css/index.css +529 -4
- package/cjs/image-picker/style/index.less +54 -0
- package/cjs/image-preview/demo/style/css/mobile.css +510 -0
- package/cjs/image-preview/demo/style/mobile.less +25 -0
- package/cjs/image-preview/style/css/index.css +530 -5
- package/cjs/image-preview/style/index.less +37 -0
- package/cjs/index-bar/demo/style/css/mobile.css +510 -0
- package/cjs/index-bar/demo/style/mobile.less +25 -0
- package/cjs/index-bar/style/css/index.css +572 -8
- package/cjs/index-bar/style/index.less +67 -0
- package/cjs/input/demo/style/css/mobile.css +538 -7
- package/cjs/input/demo/style/mobile.less +63 -6
- package/cjs/input/style/css/index.css +589 -2
- package/cjs/input/style/index.less +87 -0
- package/cjs/keyboard/demo/style/css/mobile.css +516 -0
- package/cjs/keyboard/demo/style/mobile.less +35 -1
- package/cjs/keyboard/style/css/index.css +526 -2
- package/cjs/keyboard/style/index.less +51 -0
- package/cjs/load-more/demo/style/css/mobile.css +513 -0
- package/cjs/load-more/demo/style/mobile.less +30 -0
- package/cjs/load-more/style/css/index.css +513 -0
- package/cjs/load-more/style/index.less +30 -0
- package/cjs/loading/demo/style/css/mobile.css +510 -0
- package/cjs/loading/demo/style/mobile.less +25 -0
- package/cjs/loading/style/css/index.css +534 -5
- package/cjs/loading/style/index.less +45 -0
- package/cjs/masking/demo/style/css/mobile.css +514 -1
- package/cjs/masking/demo/style/mobile.less +30 -0
- package/cjs/masking/style/css/index.css +510 -0
- package/cjs/masking/style/index.less +25 -0
- package/cjs/nav-bar/demo/style/css/mobile.css +514 -1
- package/cjs/nav-bar/demo/style/mobile.less +33 -1
- package/cjs/nav-bar/style/css/index.css +550 -1
- package/cjs/nav-bar/style/index.less +38 -0
- package/cjs/notice-bar/style/css/index.css +520 -2
- package/cjs/notice-bar/style/index.less +36 -0
- package/cjs/notify/demo/style/css/mobile.css +515 -1
- package/cjs/notify/demo/style/mobile.less +34 -1
- package/cjs/notify/style/css/index.css +529 -4
- package/cjs/notify/style/index.less +50 -0
- package/cjs/pagination/demo/style/css/index.css +510 -0
- package/cjs/pagination/demo/style/index.less +25 -0
- package/cjs/pagination/style/css/index.css +543 -4
- package/cjs/pagination/style/index.less +72 -0
- package/cjs/picker/demo/style/css/mobile.css +510 -0
- package/cjs/picker/demo/style/mobile.less +25 -0
- package/cjs/picker/style/css/index.css +525 -3
- package/cjs/picker/style/index.less +49 -0
- package/cjs/picker-view/demo/style/css/mobile.css +510 -0
- package/cjs/picker-view/demo/style/mobile.less +25 -0
- package/cjs/picker-view/style/css/index.css +587 -0
- package/cjs/picker-view/style/index.less +50 -0
- package/cjs/popover/demo/style/css/mobile.css +516 -2
- package/cjs/popover/demo/style/mobile.less +37 -2
- package/cjs/popover/style/css/index.css +614 -4
- package/cjs/popover/style/css/menu.css +539 -1
- package/cjs/popover/style/index.less +126 -9
- package/cjs/popover/style/menu.less +69 -0
- package/cjs/popup/demo/style/css/mobile.css +517 -0
- package/cjs/popup/demo/style/mobile.less +38 -0
- package/cjs/popup/style/css/index.css +514 -1
- package/cjs/popup/style/index.less +32 -0
- package/cjs/popup-swiper/demo/style/css/mobile.css +517 -0
- package/cjs/popup-swiper/demo/style/mobile.less +38 -0
- package/cjs/popup-swiper/style/css/index.css +510 -0
- package/cjs/popup-swiper/style/index.less +25 -0
- package/cjs/portal/demo/style/css/mobile.css +515 -1
- package/cjs/portal/demo/style/mobile.less +31 -0
- package/cjs/progress/demo/style/css/mobile.css +510 -0
- package/cjs/progress/demo/style/mobile.less +25 -0
- package/cjs/progress/style/css/index.css +556 -8
- package/cjs/progress/style/index.less +91 -0
- package/cjs/pull-refresh/demo/style/css/mobile.css +514 -2
- package/cjs/pull-refresh/demo/style/mobile.less +35 -2
- package/cjs/pull-refresh/style/css/index.css +536 -3
- package/cjs/pull-refresh/style/index.less +45 -0
- package/cjs/radio/demo/style/css/mobile.css +513 -0
- package/cjs/radio/demo/style/mobile.less +32 -0
- package/cjs/radio/style/css/index.css +535 -4
- package/cjs/radio/style/index.less +61 -0
- package/cjs/rate/demo/style/css/mobile.css +510 -0
- package/cjs/rate/demo/style/mobile.less +25 -0
- package/cjs/rate/style/css/index.css +522 -2
- package/cjs/rate/style/index.less +43 -0
- package/cjs/search-bar/demo/style/css/mobile.css +516 -1
- package/cjs/search-bar/demo/style/mobile.less +39 -5
- package/cjs/search-bar/style/css/index.css +586 -6
- package/cjs/search-bar/style/index.less +84 -0
- package/cjs/show-monitor/demo/style/css/mobile.css +521 -2
- package/cjs/show-monitor/demo/style/mobile.less +43 -1
- package/cjs/skeleton/demo/style/css/mobile.css +510 -0
- package/cjs/skeleton/demo/style/mobile.less +25 -0
- package/cjs/skeleton/style/css/index.css +517 -1
- package/cjs/skeleton/style/index.less +35 -0
- package/cjs/slider/demo/style/css/mobile.css +514 -1
- package/cjs/slider/demo/style/mobile.less +34 -0
- package/cjs/slider/style/css/index.css +542 -5
- package/cjs/slider/style/index.less +74 -0
- package/cjs/stepper/demo/style/css/mobile.css +510 -0
- package/cjs/stepper/demo/style/mobile.less +25 -1
- package/cjs/stepper/style/css/index.css +551 -7
- package/cjs/stepper/style/index.less +84 -3
- package/cjs/steps/demo/style/css/mobile.css +544 -4
- package/cjs/steps/demo/style/mobile.less +41 -3
- package/cjs/steps/style/css/index.css +580 -9
- package/cjs/steps/style/index.less +138 -0
- package/cjs/steps/type.d.ts +1 -1
- package/cjs/sticky/demo/style/css/mobile.css +515 -2
- package/cjs/sticky/demo/style/mobile.less +34 -2
- package/cjs/sticky/style/css/index.css +510 -0
- package/cjs/sticky/style/index.less +25 -0
- package/cjs/swipe-action/demo/style/css/mobile.css +510 -0
- package/cjs/swipe-action/demo/style/mobile.less +25 -0
- package/cjs/swipe-action/style/css/index.css +518 -2
- package/cjs/swipe-action/style/index.less +43 -0
- package/cjs/swipe-load/demo/style/css/mobile.css +539 -5
- package/cjs/swipe-load/demo/style/mobile.less +64 -0
- package/cjs/swipe-load/style/css/index.css +517 -1
- package/cjs/swipe-load/style/index.less +37 -0
- package/cjs/switch/demo/style/css/mobile.css +515 -1
- package/cjs/switch/demo/style/mobile.less +35 -0
- package/cjs/switch/style/css/index.css +532 -4
- package/cjs/switch/style/index.less +59 -0
- package/cjs/tab-bar/demo/style/css/mobile.css +510 -0
- package/cjs/tab-bar/demo/style/mobile.less +25 -0
- package/cjs/tab-bar/style/css/index.css +517 -1
- package/cjs/tab-bar/style/index.less +37 -0
- package/cjs/tabs/demo/style/css/mobile.css +546 -5
- package/cjs/tabs/demo/style/mobile.less +81 -0
- package/cjs/tabs/style/css/index.css +618 -13
- package/cjs/tabs/style/index.less +123 -0
- package/cjs/tabs/tab-cell.js +1 -1
- package/cjs/tag/demo/style/css/mobile.css +510 -0
- package/cjs/tag/demo/style/mobile.less +25 -0
- package/cjs/tag/style/css/index.css +538 -10
- package/cjs/tag/style/index.less +55 -0
- package/cjs/textarea/demo/style/css/mobile.css +514 -1
- package/cjs/textarea/demo/style/mobile.less +32 -1
- package/cjs/textarea/style/css/index.css +527 -2
- package/cjs/textarea/style/index.less +47 -0
- package/cjs/toast/demo/style/css/mobile.css +510 -0
- package/cjs/toast/demo/style/mobile.less +25 -0
- package/cjs/toast/style/css/index.css +530 -5
- package/cjs/toast/style/index.less +37 -0
- package/cjs/transition/demo/style/css/mobile.css +510 -0
- package/cjs/transition/demo/style/mobile.less +25 -0
- package/cjs/transition/style/css/index.css +510 -0
- package/cjs/transition/style/index.less +25 -0
- package/dist/index.js +1104 -39
- package/dist/index.min.js +4 -4
- package/dist/style.css +28002 -211
- package/dist/style.min.css +1 -1
- package/esm/_helpers/hooks.d.ts +242 -2
- package/esm/_helpers/hooks.js +269 -10
- package/esm/_helpers/index.d.ts +78 -1
- package/esm/_helpers/index.js +80 -1
- package/esm/action-sheet/demo/style/css/mobile.css +514 -1
- package/esm/action-sheet/demo/style/mobile.less +32 -0
- package/esm/action-sheet/style/css/index.css +597 -2
- package/esm/action-sheet/style/index.less +62 -0
- package/esm/avatar/demo/style/css/mobile.css +518 -1
- package/esm/avatar/demo/style/mobile.less +41 -1
- package/esm/avatar/style/css/index.css +529 -3
- package/esm/avatar/style/index.less +54 -1
- package/esm/badge/demo/style/css/mobile.css +520 -1
- package/esm/badge/demo/style/mobile.less +40 -0
- package/esm/badge/style/css/index.css +518 -1
- package/esm/badge/style/index.less +36 -0
- package/esm/button/demo/style/css/mobile.css +510 -0
- package/esm/button/demo/style/mobile.less +25 -0
- package/esm/button/style/css/index.css +616 -39
- package/esm/button/style/index.less +135 -25
- package/esm/carousel/demo/style/css/mobile.css +514 -0
- package/esm/carousel/demo/style/mobile.less +33 -0
- package/esm/carousel/index.js +3 -1
- package/esm/carousel/style/css/index.css +525 -3
- package/esm/carousel/style/index.less +55 -0
- package/esm/cell/demo/style/css/mobile.css +521 -0
- package/esm/cell/demo/style/mobile.less +46 -0
- package/esm/cell/style/css/index.css +707 -2
- package/esm/cell/style/index.less +96 -0
- package/esm/checkbox/demo/style/css/mobile.css +510 -0
- package/esm/checkbox/demo/style/mobile.less +25 -0
- package/esm/checkbox/style/css/index.css +535 -4
- package/esm/checkbox/style/index.less +61 -0
- package/esm/circle-progress/demo/style/css/mobile.css +510 -0
- package/esm/circle-progress/demo/style/mobile.less +25 -0
- package/esm/circle-progress/style/css/index.css +527 -3
- package/esm/circle-progress/style/index.less +49 -0
- package/esm/collapse/demo/style/css/mobile.css +510 -0
- package/esm/collapse/demo/style/mobile.less +25 -0
- package/esm/collapse/style/css/index.css +557 -1
- package/esm/collapse/style/index.less +53 -0
- package/esm/context-provider/demo/style/css/mobile.css +510 -0
- package/esm/context-provider/demo/style/mobile.less +25 -0
- package/esm/context-provider/index.d.ts +14 -3
- package/esm/context-provider/index.js +48 -8
- package/esm/count-down/demo/style/css/mobile.css +518 -2
- package/esm/count-down/demo/style/mobile.less +39 -0
- package/esm/count-down/style/css/index.css +513 -0
- package/esm/count-down/style/index.less +30 -0
- package/esm/date-picker/demo/style/css/mobile.css +510 -0
- package/esm/date-picker/demo/style/mobile.less +25 -0
- package/esm/date-picker/style/css/index.css +510 -0
- package/esm/date-picker/style/index.less +25 -0
- package/esm/dialog/demo/style/css/mobile.css +522 -2
- package/esm/dialog/demo/style/mobile.less +46 -1
- package/esm/dialog/style/css/index.css +645 -4
- package/esm/dialog/style/index.less +102 -0
- package/esm/divider/demo/style/css/mobile.css +510 -1
- package/esm/divider/demo/style/mobile.less +26 -2
- package/esm/divider/style/css/index.css +516 -0
- package/esm/divider/style/index.less +44 -9
- package/esm/dropdown/demo/style/css/mobile.css +510 -0
- package/esm/dropdown/demo/style/mobile.less +25 -0
- package/esm/dropdown/style/css/index.css +542 -6
- package/esm/dropdown/style/index.less +69 -0
- package/esm/dropdown-menu/demo/style/css/mobile.css +510 -0
- package/esm/dropdown-menu/demo/style/mobile.less +25 -0
- package/esm/dropdown-menu/style/css/index.css +566 -3
- package/esm/dropdown-menu/style/index.less +62 -0
- package/esm/ellipsis/demo/style/css/mobile.css +519 -1
- package/esm/ellipsis/demo/style/mobile.less +39 -0
- package/esm/ellipsis/style/css/index.css +514 -0
- package/esm/ellipsis/style/index.less +32 -0
- package/esm/form/form-item.js +15 -7
- package/esm/form/style/css/index.css +538 -5
- package/esm/form/style/index.less +66 -3
- package/esm/form/type.d.ts +3 -2
- package/esm/form/utils.d.ts +1 -0
- package/esm/form/utils.js +6 -2
- package/esm/grid/demo/style/css/mobile.css +525 -3
- package/esm/grid/demo/style/mobile.less +47 -0
- package/esm/grid/style/css/index.css +519 -0
- package/esm/grid/style/index.less +48 -0
- package/esm/image/demo/style/css/mobile.css +510 -0
- package/esm/image/demo/style/mobile.less +25 -0
- package/esm/image/style/css/index.css +551 -7
- package/esm/image/style/index.less +54 -0
- package/esm/image-picker/demo/style/css/mobile.css +510 -0
- package/esm/image-picker/demo/style/mobile.less +25 -0
- package/esm/image-picker/style/css/index.css +529 -4
- package/esm/image-picker/style/index.less +54 -0
- package/esm/image-preview/demo/style/css/mobile.css +510 -0
- package/esm/image-preview/demo/style/mobile.less +25 -0
- package/esm/image-preview/style/css/index.css +530 -5
- package/esm/image-preview/style/index.less +37 -0
- package/esm/index-bar/demo/style/css/mobile.css +510 -0
- package/esm/index-bar/demo/style/mobile.less +25 -0
- package/esm/index-bar/style/css/index.css +572 -8
- package/esm/index-bar/style/index.less +67 -0
- package/esm/input/demo/style/css/mobile.css +538 -7
- package/esm/input/demo/style/mobile.less +63 -6
- package/esm/input/style/css/index.css +589 -2
- package/esm/input/style/index.less +87 -0
- package/esm/keyboard/demo/style/css/mobile.css +516 -0
- package/esm/keyboard/demo/style/mobile.less +35 -1
- package/esm/keyboard/style/css/index.css +526 -2
- package/esm/keyboard/style/index.less +51 -0
- package/esm/load-more/demo/style/css/mobile.css +513 -0
- package/esm/load-more/demo/style/mobile.less +30 -0
- package/esm/load-more/style/css/index.css +513 -0
- package/esm/load-more/style/index.less +30 -0
- package/esm/loading/demo/style/css/mobile.css +510 -0
- package/esm/loading/demo/style/mobile.less +25 -0
- package/esm/loading/style/css/index.css +534 -5
- package/esm/loading/style/index.less +45 -0
- package/esm/masking/demo/style/css/mobile.css +514 -1
- package/esm/masking/demo/style/mobile.less +30 -0
- package/esm/masking/style/css/index.css +510 -0
- package/esm/masking/style/index.less +25 -0
- package/esm/nav-bar/demo/style/css/mobile.css +514 -1
- package/esm/nav-bar/demo/style/mobile.less +33 -1
- package/esm/nav-bar/style/css/index.css +550 -1
- package/esm/nav-bar/style/index.less +38 -0
- package/esm/notice-bar/style/css/index.css +520 -2
- package/esm/notice-bar/style/index.less +36 -0
- package/esm/notify/demo/style/css/mobile.css +515 -1
- package/esm/notify/demo/style/mobile.less +34 -1
- package/esm/notify/style/css/index.css +529 -4
- package/esm/notify/style/index.less +50 -0
- package/esm/pagination/demo/style/css/index.css +510 -0
- package/esm/pagination/demo/style/index.less +25 -0
- package/esm/pagination/style/css/index.css +543 -4
- package/esm/pagination/style/index.less +72 -0
- package/esm/picker/demo/style/css/mobile.css +510 -0
- package/esm/picker/demo/style/mobile.less +25 -0
- package/esm/picker/style/css/index.css +525 -3
- package/esm/picker/style/index.less +49 -0
- package/esm/picker-view/demo/style/css/mobile.css +510 -0
- package/esm/picker-view/demo/style/mobile.less +25 -0
- package/esm/picker-view/style/css/index.css +587 -0
- package/esm/picker-view/style/index.less +50 -0
- package/esm/popover/demo/style/css/mobile.css +516 -2
- package/esm/popover/demo/style/mobile.less +37 -2
- package/esm/popover/style/css/index.css +614 -4
- package/esm/popover/style/css/menu.css +539 -1
- package/esm/popover/style/index.less +126 -9
- package/esm/popover/style/menu.less +69 -0
- package/esm/popup/demo/style/css/mobile.css +517 -0
- package/esm/popup/demo/style/mobile.less +38 -0
- package/esm/popup/style/css/index.css +514 -1
- package/esm/popup/style/index.less +32 -0
- package/esm/popup-swiper/demo/style/css/mobile.css +517 -0
- package/esm/popup-swiper/demo/style/mobile.less +38 -0
- package/esm/popup-swiper/style/css/index.css +510 -0
- package/esm/popup-swiper/style/index.less +25 -0
- package/esm/portal/demo/style/css/mobile.css +515 -1
- package/esm/portal/demo/style/mobile.less +31 -0
- package/esm/progress/demo/style/css/mobile.css +510 -0
- package/esm/progress/demo/style/mobile.less +25 -0
- package/esm/progress/style/css/index.css +556 -8
- package/esm/progress/style/index.less +91 -0
- package/esm/pull-refresh/demo/style/css/mobile.css +514 -2
- package/esm/pull-refresh/demo/style/mobile.less +35 -2
- package/esm/pull-refresh/style/css/index.css +536 -3
- package/esm/pull-refresh/style/index.less +45 -0
- package/esm/radio/demo/style/css/mobile.css +513 -0
- package/esm/radio/demo/style/mobile.less +32 -0
- package/esm/radio/style/css/index.css +535 -4
- package/esm/radio/style/index.less +61 -0
- package/esm/rate/demo/style/css/mobile.css +510 -0
- package/esm/rate/demo/style/mobile.less +25 -0
- package/esm/rate/style/css/index.css +522 -2
- package/esm/rate/style/index.less +43 -0
- package/esm/search-bar/demo/style/css/mobile.css +516 -1
- package/esm/search-bar/demo/style/mobile.less +39 -5
- package/esm/search-bar/style/css/index.css +586 -6
- package/esm/search-bar/style/index.less +84 -0
- package/esm/show-monitor/demo/style/css/mobile.css +521 -2
- package/esm/show-monitor/demo/style/mobile.less +43 -1
- package/esm/skeleton/demo/style/css/mobile.css +510 -0
- package/esm/skeleton/demo/style/mobile.less +25 -0
- package/esm/skeleton/style/css/index.css +517 -1
- package/esm/skeleton/style/index.less +35 -0
- package/esm/slider/demo/style/css/mobile.css +514 -1
- package/esm/slider/demo/style/mobile.less +34 -0
- package/esm/slider/style/css/index.css +542 -5
- package/esm/slider/style/index.less +74 -0
- package/esm/stepper/demo/style/css/mobile.css +510 -0
- package/esm/stepper/demo/style/mobile.less +25 -1
- package/esm/stepper/style/css/index.css +551 -7
- package/esm/stepper/style/index.less +84 -3
- package/esm/steps/demo/style/css/mobile.css +544 -4
- package/esm/steps/demo/style/mobile.less +41 -3
- package/esm/steps/style/css/index.css +580 -9
- package/esm/steps/style/index.less +138 -0
- package/esm/steps/type.d.ts +1 -1
- package/esm/sticky/demo/style/css/mobile.css +515 -2
- package/esm/sticky/demo/style/mobile.less +34 -2
- package/esm/sticky/style/css/index.css +510 -0
- package/esm/sticky/style/index.less +25 -0
- package/esm/swipe-action/demo/style/css/mobile.css +510 -0
- package/esm/swipe-action/demo/style/mobile.less +25 -0
- package/esm/swipe-action/style/css/index.css +518 -2
- package/esm/swipe-action/style/index.less +43 -0
- package/esm/swipe-load/demo/style/css/mobile.css +539 -5
- package/esm/swipe-load/demo/style/mobile.less +64 -0
- package/esm/swipe-load/style/css/index.css +517 -1
- package/esm/swipe-load/style/index.less +37 -0
- package/esm/switch/demo/style/css/mobile.css +515 -1
- package/esm/switch/demo/style/mobile.less +35 -0
- package/esm/switch/style/css/index.css +532 -4
- package/esm/switch/style/index.less +59 -0
- package/esm/tab-bar/demo/style/css/mobile.css +510 -0
- package/esm/tab-bar/demo/style/mobile.less +25 -0
- package/esm/tab-bar/style/css/index.css +517 -1
- package/esm/tab-bar/style/index.less +37 -0
- package/esm/tabs/demo/style/css/mobile.css +546 -5
- package/esm/tabs/demo/style/mobile.less +81 -0
- package/esm/tabs/style/css/index.css +618 -13
- package/esm/tabs/style/index.less +123 -0
- package/esm/tabs/tab-cell.js +1 -1
- package/esm/tag/demo/style/css/mobile.css +510 -0
- package/esm/tag/demo/style/mobile.less +25 -0
- package/esm/tag/style/css/index.css +538 -10
- package/esm/tag/style/index.less +55 -0
- package/esm/textarea/demo/style/css/mobile.css +514 -1
- package/esm/textarea/demo/style/mobile.less +32 -1
- package/esm/textarea/style/css/index.css +527 -2
- package/esm/textarea/style/index.less +47 -0
- package/esm/toast/demo/style/css/mobile.css +510 -0
- package/esm/toast/demo/style/mobile.less +25 -0
- package/esm/toast/style/css/index.css +530 -5
- package/esm/toast/style/index.less +37 -0
- package/esm/transition/demo/style/css/mobile.css +510 -0
- package/esm/transition/demo/style/mobile.less +25 -0
- package/esm/transition/style/css/index.css +510 -0
- package/esm/transition/style/index.less +25 -0
- package/less-loader.config.js +6 -0
- package/package.json +3 -3
- package/style/css/public.css +510 -0
- package/tokens/app/arcodesign/default/css-variables.less +355 -101
- package/tokens/app/arcodesign/default/index.d.ts +257 -3
- package/tokens/app/arcodesign/default/index.js +355 -101
- package/tokens/app/arcodesign/default/index.json +2418 -370
- package/tokens/app/arcodesign/default/index.less +355 -101
- package/tokens/mixin/index.less +255 -1
- package/umd/_helpers/hooks.d.ts +242 -2
- package/umd/_helpers/hooks.js +267 -10
- package/umd/_helpers/index.d.ts +78 -1
- package/umd/_helpers/index.js +89 -10
- package/umd/action-sheet/demo/style/css/mobile.css +514 -1
- package/umd/action-sheet/demo/style/mobile.less +32 -0
- package/umd/action-sheet/style/css/index.css +597 -2
- package/umd/action-sheet/style/index.less +62 -0
- package/umd/avatar/demo/style/css/mobile.css +518 -1
- package/umd/avatar/demo/style/mobile.less +41 -1
- package/umd/avatar/style/css/index.css +529 -3
- package/umd/avatar/style/index.less +54 -1
- package/umd/badge/demo/style/css/mobile.css +520 -1
- package/umd/badge/demo/style/mobile.less +40 -0
- package/umd/badge/style/css/index.css +518 -1
- package/umd/badge/style/index.less +36 -0
- package/umd/button/demo/style/css/mobile.css +510 -0
- package/umd/button/demo/style/mobile.less +25 -0
- package/umd/button/style/css/index.css +616 -39
- package/umd/button/style/index.less +135 -25
- package/umd/carousel/demo/style/css/mobile.css +514 -0
- package/umd/carousel/demo/style/mobile.less +33 -0
- package/umd/carousel/index.js +3 -1
- package/umd/carousel/style/css/index.css +525 -3
- package/umd/carousel/style/index.less +55 -0
- package/umd/cell/demo/style/css/mobile.css +521 -0
- package/umd/cell/demo/style/mobile.less +46 -0
- package/umd/cell/style/css/index.css +707 -2
- package/umd/cell/style/index.less +96 -0
- package/umd/checkbox/demo/style/css/mobile.css +510 -0
- package/umd/checkbox/demo/style/mobile.less +25 -0
- package/umd/checkbox/style/css/index.css +535 -4
- package/umd/checkbox/style/index.less +61 -0
- package/umd/circle-progress/demo/style/css/mobile.css +510 -0
- package/umd/circle-progress/demo/style/mobile.less +25 -0
- package/umd/circle-progress/style/css/index.css +527 -3
- package/umd/circle-progress/style/index.less +49 -0
- package/umd/collapse/demo/style/css/mobile.css +510 -0
- package/umd/collapse/demo/style/mobile.less +25 -0
- package/umd/collapse/style/css/index.css +557 -1
- package/umd/collapse/style/index.less +53 -0
- package/umd/context-provider/demo/style/css/mobile.css +510 -0
- package/umd/context-provider/demo/style/mobile.less +25 -0
- package/umd/context-provider/index.d.ts +14 -3
- package/umd/context-provider/index.js +47 -7
- package/umd/count-down/demo/style/css/mobile.css +518 -2
- package/umd/count-down/demo/style/mobile.less +39 -0
- package/umd/count-down/style/css/index.css +513 -0
- package/umd/count-down/style/index.less +30 -0
- package/umd/date-picker/demo/style/css/mobile.css +510 -0
- package/umd/date-picker/demo/style/mobile.less +25 -0
- package/umd/date-picker/style/css/index.css +510 -0
- package/umd/date-picker/style/index.less +25 -0
- package/umd/dialog/demo/style/css/mobile.css +522 -2
- package/umd/dialog/demo/style/mobile.less +46 -1
- package/umd/dialog/style/css/index.css +645 -4
- package/umd/dialog/style/index.less +102 -0
- package/umd/divider/demo/style/css/mobile.css +510 -1
- package/umd/divider/demo/style/mobile.less +26 -2
- package/umd/divider/style/css/index.css +516 -0
- package/umd/divider/style/index.less +44 -9
- package/umd/dropdown/demo/style/css/mobile.css +510 -0
- package/umd/dropdown/demo/style/mobile.less +25 -0
- package/umd/dropdown/style/css/index.css +542 -6
- package/umd/dropdown/style/index.less +69 -0
- package/umd/dropdown-menu/demo/style/css/mobile.css +510 -0
- package/umd/dropdown-menu/demo/style/mobile.less +25 -0
- package/umd/dropdown-menu/style/css/index.css +566 -3
- package/umd/dropdown-menu/style/index.less +62 -0
- package/umd/ellipsis/demo/style/css/mobile.css +519 -1
- package/umd/ellipsis/demo/style/mobile.less +39 -0
- package/umd/ellipsis/style/css/index.css +514 -0
- package/umd/ellipsis/style/index.less +32 -0
- package/umd/form/form-item.js +15 -7
- package/umd/form/style/css/index.css +538 -5
- package/umd/form/style/index.less +66 -3
- package/umd/form/type.d.ts +3 -2
- package/umd/form/utils.d.ts +1 -0
- package/umd/form/utils.js +6 -2
- package/umd/grid/demo/style/css/mobile.css +525 -3
- package/umd/grid/demo/style/mobile.less +47 -0
- package/umd/grid/style/css/index.css +519 -0
- package/umd/grid/style/index.less +48 -0
- package/umd/image/demo/style/css/mobile.css +510 -0
- package/umd/image/demo/style/mobile.less +25 -0
- package/umd/image/style/css/index.css +551 -7
- package/umd/image/style/index.less +54 -0
- package/umd/image-picker/demo/style/css/mobile.css +510 -0
- package/umd/image-picker/demo/style/mobile.less +25 -0
- package/umd/image-picker/style/css/index.css +529 -4
- package/umd/image-picker/style/index.less +54 -0
- package/umd/image-preview/demo/style/css/mobile.css +510 -0
- package/umd/image-preview/demo/style/mobile.less +25 -0
- package/umd/image-preview/style/css/index.css +530 -5
- package/umd/image-preview/style/index.less +37 -0
- package/umd/index-bar/demo/style/css/mobile.css +510 -0
- package/umd/index-bar/demo/style/mobile.less +25 -0
- package/umd/index-bar/style/css/index.css +572 -8
- package/umd/index-bar/style/index.less +67 -0
- package/umd/input/demo/style/css/mobile.css +538 -7
- package/umd/input/demo/style/mobile.less +63 -6
- package/umd/input/style/css/index.css +589 -2
- package/umd/input/style/index.less +87 -0
- package/umd/keyboard/demo/style/css/mobile.css +516 -0
- package/umd/keyboard/demo/style/mobile.less +35 -1
- package/umd/keyboard/style/css/index.css +526 -2
- package/umd/keyboard/style/index.less +51 -0
- package/umd/load-more/demo/style/css/mobile.css +513 -0
- package/umd/load-more/demo/style/mobile.less +30 -0
- package/umd/load-more/style/css/index.css +513 -0
- package/umd/load-more/style/index.less +30 -0
- package/umd/loading/demo/style/css/mobile.css +510 -0
- package/umd/loading/demo/style/mobile.less +25 -0
- package/umd/loading/style/css/index.css +534 -5
- package/umd/loading/style/index.less +45 -0
- package/umd/masking/demo/style/css/mobile.css +514 -1
- package/umd/masking/demo/style/mobile.less +30 -0
- package/umd/masking/style/css/index.css +510 -0
- package/umd/masking/style/index.less +25 -0
- package/umd/nav-bar/demo/style/css/mobile.css +514 -1
- package/umd/nav-bar/demo/style/mobile.less +33 -1
- package/umd/nav-bar/style/css/index.css +550 -1
- package/umd/nav-bar/style/index.less +38 -0
- package/umd/notice-bar/style/css/index.css +520 -2
- package/umd/notice-bar/style/index.less +36 -0
- package/umd/notify/demo/style/css/mobile.css +515 -1
- package/umd/notify/demo/style/mobile.less +34 -1
- package/umd/notify/style/css/index.css +529 -4
- package/umd/notify/style/index.less +50 -0
- package/umd/pagination/demo/style/css/index.css +510 -0
- package/umd/pagination/demo/style/index.less +25 -0
- package/umd/pagination/style/css/index.css +543 -4
- package/umd/pagination/style/index.less +72 -0
- package/umd/picker/demo/style/css/mobile.css +510 -0
- package/umd/picker/demo/style/mobile.less +25 -0
- package/umd/picker/style/css/index.css +525 -3
- package/umd/picker/style/index.less +49 -0
- package/umd/picker-view/demo/style/css/mobile.css +510 -0
- package/umd/picker-view/demo/style/mobile.less +25 -0
- package/umd/picker-view/style/css/index.css +587 -0
- package/umd/picker-view/style/index.less +50 -0
- package/umd/popover/demo/style/css/mobile.css +516 -2
- package/umd/popover/demo/style/mobile.less +37 -2
- package/umd/popover/style/css/index.css +614 -4
- package/umd/popover/style/css/menu.css +539 -1
- package/umd/popover/style/index.less +126 -9
- package/umd/popover/style/menu.less +69 -0
- package/umd/popup/demo/style/css/mobile.css +517 -0
- package/umd/popup/demo/style/mobile.less +38 -0
- package/umd/popup/style/css/index.css +514 -1
- package/umd/popup/style/index.less +32 -0
- package/umd/popup-swiper/demo/style/css/mobile.css +517 -0
- package/umd/popup-swiper/demo/style/mobile.less +38 -0
- package/umd/popup-swiper/style/css/index.css +510 -0
- package/umd/popup-swiper/style/index.less +25 -0
- package/umd/portal/demo/style/css/mobile.css +515 -1
- package/umd/portal/demo/style/mobile.less +31 -0
- package/umd/progress/demo/style/css/mobile.css +510 -0
- package/umd/progress/demo/style/mobile.less +25 -0
- package/umd/progress/style/css/index.css +556 -8
- package/umd/progress/style/index.less +91 -0
- package/umd/pull-refresh/demo/style/css/mobile.css +514 -2
- package/umd/pull-refresh/demo/style/mobile.less +35 -2
- package/umd/pull-refresh/style/css/index.css +536 -3
- package/umd/pull-refresh/style/index.less +45 -0
- package/umd/radio/demo/style/css/mobile.css +513 -0
- package/umd/radio/demo/style/mobile.less +32 -0
- package/umd/radio/style/css/index.css +535 -4
- package/umd/radio/style/index.less +61 -0
- package/umd/rate/demo/style/css/mobile.css +510 -0
- package/umd/rate/demo/style/mobile.less +25 -0
- package/umd/rate/style/css/index.css +522 -2
- package/umd/rate/style/index.less +43 -0
- package/umd/search-bar/demo/style/css/mobile.css +516 -1
- package/umd/search-bar/demo/style/mobile.less +39 -5
- package/umd/search-bar/style/css/index.css +586 -6
- package/umd/search-bar/style/index.less +84 -0
- package/umd/show-monitor/demo/style/css/mobile.css +521 -2
- package/umd/show-monitor/demo/style/mobile.less +43 -1
- package/umd/skeleton/demo/style/css/mobile.css +510 -0
- package/umd/skeleton/demo/style/mobile.less +25 -0
- package/umd/skeleton/style/css/index.css +517 -1
- package/umd/skeleton/style/index.less +35 -0
- package/umd/slider/demo/style/css/mobile.css +514 -1
- package/umd/slider/demo/style/mobile.less +34 -0
- package/umd/slider/style/css/index.css +542 -5
- package/umd/slider/style/index.less +74 -0
- package/umd/stepper/demo/style/css/mobile.css +510 -0
- package/umd/stepper/demo/style/mobile.less +25 -1
- package/umd/stepper/style/css/index.css +551 -7
- package/umd/stepper/style/index.less +84 -3
- package/umd/steps/demo/style/css/mobile.css +544 -4
- package/umd/steps/demo/style/mobile.less +41 -3
- package/umd/steps/style/css/index.css +580 -9
- package/umd/steps/style/index.less +138 -0
- package/umd/steps/type.d.ts +1 -1
- package/umd/sticky/demo/style/css/mobile.css +515 -2
- package/umd/sticky/demo/style/mobile.less +34 -2
- package/umd/sticky/style/css/index.css +510 -0
- package/umd/sticky/style/index.less +25 -0
- package/umd/swipe-action/demo/style/css/mobile.css +510 -0
- package/umd/swipe-action/demo/style/mobile.less +25 -0
- package/umd/swipe-action/style/css/index.css +518 -2
- package/umd/swipe-action/style/index.less +43 -0
- package/umd/swipe-load/demo/style/css/mobile.css +539 -5
- package/umd/swipe-load/demo/style/mobile.less +64 -0
- package/umd/swipe-load/style/css/index.css +517 -1
- package/umd/swipe-load/style/index.less +37 -0
- package/umd/switch/demo/style/css/mobile.css +515 -1
- package/umd/switch/demo/style/mobile.less +35 -0
- package/umd/switch/style/css/index.css +532 -4
- package/umd/switch/style/index.less +59 -0
- package/umd/tab-bar/demo/style/css/mobile.css +510 -0
- package/umd/tab-bar/demo/style/mobile.less +25 -0
- package/umd/tab-bar/style/css/index.css +517 -1
- package/umd/tab-bar/style/index.less +37 -0
- package/umd/tabs/demo/style/css/mobile.css +546 -5
- package/umd/tabs/demo/style/mobile.less +81 -0
- package/umd/tabs/style/css/index.css +618 -13
- package/umd/tabs/style/index.less +123 -0
- package/umd/tabs/tab-cell.js +1 -1
- package/umd/tag/demo/style/css/mobile.css +510 -0
- package/umd/tag/demo/style/mobile.less +25 -0
- package/umd/tag/style/css/index.css +538 -10
- package/umd/tag/style/index.less +55 -0
- package/umd/textarea/demo/style/css/mobile.css +514 -1
- package/umd/textarea/demo/style/mobile.less +32 -1
- package/umd/textarea/style/css/index.css +527 -2
- package/umd/textarea/style/index.less +47 -0
- package/umd/toast/demo/style/css/mobile.css +510 -0
- package/umd/toast/demo/style/mobile.less +25 -0
- package/umd/toast/style/css/index.css +530 -5
- package/umd/toast/style/index.less +37 -0
- package/umd/transition/demo/style/css/mobile.css +510 -0
- package/umd/transition/demo/style/mobile.less +25 -0
- package/umd/transition/style/css/index.css +510 -0
- package/umd/transition/style/index.less +25 -0
@@ -2,29 +2,54 @@ export declare function getRem(px: number, baseFontSize: number): string;
|
|
2
2
|
export interface ArcodesignToken extends Record<string, string> {
|
3
3
|
'prefix': string;
|
4
4
|
'base-font-size': string;
|
5
|
+
'arco-dark-mode-selector': string;
|
5
6
|
'background-color': string;
|
7
|
+
'dark-background-color': string;
|
8
|
+
'container-background-color': string;
|
9
|
+
'dark-container-background-color': string;
|
10
|
+
'card-background-color': string;
|
11
|
+
'dark-card-background-color': string;
|
6
12
|
'font-color': string;
|
13
|
+
'dark-font-color': string;
|
7
14
|
'sub-font-color': string;
|
15
|
+
'dark-sub-font-color': string;
|
8
16
|
'sub-info-font-color': string;
|
17
|
+
'dark-sub-info-font-color': string;
|
9
18
|
'line-color': string;
|
19
|
+
'dark-line-color': string;
|
20
|
+
'lighter-line-color': string;
|
21
|
+
'dark-lighter-line-color': string;
|
10
22
|
'primary-color': string;
|
23
|
+
'dark-primary-color': string;
|
11
24
|
'primary-disabled-color': string;
|
25
|
+
'dark-primary-disabled-color': string;
|
26
|
+
'lighter-primary-color': string;
|
27
|
+
'dark-lighter-primary-color': string;
|
12
28
|
'danger-color': string;
|
29
|
+
'dark-danger-color': string;
|
13
30
|
'warning-color': string;
|
31
|
+
'dark-warning-color': string;
|
32
|
+
'success-color': string;
|
33
|
+
'dark-success-color': string;
|
14
34
|
'disabled-color': string;
|
35
|
+
'dark-disabled-color': string;
|
15
36
|
'mask-background': string;
|
16
37
|
'mask-content-color': string;
|
38
|
+
'dark-mask-content-color': string;
|
17
39
|
'mask-content-background': string;
|
40
|
+
'dark-mask-content-background': string;
|
18
41
|
'scroller-buffer': string;
|
19
42
|
'full-screen-z-index': string;
|
20
43
|
'fixed-z-index': string;
|
21
44
|
'popup-mask-background': string;
|
45
|
+
'dark-popup-content-background': string;
|
22
46
|
'popup-content-background': string;
|
23
47
|
'popup-enter-transition': string;
|
24
48
|
'popup-exit-transition': string;
|
25
49
|
'dialog-mask-background': string;
|
26
50
|
'dialog-content-width': string;
|
27
51
|
'dialog-content-android-width': string;
|
52
|
+
'dark-dialog-content-background': string;
|
28
53
|
'dialog-content-background': string;
|
29
54
|
'dialog-content-border-radius': string;
|
30
55
|
'dialog-content-android-border-radius': string;
|
@@ -35,18 +60,23 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
35
60
|
'dialog-android-vertical-padding': string;
|
36
61
|
'dialog-android-header-body-gutter': string;
|
37
62
|
'dialog-android-body-footer-gutter': string;
|
63
|
+
'dark-dialog-body-ios-color': string;
|
38
64
|
'dialog-body-ios-color': string;
|
39
65
|
'dialog-body-ios-font-size': string;
|
40
66
|
'dialog-body-ios-line-height': string;
|
67
|
+
'dark-dialog-body-android-color': string;
|
41
68
|
'dialog-body-android-color': string;
|
42
69
|
'dialog-body-android-font-size': string;
|
43
70
|
'dialog-body-android-line-height': string;
|
71
|
+
'dark-dialog-header-ios-color': string;
|
44
72
|
'dialog-header-ios-color': string;
|
73
|
+
'dark-dialog-header-android-color': string;
|
45
74
|
'dialog-header-android-color': string;
|
46
75
|
'dialog-header-ios-font-size': string;
|
47
76
|
'dialog-header-ios-line-height': string;
|
48
77
|
'dialog-header-android-font-size': string;
|
49
78
|
'dialog-header-android-line-height': string;
|
79
|
+
'dark-dialog-footer-ios-color': string;
|
50
80
|
'dialog-footer-ios-color': string;
|
51
81
|
'dialog-footer-ios-font-size': string;
|
52
82
|
'dialog-footer-ios-height': string;
|
@@ -54,8 +84,11 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
54
84
|
'dialog-footer-android-font-size': string;
|
55
85
|
'dialog-footer-android-line-height': string;
|
56
86
|
'dialog-footer-android-button-gutter': string;
|
87
|
+
'dark-dialog-button-footer-primary-background': string;
|
57
88
|
'dialog-button-footer-primary-background': string;
|
89
|
+
'dark-dialog-button-footer-primary-color': string;
|
58
90
|
'dialog-button-footer-primary-color': string;
|
91
|
+
'dark-dialog-button-footer-color': string;
|
59
92
|
'dialog-button-footer-color': string;
|
60
93
|
'dialog-button-footer-height': string;
|
61
94
|
'dialog-button-footer-border-radius': string;
|
@@ -63,8 +96,11 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
63
96
|
'carousel-auto-transition': string;
|
64
97
|
'carousel-slide-transition': string;
|
65
98
|
'carousel-indicator-background': string;
|
99
|
+
'dark-carousel-indicator-active-background': string;
|
66
100
|
'carousel-indicator-active-background': string;
|
101
|
+
'dark-carousel-indicator-inverse-background': string;
|
67
102
|
'carousel-indicator-inverse-background': string;
|
103
|
+
'dark-carousel-indicator-active-inverse-background': string;
|
68
104
|
'carousel-indicator-active-inverse-background': string;
|
69
105
|
'carousel-indicator-outside-padding': string;
|
70
106
|
'carousel-indicator-position': string;
|
@@ -74,20 +110,24 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
74
110
|
'carousel-circle-indicator-size': string;
|
75
111
|
'carousel-square-indicator-width': string;
|
76
112
|
'carousel-square-indicator-height': string;
|
113
|
+
'dark-carousel-item-text-color': string;
|
77
114
|
'carousel-item-text-color': string;
|
78
115
|
'carousel-item-text-background': string;
|
79
116
|
'carousel-item-text-height': string;
|
80
117
|
'carousel-item-text-padding': string;
|
81
118
|
'carousel-item-text-font-size': string;
|
82
119
|
'input-height': string;
|
83
|
-
'input-disabled-
|
120
|
+
'dark-input-disabled-color': string;
|
84
121
|
'input-disabled-color': string;
|
122
|
+
'dark-input-placeholder-color': string;
|
85
123
|
'input-placeholder-color': string;
|
124
|
+
'dark-input-clear-icon-color': string;
|
86
125
|
'input-clear-icon-color': string;
|
87
126
|
'input-clear-icon-font-size': string;
|
88
127
|
'input-label-gutter': string;
|
89
128
|
'input-horizontal-padding': string;
|
90
129
|
'input-vertical-padding': string;
|
130
|
+
'dark-input-caret-color': string;
|
91
131
|
'input-caret-color': string;
|
92
132
|
'input-label-min-width': string;
|
93
133
|
'input-text-font-size': string;
|
@@ -96,6 +136,7 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
96
136
|
'textarea-line-height': string;
|
97
137
|
'textarea-padding': string;
|
98
138
|
'textarea-has-stat-padding': string;
|
139
|
+
'dark-textarea-statistic-color': string;
|
99
140
|
'textarea-statistic-color': string;
|
100
141
|
'textarea-statistic-font-size': string;
|
101
142
|
'avatar-size-map': string;
|
@@ -110,7 +151,10 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
110
151
|
'avatar-default-overlap-smaller-size': string;
|
111
152
|
'avatar-default-overlap-ultra-small-size': string;
|
112
153
|
'avatar-background': string;
|
154
|
+
'dark-avatar-background': string;
|
155
|
+
'dark-avatar-default-overlap-background': string;
|
113
156
|
'avatar-default-overlap-background': string;
|
157
|
+
'dark-avatar-text-font-color': string;
|
114
158
|
'avatar-text-font-color': string;
|
115
159
|
'avatar-large-text-font-size': string;
|
116
160
|
'avatar-medium-text-font-size': string;
|
@@ -127,6 +171,7 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
127
171
|
'avatar-group-smaller-size-border': string;
|
128
172
|
'avatar-group-ultra-small-size-offset': string;
|
129
173
|
'avatar-group-ultra-small-size-border': string;
|
174
|
+
'dark-avatar-group-border-color': string;
|
130
175
|
'avatar-group-border-color': string;
|
131
176
|
'avatar-info-box-large-size': string;
|
132
177
|
'avatar-info-box-medium-size': string;
|
@@ -158,25 +203,40 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
158
203
|
'avatar-desc-ultra-small-font-size': string;
|
159
204
|
'avatar-desc-ultra-small-line-height': string;
|
160
205
|
'avatar-desc-ultra-small-margin-top': string;
|
206
|
+
'dark-avatar-name-color': string;
|
161
207
|
'avatar-name-color': string;
|
208
|
+
'dark-avatar-desc-color': string;
|
162
209
|
'avatar-desc-color': string;
|
163
210
|
'button-line-height': string;
|
164
211
|
'button-radius': string;
|
165
212
|
'button-icon-text-gutter': string;
|
213
|
+
'dark-button-primary-background': string;
|
166
214
|
'button-primary-background': string;
|
167
215
|
'button-primary-clicked-background': string;
|
216
|
+
'dark-button-primary-clicked-background': string;
|
217
|
+
'dark-button-primary-disabled-background': string;
|
168
218
|
'button-primary-disabled-background': string;
|
219
|
+
'dark-button-primary-text-color': string;
|
169
220
|
'button-primary-text-color': string;
|
221
|
+
'dark-button-primary-disabled-text-color': string;
|
170
222
|
'button-primary-disabled-text-color': string;
|
223
|
+
'dark-button-default-background': string;
|
171
224
|
'button-default-background': string;
|
225
|
+
'dark-button-default-clicked-background': string;
|
172
226
|
'button-default-clicked-background': string;
|
227
|
+
'dark-button-default-disabled-background': string;
|
173
228
|
'button-default-disabled-background': string;
|
229
|
+
'dark-button-default-text-color': string;
|
174
230
|
'button-default-text-color': string;
|
231
|
+
'dark-button-default-disabled-text-color': string;
|
175
232
|
'button-default-disabled-text-color': string;
|
176
233
|
'button-ghost-background': string;
|
234
|
+
'dark-button-ghost-clicked-background': string;
|
177
235
|
'button-ghost-clicked-background': string;
|
178
236
|
'button-ghost-disabled-background': string;
|
237
|
+
'dark-button-ghost-text-color': string;
|
179
238
|
'button-ghost-text-color': string;
|
239
|
+
'dark-button-ghost-disabled-text-color': string;
|
180
240
|
'button-ghost-disabled-text-color': string;
|
181
241
|
'button-huge-padding': string;
|
182
242
|
'button-huge-height': string;
|
@@ -195,36 +255,49 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
195
255
|
'button-mini-text-size': string;
|
196
256
|
'ellipsis-default-text-size': string;
|
197
257
|
'ellipsis-float-ellipsis-node-background': string;
|
258
|
+
'dark-ellipsis-float-ellipsis-node-background': string;
|
198
259
|
'ellipsis-float-ellipsis-node-padding-left': string;
|
260
|
+
'dark-checkbox-icon-color': string;
|
199
261
|
'checkbox-icon-color': string;
|
200
262
|
'checkbox-icon-font-size': string;
|
201
263
|
'checkbox-icon-margin-right': string;
|
264
|
+
'dark-checkbox-icon-checked-color': string;
|
202
265
|
'checkbox-icon-checked-color': string;
|
266
|
+
'dark-checkbox-icon-disabled-color': string;
|
203
267
|
'checkbox-icon-disabled-color': string;
|
268
|
+
'dark-checkbox-icon-checked-disabled-color': string;
|
204
269
|
'checkbox-icon-checked-disabled-color': string;
|
205
|
-
'checkbox-disabled-color': string;
|
206
270
|
'checkbox-text-font-size': string;
|
207
271
|
'checkbox-text-disabled-opacity': string;
|
208
272
|
'checkbox-group-gutter': string;
|
209
273
|
'tabs-tab-bar-font-size': string;
|
274
|
+
'dark-tabs-tab-bar-background': string;
|
210
275
|
'tabs-tab-bar-background': string;
|
211
276
|
'tabs-tab-bar-height': string;
|
212
277
|
'tabs-tab-bar-width': string;
|
213
278
|
'tabs-tab-bar-horizontal-height': string;
|
214
279
|
'tabs-tab-bar-card-height': string;
|
280
|
+
'dark-tabs-tab-bar-card-color': string;
|
215
281
|
'tabs-tab-bar-card-color': string;
|
282
|
+
'dark-tabs-tab-bar-card-text-color': string;
|
216
283
|
'tabs-tab-bar-card-text-color': string;
|
217
284
|
'tabs-tab-bar-card-border-radius': string;
|
285
|
+
'dark-tabs-tab-bar-line-active-color': string;
|
218
286
|
'tabs-tab-bar-line-active-color': string;
|
219
287
|
'tabs-tab-bar-line-gutter': string;
|
220
288
|
'tabs-tab-bar-tag-gutter': string;
|
221
289
|
'tabs-tab-bar-tag-height': string;
|
222
290
|
'tabs-tab-bar-tag-vertical-padding': string;
|
291
|
+
'dark-tabs-tab-bar-tag-background': string;
|
223
292
|
'tabs-tab-bar-tag-background': string;
|
293
|
+
'dark-tabs-tab-bar-tag-text-color': string;
|
224
294
|
'tabs-tab-bar-tag-text-color': string;
|
295
|
+
'dark-tabs-tab-bar-tag-active-background': string;
|
225
296
|
'tabs-tab-bar-tag-active-background': string;
|
297
|
+
'dark-tabs-tab-bar-tag-active-text-color': string;
|
226
298
|
'tabs-tab-bar-tag-active-text-color': string;
|
227
299
|
'tabs-tab-bar-tag-padding': string;
|
300
|
+
'dark-tabs-underline-color': string;
|
228
301
|
'tabs-underline-color': string;
|
229
302
|
'tabs-underline-thick': string;
|
230
303
|
'tabs-underline-size': string;
|
@@ -233,15 +306,20 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
233
306
|
'tab-bar-font-size': string;
|
234
307
|
'tab-bar-icon-size': string;
|
235
308
|
'tab-bar-only-title-font-size': string;
|
309
|
+
'dark-tab-bar-color': string;
|
236
310
|
'tab-bar-color': string;
|
311
|
+
'dark-tab-bar-active-color': string;
|
237
312
|
'tab-bar-active-color': string;
|
238
313
|
'tab-bar-title-line-height': string;
|
239
314
|
'tab-bar-only-title-line-height': string;
|
240
315
|
'tab-bar-title-margin': string;
|
241
316
|
'tab-bar-item-icon-margin': string;
|
242
317
|
'nav-bar-height': string;
|
318
|
+
'dark-nav-bar-bottom-border-color': string;
|
243
319
|
'nav-bar-bottom-border-color': string;
|
320
|
+
'dark-nav-bar-background': string;
|
244
321
|
'nav-bar-background': string;
|
322
|
+
'dark-nav-bar-font-color': string;
|
245
323
|
'nav-bar-font-color': string;
|
246
324
|
'nav-bar-two-sides-font-size': string;
|
247
325
|
'nav-bar-two-sides-padding': string;
|
@@ -249,14 +327,19 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
249
327
|
'nav-bar-title-text-font-size': string;
|
250
328
|
'nav-bar-title-padding': string;
|
251
329
|
'nav-bar-back-icon-height': string;
|
330
|
+
'dark-image-placeholder-background': string;
|
252
331
|
'image-placeholder-background': string;
|
332
|
+
'dark-image-loading-icon-color': string;
|
253
333
|
'image-loading-icon-color': string;
|
334
|
+
'dark-image-retry-icon-color': string;
|
254
335
|
'image-retry-icon-color': string;
|
255
336
|
'image-mask-background': string;
|
256
337
|
'image-transition-function': string;
|
257
338
|
'image-inner-font-size': string;
|
258
339
|
'image-retry-font-size': string;
|
340
|
+
'dark-switch-text-color': string;
|
259
341
|
'switch-text-color': string;
|
342
|
+
'dark-switch-text-checked-color': string;
|
260
343
|
'switch-text-checked-color': string;
|
261
344
|
'switch-inner-background': string;
|
262
345
|
'switch-inner-transition': string;
|
@@ -272,9 +355,13 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
272
355
|
'switch-android-checked-inner-transform': string;
|
273
356
|
'switch-android-text-font-size': string;
|
274
357
|
'switch-android-text-gap-size': string;
|
358
|
+
'dark-switch-android-background': string;
|
275
359
|
'switch-android-background': string;
|
360
|
+
'dark-switch-android-checked-background': string;
|
276
361
|
'switch-android-checked-background': string;
|
362
|
+
'dark-switch-android-disabled-checked-background': string;
|
277
363
|
'switch-android-disabled-checked-background': string;
|
364
|
+
'dark-switch-android-disabled-background': string;
|
278
365
|
'switch-android-disabled-background': string;
|
279
366
|
'switch-ios-width': string;
|
280
367
|
'switch-ios-height': string;
|
@@ -293,6 +380,7 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
293
380
|
'switch-ios-disabled-checked-opacity': string;
|
294
381
|
'switch-ios-disabled-background': string;
|
295
382
|
'toast-background': string;
|
383
|
+
'dark-toast-text-color': string;
|
296
384
|
'toast-text-color': string;
|
297
385
|
'toast-font-size': string;
|
298
386
|
'toast-line-height': string;
|
@@ -308,7 +396,9 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
308
396
|
'toast-vertical-padding': string;
|
309
397
|
'toast-vertical-icon-size': string;
|
310
398
|
'toast-vertical-icon-content-gutter': string;
|
399
|
+
'dark-loading-color': string;
|
311
400
|
'loading-color': string;
|
401
|
+
'dark-loading-arc-background-color': string;
|
312
402
|
'loading-arc-background-color': string;
|
313
403
|
'loading-dot-size': string;
|
314
404
|
'loading-dot-gutter': string;
|
@@ -316,17 +406,23 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
316
406
|
'picker-view-cell-height': string;
|
317
407
|
'picker-view-wrapper-height': string;
|
318
408
|
'picker-view-mask-top-background': string;
|
409
|
+
'dark-picker-view-mask-top-background': string;
|
319
410
|
'picker-view-mask-bottom-background': string;
|
411
|
+
'dark-picker-view-mask-bottom-background': string;
|
412
|
+
'dark-picker-view-selection-border-color': string;
|
320
413
|
'picker-view-selection-border-color': string;
|
321
414
|
'picker-wrapper-shadow': string;
|
322
415
|
'picker-wrapper-border-radius': string;
|
323
416
|
'picker-header-height': string;
|
417
|
+
'dark-picker-header-background': string;
|
324
418
|
'picker-header-background': string;
|
325
419
|
'picker-title-font-size': string;
|
326
420
|
'picker-title-padding': string;
|
327
421
|
'picker-button-font-size': string;
|
328
422
|
'picker-button-padding': string;
|
423
|
+
'dark-picker-left-btn-color': string;
|
329
424
|
'picker-left-btn-color': string;
|
425
|
+
'dark-picker-right-btn-color': string;
|
330
426
|
'picker-right-btn-color': string;
|
331
427
|
'popover-arrow-size': string;
|
332
428
|
'popover-arrow-border-radius': string;
|
@@ -338,21 +434,28 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
338
434
|
'popover-inner-top-arrow-shadow': string;
|
339
435
|
'popover-inner-bottom-arrow-shadow': string;
|
340
436
|
'popover-background-color': string;
|
437
|
+
'dark-popover-white-theme-background-color': string;
|
341
438
|
'popover-white-theme-background-color': string;
|
439
|
+
'dark-popover-content-color': string;
|
342
440
|
'popover-content-color': string;
|
343
441
|
'popover-content-padding': string;
|
344
442
|
'popover-content-android-padding': string;
|
345
443
|
'popover-content-font-size': string;
|
346
444
|
'popover-content-line-height': string;
|
347
445
|
'popover-content-disabled-color': string;
|
446
|
+
'dark-popover-content-white-theme-color': string;
|
348
447
|
'popover-content-white-theme-color': string;
|
448
|
+
'dark-popover-content-white-theme-disabled-color': string;
|
349
449
|
'popover-content-white-theme-disabled-color': string;
|
350
450
|
'popover-content-border-color': string;
|
451
|
+
'dark-popover-content-white-theme-border-color': string;
|
351
452
|
'popover-content-white-theme-border-color': string;
|
352
453
|
'popover-shadow-color': string;
|
353
454
|
'popover-menu-content-padding': string;
|
455
|
+
'dark-popover-menu-icon-white-theme-color': string;
|
354
456
|
'popover-menu-icon-white-theme-color': string;
|
355
457
|
'popover-menu-active-background': string;
|
458
|
+
'dark-popover-menu-active-white-theme-background': string;
|
356
459
|
'popover-menu-active-white-theme-background': string;
|
357
460
|
'popover-horizontal-menu-max-width': string;
|
358
461
|
'popover-horizontal-menu-item-size': string;
|
@@ -365,17 +468,24 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
365
468
|
'popover-text-suffix-padding': string;
|
366
469
|
'popover-mask-background': string;
|
367
470
|
'load-more-font-size': string;
|
471
|
+
'dark-load-more-text-color': string;
|
368
472
|
'load-more-text-color': string;
|
473
|
+
'dark-cell-text-color': string;
|
369
474
|
'cell-text-color': string;
|
475
|
+
'dark-cell-label-color': string;
|
370
476
|
'cell-label-color': string;
|
477
|
+
'dark-cell-label-icon-color': string;
|
371
478
|
'cell-label-icon-color': string;
|
479
|
+
'dark-cell-desc-color': string;
|
372
480
|
'cell-desc-color': string;
|
373
481
|
'cell-desc-font-size': string;
|
374
482
|
'cell-desc-margin-top': string;
|
375
483
|
'cell-content-font-size': string;
|
484
|
+
'dark-cell-arrow-color': string;
|
376
485
|
'cell-arrow-color': string;
|
377
486
|
'cell-arrow-gutter': string;
|
378
487
|
'cell-arrow-font-size': string;
|
488
|
+
'dark-cell-background-color': string;
|
379
489
|
'cell-background-color': string;
|
380
490
|
'cell-font-size': string;
|
381
491
|
'cell-horizontal-padding': string;
|
@@ -399,18 +509,29 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
399
509
|
'tag-large-size-padding': string;
|
400
510
|
'tag-filleted-padding': string;
|
401
511
|
'tag-border-radius': string;
|
512
|
+
'dark-tag-primary-color': string;
|
402
513
|
'tag-primary-color': string;
|
514
|
+
'dark-tag-primary-background-color': string;
|
403
515
|
'tag-primary-background-color': string;
|
516
|
+
'dark-tag-primary-border-color': string;
|
404
517
|
'tag-primary-border-color': string;
|
518
|
+
'dark-tag-hollow-color': string;
|
405
519
|
'tag-hollow-color': string;
|
520
|
+
'dark-tag-hollow-border-color': string;
|
406
521
|
'tag-hollow-border-color': string;
|
522
|
+
'dark-tag-solid-color': string;
|
407
523
|
'tag-solid-color': string;
|
524
|
+
'dark-tag-solid-background-color': string;
|
408
525
|
'tag-solid-background-color': string;
|
526
|
+
'dark-tag-solid-border-color': string;
|
409
527
|
'tag-solid-border-color': string;
|
410
528
|
'tag-list-horizontal-gutter': string;
|
411
529
|
'tag-list-vertical-gutter': string;
|
530
|
+
'dark-tag-list-add-border-color': string;
|
412
531
|
'tag-list-add-border-color': string;
|
532
|
+
'dark-tag-list-add-background': string;
|
413
533
|
'tag-list-add-background': string;
|
534
|
+
'dark-tag-list-add-color': string;
|
414
535
|
'tag-list-add-color': string;
|
415
536
|
'image-preview-mask-background': string;
|
416
537
|
'image-preview-indicator-font-size': string;
|
@@ -420,23 +541,33 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
420
541
|
'dropdown-menu-padding': string;
|
421
542
|
'dropdown-menu-font-size': string;
|
422
543
|
'dropdown-menu-line-height': string;
|
544
|
+
'dark-dropdown-menu-color': string;
|
423
545
|
'dropdown-menu-color': string;
|
546
|
+
'dark-dropdown-menu-selected-color': string;
|
424
547
|
'dropdown-menu-selected-color': string;
|
548
|
+
'dark-dropdown-menu-disabled-color': string;
|
425
549
|
'dropdown-menu-disabled-color': string;
|
550
|
+
'dark-dropdown-menu-tip-color': string;
|
426
551
|
'dropdown-menu-tip-color': string;
|
427
552
|
'dropdown-menu-tip-min-width': string;
|
428
553
|
'dropdown-menu-tip-padding-right': string;
|
429
554
|
'dropdown-menu-label-max-width': string;
|
430
555
|
'dropdown-menu-icon-size': string;
|
556
|
+
'dark-dropdown-menu-icon-color': string;
|
431
557
|
'dropdown-menu-icon-color': string;
|
558
|
+
'dark-dropdown-menu-icon-selected-color': string;
|
432
559
|
'dropdown-menu-icon-selected-color': string;
|
433
560
|
'dropdown-menu-icon-margin-left': string;
|
561
|
+
'dark-dropdown-options-background-color': string;
|
434
562
|
'dropdown-options-background-color': string;
|
435
563
|
'dropdown-options-item-padding': string;
|
436
564
|
'dropdown-options-item-font-size': string;
|
437
565
|
'dropdown-options-item-line-height': string;
|
566
|
+
'dark-dropdown-options-item-color': string;
|
438
567
|
'dropdown-options-item-color': string;
|
568
|
+
'dark-dropdown-options-item-selected-color': string;
|
439
569
|
'dropdown-options-item-selected-color': string;
|
570
|
+
'dark-dropdown-options-item-disabled-color': string;
|
440
571
|
'dropdown-options-item-disabled-color': string;
|
441
572
|
'dropdown-options-item-icon-right': string;
|
442
573
|
'dropdown-mask-background-color': string;
|
@@ -444,45 +575,63 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
444
575
|
'dropdown-multi-rows-options-item-padding': string;
|
445
576
|
'dropdown-multi-rows-options-item-font-size': string;
|
446
577
|
'dropdown-multi-rows-options-item-line-height': string;
|
578
|
+
'dark-dropdown-multi-rows-options-item-color': string;
|
447
579
|
'dropdown-multi-rows-options-item-color': string;
|
448
580
|
'dropdown-multi-rows-options-item-border-radius': string;
|
581
|
+
'dark-dropdown-multi-rows-options-item-background': string;
|
449
582
|
'dropdown-multi-rows-options-item-background': string;
|
583
|
+
'dark-dropdown-multi-rows-options-item-selected-background': string;
|
450
584
|
'dropdown-multi-rows-options-item-selected-background': string;
|
585
|
+
'dark-dropdown-multi-rows-options-item-selected-color': string;
|
451
586
|
'dropdown-multi-rows-options-item-selected-color': string;
|
452
587
|
'dropdown-multi-rows-options-container-padding': string;
|
453
588
|
'dropdown-multi-rows-options-container-margin': string;
|
589
|
+
'dark-collapse-disabled-header-color': string;
|
454
590
|
'collapse-disabled-header-color': string;
|
591
|
+
'dark-collapse-header-background': string;
|
455
592
|
'collapse-header-background': string;
|
456
593
|
'collapse-header-height': string;
|
457
594
|
'collapse-header-font-size': string;
|
458
595
|
'collapse-header-margin-left': string;
|
459
596
|
'collapse-header-padding': string;
|
597
|
+
'dark-collapse-header-color': string;
|
460
598
|
'collapse-header-color': string;
|
461
599
|
'collapse-header-line-height': string;
|
600
|
+
'dark-collapse-header-icon-color': string;
|
462
601
|
'collapse-header-icon-color': string;
|
463
602
|
'collapse-content-padding': string;
|
464
603
|
'collapse-content-font-size': string;
|
604
|
+
'dark-collapse-content-color': string;
|
465
605
|
'collapse-content-color': string;
|
466
606
|
'collapse-content-line-height': string;
|
607
|
+
'dark-pull-refresh-label-background-color': string;
|
467
608
|
'pull-refresh-label-background-color': string;
|
468
609
|
'pull-refresh-label-font-size': string;
|
610
|
+
'dark-pull-refresh-content-background-color': string;
|
469
611
|
'pull-refresh-content-background-color': string;
|
612
|
+
'dark-pull-refresh-label-text-color': string;
|
470
613
|
'pull-refresh-label-text-color': string;
|
614
|
+
'dark-pull-refresh-label-loading-color': string;
|
471
615
|
'pull-refresh-label-loading-color': string;
|
472
616
|
'slider-padding': string;
|
473
617
|
'slider-mask-padding': string;
|
474
618
|
'slider-has-mark-padding-bottom': string;
|
475
619
|
'slider-label-font-size': string;
|
476
620
|
'slider-label-gutter': string;
|
621
|
+
'dark-slider-text-color': string;
|
477
622
|
'slider-text-color': string;
|
623
|
+
'dark-slider-line-color': string;
|
478
624
|
'slider-line-color': string;
|
479
625
|
'slider-line-border-radius': string;
|
626
|
+
'dark-slider-line-activated-color': string;
|
480
627
|
'slider-line-activated-color': string;
|
628
|
+
'dark-slider-line-disabled-color': string;
|
481
629
|
'slider-line-disabled-color': string;
|
482
630
|
'slider-thumb-width': string;
|
483
631
|
'slider-thumb-height': string;
|
484
632
|
'slider-thumb-border-radius': string;
|
485
633
|
'slider-thumb-box-shadow': string;
|
634
|
+
'dark-slider-thumb-background': string;
|
486
635
|
'slider-thumb-background': string;
|
487
636
|
'slider-popover-arrow-size': string;
|
488
637
|
'slider-popover-font-size': string;
|
@@ -495,16 +644,21 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
495
644
|
'slider-mark-label-line-height': string;
|
496
645
|
'slider-horizontal-mark-label-top': string;
|
497
646
|
'slider-vertical-mark-label-right': string;
|
647
|
+
'dark-swipe-load-label-background': string;
|
498
648
|
'swipe-load-label-background': string;
|
499
649
|
'swipe-load-label-border-radius': string;
|
500
650
|
'swipe-load-label-text-margin-left': string;
|
501
651
|
'swipe-load-label-text-width': string;
|
652
|
+
'dark-swipe-load-label-text-color': string;
|
502
653
|
'swipe-load-label-text-color': string;
|
503
654
|
'swipe-load-label-text-font-size': string;
|
504
655
|
'notice-bar-wrapper-padding': string;
|
505
656
|
'notice-bar-background': string;
|
657
|
+
'dark-notice-bar-background': string;
|
658
|
+
'dark-notice-bar-color': string;
|
506
659
|
'notice-bar-color': string;
|
507
660
|
'notice-bar-gradient-background': string;
|
661
|
+
'dark-notice-bar-gradient-background': string;
|
508
662
|
'notice-bar-line-height': string;
|
509
663
|
'notice-bar-text-font-size': string;
|
510
664
|
'notice-bar-icon-font-size': string;
|
@@ -512,10 +666,15 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
512
666
|
'notice-bar-vertical-padding': string;
|
513
667
|
'notice-bar-horizontal-padding': string;
|
514
668
|
'notice-bar-gradient-width': string;
|
669
|
+
'dark-notify-success-background': string;
|
515
670
|
'notify-success-background': string;
|
671
|
+
'dark-notify-error-background': string;
|
516
672
|
'notify-error-background': string;
|
673
|
+
'dark-notify-warn-background': string;
|
517
674
|
'notify-warn-background': string;
|
675
|
+
'dark-notify-font-color': string;
|
518
676
|
'notify-font-color': string;
|
677
|
+
'dark-notify-info-font-color': string;
|
519
678
|
'notify-info-font-color': string;
|
520
679
|
'notify-font-size': string;
|
521
680
|
'notify-min-height': string;
|
@@ -528,28 +687,47 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
528
687
|
'steps-tail-horizontal-left': string;
|
529
688
|
'steps-tail-vertical-top': string;
|
530
689
|
'steps-tail-standard-size': string;
|
690
|
+
'dark-steps-tail-standard-background': string;
|
531
691
|
'steps-tail-standard-background': string;
|
692
|
+
'dark-steps-tail-finish-background': string;
|
532
693
|
'steps-tail-finish-background': string;
|
694
|
+
'dark-steps-finish-icon-num-background': string;
|
533
695
|
'steps-finish-icon-num-background': string;
|
696
|
+
'dark-steps-process-icon-num-background': string;
|
534
697
|
'steps-process-icon-num-background': string;
|
698
|
+
'dark-steps-wait-icon-num-background': string;
|
535
699
|
'steps-wait-icon-num-background': string;
|
700
|
+
'dark-steps-error-icon-num-background': string;
|
536
701
|
'steps-error-icon-num-background': string;
|
537
702
|
'steps-icon-svg-standard-font-size': string;
|
703
|
+
'dark-steps-finish-icon-svg-color': string;
|
538
704
|
'steps-finish-icon-svg-color': string;
|
705
|
+
'dark-steps-error-icon-svg-color': string;
|
539
706
|
'steps-error-icon-svg-color': string;
|
540
707
|
'steps-error-icon-svg-font-size': string;
|
541
708
|
'steps-icon-num-font-size': string;
|
542
709
|
'steps-icon-num-line-height': string;
|
710
|
+
'dark-steps-icon-num-color': string;
|
543
711
|
'steps-icon-num-color': string;
|
712
|
+
'dark-steps-process-icon-num-color': string;
|
544
713
|
'steps-process-icon-num-color': string;
|
714
|
+
'dark-steps-finish-dot-border-color': string;
|
545
715
|
'steps-finish-dot-border-color': string;
|
716
|
+
'dark-steps-process-dot-background': string;
|
546
717
|
'steps-process-dot-background': string;
|
718
|
+
'dark-steps-wait-dot-border-color': string;
|
547
719
|
'steps-wait-dot-border-color': string;
|
720
|
+
'dark-steps-finish-title-color': string;
|
548
721
|
'steps-finish-title-color': string;
|
722
|
+
'dark-steps-error-title-color': string;
|
549
723
|
'steps-error-title-color': string;
|
724
|
+
'dark-steps-process-title-color': string;
|
550
725
|
'steps-process-title-color': string;
|
726
|
+
'dark-steps-wait-title-color': string;
|
551
727
|
'steps-wait-title-color': string;
|
728
|
+
'dark-steps-description-color': string;
|
552
729
|
'steps-description-color': string;
|
730
|
+
'dark-steps-wait-description-color': string;
|
553
731
|
'steps-wait-description-color': string;
|
554
732
|
'steps-icon-width': string;
|
555
733
|
'steps-icon-height': string;
|
@@ -566,6 +744,7 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
566
744
|
'steps-description-margin-top': string;
|
567
745
|
'steps-vertical-padding-bottom': string;
|
568
746
|
'steps-vertical-padding-left': string;
|
747
|
+
'dark-steps-process-with-config-item-icon-color': string;
|
569
748
|
'steps-process-with-config-item-icon-color': string;
|
570
749
|
'swipe-action-open-transition': string;
|
571
750
|
'swipe-action-close-transition': string;
|
@@ -573,11 +752,14 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
573
752
|
'swipe-action-info-bounce-buffer': string;
|
574
753
|
'swipe-action-text-font-size': string;
|
575
754
|
'swipe-action-text-line-height': string;
|
755
|
+
'dark-swipe-action-text-color': string;
|
576
756
|
'swipe-action-text-color': string;
|
577
757
|
'swipe-action-icon-width': string;
|
578
758
|
'swipe-action-icon-height': string;
|
579
759
|
'swipe-action-icon-margin-right': string;
|
760
|
+
'dark-badge-background-color': string;
|
580
761
|
'badge-background-color': string;
|
762
|
+
'dark-badge-text-color': string;
|
581
763
|
'badge-text-color': string;
|
582
764
|
'badge-font-size': string;
|
583
765
|
'badge-dot-width': string;
|
@@ -586,18 +768,27 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
586
768
|
'badge-text-deviation': string;
|
587
769
|
'badge-dot-deviation': string;
|
588
770
|
'badge-border-radius': string;
|
771
|
+
'dark-badge-border-color': string;
|
589
772
|
'badge-border-color': string;
|
590
773
|
'circle-progress-font-size': string;
|
774
|
+
'dark-circle-progress-primary-color': string;
|
591
775
|
'circle-progress-primary-color': string;
|
776
|
+
'dark-circle-progress-track-color': string;
|
592
777
|
'circle-progress-track-color': string;
|
778
|
+
'dark-circle-progress-disabled-color': string;
|
593
779
|
'circle-progress-disabled-color': string;
|
780
|
+
'dark-circle-progress-mini-track-color': string;
|
594
781
|
'circle-progress-mini-track-color': string;
|
595
782
|
'circle-progress-linear-gradient-start-color': string;
|
596
783
|
'circle-progress-linear-gradient-end-color': string;
|
597
784
|
'circle-progress-linear-gradient-text-color': string;
|
785
|
+
'dark-progress-primary-color': string;
|
598
786
|
'progress-primary-color': string;
|
787
|
+
'dark-progress-track-color': string;
|
599
788
|
'progress-track-color': string;
|
789
|
+
'dark-progress-disabled-color': string;
|
600
790
|
'progress-disabled-color': string;
|
791
|
+
'dark-progress-disabled-text-color': string;
|
601
792
|
'progress-disabled-text-color': string;
|
602
793
|
'progress-linear-gradient-start-color': string;
|
603
794
|
'progress-linear-gradient-end-color': string;
|
@@ -616,18 +807,29 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
616
807
|
'pagination-field-btn-text-font-size': string;
|
617
808
|
'pagination-field-btn-icon-text-gutter': string;
|
618
809
|
'pagination-field-btn-icon-side-margin': string;
|
810
|
+
'dark-pagination-field-primary-background': string;
|
619
811
|
'pagination-field-primary-background': string;
|
812
|
+
'dark-pagination-field-primary-text-color': string;
|
620
813
|
'pagination-field-primary-text-color': string;
|
814
|
+
'dark-pagination-field-default-background': string;
|
621
815
|
'pagination-field-default-background': string;
|
816
|
+
'dark-pagination-field-default-text-color': string;
|
622
817
|
'pagination-field-default-text-color': string;
|
818
|
+
'dark-pagination-field-disabled-background': string;
|
623
819
|
'pagination-field-disabled-background': string;
|
820
|
+
'dark-pagination-field-disabled-text-color': string;
|
624
821
|
'pagination-field-disabled-text-color': string;
|
822
|
+
'dark-pagination-field-text-color': string;
|
625
823
|
'pagination-field-text-color': string;
|
824
|
+
'dark-pagination-field-text-primary-text-color': string;
|
626
825
|
'pagination-field-text-primary-text-color': string;
|
627
826
|
'pagination-item-font-size': string;
|
628
827
|
'pagination-item-line-height': string;
|
828
|
+
'dark-pagination-item-primary-text-color': string;
|
629
829
|
'pagination-item-primary-text-color': string;
|
830
|
+
'dark-pagination-item-default-text-color': string;
|
630
831
|
'pagination-item-default-text-color': string;
|
832
|
+
'dark-progress-text-inner-color': string;
|
631
833
|
'progress-text-inner-color': string;
|
632
834
|
'progress-text-gutter': string;
|
633
835
|
'progress-text-font-size': string;
|
@@ -639,10 +841,13 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
639
841
|
'rate-icon-size': string;
|
640
842
|
'rate-icon-offset': string;
|
641
843
|
'rate-icon-active-color': string;
|
844
|
+
'dark-rate-icon-normal-color': string;
|
642
845
|
'rate-icon-normal-color': string;
|
846
|
+
'dark-rate-icon-disabled-active-color': string;
|
643
847
|
'rate-icon-disabled-active-color': string;
|
644
848
|
'count-down-font-size': string;
|
645
849
|
'count-down-line-height': string;
|
850
|
+
'dark-count-down-color': string;
|
646
851
|
'count-down-color': string;
|
647
852
|
'grid-icon-width': string;
|
648
853
|
'grid-icon-height': string;
|
@@ -654,67 +859,89 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
654
859
|
'grid-vertical-content-line-height': string;
|
655
860
|
'grid-horizontal-text-margin-left': string;
|
656
861
|
'grid-horizontal-content-margin-top': string;
|
862
|
+
'dark-grid-border-color': string;
|
657
863
|
'grid-border-color': string;
|
658
864
|
'grid-border-size': string;
|
659
865
|
'action-sheet-item-height': string;
|
660
866
|
'action-sheet-item-font-size': string;
|
661
867
|
'action-sheet-border-radius': string;
|
868
|
+
'dark-action-sheet-cancel-border-color': string;
|
662
869
|
'action-sheet-cancel-border-color': string;
|
663
870
|
'action-sheet-cancel-border-width': string;
|
664
871
|
'action-sheet-header-padding': string;
|
665
872
|
'action-sheet-title-font-size': string;
|
666
873
|
'action-sheet-sub-title-font-size': string;
|
667
874
|
'search-bar-padding': string;
|
875
|
+
'dark-search-bar-background-color': string;
|
668
876
|
'search-bar-background-color': string;
|
669
877
|
'search-bar-square-shape-border-radius': string;
|
670
878
|
'search-bar-round-shape-border-radius': string;
|
671
879
|
'search-bar-input-wrapper-height': string;
|
672
880
|
'search-bar-input-wrapper-padding': string;
|
881
|
+
'dark-search-bar-input-wrapper-background-color': string;
|
673
882
|
'search-bar-input-wrapper-background-color': string;
|
674
883
|
'search-bar-input-wrapper-font-size': string;
|
675
884
|
'search-bar-input-height': string;
|
885
|
+
'dark-search-bar-input-caret-color': string;
|
676
886
|
'search-bar-input-caret-color': string;
|
887
|
+
'dark-search-bar-input-placeholder-color': string;
|
677
888
|
'search-bar-input-placeholder-color': string;
|
678
889
|
'search-bar-prefix-margin-right': string;
|
890
|
+
'dark-search-bar-clear-icon-color': string;
|
679
891
|
'search-bar-clear-icon-color': string;
|
680
892
|
'search-bar-clear-icon-font-size': string;
|
681
893
|
'search-bar-clear-icon-padding-left': string;
|
894
|
+
'dark-search-bar-search-icon-color': string;
|
682
895
|
'search-bar-search-icon-color': string;
|
683
896
|
'search-bar-search-icon-font-size': string;
|
897
|
+
'dark-search-bar-cancel-btn-color': string;
|
684
898
|
'search-bar-cancel-btn-color': string;
|
685
899
|
'search-bar-cancel-btn-font-size': string;
|
686
900
|
'search-bar-cancel-btn-margin-left': string;
|
901
|
+
'dark-search-bar-association-background-color': string;
|
687
902
|
'search-bar-association-background-color': string;
|
688
903
|
'search-bar-association-item-height': string;
|
689
904
|
'search-bar-association-item-padding': string;
|
690
905
|
'search-bar-association-item-font-size': string;
|
906
|
+
'dark-search-bar-association-item-color': string;
|
691
907
|
'search-bar-association-item-color': string;
|
908
|
+
'dark-search-bar-association-item-highlight-color': string;
|
692
909
|
'search-bar-association-item-highlight-color': string;
|
693
910
|
'image-picker-font-size': string;
|
694
911
|
'image-picker-disabled-opacity': string;
|
695
912
|
'image-picker-border-radius': string;
|
913
|
+
'dark-image-picker-add-background': string;
|
696
914
|
'image-picker-add-background': string;
|
697
915
|
'image-picker-add-icon-font-size': string;
|
916
|
+
'dark-image-picker-add-icon-color': string;
|
698
917
|
'image-picker-add-icon-color': string;
|
699
918
|
'image-picker-add-text-font-size': string;
|
919
|
+
'dark-image-picker-add-text-color': string;
|
700
920
|
'image-picker-add-text-color': string;
|
921
|
+
'dark-image-picker-error-color': string;
|
701
922
|
'image-picker-error-color': string;
|
702
923
|
'image-picker-error-background': string;
|
924
|
+
'dark-image-picker-close-color': string;
|
703
925
|
'image-picker-close-color': string;
|
704
926
|
'image-picker-close-font-size': string;
|
705
927
|
'image-picker-close-width': string;
|
706
928
|
'image-picker-close-height': string;
|
707
929
|
'image-picker-close-background': string;
|
708
930
|
'image-picker-close-border-radius': string;
|
931
|
+
'dark-index-bar-background': string;
|
709
932
|
'index-bar-background': string;
|
933
|
+
'dark-index-bar-group-active-color': string;
|
710
934
|
'index-bar-group-active-color': string;
|
711
935
|
'index-bar-group-left-spacing': string;
|
712
936
|
'index-bar-group-title-height': string;
|
713
937
|
'index-bar-group-title-background': string;
|
938
|
+
'dark-index-bar-group-title-background': string;
|
939
|
+
'dark-index-bar-group-title-font-color': string;
|
714
940
|
'index-bar-group-title-font-color': string;
|
715
941
|
'index-bar-group-title-font-size': string;
|
716
942
|
'index-bar-group-item-height': string;
|
717
943
|
'index-bar-group-item-font-size': string;
|
944
|
+
'dark-index-bar-sidebar-active-color': string;
|
718
945
|
'index-bar-sidebar-active-color': string;
|
719
946
|
'index-bar-sidebar-item-font-size': string;
|
720
947
|
'index-bar-sidebar-item-line-height': string;
|
@@ -722,6 +949,7 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
722
949
|
'index-bar-sidebar-item-width': string;
|
723
950
|
'index-bar-sidebar-sweat-padding': string;
|
724
951
|
'index-bar-sidebar-sweat-background': string;
|
952
|
+
'dark-index-bar-sidebar-sweat-color': string;
|
725
953
|
'index-bar-sidebar-sweat-color': string;
|
726
954
|
'index-bar-sidebar-sweat-right': string;
|
727
955
|
'index-bar-sidebar-sweat-font-size': string;
|
@@ -729,52 +957,71 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
729
957
|
'index-bar-sidebar-sweat-triangle-position': string;
|
730
958
|
'index-bar-sidebar-sweat-triangle-border': string;
|
731
959
|
'index-bar-sidebar-toast-background': string;
|
960
|
+
'dark-index-bar-sidebar-toast-color': string;
|
732
961
|
'index-bar-sidebar-toast-color': string;
|
733
962
|
'index-bar-sidebar-toast-height': string;
|
734
963
|
'index-bar-sidebar-toast-radius': string;
|
735
964
|
'index-bar-sidebar-toast-padding': string;
|
736
965
|
'index-bar-sidebar-toast-font-size': string;
|
737
966
|
'stepper-font-size': string;
|
738
|
-
'stepper-square-border': string;
|
967
|
+
'dark-stepper-square-border-color': string;
|
968
|
+
'stepper-square-border-color': string;
|
739
969
|
'stepper-square-border-radius': string;
|
740
970
|
'stepper-square-background-color': string;
|
741
971
|
'stepper-round-button-border-radius': string;
|
742
972
|
'stepper-round-input-background-color': string;
|
743
973
|
'stepper-button-size': string;
|
744
974
|
'stepper-button-icon-size': string;
|
975
|
+
'dark-stepper-default-background-color': string;
|
745
976
|
'stepper-default-background-color': string;
|
977
|
+
'dark-stepper-content-color': string;
|
746
978
|
'stepper-content-color': string;
|
979
|
+
'dark-stepper-disable-color': string;
|
747
980
|
'stepper-disable-color': string;
|
748
981
|
'stepper-input-width': string;
|
749
982
|
'stepper-input-height': string;
|
750
983
|
'stepper-input-margin': string;
|
751
984
|
'form-item-label-item-font-size': string;
|
752
985
|
'form-item-label-item-line-height': string;
|
986
|
+
'dark-form-item-label-item-color': string;
|
753
987
|
'form-item-label-item-color': string;
|
754
988
|
'form-item-label-item-gutter': string;
|
755
989
|
'form-item-label-item-width': string;
|
990
|
+
'dark-form-item-border-divider-color': string;
|
756
991
|
'form-item-border-divider-color': string;
|
992
|
+
'dark-form-item-label-item-required-asterisk-color': string;
|
757
993
|
'form-item-label-item-required-asterisk-color': string;
|
994
|
+
'dark-form-item-error-message-color': string;
|
758
995
|
'form-item-error-message-color': string;
|
996
|
+
'dark-form-item-warning-message-color': string;
|
759
997
|
'form-item-warning-message-color': string;
|
760
998
|
'time-line-dot-width': string;
|
999
|
+
'dark-time-line-dot-border-color': string;
|
761
1000
|
'time-line-dot-border-color': string;
|
1001
|
+
'dark-time-line-dot-background-color': string;
|
762
1002
|
'time-line-dot-background-color': string;
|
763
1003
|
'time-line-axis-width': string;
|
1004
|
+
'dark-time-line-axis-color': string;
|
764
1005
|
'time-line-axis-color': string;
|
765
1006
|
'time-line-label-font-size': string;
|
1007
|
+
'dark-time-line-label-color': string;
|
766
1008
|
'time-line-label-color': string;
|
767
1009
|
'time-line-content-margin-top': string;
|
768
1010
|
'time-line-content-margin-bottom': string;
|
769
1011
|
'time-line-content-margin-left': string;
|
770
1012
|
'time-line-content-border-radius': string;
|
771
1013
|
'time-line-content-font-size': string;
|
1014
|
+
'dark-time-line-content-background-color': string;
|
772
1015
|
'time-line-content-background-color': string;
|
1016
|
+
'dark-time-line-content-color': string;
|
773
1017
|
'time-line-content-color': string;
|
774
1018
|
'keyboard-background': string;
|
1019
|
+
'dark-keyboard-background': string;
|
775
1020
|
'keyboard-content-padding': string;
|
776
1021
|
'keyboard-unified-margin': string;
|
1022
|
+
'dark-keyboard-confirm-key-background': string;
|
777
1023
|
'keyboard-confirm-key-background': string;
|
1024
|
+
'dark-keyboard-confirm-key-color': string;
|
778
1025
|
'keyboard-confirm-key-color': string;
|
779
1026
|
'keyboard-confirm-key-font-size': string;
|
780
1027
|
'keyboard-key-font-weight': string;
|
@@ -782,21 +1029,28 @@ export interface ArcodesignToken extends Record<string, string> {
|
|
782
1029
|
'keyboard-key-icon-size': string;
|
783
1030
|
'keyboard-key-line-height': string;
|
784
1031
|
'keyboard-key-background': string;
|
1032
|
+
'dark-keyboard-key-background': string;
|
1033
|
+
'dark-keyboard-key-active-background': string;
|
785
1034
|
'keyboard-key-active-background': string;
|
786
1035
|
'keyboard-key-border-radius': string;
|
787
1036
|
'keyboard-key-height': string;
|
1037
|
+
'dark-keyboard-key-color': string;
|
788
1038
|
'keyboard-key-color': string;
|
789
1039
|
'divider-line-thickness': string;
|
1040
|
+
'dark-divider-line-color': string;
|
790
1041
|
'divider-line-color': string;
|
791
1042
|
'divider-content-font-size': string;
|
1043
|
+
'dark-divider-content-font-color': string;
|
792
1044
|
'divider-content-font-color': string;
|
793
1045
|
'divider-left-width': string;
|
794
1046
|
'divider-right-width': string;
|
795
1047
|
'divider-content-padding': string;
|
796
1048
|
'divider-padding': string;
|
797
1049
|
'skeleton-border-radius': string;
|
1050
|
+
'dark-skeleton-background-color': string;
|
798
1051
|
'skeleton-background-color': string;
|
799
1052
|
'skeleton-gradient-animation-color': string;
|
1053
|
+
'dark-skeleton-gradient-animation-color': string;
|
800
1054
|
'skeleton-breath-opacity': string;
|
801
1055
|
'skeleton-gradient-animation-timing-function': string;
|
802
1056
|
'skeleton-gradient-animation-duration': string;
|