@loczer/storefront-sdk 0.202.0 → 0.203.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/index.d.ts +2 -1
- package/dist/lib/storefrontImage.d.ts +2 -1
- package/dist/lib/storefrontImage.d.ts.map +1 -1
- package/dist/lib/storefrontImage.js +13 -7
- package/dist/pages/HomePage.d.ts.map +1 -1
- package/dist/pages/HomePage.js +227 -226
- package/dist/storefront.css +1 -1
- package/dist/ui/day-picker.js +1 -1
- package/package.json +1 -1
package/dist/ui/day-picker.js
CHANGED
|
@@ -29,7 +29,7 @@ function s({ className: a, classNames: s, components: c, showOutsideDays: l = !0
|
|
|
29
29
|
range_end: "day-range-end !bg-accent rounded-r-md [&:not(.day-range-start)]:!rounded-l-none [&>button]:bg-primary [&>button]:text-primary-foreground [&:not(.day-range-start)>button]:!rounded-l-none [&>button]:hover:bg-primary [&>button]:hover:text-primary-foreground",
|
|
30
30
|
range_middle: "aria-selected:bg-accent aria-selected:text-accent-foreground !rounded-none",
|
|
31
31
|
selected: "bg-primary text-primary-foreground hover:bg-primary hover:text-primary-foreground focus:bg-primary focus:text-primary-foreground",
|
|
32
|
-
today: "bg-
|
|
32
|
+
today: "bg-accent text-accent-foreground !rounded-md",
|
|
33
33
|
outside: "day-outside text-muted-foreground opacity-50 !aria-selected:bg-accent/50 !aria-selected:text-muted-foreground !aria-selected:opacity-30",
|
|
34
34
|
disabled: "text-muted-foreground opacity-50",
|
|
35
35
|
hidden: "invisible",
|