@nutui/nutui-react-taro 3.0.19-cpp.2 → 3.0.19-cpp.4
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/audio/style/style.harmony.css +3 -0
- package/dist/cjs/packages/button/style/button.scss +3 -0
- package/dist/cjs/packages/button/style/style.css +3 -0
- package/dist/cjs/packages/button/style/style.harmony.css +3 -0
- package/dist/cjs/packages/button/style-jmapp/button.scss +3 -0
- package/dist/cjs/packages/button/style-jmapp/style.css +3 -0
- package/dist/cjs/packages/button/style-jrkf/button.scss +3 -0
- package/dist/cjs/packages/button/style-jrkf/style.css +3 -0
- package/dist/cjs/packages/dialog/style/style.harmony.css +3 -0
- package/dist/cjs/packages/empty/style/style.harmony.css +3 -0
- package/dist/cjs/packages/noticebar/noticebar.js +3 -3
- package/dist/cjs/packages/resultpage/style/style.harmony.css +3 -0
- package/dist/es/packages/audio/style/style.harmony.css +3 -0
- package/dist/es/packages/button/style/button.scss +3 -0
- package/dist/es/packages/button/style/style.css +3 -0
- package/dist/es/packages/button/style/style.harmony.css +3 -0
- package/dist/es/packages/button/style-jmapp/button.scss +3 -0
- package/dist/es/packages/button/style-jmapp/style.css +3 -0
- package/dist/es/packages/button/style-jrkf/button.scss +3 -0
- package/dist/es/packages/button/style-jrkf/style.css +3 -0
- package/dist/es/packages/dialog/style/style.harmony.css +3 -0
- package/dist/es/packages/empty/style/style.harmony.css +3 -0
- package/dist/es/packages/noticebar/noticebar.js +3 -3
- package/dist/es/packages/resultpage/style/style.harmony.css +3 -0
- package/dist/nutui.react.umd.js +1 -1
- package/dist/style-jmapp.css +1 -1
- package/dist/style-jmapp.scss +30 -30
- package/dist/style-jrkf.css +1 -1
- package/dist/style-jrkf.scss +17 -17
- package/dist/style.css +1 -1
- package/dist/style.scss +28 -28
- package/package.json +1 -1
package/dist/style-jrkf.scss
CHANGED
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
@import './es/packages/uploader/style-jrkf/uploader.scss';
|
|
8
8
|
@import './es/packages/trendarrow/style-jrkf/trendarrow.scss';
|
|
9
9
|
@import './es/packages/toast/style-jrkf/toast.scss';
|
|
10
|
-
@import './es/packages/tour/style-jrkf/tour.scss';
|
|
11
10
|
@import './es/packages/timeselect/style-jrkf/timeselect.scss';
|
|
11
|
+
@import './es/packages/tour/style-jrkf/tour.scss';
|
|
12
12
|
@import './es/packages/timedetail/style-jrkf/timedetail.scss';
|
|
13
|
+
@import './es/packages/tag/style-jrkf/tag.scss';
|
|
13
14
|
@import './es/packages/textarea/style-jrkf/textarea.scss';
|
|
14
15
|
@import './es/packages/tabs/style-jrkf/tabs.scss';
|
|
15
|
-
@import './es/packages/tag/style-jrkf/tag.scss';
|
|
16
16
|
@import './es/packages/tabpane/style-jrkf/tabpane.scss';
|
|
17
|
-
@import './es/packages/table/style-jrkf/table.scss';
|
|
18
17
|
@import './es/packages/tabbaritem/style-jrkf/tabbaritem.scss';
|
|
18
|
+
@import './es/packages/table/style-jrkf/table.scss';
|
|
19
19
|
@import './es/packages/tabbar/style-jrkf/tabbar.scss';
|
|
20
20
|
@import './es/packages/switch/style-jrkf/switch.scss';
|
|
21
21
|
@import './es/packages/swiperitem/style-jrkf/swiperitem.scss';
|
|
@@ -27,24 +27,24 @@
|
|
|
27
27
|
@import './es/packages/space/style-jrkf/space.scss';
|
|
28
28
|
@import './es/packages/skeleton/style-jrkf/skeleton.scss';
|
|
29
29
|
@import './es/packages/signature/style-jrkf/signature.scss';
|
|
30
|
-
@import './es/packages/sidebar/style-jrkf/sidebar.scss';
|
|
31
30
|
@import './es/packages/sidebaritem/style-jrkf/sidebaritem.scss';
|
|
32
31
|
@import './es/packages/shortpassword/style-jrkf/shortpassword.scss';
|
|
32
|
+
@import './es/packages/sidebar/style-jrkf/sidebar.scss';
|
|
33
|
+
@import './es/packages/segmented/style-jrkf/segmented.scss';
|
|
33
34
|
@import './es/packages/searchbar/style-jrkf/searchbar.scss';
|
|
34
35
|
@import './es/packages/safearea/style-jrkf/safearea.scss';
|
|
35
36
|
@import './es/packages/row/style-jrkf/row.scss';
|
|
36
|
-
@import './es/packages/
|
|
37
|
+
@import './es/packages/resultpage/style-jrkf/resultpage.scss';
|
|
37
38
|
@import './es/packages/rate/style-jrkf/rate.scss';
|
|
38
39
|
@import './es/packages/range/style-jrkf/range.scss';
|
|
39
|
-
@import './es/packages/resultpage/style-jrkf/resultpage.scss';
|
|
40
40
|
@import './es/packages/radiogroup/style-jrkf/radiogroup.scss';
|
|
41
41
|
@import './es/packages/radio/style-jrkf/radio.scss';
|
|
42
42
|
@import './es/packages/pulltorefresh/style-jrkf/pulltorefresh.scss';
|
|
43
43
|
@import './es/packages/progress/style-jrkf/progress.scss';
|
|
44
44
|
@import './es/packages/price/style-jrkf/price.scss';
|
|
45
45
|
@import './es/packages/popup/style-jrkf/popup.scss';
|
|
46
|
-
@import './es/packages/pickerview/style-jrkf/pickerview.scss';
|
|
47
46
|
@import './es/packages/popover/style-jrkf/popover.scss';
|
|
47
|
+
@import './es/packages/pickerview/style-jrkf/pickerview.scss';
|
|
48
48
|
@import './es/packages/picker/style-jrkf/picker.scss';
|
|
49
49
|
@import './es/packages/pagination/style-jrkf/pagination.scss';
|
|
50
50
|
@import './es/packages/overlay/style-jrkf/overlay.scss';
|
|
@@ -59,16 +59,16 @@
|
|
|
59
59
|
@import './es/packages/layout/style-jrkf/layout.scss';
|
|
60
60
|
@import './es/packages/inputnumber/style-jrkf/inputnumber.scss';
|
|
61
61
|
@import './es/packages/input/style-jrkf/input.scss';
|
|
62
|
-
@import './es/packages/indicator/style-jrkf/indicator.scss';
|
|
63
62
|
@import './es/packages/infiniteloading/style-jrkf/infiniteloading.scss';
|
|
63
|
+
@import './es/packages/indicator/style-jrkf/indicator.scss';
|
|
64
64
|
@import './es/packages/imagepreview/style-jrkf/imagepreview.scss';
|
|
65
65
|
@import './es/packages/image/style-jrkf/image.scss';
|
|
66
66
|
@import './es/packages/hoverbuttonitem/style-jrkf/hoverbuttonitem.scss';
|
|
67
|
-
@import './es/packages/hoverbutton/style-jrkf/hoverbutton.scss';
|
|
68
67
|
@import './es/packages/griditem/style-jrkf/griditem.scss';
|
|
68
|
+
@import './es/packages/hoverbutton/style-jrkf/hoverbutton.scss';
|
|
69
69
|
@import './es/packages/grid/style-jrkf/grid.scss';
|
|
70
|
-
@import './es/packages/formitem/style-jrkf/formitem.scss';
|
|
71
70
|
@import './es/packages/form/style-jrkf/form.scss';
|
|
71
|
+
@import './es/packages/formitem/style-jrkf/formitem.scss';
|
|
72
72
|
@import './es/packages/fixednav/style-jrkf/fixednav.scss';
|
|
73
73
|
@import './es/packages/empty/style-jrkf/empty.scss';
|
|
74
74
|
@import './es/packages/ellipsis/style-jrkf/ellipsis.scss';
|
|
@@ -79,28 +79,28 @@
|
|
|
79
79
|
@import './es/packages/datepickerview/style-jrkf/datepickerview.scss';
|
|
80
80
|
@import './es/packages/datepicker/style-jrkf/datepicker.scss';
|
|
81
81
|
@import './es/packages/countup/style-jrkf/countup.scss';
|
|
82
|
-
@import './es/packages/configprovider/style-jrkf/configprovider.scss';
|
|
83
82
|
@import './es/packages/countdown/style-jrkf/countdown.scss';
|
|
84
|
-
@import './es/packages/
|
|
83
|
+
@import './es/packages/configprovider/style-jrkf/configprovider.scss';
|
|
85
84
|
@import './es/packages/collapse/style-jrkf/collapse.scss';
|
|
85
|
+
@import './es/packages/collapseitem/style-jrkf/collapseitem.scss';
|
|
86
86
|
@import './es/packages/col/style-jrkf/col.scss';
|
|
87
87
|
@import './es/packages/circleprogress/style-jrkf/circleprogress.scss';
|
|
88
88
|
@import './es/packages/checkboxgroup/style-jrkf/checkboxgroup.scss';
|
|
89
89
|
@import './es/packages/checkbox/style-jrkf/checkbox.scss';
|
|
90
|
+
@import './es/packages/cellgroup/style-jrkf/cellgroup.scss';
|
|
90
91
|
@import './es/packages/cell/style-jrkf/cell.scss';
|
|
91
92
|
@import './es/packages/cascader/style-jrkf/cascader.scss';
|
|
92
|
-
@import './es/packages/cellgroup/style-jrkf/cellgroup.scss';
|
|
93
|
-
@import './es/packages/card/style-jrkf/card.scss';
|
|
94
93
|
@import './es/packages/calendaritem/style-jrkf/calendaritem.scss';
|
|
95
|
-
@import './es/packages/
|
|
94
|
+
@import './es/packages/card/style-jrkf/card.scss';
|
|
96
95
|
@import './es/packages/calendarcard/style-jrkf/calendarcard.scss';
|
|
96
|
+
@import './es/packages/calendar/style-jrkf/calendar.scss';
|
|
97
97
|
@import './es/packages/button/style-jrkf/button.scss';
|
|
98
98
|
@import './es/packages/barrage/style-jrkf/barrage.scss';
|
|
99
|
-
@import './es/packages/backtop/style-jrkf/backtop.scss';
|
|
100
99
|
@import './es/packages/badge/style-jrkf/badge.scss';
|
|
100
|
+
@import './es/packages/backtop/style-jrkf/backtop.scss';
|
|
101
|
+
@import './es/packages/avatarcropper/style-jrkf/avatarcropper.scss';
|
|
101
102
|
@import './es/packages/avatargroup/style-jrkf/avatargroup.scss';
|
|
102
103
|
@import './es/packages/avatar/style-jrkf/avatar.scss';
|
|
103
|
-
@import './es/packages/avatarcropper/style-jrkf/avatarcropper.scss';
|
|
104
104
|
@import './es/packages/audio/style-jrkf/audio.scss';
|
|
105
105
|
@import './es/packages/animatingnumbers/style-jrkf/animatingnumbers.scss';
|
|
106
106
|
@import './es/packages/animate/style-jrkf/animate.scss';
|