@kmkf-fe-packages/basic-components 0.26.1-beta.1 → 0.26.1-beta.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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10084,7 +10084,7 @@ var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
|
|
|
10084
10084
|
return handleDelete(e, index);
|
|
10085
10085
|
}
|
|
10086
10086
|
}) : null));
|
|
10087
|
-
}) : null), value.length
|
|
10087
|
+
}) : null), value.length ? (value || []).map(function (item, index) {
|
|
10088
10088
|
return changeIndex === index ? /*#__PURE__*/React.createElement(LogisticsInterception, {
|
|
10089
10089
|
key: "logistics-".concat(index),
|
|
10090
10090
|
required: required,
|
package/dist/index.js
CHANGED
|
@@ -10095,7 +10095,7 @@ var LogisticsMoreInterception = function LogisticsMoreInterception(props) {
|
|
|
10095
10095
|
return handleDelete(e, index);
|
|
10096
10096
|
}
|
|
10097
10097
|
}) : null));
|
|
10098
|
-
}) : null), value.length
|
|
10098
|
+
}) : null), value.length ? (value || []).map(function (item, index) {
|
|
10099
10099
|
return changeIndex === index ? /*#__PURE__*/React__default['default'].createElement(LogisticsInterception, {
|
|
10100
10100
|
key: "logistics-".concat(index),
|
|
10101
10101
|
required: required,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.26.1-beta.
|
|
3
|
+
"version": "0.26.1-beta.2",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "0f86e41513ba362d7321c043e752d938a8eec024"
|
|
68
68
|
}
|