@bcc-code/component-library-vue 1.4.3 → 1.4.4

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
@@ -2463,10 +2463,12 @@
2463
2463
  .bcc-avatar.xs {
2464
2464
  @apply size-5 text-xs;
2465
2465
  --p-icon-size: var(--icon-size-xs);
2466
+ --p-avatar-group-offset: -8px;
2466
2467
  }
2467
2468
  .bcc-avatar.sm {
2468
2469
  @apply size-6 text-xs;
2469
2470
  --p-icon-size: var(--icon-size-xs);
2471
+ --p-avatar-group-offset: -8px;
2470
2472
  }
2471
2473
  /* .bcc-avatar.md {
2472
2474
  same as default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
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",