tailwindcss 4.0.0-alpha.15 → 4.0.0-alpha.17

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/index.css CHANGED
@@ -295,6 +295,7 @@
295
295
  --radius-xl: 0.75rem;
296
296
  --radius-2xl: 1rem;
297
297
  --radius-3xl: 1.5rem;
298
+ --radius-4xl: 2rem;
298
299
 
299
300
  /* Shadows */
300
301
  --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "4.0.0-alpha.15",
3
+ "version": "4.0.0-alpha.17",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -40,9 +40,9 @@
40
40
  "utilities.css"
41
41
  ],
42
42
  "devDependencies": {
43
- "@types/node": "^20.10.8",
44
- "lightningcss": "^1.24.0",
45
- "@tailwindcss/oxide": "4.0.0-alpha.15"
43
+ "@types/node": "^20.12.12",
44
+ "lightningcss": "^1.25.1",
45
+ "@tailwindcss/oxide": "4.0.0-alpha.17"
46
46
  },
47
47
  "scripts": {
48
48
  "lint": "tsc --noEmit",
package/theme.css CHANGED
@@ -285,6 +285,7 @@
285
285
  --radius-xl: 0.75rem;
286
286
  --radius-2xl: 1rem;
287
287
  --radius-3xl: 1.5rem;
288
+ --radius-4xl: 2rem;
288
289
 
289
290
  /* Shadows */
290
291
  --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);