@ballistix.digital/react-components 8.5.4 → 8.5.5
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.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2263,6 +2263,7 @@ https://www.npmjs.com/package/react-tailwindcss-select
|
|
|
2263
2263
|
|
|
2264
2264
|
var $f32ee84b87891376$var$base = {
|
|
2265
2265
|
container: '',
|
|
2266
|
+
wrapperContainer: '',
|
|
2266
2267
|
body: 'relative rounded-md',
|
|
2267
2268
|
leading: 'pointer-events-none absolute inset-y-0 left-0 flex items-center',
|
|
2268
2269
|
input: 'block w-full flex border',
|
|
@@ -2391,7 +2392,7 @@ var $f3fccf014e1f10d5$var$SelectMenuForm = function(props) {
|
|
|
2391
2392
|
description: description
|
|
2392
2393
|
}),
|
|
2393
2394
|
(0, $iA2ta$reactjsxruntime.jsxs)("div", {
|
|
2394
|
-
className: styles.container,
|
|
2395
|
+
className: (0, $622cd2936b18c771$export$4370d69198e9314a)(styles.container, styles.wrapperContainer),
|
|
2395
2396
|
children: [
|
|
2396
2397
|
(0, $iA2ta$reactjsxruntime.jsx)("div", {
|
|
2397
2398
|
"data-cy": selectDataCy,
|