sm-click-library-ui 0.0.57 → 0.0.59
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,16 +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:
|
|
10388
|
-
|
|
10389
|
-
"rounded-tr": b === g(l).length - 1
|
|
10390
|
-
}, "day-name"])
|
|
10391
|
-
}, Re($), 3))), 128)),
|
|
10387
|
+
class: "day-name bg-base-200 border border-base-100"
|
|
10388
|
+
}, Re($), 1))), 128)),
|
|
10392
10389
|
(k(!0), S(xe, null, $e(d.value, ($, b) => (k(), S("div", {
|
|
10393
10390
|
key: $.date,
|
|
10394
10391
|
class: ge([{
|
|
10395
10392
|
"rounded-br": b === d.value.length - 1
|
|
10396
|
-
}, "day"])
|
|
10393
|
+
}, "day bg-base-300 hover:bg-base-200 border border-base-200"])
|
|
10397
10394
|
}, [
|
|
10398
10395
|
B("div", sp, Re($.date.getDate()), 1),
|
|
10399
10396
|
B("footer", ip, [
|