@tecsinapse/cortex-react 1.7.2 → 1.7.3

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.
@@ -42,7 +42,7 @@ const item = tailwindVariants.tv({
42
42
  const category = tailwindVariants.tv({
43
43
  slots: {
44
44
  text: "mb-mili font-bold",
45
- hr: "mb-mili border-secondary-light",
45
+ hr: "mb-mili border-0 h-px bg-secondary-light",
46
46
  container: "flex flex-col gap-y-mili"
47
47
  }
48
48
  });
@@ -40,7 +40,7 @@ const item = tv({
40
40
  const category = tv({
41
41
  slots: {
42
42
  text: "mb-mili font-bold",
43
- hr: "mb-mili border-secondary-light",
43
+ hr: "mb-mili border-0 h-px bg-secondary-light",
44
44
  container: "flex flex-col gap-y-mili"
45
45
  }
46
46
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-react",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
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": "fb996885720a8dd48df19d794fa1e15317a6cf08"
51
+ "gitHead": "98934da7976983634d9cc44e91c67a5850eeb5ba"
52
52
  }