@bcc-code/component-library-vue 1.3.18 → 1.3.19
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/dist/component-library.js +2482 -2487
- package/dist/component-library.umd.cjs +13 -13
- package/dist/index.css +1 -1
- package/dist/sfc-styles.css +1 -1
- package/dist/theme.css +1 -1
- package/package.json +1 -1
package/dist/sfc-styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.p-button.useCtx
|
|
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}
|
package/dist/theme.css
CHANGED
|
@@ -2627,7 +2627,7 @@ strong,
|
|
|
2627
2627
|
}
|
|
2628
2628
|
|
|
2629
2629
|
|
|
2630
|
-
/* SFC <style> blocks extracted all .vue components
|
|
2630
|
+
/* SFC <style> blocks extracted all .vue components */
|
|
2631
2631
|
@import './sfc-styles.css';
|
|
2632
2632
|
|
|
2633
2633
|
/* Library utility classes, compiled from the library's own components.
|
package/package.json
CHANGED