@sheinx/shineout-style 3.9.7-beta.8 → 3.9.7-beta.9
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/normalize.d.ts.map +1 -1
- package/cjs/normalize.js +2 -0
- package/cjs/version.d.ts +1 -1
- package/cjs/version.js +1 -1
- package/esm/normalize.d.ts.map +1 -1
- package/esm/normalize.js +2 -0
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +3 -3
package/cjs/normalize.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["normalize.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,cAAc,QA0VzB,CAAC;AAEH,eAAO,MAAM,gBAAgB,QAAwC,CAAC;AACtE,eAAO,MAAM,mBAAmB,QAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["normalize.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,cAAc,QA0VzB,CAAC;AAEH,eAAO,MAAM,gBAAgB,QAAwC,CAAC;AACtE,eAAO,MAAM,mBAAmB,QAAkD,CAAC;AAwBnF,eAAO,MAAM,mBAAmB,kCA8B/B,CAAC"}
|
package/cjs/normalize.js
CHANGED
|
@@ -38,12 +38,14 @@ var jssInsertionPointId = exports.jssInsertionPointId = 'shineout-next-jss-inser
|
|
|
38
38
|
function appendNormalizeStyle(styleString, id) {
|
|
39
39
|
var style = document.createElement('style');
|
|
40
40
|
style.setAttribute('name', id);
|
|
41
|
+
style.setAttribute('data-alita-ignore', 'true');
|
|
41
42
|
style.innerHTML = styleString;
|
|
42
43
|
document.head.insertBefore(style, document.head.firstChild);
|
|
43
44
|
}
|
|
44
45
|
function appendJssInsertionPoint() {
|
|
45
46
|
var insertionPoint = document.createElement('style');
|
|
46
47
|
insertionPoint.setAttribute('name', jssInsertionPointId);
|
|
48
|
+
insertionPoint.setAttribute('data-alita-ignore', 'true');
|
|
47
49
|
document.head.insertBefore(insertionPoint, document.head.firstChild);
|
|
48
50
|
_jssStyle.jss.setup({
|
|
49
51
|
insertionPoint: insertionPoint
|
package/cjs/version.d.ts
CHANGED
package/cjs/version.js
CHANGED
package/esm/normalize.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["normalize.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,cAAc,QA0VzB,CAAC;AAEH,eAAO,MAAM,gBAAgB,QAAwC,CAAC;AACtE,eAAO,MAAM,mBAAmB,QAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["normalize.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,cAAc,QA0VzB,CAAC;AAEH,eAAO,MAAM,gBAAgB,QAAwC,CAAC;AACtE,eAAO,MAAM,mBAAmB,QAAkD,CAAC;AAwBnF,eAAO,MAAM,mBAAmB,kCA8B/B,CAAC"}
|
package/esm/normalize.js
CHANGED
|
@@ -30,12 +30,14 @@ export var jssInsertionPointId = 'shineout-next-jss-insertion-point__' + version
|
|
|
30
30
|
function appendNormalizeStyle(styleString, id) {
|
|
31
31
|
var style = document.createElement('style');
|
|
32
32
|
style.setAttribute('name', id);
|
|
33
|
+
style.setAttribute('data-alita-ignore', 'true');
|
|
33
34
|
style.innerHTML = styleString;
|
|
34
35
|
document.head.insertBefore(style, document.head.firstChild);
|
|
35
36
|
}
|
|
36
37
|
function appendJssInsertionPoint() {
|
|
37
38
|
var insertionPoint = document.createElement('style');
|
|
38
39
|
insertionPoint.setAttribute('name', jssInsertionPointId);
|
|
40
|
+
insertionPoint.setAttribute('data-alita-ignore', 'true');
|
|
39
41
|
document.head.insertBefore(insertionPoint, document.head.firstChild);
|
|
40
42
|
jss.setup({
|
|
41
43
|
insertionPoint: insertionPoint
|
package/esm/version.d.ts
CHANGED
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '3.9.7-beta.
|
|
1
|
+
export default '3.9.7-beta.9';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.9.7-beta.
|
|
3
|
+
"version": "3.9.7-beta.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"jss": "10.9.2",
|
|
19
19
|
"react-jss": "10.9.2",
|
|
20
|
-
"@sheinx/theme": "3.9.7-beta.
|
|
21
|
-
"@sheinx/base": "3.9.7-beta.
|
|
20
|
+
"@sheinx/theme": "3.9.7-beta.9",
|
|
21
|
+
"@sheinx/base": "3.9.7-beta.9"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|