@factorialco/f0-core 1.34.0 → 1.36.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.
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.66667 9.26642C7.11112 6.51742 9.55556 7.32196 12 9.33333C14.4445 11.3447 16.8889 12.1492 19.3333 9.40025" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M4.66667 14.5998C7.11112 11.8508 9.55556 12.6553 12 14.6667C14.4445 16.678 16.8889 17.4826 19.3333 14.7336" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 19H5" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M6 16L18 10.5L6 5" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 19H5" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M18 16L6 10.5L18 5" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 19L19 12L6 5" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18 19L5 12L18 5" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-core",
3
- "version": "1.34.0",
3
+ "version": "1.36.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
+ sm: "40rem",
136
137
  "8xl": "96rem",
137
138
  "9xl": "120rem",
138
139
  "10xl": "152rem",