@sheinx/shineout-style 3.8.2-beta.8 → 3.8.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/cjs/modal/modal.d.ts.map +1 -1
- package/cjs/modal/modal.js +5 -2
- package/cjs/version.d.ts +1 -1
- package/cjs/version.d.ts.map +1 -1
- package/cjs/version.js +1 -1
- package/esm/modal/modal.d.ts.map +1 -1
- package/esm/modal/modal.js +5 -2
- package/esm/version.d.ts +1 -1
- package/esm/version.d.ts.map +1 -1
- package/esm/version.js +1 -1
- package/package.json +3 -3
package/cjs/modal/modal.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["modal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAKxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAqJhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["modal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAKxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAqJhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CA+SxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/cjs/modal/modal.js
CHANGED
|
@@ -386,12 +386,15 @@ var modalStyle = _objectSpread(_objectSpread({
|
|
|
386
386
|
},
|
|
387
387
|
body: {
|
|
388
388
|
flex: '1 1 auto',
|
|
389
|
-
minHeight:
|
|
389
|
+
minHeight: 0,
|
|
390
390
|
// overflow: 'auto',
|
|
391
391
|
color: _theme.default.modalBodyFontColor,
|
|
392
392
|
fontSize: _theme.default.modalBodyFontSize,
|
|
393
393
|
fontWeight: _theme.default.modalBodyFontWeight,
|
|
394
|
-
lineHeight: _theme.default.lineHeightDynamic
|
|
394
|
+
lineHeight: _theme.default.lineHeightDynamic,
|
|
395
|
+
'$wrapperFullScreen &': {
|
|
396
|
+
minHeight: 'unset'
|
|
397
|
+
}
|
|
395
398
|
},
|
|
396
399
|
bodyWithIcon: {
|
|
397
400
|
paddingLeft: "calc(".concat(_theme.default.modalHeaderIconMarginEnd, " + ").concat(_theme.default.modalHeaderIconSize, ")")
|
package/cjs/version.d.ts
CHANGED
package/cjs/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
|
package/cjs/version.js
CHANGED
package/esm/modal/modal.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["modal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAKxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAqJhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["modal.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAKxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAqJhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CA+SxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
package/esm/modal/modal.js
CHANGED
|
@@ -379,12 +379,15 @@ var modalStyle = _objectSpread(_objectSpread({
|
|
|
379
379
|
},
|
|
380
380
|
body: {
|
|
381
381
|
flex: '1 1 auto',
|
|
382
|
-
minHeight:
|
|
382
|
+
minHeight: 0,
|
|
383
383
|
// overflow: 'auto',
|
|
384
384
|
color: token.modalBodyFontColor,
|
|
385
385
|
fontSize: token.modalBodyFontSize,
|
|
386
386
|
fontWeight: token.modalBodyFontWeight,
|
|
387
|
-
lineHeight: token.lineHeightDynamic
|
|
387
|
+
lineHeight: token.lineHeightDynamic,
|
|
388
|
+
'$wrapperFullScreen &': {
|
|
389
|
+
minHeight: 'unset'
|
|
390
|
+
}
|
|
388
391
|
},
|
|
389
392
|
bodyWithIcon: {
|
|
390
393
|
paddingLeft: "calc(".concat(token.modalHeaderIconMarginEnd, " + ").concat(token.modalHeaderIconSize, ")")
|
package/esm/version.d.ts
CHANGED
package/esm/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '3.8.2
|
|
1
|
+
export default '3.8.2';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.8.2
|
|
3
|
+
"version": "3.8.2",
|
|
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.8.2
|
|
21
|
-
"@sheinx/base": "3.8.2
|
|
20
|
+
"@sheinx/theme": "3.8.2",
|
|
21
|
+
"@sheinx/base": "3.8.2"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|