@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/extra.js +3 -0
- package/dist/extra.js.map +1 -1
- package/dist/extra.mjs +3 -0
- package/dist/extra.mjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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,
|