@florid-kit/components 0.9.11 → 0.9.12

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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -393,7 +393,7 @@
393
393
  display: inline-flex;
394
394
  justify-content: center;
395
395
  align-items: center;
396
- outline: none;
396
+ outline: none !important;
397
397
  }
398
398
 
399
399
  .wishlist-button {
package/index.mjs CHANGED
@@ -1232,7 +1232,7 @@ rt.styles = f`
1232
1232
  display: inline-flex;
1233
1233
  justify-content: center;
1234
1234
  align-items: center;
1235
- outline: none;
1235
+ outline: none !important;
1236
1236
  }
1237
1237
 
1238
1238
  .wishlist-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.9.11",
3
+ "version": "0.9.12",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",