taro-ui 3.3.0 → 3.3.2
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/LICENSE +21 -0
- package/lib/common/component.d.ts +10 -0
- package/lib/common/component.js +27 -28
- package/lib/common/component.js.map +1 -1
- package/lib/common/utils.d.ts +41 -0
- package/lib/common/utils.js +169 -192
- package/lib/common/utils.js.map +1 -1
- package/lib/components/accordion/index.d.ts +14 -0
- package/lib/components/accordion/index.js +111 -106
- package/lib/components/accordion/index.js.map +1 -1
- package/lib/components/action-sheet/body/index.d.ts +5 -0
- package/lib/components/action-sheet/body/index.js +11 -8
- package/lib/components/action-sheet/body/index.js.map +1 -1
- package/lib/components/action-sheet/body/item/index.d.ts +9 -0
- package/lib/components/action-sheet/body/item/index.js +21 -18
- package/lib/components/action-sheet/body/item/index.js.map +1 -1
- package/lib/components/action-sheet/footer/index.d.ts +9 -0
- package/lib/components/action-sheet/footer/index.js +24 -18
- package/lib/components/action-sheet/footer/index.js.map +1 -1
- package/lib/components/action-sheet/header/index.d.ts +5 -0
- package/lib/components/action-sheet/header/index.js +14 -8
- package/lib/components/action-sheet/header/index.js.map +1 -1
- package/lib/components/action-sheet/index.d.ts +14 -0
- package/lib/components/action-sheet/index.js +69 -64
- package/lib/components/action-sheet/index.js.map +1 -1
- package/lib/components/activity-indicator/index.d.ts +8 -0
- package/lib/components/activity-indicator/index.js +33 -29
- package/lib/components/activity-indicator/index.js.map +1 -1
- package/lib/components/avatar/index.d.ts +9 -0
- package/lib/components/avatar/index.js +58 -50
- package/lib/components/avatar/index.js.map +1 -1
- package/lib/components/badge/index.d.ts +10 -0
- package/lib/components/badge/index.js +44 -35
- package/lib/components/badge/index.js.map +1 -1
- package/lib/components/button/index.d.ts +15 -0
- package/lib/components/button/index.js +165 -113
- package/lib/components/button/index.js.map +1 -1
- package/lib/components/calendar/body/index.d.ts +26 -0
- package/lib/components/calendar/body/index.js +279 -183
- package/lib/components/calendar/body/index.js.map +1 -1
- package/lib/components/calendar/common/constant.d.ts +3 -0
- package/lib/components/calendar/common/constant.js +8 -3
- package/lib/components/calendar/common/constant.js.map +1 -1
- package/lib/components/calendar/common/helper.d.ts +4 -0
- package/lib/components/calendar/common/helper.js +77 -76
- package/lib/components/calendar/common/helper.js.map +1 -1
- package/lib/components/calendar/common/plugins.d.ts +11 -0
- package/lib/components/calendar/common/plugins.js +50 -66
- package/lib/components/calendar/common/plugins.js.map +1 -1
- package/lib/components/calendar/controller/index.d.ts +5 -0
- package/lib/components/calendar/controller/index.js +49 -28
- package/lib/components/calendar/controller/index.js.map +1 -1
- package/lib/components/calendar/index.d.ts +20 -0
- package/lib/components/calendar/index.js +233 -196
- package/lib/components/calendar/index.js.map +1 -1
- package/lib/components/calendar/ui/date-list/index.d.ts +12 -0
- package/lib/components/calendar/ui/date-list/index.js +50 -39
- package/lib/components/calendar/ui/date-list/index.js.map +1 -1
- package/lib/components/calendar/ui/day-list/index.d.ts +4 -0
- package/lib/components/calendar/ui/day-list/index.js +9 -14
- package/lib/components/calendar/ui/day-list/index.js.map +1 -1
- package/lib/components/card/index.d.ts +9 -0
- package/lib/components/card/index.js +73 -52
- package/lib/components/card/index.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +9 -0
- package/lib/components/checkbox/index.js +52 -48
- package/lib/components/checkbox/index.js.map +1 -1
- package/lib/components/countdown/index.d.ts +20 -0
- package/lib/components/countdown/index.js +140 -125
- package/lib/components/countdown/index.js.map +1 -1
- package/lib/components/countdown/item/index.d.ts +9 -0
- package/lib/components/countdown/item/index.js +18 -18
- package/lib/components/countdown/item/index.js.map +1 -1
- package/lib/components/curtain/index.d.ts +10 -0
- package/lib/components/curtain/index.js +56 -39
- package/lib/components/curtain/index.js.map +1 -1
- package/lib/components/divider/index.d.ts +8 -0
- package/lib/components/divider/index.js +51 -34
- package/lib/components/divider/index.js.map +1 -1
- package/lib/components/drawer/index.d.ts +16 -0
- package/lib/components/drawer/index.js +106 -85
- package/lib/components/drawer/index.js.map +1 -1
- package/lib/components/fab/index.d.ts +9 -0
- package/lib/components/fab/index.js +22 -19
- package/lib/components/fab/index.js.map +1 -1
- package/lib/components/flex/index.d.ts +7 -0
- package/lib/components/flex/index.js +37 -34
- package/lib/components/flex/index.js.map +1 -1
- package/lib/components/flex/item/index.d.ts +7 -0
- package/lib/components/flex/item/index.js +30 -27
- package/lib/components/flex/item/index.js.map +1 -1
- package/lib/components/float-layout/index.d.ts +13 -0
- package/lib/components/float-layout/index.js +96 -68
- package/lib/components/float-layout/index.js.map +1 -1
- package/lib/components/form/index.d.ts +10 -0
- package/lib/components/form/index.js +37 -24
- package/lib/components/form/index.js.map +1 -1
- package/lib/components/grid/index.d.ts +9 -0
- package/lib/components/grid/index.js +92 -62
- package/lib/components/grid/index.js.map +1 -1
- package/lib/components/icon/index.d.ts +9 -0
- package/lib/components/icon/index.js +48 -31
- package/lib/components/icon/index.js.map +1 -1
- package/lib/components/image-picker/index.d.ts +11 -0
- package/lib/components/image-picker/index.js +152 -126
- package/lib/components/image-picker/index.js.map +1 -1
- package/lib/components/indexes/index.d.ts +29 -0
- package/lib/components/indexes/index.js +255 -198
- package/lib/components/indexes/index.js.map +1 -1
- package/lib/components/input/index.d.ts +17 -0
- package/lib/components/input/index.js +224 -160
- package/lib/components/input/index.js.map +1 -1
- package/lib/components/input-number/index.d.ts +13 -0
- package/lib/components/input-number/index.js +180 -152
- package/lib/components/input-number/index.js.map +1 -1
- package/lib/components/list/index.d.ts +8 -0
- package/lib/components/list/index.js +20 -13
- package/lib/components/list/index.js.map +1 -1
- package/lib/components/list/item/index.d.ts +11 -0
- package/lib/components/list/item/index.js +146 -99
- package/lib/components/list/item/index.js.map +1 -1
- package/lib/components/load-more/index.d.ts +9 -0
- package/lib/components/load-more/index.js +65 -41
- package/lib/components/load-more/index.js.map +1 -1
- package/lib/components/loading/index.d.ts +12 -0
- package/lib/components/loading/index.js +26 -26
- package/lib/components/loading/index.js.map +1 -1
- package/lib/components/message/index.d.ts +15 -0
- package/lib/components/message/index.js +72 -63
- package/lib/components/message/index.js.map +1 -1
- package/lib/components/modal/action/index.d.ts +8 -0
- package/lib/components/modal/action/index.js +20 -14
- package/lib/components/modal/action/index.js.map +1 -1
- package/lib/components/modal/content/index.d.ts +5 -0
- package/lib/components/modal/content/index.js +11 -8
- package/lib/components/modal/content/index.js.map +1 -1
- package/lib/components/modal/header/index.d.ts +5 -0
- package/lib/components/modal/header/index.js +11 -8
- package/lib/components/modal/header/index.js.map +1 -1
- package/lib/components/modal/index.d.ts +15 -0
- package/lib/components/modal/index.js +96 -87
- package/lib/components/modal/index.js.map +1 -1
- package/lib/components/nav-bar/index.d.ts +12 -0
- package/lib/components/nav-bar/index.js +210 -98
- package/lib/components/nav-bar/index.js.map +1 -1
- package/lib/components/noticebar/index.d.ts +16 -0
- package/lib/components/noticebar/index.js +177 -154
- package/lib/components/noticebar/index.js.map +1 -1
- package/lib/components/pagination/index.d.ts +12 -0
- package/lib/components/pagination/index.js +133 -102
- package/lib/components/pagination/index.js.map +1 -1
- package/lib/components/progress/index.d.ts +7 -0
- package/lib/components/progress/index.js +48 -40
- package/lib/components/progress/index.js.map +1 -1
- package/lib/components/radio/index.d.ts +9 -0
- package/lib/components/radio/index.js +48 -37
- package/lib/components/radio/index.js.map +1 -1
- package/lib/components/range/index.d.ts +22 -0
- package/lib/components/range/index.js +197 -142
- package/lib/components/range/index.js.map +1 -1
- package/lib/components/rate/index.d.ts +9 -0
- package/lib/components/rate/index.js +74 -48
- package/lib/components/rate/index.js.map +1 -1
- package/lib/components/search-bar/index.d.ts +16 -0
- package/lib/components/search-bar/index.js +167 -112
- package/lib/components/search-bar/index.js.map +1 -1
- package/lib/components/segmented-control/index.d.ts +9 -0
- package/lib/components/segmented-control/index.js +78 -53
- package/lib/components/segmented-control/index.js.map +1 -1
- package/lib/components/slider/index.d.ts +13 -0
- package/lib/components/slider/index.js +107 -69
- package/lib/components/slider/index.js.map +1 -1
- package/lib/components/steps/index.d.ts +9 -0
- package/lib/components/steps/index.js +61 -44
- package/lib/components/steps/index.js.map +1 -1
- package/lib/components/swipe-action/index.d.ts +27 -0
- package/lib/components/swipe-action/index.js +206 -157
- package/lib/components/swipe-action/index.js.map +1 -1
- package/lib/components/swipe-action/options/index.d.ts +5 -0
- package/lib/components/swipe-action/options/index.js +22 -8
- package/lib/components/swipe-action/options/index.js.map +1 -1
- package/lib/components/switch/index.d.ts +9 -0
- package/lib/components/switch/index.js +53 -42
- package/lib/components/switch/index.js.map +1 -1
- package/lib/components/tab-bar/index.d.ts +9 -0
- package/lib/components/tab-bar/index.js +164 -90
- package/lib/components/tab-bar/index.js.map +1 -1
- package/lib/components/tabs/index.d.ts +24 -0
- package/lib/components/tabs/index.js +203 -174
- package/lib/components/tabs/index.js.map +1 -1
- package/lib/components/tabs-pane/index.d.ts +8 -0
- package/lib/components/tabs-pane/index.js +37 -24
- package/lib/components/tabs-pane/index.js.map +1 -1
- package/lib/components/tag/index.d.ts +9 -0
- package/lib/components/tag/index.js +64 -44
- package/lib/components/tag/index.js.map +1 -1
- package/lib/components/textarea/index.d.ts +13 -0
- package/lib/components/textarea/index.js +132 -86
- package/lib/components/textarea/index.js.map +1 -1
- package/lib/components/timeline/index.d.ts +8 -0
- package/lib/components/timeline/index.js +70 -47
- package/lib/components/timeline/index.js.map +1 -1
- package/lib/components/toast/img.json +6 -3
- package/lib/components/toast/index.d.ts +16 -0
- package/lib/components/toast/index.js +111 -104
- package/lib/components/toast/index.js.map +1 -1
- package/lib/index.d.ts +53 -0
- package/lib/index.js +108 -54
- package/lib/index.js.map +1 -1
- package/{dist → lib}/style/components/curtain.scss +3 -3
- package/{dist → lib}/style/components/grid.scss +2 -2
- package/lib/style/components/index.scss +52 -0
- package/{dist → lib}/style/components/list.scss +2 -2
- package/{dist → lib}/style/components/range.scss +2 -2
- package/{dist → lib}/style/components/toast.scss +1 -1
- package/lib/style/index.css +11754 -0
- package/lib/style/index.css.map +1 -0
- package/lib/style/mixins/index.scss +18 -0
- package/{dist → lib}/style/mixins/libs/shade.scss +4 -2
- package/{dist → lib}/style/mixins/libs/tint.scss +4 -2
- package/{dist → lib}/style/variables/default.scss +1 -1
- package/package.json +45 -48
- package/rn/components/action-sheet/index.tsx +8 -14
- package/rn/components/calendar/ui/date-list/index.tsx +1 -1
- package/rn/components/drawer/index.tsx +15 -15
- package/rn/components/float-layout/index.tsx +3 -2
- package/rn/components/input/index.tsx +14 -7
- package/rn/components/input-number/index.tsx +19 -19
- package/rn/components/message/index.tsx +1 -1
- package/rn/components/swipe-action/index.rn.tsx +4 -2
- package/rn/components/swipe-action/index.tsx +6 -5
- package/rn/components/tab-bar/index.tsx +1 -1
- package/rn/components/tabs/index.tsx +14 -14
- package/rn/components/textarea/index.tsx +2 -2
- package/README.md +0 -85
- package/dist/index.esm.js +0 -8407
- package/dist/index.esm.js.map +0 -1
- package/dist/index.js +0 -8468
- package/dist/index.js.map +0 -1
- package/dist/style/components/accordion.rn.scss +0 -79
- package/dist/style/components/action-sheet.rn.scss +0 -80
- package/dist/style/components/activity-indicator.rn.scss +0 -30
- package/dist/style/components/article.rn.scss +0 -59
- package/dist/style/components/avatar.rn.scss +0 -46
- package/dist/style/components/badge.rn.scss +0 -52
- package/dist/style/components/button.rn.scss +0 -80
- package/dist/style/components/calendar.rn.scss +0 -182
- package/dist/style/components/card.rn.scss +0 -88
- package/dist/style/components/checkbox.rn.scss +0 -108
- package/dist/style/components/countdown.rn.scss +0 -82
- package/dist/style/components/curtain.rn.scss +0 -129
- package/dist/style/components/divider.rn.scss +0 -33
- package/dist/style/components/drawer.rn.scss +0 -72
- package/dist/style/components/fab.rn.scss +0 -38
- package/dist/style/components/flex.rn.scss +0 -159
- package/dist/style/components/float-layout.rn.scss +0 -119
- package/dist/style/components/form.rn.scss +0 -12
- package/dist/style/components/grid.rn.scss +0 -104
- package/dist/style/components/icon.rn.scss +0 -221
- package/dist/style/components/image-picker.rn.scss +0 -108
- package/dist/style/components/index.rn.scss +0 -51
- package/dist/style/components/index.scss +0 -52
- package/dist/style/components/indexes.rn.scss +0 -53
- package/dist/style/components/input-number.rn.scss +0 -82
- package/dist/style/components/input.rn.scss +0 -149
- package/dist/style/components/list.rn.scss +0 -107
- package/dist/style/components/load-more.rn.scss +0 -28
- package/dist/style/components/loading.rn.scss +0 -45
- package/dist/style/components/message.rn.scss +0 -57
- package/dist/style/components/modal.rn.scss +0 -136
- package/dist/style/components/nav-bar.rn.scss +0 -123
- package/dist/style/components/noticebar.rn.scss +0 -111
- package/dist/style/components/pagination.rn.scss +0 -43
- package/dist/style/components/progress.rn.scss +0 -105
- package/dist/style/components/radio.rn.scss +0 -94
- package/dist/style/components/range.rn.scss +0 -52
- package/dist/style/components/rate.rn.scss +0 -48
- package/dist/style/components/search-bar.rn.scss +0 -134
- package/dist/style/components/segmented-control.rn.scss +0 -44
- package/dist/style/components/slider.rn.scss +0 -33
- package/dist/style/components/steps.rn.scss +0 -131
- package/dist/style/components/swipe-action.rn.scss +0 -53
- package/dist/style/components/switch.rn.scss +0 -61
- package/dist/style/components/tab-bar.rn.scss +0 -74
- package/dist/style/components/tabs.rn.scss +0 -205
- package/dist/style/components/tag.rn.scss +0 -74
- package/dist/style/components/textarea.rn.scss +0 -57
- package/dist/style/components/timeline.rn.scss +0 -89
- package/dist/style/components/toast.rn.scss +0 -112
- package/dist/style/index.rn.scss +0 -14
- package/dist/style/mixins/index.rn.scss +0 -18
- package/dist/style/mixins/index.scss +0 -18
- package/dist/style/mixins/libs/absolute-center.rn.scss +0 -9
- package/dist/style/mixins/libs/active.rn.scss +0 -10
- package/dist/style/mixins/libs/alignhack.rn.scss +0 -11
- package/dist/style/mixins/libs/border.rn.scss +0 -48
- package/dist/style/mixins/libs/clearfix.rn.scss +0 -21
- package/dist/style/mixins/libs/disabled.rn.scss +0 -6
- package/dist/style/mixins/libs/flex.rn.scss +0 -49
- package/dist/style/mixins/libs/hairline.rn.scss +0 -209
- package/dist/style/mixins/libs/line.rn.scss +0 -14
- package/dist/style/mixins/libs/overlay.rn.scss +0 -11
- package/dist/style/mixins/libs/placeholder.rn.scss +0 -12
- package/dist/style/mixins/libs/shade.rn.scss +0 -23
- package/dist/style/mixins/libs/tint.rn.scss +0 -23
- package/dist/style/themes/purple.rn.scss +0 -44
- package/dist/style/themes/red.rn.scss +0 -45
- package/dist/style/variables/default.rn.scss +0 -461
- package/types/accordion.d.ts +0 -49
- package/types/action-sheet.d.ts +0 -55
- package/types/activity-indicator.d.ts +0 -33
- package/types/avatar.d.ts +0 -39
- package/types/badge.d.ts +0 -24
- package/types/base.d.ts +0 -26
- package/types/button.d.ts +0 -70
- package/types/calendar.d.ts +0 -225
- package/types/card.d.ts +0 -48
- package/types/checkbox.d.ts +0 -24
- package/types/countdown.d.ts +0 -95
- package/types/curtain.d.ts +0 -26
- package/types/divider.d.ts +0 -33
- package/types/drawer.d.ts +0 -48
- package/types/fab.d.ts +0 -21
- package/types/flex.d.ts +0 -27
- package/types/float-button.d.ts +0 -26
- package/types/float-layout.d.ts +0 -73
- package/types/form.d.ts +0 -26
- package/types/grid.d.ts +0 -51
- package/types/icon.d.ts +0 -12
- package/types/image-picker.d.ts +0 -73
- package/types/index.d.ts +0 -55
- package/types/indexes.d.ts +0 -76
- package/types/input-number.d.ts +0 -89
- package/types/input.d.ts +0 -162
- package/types/list.d.ts +0 -84
- package/types/load-more.d.ts +0 -43
- package/types/message.d.ts +0 -43
- package/types/modal.d.ts +0 -62
- package/types/nav-bar.d.ts +0 -65
- package/types/noticebar.d.ts +0 -65
- package/types/pagination.d.ts +0 -51
- package/types/progress.d.ts +0 -30
- package/types/radio.d.ts +0 -47
- package/types/range.d.ts +0 -63
- package/types/rate.d.ts +0 -34
- package/types/search-bar.d.ts +0 -105
- package/types/segmented-control.d.ts +0 -44
- package/types/slider.d.ts +0 -73
- package/types/steps.d.ts +0 -69
- package/types/swipe-action.d.ts +0 -86
- package/types/switch.d.ts +0 -38
- package/types/tab-bar.d.ts +0 -98
- package/types/tabs-pane.d.ts +0 -25
- package/types/tabs.d.ts +0 -62
- package/types/tag.d.ts +0 -48
- package/types/textarea.d.ts +0 -113
- package/types/timeline.d.ts +0 -46
- package/types/toast.d.ts +0 -53
- /package/{dist → lib}/style/components/accordion.scss +0 -0
- /package/{dist → lib}/style/components/action-sheet.scss +0 -0
- /package/{dist → lib}/style/components/activity-indicator.scss +0 -0
- /package/{dist → lib}/style/components/article.scss +0 -0
- /package/{dist → lib}/style/components/avatar.scss +0 -0
- /package/{dist → lib}/style/components/badge.scss +0 -0
- /package/{dist → lib}/style/components/button.scss +0 -0
- /package/{dist → lib}/style/components/calendar.scss +0 -0
- /package/{dist → lib}/style/components/card.scss +0 -0
- /package/{dist → lib}/style/components/checkbox.scss +0 -0
- /package/{dist → lib}/style/components/countdown.scss +0 -0
- /package/{dist → lib}/style/components/divider.scss +0 -0
- /package/{dist → lib}/style/components/drawer.scss +0 -0
- /package/{dist → lib}/style/components/fab.scss +0 -0
- /package/{dist → lib}/style/components/flex.scss +0 -0
- /package/{dist → lib}/style/components/float-layout.scss +0 -0
- /package/{dist → lib}/style/components/form.scss +0 -0
- /package/{dist → lib}/style/components/icon.scss +0 -0
- /package/{dist → lib}/style/components/image-picker.scss +0 -0
- /package/{dist → lib}/style/components/indexes.scss +0 -0
- /package/{dist → lib}/style/components/input-number.scss +0 -0
- /package/{dist → lib}/style/components/input.scss +0 -0
- /package/{dist → lib}/style/components/load-more.scss +0 -0
- /package/{dist → lib}/style/components/loading.scss +0 -0
- /package/{dist → lib}/style/components/message.scss +0 -0
- /package/{dist → lib}/style/components/modal.scss +0 -0
- /package/{dist → lib}/style/components/nav-bar.scss +0 -0
- /package/{dist → lib}/style/components/noticebar.scss +0 -0
- /package/{dist → lib}/style/components/pagination.scss +0 -0
- /package/{dist → lib}/style/components/progress.scss +0 -0
- /package/{dist → lib}/style/components/radio.scss +0 -0
- /package/{dist → lib}/style/components/rate.scss +0 -0
- /package/{dist → lib}/style/components/search-bar.scss +0 -0
- /package/{dist → lib}/style/components/segmented-control.scss +0 -0
- /package/{dist → lib}/style/components/slider.scss +0 -0
- /package/{dist → lib}/style/components/steps.scss +0 -0
- /package/{dist → lib}/style/components/swipe-action.scss +0 -0
- /package/{dist → lib}/style/components/switch.scss +0 -0
- /package/{dist → lib}/style/components/tab-bar.scss +0 -0
- /package/{dist → lib}/style/components/tabs.scss +0 -0
- /package/{dist → lib}/style/components/tag.scss +0 -0
- /package/{dist → lib}/style/components/textarea.scss +0 -0
- /package/{dist → lib}/style/components/timeline.scss +0 -0
- /package/{dist → lib}/style/index.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/absolute-center.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/active.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/alignhack.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/border.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/clearfix.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/disabled.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/flex.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/hairline.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/line.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/overlay.scss +0 -0
- /package/{dist → lib}/style/mixins/libs/placeholder.scss +0 -0
- /package/{dist → lib}/style/themes/purple.scss +0 -0
- /package/{dist → lib}/style/themes/red.scss +0 -0
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
@use "sass:math";
|
|
2
|
-
@import '../variables/default.scss';
|
|
3
|
-
@import '../mixins/index.scss';
|
|
4
|
-
|
|
5
|
-
$component: '.at-checkbox';
|
|
6
|
-
|
|
7
|
-
#{$component} {
|
|
8
|
-
position: relative;
|
|
9
|
-
background-color: $color-bg;
|
|
10
|
-
@include hairline-top-relative();
|
|
11
|
-
@include hairline-bottom-relative();
|
|
12
|
-
|
|
13
|
-
/* elements */
|
|
14
|
-
&__option-wrap {
|
|
15
|
-
padding: $spacing-v-lg $spacing-h-xl $spacing-v-lg 0;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&__option-cnt {
|
|
19
|
-
display: flex;
|
|
20
|
-
flex-direction: row;
|
|
21
|
-
|
|
22
|
-
&--disabled {
|
|
23
|
-
opacity: $opacity-disabled;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&__title {
|
|
28
|
-
// display: inline-flex;
|
|
29
|
-
color: $at-checkbox-title-color;
|
|
30
|
-
font-size: $at-checkbox-title-font-size;
|
|
31
|
-
line-height: $line-height-zh * $at-checkbox-title-font-size;
|
|
32
|
-
text-align: left;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&__icon-cnt {
|
|
36
|
-
// display: inline-flex;
|
|
37
|
-
align-items: center;
|
|
38
|
-
justify-content: center;
|
|
39
|
-
margin-top: 4px;
|
|
40
|
-
margin-right: $spacing-h-lg;
|
|
41
|
-
width: $at-checkbox-circle-size;
|
|
42
|
-
min-width: $at-checkbox-circle-size;
|
|
43
|
-
height: $at-checkbox-circle-size;
|
|
44
|
-
color: transparent;
|
|
45
|
-
font-size: $at-checkbox-icon-size;
|
|
46
|
-
line-height: $at-checkbox-icon-size;
|
|
47
|
-
border: 2px solid rgba($color: $at-checkbox-icon-color, $alpha: 0.2);
|
|
48
|
-
border-radius: math.div($at-checkbox-circle-size, 2);
|
|
49
|
-
background-color: $color-bg;
|
|
50
|
-
// box-sizing: border-box;
|
|
51
|
-
// transition:: all 0.2s;
|
|
52
|
-
&--check {
|
|
53
|
-
background-color: $color-brand;
|
|
54
|
-
font-size: $at-checkbox-icon-size;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
&__desc {
|
|
59
|
-
// display: block;
|
|
60
|
-
padding-left: $at-checkbox-circle-size + $spacing-h-lg;
|
|
61
|
-
color: $at-checkbox-desc-color;
|
|
62
|
-
font-size: $at-checkbox-desc-font-size;
|
|
63
|
-
text-align: left;
|
|
64
|
-
line-height: $line-height-zh * $at-checkbox-desc-font-size;
|
|
65
|
-
letter-spacing: 0;
|
|
66
|
-
|
|
67
|
-
&--disabled {
|
|
68
|
-
opacity: $opacity-disabled;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&__option {
|
|
73
|
-
padding-left: $spacing-h-xl;
|
|
74
|
-
@include active;
|
|
75
|
-
|
|
76
|
-
&--disabled {
|
|
77
|
-
// #{$component}__option-cnt,
|
|
78
|
-
// #{$component}__desc {
|
|
79
|
-
// opacity: $opacity-disabled;
|
|
80
|
-
// }
|
|
81
|
-
|
|
82
|
-
// &:active {
|
|
83
|
-
// background-color: $color-bg;
|
|
84
|
-
// }
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
&--selected {
|
|
88
|
-
// #{$component}__icon-cnt {
|
|
89
|
-
// color: $at-checkbox-icon-color-checked;
|
|
90
|
-
// border: none;
|
|
91
|
-
// background-color: $at-checkbox-icon-color;
|
|
92
|
-
// }
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
// &__option + &__option {
|
|
96
|
-
// #{$component}__option-wrap {
|
|
97
|
-
// @include hairline-top();
|
|
98
|
-
// }
|
|
99
|
-
// }
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
#{$component}__option-wrap {
|
|
103
|
-
@include hairline-top();
|
|
104
|
-
|
|
105
|
-
&--without-border {
|
|
106
|
-
border-top-width: 0;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
@import '../variables/default.scss';
|
|
2
|
-
@import '../mixins/index.scss';
|
|
3
|
-
|
|
4
|
-
.at-countdown {
|
|
5
|
-
// display: inline-block;
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-direction: row;
|
|
8
|
-
min-height: $at-countdown-font-size;
|
|
9
|
-
|
|
10
|
-
/* elements */
|
|
11
|
-
&__item {
|
|
12
|
-
// display: inline-flex;
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: row;
|
|
15
|
-
align-items: center;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&__time-box {
|
|
19
|
-
// display: inline-block;
|
|
20
|
-
min-width: $at-countdown-font-size;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&__time {
|
|
24
|
-
font: {
|
|
25
|
-
size: $at-countdown-font-size;
|
|
26
|
-
style: normal;
|
|
27
|
-
weight: 400;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
color: $at-countdown-num-color;
|
|
31
|
-
text-align: center;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&__separator {
|
|
35
|
-
// display: inline-flex;
|
|
36
|
-
display: flex;
|
|
37
|
-
flex-direction: row;
|
|
38
|
-
padding: 0 $spacing-v-xs;
|
|
39
|
-
font-size: $font-size-base;
|
|
40
|
-
text-align: justify;
|
|
41
|
-
align-items: center;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/* modifiers */
|
|
45
|
-
&--card {
|
|
46
|
-
display: flex;
|
|
47
|
-
flex-direction: row;
|
|
48
|
-
|
|
49
|
-
&__time-box {
|
|
50
|
-
// display: inline-block;
|
|
51
|
-
min-width: $at-countdown-font-size;
|
|
52
|
-
position: relative;
|
|
53
|
-
padding: $spacing-v-xs 0;
|
|
54
|
-
border: 1PX solid $color-border-grey;
|
|
55
|
-
border-radius: $border-radius-md;
|
|
56
|
-
background-color: $at-countdown-card-num-bg-color;
|
|
57
|
-
|
|
58
|
-
&__crossbar {
|
|
59
|
-
position: absolute;
|
|
60
|
-
top: $spacing-v-xs;
|
|
61
|
-
left: 0;
|
|
62
|
-
width: 100%;
|
|
63
|
-
height: 55%;
|
|
64
|
-
border-bottom-width: 1PX;
|
|
65
|
-
border-bottom-color: $color-grey-3;
|
|
66
|
-
z-index: $zindex-divider;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
&__time {
|
|
71
|
-
position: relative;
|
|
72
|
-
color: $at-countdown-card-num-color;
|
|
73
|
-
text-align: center;
|
|
74
|
-
z-index: $zindex-divider + 1;
|
|
75
|
-
font: {
|
|
76
|
-
size: $at-countdown-font-size;
|
|
77
|
-
style: normal;
|
|
78
|
-
weight: 400;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
@use "sass:math";
|
|
2
|
-
@import '../variables/default.scss';
|
|
3
|
-
@import '../mixins/index.scss';
|
|
4
|
-
|
|
5
|
-
$at-curtain-btn-size: 56px;
|
|
6
|
-
|
|
7
|
-
.at-curtain {
|
|
8
|
-
/* #ifndef rn */
|
|
9
|
-
// display: block;
|
|
10
|
-
// position: fixed;
|
|
11
|
-
/* #endif */
|
|
12
|
-
/* #ifdef rn */
|
|
13
|
-
position: absolute;
|
|
14
|
-
/* #endif */
|
|
15
|
-
top: 0;
|
|
16
|
-
bottom: 0;
|
|
17
|
-
left: 0;
|
|
18
|
-
right: 0;
|
|
19
|
-
background-color: rgba($color: #000, $alpha: 0.3);
|
|
20
|
-
z-index: $zindex-curtain;
|
|
21
|
-
|
|
22
|
-
/* elements */
|
|
23
|
-
&__container {
|
|
24
|
-
display: flex;
|
|
25
|
-
position: relative;
|
|
26
|
-
margin: 0 auto;
|
|
27
|
-
width: 80%;
|
|
28
|
-
height: 100%;
|
|
29
|
-
justify-content: center;
|
|
30
|
-
align-items: center;
|
|
31
|
-
/* #ifndef rn */
|
|
32
|
-
// box-sizing: border-box;
|
|
33
|
-
/* #endif */
|
|
34
|
-
opacity: 1;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&__body {
|
|
38
|
-
position: relative;
|
|
39
|
-
width: 100%;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&__btn-close {
|
|
43
|
-
display: flex;
|
|
44
|
-
position: absolute;
|
|
45
|
-
width: $at-curtain-btn-size;
|
|
46
|
-
height: $at-curtain-btn-size;
|
|
47
|
-
margin-left: -1 * math.div($at-curtain-btn-size, 2);
|
|
48
|
-
left: 50%;
|
|
49
|
-
bottom: -($at-curtain-btn-size + 24px);
|
|
50
|
-
align-items: center;
|
|
51
|
-
justify-content: center;
|
|
52
|
-
border: 2PX solid $at-curtain-btn-color;
|
|
53
|
-
border-radius: math.div($at-curtain-btn-size, 2);
|
|
54
|
-
/* #ifndef rn */
|
|
55
|
-
// box-sizing: border-box;
|
|
56
|
-
/* #endif */
|
|
57
|
-
z-index: $zindex-curtain;
|
|
58
|
-
|
|
59
|
-
&__at-icon {
|
|
60
|
-
color: $at-curtain-btn-color;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
/* #ifndef rn */
|
|
64
|
-
// &::before,
|
|
65
|
-
// &::after {
|
|
66
|
-
// content: '';
|
|
67
|
-
// position: absolute;
|
|
68
|
-
// top: 50%;
|
|
69
|
-
// left: 50%;
|
|
70
|
-
// display: inline-block;
|
|
71
|
-
// width: 34px;
|
|
72
|
-
// height: 2PX;
|
|
73
|
-
// border-radius: 1PX;
|
|
74
|
-
// background: $at-curtain-btn-color;
|
|
75
|
-
// }
|
|
76
|
-
|
|
77
|
-
// &::before {
|
|
78
|
-
// transform: translate3d(-50%, -50%, 0) rotate(45deg);
|
|
79
|
-
// }
|
|
80
|
-
|
|
81
|
-
// &::after {
|
|
82
|
-
// transform: translate3d(-50%, -50%, 0) rotate(-45deg);
|
|
83
|
-
// }
|
|
84
|
-
/* #endif */
|
|
85
|
-
|
|
86
|
-
&--top {
|
|
87
|
-
margin-left: -1 * math.div($at-curtain-btn-size, 2);
|
|
88
|
-
top: -($at-curtain-btn-size + 24px);
|
|
89
|
-
left: 50%;
|
|
90
|
-
bottom: auto;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
&--top-left {
|
|
94
|
-
top: -($at-curtain-btn-size + 24px);
|
|
95
|
-
left: 0;
|
|
96
|
-
bottom: auto;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
&--top-right {
|
|
100
|
-
top: -($at-curtain-btn-size + 24px);
|
|
101
|
-
left: auto;
|
|
102
|
-
right: 0;
|
|
103
|
-
bottom: auto;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
&--bottom {
|
|
107
|
-
margin-left: -1 * math.div($at-curtain-btn-size, 2);
|
|
108
|
-
bottom: -($at-curtain-btn-size + 24px);
|
|
109
|
-
left: 50%;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
&--bottom-left {
|
|
113
|
-
bottom: -($at-curtain-btn-size + 24px);
|
|
114
|
-
left: 0;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
&--bottom-right {
|
|
118
|
-
bottom: -($at-curtain-btn-size + 24px);
|
|
119
|
-
left: auto;
|
|
120
|
-
right: 0;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
/* modifiers */
|
|
125
|
-
&--closed {
|
|
126
|
-
display: none;
|
|
127
|
-
// visibility: hidden;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
@import '../variables/default.scss';
|
|
2
|
-
@import '../mixins/index.scss';
|
|
3
|
-
|
|
4
|
-
.at-divider {
|
|
5
|
-
display: flex;
|
|
6
|
-
align-items: center;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
position: relative;
|
|
9
|
-
width: 100%;
|
|
10
|
-
height: $at-divider-height;
|
|
11
|
-
font-size: $font-size-base;
|
|
12
|
-
text-align: center;
|
|
13
|
-
|
|
14
|
-
/* elements */
|
|
15
|
-
&__content {
|
|
16
|
-
position: relative;
|
|
17
|
-
padding: 0 $spacing-h-lg;
|
|
18
|
-
color: $at-divider-content-color;
|
|
19
|
-
font-size: $at-divider-font-size;
|
|
20
|
-
background: $color-bg;
|
|
21
|
-
z-index: $zindex-divider + 1;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&__line {
|
|
25
|
-
position: absolute;
|
|
26
|
-
top: 50%;
|
|
27
|
-
left: 0;
|
|
28
|
-
width: 100%;
|
|
29
|
-
height: 1PX;
|
|
30
|
-
background-color: $at-divider-line-color;
|
|
31
|
-
z-index: $zindex-divider;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
@import '../variables/default.scss';
|
|
2
|
-
@import '../mixins/index.scss';
|
|
3
|
-
|
|
4
|
-
$at-drawer-duration: 300ms;
|
|
5
|
-
|
|
6
|
-
.at-drawer {
|
|
7
|
-
position: absolute;
|
|
8
|
-
width: 100%;
|
|
9
|
-
top: 0;
|
|
10
|
-
bottom: 0;
|
|
11
|
-
left: 0;
|
|
12
|
-
right: 0;
|
|
13
|
-
|
|
14
|
-
/* elements */
|
|
15
|
-
&__mask {
|
|
16
|
-
@include overlay;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&__content {
|
|
20
|
-
position: absolute;
|
|
21
|
-
top: 0;
|
|
22
|
-
bottom: 0;
|
|
23
|
-
width: $at-drawer-content-width;
|
|
24
|
-
text-align: left;
|
|
25
|
-
background-color: $color-bg;
|
|
26
|
-
// opacity: 0;
|
|
27
|
-
// overflow-y: auto;
|
|
28
|
-
z-index: 1;
|
|
29
|
-
|
|
30
|
-
&--left {
|
|
31
|
-
left: 0;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&--right {
|
|
35
|
-
right: 0;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/* modifiers */
|
|
40
|
-
// &--left {
|
|
41
|
-
// .at-drawer__content {
|
|
42
|
-
// left: 0;
|
|
43
|
-
// // transform: translateX(-100%);
|
|
44
|
-
// }
|
|
45
|
-
// }
|
|
46
|
-
|
|
47
|
-
// &--right {
|
|
48
|
-
// .at-drawer__content {
|
|
49
|
-
// right: 0;
|
|
50
|
-
// // transform: translateX(100%);
|
|
51
|
-
// }
|
|
52
|
-
// }
|
|
53
|
-
|
|
54
|
-
&--show {
|
|
55
|
-
// .at-drawer__content {
|
|
56
|
-
// opacity: 1;
|
|
57
|
-
// // transform: translateX(0%);
|
|
58
|
-
// }
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// @keyframes anim-show {
|
|
63
|
-
// 100% {
|
|
64
|
-
// opacity: 1;
|
|
65
|
-
// }
|
|
66
|
-
// }
|
|
67
|
-
|
|
68
|
-
// @keyframes anim-hide {
|
|
69
|
-
// 100% {
|
|
70
|
-
// opacity: 0;
|
|
71
|
-
// }
|
|
72
|
-
// }
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
@use "sass:math";
|
|
2
|
-
@import '../variables/default.scss';
|
|
3
|
-
@import '../mixins/index.scss';
|
|
4
|
-
|
|
5
|
-
.at-fab {
|
|
6
|
-
display: flex;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
align-items: center;
|
|
9
|
-
padding: 0;
|
|
10
|
-
width: $at-fab-size;
|
|
11
|
-
height: $at-fab-size;
|
|
12
|
-
color: $color-white;
|
|
13
|
-
font-size: $font-size-base;
|
|
14
|
-
text-align: center;
|
|
15
|
-
border-radius: math.div($at-fab-size, 2);
|
|
16
|
-
background: $at-fab-bg-color;
|
|
17
|
-
// box-shadow: $at-fab-box-shadow;
|
|
18
|
-
|
|
19
|
-
// &:active {
|
|
20
|
-
// background: $at-fab-bg-color-active;
|
|
21
|
-
// }
|
|
22
|
-
|
|
23
|
-
/* elements */
|
|
24
|
-
&__icon {
|
|
25
|
-
width: $at-fab-icon-size;
|
|
26
|
-
height: $at-fab-icon-size;
|
|
27
|
-
font-size: $at-fab-icon-size;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
/* modifiers */
|
|
33
|
-
&--small {
|
|
34
|
-
width: $at-fab-size-sm;
|
|
35
|
-
height: $at-fab-size-sm;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
@use "sass:math";
|
|
2
|
-
@import '../variables/default.scss';
|
|
3
|
-
@import '../mixins/index.scss';
|
|
4
|
-
|
|
5
|
-
.at-row {
|
|
6
|
-
@include display-flex();
|
|
7
|
-
|
|
8
|
-
width: 100%;
|
|
9
|
-
|
|
10
|
-
&__direction {
|
|
11
|
-
&--row {
|
|
12
|
-
flex-direction: row;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&--column {
|
|
16
|
-
flex-direction: column;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&--row-reverse {
|
|
20
|
-
flex-direction: row-reverse;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&--column-reverse {
|
|
24
|
-
flex-direction: column-reverse;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&__align {
|
|
29
|
-
&--start {
|
|
30
|
-
@include align-items(flex-start);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&--end {
|
|
34
|
-
@include align-items(flex-end);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&--center {
|
|
38
|
-
@include align-items(center);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&--stretch {
|
|
42
|
-
@include align-items(stretch);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
&--baseline {
|
|
46
|
-
@include align-items(baseline);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
&__justify {
|
|
51
|
-
&--start {
|
|
52
|
-
@include justify-content(flex-start);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&--end {
|
|
56
|
-
@include justify-content(flex-end);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&--center {
|
|
60
|
-
@include justify-content(center);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
&--between {
|
|
64
|
-
@include justify-content(space-between);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&--around {
|
|
68
|
-
@include justify-content(space-around);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&__align-content {
|
|
73
|
-
&--start {
|
|
74
|
-
@include align-content(flex-start);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
&--end {
|
|
78
|
-
@include align-content(flex-end);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&--center {
|
|
82
|
-
@include align-content(center);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&--between {
|
|
86
|
-
@include align-content(space-between);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
&--around {
|
|
90
|
-
@include align-content(space-around);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
&--stretch {
|
|
94
|
-
@include align-content(stretch);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
&--no-wrap {
|
|
99
|
-
@include flex-wrap(nowrap);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
&--wrap {
|
|
103
|
-
@include flex-wrap(wrap);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
&--wrap-reverse {
|
|
107
|
-
@include flex-wrap(wrap-reverse);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.at-col {
|
|
112
|
-
@include flex(1);
|
|
113
|
-
|
|
114
|
-
width: 100%;
|
|
115
|
-
|
|
116
|
-
/* #ifndef rn */
|
|
117
|
-
// display: block;
|
|
118
|
-
// white-space: nowrap;
|
|
119
|
-
// box-sizing: border-box;
|
|
120
|
-
/* #endif */
|
|
121
|
-
@for $col from 1 through 12 {
|
|
122
|
-
$width: math.div($col, 12) * 100%;
|
|
123
|
-
|
|
124
|
-
&-#{$col} {
|
|
125
|
-
// @include flex(0, 0, $width);
|
|
126
|
-
flex-basis: $width;
|
|
127
|
-
max-width: $width;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
&__offset-#{$col} {
|
|
131
|
-
margin-left: $width;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
&__align {
|
|
136
|
-
&--top {
|
|
137
|
-
@include align-self(flex-start);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&--bottom {
|
|
141
|
-
@include align-self(flex-end);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
&--center {
|
|
145
|
-
@include align-self(center);
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
/* #ifndef rn */
|
|
149
|
-
// &--auto {
|
|
150
|
-
// max-width: initial;
|
|
151
|
-
// // word-break: keep-all;
|
|
152
|
-
// }
|
|
153
|
-
|
|
154
|
-
// &--wrap {
|
|
155
|
-
// // white-space: normal;
|
|
156
|
-
// word-wrap: break-word;
|
|
157
|
-
// }
|
|
158
|
-
/* #endif */
|
|
159
|
-
}
|