@bcc-code/component-library-vue 0.4.0 → 0.4.1

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
@@ -2315,7 +2315,7 @@
2315
2315
  overflow: hidden;
2316
2316
  padding: 0;
2317
2317
  }
2318
- .bcc-tabs-fill.p-tabs > .p-tabpanels:deep(.p-tabpanel) {
2318
+ .bcc-tabs-fill.p-tabs > .p-tabpanels > .p-tabpanel {
2319
2319
  height: 100%;
2320
2320
  overflow: auto;
2321
2321
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
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",