@sheinx/shineout-style 3.4.0-beta.9 → 3.4.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.
@@ -1 +1 @@
1
- {"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["date-picker.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,MAAM,mBAAmB,GAAG,MAAM,iBAAiB,CAAC;AAuD1D,QAAA,MAAM,eAAe,EAAE,QAAQ,CAAC,mBAAmB,CAkoBlD,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["date-picker.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,MAAM,mBAAmB,GAAG,MAAM,iBAAiB,CAAC;AAuD1D,QAAA,MAAM,eAAe,EAAE,QAAQ,CAAC,mBAAmB,CAsoBlD,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -675,7 +675,10 @@ var datePickerStyle = _objectSpread(_objectSpread({
675
675
  },
676
676
  datetimeHide: {
677
677
  opacity: '0',
678
- pointerEvents: 'none'
678
+ pointerEvents: 'none',
679
+ '& > span': {
680
+ display: 'none'
681
+ }
679
682
  },
680
683
  quickPicker: {
681
684
  padding: "".concat(_theme.default.datePickerQuickPanelPaddingY, " ").concat(_theme.default.datePickerQuickPanelPaddingX),
@@ -1 +1 @@
1
- {"version":3,"file":"rate.d.ts","sourceRoot":"","sources":["rate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAoB9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CAoFtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"rate.d.ts","sourceRoot":"","sources":["rate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAoB9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CA4FtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/cjs/rate/rate.js CHANGED
@@ -59,7 +59,11 @@ var rateStyle = {
59
59
  width: '100%',
60
60
  height: '100%',
61
61
  transition: 'none',
62
- color: _theme.default.rateBackgroundColor
62
+ color: _theme.default.rateBackgroundColor,
63
+ '& > svg': {
64
+ width: '1em',
65
+ height: '1em'
66
+ }
63
67
  },
64
68
  itemFront: {
65
69
  position: 'absolute',
@@ -68,7 +72,11 @@ var rateStyle = {
68
72
  right: 0,
69
73
  bottom: 0,
70
74
  opacity: 0,
71
- color: _theme.default.rateFrontBackgroundColor
75
+ color: _theme.default.rateFrontBackgroundColor,
76
+ '& > svg': {
77
+ width: '1em',
78
+ height: '1em'
79
+ }
72
80
  },
73
81
  itemHalf: {
74
82
  position: 'absolute',
@@ -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;AAUxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CAscxC,CAAC;AAEF,eAAe,UAAU,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;AAUxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CA0cxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -145,7 +145,8 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
145
145
  }
146
146
  },
147
147
  bordered: {
148
- border: "1px solid ".concat(_theme.default.tableCellBorderColor),
148
+ borderLeft: "1px solid ".concat(_theme.default.tableCellBorderColor),
149
+ borderRight: "1px solid ".concat(_theme.default.tableCellBorderColor),
149
150
  borderBottom: 'none',
150
151
  borderTop: 'none',
151
152
  '&::before': {
@@ -168,6 +169,9 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
168
169
  borderTop: "1px solid ".concat(_theme.default.tableCellBorderColor)
169
170
  }
170
171
  },
172
+ headMirrorScroller: {
173
+ overflow: 'scroll hidden'
174
+ },
171
175
  headWrapper: {
172
176
  flex: '0 0 auto',
173
177
  overflow: 'hidden',
@@ -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,CA6F1C,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,CA6G1C,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -100,6 +100,12 @@ var input = _objectSpread(_objectSpread(_objectSpread({}, inputBorder), {}, {
100
100
  '&[dir=rtl]': {
101
101
  left: '0'
102
102
  },
103
+ '&$bottomLeft': {
104
+ right: 'auto'
105
+ },
106
+ '&$bottomRight': {
107
+ left: 'auto'
108
+ },
103
109
  top: '100%',
104
110
  transformOrigin: '100% 0',
105
111
  marginTop: '10px',
@@ -128,8 +134,22 @@ var input = _objectSpread(_objectSpread(_objectSpread({}, inputBorder), {}, {
128
134
  },
129
135
  '&[dir=rtl]::before': {
130
136
  left: '8px'
137
+ },
138
+ '&$bottomLeft::before': {
139
+ left: '8px',
140
+ right: 'auto'
141
+ },
142
+ '&$bottomRight::before': {
143
+ right: '4px',
144
+ left: 'auto'
131
145
  }
132
146
  },
147
+ bottomLeft: {
148
+ left: 0
149
+ },
150
+ bottomRight: {
151
+ right: 0
152
+ },
133
153
  infoError: {
134
154
  boxShadow: "0 0 0 1px ".concat(_theme.default.textareaInfoErrorBorderColor),
135
155
  color: _theme.default.textareaInfoErrorFontColor,
@@ -1 +1 @@
1
- {"version":3,"file":"tree.d.ts","sourceRoot":"","sources":["tree.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAE9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CAsNtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"tree.d.ts","sourceRoot":"","sources":["tree.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAE9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CA2OtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/cjs/tree/tree.js CHANGED
@@ -70,7 +70,9 @@ var treeStyle = {
70
70
  },
71
71
  noline: {
72
72
  '& $iconWrapper': {
73
- // left: 12,
73
+ '& $icon': {
74
+ transition: 'transform .2s cubic-bezier(.34,.69,.1,1)'
75
+ }
74
76
  },
75
77
  '& $iconWrapper[data-expanded="false"][data-icon="false"]': {
76
78
  '& $icon': {
@@ -92,16 +94,38 @@ var treeStyle = {
92
94
  '&$leaf': {
93
95
  paddingLeft: 24
94
96
  }
97
+ },
98
+ '& > $root': {
99
+ '& > $node': {
100
+ paddingLeft: 24
101
+ }
95
102
  }
96
103
  },
97
104
  root: {
98
- '& > :first-child$node': {
105
+ // '& > :first-child$node': {
106
+ // '&::before': {
107
+ // top: 18,
108
+ // },
109
+ // },
110
+ // '& > :last-child$node': {
111
+ // '&::before': {},
112
+ // },
113
+ '& > $node': {
114
+ paddingLeft: 12,
115
+ '& > $contentWrapper > $iconWrapper': {
116
+ '&[dir=ltr]': {
117
+ left: 0
118
+ },
119
+ '&[dir=rtl]': {
120
+ right: 0
121
+ }
122
+ },
99
123
  '&::before': {
100
- top: 18
124
+ display: 'none'
125
+ },
126
+ '&::after': {
127
+ display: 'none'
101
128
  }
102
- },
103
- '& > :last-child$node': {
104
- '&::before': {}
105
129
  }
106
130
  },
107
131
  small: {},
@@ -209,6 +233,7 @@ var treeStyle = {
209
233
  borderRadius: '50%',
210
234
  color: _theme.default.treeItemFontColor,
211
235
  cursor: 'pointer',
236
+ transition: 'background .2s ease',
212
237
  // transform: 'rotate(-90deg)',
213
238
  '&:hover': {
214
239
  background: _theme.default.treeItemHoverBackgroundColor
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.4.0-beta.9";
1
+ declare const _default: "3.4.1";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA8B"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAAuB"}
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.0-beta.9';
7
+ var _default = exports.default = '3.4.1';
@@ -1 +1 @@
1
- {"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["date-picker.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,MAAM,mBAAmB,GAAG,MAAM,iBAAiB,CAAC;AAuD1D,QAAA,MAAM,eAAe,EAAE,QAAQ,CAAC,mBAAmB,CAkoBlD,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["date-picker.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAGxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,MAAM,mBAAmB,GAAG,MAAM,iBAAiB,CAAC;AAuD1D,QAAA,MAAM,eAAe,EAAE,QAAQ,CAAC,mBAAmB,CAsoBlD,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -668,7 +668,10 @@ var datePickerStyle = _objectSpread(_objectSpread({
668
668
  },
669
669
  datetimeHide: {
670
670
  opacity: '0',
671
- pointerEvents: 'none'
671
+ pointerEvents: 'none',
672
+ '& > span': {
673
+ display: 'none'
674
+ }
672
675
  },
673
676
  quickPicker: {
674
677
  padding: "".concat(token.datePickerQuickPanelPaddingY, " ").concat(token.datePickerQuickPanelPaddingX),
@@ -1 +1 @@
1
- {"version":3,"file":"rate.d.ts","sourceRoot":"","sources":["rate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAoB9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CAoFtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"rate.d.ts","sourceRoot":"","sources":["rate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAoB9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CA4FtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/esm/rate/rate.js CHANGED
@@ -52,7 +52,11 @@ var rateStyle = {
52
52
  width: '100%',
53
53
  height: '100%',
54
54
  transition: 'none',
55
- color: token.rateBackgroundColor
55
+ color: token.rateBackgroundColor,
56
+ '& > svg': {
57
+ width: '1em',
58
+ height: '1em'
59
+ }
56
60
  },
57
61
  itemFront: {
58
62
  position: 'absolute',
@@ -61,7 +65,11 @@ var rateStyle = {
61
65
  right: 0,
62
66
  bottom: 0,
63
67
  opacity: 0,
64
- color: token.rateFrontBackgroundColor
68
+ color: token.rateFrontBackgroundColor,
69
+ '& > svg': {
70
+ width: '1em',
71
+ height: '1em'
72
+ }
65
73
  },
66
74
  itemHalf: {
67
75
  position: 'absolute',
@@ -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;AAUxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CAscxC,CAAC;AAEF,eAAe,UAAU,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;AAUxC,MAAM,MAAM,cAAc,GAAG,MAAM,YAAY,CAAC;AAUhD,QAAA,MAAM,UAAU,EAAE,QAAQ,CAAC,cAAc,CA0cxC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -138,7 +138,8 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
138
138
  }
139
139
  },
140
140
  bordered: {
141
- border: "1px solid ".concat(token.tableCellBorderColor),
141
+ borderLeft: "1px solid ".concat(token.tableCellBorderColor),
142
+ borderRight: "1px solid ".concat(token.tableCellBorderColor),
142
143
  borderBottom: 'none',
143
144
  borderTop: 'none',
144
145
  '&::before': {
@@ -161,6 +162,9 @@ var tableStyle = _objectSpread(_objectSpread({}, globalStyle), {}, {
161
162
  borderTop: "1px solid ".concat(token.tableCellBorderColor)
162
163
  }
163
164
  },
165
+ headMirrorScroller: {
166
+ overflow: 'scroll hidden'
167
+ },
164
168
  headWrapper: {
165
169
  flex: '0 0 auto',
166
170
  overflow: 'hidden',
@@ -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,CA6F1C,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,CA6G1C,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -93,6 +93,12 @@ var input = _objectSpread(_objectSpread(_objectSpread({}, inputBorder), {}, {
93
93
  '&[dir=rtl]': {
94
94
  left: '0'
95
95
  },
96
+ '&$bottomLeft': {
97
+ right: 'auto'
98
+ },
99
+ '&$bottomRight': {
100
+ left: 'auto'
101
+ },
96
102
  top: '100%',
97
103
  transformOrigin: '100% 0',
98
104
  marginTop: '10px',
@@ -121,8 +127,22 @@ var input = _objectSpread(_objectSpread(_objectSpread({}, inputBorder), {}, {
121
127
  },
122
128
  '&[dir=rtl]::before': {
123
129
  left: '8px'
130
+ },
131
+ '&$bottomLeft::before': {
132
+ left: '8px',
133
+ right: 'auto'
134
+ },
135
+ '&$bottomRight::before': {
136
+ right: '4px',
137
+ left: 'auto'
124
138
  }
125
139
  },
140
+ bottomLeft: {
141
+ left: 0
142
+ },
143
+ bottomRight: {
144
+ right: 0
145
+ },
126
146
  infoError: {
127
147
  boxShadow: "0 0 0 1px ".concat(token.textareaInfoErrorBorderColor),
128
148
  color: token.textareaInfoErrorFontColor,
@@ -1 +1 @@
1
- {"version":3,"file":"tree.d.ts","sourceRoot":"","sources":["tree.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAE9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CAsNtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"tree.d.ts","sourceRoot":"","sources":["tree.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG,MAAM,WAAW,CAAC;AAE9C,QAAA,MAAM,SAAS,EAAE,QAAQ,CAAC,aAAa,CA2OtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/esm/tree/tree.js CHANGED
@@ -63,7 +63,9 @@ var treeStyle = {
63
63
  },
64
64
  noline: {
65
65
  '& $iconWrapper': {
66
- // left: 12,
66
+ '& $icon': {
67
+ transition: 'transform .2s cubic-bezier(.34,.69,.1,1)'
68
+ }
67
69
  },
68
70
  '& $iconWrapper[data-expanded="false"][data-icon="false"]': {
69
71
  '& $icon': {
@@ -85,16 +87,38 @@ var treeStyle = {
85
87
  '&$leaf': {
86
88
  paddingLeft: 24
87
89
  }
90
+ },
91
+ '& > $root': {
92
+ '& > $node': {
93
+ paddingLeft: 24
94
+ }
88
95
  }
89
96
  },
90
97
  root: {
91
- '& > :first-child$node': {
98
+ // '& > :first-child$node': {
99
+ // '&::before': {
100
+ // top: 18,
101
+ // },
102
+ // },
103
+ // '& > :last-child$node': {
104
+ // '&::before': {},
105
+ // },
106
+ '& > $node': {
107
+ paddingLeft: 12,
108
+ '& > $contentWrapper > $iconWrapper': {
109
+ '&[dir=ltr]': {
110
+ left: 0
111
+ },
112
+ '&[dir=rtl]': {
113
+ right: 0
114
+ }
115
+ },
92
116
  '&::before': {
93
- top: 18
117
+ display: 'none'
118
+ },
119
+ '&::after': {
120
+ display: 'none'
94
121
  }
95
- },
96
- '& > :last-child$node': {
97
- '&::before': {}
98
122
  }
99
123
  },
100
124
  small: {},
@@ -202,6 +226,7 @@ var treeStyle = {
202
226
  borderRadius: '50%',
203
227
  color: Token.treeItemFontColor,
204
228
  cursor: 'pointer',
229
+ transition: 'background .2s ease',
205
230
  // transform: 'rotate(-90deg)',
206
231
  '&:hover': {
207
232
  background: Token.treeItemHoverBackgroundColor
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.4.0-beta.9";
1
+ declare const _default: "3.4.1";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA8B"}
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.4.0-beta.9';
1
+ export default '3.4.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.4.0-beta.9",
3
+ "version": "3.4.1",
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.0-beta.9",
21
- "@sheinx/base": "3.4.0-beta.9"
20
+ "@sheinx/theme": "3.4.1",
21
+ "@sheinx/base": "3.4.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"