@ballistix.digital/react-components 0.4.32 → 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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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-
|
|
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-
|
|
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',
|