@bcc-code/component-library-vue 0.0.0-dev.f3f88c3 → 0.0.0-dev.f41f3d5

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 (40) hide show
  1. package/README.md +33 -35
  2. package/dist/archivo-font/archivo-v25-latin-500.woff2 +0 -0
  3. package/dist/archivo-font/archivo-v25-latin-600.woff2 +0 -0
  4. package/dist/archivo-font/archivo-v25-latin-600italic.woff2 +0 -0
  5. package/dist/archivo-font/archivo-v25-latin-italic.woff2 +0 -0
  6. package/dist/archivo-font/archivo-v25-latin-regular.woff2 +0 -0
  7. package/dist/archivo-font.css +40 -0
  8. package/dist/component-library.js +13516 -12428
  9. package/dist/component-library.umd.cjs +1294 -399
  10. package/dist/index.css +1 -1
  11. package/dist/library-utilities.css +2 -0
  12. package/dist/quill-BfNQeuzX.js +7524 -0
  13. package/dist/sfc-styles.css +1 -0
  14. package/dist/theme.css +808 -800
  15. package/dist-types/components/custom/BccAppNavigation/BccAppNavigation.vue.d.ts +1 -0
  16. package/dist-types/components/custom/BccGraphic/BccGraphic.vue.d.ts +7 -4
  17. package/dist-types/components/custom/BccImage/BccImage.vue.d.ts +54 -0
  18. package/dist-types/components/custom/BccLightbox/BccLightboxMedia.vue.d.ts +18 -0
  19. package/dist-types/components/custom/BccLightbox/composables.d.ts +23 -0
  20. package/dist-types/components/custom/BccLightbox/detectMedia.d.ts +4 -0
  21. package/dist-types/components/custom/BccLightbox/index.d.ts +6 -0
  22. package/dist-types/components/custom/BccLightbox/state.d.ts +33 -0
  23. package/dist-types/components/custom/BccLightbox/types.d.ts +31 -0
  24. package/dist-types/components/custom/BccNpsScore/BccNpsScore.vue.d.ts +1 -1
  25. package/dist-types/components/custom/BccReact/BccReact.vue.d.ts +3 -2
  26. package/dist-types/components/custom/BccStepIndicator/BccStepIndicator.vue.d.ts +3 -3
  27. package/dist-types/components/custom/BccTag/BccTag.vue.d.ts +1 -0
  28. package/dist-types/components/custom/BccTopNavigation/BccTopNavigation.vue.d.ts +14 -4
  29. package/dist-types/components/custom/index.d.ts +3 -1
  30. package/dist-types/components/wrapped/BccButton.vue.d.ts +4 -3
  31. package/dist-types/components/wrapped/BccCheckbox.vue.d.ts +3 -0
  32. package/dist-types/components/wrapped/BccMenu/BccMenu.vue.d.ts +15 -1
  33. package/dist-types/components/wrapped/BccMessage.vue.d.ts +6 -1
  34. package/dist-types/components/wrapped/BccRadioButton.vue.d.ts +3 -0
  35. package/dist-types/components/wrapped/BccSelectButton.vue.d.ts +5 -2
  36. package/dist-types/components/wrapped/index.d.ts +0 -2
  37. package/dist-types/index.d.ts +1 -0
  38. package/package.json +111 -103
  39. package/dist-types/components/wrapped/BccImage.vue.d.ts +0 -17
  40. /package/dist-types/components/custom/{BccCircleLoader/BccCircleLoader.vue.d.ts → BccLightbox/BccLightbox.vue.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ .p-button.useCtx{--p-button-primary-color:var(--ctx-text);--p-button-primary-background:var(--ctx-background);--p-button-primary-border-color:var(--ctx-border);--p-button-primary-hover-background:var(--ctx-background-hover);--p-button-primary-hover-border-color:var(--ctx-border-hover);--p-button-primary-hover-color:var(--ctx-text-hover);--p-button-primary-active-background:var(--ctx-background-pressed);--p-button-primary-active-border-color:var(--ctx-border-pressed);--p-button-primary-active-color:var(--ctx-text-pressed)}.p-inputicon{--icon-size: 20px;font-size:var(--icon-size);width:var(--icon-size);height:var(--icon-size);margin-top:calc(-1 * (var(--icon-size) / 2))}.p-iconfield:has(.p-inputfield-sm) .p-inputicon{--icon-size: 16px}.p-iconfield:has(.p-inputfield-lg) .p-inputicon{--icon-size: 24px}.p-message.no-shadow{box-shadow:none}