@tempots/beatui 0.50.2 → 0.50.3

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/dist/beatui.css CHANGED
@@ -3909,7 +3909,6 @@ a:focus-visible {
3909
3909
  display: flex;
3910
3910
  flex-direction: row;
3911
3911
  align-items: center;
3912
- gap: var(--spacing-stack-sm, calc(var(--spacing-base) * 2));
3913
3912
  overflow: hidden;
3914
3913
  }
3915
3914
 
@@ -3584,7 +3584,6 @@ a:focus-visible {
3584
3584
  display: flex;
3585
3585
  flex-direction: row;
3586
3586
  align-items: center;
3587
- gap: var(--spacing-stack-sm, calc(var(--spacing-base) * 2));
3588
3587
  overflow: hidden;
3589
3588
  }
3590
3589
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempots/beatui",
3
- "version": "0.50.2",
3
+ "version": "0.50.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",