@factorialco/f0-core 1.44.0 → 1.45.0

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 +1 -1
  2. package/tailwind.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-core",
3
- "version": "1.44.0",
3
+ "version": "1.45.0",
4
4
  "description": "Core tokens and utilities for F0 Design System",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
package/tailwind.ts CHANGED
@@ -133,6 +133,7 @@ export const baseConfig: Omit<Config, "content"> = {
133
133
  autofill: "autofill 0s both",
134
134
  },
135
135
  containers: {
136
+ xs: "24rem",
136
137
  sm: "40rem",
137
138
  "8xl": "96rem",
138
139
  "9xl": "120rem",