@amirjalili1374/ui-kit 1.5.75 → 1.5.77
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/style.css +1 -1
- package/dist/ui-kit.cjs.js +1 -1
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +1 -1
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
package/dist/ui-kit.es.js
CHANGED
|
@@ -20028,7 +20028,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
20028
20028
|
}, [
|
|
20029
20029
|
!action.condition || action.condition(item) ? (openBlock(), createBlock(VBtn, {
|
|
20030
20030
|
key: 0,
|
|
20031
|
-
color: "
|
|
20031
|
+
color: "primary",
|
|
20032
20032
|
size: "small",
|
|
20033
20033
|
class: "mr-2",
|
|
20034
20034
|
onClick: ($event) => openCustomActionDialog(action, item)
|