@yuno-payments/dashboard-design-system 0.0.175 → 0.0.176
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.
|
@@ -20,7 +20,7 @@ interface TooltipProps extends ShadcnTooltipRootProps {
|
|
|
20
20
|
/**
|
|
21
21
|
* Additional props for the tooltip provider
|
|
22
22
|
*/
|
|
23
|
-
providerProps?: TooltipProviderProps
|
|
23
|
+
providerProps?: Partial<TooltipProviderProps>;
|
|
24
24
|
/**
|
|
25
25
|
* Additional props for the tooltip trigger
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuno-payments/dashboard-design-system",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.176",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@chromatic-com/storybook": "^4.1.1",
|
|
74
74
|
"@eslint/js": "^9.33.0",
|
|
75
|
-
"@storybook/addon-a11y": "^9.1.
|
|
76
|
-
"@storybook/addon-docs": "^9.1.
|
|
77
|
-
"@storybook/addon-onboarding": "^9.1.
|
|
78
|
-
"@storybook/addon-vitest": "^9.1.
|
|
79
|
-
"@storybook/react-vite": "^9.1.
|
|
75
|
+
"@storybook/addon-a11y": "^9.1.17",
|
|
76
|
+
"@storybook/addon-docs": "^9.1.17",
|
|
77
|
+
"@storybook/addon-onboarding": "^9.1.17",
|
|
78
|
+
"@storybook/addon-vitest": "^9.1.17",
|
|
79
|
+
"@storybook/react-vite": "^9.1.17",
|
|
80
80
|
"@tailwindcss/vite": "^4.1.12",
|
|
81
81
|
"@testing-library/jest-dom": "^6.8.0",
|
|
82
82
|
"@testing-library/react": "^13.4.0",
|
|
@@ -90,13 +90,13 @@
|
|
|
90
90
|
"eslint": "^9.33.0",
|
|
91
91
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
92
92
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
93
|
-
"eslint-plugin-storybook": "^9.1.
|
|
93
|
+
"eslint-plugin-storybook": "^9.1.17",
|
|
94
94
|
"globals": "^16.3.0",
|
|
95
95
|
"jsdom": "^26.1.0",
|
|
96
96
|
"playwright": "^1.55.0",
|
|
97
97
|
"react": "^18.2.0",
|
|
98
98
|
"react-dom": "^18.2.0",
|
|
99
|
-
"storybook": "^9.1.
|
|
99
|
+
"storybook": "^9.1.17",
|
|
100
100
|
"tailwindcss": "^4.1.12",
|
|
101
101
|
"tw-animate-css": "^1.3.7",
|
|
102
102
|
"typescript": "~5.8.3",
|