@sheinx/shineout-style 3.7.9-beta.6 → 3.7.9-beta.7
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/skeleton/skeleton.js +2 -2
- package/cjs/table/table.d.ts.map +1 -1
- package/cjs/table/table.js +10 -3
- package/cjs/version.d.ts +1 -1
- package/cjs/version.js +1 -1
- package/esm/skeleton/skeleton.js +2 -2
- package/esm/table/table.d.ts.map +1 -1
- package/esm/table/table.js +10 -3
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +3 -3
package/cjs/skeleton/skeleton.js
CHANGED
|
@@ -31,7 +31,7 @@ var skeletonStyle = _objectSpread(_objectSpread({}, animation), {}, {
|
|
|
31
31
|
'& $textItem, & $image, & $buttonItem': {
|
|
32
32
|
backgroundImage: "linear-gradient(90deg, ".concat(_theme.default.skeletonAnimationFromColor, " 25%, ").concat(_theme.default.skeletonAnimationToColor, " 37%, ").concat(_theme.default.skeletonAnimationFromColor, " 63%)"),
|
|
33
33
|
backgroundSize: '400% 100%',
|
|
34
|
-
animation: '$skeleton-animation 1.
|
|
34
|
+
animation: '$skeleton-animation 1.5s cubic-bezier(0, 0, 1, 1) infinite'
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
content: {
|
|
@@ -80,7 +80,7 @@ var skeletonStyle = _objectSpread(_objectSpread({}, animation), {}, {
|
|
|
80
80
|
button: {
|
|
81
81
|
display: 'flex',
|
|
82
82
|
'$text + &': {
|
|
83
|
-
marginTop: _theme.default.
|
|
83
|
+
marginTop: _theme.default.skeletonButtonMarginTop
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
buttonItem: {
|
package/cjs/table/table.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAWxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAWxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CA4lBxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/cjs/table/table.js
CHANGED
|
@@ -183,12 +183,15 @@ var tableStyle = _objectSpread(_objectSpread({
|
|
|
183
183
|
'$sticky > &': {
|
|
184
184
|
zIndex: headerIndex
|
|
185
185
|
},
|
|
186
|
-
'& table th': {
|
|
186
|
+
'$wrapper & table th': {
|
|
187
187
|
zIndex: fixedFixedIndex + 1,
|
|
188
188
|
'&$cellFixedLeft': {
|
|
189
189
|
position: 'sticky',
|
|
190
190
|
top: 'auto',
|
|
191
191
|
zIndex: fixedFixedIndex + 2
|
|
192
|
+
},
|
|
193
|
+
'&$cellFixedRight': {
|
|
194
|
+
zIndex: fixedFixedIndex + 3
|
|
192
195
|
}
|
|
193
196
|
}
|
|
194
197
|
},
|
|
@@ -210,7 +213,10 @@ var tableStyle = _objectSpread(_objectSpread({
|
|
|
210
213
|
'&$cellFixedLeft': {
|
|
211
214
|
position: 'sticky',
|
|
212
215
|
top: 'auto',
|
|
213
|
-
zIndex: fixedIndex
|
|
216
|
+
zIndex: fixedIndex
|
|
217
|
+
},
|
|
218
|
+
'&$cellFixedRight': {
|
|
219
|
+
zIndex: fixedIndex
|
|
214
220
|
}
|
|
215
221
|
}
|
|
216
222
|
},
|
|
@@ -269,7 +275,8 @@ var tableStyle = _objectSpread(_objectSpread({
|
|
|
269
275
|
zIndex: fixedIndex + 1
|
|
270
276
|
},
|
|
271
277
|
cellFixedRight: {
|
|
272
|
-
position: 'sticky'
|
|
278
|
+
position: 'sticky',
|
|
279
|
+
zIndex: fixedFixedIndex
|
|
273
280
|
},
|
|
274
281
|
cellAlignLeft: {
|
|
275
282
|
textAlign: 'left'
|
package/cjs/version.d.ts
CHANGED
package/cjs/version.js
CHANGED
package/esm/skeleton/skeleton.js
CHANGED
|
@@ -24,7 +24,7 @@ var skeletonStyle = _objectSpread(_objectSpread({}, animation), {}, {
|
|
|
24
24
|
'& $textItem, & $image, & $buttonItem': {
|
|
25
25
|
backgroundImage: "linear-gradient(90deg, ".concat(token.skeletonAnimationFromColor, " 25%, ").concat(token.skeletonAnimationToColor, " 37%, ").concat(token.skeletonAnimationFromColor, " 63%)"),
|
|
26
26
|
backgroundSize: '400% 100%',
|
|
27
|
-
animation: '$skeleton-animation 1.
|
|
27
|
+
animation: '$skeleton-animation 1.5s cubic-bezier(0, 0, 1, 1) infinite'
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
content: {
|
|
@@ -73,7 +73,7 @@ var skeletonStyle = _objectSpread(_objectSpread({}, animation), {}, {
|
|
|
73
73
|
button: {
|
|
74
74
|
display: 'flex',
|
|
75
75
|
'$text + &': {
|
|
76
|
-
marginTop: token.
|
|
76
|
+
marginTop: token.skeletonButtonMarginTop
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
buttonItem: {
|
package/esm/table/table.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAWxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAWxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CA4lBxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/esm/table/table.js
CHANGED
|
@@ -176,12 +176,15 @@ var tableStyle = _objectSpread(_objectSpread({
|
|
|
176
176
|
'$sticky > &': {
|
|
177
177
|
zIndex: headerIndex
|
|
178
178
|
},
|
|
179
|
-
'& table th': {
|
|
179
|
+
'$wrapper & table th': {
|
|
180
180
|
zIndex: fixedFixedIndex + 1,
|
|
181
181
|
'&$cellFixedLeft': {
|
|
182
182
|
position: 'sticky',
|
|
183
183
|
top: 'auto',
|
|
184
184
|
zIndex: fixedFixedIndex + 2
|
|
185
|
+
},
|
|
186
|
+
'&$cellFixedRight': {
|
|
187
|
+
zIndex: fixedFixedIndex + 3
|
|
185
188
|
}
|
|
186
189
|
}
|
|
187
190
|
},
|
|
@@ -203,7 +206,10 @@ var tableStyle = _objectSpread(_objectSpread({
|
|
|
203
206
|
'&$cellFixedLeft': {
|
|
204
207
|
position: 'sticky',
|
|
205
208
|
top: 'auto',
|
|
206
|
-
zIndex: fixedIndex
|
|
209
|
+
zIndex: fixedIndex
|
|
210
|
+
},
|
|
211
|
+
'&$cellFixedRight': {
|
|
212
|
+
zIndex: fixedIndex
|
|
207
213
|
}
|
|
208
214
|
}
|
|
209
215
|
},
|
|
@@ -262,7 +268,8 @@ var tableStyle = _objectSpread(_objectSpread({
|
|
|
262
268
|
zIndex: fixedIndex + 1
|
|
263
269
|
},
|
|
264
270
|
cellFixedRight: {
|
|
265
|
-
position: 'sticky'
|
|
271
|
+
position: 'sticky',
|
|
272
|
+
zIndex: fixedFixedIndex
|
|
266
273
|
},
|
|
267
274
|
cellAlignLeft: {
|
|
268
275
|
textAlign: 'left'
|
package/esm/version.d.ts
CHANGED
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '3.7.9-beta.
|
|
1
|
+
export default '3.7.9-beta.7';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.7.9-beta.
|
|
3
|
+
"version": "3.7.9-beta.7",
|
|
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.7.9-beta.
|
|
21
|
-
"@sheinx/base": "3.7.9-beta.
|
|
20
|
+
"@sheinx/theme": "3.7.9-beta.7",
|
|
21
|
+
"@sheinx/base": "3.7.9-beta.7"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|