@sheinx/shineout-style 3.4.4-beta.6 → 3.4.4-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.
@@ -1 +1 @@
1
- {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["textarea.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAyDxC,QAAA,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,eAAe,CA6G1C,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["textarea.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAyDxC,QAAA,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,eAAe,CAqD1C,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -92,71 +92,8 @@ var input = _objectSpread(_objectSpread(_objectSpread({}, inputBorder), {}, {
92
92
  resize: 'vertical'
93
93
  },
94
94
  info: {
95
- position: 'absolute',
96
- zIndex: 1000,
97
- '&[dir=ltr]': {
98
- right: '0'
99
- },
100
- '&[dir=rtl]': {
101
- left: '0'
102
- },
103
- '&$bottomLeft': {
104
- right: 'auto'
105
- },
106
- '&$bottomRight': {
107
- left: 'auto'
108
- },
109
- top: '100%',
110
- transformOrigin: '100% 0',
111
- marginTop: '10px',
112
- animation: 'so-input-fade .16s ease-in',
113
- maxWidth: '400px',
114
- padding: '5px 8px',
115
95
  background: _theme.default.textareaInfoBackgroundColor,
116
- borderRadius: _theme.default.textareaBorderRadius,
117
- boxShadow: "0 0 0 1px ".concat(_theme.default.textareaBorderColor),
118
- fontSize: '12px',
119
- color: _theme.default.textareaInfoFontColor,
120
- '&::before': {
121
- display: 'block',
122
- position: 'absolute',
123
- bottom: '100%',
124
- transform: 'rotate(45deg) translateY(3px)',
125
- width: '6px',
126
- height: '6px',
127
- borderTop: "1px solid ".concat(_theme.default.textareaBorderColor),
128
- borderLeft: "1px solid ".concat(_theme.default.textareaBorderColor),
129
- background: 'inherit',
130
- content: "' '"
131
- },
132
- '&[dir=ltr]::before': {
133
- right: '4px'
134
- },
135
- '&[dir=rtl]::before': {
136
- left: '8px'
137
- },
138
- '&$bottomLeft::before': {
139
- left: '8px',
140
- right: 'auto'
141
- },
142
- '&$bottomRight::before': {
143
- right: '4px',
144
- left: 'auto'
145
- }
146
- },
147
- bottomLeft: {
148
- left: 0
149
- },
150
- bottomRight: {
151
- right: 0
152
- },
153
- infoError: {
154
- boxShadow: "0 0 0 1px ".concat(_theme.default.textareaInfoErrorBorderColor),
155
- color: _theme.default.textareaInfoErrorFontColor,
156
- background: _theme.default.textareaInfoErrorBackgroundColor,
157
- '&::before': {
158
- borderColor: _theme.default.textareaInfoErrorBorderColor
159
- }
96
+ color: _theme.default.textareaInfoFontColor
160
97
  },
161
98
  shadow: {
162
99
  position: 'absolute',
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.4.4-beta.6";
1
+ declare const _default: "3.4.4-beta.7";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/cjs/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = exports.default = '3.4.4-beta.6';
7
+ var _default = exports.default = '3.4.4-beta.7';
@@ -1 +1 @@
1
- {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["textarea.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAyDxC,QAAA,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,eAAe,CA6G1C,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["textarea.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAyDxC,QAAA,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,eAAe,CAqD1C,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -85,71 +85,8 @@ var input = _objectSpread(_objectSpread(_objectSpread({}, inputBorder), {}, {
85
85
  resize: 'vertical'
86
86
  },
87
87
  info: {
88
- position: 'absolute',
89
- zIndex: 1000,
90
- '&[dir=ltr]': {
91
- right: '0'
92
- },
93
- '&[dir=rtl]': {
94
- left: '0'
95
- },
96
- '&$bottomLeft': {
97
- right: 'auto'
98
- },
99
- '&$bottomRight': {
100
- left: 'auto'
101
- },
102
- top: '100%',
103
- transformOrigin: '100% 0',
104
- marginTop: '10px',
105
- animation: 'so-input-fade .16s ease-in',
106
- maxWidth: '400px',
107
- padding: '5px 8px',
108
88
  background: token.textareaInfoBackgroundColor,
109
- borderRadius: token.textareaBorderRadius,
110
- boxShadow: "0 0 0 1px ".concat(token.textareaBorderColor),
111
- fontSize: '12px',
112
- color: token.textareaInfoFontColor,
113
- '&::before': {
114
- display: 'block',
115
- position: 'absolute',
116
- bottom: '100%',
117
- transform: 'rotate(45deg) translateY(3px)',
118
- width: '6px',
119
- height: '6px',
120
- borderTop: "1px solid ".concat(token.textareaBorderColor),
121
- borderLeft: "1px solid ".concat(token.textareaBorderColor),
122
- background: 'inherit',
123
- content: "' '"
124
- },
125
- '&[dir=ltr]::before': {
126
- right: '4px'
127
- },
128
- '&[dir=rtl]::before': {
129
- left: '8px'
130
- },
131
- '&$bottomLeft::before': {
132
- left: '8px',
133
- right: 'auto'
134
- },
135
- '&$bottomRight::before': {
136
- right: '4px',
137
- left: 'auto'
138
- }
139
- },
140
- bottomLeft: {
141
- left: 0
142
- },
143
- bottomRight: {
144
- right: 0
145
- },
146
- infoError: {
147
- boxShadow: "0 0 0 1px ".concat(token.textareaInfoErrorBorderColor),
148
- color: token.textareaInfoErrorFontColor,
149
- background: token.textareaInfoErrorBackgroundColor,
150
- '&::before': {
151
- borderColor: token.textareaInfoErrorBorderColor
152
- }
89
+ color: token.textareaInfoFontColor
153
90
  },
154
91
  shadow: {
155
92
  position: 'absolute',
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.4.4-beta.6";
1
+ declare const _default: "3.4.4-beta.7";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.4.4-beta.6';
1
+ export default '3.4.4-beta.7';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.4.4-beta.6",
3
+ "version": "3.4.4-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.4.4-beta.6",
21
- "@sheinx/base": "3.4.4-beta.6"
20
+ "@sheinx/theme": "3.4.4-beta.7",
21
+ "@sheinx/base": "3.4.4-beta.7"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"