@florid-kit/components 0.4.37 → 0.4.38

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 +0 -4
  2. package/index.mjs +0 -4
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -885,10 +885,6 @@
885
885
  .return-btn {
886
886
  margin-right: 8px;
887
887
  }
888
-
889
- .close-btn:focus {
890
- outline: 2px solid #000;
891
- }
892
888
  }
893
889
 
894
890
  .content {
package/index.mjs CHANGED
@@ -1885,10 +1885,6 @@ v.styles = $`
1885
1885
  .return-btn {
1886
1886
  margin-right: 8px;
1887
1887
  }
1888
-
1889
- .close-btn:focus {
1890
- outline: 2px solid #000;
1891
- }
1892
1888
  }
1893
1889
 
1894
1890
  .content {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.4.37",
3
+ "version": "0.4.38",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",