@pinuts/bsr-uikit-relaunch 0.3.5 → 0.3.8

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.
@@ -109,7 +109,7 @@ $btn-padding-y: calc($base-gap * 2 - 1px);
109
109
  border-color: $bsr-brick-100 !important;
110
110
  }
111
111
  }
112
- &:focus {
112
+ &:focus-visible {
113
113
  background-color: $bsr-white-100 !important;
114
114
  color: $bsr-black-90 !important;
115
115
  box-shadow: 0 0 0 0.25rem rgba($bsr-white-100, 0.5) !important;
@@ -143,7 +143,7 @@ $btn-padding-y: calc($base-gap * 2 - 1px);
143
143
  text-decoration: none;
144
144
 
145
145
  &:hover,
146
- &:focus,
146
+ &:focus-visible,
147
147
  &:active {
148
148
  background-color: $white !important;
149
149
  color: $text-secondary !important;
@@ -170,7 +170,7 @@ button[type="button"].btn.btn-primary, button[type="button"].btn.btn-secondary {
170
170
  &:focus-visible {
171
171
  text-decoration-color: currentColor;
172
172
  }
173
-
173
+
174
174
  &:focus,
175
175
  &:focus-visible {
176
176
  outline: none;
@@ -193,7 +193,7 @@ button[type="button"].btn.btn-secondary {
193
193
  background-color: $bsr-white-100;
194
194
  color: $bsr-brick-100;
195
195
  border: $bsr-border-width-m solid $bsr-brick-100;
196
-
196
+
197
197
  &:hover,
198
198
  &:focus-visible {
199
199
  background-color: $bsr-brick-100 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinuts/bsr-uikit-relaunch",
3
- "version": "0.3.5",
3
+ "version": "0.3.8",
4
4
  "private": false,
5
5
  "description": "BSR UI-KIT Relaunch",
6
6
  "main": "dist/index.js",