@npm_leadtech/legal-lib-components 5.58.2 → 5.58.3
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 +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm_leadtech/legal-lib-components",
|
|
3
|
-
"version": "5.58.
|
|
3
|
+
"version": "5.58.3",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -166,7 +166,12 @@
|
|
|
166
166
|
"./PopularDocsItem": "./dist/src/components/atoms/PopularDocsItem/index.js",
|
|
167
167
|
"./ProgressBar": "./dist/src/components/atoms/ProgressBar/index.js",
|
|
168
168
|
"./Radio": "./dist/src/components/atoms/Radio/index.js",
|
|
169
|
+
"./RatafiaSubscriptionCard": "./dist/src/components/molecules/RatafiaSubscriptionCard/index.js",
|
|
169
170
|
"./RatafiaLandingIcon": "./dist/src/components/atoms/RatafiaLandingIcon/index.js",
|
|
171
|
+
"./RatafiaLoadingResultContent": "./dist/src/components/organisms/RatafiaLoadingResultContent/index.js",
|
|
172
|
+
"./RatafiaResultCard": "./dist/src/components/atoms/RatafiaResultCard/index.js",
|
|
173
|
+
"./RatafiaResultContent": "./dist/src/components/organisms/RatafiaResultContent/index.js",
|
|
174
|
+
"./RatafiaResultPage": "./dist/src/components/pages/RatafiaResultPage/index.js",
|
|
170
175
|
"./RemoveButton": "./dist/src/components/atoms/RemoveButton/index.js",
|
|
171
176
|
"./ReviewKeyFactsResultRatafia": "./dist/src/components/atoms/ReviewKeyFactsResultRatafia/index.js",
|
|
172
177
|
"./RichTextInner": "./dist/src/components/atoms/RichTextInner/index.js",
|
|
@@ -224,7 +229,6 @@
|
|
|
224
229
|
"./PhoneContactBoxMobile": "./dist/src/components/molecules/PhoneContactBoxMobile/index.js",
|
|
225
230
|
"./PopularDocs": "./dist/src/components/molecules/PopularDocs/index.js",
|
|
226
231
|
"./PricingCard": "./dist/src/components/molecules/PricingCard/index.js",
|
|
227
|
-
"./RatafiaSubscriptionCard": "./dist/src/components/molecules/RatafiaSubscriptionCard/index.js",
|
|
228
232
|
"./Snackbar": "./dist/src/components/molecules/Snackbar/index.js",
|
|
229
233
|
"./StepGetForm": "./dist/src/components/molecules/StepGetForm/index.js",
|
|
230
234
|
"./StepRatafiaCardList": "./dist/src/components/molecules/StepRatafiaCardList/index.js",
|