vueless 0.0.527 → 0.0.529

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.527",
3
+ "version": "0.0.529",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -459,7 +459,7 @@ function shiftRangePrev(to: Date, from: Date, daysDifference: number) {
459
459
 
460
460
  localValue.value = {
461
461
  from: previousDate.startRange,
462
- to: previousDate.startRange,
462
+ to: previousDate.endRange,
463
463
  };
464
464
  } else {
465
465
  const reverseDatesList = [...periodDateList.value].reverse();
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.527",
4
+ "version": "0.0.529",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",