@zap-wunschlachen/wl-shared-components 1.0.72 → 1.0.73

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": "@zap-wunschlachen/wl-shared-components",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -166,14 +166,7 @@
166
166
  --v-field-border-opacity: 1 !important;
167
167
  }
168
168
 
169
- /* WCAG 2.4.7 Focus Visible — distinct focus indicator */
169
+ /* WCAG 2.4.7 Focus Visible — distinct border color on focus */
170
170
  .wl-select .v-field--focused .v-field__outline {
171
171
  color: var(--primary-color, #1976d2) !important;
172
- --v-field-border-width: 2px !important;
173
- }
174
-
175
- .wl-select .v-field--focused {
176
- outline: 2px solid var(--primary-color, #1976d2);
177
- outline-offset: 1px;
178
- border-radius: 8px;
179
172
  }
@@ -166,14 +166,7 @@
166
166
  --v-field-border-opacity: 1 !important;
167
167
  }
168
168
 
169
- /* WCAG 2.4.7 Focus Visible — distinct focus indicator */
169
+ /* WCAG 2.4.7 Focus Visible — distinct border color on focus */
170
170
  .wl-select .v-field--focused .v-field__outline {
171
171
  color: var(--primary-color, #1976d2) !important;
172
- --v-field-border-width: 2px !important;
173
- }
174
-
175
- .wl-select .v-field--focused {
176
- outline: 2px solid var(--primary-color, #1976d2);
177
- outline-offset: 1px;
178
- border-radius: 8px;
179
172
  }