ablok-components 0.1.55 → 0.1.56
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.
|
@@ -22152,7 +22152,7 @@ const Ik = { class: "carousel d-flex gap-2 align-items-center" }, Sk = ["onClick
|
|
|
22152
22152
|
return AA(), eA("div", Ik, [
|
|
22153
22153
|
t.navigation ? (AA(), eA("button", {
|
|
22154
22154
|
key: 0,
|
|
22155
|
-
class: "btn",
|
|
22155
|
+
class: "btn btn-link text-light",
|
|
22156
22156
|
type: "button",
|
|
22157
22157
|
onClick: ur(n, ["prevent", "stop"])
|
|
22158
22158
|
}, [
|
|
@@ -22178,7 +22178,7 @@ const Ik = { class: "carousel d-flex gap-2 align-items-center" }, Sk = ["onClick
|
|
|
22178
22178
|
], 512),
|
|
22179
22179
|
t.navigation ? (AA(), eA("button", {
|
|
22180
22180
|
key: 1,
|
|
22181
|
-
class: "btn",
|
|
22181
|
+
class: "btn btn-link text-light",
|
|
22182
22182
|
type: "button",
|
|
22183
22183
|
onClick: ur(r, ["prevent", "stop"])
|
|
22184
22184
|
}, [
|