@nutui/nutui-react-taro 3.0.19-cpp.22-4 → 3.0.19-cpp.22-5
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/calendarcard/icon.js +1 -5
- package/dist/cjs/packages/calendarcard/style/calendarcard.scss +6 -0
- package/dist/cjs/packages/calendarcard/style/style.css +5 -0
- package/dist/cjs/packages/calendarcard/style/style.harmony.css +5 -0
- package/dist/cjs/packages/calendarcard/style-jmapp/calendarcard.scss +6 -0
- package/dist/cjs/packages/calendarcard/style-jmapp/style.css +5 -0
- package/dist/cjs/packages/calendarcard/style-jrkf/calendarcard.scss +6 -0
- package/dist/cjs/packages/calendarcard/style-jrkf/style.css +5 -0
- package/dist/es/packages/calendarcard/icon.js +1 -5
- package/dist/es/packages/calendarcard/style/calendarcard.scss +6 -0
- package/dist/es/packages/calendarcard/style/style.css +5 -0
- package/dist/es/packages/calendarcard/style/style.harmony.css +5 -0
- package/dist/es/packages/calendarcard/style-jmapp/calendarcard.scss +6 -0
- package/dist/es/packages/calendarcard/style-jmapp/style.css +5 -0
- package/dist/es/packages/calendarcard/style-jrkf/calendarcard.scss +6 -0
- package/dist/es/packages/calendarcard/style-jrkf/style.css +5 -0
- package/dist/nutui.react.umd.js +1 -5
- package/dist/style-jmapp.css +1 -1
- package/dist/style-jmapp.scss +25 -25
- package/dist/style-jrkf.css +1 -1
- package/dist/style-jrkf.scss +23 -23
- package/dist/style.css +1 -1
- package/dist/style.scss +33 -33
- package/package.json +1 -1
|
@@ -37,13 +37,9 @@ if (process.env.TARO_ENV === 'jdharmony_cpp') {
|
|
|
37
37
|
}
|
|
38
38
|
var Icon = function Icon(param) {
|
|
39
39
|
var url = param.url;
|
|
40
|
-
var style = {
|
|
41
|
-
width: 18,
|
|
42
|
-
height: 18
|
|
43
|
-
};
|
|
44
40
|
return /*#__PURE__*/ _react.default.createElement(_components.Image, {
|
|
41
|
+
className: "nut-calendarcard-icon",
|
|
45
42
|
src: url,
|
|
46
|
-
style: style,
|
|
47
43
|
mode: "aspectFit"
|
|
48
44
|
});
|
|
49
45
|
};
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
.nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
|
|
30
30
|
margin-right: 8px;
|
|
31
31
|
}
|
|
32
|
+
.nut-calendarcard-icon {
|
|
33
|
+
width: 18px;
|
|
34
|
+
height: 18px;
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
32
37
|
.nut-calendarcard-days {
|
|
33
38
|
display: flex;
|
|
34
39
|
flex-direction: row;
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
.nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
|
|
30
30
|
margin-right: 8px;
|
|
31
31
|
}
|
|
32
|
+
.nut-calendarcard-icon {
|
|
33
|
+
width: 18px;
|
|
34
|
+
height: 18px;
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
32
37
|
.nut-calendarcard-days {
|
|
33
38
|
display: flex;
|
|
34
39
|
flex-direction: row;
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
.nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
|
|
30
30
|
margin-right: 8px;
|
|
31
31
|
}
|
|
32
|
+
.nut-calendarcard-icon {
|
|
33
|
+
width: 18px;
|
|
34
|
+
height: 18px;
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
32
37
|
.nut-calendarcard-days {
|
|
33
38
|
display: flex;
|
|
34
39
|
flex-direction: row;
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
.nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
|
|
30
30
|
margin-right: 8px;
|
|
31
31
|
}
|
|
32
|
+
.nut-calendarcard-icon {
|
|
33
|
+
width: 18px;
|
|
34
|
+
height: 18px;
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
32
37
|
.nut-calendarcard-days {
|
|
33
38
|
display: flex;
|
|
34
39
|
flex-direction: row;
|
|
@@ -12,13 +12,9 @@ if (process.env.TARO_ENV === 'jdharmony_cpp') {
|
|
|
12
12
|
}
|
|
13
13
|
var Icon = function(param) {
|
|
14
14
|
var url = param.url;
|
|
15
|
-
var style = {
|
|
16
|
-
width: 18,
|
|
17
|
-
height: 18
|
|
18
|
-
};
|
|
19
15
|
return /*#__PURE__*/ React.createElement(Image, {
|
|
16
|
+
className: "nut-calendarcard-icon",
|
|
20
17
|
src: url,
|
|
21
|
-
style: style,
|
|
22
18
|
mode: "aspectFit"
|
|
23
19
|
});
|
|
24
20
|
};
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
.nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
|
|
30
30
|
margin-right: 8px;
|
|
31
31
|
}
|
|
32
|
+
.nut-calendarcard-icon {
|
|
33
|
+
width: 18px;
|
|
34
|
+
height: 18px;
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
32
37
|
.nut-calendarcard-days {
|
|
33
38
|
display: flex;
|
|
34
39
|
flex-direction: row;
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
.nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
|
|
30
30
|
margin-right: 8px;
|
|
31
31
|
}
|
|
32
|
+
.nut-calendarcard-icon {
|
|
33
|
+
width: 18px;
|
|
34
|
+
height: 18px;
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
32
37
|
.nut-calendarcard-days {
|
|
33
38
|
display: flex;
|
|
34
39
|
flex-direction: row;
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
.nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
|
|
30
30
|
margin-right: 8px;
|
|
31
31
|
}
|
|
32
|
+
.nut-calendarcard-icon {
|
|
33
|
+
width: 18px;
|
|
34
|
+
height: 18px;
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
32
37
|
.nut-calendarcard-days {
|
|
33
38
|
display: flex;
|
|
34
39
|
flex-direction: row;
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
.nut-calendarcard-header-left .right, .nut-calendarcard-header-right .right {
|
|
30
30
|
margin-right: 8px;
|
|
31
31
|
}
|
|
32
|
+
.nut-calendarcard-icon {
|
|
33
|
+
width: 18px;
|
|
34
|
+
height: 18px;
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
32
37
|
.nut-calendarcard-days {
|
|
33
38
|
display: flex;
|
|
34
39
|
flex-direction: row;
|
package/dist/nutui.react.umd.js
CHANGED
|
@@ -6494,13 +6494,9 @@
|
|
|
6494
6494
|
}
|
|
6495
6495
|
var Icon = function(param) {
|
|
6496
6496
|
var url = param.url;
|
|
6497
|
-
var style = {
|
|
6498
|
-
width: 18,
|
|
6499
|
-
height: 18
|
|
6500
|
-
};
|
|
6501
6497
|
return /* @__PURE__ */ React.createElement(components.Image, {
|
|
6498
|
+
className: "nut-calendarcard-icon",
|
|
6502
6499
|
src: url,
|
|
6503
|
-
style,
|
|
6504
6500
|
mode: "aspectFit"
|
|
6505
6501
|
});
|
|
6506
6502
|
};
|