@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.
- package/README.md +33 -35
- package/dist/archivo-font/archivo-v25-latin-500.woff2 +0 -0
- package/dist/archivo-font/archivo-v25-latin-600.woff2 +0 -0
- package/dist/archivo-font/archivo-v25-latin-600italic.woff2 +0 -0
- package/dist/archivo-font/archivo-v25-latin-italic.woff2 +0 -0
- package/dist/archivo-font/archivo-v25-latin-regular.woff2 +0 -0
- package/dist/archivo-font.css +40 -0
- package/dist/component-library.js +13516 -12428
- package/dist/component-library.umd.cjs +1294 -399
- package/dist/index.css +1 -1
- package/dist/library-utilities.css +2 -0
- package/dist/quill-BfNQeuzX.js +7524 -0
- package/dist/sfc-styles.css +1 -0
- package/dist/theme.css +808 -800
- package/dist-types/components/custom/BccAppNavigation/BccAppNavigation.vue.d.ts +1 -0
- package/dist-types/components/custom/BccGraphic/BccGraphic.vue.d.ts +7 -4
- package/dist-types/components/custom/BccImage/BccImage.vue.d.ts +54 -0
- package/dist-types/components/custom/BccLightbox/BccLightboxMedia.vue.d.ts +18 -0
- package/dist-types/components/custom/BccLightbox/composables.d.ts +23 -0
- package/dist-types/components/custom/BccLightbox/detectMedia.d.ts +4 -0
- package/dist-types/components/custom/BccLightbox/index.d.ts +6 -0
- package/dist-types/components/custom/BccLightbox/state.d.ts +33 -0
- package/dist-types/components/custom/BccLightbox/types.d.ts +31 -0
- package/dist-types/components/custom/BccNpsScore/BccNpsScore.vue.d.ts +1 -1
- package/dist-types/components/custom/BccReact/BccReact.vue.d.ts +3 -2
- package/dist-types/components/custom/BccStepIndicator/BccStepIndicator.vue.d.ts +3 -3
- package/dist-types/components/custom/BccTag/BccTag.vue.d.ts +1 -0
- package/dist-types/components/custom/BccTopNavigation/BccTopNavigation.vue.d.ts +14 -4
- package/dist-types/components/custom/index.d.ts +3 -1
- package/dist-types/components/wrapped/BccButton.vue.d.ts +4 -3
- package/dist-types/components/wrapped/BccCheckbox.vue.d.ts +3 -0
- package/dist-types/components/wrapped/BccMenu/BccMenu.vue.d.ts +15 -1
- package/dist-types/components/wrapped/BccMessage.vue.d.ts +6 -1
- package/dist-types/components/wrapped/BccRadioButton.vue.d.ts +3 -0
- package/dist-types/components/wrapped/BccSelectButton.vue.d.ts +5 -2
- package/dist-types/components/wrapped/index.d.ts +0 -2
- package/dist-types/index.d.ts +1 -0
- package/package.json +111 -103
- package/dist-types/components/wrapped/BccImage.vue.d.ts +0 -17
- /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}
|