@acorex/styles 20.1.14 → 20.1.15

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.
@@ -44,7 +44,7 @@
44
44
  gap: var(--ax-comp-editor-gap);
45
45
  padding-inline-end: var(--ax-comp-editor-space-end-size);
46
46
  padding-inline-start: var(--ax-comp-editor-space-start-size);
47
-
47
+ justify-content: space-between;
48
48
  .ax-icon {
49
49
  font-size: var(--ax-comp-editor-icon-font-size);
50
50
  }
@@ -69,11 +69,13 @@
69
69
  }
70
70
  }
71
71
 
72
- &:focus-within {
73
- border-color: rgba(var(--ax-comp-editor-focused-border-color));
74
- outline-width: var(--ax-comp-editor-box-outline-width);
75
- outline-style: solid;
76
- outline-color: rgba(var(--ax-comp-editor-focused-border-color));
72
+ &:not(.ax-state-disabled) {
73
+ &:focus-within {
74
+ border-color: rgba(var(--ax-comp-editor-focused-border-color));
75
+ outline-width: var(--ax-comp-editor-box-outline-width);
76
+ outline-style: solid;
77
+ outline-color: rgba(var(--ax-comp-editor-focused-border-color));
78
+ }
77
79
  }
78
80
 
79
81
  &.ax-state-error {
@@ -171,7 +173,6 @@
171
173
  line-height: inherit;
172
174
  height: 100%;
173
175
  width: 100%;
174
- max-width: 98%;
175
176
  flex: 1 1 0%;
176
177
  background-color: transparent;
177
178
  font-weight: inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "20.1.14",
3
+ "version": "20.1.15",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",