@liberfi.io/ui 0.1.4 → 0.1.6

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.
@@ -120,6 +120,10 @@
120
120
  }
121
121
 
122
122
  @layer base {
123
+ * {
124
+ @apply outline-0 outline-solid outline-transparent;
125
+ }
126
+
123
127
  body {
124
128
  padding-bottom: var(--safe-area-inset-bottom, 0);
125
129
  @apply antialiased overscroll-none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liberfi.io/ui",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Base UI library for Liberfi React SDK",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",