@bcc-code/component-library-vue 0.0.0-dev.ce91d1a → 0.0.0-dev.d2014a2

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 (38) 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 +33005 -28893
  9. package/dist/component-library.umd.cjs +6032 -4991
  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 +1066 -929
  15. package/dist-types/components/custom/BccAppNavigation/BccAppNavigation.vue.d.ts +33 -0
  16. package/dist-types/components/custom/BccBadge/BccBadge.vue.d.ts +2 -0
  17. package/dist-types/components/custom/BccCapacityIndicator/BccCapacityIndicator.vue.d.ts +3 -0
  18. package/dist-types/components/custom/BccDialKnob/BccDialKnob.vue.d.ts +1 -1
  19. package/dist-types/components/custom/BccGraphic/BccGraphic.vue.d.ts +7 -4
  20. package/dist-types/components/custom/BccReact/BccReact.vue.d.ts +2 -1
  21. package/dist-types/components/custom/BccStepIndicator/BccStepIndicator.vue.d.ts +3 -3
  22. package/dist-types/components/custom/BccTag/BccTag.vue.d.ts +1 -0
  23. package/dist-types/components/custom/BccTopNavigation/BccTopNavigation.vue.d.ts +57 -0
  24. package/dist-types/components/custom/index.d.ts +4 -1
  25. package/dist-types/components/wrapped/BccAvatar/BccAvatar.vue.d.ts +1 -1
  26. package/dist-types/components/wrapped/BccButton.vue.d.ts +4 -3
  27. package/dist-types/components/wrapped/BccCheckbox.vue.d.ts +3 -0
  28. package/dist-types/components/wrapped/BccImage.vue.d.ts +17 -0
  29. package/dist-types/components/wrapped/BccMenu/BccMenu.vue.d.ts +20 -6
  30. package/dist-types/components/wrapped/BccMessage.vue.d.ts +8 -2
  31. package/dist-types/components/wrapped/BccRadioButton.vue.d.ts +21 -0
  32. package/dist-types/components/wrapped/BccSelectButton.vue.d.ts +20 -0
  33. package/dist-types/components/wrapped/BccTabs/BccTabs.vue.d.ts +2 -0
  34. package/dist-types/components/wrapped/BccToggle/BccToggle.vue.d.ts +12 -1
  35. package/dist-types/components/wrapped/index.d.ts +8 -1
  36. package/dist-types/index.d.ts +1 -4
  37. package/package.json +111 -103
  38. package/dist-types/components/custom/BccCircleLoader/BccCircleLoader.vue.d.ts +0 -3
@@ -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}