@bcc-code/component-library-vue 0.0.0-dev.1f2ce94 → 0.0.0-dev.3de4bc9

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
@@ -648,7 +648,7 @@
648
648
 
649
649
  /* Capitalize first letter */
650
650
  @utility capital {
651
- display: inline-flex;
651
+ display: inline-block;
652
652
  &::first-letter {
653
653
  text-transform: uppercase;
654
654
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.0.0-dev.1f2ce94",
3
+ "version": "0.0.0-dev.3de4bc9",
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",