@moises.ai/design-system 3.10.14 → 3.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "3.10.14",
3
+ "version": "3.10.15",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",
@@ -2,6 +2,11 @@
2
2
  box-shadow: none;
3
3
  }
4
4
 
5
+ .button:focus-visible:not(.disabled):not(.loading) {
6
+ outline: 2px solid var(--neutral-alpha-8);
7
+ outline-offset: 2px;
8
+ }
9
+
5
10
  .size1 {
6
11
  border-radius: 4px;
7
12
  }
@@ -7,6 +7,11 @@
7
7
  position: relative;
8
8
  }
9
9
 
10
+ .Checkbox:focus-visible:not([disabled]) {
11
+ outline: 2px solid var(--neutral-alpha-8);
12
+ outline-offset: 2px;
13
+ }
14
+
10
15
  .Checkbox[size="1"] {
11
16
  width: 14px;
12
17
  height: 14px;
@@ -124,6 +124,11 @@
124
124
  &:active {
125
125
  color: var(--neutral-11);
126
126
  }
127
+
128
+ &:focus-visible {
129
+ outline: 2px solid var(--neutral-alpha-8);
130
+ outline-offset: 2px;
131
+ }
127
132
  }
128
133
 
129
134
  .sortButtonFirst {
@@ -3,6 +3,11 @@
3
3
  box-sizing: border-box;
4
4
  }
5
5
 
6
+ .iconButton:focus-visible:not(.disabled):not(.loading) {
7
+ outline: 2px solid var(--neutral-alpha-8);
8
+ outline-offset: 2px;
9
+ }
10
+
6
11
 
7
12
  .ghost.mint {
8
13
  background-color: transparent;