@bcc-code/component-library-vue 0.6.6 → 0.6.7

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-block;
651
+ display: inline-flex;
652
652
  &::first-letter {
653
653
  text-transform: uppercase;
654
654
  }
@@ -1771,7 +1771,7 @@
1771
1771
  }
1772
1772
 
1773
1773
  @utility ctx-gradient {
1774
- background: linear-gradient(225deg, var(--ctx-gradient) 0%, var(--ctx-background) 100%);
1774
+ background: linear-gradient(225deg, var(--ctx-background) 0%, var(--ctx-gradient) 100%);
1775
1775
  }
1776
1776
 
1777
1777
  @utility ctx-raised {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
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",