@opensite/ui 2.2.1 → 2.2.2
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/contact-card.cjs +15 -29
- package/dist/contact-card.js +15 -29
- package/dist/contact-dark.cjs +15 -29
- package/dist/contact-dark.js +15 -29
- package/dist/contact-emergency.cjs +16 -30
- package/dist/contact-emergency.js +17 -31
- package/dist/contact-faq.cjs +22 -35
- package/dist/contact-faq.js +18 -34
- package/dist/contact-image.cjs +20 -34
- package/dist/contact-image.js +20 -34
- package/dist/contact-vendor.cjs +8 -44
- package/dist/contact-vendor.js +6 -27
- package/dist/hero-image-slider.cjs +15 -30
- package/dist/hero-image-slider.js +15 -30
- package/dist/hero-newsletter-minimal.cjs +17 -34
- package/dist/hero-newsletter-minimal.js +17 -34
- package/dist/registry.cjs +1773 -1896
- package/dist/registry.js +531 -654
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensite/ui",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -3389,7 +3389,7 @@
|
|
|
3389
3389
|
},
|
|
3390
3390
|
"dependencies": {
|
|
3391
3391
|
"@opensite/hooks": "2.0.8",
|
|
3392
|
-
"@page-speed/forms": "0.6.
|
|
3392
|
+
"@page-speed/forms": "0.6.8",
|
|
3393
3393
|
"@page-speed/icon": "^0.1.0",
|
|
3394
3394
|
"@page-speed/img": "0.4.5",
|
|
3395
3395
|
"@page-speed/lightbox": "0.2.1",
|