shineout 3.8.0-beta.15 → 3.8.0-beta.16
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
|
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
522
522
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
523
523
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
524
524
|
var _default = exports.default = {
|
|
525
|
-
version: '3.8.0-beta.
|
|
525
|
+
version: '3.8.0-beta.16'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12234,7 +12234,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12234
12234
|
};
|
|
12235
12235
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12236
12236
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12237
|
-
/* harmony default export */ var version = ('3.8.0-beta.
|
|
12237
|
+
/* harmony default export */ var version = ('3.8.0-beta.16');
|
|
12238
12238
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12239
12239
|
|
|
12240
12240
|
|
|
@@ -22299,7 +22299,7 @@ function appendNormalizeStyle(styleString, id) {
|
|
|
22299
22299
|
document.head.insertBefore(style, document.head.firstChild);
|
|
22300
22300
|
}
|
|
22301
22301
|
function appendJssInsertionPoint() {
|
|
22302
|
-
var insertionPoint = document.createElement('
|
|
22302
|
+
var insertionPoint = document.createElement('style');
|
|
22303
22303
|
insertionPoint.id = jssInsertionPointId;
|
|
22304
22304
|
document.head.insertBefore(insertionPoint, document.head.firstChild);
|
|
22305
22305
|
react_jss_esm_defaultJss.setup({
|
|
@@ -72091,7 +72091,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
72091
72091
|
|
|
72092
72092
|
|
|
72093
72093
|
/* harmony default export */ var src_0 = ({
|
|
72094
|
-
version: '3.8.0-beta.
|
|
72094
|
+
version: '3.8.0-beta.16'
|
|
72095
72095
|
});
|
|
72096
72096
|
}();
|
|
72097
72097
|
/******/ return __webpack_exports__;
|