@ballistix.digital/react-components 0.4.33 → 0.4.34

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.esm.js CHANGED
@@ -17114,7 +17114,7 @@ var base$6 = {
17114
17114
  },
17115
17115
  },
17116
17116
  controls: {
17117
- container: 'flex-row justify-end z-30 relative mb-4 gap-2 hidden',
17117
+ container: 'flex-row justify-end z-20 relative mb-4 gap-2 hidden',
17118
17118
  content: 'my-2 flex flex-col',
17119
17119
  dropdown: {
17120
17120
  container: 'px-4 py-2 text-sm flex flex-row items-center font-medium group',
package/dist/index.js CHANGED
@@ -17124,7 +17124,7 @@ var base$6 = {
17124
17124
  },
17125
17125
  },
17126
17126
  controls: {
17127
- container: 'flex-row justify-end z-30 relative mb-4 gap-2 hidden',
17127
+ container: 'flex-row justify-end z-20 relative mb-4 gap-2 hidden',
17128
17128
  content: 'my-2 flex flex-col',
17129
17129
  dropdown: {
17130
17130
  container: 'px-4 py-2 text-sm flex flex-row items-center font-medium group',
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "0.4.33",
10
+ "version": "0.4.34",
11
11
  "private": false,
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.esm.js",