@timeax/form-palette 0.0.36 → 0.0.37

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.mjs CHANGED
@@ -27078,6 +27078,7 @@ function InputField(props) {
27078
27078
  description,
27079
27079
  helpText,
27080
27080
  errorText,
27081
+ autoOff,
27081
27082
  // Container + tags
27082
27083
  contain,
27083
27084
  tags,
@@ -27327,6 +27328,7 @@ function InputField(props) {
27327
27328
  Variant,
27328
27329
  {
27329
27330
  ...rest,
27331
+ name: autoOff ? void 0 : name,
27330
27332
  id: key,
27331
27333
  ref,
27332
27334
  value,
@@ -27514,6 +27516,7 @@ function InputField(props) {
27514
27516
  Variant,
27515
27517
  {
27516
27518
  ...rest,
27519
+ name: autoOff ? void 0 : name,
27517
27520
  id: key,
27518
27521
  ref,
27519
27522
  value,