@julseb-lib/react 1.1.31 → 1.1.32
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.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -67689,6 +67689,7 @@ var Form = ({
|
|
|
67689
67689
|
type: buttonSecondary.type ?? "button",
|
|
67690
67690
|
variant: "transparent",
|
|
67691
67691
|
className: "form-button",
|
|
67692
|
+
isLoading,
|
|
67692
67693
|
children: buttonSecondary.content
|
|
67693
67694
|
}
|
|
67694
67695
|
)
|