@bcc-code/component-library-vue 0.0.0-dev.1ea37a1 → 0.0.0-dev.26c2602

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,7 +1832,6 @@
1832
1832
  .p-menu-overlay,
1833
1833
  .p-multiselect-overlay,
1834
1834
  .p-select-overlay,
1835
- .p-datepicker-panel,
1836
1835
  .p-treeselect-overlay {
1837
1836
  margin: var(--p-anchor-gutter) 0;
1838
1837
  }
@@ -1902,8 +1901,9 @@
1902
1901
  z-index: 2;
1903
1902
  }
1904
1903
 
1905
- .p-dialog-close-button {
1906
- --p-icon-size: var(--icon-size-sm);
1904
+ .p-dialog-close-button .p-icon {
1905
+ height: var(--icon-size-sm);
1906
+ width: var(--icon-size-sm);
1907
1907
  }
1908
1908
  .p-dialog .p-button-icon:empty {
1909
1909
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.0.0-dev.1ea37a1",
3
+ "version": "0.0.0-dev.26c2602",
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",