@bcc-code/component-library-vue 0.10.0 → 0.10.1

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
@@ -2430,27 +2430,27 @@
2430
2430
 
2431
2431
 
2432
2432
  /* from ./BccTag/BccTag.css */
2433
-
2434
2433
  @layer components {
2435
2434
  .bcc-tag.bcc-badge {
2436
2435
  @apply w-auto;
2437
2436
  }
2438
2437
  .bcc-tag.bcc-badge.md {
2439
- @apply font-regular h-6;
2438
+ @apply text-body-md h-6;
2440
2439
  }
2441
2440
  .bcc-tag.bcc-badge.sm {
2442
- @apply font-regular h-5;
2441
+ @apply text-body-sm h-5;
2443
2442
  }
2444
2443
  .bcc-tag.bcc-badge.lg {
2445
- @apply font-regular h-8;
2444
+ @apply text-body-md h-8;
2446
2445
  }
2447
2446
  .bcc-tag.bcc-badge.xl {
2448
- @apply font-regular h-10;
2447
+ @apply text-body-lg h-10;
2449
2448
  }
2450
2449
  }
2451
2450
 
2452
2451
 
2453
2452
 
2453
+
2454
2454
  /* === ./components/wrapped/styles.css === */
2455
2455
 
2456
2456
  /* from ./BccAvatar/BccAvatar.css */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
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",