beeple-toolkit 1.0.26 → 1.0.27

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.
@@ -31,7 +31,7 @@ export interface DayGroup {
31
31
  day?: CalendarDay;
32
32
  }
33
33
  /**
34
- * Groups calendar days into 5 rows × 7 columns with range highlighting
34
+ * Groups calendar days into rows of 7 (4–6 rows depending on the month) with range highlighting
35
35
  * @param calendarDays - Array of calendar days
36
36
  * @returns Grouped days organized by weeks with range groups
37
37
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beeple-toolkit",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Vue 3 component library beeple-toolkit",
5
5
  "keywords": [
6
6
  "vue",