@bcc-code/component-library-vue 1.4.6 → 1.4.7

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/theme.css CHANGED
@@ -1547,7 +1547,7 @@
1547
1547
  --p-tooltip-max-width: min(85vw, calc(var(--spacing) * 100));
1548
1548
  }
1549
1549
 
1550
- .p-overlay-mask {
1550
+ .p-overlay-mask:has(.p-dialog) {
1551
1551
  padding: 1rem;
1552
1552
  }
1553
1553
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "type": "module",
5
5
  "description": "Extended Vue component library based on PrimeVue and BCC design tokens",
6
6
  "repository": "https://github.com/bcc-code/bcc-design.git",