@copilotz/chat-ui 0.9.11 → 0.9.12

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/styles.css CHANGED
@@ -2600,6 +2600,11 @@
2600
2600
  width: calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)) + 2px);
2601
2601
  }
2602
2602
  }
2603
+ .group-data-\[collapsible\=icon\]\:items-center {
2604
+ &:is(:where(.group)[data-collapsible="icon"] *) {
2605
+ align-items: center;
2606
+ }
2607
+ }
2603
2608
  .group-data-\[collapsible\=icon\]\:justify-center {
2604
2609
  &:is(:where(.group)[data-collapsible="icon"] *) {
2605
2610
  justify-content: center;
@@ -2620,6 +2625,11 @@
2620
2625
  padding: calc(var(--spacing) * 2) !important;
2621
2626
  }
2622
2627
  }
2628
+ .group-data-\[collapsible\=icon\]\:px-0 {
2629
+ &:is(:where(.group)[data-collapsible="icon"] *) {
2630
+ padding-inline: calc(var(--spacing) * 0);
2631
+ }
2632
+ }
2623
2633
  .group-data-\[collapsible\=icon\]\:opacity-0 {
2624
2634
  &:is(:where(.group)[data-collapsible="icon"] *) {
2625
2635
  opacity: 0%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/chat-ui",
3
- "version": "0.9.11",
3
+ "version": "0.9.12",
4
4
  "description": "Copilotz chat UI components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",