sm-click-library-ui 0.0.58 → 0.0.60
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.
|
@@ -10262,7 +10262,7 @@ const I0 = ({
|
|
|
10262
10262
|
Object.entries(J0).forEach(([e, a]) => {
|
|
10263
10263
|
e !== "default" && (gr[e] = a);
|
|
10264
10264
|
});
|
|
10265
|
-
const ep = { class: "calendar-container" }, tp = { class: "calendar-header" }, ap = /* @__PURE__ */ B("svg", {
|
|
10265
|
+
const ep = { class: "calendar-container" }, tp = { class: "calendar-header bg-base-300" }, ap = /* @__PURE__ */ B("svg", {
|
|
10266
10266
|
class: "icon",
|
|
10267
10267
|
"aria-hidden": "true",
|
|
10268
10268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -10384,13 +10384,13 @@ const ep = { class: "calendar-container" }, tp = { class: "calendar-header" }, a
|
|
|
10384
10384
|
B("div", lp, [
|
|
10385
10385
|
(k(!0), S(xe, null, $e(g(l), ($, b) => (k(), S("div", {
|
|
10386
10386
|
key: b,
|
|
10387
|
-
class: "day-name"
|
|
10387
|
+
class: "day-name bg-base-200 border border-base-100"
|
|
10388
10388
|
}, Re($), 1))), 128)),
|
|
10389
10389
|
(k(!0), S(xe, null, $e(d.value, ($, b) => (k(), S("div", {
|
|
10390
10390
|
key: $.date,
|
|
10391
10391
|
class: ge([{
|
|
10392
10392
|
"rounded-br": b === d.value.length - 1
|
|
10393
|
-
}, "day"])
|
|
10393
|
+
}, "day bg-base-300 hover:bg-base-200 border border-base-200"])
|
|
10394
10394
|
}, [
|
|
10395
10395
|
B("div", sp, Re($.date.getDate()), 1),
|
|
10396
10396
|
B("footer", ip, [
|