@sheinx/shineout-style 3.5.0-beta.9 → 3.5.0
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/form/form-item.d.ts.map +1 -1
- package/cjs/form/form-item.js +12 -0
- package/cjs/version.d.ts +1 -1
- package/cjs/version.d.ts.map +1 -1
- package/cjs/version.js +1 -1
- package/esm/form/form-item.d.ts.map +1 -1
- package/esm/form/form-item.js +12 -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":"form-item.d.ts","sourceRoot":"","sources":["form-item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,QAAA,MAAM,aAAa,EAAE,QAAQ,CAAC,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"form-item.d.ts","sourceRoot":"","sources":["form-item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,QAAA,MAAM,aAAa,EAAE,QAAQ,CAAC,MAAM,eAAe,CAsHlD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
package/cjs/form/form-item.js
CHANGED
|
@@ -38,6 +38,18 @@ var formItemStyle = {
|
|
|
38
38
|
display: 'inline-block'
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
|
+
labelTooltip: {
|
|
42
|
+
display: 'inline-block',
|
|
43
|
+
verticalAlign: 'middle',
|
|
44
|
+
cursor: 'help',
|
|
45
|
+
color: _theme.default.formItemTooltipIconColor,
|
|
46
|
+
width: _theme.default.formItemTooltipIconFontSize,
|
|
47
|
+
fontSize: _theme.default.formItemTooltipIconFontSize,
|
|
48
|
+
marginLeft: _theme.default.formItemTooltipIconMarginXStart,
|
|
49
|
+
'& svg': {
|
|
50
|
+
width: '100%'
|
|
51
|
+
}
|
|
52
|
+
},
|
|
41
53
|
labelLeft: {
|
|
42
54
|
textAlign: 'start'
|
|
43
55
|
},
|
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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-item.d.ts","sourceRoot":"","sources":["form-item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,QAAA,MAAM,aAAa,EAAE,QAAQ,CAAC,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"form-item.d.ts","sourceRoot":"","sources":["form-item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,QAAA,MAAM,aAAa,EAAE,QAAQ,CAAC,MAAM,eAAe,CAsHlD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
package/esm/form/form-item.js
CHANGED
|
@@ -31,6 +31,18 @@ var formItemStyle = {
|
|
|
31
31
|
display: 'inline-block'
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
+
labelTooltip: {
|
|
35
|
+
display: 'inline-block',
|
|
36
|
+
verticalAlign: 'middle',
|
|
37
|
+
cursor: 'help',
|
|
38
|
+
color: token.formItemTooltipIconColor,
|
|
39
|
+
width: token.formItemTooltipIconFontSize,
|
|
40
|
+
fontSize: token.formItemTooltipIconFontSize,
|
|
41
|
+
marginLeft: token.formItemTooltipIconMarginXStart,
|
|
42
|
+
'& svg': {
|
|
43
|
+
width: '100%'
|
|
44
|
+
}
|
|
45
|
+
},
|
|
34
46
|
labelLeft: {
|
|
35
47
|
textAlign: 'start'
|
|
36
48
|
},
|
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.5.0
|
|
1
|
+
export default '3.5.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sheinx/shineout-style",
|
|
3
|
-
"version": "3.5.0
|
|
3
|
+
"version": "3.5.0",
|
|
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.5.0
|
|
21
|
-
"@sheinx/base": "3.5.0
|
|
20
|
+
"@sheinx/theme": "3.5.0",
|
|
21
|
+
"@sheinx/base": "3.5.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"core-js": ">=3"
|