@contractspec/lib.ui-link 1.56.1 → 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.
@@ -1 +1 @@
1
- {"version":3,"file":"link.d.ts","names":[],"sources":["../ui/link.tsx"],"sourcesContent":[],"mappings":";;;;iBAGS,IAAA;;;GAGN,KAAA,CAAM,UAAU;;IAElB,kBAAA,CAAA,GAAA,CAAA"}
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
@@ -9,8 +9,7 @@ function Link({ className, ...props }) {
9
9
  ...props
10
10
  });
11
11
  }
12
- var link_default = Link;
13
12
 
14
13
  //#endregion
15
- export { link_default as default };
14
+ export { Link as default };
16
15
  //# sourceMappingURL=link.js.map
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;;AAGvD,mBAAe"}
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.56.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.56.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.56.1",
34
- "@contractspec/tool.tsdown": "1.56.1",
35
- "tsdown": "^0.19.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": [