@jamsrui/link 0.0.13 → 0.0.14

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.
package/dist/styles.d.mts CHANGED
@@ -57,7 +57,7 @@ declare const linkVariants: _jamsrui_utils.TVReturnType<{
57
57
  none: string;
58
58
  md: string;
59
59
  };
60
- }, undefined, "transition-colors", {
60
+ }, undefined, "transition-colors cursor-default", {
61
61
  variant: {
62
62
  h1: string;
63
63
  h2: string;
@@ -107,7 +107,7 @@ declare const linkVariants: _jamsrui_utils.TVReturnType<{
107
107
  none: string;
108
108
  md: string;
109
109
  };
110
- }, undefined, "transition-colors", unknown, unknown, undefined>>>;
110
+ }, undefined, "transition-colors cursor-default", unknown, unknown, undefined>>>;
111
111
  type LinkVariants = VariantProps<typeof linkVariants>;
112
112
 
113
113
  export { type LinkVariants, linkVariants };
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@jamsrui/link",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "peerDependencies": {
5
5
  "react": ">=19"
6
6
  },
7
7
  "dependencies": {
8
- "@jamsrui/core": "^0.0.10",
9
- "@jamsrui/utils": "^0.0.12",
10
- "@jamsrui/hooks": "^0.0.12",
11
- "@jamsrui/text": "^0.0.12"
8
+ "@jamsrui/hooks": "^0.0.13",
9
+ "@jamsrui/core": "^0.0.11",
10
+ "@jamsrui/utils": "^0.0.13",
11
+ "@jamsrui/text": "^0.0.13"
12
12
  },
13
13
  "exports": {
14
14
  ".": {