@tecsinapse/cortex-core 0.4.7 → 0.4.8

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.
@@ -14,7 +14,7 @@ const badgeStyles = tailwindVariants.tv({
14
14
  info: "bg-info-medium"
15
15
  },
16
16
  isAnchor: {
17
- true: "absolute items-center flex justify-center w-[1rem] h-[1rem] -top-1 -right-1 px-[5px] py-[2px]",
17
+ true: "absolute flex justify-center h-[1.125rem] -top-1 -right-1 px-[5px]",
18
18
  false: "px-[5px]"
19
19
  }
20
20
  },
@@ -12,7 +12,7 @@ const badgeStyles = tv({
12
12
  info: "bg-info-medium"
13
13
  },
14
14
  isAnchor: {
15
- true: "absolute items-center flex justify-center w-[1rem] h-[1rem] -top-1 -right-1 px-[5px] py-[2px]",
15
+ true: "absolute flex justify-center h-[1.125rem] -top-1 -right-1 px-[5px]",
16
16
  false: "px-[5px]"
17
17
  }
18
18
  },
@@ -1,4 +1,4 @@
1
- import { VariantProps, ClassProp } from 'tailwind-variants';
1
+ import { ClassProp, VariantProps } from 'tailwind-variants';
2
2
  declare const badgeStyles: import("tailwind-variants").TVReturnType<{
3
3
  intent: {
4
4
  primary: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-core",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "license": "MIT",
5
5
  "description": "Core library for tailwindcss based design",
6
6
  "main": "dist/esm/index.js",
@@ -32,5 +32,5 @@
32
32
  "peerDependencies": {
33
33
  "tailwindcss": ">=3.3.0"
34
34
  },
35
- "gitHead": "ca4ba997a1f6b1f8c572af4c6796003a588025ba"
35
+ "gitHead": "ab2f8c9d26b485333c68e1f9016099cb0e7eca4b"
36
36
  }