@bcc-code/component-library-vue 0.8.4 → 0.8.6

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
@@ -1832,6 +1832,7 @@
1832
1832
  .p-menu-overlay,
1833
1833
  .p-multiselect-overlay,
1834
1834
  .p-select-overlay,
1835
+ .p-datepicker-panel,
1835
1836
  .p-treeselect-overlay {
1836
1837
  margin: var(--p-anchor-gutter) 0;
1837
1838
  }
@@ -1901,9 +1902,8 @@
1901
1902
  z-index: 2;
1902
1903
  }
1903
1904
 
1904
- .p-dialog-close-button .p-icon {
1905
- height: var(--icon-size-sm);
1906
- width: var(--icon-size-sm);
1905
+ .p-dialog-close-button {
1906
+ --p-icon-size: var(--icon-size-sm);
1907
1907
  }
1908
1908
  .p-dialog .p-button-icon:empty {
1909
1909
  display: none;
@@ -2523,6 +2523,9 @@
2523
2523
  height: 100%;
2524
2524
  overflow: auto;
2525
2525
  }
2526
+ .bcc-tabs-fluid.p-tabs {
2527
+ width: 100%;
2528
+ }
2526
2529
  }
2527
2530
 
2528
2531
 
@@ -13,6 +13,8 @@ export type TabsProps = Omit<PrimeTabsProps, 'value'> & {
13
13
  fill?: boolean;
14
14
  modelValue?: number;
15
15
  noPanels?: boolean;
16
+ fluid?: boolean;
17
+ bold?: boolean;
16
18
  };
17
19
  type __VLS_Props = TabsProps;
18
20
  type __VLS_ModelProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.8.4",
3
+ "version": "0.8.6",
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",