@equisoft/design-elements-react 9.9.7-snapshot.20260109214331 → 9.9.7-snapshot.20260113134626
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Accordion, type ItemsProps } from './accordion';
|
|
1
|
+
export { Accordion, type ItemsProps as AccordionItem } from './accordion';
|
|
2
2
|
export { accordionClasses, type AccordionClasses } from './accordion-classes';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equisoft/design-elements-react",
|
|
3
|
-
"version": "9.9.7-snapshot.
|
|
3
|
+
"version": "9.9.7-snapshot.20260113134626",
|
|
4
4
|
"description": "React implementation of the Equisoft design system.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "dist/bundle.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@equisoft/eslint-config-typescript-react": "6.0.2",
|
|
58
58
|
"@equisoft/typescript-config": "2.0.0",
|
|
59
59
|
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
|
60
|
-
"@stylistic/eslint-plugin": "5.
|
|
60
|
+
"@stylistic/eslint-plugin": "5.7.0",
|
|
61
61
|
"@svgr/webpack": "8.1.0",
|
|
62
62
|
"@swc/core": "1.15.8",
|
|
63
63
|
"@swc/jest": "0.2.39",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@testing-library/user-event": "14.6.1",
|
|
68
68
|
"@types/feather-icons": "4.29.4",
|
|
69
69
|
"@types/jest": "30.0.0",
|
|
70
|
-
"@types/lodash": "4.17.
|
|
70
|
+
"@types/lodash": "4.17.23",
|
|
71
71
|
"@types/react": "18.3.27",
|
|
72
72
|
"@types/react-dom": "18.3.7",
|
|
73
73
|
"@types/react-modal": "3.16.3",
|