@npm_leadtech/legal-lib-components 4.1.10 → 4.1.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "4.1.10",
3
+ "version": "4.1.12",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,12 +30,8 @@
30
30
  "@gatsbyjs/reach-router": "^2.0.1",
31
31
  "@tippyjs/react": "^4.2.6",
32
32
  "classnames": "^2.5.1",
33
- "fs-extra": "^11.2.0",
34
33
  "gatsby-link": "^5.13.1",
35
34
  "gatsby-plugin-image": "^3.13.1",
36
- "husky": "^9.0.11",
37
- "lodash": "^4.17.21",
38
- "react-datepicker": "^7.3.0",
39
35
  "react-number-format": "^5.4.2",
40
36
  "react-select": "^5.8.1",
41
37
  "react-swipeable": "^7.0.1"
@@ -67,6 +63,7 @@
67
63
  "esbuild-css-modules-plugin": "^3.1.2",
68
64
  "esbuild-node-externals": "1.14.0",
69
65
  "esbuild-plugin-glob": "2.2.3",
66
+ "esbuild-plugin-svgr": "^2.1.0",
70
67
  "esbuild-sass-plugin": "^3.3.1",
71
68
  "eslint": "^8.57.0",
72
69
  "eslint-config-prettier": "^9.1.0",
@@ -80,15 +77,19 @@
80
77
  "eslint-plugin-react-hooks": "^4.6.2",
81
78
  "eslint-plugin-require-explicit-generics": "^1.0.0",
82
79
  "eslint-plugin-storybook": "^0.8.0",
80
+ "fs-extra": "^11.2.0",
81
+ "husky": "^9.1.6",
83
82
  "jest": "29.7.0",
84
83
  "jest-css-modules": "2.1.0",
85
84
  "jest-environment-jsdom": "29.7.0",
86
85
  "jest-junit": "16.0.0",
87
86
  "jest-sonar-reporter": "^2.0.0",
88
87
  "jest-svg-transformer": "^1.0.0",
88
+ "lodash": "^4.17.21",
89
89
  "node-fetch": "^3.3.2",
90
90
  "prettier": "^3.3.3",
91
91
  "react": "18.3.1",
92
+ "react-datepicker": "^7.4.0",
92
93
  "react-dom": "18.3.1",
93
94
  "react-test-renderer": "18.3.1",
94
95
  "rimraf": "^6.0.1",
@@ -108,7 +109,6 @@
108
109
  "gatsby-link": "^5.13.1",
109
110
  "gatsby-plugin-image": "^3.13.1",
110
111
  "react": "^18.3.1",
111
- "react-datepicker": "^7.3.0",
112
112
  "react-dom": "^18.3.1",
113
113
  "react-number-format": "^5.4.2",
114
114
  "react-select": "^5.8.1",
@@ -133,7 +133,7 @@
133
133
  "./ButtonIcon": "./dist/src/components/atoms/ButtonIcon/index.js",
134
134
  "./CardPane": "./dist/src/components/atoms/CardPane/index.js",
135
135
  "./Checkbox": "./dist/src/components/atoms/Checkbox/index.js",
136
- "./DatePickerCustom": "./dist/src/components/atoms/DatePickerCustom/index.js",
136
+ "./DatePickerCustom": "./dist/DatePickerCustom/index.js",
137
137
  "./DialogMenuIcon": "./dist/src/components/atoms/DialogMenuIcon/index.js",
138
138
  "./Disclaimer": "./dist/src/components/atoms/Disclaimer/index.js",
139
139
  "./DisclaimerRatafia": "./dist/src/components/atoms/DisclaimerRatafia/index.js",
@@ -182,6 +182,7 @@
182
182
  "./Video": "./dist/src/components/atoms/Video/index.js",
183
183
  "./WhyLawDistrictItems": "./dist/src/components/atoms/WhyLawDistrictItems/index.js",
184
184
  "./WideInfoBar": "./dist/src/components/atoms/WideInfoBar/index.js",
185
+ "./KeyFactRatafiaCard": "./dist/src/components/atoms/KeyFactRatafiaCard/index.js",
185
186
  "./AccordionItem": "./dist/src/components/molecules/AccordionItem/index.js",
186
187
  "./ActionButtonHeaderRatafiaCardList": "./dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/index.js",
187
188
  "./AlsoKnownAs": "./dist/src/components/molecules/AlsoKnownAs/index.js",