@lssm/lib.design-system 0.0.0-canary-20251220021406 → 0.0.0-canary-20251220041653

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,12 +1,12 @@
1
1
  import { SkeletonCircleProps } from "./types.js";
2
- import * as react_jsx_runtime112 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime113 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/SkeletonCircle/index.web.d.ts
5
5
  declare function SkeletonCircle({
6
6
  size,
7
7
  sizeClass,
8
8
  className
9
- }: SkeletonCircleProps): react_jsx_runtime112.JSX.Element;
9
+ }: SkeletonCircleProps): react_jsx_runtime113.JSX.Element;
10
10
  //#endregion
11
11
  export { SkeletonCircle };
12
12
  //# sourceMappingURL=index.web.d.ts.map
@@ -1,11 +1,11 @@
1
1
  import { SkeletonListProps } from "./types.js";
2
- import * as react_jsx_runtime113 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime112 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/SkeletonList/index.web.d.ts
5
5
  declare function SkeletonList({
6
6
  count,
7
7
  className
8
- }: SkeletonListProps): react_jsx_runtime113.JSX.Element;
8
+ }: SkeletonListProps): react_jsx_runtime112.JSX.Element;
9
9
  //#endregion
10
10
  export { SkeletonList };
11
11
  //# sourceMappingURL=index.web.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.design-system",
3
- "version": "0.0.0-canary-20251220021406",
3
+ "version": "0.0.0-canary-20251220041653",
4
4
  "scripts": {
5
5
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
6
6
  "publish:pkg:canary": "bun publish:pkg --tag canary",
@@ -21,10 +21,10 @@
21
21
  "tree-shake": true,
22
22
  "dependencies": {
23
23
  "@hookform/resolvers": "5.2.2",
24
- "@lssm/lib.ai-agent": "0.0.0-canary-20251220021406",
25
- "@lssm/lib.contracts": "0.0.0-canary-20251220021406",
26
- "@lssm/lib.ui-kit": "0.0.0-canary-20251220021406",
27
- "@lssm/lib.ui-kit-web": "0.0.0-canary-20251220021406",
24
+ "@lssm/lib.ai-agent": "0.0.0-canary-20251220041653",
25
+ "@lssm/lib.contracts": "0.0.0-canary-20251220041653",
26
+ "@lssm/lib.ui-kit": "0.0.0-canary-20251220041653",
27
+ "@lssm/lib.ui-kit-web": "0.0.0-canary-20251220041653",
28
28
  "class-variance-authority": "^0.7.1",
29
29
  "clsx": "^2.1.1",
30
30
  "lucide-react": "^0.535.0",
@@ -36,8 +36,8 @@
36
36
  "next": "16.1.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@lssm/tool.typescript": "0.0.0-canary-20251220021406",
40
- "@lssm/tool.tsdown": "0.0.0-canary-20251220021406",
39
+ "@lssm/tool.typescript": "0.0.0-canary-20251220041653",
40
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220041653",
41
41
  "@types/node": "^24.9.0",
42
42
  "@types/react-dom": "^19.0.14",
43
43
  "postcss": "^8.5",