@bigbinary/neeto-form-frontend 4.4.13 → 4.4.14
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/.ready +1 -1
- package/dist/BuildForm.js +1 -1
- package/dist/BuildForm.js.map +1 -1
- package/dist/cjs/BuildForm.js +1 -1
- package/dist/cjs/BuildForm.js.map +1 -1
- package/package.json +16 -16
package/dist/cjs/BuildForm.js
CHANGED
|
@@ -325,7 +325,7 @@ var Card = function Card(_ref) {
|
|
|
325
325
|
size: 16
|
|
326
326
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
327
327
|
"data-testid": "neeto-form-engine-".concat(neetoCist.slugify(questionLabel)),
|
|
328
|
-
className: classnames("neeto-ui-rounded neeto-ui-border-gray-300 neeto-ui-bg-white neeto-form-nano-form__card flex h-10 grow items-center justify-between gap-1 border p-2", {
|
|
328
|
+
className: classnames("neeto-ui-rounded neeto-ui-border-gray-300 neeto-ui-bg-white neeto-form-nano-form__card flex h-10 grow items-center justify-between gap-1 border p-2 overflow-hidden", {
|
|
329
329
|
"neeto-ui-border-primary-500 neeto-form-nano-form__card--active": isActive
|
|
330
330
|
}),
|
|
331
331
|
onClick: function onClick() {
|