@code-coaching/vuetiful 0.32.0 → 0.36.0
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/vuetiful.es.mjs +2 -2
- package/dist/vuetiful.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/vuetiful.es.mjs
CHANGED
|
@@ -3807,7 +3807,7 @@ const ov = /* @__PURE__ */ G({
|
|
|
3807
3807
|
], 2)
|
|
3808
3808
|
], 42, Kp));
|
|
3809
3809
|
}
|
|
3810
|
-
}), em = { class: "vuetiful-theme-switcher" }, tm = { class: "flex items-center justify-between" }, rm = /* @__PURE__ */ w("div", { class: "text-lg" }, "Mode", -1), am = "
|
|
3810
|
+
}), em = { class: "vuetiful-theme-switcher" }, tm = { class: "flex items-center justify-between" }, rm = /* @__PURE__ */ w("div", { class: "text-lg" }, "Mode", -1), am = "relative z-10 mt-1 w-60 space-y-4 rounded-container p-4 shadow-xl bg-surface-200-800 text-surface-950-50", nm = "", om = "p-2 text-center capitalize hover:cursor-pointer", im = "bg-surface-800-200 text-surface-50-950", iv = /* @__PURE__ */ G({
|
|
3811
3811
|
__name: "VThemeSwitch",
|
|
3812
3812
|
props: {
|
|
3813
3813
|
class: { default: "" },
|
|
@@ -5876,7 +5876,7 @@ const mm = (t = "vuetiful") => `${t}-${pm++}`, Em = "px-4 py-1 text-center text-
|
|
|
5876
5876
|
classSwatch: {},
|
|
5877
5877
|
hideMobileToggle: { type: Boolean },
|
|
5878
5878
|
hideSwatches: { type: Boolean },
|
|
5879
|
-
background: { default: "
|
|
5879
|
+
background: { default: "neutral" }
|
|
5880
5880
|
},
|
|
5881
5881
|
setup(t) {
|
|
5882
5882
|
const e = {
|