@aveonline/ui-react 2.8.0 → 2.8.1

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/ui-react.mjs CHANGED
@@ -34068,8 +34068,8 @@ const tae = () => {
34068
34068
  ((l, u) => {
34069
34069
  for (let c = l; c <= u; c++)
34070
34070
  t.push({ day: c, aux: c, month: i, year: a }), e.push(c);
34071
- })(r, Math.min(r + 14, o));
34072
- for (let l = 1; e.length < 16; l++) {
34071
+ })(r, Math.min(r + 15, o));
34072
+ for (let l = 1; e.length <= 15; l++) {
34073
34073
  const u = i + 1 > 11 ? 0 : i + 1, c = i + 1 > 11 ? a + 1 : a;
34074
34074
  t.push({
34075
34075
  day: l,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aveonline/ui-react",
3
3
  "description": "Home base for Aveonline design system - ecosystem react",
4
4
  "private": false,
5
- "version": "2.8.0",
5
+ "version": "2.8.1",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"