@contractspec/lib.design-system 1.55.0 → 1.56.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/components/molecules/CodeBlock/CodeBlock.d.ts +2 -2
- package/dist/components/molecules/CommandTabs/CommandTabs.d.ts +2 -2
- package/dist/components/molecules/CopyButton/CopyButton.d.ts +2 -2
- package/dist/components/molecules/InstallCommand/InstallCommand.d.ts +2 -2
- package/dist/components/molecules/SkeletonBlock/index.web.d.ts +2 -2
- package/dist/components/molecules/SkeletonCircle/index.web.d.ts +2 -2
- package/dist/components/molecules/SkeletonList/index.web.d.ts +2 -2
- package/dist/components/templates/lists/ListPageTemplate/index.web.d.ts +2 -2
- package/package.json +7 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CodeBlockProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime112 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/CodeBlock/CodeBlock.d.ts
|
|
5
5
|
declare function CodeBlock({
|
|
@@ -11,7 +11,7 @@ declare function CodeBlock({
|
|
|
11
11
|
onCopy,
|
|
12
12
|
className,
|
|
13
13
|
...props
|
|
14
|
-
}: CodeBlockProps):
|
|
14
|
+
}: CodeBlockProps): react_jsx_runtime112.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { CodeBlock };
|
|
17
17
|
//# sourceMappingURL=CodeBlock.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommandTabsProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime114 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/CommandTabs/CommandTabs.d.ts
|
|
5
5
|
declare function CommandTabs({
|
|
@@ -8,7 +8,7 @@ declare function CommandTabs({
|
|
|
8
8
|
className,
|
|
9
9
|
onCopy,
|
|
10
10
|
...props
|
|
11
|
-
}: CommandTabsProps):
|
|
11
|
+
}: CommandTabsProps): react_jsx_runtime114.JSX.Element | null;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { CommandTabs };
|
|
14
14
|
//# sourceMappingURL=CommandTabs.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CopyButtonProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime113 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/CopyButton/CopyButton.d.ts
|
|
5
5
|
declare function CopyButton({
|
|
@@ -7,7 +7,7 @@ declare function CopyButton({
|
|
|
7
7
|
onCopy,
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: CopyButtonProps):
|
|
10
|
+
}: CopyButtonProps): react_jsx_runtime113.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { CopyButton };
|
|
13
13
|
//# sourceMappingURL=CopyButton.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InstallCommandProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime115 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/InstallCommand/InstallCommand.d.ts
|
|
5
5
|
|
|
@@ -22,7 +22,7 @@ declare function InstallCommand({
|
|
|
22
22
|
global,
|
|
23
23
|
onCopy,
|
|
24
24
|
...props
|
|
25
|
-
}: InstallCommandProps):
|
|
25
|
+
}: InstallCommandProps): react_jsx_runtime115.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { InstallCommand };
|
|
28
28
|
//# sourceMappingURL=InstallCommand.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SkeletonBlockProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime117 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):
|
|
10
|
+
}: SkeletonBlockProps): react_jsx_runtime117.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
|
|
2
|
+
import * as react_jsx_runtime118 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):
|
|
9
|
+
}: SkeletonCircleProps): react_jsx_runtime118.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
|
|
2
|
+
import * as react_jsx_runtime119 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):
|
|
8
|
+
}: SkeletonListProps): react_jsx_runtime119.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { SkeletonList };
|
|
11
11
|
//# sourceMappingURL=index.web.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ListPageTemplateProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime116 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/templates/lists/ListPageTemplate/index.web.d.ts
|
|
5
5
|
declare function ListPageTemplate<T = unknown>({
|
|
@@ -17,7 +17,7 @@ declare function ListPageTemplate<T = unknown>({
|
|
|
17
17
|
data,
|
|
18
18
|
renderItem,
|
|
19
19
|
emptyProps
|
|
20
|
-
}: ListPageTemplateProps<T>):
|
|
20
|
+
}: ListPageTemplateProps<T>): react_jsx_runtime116.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { ListPageTemplate };
|
|
23
23
|
//# sourceMappingURL=index.web.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/lib.design-system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.56.0",
|
|
4
4
|
"description": "Design tokens and theming primitives",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"tree-shake": true,
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@contractspec/lib.ai-agent": "1.
|
|
32
|
-
"@contractspec/lib.contracts": "1.
|
|
33
|
-
"@contractspec/lib.ui-kit": "1.
|
|
34
|
-
"@contractspec/lib.ui-kit-web": "1.
|
|
31
|
+
"@contractspec/lib.ai-agent": "1.56.0",
|
|
32
|
+
"@contractspec/lib.contracts": "1.56.0",
|
|
33
|
+
"@contractspec/lib.ui-kit": "1.56.0",
|
|
34
|
+
"@contractspec/lib.ui-kit-web": "1.56.0",
|
|
35
35
|
"@hookform/resolvers": "5.2.2",
|
|
36
36
|
"class-variance-authority": "^0.7.1",
|
|
37
37
|
"clsx": "^2.1.1",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"zod": "^4.3.5"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@contractspec/tool.tsdown": "1.
|
|
50
|
-
"@contractspec/tool.typescript": "1.
|
|
49
|
+
"@contractspec/tool.tsdown": "1.56.0",
|
|
50
|
+
"@contractspec/tool.typescript": "1.56.0",
|
|
51
51
|
"@types/node": "^25.0.6",
|
|
52
52
|
"@types/react-dom": "^19.0.14",
|
|
53
53
|
"postcss": "^8.5",
|