sprintify-ui 0.8.33 → 0.8.34
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/sprintify-ui.es.js
CHANGED
|
@@ -24095,7 +24095,7 @@ const rR = { class: "grow" }, iR = {
|
|
|
24095
24095
|
key: 3,
|
|
24096
24096
|
as: "button",
|
|
24097
24097
|
type: "button",
|
|
24098
|
-
class: "block",
|
|
24098
|
+
class: "block w-full",
|
|
24099
24099
|
onClick: (f) => c.disabled ? !1 : c.action()
|
|
24100
24100
|
}, {
|
|
24101
24101
|
default: he(({ active: f }) => [
|
package/package.json
CHANGED