warqadui 0.0.71 → 0.0.72

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.js CHANGED
@@ -884,6 +884,9 @@ select:-webkit-autofill:focus {
884
884
  .max-w-sm {
885
885
  max-width: 24rem;
886
886
  }
887
+ .max-w-xl {
888
+ max-width: 36rem;
889
+ }
887
890
  .max-w-xs {
888
891
  max-width: 20rem;
889
892
  }
package/dist/styles.mjs CHANGED
@@ -882,6 +882,9 @@ select:-webkit-autofill:focus {
882
882
  .max-w-sm {
883
883
  max-width: 24rem;
884
884
  }
885
+ .max-w-xl {
886
+ max-width: 36rem;
887
+ }
885
888
  .max-w-xs {
886
889
  max-width: 20rem;
887
890
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.71",
3
+ "version": "0.0.72",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",