@lssm/lib.ui-link 0.0.0-canary-20251222120211 → 0.0.0-canary-20251223010757

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.js CHANGED
@@ -1,5 +1,5 @@
1
- import { cn } from "./ui-kit-core/dist/utils.js";
2
1
  import "react";
2
+ import { cn } from "@lssm/lib.ui-kit-core";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
 
5
5
  //#region ui/link.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.ui-link",
3
- "version": "0.0.0-canary-20251222120211",
3
+ "version": "0.0.0-canary-20251223010757",
4
4
  "type": "module",
5
5
  "main": "./dist/link.js",
6
6
  "module": "./dist/link.js",
@@ -18,13 +18,13 @@
18
18
  "lint:check": "eslint ui"
19
19
  },
20
20
  "dependencies": {
21
- "@lssm/lib.ui-kit-core": "0.0.0-canary-20251222120211",
21
+ "@lssm/lib.ui-kit-core": "0.0.0-canary-20251223010757",
22
22
  "react": "19.2.3",
23
23
  "react-dom": "19.2.3"
24
24
  },
25
25
  "devDependencies": {
26
- "@lssm/tool.typescript": "0.0.0-canary-20251222120211",
27
- "@lssm/tool.tsdown": "0.0.0-canary-20251222120211",
26
+ "@lssm/tool.typescript": "0.0.0-canary-20251223010757",
27
+ "@lssm/tool.tsdown": "0.0.0-canary-20251223010757",
28
28
  "tsdown": "^0.18.1",
29
29
  "typescript": "^5.9.3"
30
30
  },
@@ -1,11 +0,0 @@
1
- import { clsx } from "clsx";
2
- import { twMerge } from "tailwind-merge";
3
-
4
- //#region ../ui-kit-core/dist/utils.js
5
- function cn(...inputs) {
6
- return twMerge(clsx(inputs));
7
- }
8
-
9
- //#endregion
10
- export { cn };
11
- //# sourceMappingURL=utils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.js","names":[],"sources":["../../../../ui-kit-core/dist/utils.js"],"sourcesContent":["import { clsx } from \"clsx\";\nimport { twMerge } from \"tailwind-merge\";\n\n//#region src/utils.ts\nfunction cn(...inputs) {\n\treturn twMerge(clsx(inputs));\n}\n\n//#endregion\nexport { cn };\n//# sourceMappingURL=utils.js.map"],"mappings":";;;;AAIA,SAAS,GAAG,GAAG,QAAQ;AACtB,QAAO,QAAQ,KAAK,OAAO,CAAC"}