shineout 3.1.28 → 3.1.29
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/cjs/index.js +1 -1
- package/dist/shineout.js +3 -3
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
package/cjs/index.js
CHANGED
|
@@ -476,5 +476,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
476
476
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
477
477
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
478
478
|
var _default = exports.default = {
|
|
479
|
-
version: '3.1.
|
|
479
|
+
version: '3.1.29'
|
|
480
480
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -11952,7 +11952,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11952
11952
|
};
|
|
11953
11953
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11954
11954
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11955
|
-
/* harmony default export */ var version = ('3.1.
|
|
11955
|
+
/* harmony default export */ var version = ('3.1.29');
|
|
11956
11956
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11957
11957
|
|
|
11958
11958
|
|
|
@@ -12114,7 +12114,7 @@ function replaceNonAlphanumeric(str) {
|
|
|
12114
12114
|
return result;
|
|
12115
12115
|
}
|
|
12116
12116
|
function camelCaseToDash(str) {
|
|
12117
|
-
return str.replace(/([A-Z])/g, '-$1').toLowerCase();
|
|
12117
|
+
return str.replace(/([A-Z])/g, '-$1').toLowerCase().replace(/^-/, '');
|
|
12118
12118
|
}
|
|
12119
12119
|
var cssvar = function cssvar(str, value, key, _size) {
|
|
12120
12120
|
var _getConfig = getConfig(),
|
|
@@ -62423,7 +62423,7 @@ var upload_interface = __webpack_require__(4412);
|
|
|
62423
62423
|
|
|
62424
62424
|
|
|
62425
62425
|
/* harmony default export */ var src_0 = ({
|
|
62426
|
-
version: '3.1.
|
|
62426
|
+
version: '3.1.29'
|
|
62427
62427
|
});
|
|
62428
62428
|
}();
|
|
62429
62429
|
/******/ return __webpack_exports__;
|