@sheinx/shineout-style 3.3.3 → 3.3.4-fix.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":"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,CAqOtC,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,CAsNtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/cjs/tree/tree.js CHANGED
@@ -132,22 +132,6 @@ var treeStyle = {
132
132
  cursor: 'pointer',
133
133
  padding: "0 ".concat(_theme.default.treePaddingX),
134
134
  borderRadius: _theme.default.treeContentBorderRadius,
135
- position: 'relative',
136
- '&[data-expanded="true"]::before': {
137
- content: '""',
138
- position: 'absolute',
139
- top: 24,
140
- bottom: 0,
141
- left: -12,
142
- width: 1,
143
- background: '#ebebeb'
144
- },
145
- '&[dir=ltr][data-expanded="true"]::before': {
146
- left: -12
147
- },
148
- '&[dir=rtl][data-expanded="true"]::before': {
149
- right: -12
150
- },
151
135
  '$contentDisabled &': {
152
136
  '& $text': {
153
137
  color: _theme.default.treeContentDisabledFontColor
@@ -178,7 +162,8 @@ var treeStyle = {
178
162
  color: _theme.default.treeFontColor,
179
163
  fontWeight: _theme.default.treeFontWeight,
180
164
  paddingTop: _theme.default.treeTextPaddingY,
181
- paddingBottom: _theme.default.treeTextPaddingY
165
+ paddingBottom: _theme.default.treeTextPaddingY,
166
+ whiteSpace: 'nowrap'
182
167
  },
183
168
  // textDisabled: {
184
169
  // color: Token.treeItemDisabledFontColor,
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.3.3";
1
+ declare const _default: "3.3.4-fix.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,wBAAuB"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA6B"}
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.3.3';
7
+ var _default = exports.default = '3.3.4-fix.1';
@@ -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,CAqOtC,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,CAsNtC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/esm/tree/tree.js CHANGED
@@ -125,22 +125,6 @@ var treeStyle = {
125
125
  cursor: 'pointer',
126
126
  padding: "0 ".concat(Token.treePaddingX),
127
127
  borderRadius: Token.treeContentBorderRadius,
128
- position: 'relative',
129
- '&[data-expanded="true"]::before': {
130
- content: '""',
131
- position: 'absolute',
132
- top: 24,
133
- bottom: 0,
134
- left: -12,
135
- width: 1,
136
- background: '#ebebeb'
137
- },
138
- '&[dir=ltr][data-expanded="true"]::before': {
139
- left: -12
140
- },
141
- '&[dir=rtl][data-expanded="true"]::before': {
142
- right: -12
143
- },
144
128
  '$contentDisabled &': {
145
129
  '& $text': {
146
130
  color: Token.treeContentDisabledFontColor
@@ -171,7 +155,8 @@ var treeStyle = {
171
155
  color: Token.treeFontColor,
172
156
  fontWeight: Token.treeFontWeight,
173
157
  paddingTop: Token.treeTextPaddingY,
174
- paddingBottom: Token.treeTextPaddingY
158
+ paddingBottom: Token.treeTextPaddingY,
159
+ whiteSpace: 'nowrap'
175
160
  },
176
161
  // textDisabled: {
177
162
  // color: Token.treeItemDisabledFontColor,
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.3.3";
1
+ declare const _default: "3.3.4-fix.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,wBAAuB"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["version.ts"],"names":[],"mappings":";AAAA,wBAA6B"}
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.3.3';
1
+ export default '3.3.4-fix.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.3.3",
3
+ "version": "3.3.4-fix.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.3.3",
21
- "@sheinx/base": "3.3.3"
20
+ "@sheinx/theme": "3.3.4-fix.1",
21
+ "@sheinx/base": "3.3.4-fix.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"