@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/.ready
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at 2026-
|
|
1
|
+
Built at 2026-04-10T18:57:04.744Z
|
package/dist/BuildForm.js
CHANGED
|
@@ -304,7 +304,7 @@ var Card = function Card(_ref) {
|
|
|
304
304
|
size: 16
|
|
305
305
|
}), /*#__PURE__*/jsxs("div", {
|
|
306
306
|
"data-testid": "neeto-form-engine-".concat(slugify(questionLabel)),
|
|
307
|
-
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", {
|
|
307
|
+
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", {
|
|
308
308
|
"neeto-ui-border-primary-500 neeto-form-nano-form__card--active": isActive
|
|
309
309
|
}),
|
|
310
310
|
onClick: function onClick() {
|