@designcrowd/library.brand-page 6.0.15 → 6.0.16

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 (63) hide show
  1. package/lib/src/{CreatedOnBrandCrowd-de-de-NigWLJ0X.js → CreatedOnBrandCrowd-de-de-QP8vMxvh.js} +1 -1
  2. package/lib/src/{CreatedOnBrandCrowd-en-us-XH20r8-U.js → CreatedOnBrandCrowd-en-us-B527kdQs.js} +1 -1
  3. package/lib/src/{CreatedOnBrandCrowd-es-es-C3gWj2WK.js → CreatedOnBrandCrowd-es-es-quAczKTS.js} +1 -1
  4. package/lib/src/{CreatedOnBrandCrowd-fr-fr-dIQB4uNK.js → CreatedOnBrandCrowd-fr-ca-B0A8wewN.js} +1 -1
  5. package/lib/src/{CreatedOnBrandCrowd-fr-ca-dIQB4uNK.js → CreatedOnBrandCrowd-fr-fr-B0A8wewN.js} +1 -1
  6. package/lib/src/{CreatedOnBrandCrowd-pt-pt-BT_T8yh8.js → CreatedOnBrandCrowd-pt-br-BsKk1W3M.js} +1 -1
  7. package/lib/src/{CreatedOnBrandCrowd-pt-br-BT_T8yh8.js → CreatedOnBrandCrowd-pt-pt-BsKk1W3M.js} +1 -1
  8. package/lib/src/{CreatedOnDcom-de-de-De__zZDv.js → CreatedOnDcom-de-de-DT-1HnEc.js} +1 -1
  9. package/lib/src/{CreatedOnDcom-en-us-hdp83p6i.js → CreatedOnDcom-en-us-on3DIzpS.js} +1 -1
  10. package/lib/src/{CreatedOnDcom-es-es-CqYvZBCH.js → CreatedOnDcom-es-es-DpOh7Vt9.js} +1 -1
  11. package/lib/src/{CreatedOnDcom-fr-ca-Dv7SmQJr.js → CreatedOnDcom-fr-ca-DfGGDCeZ.js} +1 -1
  12. package/lib/src/{CreatedOnDcom-fr-fr-CBpV3x-_.js → CreatedOnDcom-fr-fr-DubzmqD6.js} +1 -1
  13. package/lib/src/{CreatedOnDcom-pt-br-BDBFpQ1l.js → CreatedOnDcom-pt-br-exgrytG3.js} +1 -1
  14. package/lib/src/{CreatedOnDcom-pt-pt-CagUAArG.js → CreatedOnDcom-pt-pt-LrMFAaeB.js} +1 -1
  15. package/lib/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.mixin.d.ts +1 -0
  16. package/lib/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.mixin.js +5 -0
  17. package/lib/src/brand-page-maker/components/quick-link-bar/QuickLinkBar.mixin.d.ts +1 -1
  18. package/lib/src/brand-page-maker/components/quick-link-bar/QuickLinkBar.mixin.js +4 -6
  19. package/lib/src/brand-page-maker/composables/useQuickLinkBarVisibility.d.ts +17 -0
  20. package/lib/src/brand-page-maker/composables/useQuickLinkBarVisibility.js +23 -0
  21. package/lib/src/{bundled-translations-Cbaxd_x-.js → bundled-translations-2HkRBbBD.js} +1 -1
  22. package/lib/src/{bundled-translations.de-DE-CIxaSVA1.js → bundled-translations.de-DE-DmmZFmGP.js} +1 -1
  23. package/lib/src/{bundled-translations.es-ES-hutUJbuX.js → bundled-translations.es-ES-D7JmTUKc.js} +1 -1
  24. package/lib/src/{bundled-translations.fr-CA-kIF8Q7px.js → bundled-translations.fr-CA-LANZnNuX.js} +1 -1
  25. package/lib/src/{bundled-translations.fr-FR-CE3XDUTn.js → bundled-translations.fr-FR-BQybH6dF.js} +1 -1
  26. package/lib/src/{bundled-translations.pt-BR-BEhfMyNa.js → bundled-translations.pt-BR-DRAIsAdg.js} +1 -1
  27. package/lib/src/{bundled-translations.pt-PT-BBd3nlQc.js → bundled-translations.pt-PT-CEqBjj6N.js} +1 -1
  28. package/lib/src/bundles/bundled-translations.de-DE.json +2 -2
  29. package/lib/src/bundles/bundled-translations.es-ES.json +2 -2
  30. package/lib/src/bundles/bundled-translations.fr-CA.json +2 -2
  31. package/lib/src/bundles/bundled-translations.fr-FR.json +2 -2
  32. package/lib/src/bundles/bundled-translations.json +2 -2
  33. package/lib/src/bundles/bundled-translations.pt-BR.json +2 -2
  34. package/lib/src/bundles/bundled-translations.pt-PT.json +2 -2
  35. package/lib/src/css/library.brand-page-brandCrowd.min.css +16 -19
  36. package/lib/src/css/library.brand-page-brandPage.min.css +16 -19
  37. package/lib/src/css/library.brand-page-designCom.min.css +16 -19
  38. package/lib/src/css/library.brand-page-preview.min.css +16 -19
  39. package/lib/src/index.mjs +1 -1
  40. package/lib/src/{lib-01eP2NjY.js → lib-CC4tgn32.js} +10330 -10321
  41. package/package.json +1 -1
  42. package/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.mixin.ts +5 -0
  43. package/src/brand-page-maker/components/brand-page-maker/BrandPageMaker.vue +2 -2
  44. package/src/brand-page-maker/components/device/Device.vue +0 -1
  45. package/src/brand-page-maker/components/quick-link-bar/QuickLinkBar.mixin.ts +4 -7
  46. package/src/brand-page-maker/composables/useQuickLinkBarVisibility.test.ts +81 -0
  47. package/src/brand-page-maker/composables/useQuickLinkBarVisibility.ts +25 -0
  48. package/src/bundles/bundled-translations.de-DE.json +2 -2
  49. package/src/bundles/bundled-translations.es-ES.json +2 -2
  50. package/src/bundles/bundled-translations.fr-CA.json +2 -2
  51. package/src/bundles/bundled-translations.fr-FR.json +2 -2
  52. package/src/bundles/bundled-translations.json +2 -2
  53. package/src/bundles/bundled-translations.pt-BR.json +2 -2
  54. package/src/bundles/bundled-translations.pt-PT.json +2 -2
  55. package/src/shared/content-settings/components/content-settings/i18n/content-settings.de-DE.json +2 -2
  56. package/src/shared/content-settings/components/content-settings/i18n/content-settings.es-ES.json +2 -2
  57. package/src/shared/content-settings/components/content-settings/i18n/content-settings.fr-CA.json +2 -2
  58. package/src/shared/content-settings/components/content-settings/i18n/content-settings.fr-FR.json +2 -2
  59. package/src/shared/content-settings/components/content-settings/i18n/content-settings.json +2 -2
  60. package/src/shared/content-settings/components/content-settings/i18n/content-settings.pt-BR.json +2 -2
  61. package/src/shared/content-settings/components/content-settings/i18n/content-settings.pt-PT.json +2 -2
  62. package/src/shared/page-settings/components/page-settings/PageElement.vue +1 -0
  63. package/src/shared/page-settings/components/page-settings/PageSettingMenu.vue +4 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.