@acorex/styles 20.1.28 → 20.1.32

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/package.json +2 -2
  2. package/tailwind-base.js +1 -0
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "20.1.28",
3
+ "version": "20.1.32",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
7
7
  "peerDependencies": {
8
8
  "animated-tailwindcss": ">=4.0.0",
9
- "tailwindcss": ">=3.4.13"
9
+ "tailwindcss": ">=3.4.17"
10
10
  }
11
11
  }
package/tailwind-base.js CHANGED
@@ -272,6 +272,7 @@ module.exports = withAnimations({
272
272
  },
273
273
  maxWidth: {
274
274
  '8xl': '90rem',
275
+ '9xl': '100rem',
275
276
  },
276
277
  borderRadius: {
277
278
  default: 'var(--ax-sys-border-radius)',