@bcc-code/component-library-vue 1.3.11 → 1.3.12

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
@@ -1870,7 +1870,8 @@
1870
1870
  }
1871
1871
 
1872
1872
  .p-message-text {
1873
- line-height: var(--p-message-text-line-height);
1873
+ line-height: 1;
1874
+ flex: 1 1 0;
1874
1875
  }
1875
1876
 
1876
1877
  .p-multiselect {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "1.3.11",
3
+ "version": "1.3.12",
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",