@spesia/ui 1.10.3 → 1.10.5
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/_virtual/index.js +5 -2
- package/dist/_virtual/index2.js +4 -0
- package/dist/_virtual/lottie.js +7 -0
- package/dist/_virtual/lottie2.js +4 -0
- package/dist/client.d.ts +4 -0
- package/dist/client.js +14 -10
- package/dist/components/LogoAnimation/LogoAnimation.d.ts +10 -0
- package/dist/components/LogoAnimation/LogoAnimation.js +56 -0
- package/dist/components/LogoAnimation/logo-animation.json.d.ts +240 -0
- package/dist/components/LogoAnimation/logo-animation.json.js +27 -0
- package/dist/components/LogoSpinner/LogoSpinner.d.ts +8 -0
- package/dist/components/LogoSpinner/LogoSpinner.js +34 -0
- package/dist/components/LogoSpinner/logo-spinner-scale.json.d.ts +399 -0
- package/dist/components/LogoSpinner/logo-spinner-scale.json.js +27 -0
- package/dist/components/chip-list/ChipList.js +1 -2
- package/dist/components/date-picker/DatePicker/DatePicker.js +13 -14
- package/dist/components/date-picker/PeriodPicker/PeriodPicker.js +1 -2
- package/dist/components/date-picker/utils.js +16 -16
- package/dist/components/filters/FilterList.js +12 -13
- package/dist/components/trending-chip/TrendingChip.js +7 -8
- package/dist/helpers/suitCx.js +1 -1
- package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js +33 -33
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/format/formatters.js +68 -0
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constructFrom.js +1 -2
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/differenceInCalendarDays.js +2 -3
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/format.js +0 -1
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/getDayOfYear.js +3 -4
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/getISOWeek.js +4 -5
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/getISOWeekYear.js +0 -1
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/getWeek.js +5 -6
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/getWeekYear.js +0 -1
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isDate.js +0 -1
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isSameDay.js +8 -9
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isSameMonth.js +5 -6
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isSameYear.js +6 -7
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isValid.js +4 -5
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US.js +8 -9
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfDay.js +4 -5
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfISOWeek.js +2 -3
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfISOWeekYear.js +5 -6
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfWeek.js +7 -8
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfWeekYear.js +4 -5
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfYear.js +0 -1
- package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/toDate.js +3 -4
- package/dist/node_modules/.pnpm/lottie-react@2.4.1_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/lottie-react/build/index.es.js +370 -0
- package/dist/node_modules/.pnpm/lottie-web@5.13.0/node_modules/lottie-web/build/player/lottie.js +7665 -0
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.10.
|
|
6
|
+
"version": "1.10.5",
|
|
7
7
|
"description": "The Spesia UI toolkit for React",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"@storybook/test-runner": "^0.24.2",
|
|
43
43
|
"@types/lodash": "^4.17.16",
|
|
44
44
|
"@types/react": "^19.0.10",
|
|
45
|
-
"@vitest/browser": "^
|
|
45
|
+
"@vitest/browser": "^4.0.0",
|
|
46
46
|
"@vitest/browser-playwright": "^4.0.17",
|
|
47
|
-
"@vitest/coverage-v8": "^
|
|
47
|
+
"@vitest/coverage-v8": "^4.0.0",
|
|
48
48
|
"eslint": "^9.23.0",
|
|
49
49
|
"eslint-config-next": "^15.2.2",
|
|
50
50
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -57,13 +57,14 @@
|
|
|
57
57
|
"sass": "^1.85.1",
|
|
58
58
|
"storybook": "^10.1.11",
|
|
59
59
|
"typescript": "5.5.3",
|
|
60
|
-
"vite": "
|
|
60
|
+
"vite": "^6.0.0",
|
|
61
61
|
"vite-plugin-dts": "^4.5.3",
|
|
62
|
-
"vitest": "^
|
|
62
|
+
"vitest": "^4.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"classnames": "^2.5.1",
|
|
66
66
|
"date-fns": "^4.1.0",
|
|
67
|
+
"lottie-react": "^2.4.1",
|
|
67
68
|
"lucide-react": "^0.563.0",
|
|
68
69
|
"vite-plugin-svgr": "^4.5.0"
|
|
69
70
|
},
|