@raystack/apsara 0.18.1 → 0.18.2

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1723,7 +1723,7 @@ html[data-theme="dark"] {
1723
1723
  border: 1px solid var(--border-subtle);
1724
1724
  padding: var(--pd-4) var(--pd-8);
1725
1725
  border-radius: var(--br-4);
1726
- width: 280px;
1726
+ max-width: 280px;
1727
1727
  color: var(--foreground-base);
1728
1728
  font-size: 11px;
1729
1729
  font-weight: 500;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raystack/apsara",
3
- "version": "0.18.1",
3
+ "version": "0.18.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "sideEffects": false,
6
6
  "engines": {