@acorex/styles 7.0.11 → 7.0.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "7.0.11",
3
+ "version": "7.0.13",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "",
@@ -5,7 +5,6 @@ ax-footer {
5
5
  justify-content: space-between;
6
6
  gap: 0.5rem;
7
7
  background-color: rgb(var(--ax-color-surface));
8
- border-color: rgb(var(--ax-color-border-default));
9
8
  & > ax-prefix,
10
9
  & > ax-suffix {
11
10
  display: flex;
@@ -26,6 +25,7 @@ ax-footer {
26
25
  }
27
26
  }
28
27
 
28
+
29
29
  ax-title,
30
30
  ax-icon {
31
31
  font-weight: 500;
@@ -29,8 +29,7 @@
29
29
  outline-offset: 0px;
30
30
  outline-width: 1px;
31
31
  outline-style: solid;
32
- outline-color: rgb(var(--ax-color-primary));
33
- border-color: rgb(var(--ax-color-primary));
32
+ outline-color: rgb(var(--ax-color-primary-500));
34
33
  }
35
34
 
36
35
  &.ax-button-icon {
@@ -111,6 +110,9 @@
111
110
 
112
111
  &.ax-state-error {
113
112
  border-color: rgb(var(--ax-color-danger-500));
113
+ &:focus-within {
114
+ outline-color: rgb(var(--ax-color-danger-500));
115
+ }
114
116
  .ax-input {
115
117
  &::placeholder {
116
118
  color: rgb(var(--ax-color-danger));
@@ -121,6 +123,9 @@
121
123
  &.ax-state-success {
122
124
  outline-color: rgb(var(--ax-color-success-500));
123
125
  border-color: rgb(var(--ax-color-success-500));
126
+ &:focus-within {
127
+ outline-color: rgb(var(--ax-color-success-500));
128
+ }
124
129
  .ax-input {
125
130
  &::placeholder {
126
131
  color: rgb(var(--ax-color-success));