@nutui/nutui-react 3.0.0-beta.1 → 3.0.0-beta.3
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/dist/cjs/packages/avatar/style/avatar.scss +7 -60
- package/dist/cjs/packages/avatar/style/style.css +5 -43
- package/dist/cjs/packages/badge/badge.js +5 -3
- package/dist/cjs/packages/badge/style/badge.scss +18 -24
- package/dist/cjs/packages/badge/style/style.css +17 -15
- package/dist/cjs/packages/calendarcard/calendarcard.js +8 -3
- package/dist/cjs/packages/calendarcard/style/calendarcard.scss +25 -4
- package/dist/cjs/packages/calendarcard/style/style.css +27 -2
- package/dist/cjs/packages/input/style/input.scss +4 -0
- package/dist/cjs/packages/input/style/style.css +4 -0
- package/dist/cjs/packages/navbar/navbar.js +10 -5
- package/dist/cjs/packages/navbar/style/navbar.scss +46 -101
- package/dist/cjs/packages/navbar/style/style.css +44 -89
- package/dist/cjs/packages/pagination/pagination.js +2 -0
- package/dist/cjs/packages/pagination/style/pagination.scss +6 -12
- package/dist/cjs/packages/pagination/style/style.css +8 -14
- package/dist/cjs/packages/radio/index.d.ts +8 -2
- package/dist/cjs/packages/radio/index.js +6 -1
- package/dist/cjs/packages/radio/radio.d.ts +1 -4
- package/dist/cjs/packages/radio/radio.js +0 -2
- package/dist/cjs/packages/radio/style/radio.scss +1 -0
- package/dist/cjs/packages/radiogroup/radiogroup.js +1 -1
- package/dist/cjs/packages/safearea/style/safearea.scss +1 -1
- package/dist/cjs/packages/safearea/style/style.css +1 -1
- package/dist/cjs/packages/searchbar/style/searchbar.scss +10 -7
- package/dist/cjs/packages/searchbar/style/style.css +11 -8
- package/dist/cjs/packages/skeleton/style/style.css +5 -43
- package/dist/cjs/packages/tabbar/style/style.css +17 -15
- package/dist/cjs/packages/tabbaritem/style/style.css +17 -15
- package/dist/cjs/packages/toast/Notification.js +13 -24
- package/dist/cjs/packages/toast/style/style.css +56 -30
- package/dist/cjs/packages/toast/style/toast.scss +65 -49
- package/dist/cjs/packages/toast/toast.js +2 -2
- package/dist/cjs/packages/trendarrow/style/style.css +2 -1
- package/dist/cjs/packages/trendarrow/style/trendarrow.scss +2 -1
- package/dist/es/packages/avatar/style/avatar.scss +7 -60
- package/dist/es/packages/avatar/style/style.css +5 -43
- package/dist/es/packages/badge/badge.d.ts +7 -35
- package/dist/es/packages/badge/badge.js +5 -3
- package/dist/es/packages/badge/style/badge.scss +18 -24
- package/dist/es/packages/badge/style/style.css +17 -15
- package/dist/es/packages/calendarcard/calendarcard.d.ts +13 -65
- package/dist/es/packages/calendarcard/calendarcard.js +9 -4
- package/dist/es/packages/calendarcard/style/calendarcard.scss +25 -4
- package/dist/es/packages/calendarcard/style/style.css +27 -2
- package/dist/es/packages/input/style/input.scss +4 -0
- package/dist/es/packages/input/style/style.css +4 -0
- package/dist/es/packages/loading/loading.d.ts +3 -15
- package/dist/es/packages/navbar/navbar.js +10 -5
- package/dist/es/packages/navbar/style/navbar.scss +46 -101
- package/dist/es/packages/navbar/style/style.css +44 -89
- package/dist/es/packages/pagination/pagination.js +2 -0
- package/dist/es/packages/pagination/style/pagination.scss +6 -12
- package/dist/es/packages/pagination/style/style.css +8 -14
- package/dist/es/packages/radio/index.d.ts +8 -2
- package/dist/es/packages/radio/index.js +5 -1
- package/dist/es/packages/radio/radio.d.ts +10 -49
- package/dist/es/packages/radio/radio.js +0 -2
- package/dist/es/packages/radio/style/radio.scss +1 -0
- package/dist/es/packages/radiogroup/radiogroup.d.ts +7 -35
- package/dist/es/packages/radiogroup/radiogroup.js +1 -1
- package/dist/es/packages/safearea/safearea.d.ts +1 -5
- package/dist/es/packages/safearea/style/safearea.scss +1 -1
- package/dist/es/packages/safearea/style/style.css +1 -1
- package/dist/es/packages/searchbar/searchbar.d.ts +19 -95
- package/dist/es/packages/searchbar/style/searchbar.scss +10 -7
- package/dist/es/packages/searchbar/style/style.css +11 -8
- package/dist/es/packages/skeleton/style/style.css +5 -43
- package/dist/es/packages/tabbar/style/style.css +17 -15
- package/dist/es/packages/tabbaritem/style/style.css +17 -15
- package/dist/es/packages/toast/Notification.js +14 -25
- package/dist/es/packages/toast/style/style.css +56 -30
- package/dist/es/packages/toast/style/toast.scss +65 -49
- package/dist/es/packages/toast/toast.d.ts +12 -60
- package/dist/es/packages/toast/toast.js +2 -2
- package/dist/es/packages/trendarrow/style/style.css +2 -1
- package/dist/es/packages/trendarrow/style/trendarrow.scss +2 -1
- package/dist/es/packages/trendarrow/trendarrow.d.ts +11 -55
- package/dist/es/packages/video/video.d.ts +5 -25
- package/dist/nutui.react.umd.js +150 -125
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +35 -35
- package/dist/styles/variables-jrkf.scss +21 -27
- package/dist/styles/variables.scss +7 -4
- package/package.json +1 -1
- package/dist/cjs/packages/nutui.react.build.rn.d.ts +0 -203
- package/dist/cjs/packages/nutui.react.build.rn.js +0 -418
- package/dist/cjs/packages/nutui.react.rn.d.ts +0 -304
- package/dist/cjs/packages/nutui.react.rn.js +0 -519
- package/dist/cjs/packages/popup/index.rn.d.ts +0 -3
- package/dist/cjs/packages/popup/index.rn.js +0 -12
- package/dist/cjs/packages/popup/popup.rn.d.ts +0 -26
- package/dist/cjs/packages/popup/popup.rn.js +0 -186
- package/dist/es/packages/nutui.react.build.rn.d.ts +0 -203
- package/dist/es/packages/nutui.react.build.rn.js +0 -203
- package/dist/es/packages/nutui.react.rn.d.ts +0 -304
- package/dist/es/packages/nutui.react.rn.js +0 -304
- package/dist/es/packages/popup/index.rn.d.ts +0 -3
- package/dist/es/packages/popup/index.rn.js +0 -2
- package/dist/es/packages/popup/popup.rn.d.ts +0 -26
- package/dist/es/packages/popup/popup.rn.js +0 -174
|
@@ -2,104 +2,104 @@
|
|
|
2
2
|
@import '../variables.scss';
|
|
3
3
|
@import '../mixins/index.scss';
|
|
4
4
|
@import '../animation/index.scss';
|
|
5
|
-
@import '../../es/packages/virtuallist/style/virtuallist.scss';
|
|
6
|
-
@import '../../es/packages/video/style/video.scss';
|
|
7
5
|
@import '../../es/packages/watermark/style/watermark.scss';
|
|
8
|
-
@import '../../es/packages/
|
|
6
|
+
@import '../../es/packages/video/style/video.scss';
|
|
7
|
+
@import '../../es/packages/virtuallist/style/virtuallist.scss';
|
|
9
8
|
@import '../../es/packages/uploader/style/uploader.scss';
|
|
10
9
|
@import '../../es/packages/trendarrow/style/trendarrow.scss';
|
|
11
10
|
@import '../../es/packages/toast/style/toast.scss';
|
|
12
|
-
@import '../../es/packages/
|
|
11
|
+
@import '../../es/packages/tour/style/tour.scss';
|
|
13
12
|
@import '../../es/packages/timedetail/style/timedetail.scss';
|
|
13
|
+
@import '../../es/packages/timeselect/style/timeselect.scss';
|
|
14
14
|
@import '../../es/packages/textarea/style/textarea.scss';
|
|
15
|
-
@import '../../es/packages/tabs/style/tabs.scss';
|
|
16
15
|
@import '../../es/packages/tag/style/tag.scss';
|
|
16
|
+
@import '../../es/packages/tabs/style/tabs.scss';
|
|
17
|
+
@import '../../es/packages/tabbaritem/style/tabbaritem.scss';
|
|
17
18
|
@import '../../es/packages/table/style/table.scss';
|
|
19
|
+
@import '../../es/packages/tabbar/style/tabbar.scss';
|
|
18
20
|
@import '../../es/packages/tabpane/style/tabpane.scss';
|
|
19
21
|
@import '../../es/packages/switch/style/switch.scss';
|
|
20
|
-
@import '../../es/packages/tabbaritem/style/tabbaritem.scss';
|
|
21
|
-
@import '../../es/packages/swiper/style/swiper.scss';
|
|
22
22
|
@import '../../es/packages/swiperitem/style/swiperitem.scss';
|
|
23
|
+
@import '../../es/packages/swiper/style/swiper.scss';
|
|
23
24
|
@import '../../es/packages/swipe/style/swipe.scss';
|
|
24
|
-
@import '../../es/packages/tabbar/style/tabbar.scss';
|
|
25
|
-
@import '../../es/packages/subsidenavbar/style/subsidenavbar.scss';
|
|
26
25
|
@import '../../es/packages/sticky/style/sticky.scss';
|
|
27
|
-
@import '../../es/packages/space/style/space.scss';
|
|
28
26
|
@import '../../es/packages/steps/style/steps.scss';
|
|
29
|
-
@import '../../es/packages/
|
|
27
|
+
@import '../../es/packages/subsidenavbar/style/subsidenavbar.scss';
|
|
30
28
|
@import '../../es/packages/step/style/step.scss';
|
|
29
|
+
@import '../../es/packages/space/style/space.scss';
|
|
30
|
+
@import '../../es/packages/skeleton/style/skeleton.scss';
|
|
31
|
+
@import '../../es/packages/signature/style/signature.scss';
|
|
31
32
|
@import '../../es/packages/sidenavbaritem/style/sidenavbaritem.scss';
|
|
32
33
|
@import '../../es/packages/sidenavbar/style/sidenavbar.scss';
|
|
33
|
-
@import '../../es/packages/signature/style/signature.scss';
|
|
34
|
-
@import '../../es/packages/searchbar/style/searchbar.scss';
|
|
35
34
|
@import '../../es/packages/shortpassword/style/shortpassword.scss';
|
|
36
|
-
@import '../../es/packages/
|
|
35
|
+
@import '../../es/packages/searchbar/style/searchbar.scss';
|
|
37
36
|
@import '../../es/packages/safearea/style/safearea.scss';
|
|
38
37
|
@import '../../es/packages/resultpage/style/resultpage.scss';
|
|
38
|
+
@import '../../es/packages/row/style/row.scss';
|
|
39
39
|
@import '../../es/packages/rate/style/rate.scss';
|
|
40
40
|
@import '../../es/packages/range/style/range.scss';
|
|
41
|
-
@import '../../es/packages/radio/style/radio.scss';
|
|
42
41
|
@import '../../es/packages/radiogroup/style/radiogroup.scss';
|
|
42
|
+
@import '../../es/packages/radio/style/radio.scss';
|
|
43
43
|
@import '../../es/packages/pulltorefresh/style/pulltorefresh.scss';
|
|
44
|
-
@import '../../es/packages/price/style/price.scss';
|
|
45
44
|
@import '../../es/packages/progress/style/progress.scss';
|
|
46
|
-
@import '../../es/packages/
|
|
45
|
+
@import '../../es/packages/price/style/price.scss';
|
|
47
46
|
@import '../../es/packages/popup/style/popup.scss';
|
|
48
47
|
@import '../../es/packages/picker/style/picker.scss';
|
|
49
48
|
@import '../../es/packages/pagination/style/pagination.scss';
|
|
49
|
+
@import '../../es/packages/popover/style/popover.scss';
|
|
50
50
|
@import '../../es/packages/overlay/style/overlay.scss';
|
|
51
51
|
@import '../../es/packages/notify/style/notify.scss';
|
|
52
52
|
@import '../../es/packages/numberkeyboard/style/numberkeyboard.scss';
|
|
53
53
|
@import '../../es/packages/noticebar/style/noticebar.scss';
|
|
54
|
-
@import '../../es/packages/menuitem/style/menuitem.scss';
|
|
55
54
|
@import '../../es/packages/navbar/style/navbar.scss';
|
|
55
|
+
@import '../../es/packages/menuitem/style/menuitem.scss';
|
|
56
56
|
@import '../../es/packages/menu/style/menu.scss';
|
|
57
57
|
@import '../../es/packages/loading/style/loading.scss';
|
|
58
58
|
@import '../../es/packages/layout/style/layout.scss';
|
|
59
|
-
@import '../../es/packages/input/style/input.scss';
|
|
60
59
|
@import '../../es/packages/inputnumber/style/inputnumber.scss';
|
|
60
|
+
@import '../../es/packages/input/style/input.scss';
|
|
61
61
|
@import '../../es/packages/infiniteloading/style/infiniteloading.scss';
|
|
62
62
|
@import '../../es/packages/indicator/style/indicator.scss';
|
|
63
63
|
@import '../../es/packages/imagepreview/style/imagepreview.scss';
|
|
64
|
-
@import '../../es/packages/hoverbutton/style/hoverbutton.scss';
|
|
65
|
-
@import '../../es/packages/griditem/style/griditem.scss';
|
|
66
64
|
@import '../../es/packages/image/style/image.scss';
|
|
67
65
|
@import '../../es/packages/hoverbuttonitem/style/hoverbuttonitem.scss';
|
|
68
|
-
@import '../../es/packages/
|
|
69
|
-
@import '../../es/packages/
|
|
66
|
+
@import '../../es/packages/hoverbutton/style/hoverbutton.scss';
|
|
67
|
+
@import '../../es/packages/griditem/style/griditem.scss';
|
|
70
68
|
@import '../../es/packages/grid/style/grid.scss';
|
|
71
|
-
@import '../../es/packages/
|
|
69
|
+
@import '../../es/packages/formitem/style/formitem.scss';
|
|
72
70
|
@import '../../es/packages/form/style/form.scss';
|
|
73
|
-
@import '../../es/packages/elevator/style/elevator.scss';
|
|
74
71
|
@import '../../es/packages/ellipsis/style/ellipsis.scss';
|
|
72
|
+
@import '../../es/packages/empty/style/empty.scss';
|
|
73
|
+
@import '../../es/packages/fixednav/style/fixednav.scss';
|
|
74
|
+
@import '../../es/packages/elevator/style/elevator.scss';
|
|
75
75
|
@import '../../es/packages/drag/style/drag.scss';
|
|
76
76
|
@import '../../es/packages/divider/style/divider.scss';
|
|
77
|
-
@import '../../es/packages/countup/style/countup.scss';
|
|
78
|
-
@import '../../es/packages/countdown/style/countdown.scss';
|
|
79
77
|
@import '../../es/packages/dialog/style/dialog.scss';
|
|
80
78
|
@import '../../es/packages/datepicker/style/datepicker.scss';
|
|
81
|
-
@import '../../es/packages/
|
|
79
|
+
@import '../../es/packages/countup/style/countup.scss';
|
|
80
|
+
@import '../../es/packages/countdown/style/countdown.scss';
|
|
82
81
|
@import '../../es/packages/configprovider/style/configprovider.scss';
|
|
82
|
+
@import '../../es/packages/collapseitem/style/collapseitem.scss';
|
|
83
83
|
@import '../../es/packages/collapse/style/collapse.scss';
|
|
84
84
|
@import '../../es/packages/col/style/col.scss';
|
|
85
|
-
@import '../../es/packages/checkboxgroup/style/checkboxgroup.scss';
|
|
86
|
-
@import '../../es/packages/cell/style/cell.scss';
|
|
87
85
|
@import '../../es/packages/circleprogress/style/circleprogress.scss';
|
|
86
|
+
@import '../../es/packages/checkboxgroup/style/checkboxgroup.scss';
|
|
87
|
+
@import '../../es/packages/card/style/card.scss';
|
|
88
88
|
@import '../../es/packages/cellgroup/style/cellgroup.scss';
|
|
89
|
-
@import '../../es/packages/cascader/style/cascader.scss';
|
|
90
89
|
@import '../../es/packages/checkbox/style/checkbox.scss';
|
|
91
|
-
@import '../../es/packages/
|
|
90
|
+
@import '../../es/packages/cell/style/cell.scss';
|
|
91
|
+
@import '../../es/packages/cascader/style/cascader.scss';
|
|
92
92
|
@import '../../es/packages/calendaritem/style/calendaritem.scss';
|
|
93
|
+
@import '../../es/packages/calendarcard/style/calendarcard.scss';
|
|
93
94
|
@import '../../es/packages/calendar/style/calendar.scss';
|
|
94
|
-
@import '../../es/packages/card/style/card.scss';
|
|
95
95
|
@import '../../es/packages/button/style/button.scss';
|
|
96
96
|
@import '../../es/packages/barrage/style/barrage.scss';
|
|
97
|
-
@import '../../es/packages/backtop/style/backtop.scss';
|
|
98
97
|
@import '../../es/packages/badge/style/badge.scss';
|
|
98
|
+
@import '../../es/packages/backtop/style/backtop.scss';
|
|
99
99
|
@import '../../es/packages/avatargroup/style/avatargroup.scss';
|
|
100
100
|
@import '../../es/packages/avatarcropper/style/avatarcropper.scss';
|
|
101
|
-
@import '../../es/packages/audio/style/audio.scss';
|
|
102
101
|
@import '../../es/packages/avatar/style/avatar.scss';
|
|
102
|
+
@import '../../es/packages/audio/style/audio.scss';
|
|
103
103
|
@import '../../es/packages/animatingnumbers/style/animatingnumbers.scss';
|
|
104
104
|
@import '../../es/packages/animate/style/animate.scss';
|
|
105
105
|
@import '../../es/packages/address/style/address.scss';
|
|
@@ -192,9 +192,9 @@ $font-family:
|
|
|
192
192
|
// Font
|
|
193
193
|
$font-size-xxs: $font-text-mini !default;
|
|
194
194
|
$font-size-xs: $font-text-xs !default;
|
|
195
|
-
$font-size-
|
|
195
|
+
$font-size-s: $font-text-small !default;
|
|
196
196
|
$font-size-base: $font-text !default;
|
|
197
|
-
$font-size-
|
|
197
|
+
$font-size-l: $font-text-large !default;
|
|
198
198
|
$font-size-xl: $font-h2 !default;
|
|
199
199
|
$font-size-xxl: var(--nutui-font-size-8) !default;
|
|
200
200
|
$font-size-xxxl: var(--nutui-font-size-10) !default;
|
|
@@ -280,7 +280,7 @@ $button-large-padding: var(
|
|
|
280
280
|
) !default;
|
|
281
281
|
$button-large-font-size: var(
|
|
282
282
|
--nutui-button-large-font-size,
|
|
283
|
-
$font-size-
|
|
283
|
+
$font-size-l
|
|
284
284
|
) !default;
|
|
285
285
|
$button-large-font-weight: var(
|
|
286
286
|
--nutui-button-large-font-weight,
|
|
@@ -312,7 +312,7 @@ $button-mini-padding: var(
|
|
|
312
312
|
$button-mini-height: var(--nutui-button-mini-height, 24px) !default;
|
|
313
313
|
$button-mini-font-size: var(
|
|
314
314
|
--nutui-button-mini-font-size,
|
|
315
|
-
$font-size-
|
|
315
|
+
$font-size-s
|
|
316
316
|
) !default;
|
|
317
317
|
$button-mini-border-radius: var(
|
|
318
318
|
--nutui-button-mini-border-radius,
|
|
@@ -408,7 +408,7 @@ $cell-title-font-size: var(
|
|
|
408
408
|
) !default;
|
|
409
409
|
$cell-description-font-size: var(
|
|
410
410
|
--nutui-cell-description-font-size,
|
|
411
|
-
$font-size-
|
|
411
|
+
$font-size-s
|
|
412
412
|
) !default;
|
|
413
413
|
$cell-description-color: var(
|
|
414
414
|
--nutui-cell-description-color,
|
|
@@ -461,7 +461,7 @@ $cell-group-description-color: var(
|
|
|
461
461
|
) !default;
|
|
462
462
|
$cell-group-description-font-size: var(
|
|
463
463
|
--nutui-cell-group-description-font-size,
|
|
464
|
-
$font-size-
|
|
464
|
+
$font-size-s
|
|
465
465
|
) !default;
|
|
466
466
|
$cell-group-description-line-height: var(
|
|
467
467
|
--nutui-cell-group-description-line-height,
|
|
@@ -478,7 +478,7 @@ $cell-group-wrap-margin: var(--nutui-cell-group-wrap-margin, 10px 0) !default;
|
|
|
478
478
|
$divider-margin: var(--nutui-divider-margin, 16px 0) !default;
|
|
479
479
|
$divider-text-font-size: var(
|
|
480
480
|
--nutui-divider-text-font-size,
|
|
481
|
-
$font-size-
|
|
481
|
+
$font-size-s
|
|
482
482
|
) !default;
|
|
483
483
|
$divider-border-color: var(
|
|
484
484
|
--nutui-divider-border-color,
|
|
@@ -802,7 +802,7 @@ $numberkeyboard-key-color: var(
|
|
|
802
802
|
) !default;
|
|
803
803
|
$numberkeyboard-key-confirm-font-size: var(
|
|
804
804
|
--nutui-numberkeyboard-key-confirm-font-size,
|
|
805
|
-
$font-size-
|
|
805
|
+
$font-size-l
|
|
806
806
|
) !default;
|
|
807
807
|
$numberkeyboard-key-confirm-color: var(
|
|
808
808
|
--nutui-numberkeyboard-key-confirm-color,
|
|
@@ -1011,7 +1011,7 @@ $calendar-disable-color: var(
|
|
|
1011
1011
|
) !default;
|
|
1012
1012
|
$calendar-base-font-size: var(
|
|
1013
1013
|
--nutui-calendar-base-font-size,
|
|
1014
|
-
$font-size-
|
|
1014
|
+
$font-size-l
|
|
1015
1015
|
) !default;
|
|
1016
1016
|
$calendar-title-font-size: var(
|
|
1017
1017
|
--nutui-calendar-title-font-size,
|
|
@@ -1233,7 +1233,7 @@ $steps-base-icon-margin-bottom: var(
|
|
|
1233
1233
|
) !default;
|
|
1234
1234
|
$steps-base-icon-font-size: var(
|
|
1235
1235
|
--nutui-steps-base-icon-font-size,
|
|
1236
|
-
$font-size-
|
|
1236
|
+
$font-size-s
|
|
1237
1237
|
) !default;
|
|
1238
1238
|
$steps-base-line-width: var(--nutui-steps-base-line-width, 70%) !default;
|
|
1239
1239
|
$steps-base-line-height: var(--nutui-steps-base-line-height, 1px) !default;
|
|
@@ -1255,7 +1255,7 @@ $steps-base-title-margin-bottom: var(
|
|
|
1255
1255
|
) !default;
|
|
1256
1256
|
$steps-base-description-font-size: var(
|
|
1257
1257
|
--nutui-steps-base-description-font-size,
|
|
1258
|
-
$font-size-
|
|
1258
|
+
$font-size-s
|
|
1259
1259
|
) !default;
|
|
1260
1260
|
$steps-base-description-color: var(
|
|
1261
1261
|
--nutui-steps-base-description-color,
|
|
@@ -1392,7 +1392,7 @@ $dialog-footer-ok-max-width: var(
|
|
|
1392
1392
|
) !default;
|
|
1393
1393
|
$dialog-header-font-size: var(
|
|
1394
1394
|
--nutui-dialog-header-font-size,
|
|
1395
|
-
$font-size-
|
|
1395
|
+
$font-size-l
|
|
1396
1396
|
) !default;
|
|
1397
1397
|
$dialog-header-font-weight: var(
|
|
1398
1398
|
--nutui-dialog-header-font-weight,
|
|
@@ -1424,7 +1424,7 @@ $checkbox-label-font-size: var(
|
|
|
1424
1424
|
) !default;
|
|
1425
1425
|
$checkbox-icon-font-size: var(
|
|
1426
1426
|
--nutui-checkbox-icon-font-size,
|
|
1427
|
-
$font-size-
|
|
1427
|
+
$font-size-l
|
|
1428
1428
|
) !default;
|
|
1429
1429
|
$checkbox-button-font-size: var(
|
|
1430
1430
|
--nutui-checkbox-button-font-size,
|
|
@@ -1463,10 +1463,7 @@ $checkbox-list-item-padding: var(
|
|
|
1463
1463
|
) !default;
|
|
1464
1464
|
|
|
1465
1465
|
//radio(✅)
|
|
1466
|
-
$radio-icon-font-size: var(
|
|
1467
|
-
--nutui-radio-icon-font-size,
|
|
1468
|
-
$font-size-large
|
|
1469
|
-
) !default;
|
|
1466
|
+
$radio-icon-font-size: var(--nutui-radio-icon-font-size, $font-size-l) !default;
|
|
1470
1467
|
$radio-label-color: var(--nutui-radio-label-color, $color-text) !default;
|
|
1471
1468
|
$radio-label-disable-color: var(
|
|
1472
1469
|
--nutui-radio-label-disable-color,
|
|
@@ -1551,10 +1548,7 @@ $noticebar-background: var(
|
|
|
1551
1548
|
rgba(251, 248, 220, 1)
|
|
1552
1549
|
) !default;
|
|
1553
1550
|
$noticebar-color: var(--nutui-noticebar-color, #d9500b) !default;
|
|
1554
|
-
$noticebar-font-size: var(
|
|
1555
|
-
--nutui-noticebar-font-size,
|
|
1556
|
-
$font-size-small
|
|
1557
|
-
) !default;
|
|
1551
|
+
$noticebar-font-size: var(--nutui-noticebar-font-size, $font-size-s) !default;
|
|
1558
1552
|
$noticebar-line-height: var(--nutui-noticebar-line-height, 24px) !default;
|
|
1559
1553
|
$noticebar-box-padding: var(
|
|
1560
1554
|
--nutui-noticebar-box-padding,
|
|
@@ -1790,7 +1784,7 @@ $tabs-titles-item-active-font-weight: var(
|
|
|
1790
1784
|
) !default;
|
|
1791
1785
|
$tabs-titles-item-active-font-size: var(
|
|
1792
1786
|
--nutui-tabs-titles-item-active-font-size,
|
|
1793
|
-
$font-size-
|
|
1787
|
+
$font-size-l
|
|
1794
1788
|
) !default;
|
|
1795
1789
|
$tabs-titles-item-active-background-color: var(
|
|
1796
1790
|
--nutui-tabs-titles-item-active-background-color,
|
|
@@ -2151,7 +2145,7 @@ $grid-item-text-color: var(
|
|
|
2151
2145
|
) !default;
|
|
2152
2146
|
$grid-item-text-font-size: var(
|
|
2153
2147
|
--nutui-grid-item-text-font-size,
|
|
2154
|
-
$font-size-
|
|
2148
|
+
$font-size-s
|
|
2155
2149
|
) !default;
|
|
2156
2150
|
|
|
2157
2151
|
// table(✅)
|
|
@@ -2242,7 +2236,7 @@ $sidenavbar-sub-list-color: var(
|
|
|
2242
2236
|
$elevator-list-bg-color: var(--nutui-elevator-list-bg-color, $white) !default;
|
|
2243
2237
|
$elevator-list-font-size: var(
|
|
2244
2238
|
--nutui-elevator-list-font-size,
|
|
2245
|
-
$font-size-
|
|
2239
|
+
$font-size-s
|
|
2246
2240
|
) !default;
|
|
2247
2241
|
$elevator-list-color: var(
|
|
2248
2242
|
--nutui-elevator-list-color,
|
|
@@ -2409,7 +2403,7 @@ $circleprogress-text-color: var(
|
|
|
2409
2403
|
) !default;
|
|
2410
2404
|
$circleprogress-text-size: var(
|
|
2411
2405
|
--nutui-circleprogress-text-size,
|
|
2412
|
-
$font-size-
|
|
2406
|
+
$font-size-l
|
|
2413
2407
|
) !default;
|
|
2414
2408
|
|
|
2415
2409
|
// Ellipsis
|
|
@@ -2464,9 +2458,9 @@ $space-gap: var(--nutui-space-gap, 8px) !default;
|
|
|
2464
2458
|
|
|
2465
2459
|
// loading
|
|
2466
2460
|
$loading-icon-color: var(--nutui-loading-icon-color, $color-text-help) !default;
|
|
2467
|
-
$loading-icon-size: var(--nutui-loading-icon-size, $font-size-
|
|
2461
|
+
$loading-icon-size: var(--nutui-loading-icon-size, $font-size-s) !default;
|
|
2468
2462
|
$loading-color: var(--nutui-loading-color, $color-text-help) !default;
|
|
2469
|
-
$loading-font-size: var(--nutui-loading-font-size, $font-size-
|
|
2463
|
+
$loading-font-size: var(--nutui-loading-font-size, $font-size-s) !default;
|
|
2470
2464
|
// ResultPage
|
|
2471
2465
|
$resultpage-width: var(--nutui-resultpage-width, 247px) !default;
|
|
2472
2466
|
$resultpage-icon-size: var(--nutui-resultpage-icon-size, 48px) !default;
|
|
@@ -1596,7 +1596,7 @@ $badge-icon-padding: var(--nutui-badge-icon-padding, 3px) !default;
|
|
|
1596
1596
|
$badge-icon-size: var(--nutui-badge-icon-size, 12px) !default;
|
|
1597
1597
|
$badge-content-transform: var(
|
|
1598
1598
|
--nutui-badge-content-transform,
|
|
1599
|
-
|
|
1599
|
+
translateX(100%)
|
|
1600
1600
|
) !default;
|
|
1601
1601
|
$badge-z-index: var(--nutui-badge-z-index, 1) !default;
|
|
1602
1602
|
$badge-dot-width: var(--nutui-badge-dot-width, 7px) !default;
|
|
@@ -1697,10 +1697,13 @@ $pagination-prev-next-padding: var(
|
|
|
1697
1697
|
) !default;
|
|
1698
1698
|
$pagination-lite-width: var(--nutui-pagination-lite-width, 40px) !default;
|
|
1699
1699
|
$pagination-lite-height: var(--nutui-pagination-lite-height, 20px) !default;
|
|
1700
|
-
$pagination-lite-radius: var(
|
|
1700
|
+
$pagination-lite-radius: var(
|
|
1701
|
+
--nutui-pagination-lite-radius,
|
|
1702
|
+
$radius-xs
|
|
1703
|
+
) !default;
|
|
1701
1704
|
$pagination-lite-background-color: var(
|
|
1702
1705
|
--nutui-pagination-lite-background-color,
|
|
1703
|
-
|
|
1706
|
+
rgba(0, 0, 0, 0.45)
|
|
1704
1707
|
) !default;
|
|
1705
1708
|
$pagination-lite-active-background-color: var(
|
|
1706
1709
|
--nutui-pagination-lite-active-background-color,
|
|
@@ -2103,7 +2106,7 @@ $navbar-width: var(--nutui-navbar-width, 100%) !default;
|
|
|
2103
2106
|
$navbar-height: var(--nutui-navbar-height, 44px) !default;
|
|
2104
2107
|
$navbar-margin-bottom: var(--nutui-navbar-margin-bottom, 20px) !default;
|
|
2105
2108
|
$navbar-background: var(--nutui-navbar-background, $color-background) !default;
|
|
2106
|
-
$navbar-box-shadow: var(--nutui-navbar-box-shadow,
|
|
2109
|
+
$navbar-box-shadow: var(--nutui-navbar-box-shadow, 0 0 transparent) !default;
|
|
2107
2110
|
$navbar-color: var(--nutui-navbar-color, $color-title) !default;
|
|
2108
2111
|
$navbar-font-size: var(--nutui-navbar-font-size, $font-size-base) !default;
|
|
2109
2112
|
$navbar-title-font-size: var(
|
package/package.json
CHANGED
|
@@ -1,203 +0,0 @@
|
|
|
1
|
-
import Button from "./button/index.taro";
|
|
2
|
-
export * from '@/packages/button/index.taro';
|
|
3
|
-
import Cell from "./cell/index.taro";
|
|
4
|
-
export * from '@/packages/cell/index.taro';
|
|
5
|
-
import CellGroup from "./cellgroup/index.taro";
|
|
6
|
-
export * from '@/packages/cellgroup/index.taro';
|
|
7
|
-
import ConfigProvider from "./configprovider/index.taro";
|
|
8
|
-
export * from '@/packages/configprovider/index.taro';
|
|
9
|
-
import Image from "./image/index.taro";
|
|
10
|
-
export * from '@/packages/image/index.taro';
|
|
11
|
-
import Overlay from "./overlay/index.taro";
|
|
12
|
-
export * from '@/packages/overlay/index.taro';
|
|
13
|
-
import Col from "./col/index.taro";
|
|
14
|
-
export * from '@/packages/col/index.taro';
|
|
15
|
-
import Divider from "./divider/index.taro";
|
|
16
|
-
export * from '@/packages/divider/index.taro';
|
|
17
|
-
import Grid from "./grid/index.taro";
|
|
18
|
-
export * from '@/packages/grid/index.taro';
|
|
19
|
-
import GridItem from "./griditem/index.taro";
|
|
20
|
-
export * from '@/packages/griditem/index.taro';
|
|
21
|
-
import Layout from "./layout/index.taro";
|
|
22
|
-
export * from '@/packages/layout/index.taro';
|
|
23
|
-
import Row from "./row/index.taro";
|
|
24
|
-
export * from '@/packages/row/index.taro';
|
|
25
|
-
import Space from "./space/index.taro";
|
|
26
|
-
export * from '@/packages/space/index.taro';
|
|
27
|
-
import Sticky from "./sticky/index.taro";
|
|
28
|
-
export * from '@/packages/sticky/index.taro';
|
|
29
|
-
import SafeArea from "./safearea/index.taro";
|
|
30
|
-
export * from '@/packages/safearea/index.taro';
|
|
31
|
-
import BackTop from "./backtop/index.taro";
|
|
32
|
-
export * from '@/packages/backtop/index.taro';
|
|
33
|
-
import Elevator from "./elevator/index.taro";
|
|
34
|
-
export * from '@/packages/elevator/index.taro';
|
|
35
|
-
import FixedNav from "./fixednav/index.taro";
|
|
36
|
-
export * from '@/packages/fixednav/index.taro';
|
|
37
|
-
import HoverButton from "./hoverbutton/index.taro";
|
|
38
|
-
export * from '@/packages/hoverbutton/index.taro';
|
|
39
|
-
import HoverButtonItem from "./hoverbuttonitem/index.taro";
|
|
40
|
-
export * from '@/packages/hoverbuttonitem/index.taro';
|
|
41
|
-
import NavBar from "./navbar/index.taro";
|
|
42
|
-
export * from '@/packages/navbar/index.taro';
|
|
43
|
-
import SideNavBar from "./sidenavbar/index.taro";
|
|
44
|
-
export * from '@/packages/sidenavbar/index.taro';
|
|
45
|
-
import SideNavBarItem from "./sidenavbaritem/index.taro";
|
|
46
|
-
export * from '@/packages/sidenavbaritem/index.taro';
|
|
47
|
-
import SubSideNavBar from "./subsidenavbar/index.taro";
|
|
48
|
-
export * from '@/packages/subsidenavbar/index.taro';
|
|
49
|
-
import Tabbar from "./tabbar/index.taro";
|
|
50
|
-
export * from '@/packages/tabbar/index.taro';
|
|
51
|
-
import TabbarItem from "./tabbaritem/index.taro";
|
|
52
|
-
export * from '@/packages/tabbaritem/index.taro';
|
|
53
|
-
import TabPane from "./tabpane/index.taro";
|
|
54
|
-
export * from '@/packages/tabpane/index.taro';
|
|
55
|
-
import Tabs from "./tabs/index.taro";
|
|
56
|
-
export * from '@/packages/tabs/index.taro';
|
|
57
|
-
import Address from "./address/index.taro";
|
|
58
|
-
export * from '@/packages/address/index.taro';
|
|
59
|
-
import Calendar from "./calendar/index.taro";
|
|
60
|
-
export * from '@/packages/calendar/index.taro';
|
|
61
|
-
import CalendarItem from "./calendaritem/index.taro";
|
|
62
|
-
export * from '@/packages/calendaritem/index.taro';
|
|
63
|
-
import CalendarCard from "./calendarcard/index.taro";
|
|
64
|
-
export * from '@/packages/calendarcard/index.taro';
|
|
65
|
-
import Cascader from "./cascader/index.taro";
|
|
66
|
-
export * from '@/packages/cascader/index.taro';
|
|
67
|
-
import Checkbox from "./checkbox/index.taro";
|
|
68
|
-
export * from '@/packages/checkbox/index.taro';
|
|
69
|
-
import CheckboxGroup from "./checkboxgroup/index.taro";
|
|
70
|
-
export * from '@/packages/checkboxgroup/index.taro';
|
|
71
|
-
import DatePicker from "./datepicker/index.taro";
|
|
72
|
-
export * from '@/packages/datepicker/index.taro';
|
|
73
|
-
import Form from "./form/index.taro";
|
|
74
|
-
export * from '@/packages/form/index.taro';
|
|
75
|
-
import FormItem from "./formitem/index.taro";
|
|
76
|
-
export * from '@/packages/formitem/index.taro';
|
|
77
|
-
import Input from "./input/index.taro";
|
|
78
|
-
export * from '@/packages/input/index.taro';
|
|
79
|
-
import InputNumber from "./inputnumber/index.taro";
|
|
80
|
-
export * from '@/packages/inputnumber/index.taro';
|
|
81
|
-
import Menu from "./menu/index.taro";
|
|
82
|
-
export * from '@/packages/menu/index.taro';
|
|
83
|
-
import MenuItem from "./menuitem/index.taro";
|
|
84
|
-
export * from '@/packages/menuitem/index.taro';
|
|
85
|
-
import NumberKeyboard from "./numberkeyboard/index.taro";
|
|
86
|
-
export * from '@/packages/numberkeyboard/index.taro';
|
|
87
|
-
import Picker from "./picker/index.taro";
|
|
88
|
-
export * from '@/packages/picker/index.taro';
|
|
89
|
-
import Radio from "./radio/index.taro";
|
|
90
|
-
export * from '@/packages/radio/index.taro';
|
|
91
|
-
import RadioGroup from "./radiogroup/index.taro";
|
|
92
|
-
export * from '@/packages/radiogroup/index.taro';
|
|
93
|
-
import Range from "./range/index.taro";
|
|
94
|
-
export * from '@/packages/range/index.taro';
|
|
95
|
-
import Rate from "./rate/index.taro";
|
|
96
|
-
export * from '@/packages/rate/index.taro';
|
|
97
|
-
import SearchBar from "./searchbar/index.taro";
|
|
98
|
-
export * from '@/packages/searchbar/index.taro';
|
|
99
|
-
import ShortPassword from "./shortpassword/index.taro";
|
|
100
|
-
export * from '@/packages/shortpassword/index.taro';
|
|
101
|
-
import Signature from "./signature/index.taro";
|
|
102
|
-
export * from '@/packages/signature/index.taro';
|
|
103
|
-
import Switch from "./switch/index.taro";
|
|
104
|
-
export * from '@/packages/switch/index.taro';
|
|
105
|
-
import TextArea from "./textarea/index.taro";
|
|
106
|
-
export * from '@/packages/textarea/index.taro';
|
|
107
|
-
import Uploader from "./uploader/index.taro";
|
|
108
|
-
export * from '@/packages/uploader/index.taro';
|
|
109
|
-
import ActionSheet from "./actionsheet/index.taro";
|
|
110
|
-
export * from '@/packages/actionsheet/index.taro';
|
|
111
|
-
import Badge from "./badge/index.taro";
|
|
112
|
-
export * from '@/packages/badge/index.taro';
|
|
113
|
-
import Dialog from "./dialog/index.taro";
|
|
114
|
-
export * from '@/packages/dialog/index.taro';
|
|
115
|
-
import Drag from "./drag/index.taro";
|
|
116
|
-
export * from '@/packages/drag/index.taro';
|
|
117
|
-
import Empty from "./empty/index.taro";
|
|
118
|
-
export * from '@/packages/empty/index.taro';
|
|
119
|
-
import ResultPage from "./resultpage/index.taro";
|
|
120
|
-
export * from '@/packages/resultpage/index.taro';
|
|
121
|
-
import InfiniteLoading from "./infiniteloading/index.taro";
|
|
122
|
-
export * from '@/packages/infiniteloading/index.taro';
|
|
123
|
-
import Loading from "./loading/index.taro";
|
|
124
|
-
export * from '@/packages/loading/index.taro';
|
|
125
|
-
import NoticeBar from "./noticebar/index.taro";
|
|
126
|
-
export * from '@/packages/noticebar/index.taro';
|
|
127
|
-
import Notify from "./notify/index.taro";
|
|
128
|
-
export * from '@/packages/notify/index.taro';
|
|
129
|
-
import Popover from "./popover/index.taro";
|
|
130
|
-
export * from '@/packages/popover/index.taro';
|
|
131
|
-
import Popup from "./popup/index.rn";
|
|
132
|
-
export * from '@/packages/popup/index.rn';
|
|
133
|
-
import PullToRefresh from "./pulltorefresh/index.taro";
|
|
134
|
-
export * from '@/packages/pulltorefresh/index.taro';
|
|
135
|
-
import Skeleton from "./skeleton/index.taro";
|
|
136
|
-
export * from '@/packages/skeleton/index.taro';
|
|
137
|
-
import Swipe from "./swipe/index.taro";
|
|
138
|
-
export * from '@/packages/swipe/index.taro';
|
|
139
|
-
import Toast from "./toast/index.taro";
|
|
140
|
-
export * from '@/packages/toast/index.taro';
|
|
141
|
-
import Animate from "./animate/index.taro";
|
|
142
|
-
export * from '@/packages/animate/index.taro';
|
|
143
|
-
import AnimatingNumbers from "./animatingnumbers/index.taro";
|
|
144
|
-
export * from '@/packages/animatingnumbers/index.taro';
|
|
145
|
-
import Audio from "./audio/index.taro";
|
|
146
|
-
export * from '@/packages/audio/index.taro';
|
|
147
|
-
import Avatar from "./avatar/index.taro";
|
|
148
|
-
export * from '@/packages/avatar/index.taro';
|
|
149
|
-
import AvatarGroup from "./avatargroup/index.taro";
|
|
150
|
-
export * from '@/packages/avatargroup/index.taro';
|
|
151
|
-
import CircleProgress from "./circleprogress/index.taro";
|
|
152
|
-
export * from '@/packages/circleprogress/index.taro';
|
|
153
|
-
import Collapse from "./collapse/index.taro";
|
|
154
|
-
export * from '@/packages/collapse/index.taro';
|
|
155
|
-
import CollapseItem from "./collapseitem/index.taro";
|
|
156
|
-
export * from '@/packages/collapseitem/index.taro';
|
|
157
|
-
import CountDown from "./countdown/index.taro";
|
|
158
|
-
export * from '@/packages/countdown/index.taro';
|
|
159
|
-
import Ellipsis from "./ellipsis/index.taro";
|
|
160
|
-
export * from '@/packages/ellipsis/index.taro';
|
|
161
|
-
import ImagePreview from "./imagepreview/index.taro";
|
|
162
|
-
export * from '@/packages/imagepreview/index.taro';
|
|
163
|
-
import Indicator from "./indicator/index.taro";
|
|
164
|
-
export * from '@/packages/indicator/index.taro';
|
|
165
|
-
import Pagination from "./pagination/index.taro";
|
|
166
|
-
export * from '@/packages/pagination/index.taro';
|
|
167
|
-
import Price from "./price/index.taro";
|
|
168
|
-
export * from '@/packages/price/index.taro';
|
|
169
|
-
import Progress from "./progress/index.taro";
|
|
170
|
-
export * from '@/packages/progress/index.taro';
|
|
171
|
-
import Step from "./step/index.taro";
|
|
172
|
-
export * from '@/packages/step/index.taro';
|
|
173
|
-
import Steps from "./steps/index.taro";
|
|
174
|
-
export * from '@/packages/steps/index.taro';
|
|
175
|
-
import Swiper from "./swiper/index.taro";
|
|
176
|
-
export * from '@/packages/swiper/index.taro';
|
|
177
|
-
import SwiperItem from "./swiperitem/index.taro";
|
|
178
|
-
export * from '@/packages/swiperitem/index.taro';
|
|
179
|
-
import Table from "./table/index.taro";
|
|
180
|
-
export * from '@/packages/table/index.taro';
|
|
181
|
-
import Tag from "./tag/index.taro";
|
|
182
|
-
export * from '@/packages/tag/index.taro';
|
|
183
|
-
import Tour from "./tour/index.taro";
|
|
184
|
-
export * from '@/packages/tour/index.taro';
|
|
185
|
-
import Video from "./video/index.taro";
|
|
186
|
-
export * from '@/packages/video/index.taro';
|
|
187
|
-
import VirtualList from "./virtuallist/index.taro";
|
|
188
|
-
export * from '@/packages/virtuallist/index.taro';
|
|
189
|
-
import Barrage from "./barrage/index.taro";
|
|
190
|
-
export * from '@/packages/barrage/index.taro';
|
|
191
|
-
import Card from "./card/index.taro";
|
|
192
|
-
export * from '@/packages/card/index.taro';
|
|
193
|
-
import TimeDetail from "./timedetail/index.taro";
|
|
194
|
-
export * from '@/packages/timedetail/index.taro';
|
|
195
|
-
import TimeSelect from "./timeselect/index.taro";
|
|
196
|
-
export * from '@/packages/timeselect/index.taro';
|
|
197
|
-
import TrendArrow from "./trendarrow/index.taro";
|
|
198
|
-
export * from '@/packages/trendarrow/index.taro';
|
|
199
|
-
import WaterMark from "./watermark/index.taro";
|
|
200
|
-
export * from '@/packages/watermark/index.taro';
|
|
201
|
-
import AvatarCropper from "./avatarcropper/index.taro";
|
|
202
|
-
export * from '@/packages/avatarcropper/index.taro';
|
|
203
|
-
export { Button, Cell, CellGroup, ConfigProvider, Image, Overlay, Col, Divider, Grid, GridItem, Layout, Row, Space, Sticky, SafeArea, BackTop, Elevator, FixedNav, HoverButton, HoverButtonItem, NavBar, SideNavBar, SideNavBarItem, SubSideNavBar, Tabbar, TabbarItem, TabPane, Tabs, Address, Calendar, CalendarItem, CalendarCard, Cascader, Checkbox, CheckboxGroup, DatePicker, Form, FormItem, Input, InputNumber, Menu, MenuItem, NumberKeyboard, Picker, Radio, RadioGroup, Range, Rate, SearchBar, ShortPassword, Signature, Switch, TextArea, Uploader, ActionSheet, Badge, Dialog, Drag, Empty, ResultPage, InfiniteLoading, Loading, NoticeBar, Notify, Popover, Popup, PullToRefresh, Skeleton, Swipe, Toast, Animate, AnimatingNumbers, Audio, Avatar, AvatarGroup, CircleProgress, Collapse, CollapseItem, CountDown, Ellipsis, ImagePreview, Indicator, Pagination, Price, Progress, Step, Steps, Swiper, SwiperItem, Table, Tag, Tour, Video, VirtualList, Barrage, Card, TimeDetail, TimeSelect, TrendArrow, WaterMark, AvatarCropper };
|