@contractspec/lib.ui-link 1.56.0 → 1.57.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.
- package/dist/link.d.ts.map +1 -1
- package/dist/link.js +1 -2
- package/dist/link.js.map +1 -1
- package/package.json +5 -5
package/dist/link.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link.d.ts","names":[],"sources":["../ui/link.tsx"],"
|
|
1
|
+
{"version":3,"file":"link.d.ts","names":[],"sources":["../ui/link.tsx"],"mappings":";;;;iBAGS,IAAA,CAAA;EACP,SAAA;EAAA,GACG;AAAA,GACF,KAAA,CAAM,SAAA,CAAU,iBAAA;EACjB,IAAA;AAAA,IACD,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
package/dist/link.js
CHANGED
package/dist/link.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link.js","names":[],"sources":["../ui/link.tsx"],"sourcesContent":["import * as React from 'react';\nimport { cn } from '@contractspec/lib.ui-kit-core';\n\nfunction Link({\n className,\n ...props\n}: React.HTMLProps<HTMLAnchorElement> & {\n href: string;\n}) {\n return <a className={cn('', className)} {...props} />;\n}\n\nexport default Link;\n"],"mappings":";;;;;AAGA,SAAS,KAAK,EACZ,WACA,GAAG,SAGF;AACD,QAAO,oBAAC;EAAE,WAAW,GAAG,IAAI,UAAU;EAAE,GAAI;GAAS
|
|
1
|
+
{"version":3,"file":"link.js","names":[],"sources":["../ui/link.tsx"],"sourcesContent":["import * as React from 'react';\nimport { cn } from '@contractspec/lib.ui-kit-core';\n\nfunction Link({\n className,\n ...props\n}: React.HTMLProps<HTMLAnchorElement> & {\n href: string;\n}) {\n return <a className={cn('', className)} {...props} />;\n}\n\nexport default Link;\n"],"mappings":";;;;;AAGA,SAAS,KAAK,EACZ,WACA,GAAG,SAGF;AACD,QAAO,oBAAC;EAAE,WAAW,GAAG,IAAI,UAAU;EAAE,GAAI;GAAS"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.ui-link",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.57.0",
|
|
4
4
|
"description": "Deep linking utilities for navigation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"lint:check": "eslint ui"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@contractspec/lib.ui-kit-core": "1.
|
|
28
|
+
"@contractspec/lib.ui-kit-core": "1.57.0",
|
|
29
29
|
"react": "19.2.4",
|
|
30
30
|
"react-dom": "19.2.4"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@contractspec/tool.typescript": "1.
|
|
34
|
-
"@contractspec/tool.tsdown": "1.
|
|
35
|
-
"tsdown": "^0.
|
|
33
|
+
"@contractspec/tool.typescript": "1.57.0",
|
|
34
|
+
"@contractspec/tool.tsdown": "1.57.0",
|
|
35
|
+
"tsdown": "^0.20.3",
|
|
36
36
|
"typescript": "^5.9.3"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|