@tecsinapse/cortex-react 1.9.23 → 1.9.24

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.
@@ -4,7 +4,7 @@ var tailwindVariants = require('tailwind-variants');
4
4
 
5
5
  const StepNodeVariants = tailwindVariants.tv({
6
6
  slots: {
7
- container: "flex flex-col items-center justify-center text-center w-full max-w-[268px]",
7
+ container: "flex flex-col items-center justify-center text-center w-full",
8
8
  content: "flex p-mili text-center w-full text-sub justify-center font-bold",
9
9
  separator: "h-micro w-full"
10
10
  },
@@ -2,7 +2,7 @@ import { tv } from 'tailwind-variants';
2
2
 
3
3
  const StepNodeVariants = tv({
4
4
  slots: {
5
- container: "flex flex-col items-center justify-center text-center w-full max-w-[268px]",
5
+ container: "flex flex-col items-center justify-center text-center w-full",
6
6
  content: "flex p-mili text-center w-full text-sub justify-center font-bold",
7
7
  separator: "h-micro w-full"
8
8
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-react",
3
- "version": "1.9.23",
3
+ "version": "1.9.24",
4
4
  "description": "React components based in @tecsinapse/cortex-core",
5
5
  "license": "MIT",
6
6
  "main": "dist/esm/index.js",
@@ -48,5 +48,5 @@
48
48
  "react-dom": ">=18.0.0",
49
49
  "tailwind": ">=3.3.0"
50
50
  },
51
- "gitHead": "1682edbdcce8332e3903f511ce233f47bf43504d"
51
+ "gitHead": "9ab1bee67dfccf8804ef04d4c1ba50bfe0959a78"
52
52
  }