@equisoft/design-elements-react 9.9.7-snapshot.20260106155730 → 9.9.7-snapshot.20260108004559
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/bundle.js +25 -25
- package/dist/components/icon/icon.d.ts +5 -0
- package/package.json +7 -7
|
@@ -35,6 +35,7 @@ declare const iconMapping: {
|
|
|
35
35
|
readonly eye: any;
|
|
36
36
|
readonly eyeOff: any;
|
|
37
37
|
readonly files: any;
|
|
38
|
+
readonly fileText: any;
|
|
38
39
|
readonly graph: any;
|
|
39
40
|
readonly helpCircle: any;
|
|
40
41
|
readonly history: any;
|
|
@@ -42,6 +43,7 @@ declare const iconMapping: {
|
|
|
42
43
|
readonly info: any;
|
|
43
44
|
readonly link: any;
|
|
44
45
|
readonly lightbulb: any;
|
|
46
|
+
readonly list: any;
|
|
45
47
|
readonly lock: any;
|
|
46
48
|
readonly mail: any;
|
|
47
49
|
readonly mapPin: any;
|
|
@@ -53,6 +55,8 @@ declare const iconMapping: {
|
|
|
53
55
|
readonly moreVertical: any;
|
|
54
56
|
readonly organization: any;
|
|
55
57
|
readonly open: any;
|
|
58
|
+
readonly panelLeft: any;
|
|
59
|
+
readonly panelRight: any;
|
|
56
60
|
readonly phone: any;
|
|
57
61
|
readonly plusSign: any;
|
|
58
62
|
readonly reorder: any;
|
|
@@ -60,6 +64,7 @@ declare const iconMapping: {
|
|
|
60
64
|
readonly send: any;
|
|
61
65
|
readonly settings: any;
|
|
62
66
|
readonly share: any;
|
|
67
|
+
readonly shield: any;
|
|
63
68
|
readonly star: any;
|
|
64
69
|
readonly table: any;
|
|
65
70
|
readonly transfer: any;
|
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.20260108004559",
|
|
4
4
|
"description": "React implementation of the Equisoft design system.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "dist/bundle.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
|
60
60
|
"@stylistic/eslint-plugin": "5.6.1",
|
|
61
61
|
"@svgr/webpack": "8.1.0",
|
|
62
|
-
"@swc/core": "1.15.
|
|
62
|
+
"@swc/core": "1.15.8",
|
|
63
63
|
"@swc/jest": "0.2.39",
|
|
64
64
|
"@testing-library/dom": "10.4.1",
|
|
65
65
|
"@testing-library/jest-dom": "6.9.1",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@types/react-dom": "18.3.7",
|
|
73
73
|
"@types/react-modal": "3.16.3",
|
|
74
74
|
"@types/styled-components": "5.1.36",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
76
|
-
"@typescript-eslint/parser": "8.
|
|
75
|
+
"@typescript-eslint/eslint-plugin": "8.52.0",
|
|
76
|
+
"@typescript-eslint/parser": "8.52.0",
|
|
77
77
|
"cross-env": "10.1.0",
|
|
78
78
|
"css-loader": "7.1.2",
|
|
79
79
|
"eslint": "8.57.1",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"eslint-plugin-react": "7.37.5",
|
|
85
85
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
86
86
|
"expect": "30.2.0",
|
|
87
|
-
"i18next": "25.7.
|
|
87
|
+
"i18next": "25.7.4",
|
|
88
88
|
"jest": "30.2.0",
|
|
89
89
|
"jest-environment-jsdom": "30.2.0",
|
|
90
90
|
"jest-extended": "7.0.0",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"react": "18.3.1",
|
|
94
94
|
"react-docgen-typescript-plugin": "1.0.8",
|
|
95
95
|
"react-dom": "18.3.1",
|
|
96
|
-
"react-router-dom": "6.30.
|
|
97
|
-
"sass": "1.97.
|
|
96
|
+
"react-router-dom": "6.30.3",
|
|
97
|
+
"sass": "1.97.2",
|
|
98
98
|
"sass-loader": "16.0.6",
|
|
99
99
|
"style-loader": "4.0.0",
|
|
100
100
|
"styled-components": "5.3.11",
|