smoothly 1.0.0-alpha.125 → 1.0.0-alpha.126
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/cjs/smoothly-accordion_70.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-accordion_70.cjs.entry.js.map +1 -1
- package/dist/collection/components/calendar/generate.js +1 -1
- package/dist/collection/components/calendar/generate.js.map +1 -1
- package/dist/custom-elements/index.js +1 -1
- package/dist/custom-elements/index.js.map +1 -1
- package/dist/esm/smoothly-accordion_70.entry.js +1 -1
- package/dist/esm/smoothly-accordion_70.entry.js.map +1 -1
- package/dist/smoothly/p-76f856e1.entry.js +2 -0
- package/dist/smoothly/p-76f856e1.entry.js.map +1 -0
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
- package/dist/smoothly/p-70392f6f.entry.js +0 -2
- package/dist/smoothly/p-70392f6f.entry.js.map +0 -1
|
@@ -1605,7 +1605,7 @@ function month(date) {
|
|
|
1605
1605
|
const r = [];
|
|
1606
1606
|
for (let column = 0; column < 7; column++) {
|
|
1607
1607
|
const d = new Date(date);
|
|
1608
|
-
d.
|
|
1608
|
+
d.setUTCDate(day++);
|
|
1609
1609
|
r.push(getLanguage.Date.create(d));
|
|
1610
1610
|
}
|
|
1611
1611
|
if (row < 5 || getLanguage.Date.firstOfMonth(r[0]) == getLanguage.Date.firstOfMonth(date))
|