@sheinx/shineout-style 3.7.7-beta.3 → 3.7.7-beta.4

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.
@@ -26,7 +26,7 @@ var popoverStyle = {
26
26
  borderRadius: _theme.default.popoverRadius,
27
27
  border: "1px solid ".concat(_theme.default.popoverBorderColor),
28
28
  wordWrap: 'break-word',
29
- '& $arrow': {
29
+ '& > $arrow': {
30
30
  'z-index': 1,
31
31
  position: 'absolute',
32
32
  content: '" "',
@@ -47,7 +47,7 @@ var popoverStyle = {
47
47
  '&$hideArrow': _defineProperty({}, cssvar, '4px'),
48
48
  '&[data-soui-position^="bottom"]': {
49
49
  marginTop: "calc(".concat(hideArrowGap, " - 2px)"),
50
- '& $arrow': {
50
+ '& > $arrow': {
51
51
  top: '0',
52
52
  transform: 'translate(0, -50%) rotate(-45deg)',
53
53
  left: '0',
@@ -67,7 +67,7 @@ var popoverStyle = {
67
67
  '&[data-soui-position^="top"]': {
68
68
  // marginTop: (arrowGap - 2) * -1,
69
69
  marginTop: "calc((".concat(hideArrowGap, " - 2px) * -1)"),
70
- '& $arrow': {
70
+ '& > $arrow': {
71
71
  bottom: '0',
72
72
  transform: 'translate(0, 50%) rotate(135deg)',
73
73
  left: '0',
@@ -93,7 +93,7 @@ var popoverStyle = {
93
93
  '&[dir=rtl]': {
94
94
  marginLeft: "calc((".concat(hideArrowGap, " - 2px))")
95
95
  },
96
- '& $arrow': {
96
+ '& > $arrow': {
97
97
  right: _theme.default.popoverBorderWidth,
98
98
  transform: 'translate(50%, 0) rotate(45deg)',
99
99
  top: '0',
@@ -117,7 +117,7 @@ var popoverStyle = {
117
117
  '&[dir=rtl]': {
118
118
  marginRight: "calc(".concat(hideArrowGap, " - 2px)")
119
119
  },
120
- '& $arrow': {
120
+ '& > $arrow': {
121
121
  left: '0',
122
122
  transform: 'translate(-50%, 0) rotate(-135deg)',
123
123
  top: '0',
@@ -136,19 +136,19 @@ var popoverStyle = {
136
136
  position: 'absolute'
137
137
  }
138
138
  },
139
- '&&[data-soui-position$="-left"] $arrow': {
139
+ '&&[data-soui-position$="-left"] > $arrow': {
140
140
  left: arrowMargin,
141
141
  right: 'auto'
142
142
  },
143
- '&&[data-soui-position$="-right"] $arrow': {
143
+ '&&[data-soui-position$="-right"] > $arrow': {
144
144
  right: arrowMargin,
145
145
  left: 'auto'
146
146
  },
147
- '&&[data-soui-position$="-top"] $arrow': {
147
+ '&&[data-soui-position$="-top"] > $arrow': {
148
148
  top: arrowMargin,
149
149
  bottom: 'auto'
150
150
  },
151
- '&&[data-soui-position$="-bottom"] $arrow': {
151
+ '&&[data-soui-position$="-bottom"] > $arrow': {
152
152
  bottom: arrowMargin,
153
153
  top: 'auto'
154
154
  },
package/cjs/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.7.7-beta.3";
1
+ declare const _default: "3.7.7-beta.4";
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.7.7-beta.3';
7
+ var _default = exports.default = '3.7.7-beta.4';
@@ -19,7 +19,7 @@ var popoverStyle = {
19
19
  borderRadius: token.popoverRadius,
20
20
  border: "1px solid ".concat(token.popoverBorderColor),
21
21
  wordWrap: 'break-word',
22
- '& $arrow': {
22
+ '& > $arrow': {
23
23
  'z-index': 1,
24
24
  position: 'absolute',
25
25
  content: '" "',
@@ -40,7 +40,7 @@ var popoverStyle = {
40
40
  '&$hideArrow': _defineProperty({}, cssvar, '4px'),
41
41
  '&[data-soui-position^="bottom"]': {
42
42
  marginTop: "calc(".concat(hideArrowGap, " - 2px)"),
43
- '& $arrow': {
43
+ '& > $arrow': {
44
44
  top: '0',
45
45
  transform: 'translate(0, -50%) rotate(-45deg)',
46
46
  left: '0',
@@ -60,7 +60,7 @@ var popoverStyle = {
60
60
  '&[data-soui-position^="top"]': {
61
61
  // marginTop: (arrowGap - 2) * -1,
62
62
  marginTop: "calc((".concat(hideArrowGap, " - 2px) * -1)"),
63
- '& $arrow': {
63
+ '& > $arrow': {
64
64
  bottom: '0',
65
65
  transform: 'translate(0, 50%) rotate(135deg)',
66
66
  left: '0',
@@ -86,7 +86,7 @@ var popoverStyle = {
86
86
  '&[dir=rtl]': {
87
87
  marginLeft: "calc((".concat(hideArrowGap, " - 2px))")
88
88
  },
89
- '& $arrow': {
89
+ '& > $arrow': {
90
90
  right: token.popoverBorderWidth,
91
91
  transform: 'translate(50%, 0) rotate(45deg)',
92
92
  top: '0',
@@ -110,7 +110,7 @@ var popoverStyle = {
110
110
  '&[dir=rtl]': {
111
111
  marginRight: "calc(".concat(hideArrowGap, " - 2px)")
112
112
  },
113
- '& $arrow': {
113
+ '& > $arrow': {
114
114
  left: '0',
115
115
  transform: 'translate(-50%, 0) rotate(-135deg)',
116
116
  top: '0',
@@ -129,19 +129,19 @@ var popoverStyle = {
129
129
  position: 'absolute'
130
130
  }
131
131
  },
132
- '&&[data-soui-position$="-left"] $arrow': {
132
+ '&&[data-soui-position$="-left"] > $arrow': {
133
133
  left: arrowMargin,
134
134
  right: 'auto'
135
135
  },
136
- '&&[data-soui-position$="-right"] $arrow': {
136
+ '&&[data-soui-position$="-right"] > $arrow': {
137
137
  right: arrowMargin,
138
138
  left: 'auto'
139
139
  },
140
- '&&[data-soui-position$="-top"] $arrow': {
140
+ '&&[data-soui-position$="-top"] > $arrow': {
141
141
  top: arrowMargin,
142
142
  bottom: 'auto'
143
143
  },
144
- '&&[data-soui-position$="-bottom"] $arrow': {
144
+ '&&[data-soui-position$="-bottom"] > $arrow': {
145
145
  bottom: arrowMargin,
146
146
  top: 'auto'
147
147
  },
package/esm/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "3.7.7-beta.3";
1
+ declare const _default: "3.7.7-beta.4";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export default '3.7.7-beta.3';
1
+ export default '3.7.7-beta.4';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/shineout-style",
3
- "version": "3.7.7-beta.3",
3
+ "version": "3.7.7-beta.4",
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.7.7-beta.3",
21
- "@sheinx/base": "3.7.7-beta.3"
20
+ "@sheinx/theme": "3.7.7-beta.4",
21
+ "@sheinx/base": "3.7.7-beta.4"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "core-js": ">=3"