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

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,5 +1,5 @@
1
1
  import { SkeletonBlockProps } from "./types.js";
2
- import * as react_jsx_runtime112 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime111 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/SkeletonBlock/index.web.d.ts
5
5
  declare function SkeletonBlock({
@@ -7,7 +7,7 @@ declare function SkeletonBlock({
7
7
  h,
8
8
  rounded,
9
9
  className
10
- }: SkeletonBlockProps): react_jsx_runtime112.JSX.Element;
10
+ }: SkeletonBlockProps): react_jsx_runtime111.JSX.Element;
11
11
  //#endregion
12
12
  export { SkeletonBlock };
13
13
  //# sourceMappingURL=index.web.d.ts.map
@@ -1,12 +1,12 @@
1
1
  import { SkeletonCircleProps } from "./types.js";
2
- import * as react_jsx_runtime111 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime112 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_runtime111.JSX.Element;
9
+ }: SkeletonCircleProps): react_jsx_runtime112.JSX.Element;
10
10
  //#endregion
11
11
  export { SkeletonCircle };
12
12
  //# 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-20251220015515",
3
+ "version": "0.0.0-canary-20251220021406",
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-20251220015515",
25
- "@lssm/lib.contracts": "0.0.0-canary-20251220015515",
26
- "@lssm/lib.ui-kit": "0.0.0-canary-20251220015515",
27
- "@lssm/lib.ui-kit-web": "0.0.0-canary-20251220015515",
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",
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-20251220015515",
40
- "@lssm/tool.tsdown": "0.0.0-canary-20251220015515",
39
+ "@lssm/tool.typescript": "0.0.0-canary-20251220021406",
40
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220021406",
41
41
  "@types/node": "^24.9.0",
42
42
  "@types/react-dom": "^19.0.14",
43
43
  "postcss": "^8.5",