@point-hub/papp 0.0.122 → 0.0.124
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.css +1 -1
- package/dist/index.js +2 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +17 -17
package/dist/index.js
CHANGED
|
@@ -3200,8 +3200,9 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ _({
|
|
|
3200
3200
|
f(m) ? (A(), X(v, {
|
|
3201
3201
|
key: 0,
|
|
3202
3202
|
type: "button",
|
|
3203
|
-
size: "
|
|
3203
|
+
size: "sm",
|
|
3204
3204
|
variant: "text",
|
|
3205
|
+
shape: "rounded",
|
|
3205
3206
|
onClick: (b) => i(m),
|
|
3206
3207
|
class: q({
|
|
3207
3208
|
"bg-primary text-white!": m === a.value
|