@redneckz/wildless-cms-uni-blocks 0.14.253 → 0.14.255
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/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
- package/bundle/data/StickyMobileData.d.ts +2 -2
- package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js +61 -4
- package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
- package/dist/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
- package/dist/components/StickyBottomMenu/StickyBottomMenuItem.js +1 -4
- package/dist/components/StickyBottomMenu/StickyBottomMenuItem.js.map +1 -1
- package/dist/data/StickyMobileData.d.ts +2 -2
- package/lib/common.css +1 -1
- package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js +61 -4
- package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
- package/lib/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
- package/lib/components/StickyBottomMenu/StickyBottomMenuItem.js +1 -4
- package/lib/components/StickyBottomMenu/StickyBottomMenuItem.js.map +1 -1
- package/lib/data/StickyMobileData.d.ts +2 -2
- package/mobile/bundle/bundle.umd.js +69 -18
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
- package/mobile/bundle/data/StickyMobileData.d.ts +2 -2
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js +61 -4
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuItem.js +1 -4
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuItem.js.map +1 -1
- package/mobile/dist/data/StickyMobileData.d.ts +2 -2
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js +61 -4
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuItem.js +1 -4
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuItem.js.map +1 -1
- package/mobile/lib/data/StickyMobileData.d.ts +2 -2
- package/mobile/src/components/BenefitsBlock/BenefitsBlock.example.json +2 -0
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +2 -0
- package/mobile/src/components/ContactsBlock/ContactsBlock.example.json +1 -0
- package/mobile/src/components/ErrorBlock/ErrorBlock.example.json +2 -0
- package/mobile/src/components/ImgBlock/ImgBlock.example.json +2 -0
- package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +2 -0
- package/mobile/src/components/ProductBlock/ProductBlock.example.json +4 -7
- package/mobile/src/components/RichTextBlock/RichTextBlock.example.json +2 -0
- package/mobile/src/components/StepsBlock/StepsBlock.example.json +1 -0
- package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.tsx +119 -11
- package/mobile/src/components/StickyBottomMenu/StickyBottomMenuItem.tsx +5 -10
- package/mobile/src/components/TextBlock/TextBlock.example.json +2 -0
- package/mobile/src/components/UnitBlock/UnitBlock.example.json +2 -0
- package/mobile/src/data/StickyMobileData.ts +2 -2
- package/package.json +1 -1
- package/src/components/BenefitsBlock/BenefitsBlock.example.json +2 -0
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +2 -0
- package/src/components/ContactsBlock/ContactsBlock.example.json +1 -0
- package/src/components/ErrorBlock/ErrorBlock.example.json +2 -0
- package/src/components/ImgBlock/ImgBlock.example.json +2 -0
- package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +2 -0
- package/src/components/ProductBlock/ProductBlock.example.json +4 -7
- package/src/components/RichTextBlock/RichTextBlock.example.json +2 -0
- package/src/components/StepsBlock/StepsBlock.example.json +1 -0
- package/src/components/StickyBottomMenu/StickyBottomMenu.fixture.mobile.tsx +2 -0
- package/src/components/StickyBottomMenu/StickyBottomMenu.mobile.tsx +119 -11
- package/src/components/StickyBottomMenu/StickyBottomMenuItem.tsx +5 -10
- package/src/components/TextBlock/TextBlock.example.json +2 -0
- package/src/components/UnitBlock/UnitBlock.example.json +2 -0
- package/src/data/StickyMobileData.ts +2 -2
package/bundle/bundle.umd.js
CHANGED