indicator-ui 1.1.71 → 1.1.73
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 -1
- package/dist/index.js +1 -0
- package/dist/indicator-ui.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31447,6 +31447,7 @@ function Rs(r) {
|
|
|
31447
31447
|
e,
|
|
31448
31448
|
{
|
|
31449
31449
|
...s,
|
|
31450
|
+
...e === "button" ? { type: "button" } : {},
|
|
31450
31451
|
onClick: o,
|
|
31451
31452
|
className: d
|
|
31452
31453
|
}
|