@bcc-code/component-library-vue 0.0.0-dev.9f82662 → 0.0.0-dev.9fbaadb

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 (34) hide show
  1. package/README.md +31 -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 +16127 -12418
  9. package/dist/component-library.umd.cjs +2511 -1483
  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 +1054 -948
  15. package/dist-types/components/custom/BccAppNavigation/BccAppNavigation.vue.d.ts +33 -0
  16. package/dist-types/components/custom/BccCapacityIndicator/BccCapacityIndicator.vue.d.ts +3 -0
  17. package/dist-types/components/custom/BccDialKnob/BccDialKnob.vue.d.ts +1 -1
  18. package/dist-types/components/custom/BccGraphic/BccGraphic.vue.d.ts +7 -4
  19. package/dist-types/components/custom/BccReact/BccReact.vue.d.ts +2 -1
  20. package/dist-types/components/custom/BccStepIndicator/BccStepIndicator.vue.d.ts +3 -3
  21. package/dist-types/components/custom/BccTag/BccTag.vue.d.ts +1 -0
  22. package/dist-types/components/custom/BccTopNavigation/BccTopNavigation.vue.d.ts +57 -0
  23. package/dist-types/components/custom/index.d.ts +4 -1
  24. package/dist-types/components/wrapped/BccButton.vue.d.ts +4 -3
  25. package/dist-types/components/wrapped/BccCheckbox.vue.d.ts +3 -0
  26. package/dist-types/components/wrapped/BccMenu/BccMenu.vue.d.ts +16 -6
  27. package/dist-types/components/wrapped/BccMessage.vue.d.ts +8 -2
  28. package/dist-types/components/wrapped/BccRadioButton.vue.d.ts +21 -0
  29. package/dist-types/components/wrapped/BccSelectButton.vue.d.ts +20 -0
  30. package/dist-types/components/wrapped/BccTabs/BccTabs.vue.d.ts +2 -0
  31. package/dist-types/components/wrapped/index.d.ts +4 -0
  32. package/dist-types/index.d.ts +1 -2
  33. package/package.json +111 -103
  34. package/dist-types/components/custom/BccCircleLoader/BccCircleLoader.vue.d.ts +0 -3
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;