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