@aura360/aura-nine-dot-menu 1.4.1 → 1.5.1

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/index.es.js CHANGED
@@ -633,7 +633,7 @@ E.styles = j`
633
633
  .dots {
634
634
  display: grid;
635
635
  grid-template-columns: repeat(3, 6px);
636
- gap: 4px;
636
+ gap: 3px;
637
637
  }
638
638
 
639
639
  .dot {
package/dist/index.umd.js CHANGED
@@ -58,7 +58,7 @@
58
58
  .dots {
59
59
  display: grid;
60
60
  grid-template-columns: repeat(3, 6px);
61
- gap: 4px;
61
+ gap: 3px;
62
62
  }
63
63
 
64
64
  .dot {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aura360/aura-nine-dot-menu",
3
- "version": "1.4.1",
3
+ "version": "1.5.1",
4
4
  "description": "Aura Nine Dot Menu (Lit Web Component + React Wrapper)",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",