@sheinx/shineout-style 3.0.1 → 3.1.0-rc.1
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/button/button.d.ts.map +1 -1
- package/cjs/button/button.js +2 -0
- package/cjs/version.d.ts +1 -1
- package/cjs/version.d.ts.map +1 -1
- package/cjs/version.js +1 -1
- package/esm/button/button.d.ts.map +1 -1
- package/esm/button/button.js +2 -0
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAoK7C,QAAA,MAAM,WAAW,EAAE,QAAQ,CAAC,MAAM,aAAa,CA+U9C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
package/cjs/button/button.js
CHANGED
|
@@ -272,11 +272,13 @@ var ButtonStyle = {
|
|
|
272
272
|
circle: {
|
|
273
273
|
width: "32px",
|
|
274
274
|
height: "32px",
|
|
275
|
+
padding: 0,
|
|
275
276
|
borderRadius: _theme.default.buttonCircleBorderRadius
|
|
276
277
|
},
|
|
277
278
|
square: {
|
|
278
279
|
width: "32px",
|
|
279
280
|
height: "32px",
|
|
281
|
+
padding: 0,
|
|
280
282
|
borderRadius: _theme.default.buttonSquareBorderRadius,
|
|
281
283
|
'& $spin': {
|
|
282
284
|
margin: 0
|
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,wBAA4B"}
|
package/cjs/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAoK7C,QAAA,MAAM,WAAW,EAAE,QAAQ,CAAC,MAAM,aAAa,CA+U9C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
package/esm/button/button.js
CHANGED
|
@@ -265,11 +265,13 @@ var ButtonStyle = {
|
|
|
265
265
|
circle: {
|
|
266
266
|
width: "32px",
|
|
267
267
|
height: "32px",
|
|
268
|
+
padding: 0,
|
|
268
269
|
borderRadius: Token.buttonCircleBorderRadius
|
|
269
270
|
},
|
|
270
271
|
square: {
|
|
271
272
|
width: "32px",
|
|
272
273
|
height: "32px",
|
|
274
|
+
padding: 0,
|
|
273
275
|
borderRadius: Token.buttonSquareBorderRadius,
|
|
274
276
|
'& $spin': {
|
|
275
277
|
margin: 0
|
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,wBAA4B"}
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default '3.0.1';
|
|
1
|
+
export default '3.1.0-rc.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.0.1",
|
|
3
|
+
"version": "3.1.0-rc.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"jss": "10.9.2",
|
|
19
19
|
"react-jss": "10.9.2",
|
|
20
|
-
"@sheinx/theme": "3.0.1",
|
|
21
|
-
"@sheinx/base": "3.0.1"
|
|
20
|
+
"@sheinx/theme": "3.1.0-rc.1",
|
|
21
|
+
"@sheinx/base": "3.1.0-rc.1"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|