@acorex/styles 19.10.4 → 19.10.5

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.
@@ -170,11 +170,29 @@
170
170
  max-width: fit-content;
171
171
  }
172
172
 
173
+ &:has(ax-suffix) {
174
+ &:not(&:empty) {
175
+ &:has(ax-button, .ax-editor-container) {
176
+ --ax-comp-editor-space-end-size: 0px;
177
+ }
178
+ }
179
+ }
180
+ &:has(ax-prefix) {
181
+ &:not(&:empty) {
182
+ &:has(ax-button, .ax-editor-container) {
183
+ --ax-comp-editor-space-start-size: 0px;
184
+ }
185
+ }
186
+ }
187
+
173
188
  & > ax-prefix,
174
189
  & > ax-suffix {
175
190
  height: 100%;
176
191
 
177
- *:not(ax-kbd, ax-kbd-item, kbd) {
192
+ ax-button,
193
+ ax-text,
194
+ ax-icon,
195
+ .ax-editor-container {
178
196
  display: flex;
179
197
  height: 100%;
180
198
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "19.10.4",
3
+ "version": "19.10.5",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",