@nutui/nutui-react-taro 3.0.13 → 3.0.14
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 +26 -12
- package/dist/cjs/packages/configprovider/types.d.ts +1 -1
- package/dist/cjs/packages/datepicker/utils.js +1 -1
- package/dist/cjs/packages/elevator/elevator.d.ts +3 -20
- package/dist/cjs/packages/elevator/elevator.js +119 -91
- package/dist/cjs/packages/elevator/index.d.ts +1 -1
- package/dist/cjs/packages/elevator/style/elevator.scss +61 -33
- package/dist/cjs/packages/elevator/style/style.css +65 -40
- package/dist/cjs/packages/elevator/style/style.harmony.css +69 -41
- package/dist/cjs/packages/elevator/style-jmapp/elevator.scss +61 -33
- package/dist/cjs/packages/elevator/style-jmapp/style.css +56 -31
- package/dist/cjs/packages/elevator/style-jrkf/elevator.scss +61 -33
- package/dist/cjs/packages/elevator/style-jrkf/style.css +56 -31
- package/dist/cjs/packages/image/image.js +2 -2
- package/dist/cjs/packages/input/input.js +1 -1
- package/dist/cjs/packages/navbar/style/navbar.scss +2 -0
- package/dist/cjs/packages/navbar/style/style.css +2 -0
- package/dist/cjs/packages/navbar/style/style.harmony.css +2 -0
- package/dist/cjs/packages/navbar/style-jmapp/navbar.scss +2 -0
- package/dist/cjs/packages/navbar/style-jmapp/style.css +2 -0
- package/dist/cjs/packages/navbar/style-jrkf/navbar.scss +2 -0
- package/dist/cjs/packages/navbar/style-jrkf/style.css +2 -0
- package/dist/cjs/packages/switch/switch.js +0 -1
- package/dist/cjs/packages/tabpane/style/style.css +1 -1
- package/dist/cjs/packages/tabpane/style/tabpane.scss +1 -1
- package/dist/cjs/packages/tabpane/style-jmapp/style.css +1 -1
- package/dist/cjs/packages/tabpane/style-jmapp/tabpane.scss +1 -1
- package/dist/cjs/packages/tabpane/style-jrkf/style.css +1 -1
- package/dist/cjs/packages/tabpane/style-jrkf/tabpane.scss +1 -1
- package/dist/cjs/types/spec/elevator/base.d.ts +5 -2
- package/dist/es/packages/configprovider/types.d.ts +1 -1
- package/dist/es/packages/datepicker/utils.js +1 -1
- package/dist/es/packages/elevator/elevator.d.ts +3 -20
- package/dist/es/packages/elevator/elevator.js +119 -91
- package/dist/es/packages/elevator/index.d.ts +1 -1
- package/dist/es/packages/elevator/style/elevator.scss +61 -33
- package/dist/es/packages/elevator/style/style.css +65 -40
- package/dist/es/packages/elevator/style/style.harmony.css +69 -41
- package/dist/es/packages/elevator/style-jmapp/elevator.scss +61 -33
- package/dist/es/packages/elevator/style-jmapp/style.css +56 -31
- package/dist/es/packages/elevator/style-jrkf/elevator.scss +61 -33
- package/dist/es/packages/elevator/style-jrkf/style.css +56 -31
- package/dist/es/packages/image/image.js +2 -2
- package/dist/es/packages/input/input.js +1 -1
- package/dist/es/packages/navbar/style/navbar.scss +2 -0
- package/dist/es/packages/navbar/style/style.css +2 -0
- package/dist/es/packages/navbar/style/style.harmony.css +2 -0
- package/dist/es/packages/navbar/style-jmapp/navbar.scss +2 -0
- package/dist/es/packages/navbar/style-jmapp/style.css +2 -0
- package/dist/es/packages/navbar/style-jrkf/navbar.scss +2 -0
- package/dist/es/packages/navbar/style-jrkf/style.css +2 -0
- package/dist/es/packages/switch/switch.js +0 -1
- package/dist/es/packages/tabpane/style/style.css +1 -1
- package/dist/es/packages/tabpane/style/tabpane.scss +1 -1
- package/dist/es/packages/tabpane/style-jmapp/style.css +1 -1
- package/dist/es/packages/tabpane/style-jmapp/tabpane.scss +1 -1
- package/dist/es/packages/tabpane/style-jrkf/style.css +1 -1
- package/dist/es/packages/tabpane/style-jrkf/tabpane.scss +1 -1
- package/dist/es/types/spec/elevator/base.d.ts +15 -6
- package/dist/nutui.react.umd.js +858 -837
- package/dist/style-jmapp.css +1 -1
- package/dist/style-jmapp.scss +36 -36
- package/dist/style-jrkf.css +1 -1
- package/dist/style-jrkf.scss +44 -44
- package/dist/style.css +1 -1
- package/dist/style.scss +35 -35
- package/dist/styles/variables-jmapp.scss +14 -2
- package/dist/styles/variables-jrkf.scss +14 -2
- package/dist/styles/variables.scss +24 -43
- package/package.json +1 -1
package/dist/style.scss
CHANGED
|
@@ -2,57 +2,57 @@
|
|
|
2
2
|
@import './styles/mixins/index.scss';
|
|
3
3
|
@import './styles/animation/index.scss';
|
|
4
4
|
@import './es/packages/watermark/style/watermark.scss';
|
|
5
|
-
@import './es/packages/video/style/video.scss';
|
|
6
5
|
@import './es/packages/virtuallist/style/virtuallist.scss';
|
|
7
6
|
@import './es/packages/uploader/style/uploader.scss';
|
|
8
|
-
@import './es/packages/
|
|
7
|
+
@import './es/packages/video/style/video.scss';
|
|
9
8
|
@import './es/packages/tour/style/tour.scss';
|
|
10
|
-
@import './es/packages/timeselect/style/timeselect.scss';
|
|
11
9
|
@import './es/packages/toast/style/toast.scss';
|
|
12
10
|
@import './es/packages/timedetail/style/timedetail.scss';
|
|
11
|
+
@import './es/packages/trendarrow/style/trendarrow.scss';
|
|
12
|
+
@import './es/packages/timeselect/style/timeselect.scss';
|
|
13
13
|
@import './es/packages/textarea/style/textarea.scss';
|
|
14
|
-
@import './es/packages/tag/style/tag.scss';
|
|
15
14
|
@import './es/packages/tabs/style/tabs.scss';
|
|
16
|
-
@import './es/packages/table/style/table.scss';
|
|
17
15
|
@import './es/packages/tabpane/style/tabpane.scss';
|
|
18
|
-
@import './es/packages/
|
|
16
|
+
@import './es/packages/tag/style/tag.scss';
|
|
19
17
|
@import './es/packages/tabbaritem/style/tabbaritem.scss';
|
|
20
|
-
@import './es/packages/swiperitem/style/swiperitem.scss';
|
|
21
18
|
@import './es/packages/switch/style/switch.scss';
|
|
22
|
-
@import './es/packages/
|
|
19
|
+
@import './es/packages/tabbar/style/tabbar.scss';
|
|
20
|
+
@import './es/packages/table/style/table.scss';
|
|
21
|
+
@import './es/packages/swiperitem/style/swiperitem.scss';
|
|
23
22
|
@import './es/packages/swiper/style/swiper.scss';
|
|
24
23
|
@import './es/packages/sticky/style/sticky.scss';
|
|
24
|
+
@import './es/packages/swipe/style/swipe.scss';
|
|
25
25
|
@import './es/packages/steps/style/steps.scss';
|
|
26
|
-
@import './es/packages/step/style/step.scss';
|
|
27
26
|
@import './es/packages/space/style/space.scss';
|
|
28
|
-
@import './es/packages/skeleton/style/skeleton.scss';
|
|
29
27
|
@import './es/packages/signature/style/signature.scss';
|
|
30
|
-
@import './es/packages/
|
|
28
|
+
@import './es/packages/skeleton/style/skeleton.scss';
|
|
31
29
|
@import './es/packages/sidebaritem/style/sidebaritem.scss';
|
|
30
|
+
@import './es/packages/sidebar/style/sidebar.scss';
|
|
32
31
|
@import './es/packages/shortpassword/style/shortpassword.scss';
|
|
33
|
-
@import './es/packages/segmented/style/segmented.scss';
|
|
34
32
|
@import './es/packages/searchbar/style/searchbar.scss';
|
|
35
|
-
@import './es/packages/
|
|
33
|
+
@import './es/packages/step/style/step.scss';
|
|
34
|
+
@import './es/packages/segmented/style/segmented.scss';
|
|
36
35
|
@import './es/packages/row/style/row.scss';
|
|
36
|
+
@import './es/packages/safearea/style/safearea.scss';
|
|
37
37
|
@import './es/packages/resultpage/style/resultpage.scss';
|
|
38
|
-
@import './es/packages/rate/style/rate.scss';
|
|
39
38
|
@import './es/packages/range/style/range.scss';
|
|
39
|
+
@import './es/packages/rate/style/rate.scss';
|
|
40
|
+
@import './es/packages/pulltorefresh/style/pulltorefresh.scss';
|
|
40
41
|
@import './es/packages/radiogroup/style/radiogroup.scss';
|
|
42
|
+
@import './es/packages/progress/style/progress.scss';
|
|
41
43
|
@import './es/packages/radio/style/radio.scss';
|
|
42
|
-
@import './es/packages/pulltorefresh/style/pulltorefresh.scss';
|
|
43
44
|
@import './es/packages/price/style/price.scss';
|
|
44
|
-
@import './es/packages/popover/style/popover.scss';
|
|
45
|
-
@import './es/packages/popup/style/popup.scss';
|
|
46
|
-
@import './es/packages/progress/style/progress.scss';
|
|
47
45
|
@import './es/packages/pickerview/style/pickerview.scss';
|
|
48
46
|
@import './es/packages/pagination/style/pagination.scss';
|
|
49
|
-
@import './es/packages/overlay/style/overlay.scss';
|
|
50
47
|
@import './es/packages/picker/style/picker.scss';
|
|
48
|
+
@import './es/packages/numberkeyboard/style/numberkeyboard.scss';
|
|
49
|
+
@import './es/packages/popup/style/popup.scss';
|
|
50
|
+
@import './es/packages/overlay/style/overlay.scss';
|
|
51
51
|
@import './es/packages/notify/style/notify.scss';
|
|
52
|
+
@import './es/packages/navbar/style/navbar.scss';
|
|
53
|
+
@import './es/packages/popover/style/popover.scss';
|
|
52
54
|
@import './es/packages/noticebar/style/noticebar.scss';
|
|
53
|
-
@import './es/packages/numberkeyboard/style/numberkeyboard.scss';
|
|
54
55
|
@import './es/packages/menuitem/style/menuitem.scss';
|
|
55
|
-
@import './es/packages/navbar/style/navbar.scss';
|
|
56
56
|
@import './es/packages/menu/style/menu.scss';
|
|
57
57
|
@import './es/packages/lottie/style/lottie.scss';
|
|
58
58
|
@import './es/packages/layout/style/layout.scss';
|
|
@@ -60,47 +60,47 @@
|
|
|
60
60
|
@import './es/packages/input/style/input.scss';
|
|
61
61
|
@import './es/packages/inputnumber/style/inputnumber.scss';
|
|
62
62
|
@import './es/packages/infiniteloading/style/infiniteloading.scss';
|
|
63
|
-
@import './es/packages/imagepreview/style/imagepreview.scss';
|
|
64
|
-
@import './es/packages/image/style/image.scss';
|
|
65
63
|
@import './es/packages/indicator/style/indicator.scss';
|
|
66
|
-
@import './es/packages/
|
|
64
|
+
@import './es/packages/image/style/image.scss';
|
|
65
|
+
@import './es/packages/imagepreview/style/imagepreview.scss';
|
|
67
66
|
@import './es/packages/hoverbutton/style/hoverbutton.scss';
|
|
68
67
|
@import './es/packages/griditem/style/griditem.scss';
|
|
69
68
|
@import './es/packages/grid/style/grid.scss';
|
|
69
|
+
@import './es/packages/hoverbuttonitem/style/hoverbuttonitem.scss';
|
|
70
70
|
@import './es/packages/formitem/style/formitem.scss';
|
|
71
|
-
@import './es/packages/fixednav/style/fixednav.scss';
|
|
72
71
|
@import './es/packages/form/style/form.scss';
|
|
73
|
-
@import './es/packages/empty/style/empty.scss';
|
|
74
72
|
@import './es/packages/ellipsis/style/ellipsis.scss';
|
|
73
|
+
@import './es/packages/fixednav/style/fixednav.scss';
|
|
75
74
|
@import './es/packages/elevator/style/elevator.scss';
|
|
75
|
+
@import './es/packages/empty/style/empty.scss';
|
|
76
76
|
@import './es/packages/drag/style/drag.scss';
|
|
77
77
|
@import './es/packages/divider/style/divider.scss';
|
|
78
|
-
@import './es/packages/datepickerview/style/datepickerview.scss';
|
|
79
78
|
@import './es/packages/datepicker/style/datepicker.scss';
|
|
80
79
|
@import './es/packages/dialog/style/dialog.scss';
|
|
81
|
-
@import './es/packages/
|
|
80
|
+
@import './es/packages/datepickerview/style/datepickerview.scss';
|
|
82
81
|
@import './es/packages/countdown/style/countdown.scss';
|
|
82
|
+
@import './es/packages/countup/style/countup.scss';
|
|
83
83
|
@import './es/packages/configprovider/style/configprovider.scss';
|
|
84
|
-
@import './es/packages/collapseitem/style/collapseitem.scss';
|
|
85
|
-
@import './es/packages/collapse/style/collapse.scss';
|
|
86
84
|
@import './es/packages/col/style/col.scss';
|
|
85
|
+
@import './es/packages/collapse/style/collapse.scss';
|
|
87
86
|
@import './es/packages/circleprogress/style/circleprogress.scss';
|
|
88
87
|
@import './es/packages/checkboxgroup/style/checkboxgroup.scss';
|
|
89
|
-
@import './es/packages/checkbox/style/checkbox.scss';
|
|
90
88
|
@import './es/packages/cellgroup/style/cellgroup.scss';
|
|
91
89
|
@import './es/packages/cell/style/cell.scss';
|
|
92
|
-
@import './es/packages/
|
|
90
|
+
@import './es/packages/checkbox/style/checkbox.scss';
|
|
91
|
+
@import './es/packages/collapseitem/style/collapseitem.scss';
|
|
93
92
|
@import './es/packages/card/style/card.scss';
|
|
93
|
+
@import './es/packages/cascader/style/cascader.scss';
|
|
94
94
|
@import './es/packages/calendaritem/style/calendaritem.scss';
|
|
95
95
|
@import './es/packages/calendar/style/calendar.scss';
|
|
96
|
-
@import './es/packages/button/style/button.scss';
|
|
97
96
|
@import './es/packages/calendarcard/style/calendarcard.scss';
|
|
97
|
+
@import './es/packages/button/style/button.scss';
|
|
98
98
|
@import './es/packages/barrage/style/barrage.scss';
|
|
99
99
|
@import './es/packages/badge/style/badge.scss';
|
|
100
|
-
@import './es/packages/avatargroup/style/avatargroup.scss';
|
|
101
100
|
@import './es/packages/backtop/style/backtop.scss';
|
|
102
|
-
@import './es/packages/avatar/style/avatar.scss';
|
|
103
101
|
@import './es/packages/avatarcropper/style/avatarcropper.scss';
|
|
102
|
+
@import './es/packages/avatargroup/style/avatargroup.scss';
|
|
103
|
+
@import './es/packages/avatar/style/avatar.scss';
|
|
104
104
|
@import './es/packages/animatingnumbers/style/animatingnumbers.scss';
|
|
105
105
|
@import './es/packages/audio/style/audio.scss';
|
|
106
106
|
@import './es/packages/animate/style/animate.scss';
|
|
@@ -1981,8 +1981,8 @@ $tabs-titles-item-smile-bottom: var(
|
|
|
1981
1981
|
-10px
|
|
1982
1982
|
) !default;
|
|
1983
1983
|
$tabs-tabpane-padding: var(--nutui-tabs-tabpane-padding, 24px 20px) !default;
|
|
1984
|
-
$tabs-tabpane-
|
|
1985
|
-
--nutui-tabs-tabpane-
|
|
1984
|
+
$tabs-tabpane-background-color: var(
|
|
1985
|
+
--nutui-tabs-tabpane-background-color,
|
|
1986
1986
|
#fff
|
|
1987
1987
|
) !default;
|
|
1988
1988
|
// indicator(✅)
|
|
@@ -2416,6 +2416,18 @@ $elevator-list-item-code-color: var(
|
|
|
2416
2416
|
--nutui-elevator-list-item-code-color,
|
|
2417
2417
|
$color-title
|
|
2418
2418
|
) !default;
|
|
2419
|
+
$elevator-list-item-code-width: var(
|
|
2420
|
+
--nutui-elevator-list-item-code-width,
|
|
2421
|
+
34px
|
|
2422
|
+
) !default;
|
|
2423
|
+
$elevator-bars-color: var(
|
|
2424
|
+
--nutui-elevator-bars-color,
|
|
2425
|
+
$color-text-help
|
|
2426
|
+
) !default;
|
|
2427
|
+
$elevator-list-item-code-current-color: var(
|
|
2428
|
+
--nutui-elevator-list-item-code-current-color,
|
|
2429
|
+
$white
|
|
2430
|
+
) !default;
|
|
2419
2431
|
$elevator-list-item-code-font-weight: var(
|
|
2420
2432
|
--nutui-elevator-list-item-code-font-weight,
|
|
2421
2433
|
$font-weight-bold
|
|
@@ -2084,8 +2084,8 @@ $tabs-titles-item-smile-bottom: var(
|
|
|
2084
2084
|
-10px
|
|
2085
2085
|
) !default;
|
|
2086
2086
|
$tabs-tabpane-padding: var(--nutui-tabs-tabpane-padding, 24px 20px) !default;
|
|
2087
|
-
$tabs-tabpane-
|
|
2088
|
-
--nutui-tabs-tabpane-
|
|
2087
|
+
$tabs-tabpane-background-color: var(
|
|
2088
|
+
--nutui-tabs-tabpane-background-color,
|
|
2089
2089
|
#fff
|
|
2090
2090
|
) !default;
|
|
2091
2091
|
// indicator(✅)
|
|
@@ -2529,6 +2529,18 @@ $elevator-list-item-code-current-text-align: var(
|
|
|
2529
2529
|
--nutui-elevator-list-item-code-current-text-align,
|
|
2530
2530
|
center
|
|
2531
2531
|
) !default;
|
|
2532
|
+
$elevator-list-item-code-width: var(
|
|
2533
|
+
--nutui-elevator-list-item-code-width,
|
|
2534
|
+
34px
|
|
2535
|
+
) !default;
|
|
2536
|
+
$elevator-bars-color: var(
|
|
2537
|
+
--nutui-elevator-bars-color,
|
|
2538
|
+
$color-text-help
|
|
2539
|
+
) !default;
|
|
2540
|
+
$elevator-list-item-code-current-color: var(
|
|
2541
|
+
--nutui-elevator-list-item-code-current-color,
|
|
2542
|
+
$white
|
|
2543
|
+
) !default;
|
|
2532
2544
|
$elevator-bars-right: var(--nutui-elevator-bars-right, 10px) !default;
|
|
2533
2545
|
$elevator-bars-top: var(--nutui-elevator-bars-top, 50%) !default;
|
|
2534
2546
|
$elevator-bars-transform: var(
|
|
@@ -1876,8 +1876,8 @@ $tabs-titles-item-smile-bottom: var(
|
|
|
1876
1876
|
-10%
|
|
1877
1877
|
) !default;
|
|
1878
1878
|
$tabs-tabpane-padding: var(--nutui-tabs-tabpane-padding, 24px 20px) !default;
|
|
1879
|
-
$tabs-tabpane-
|
|
1880
|
-
--nutui-tabs-tabpane-
|
|
1879
|
+
$tabs-tabpane-background-color: var(
|
|
1880
|
+
--nutui-tabs-tabpane-background-color,
|
|
1881
1881
|
#fff
|
|
1882
1882
|
) !default;
|
|
1883
1883
|
// indicator(✅)
|
|
@@ -2236,7 +2236,7 @@ $table-sticky-right-shadow: var(
|
|
|
2236
2236
|
$navbar-width: var(--nutui-navbar-width, 100%) !default;
|
|
2237
2237
|
$navbar-height: var(--nutui-navbar-height, 44px) !default;
|
|
2238
2238
|
$navbar-margin-bottom: var(--nutui-navbar-margin-bottom, 20px) !default;
|
|
2239
|
-
$navbar-background: var(--nutui-navbar-background, $
|
|
2239
|
+
$navbar-background: var(--nutui-navbar-background, $white) !default;
|
|
2240
2240
|
$navbar-box-shadow: var(--nutui-navbar-box-shadow, 0 0 transparent) !default;
|
|
2241
2241
|
$navbar-color: var(--nutui-navbar-color, $color-title) !default;
|
|
2242
2242
|
$navbar-font-size: var(--nutui-navbar-font-size, $font-size-base) !default;
|
|
@@ -2285,28 +2285,25 @@ $sidebar-item-padding: var(--nutui-sidebar-item-padding, 24px 20px) !default;
|
|
|
2285
2285
|
$elevator-list-bg-color: var(--nutui-elevator-list-bg-color, $white) !default;
|
|
2286
2286
|
$elevator-list-font-size: var(
|
|
2287
2287
|
--nutui-elevator-list-font-size,
|
|
2288
|
-
$font-size-
|
|
2288
|
+
$font-size-base
|
|
2289
2289
|
) !default;
|
|
2290
2290
|
$elevator-list-color: var(--nutui-elevator-list-color, $color-title) !default;
|
|
2291
2291
|
$elevator-list-item-padding: var(
|
|
2292
2292
|
--nutui-elevator-list-item-padding,
|
|
2293
|
-
0 20px
|
|
2293
|
+
0 36px 0 20px
|
|
2294
2294
|
) !default;
|
|
2295
2295
|
$elevator-list-item-name-height: var(
|
|
2296
2296
|
--nutui-elevator-list-item-name-height,
|
|
2297
|
-
|
|
2298
|
-
) !default;
|
|
2299
|
-
$elevator-list-item-name-line-height: var(
|
|
2300
|
-
--nutui-elevator-list-item-name-line-height,
|
|
2301
|
-
30px
|
|
2297
|
+
34px
|
|
2302
2298
|
) !default;
|
|
2299
|
+
|
|
2303
2300
|
$elevator-list-item-code-font-size: var(
|
|
2304
2301
|
--nutui-elevator-list-item-code-font-size,
|
|
2305
2302
|
$font-size-base
|
|
2306
2303
|
) !default;
|
|
2307
2304
|
$elevator-list-item-code-color: var(
|
|
2308
2305
|
--nutui-elevator-list-item-code-color,
|
|
2309
|
-
$color-
|
|
2306
|
+
$color-text-help
|
|
2310
2307
|
) !default;
|
|
2311
2308
|
$elevator-list-item-code-font-weight: var(
|
|
2312
2309
|
--nutui-elevator-list-item-code-font-weight,
|
|
@@ -2314,25 +2311,22 @@ $elevator-list-item-code-font-weight: var(
|
|
|
2314
2311
|
) !default;
|
|
2315
2312
|
$elevator-list-item-code-height: var(
|
|
2316
2313
|
--nutui-elevator-list-item-code-height,
|
|
2317
|
-
|
|
2314
|
+
34px
|
|
2318
2315
|
) !default;
|
|
2319
|
-
$elevator-list-item-code-
|
|
2320
|
-
--nutui-elevator-list-item-code-
|
|
2321
|
-
|
|
2316
|
+
$elevator-list-item-code-width: var(
|
|
2317
|
+
--nutui-elevator-list-item-code-width,
|
|
2318
|
+
34px
|
|
2322
2319
|
) !default;
|
|
2323
2320
|
$elevator-list-item-code-border-bottom: var(
|
|
2324
2321
|
--nutui-elevator-list-item-code-border-bottom,
|
|
2325
2322
|
1px solid $color-border
|
|
2326
2323
|
) !default;
|
|
2327
|
-
|
|
2328
|
-
--nutui-elevator-list-item-code-background-color,
|
|
2329
|
-
inherit
|
|
2330
|
-
) !default;
|
|
2324
|
+
|
|
2331
2325
|
$elevator-list-item-code-current-box-shadow: 0 3px 3px 1px
|
|
2332
2326
|
rgba(240, 240, 240, 1) !default;
|
|
2333
2327
|
$elevator-list-item-code-current-bg-color: var(
|
|
2334
2328
|
--nutui-elevator-list-item-code-current-bg-color,
|
|
2335
|
-
|
|
2329
|
+
$color-text-disabled
|
|
2336
2330
|
) !default;
|
|
2337
2331
|
$elevator-list-item-code-current-border-radius: var(
|
|
2338
2332
|
--nutui-elevator-list-item-code-current-border-radius,
|
|
@@ -2346,10 +2340,6 @@ $elevator-list-item-code-current-height: var(
|
|
|
2346
2340
|
--nutui-elevator-list-item-code-current-height,
|
|
2347
2341
|
45px
|
|
2348
2342
|
) !default;
|
|
2349
|
-
$elevator-list-item-code-current-line-height: var(
|
|
2350
|
-
--nutui-elevator-list-item-code-current-line-height,
|
|
2351
|
-
45px
|
|
2352
|
-
) !default;
|
|
2353
2343
|
$elevator-list-item-code-current-right: var(
|
|
2354
2344
|
--nutui-elevator-list-item-code-current-right,
|
|
2355
2345
|
60px
|
|
@@ -2358,37 +2348,28 @@ $elevator-list-item-code-current-top: var(
|
|
|
2358
2348
|
--nutui-elevator-list-item-code-current-top,
|
|
2359
2349
|
50%
|
|
2360
2350
|
) !default;
|
|
2361
|
-
$elevator-list-item-code-current-
|
|
2362
|
-
--nutui-elevator-list-item-code-current-
|
|
2363
|
-
|
|
2351
|
+
$elevator-list-item-code-current-color: var(
|
|
2352
|
+
--nutui-elevator-list-item-code-current-color,
|
|
2353
|
+
$white
|
|
2364
2354
|
) !default;
|
|
2365
|
-
$elevator-bars-right: var(--nutui-elevator-bars-right,
|
|
2355
|
+
$elevator-bars-right: var(--nutui-elevator-bars-right, 16px) !default;
|
|
2366
2356
|
$elevator-bars-top: var(--nutui-elevator-bars-top, 50%) !default;
|
|
2367
2357
|
$elevator-bars-transform: var(
|
|
2368
2358
|
--nutui-elevator-bars-transform,
|
|
2369
2359
|
translateY(-50%)
|
|
2370
2360
|
) !default;
|
|
2371
|
-
$elevator-bars-padding: var(--nutui-elevator-bars-padding, 15px 0) !default;
|
|
2372
|
-
$elevator-bars-background-color: var(
|
|
2373
|
-
--nutui-elevator-bars-background-color,
|
|
2374
|
-
$color-background
|
|
2375
|
-
) !default;
|
|
2376
|
-
$elevator-bars-border-radius: var(
|
|
2377
|
-
--nutui-elevator-bars-border-radius,
|
|
2378
|
-
6px
|
|
2379
|
-
) !default;
|
|
2380
2361
|
$elevator-bars-z-index: var(--nutui-elevator-bars-z-index, 1) !default;
|
|
2381
|
-
$elevator-bars-inner-item-padding: var(
|
|
2382
|
-
--nutui-elevator-bars-inner-item-padding,
|
|
2383
|
-
3px
|
|
2384
|
-
) !default;
|
|
2385
2362
|
$elevator-bars-font-size: var(
|
|
2386
2363
|
--nutui-elevator-bars-font-size,
|
|
2387
|
-
$font-size-
|
|
2364
|
+
$font-size-xxs
|
|
2365
|
+
) !default;
|
|
2366
|
+
$elevator-bars-color: var(
|
|
2367
|
+
--nutui-elevator-bars-color,
|
|
2368
|
+
$color-text-help
|
|
2388
2369
|
) !default;
|
|
2389
2370
|
$elevator-bars-active-color: var(
|
|
2390
2371
|
--nutui-elevator-bars-active-color,
|
|
2391
|
-
$
|
|
2372
|
+
$white
|
|
2392
2373
|
) !default;
|
|
2393
2374
|
$elevator-list-fixed-color: var(
|
|
2394
2375
|
--nutui-elevator-list-fixed-color,
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@nutui/nutui-react-taro","version":"3.0.
|
|
1
|
+
{"name":"@nutui/nutui-react-taro","version":"3.0.14","style":"dist/style.css","main":"dist/nutui.react.umd.js","module":"dist/es/packages/nutui.react.build.js","typings":"dist/es/packages/nutui.react.build.d.ts","scripts":{"publish:beta":"npm publish --tag=beta --access public --no-git-checks","publish:latest":"npm publish --access public --no-git-checks"},"sideEffects":["*.scss","dist/es/**/style{,-jmapp,-jrkf}/*","dist/cjs/**/style{,-jmapp,-jrkf}/*","dist/style{,-jmapp,-jrkf}.css","dist/styles/**/*","dist/styles/font{,-jmapp,-jrkf}/*"],"description":"京东风格的轻量级移动端 React 组件库,支持一套代码生成 H5 和小程序","keywords":["nutui","nutui2","nutui3","react","nutui-react","webpack","react component","vite","jdc","jdcfe","taro"],"author":"jdcfe","license":"MIT","repository":{"type":"git","url":"git+https://github.com/jdf2e/nutui-react.git"},"files":["dist","README.md","package.json","LICENSE","CHANGELOG.md"],"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"dependencies":{"@babel/runtime":"^7.23.9","@nutui/icons-react-taro":"^3.0.1","@nutui/jdesign-icons-react-taro":"1.0.6-beta.2","@nutui/touch-emulator":"^1.0.0","@nutui/lottie-miniprogram":"^1.0.2","@react-spring/web":"~9.6.1","@swc/helpers":"^0.5.7","@use-gesture/react":"10.2.20","async-validator":"^4.2.5","classnames":"^2.5.1","codesandbox":"^2.2.3","lodash.kebabcase":"^4.1.1","lottie-react":"^2.4.0","react-fast-compare":"^3.2.2","react-transition-group":"^4.4.5","rehype-highlight":"^7.0.2"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0"}}
|