@bcc-code/component-library-vue 1.3.28 → 1.3.29

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
@@ -2122,11 +2122,11 @@
2122
2122
  }
2123
2123
 
2124
2124
  .bcc-lightbox__header {
2125
- @apply top-inset-top pointer-events-none absolute inset-x-0 z-20 flex items-center justify-end gap-3 p-3;
2125
+ @apply top-inset-top pointer-events-none absolute inset-x-0 z-20 flex items-center gap-3 p-3;
2126
2126
  }
2127
2127
 
2128
2128
  .bcc-lightbox__counter {
2129
- @apply body-sm pointer-events-none mr-auto rounded-md bg-black/50 px-2.5 py-1 text-white;
2129
+ @apply body-sm pointer-events-none rounded-md bg-black/50 px-2.5 py-1 text-white;
2130
2130
  }
2131
2131
 
2132
2132
  .bcc-lightbox__control {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "1.3.28",
3
+ "version": "1.3.29",
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",