@copilotz/admin 0.9.36 → 0.9.38

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
@@ -596,6 +596,9 @@
596
596
  .max-w-80 {
597
597
  max-width: calc(var(--spacing) * 80);
598
598
  }
599
+ .max-w-\[180px\] {
600
+ max-width: 180px;
601
+ }
599
602
  .max-w-\[1600px\] {
600
603
  max-width: 1600px;
601
604
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/admin",
3
- "version": "0.9.36",
3
+ "version": "0.9.38",
4
4
  "description": "Copilotz admin dashboard components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",