@npm_leadtech/legal-lib-components 7.34.0 → 7.36.0
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/src/components/organisms/HowWeHelp/HowWeHelpProps.types.d.ts +1 -1
- package/dist/src/components/organisms/HowWeHelp/HowWeHelpProps.types.ts +1 -1
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.d.ts +1 -1
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.ts +1 -1
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm_leadtech/legal-lib-components",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.36.0",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
"./ButtonIcon": "./dist/src/components/atoms/ButtonIcon/index.js",
|
|
141
141
|
"./CardBox": "./dist/src/components/atoms/CardBox/index.js",
|
|
142
142
|
"./CardPane": "./dist/src/components/atoms/CardPane/index.js",
|
|
143
|
+
"./CardStoryItem": "./dist/src/components/atoms/CardStoryItem/index.js",
|
|
143
144
|
"./Checkbox": "./dist/src/components/atoms/Checkbox/index.js",
|
|
144
145
|
"./DialogMenuIcon": "./dist/src/components/atoms/DialogMenuIcon/index.js",
|
|
145
146
|
"./Disclaimer": "./dist/src/components/atoms/Disclaimer/index.js",
|
|
@@ -297,6 +298,7 @@
|
|
|
297
298
|
"./JumbotronRatafiaSection": "./dist/src/components/sections/JumbotronRatafiaSection/index.js",
|
|
298
299
|
"./JumbotronSimplifiedSection": "./dist/src/components/sections/JumbotronSimplifiedSection/index.js",
|
|
299
300
|
"./CardBoxSection": "./dist/src/components/sections/CardBoxSection/index.js",
|
|
301
|
+
"./CardStorySection": "./dist/src/components/sections/CardStorySection/index.js",
|
|
300
302
|
"./LearnMoreSection": "./dist/src/components/sections/LearnMoreSection/index.js",
|
|
301
303
|
"./LegalSection": "./dist/src/components/sections/LegalSection/index.js",
|
|
302
304
|
"./MidBannerRatafiaSection": "./dist/src/components/sections/MidBannerRatafiaSection/index.js",
|