@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.
Files changed (64) hide show
  1. package/bundle/bundle.umd.js +1 -1
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
  4. package/bundle/data/StickyMobileData.d.ts +2 -2
  5. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js +61 -4
  6. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  7. package/dist/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
  8. package/dist/components/StickyBottomMenu/StickyBottomMenuItem.js +1 -4
  9. package/dist/components/StickyBottomMenu/StickyBottomMenuItem.js.map +1 -1
  10. package/dist/data/StickyMobileData.d.ts +2 -2
  11. package/lib/common.css +1 -1
  12. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js +61 -4
  13. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  14. package/lib/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
  15. package/lib/components/StickyBottomMenu/StickyBottomMenuItem.js +1 -4
  16. package/lib/components/StickyBottomMenu/StickyBottomMenuItem.js.map +1 -1
  17. package/lib/data/StickyMobileData.d.ts +2 -2
  18. package/mobile/bundle/bundle.umd.js +69 -18
  19. package/mobile/bundle/bundle.umd.min.js +1 -1
  20. package/mobile/bundle/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
  21. package/mobile/bundle/data/StickyMobileData.d.ts +2 -2
  22. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js +61 -4
  23. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  24. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
  25. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuItem.js +1 -4
  26. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuItem.js.map +1 -1
  27. package/mobile/dist/data/StickyMobileData.d.ts +2 -2
  28. package/mobile/lib/common.css +1 -1
  29. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js +61 -4
  30. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  31. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuItem.d.ts +2 -1
  32. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuItem.js +1 -4
  33. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuItem.js.map +1 -1
  34. package/mobile/lib/data/StickyMobileData.d.ts +2 -2
  35. package/mobile/src/components/BenefitsBlock/BenefitsBlock.example.json +2 -0
  36. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +2 -0
  37. package/mobile/src/components/ContactsBlock/ContactsBlock.example.json +1 -0
  38. package/mobile/src/components/ErrorBlock/ErrorBlock.example.json +2 -0
  39. package/mobile/src/components/ImgBlock/ImgBlock.example.json +2 -0
  40. package/mobile/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +2 -0
  41. package/mobile/src/components/ProductBlock/ProductBlock.example.json +4 -7
  42. package/mobile/src/components/RichTextBlock/RichTextBlock.example.json +2 -0
  43. package/mobile/src/components/StepsBlock/StepsBlock.example.json +1 -0
  44. package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.tsx +119 -11
  45. package/mobile/src/components/StickyBottomMenu/StickyBottomMenuItem.tsx +5 -10
  46. package/mobile/src/components/TextBlock/TextBlock.example.json +2 -0
  47. package/mobile/src/components/UnitBlock/UnitBlock.example.json +2 -0
  48. package/mobile/src/data/StickyMobileData.ts +2 -2
  49. package/package.json +1 -1
  50. package/src/components/BenefitsBlock/BenefitsBlock.example.json +2 -0
  51. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +2 -0
  52. package/src/components/ContactsBlock/ContactsBlock.example.json +1 -0
  53. package/src/components/ErrorBlock/ErrorBlock.example.json +2 -0
  54. package/src/components/ImgBlock/ImgBlock.example.json +2 -0
  55. package/src/components/InsuranceAmountBlock/InsuranceAmountBlock.example.json +2 -0
  56. package/src/components/ProductBlock/ProductBlock.example.json +4 -7
  57. package/src/components/RichTextBlock/RichTextBlock.example.json +2 -0
  58. package/src/components/StepsBlock/StepsBlock.example.json +1 -0
  59. package/src/components/StickyBottomMenu/StickyBottomMenu.fixture.mobile.tsx +2 -0
  60. package/src/components/StickyBottomMenu/StickyBottomMenu.mobile.tsx +119 -11
  61. package/src/components/StickyBottomMenu/StickyBottomMenuItem.tsx +5 -10
  62. package/src/components/TextBlock/TextBlock.example.json +2 -0
  63. package/src/components/UnitBlock/UnitBlock.example.json +2 -0
  64. package/src/data/StickyMobileData.ts +2 -2
@@ -6138,7 +6138,7 @@
6138
6138
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6139
6139
  });
6140
6140
 
6141
- const packageVersion = "0.14.252";
6141
+ const packageVersion = "0.14.254";
6142
6142
 
6143
6143
  exports.Blocks = Blocks;
6144
6144
  exports.ContentPage = ContentPage;