ar-design 0.2.90 → 0.2.91

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.
@@ -29,8 +29,7 @@ button.filled:not(.disabled) {
29
29
  &.blue {
30
30
  background-color: var(--blue-500);
31
31
 
32
- &:hover,
33
- &:focus {
32
+ &:hover {
34
33
  background-color: var(--blue-300);
35
34
  }
36
35
  }
@@ -69,8 +68,7 @@ button.filled:not(.disabled) {
69
68
  &.purple {
70
69
  background-color: var(--purple-500);
71
70
 
72
- &:hover,
73
- &:focus {
71
+ &:hover {
74
72
  background-color: var(--purple-300);
75
73
  }
76
74
  }
@@ -109,8 +107,7 @@ button.filled:not(.disabled) {
109
107
  &.pink {
110
108
  background-color: var(--pink-500);
111
109
 
112
- &:hover,
113
- &:focus {
110
+ &:hover {
114
111
  background-color: var(--pink-300);
115
112
  }
116
113
  }
@@ -149,8 +146,7 @@ button.filled:not(.disabled) {
149
146
  &.red {
150
147
  background-color: var(--red-500);
151
148
 
152
- &:hover,
153
- &:focus {
149
+ &:hover {
154
150
  background-color: var(--red-300);
155
151
  }
156
152
  }
@@ -189,8 +185,7 @@ button.filled:not(.disabled) {
189
185
  &.orange {
190
186
  background-color: var(--orange-500);
191
187
 
192
- &:hover,
193
- &:focus {
188
+ &:hover {
194
189
  background-color: var(--orange-300);
195
190
  }
196
191
  }
@@ -229,8 +224,7 @@ button.filled:not(.disabled) {
229
224
  &.yellow {
230
225
  background-color: var(--yellow-500);
231
226
 
232
- &:hover,
233
- &:focus {
227
+ &:hover {
234
228
  background-color: var(--yellow-300);
235
229
  }
236
230
  }
@@ -269,8 +263,7 @@ button.filled:not(.disabled) {
269
263
  &.green {
270
264
  background-color: var(--green-500);
271
265
 
272
- &:hover,
273
- &:focus {
266
+ &:hover {
274
267
  background-color: var(--green-300);
275
268
  }
276
269
  }
@@ -309,8 +302,7 @@ button.filled:not(.disabled) {
309
302
  &.teal {
310
303
  background-color: var(--teal-500);
311
304
 
312
- &:hover,
313
- &:focus {
305
+ &:hover {
314
306
  background-color: var(--teal-300);
315
307
  }
316
308
  }
@@ -349,8 +341,7 @@ button.filled:not(.disabled) {
349
341
  &.cyan {
350
342
  background-color: var(--cyan-500);
351
343
 
352
- &:hover,
353
- &:focus {
344
+ &:hover {
354
345
  background-color: var(--cyan-300);
355
346
  }
356
347
  }
@@ -389,8 +380,7 @@ button.filled:not(.disabled) {
389
380
  &.gray {
390
381
  background-color: var(--gray-500);
391
382
 
392
- &:hover,
393
- &:focus {
383
+ &:hover {
394
384
  background-color: var(--gray-300);
395
385
  }
396
386
  }
@@ -429,8 +419,7 @@ button.filled:not(.disabled) {
429
419
  &.light {
430
420
  background-color: var(--light-500);
431
421
 
432
- &:hover,
433
- &:focus {
422
+ &:hover {
434
423
  background-color: var(--light-300);
435
424
  }
436
425
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ar-design",
3
- "version": "0.2.90",
3
+ "version": "0.2.91",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",