@aws/nx-plugin 0.44.0 → 0.45.1
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/package.json +1 -1
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +84 -329
- package/src/infra/app/files/app/README.md.template +1 -1
- package/src/infra/app/files/app/src/main.ts.template +2 -3
- package/src/infra/app/files/app/src/stacks/application-stack.ts.template +3 -3
- package/src/infra/app/files/app/src/stages/application-stage.ts.template +16 -0
- package/src/infra/app/generator.js +1 -1
- package/src/infra/app/generator.js.map +1 -1
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +6 -6
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +60 -54
- package/src/ts/react-website/app/files/common/constructs/src/app/static-websites/__websiteNameKebabCase__.ts.template +1 -0
- package/src/ts/react-website/app/files/common/constructs/src/core/static-website.ts.template +3 -2
- package/src/ts/react-website/app/generator.js +1 -1
- package/src/ts/react-website/app/generator.js.map +1 -1
- package/src/ts/react-website/runtime-config/__snapshots__/generator.spec.ts.snap +5 -5
- package/src/utils/__snapshots__/shared-constructs.spec.ts.snap +5 -5
- package/src/utils/files/common/constructs/src/core/runtime-config.ts.template +5 -5
- package/src/utils/versions.d.ts +61 -61
- package/src/utils/versions.js +60 -60
- package/src/utils/versions.js.map +1 -1
package/src/utils/versions.d.ts
CHANGED
|
@@ -6,58 +6,58 @@
|
|
|
6
6
|
* Versons for TypeScript dependencies added by generators
|
|
7
7
|
*/
|
|
8
8
|
export declare const TS_VERSIONS: {
|
|
9
|
-
readonly '@cdklabs/cdk-validator-cfnguard': "
|
|
10
|
-
readonly '@aws-sdk/client-cognito-identity': "
|
|
11
|
-
readonly '@aws-sdk/credential-providers': "
|
|
12
|
-
readonly '@aws-sdk/credential-provider-cognito-identity': "
|
|
13
|
-
readonly '@aws-sdk/client-bedrock-agentcore-control': "
|
|
14
|
-
readonly '@aws-lambda-powertools/logger': "
|
|
15
|
-
readonly '@aws-lambda-powertools/metrics': "
|
|
16
|
-
readonly '@aws-lambda-powertools/tracer': "
|
|
17
|
-
readonly '@aws-lambda-powertools/parser': "
|
|
18
|
-
readonly '@middy/core': "
|
|
19
|
-
readonly '@nxlv/python': "
|
|
20
|
-
readonly '@nx-extend/terraform': "
|
|
21
|
-
readonly '@nx/devkit': "
|
|
22
|
-
readonly '@modelcontextprotocol/sdk': "
|
|
23
|
-
readonly '@modelcontextprotocol/inspector': "
|
|
24
|
-
readonly '@tanstack/react-router': "
|
|
25
|
-
readonly '@tanstack/router-plugin': "
|
|
26
|
-
readonly '@tanstack/router-generator': "
|
|
27
|
-
readonly '@tanstack/virtual-file-routes': "
|
|
28
|
-
readonly '@tanstack/router-utils': "
|
|
29
|
-
readonly '@cloudscape-design/board-components': "
|
|
30
|
-
readonly '@cloudscape-design/components': "
|
|
31
|
-
readonly '@cloudscape-design/global-styles': "
|
|
32
|
-
readonly '@tanstack/react-query': "
|
|
33
|
-
readonly '@tanstack/react-query-devtools': "
|
|
9
|
+
readonly '@cdklabs/cdk-validator-cfnguard': "0.0.60";
|
|
10
|
+
readonly '@aws-sdk/client-cognito-identity': "3.876.0";
|
|
11
|
+
readonly '@aws-sdk/credential-providers': "3.876.0";
|
|
12
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.876.0";
|
|
13
|
+
readonly '@aws-sdk/client-bedrock-agentcore-control': "3.876.0";
|
|
14
|
+
readonly '@aws-lambda-powertools/logger': "2.25.2";
|
|
15
|
+
readonly '@aws-lambda-powertools/metrics': "2.25.2";
|
|
16
|
+
readonly '@aws-lambda-powertools/tracer': "2.25.2";
|
|
17
|
+
readonly '@aws-lambda-powertools/parser': "2.25.2";
|
|
18
|
+
readonly '@middy/core': "6.4.4";
|
|
19
|
+
readonly '@nxlv/python': "21.2.0";
|
|
20
|
+
readonly '@nx-extend/terraform': "9.0.0";
|
|
21
|
+
readonly '@nx/devkit': "21.4.1";
|
|
22
|
+
readonly '@modelcontextprotocol/sdk': "1.17.4";
|
|
23
|
+
readonly '@modelcontextprotocol/inspector': "0.16.5";
|
|
24
|
+
readonly '@tanstack/react-router': "1.131.28";
|
|
25
|
+
readonly '@tanstack/router-plugin': "1.131.28";
|
|
26
|
+
readonly '@tanstack/router-generator': "1.131.28";
|
|
27
|
+
readonly '@tanstack/virtual-file-routes': "1.131.2";
|
|
28
|
+
readonly '@tanstack/router-utils': "1.131.2";
|
|
29
|
+
readonly '@cloudscape-design/board-components': "3.0.117";
|
|
30
|
+
readonly '@cloudscape-design/components': "3.0.1075";
|
|
31
|
+
readonly '@cloudscape-design/global-styles': "1.0.45";
|
|
32
|
+
readonly '@tanstack/react-query': "5.85.5";
|
|
33
|
+
readonly '@tanstack/react-query-devtools': "5.85.5";
|
|
34
34
|
readonly '@trpc/tanstack-react-query': "11.0.0";
|
|
35
35
|
readonly '@trpc/client': "11.0.0";
|
|
36
36
|
readonly '@trpc/server': "11.0.0";
|
|
37
|
-
readonly '@types/node': "
|
|
38
|
-
readonly '@types/aws-lambda': "
|
|
39
|
-
readonly '@types/cors': "
|
|
40
|
-
readonly '@types/express': "
|
|
41
|
-
readonly '@smithy/types': "
|
|
42
|
-
readonly aws4fetch: "
|
|
43
|
-
readonly 'aws-cdk': "
|
|
44
|
-
readonly 'aws-cdk-lib': "
|
|
45
|
-
readonly 'aws-xray-sdk-core': "
|
|
46
|
-
readonly constructs: "
|
|
47
|
-
readonly cors: "
|
|
48
|
-
readonly esbuild: "
|
|
49
|
-
readonly 'eslint-plugin-prettier': "
|
|
50
|
-
readonly express: "
|
|
51
|
-
readonly 'jsonc-eslint-parser': "
|
|
52
|
-
readonly 'oidc-client-ts': "
|
|
53
|
-
readonly prettier: "
|
|
54
|
-
readonly 'react-oidc-context': "
|
|
55
|
-
readonly 'source-map-support': "
|
|
56
|
-
readonly tailwindcss: "
|
|
57
|
-
readonly '@tailwindcss/vite': "
|
|
37
|
+
readonly '@types/node': "22.18.0";
|
|
38
|
+
readonly '@types/aws-lambda': "8.10.152";
|
|
39
|
+
readonly '@types/cors': "2.8.19";
|
|
40
|
+
readonly '@types/express': "5.0.3";
|
|
41
|
+
readonly '@smithy/types': "4.3.2";
|
|
42
|
+
readonly aws4fetch: "1.0.20";
|
|
43
|
+
readonly 'aws-cdk': "2.1027.0";
|
|
44
|
+
readonly 'aws-cdk-lib': "2.213.0";
|
|
45
|
+
readonly 'aws-xray-sdk-core': "3.10.3";
|
|
46
|
+
readonly constructs: "10.4.2";
|
|
47
|
+
readonly cors: "2.8.5";
|
|
48
|
+
readonly esbuild: "0.25.9";
|
|
49
|
+
readonly 'eslint-plugin-prettier': "5.5.4";
|
|
50
|
+
readonly express: "5.1.0";
|
|
51
|
+
readonly 'jsonc-eslint-parser': "2.4.0";
|
|
52
|
+
readonly 'oidc-client-ts': "3.3.0";
|
|
53
|
+
readonly prettier: "3.6.2";
|
|
54
|
+
readonly 'react-oidc-context': "3.3.0";
|
|
55
|
+
readonly 'source-map-support': "0.5.21";
|
|
56
|
+
readonly tailwindcss: "4.1.12";
|
|
57
|
+
readonly '@tailwindcss/vite': "4.1.12";
|
|
58
58
|
readonly tsx: "4.20.1";
|
|
59
|
-
readonly 'vite-tsconfig-paths': "
|
|
60
|
-
readonly zod: "
|
|
59
|
+
readonly 'vite-tsconfig-paths': "5.1.4";
|
|
60
|
+
readonly zod: "4.1.5";
|
|
61
61
|
readonly 'zod-v3': "npm:zod@^3";
|
|
62
62
|
};
|
|
63
63
|
export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
@@ -65,24 +65,24 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
|
65
65
|
* Add versions to the given dependencies
|
|
66
66
|
*/
|
|
67
67
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
68
|
-
[k: string]: "
|
|
68
|
+
[k: string]: "0.0.60" | "3.876.0" | "2.25.2" | "6.4.4" | "21.2.0" | "9.0.0" | "21.4.1" | "1.17.4" | "0.16.5" | "1.131.28" | "1.131.2" | "3.0.117" | "3.0.1075" | "1.0.45" | "5.85.5" | "11.0.0" | "22.18.0" | "8.10.152" | "2.8.19" | "5.0.3" | "4.3.2" | "1.0.20" | "2.1027.0" | "2.213.0" | "3.10.3" | "10.4.2" | "2.8.5" | "0.25.9" | "5.5.4" | "5.1.0" | "2.4.0" | "3.3.0" | "3.6.2" | "0.5.21" | "4.1.12" | "4.20.1" | "5.1.4" | "4.1.5" | "npm:zod@^3";
|
|
69
69
|
};
|
|
70
70
|
/**
|
|
71
71
|
* Versions for Python dependencies added by generators
|
|
72
72
|
*/
|
|
73
73
|
export declare const PY_VERSIONS: {
|
|
74
|
-
readonly 'aws-lambda-powertools': "
|
|
75
|
-
readonly 'aws-lambda-powertools[tracer]': "
|
|
76
|
-
readonly 'aws-lambda-powertools[parser]': "
|
|
77
|
-
readonly 'aws-opentelemetry-distro': "
|
|
78
|
-
readonly 'bedrock-agentcore': "
|
|
79
|
-
readonly boto3: "
|
|
80
|
-
readonly fastapi: "
|
|
81
|
-
readonly 'fastapi[standard]': "
|
|
82
|
-
readonly mangum: "
|
|
83
|
-
readonly mcp: "
|
|
84
|
-
readonly 'strands-agents': "
|
|
85
|
-
readonly 'strands-agents-tools': "
|
|
74
|
+
readonly 'aws-lambda-powertools': "==3.19.0";
|
|
75
|
+
readonly 'aws-lambda-powertools[tracer]': "==3.19.0";
|
|
76
|
+
readonly 'aws-lambda-powertools[parser]': "==3.19.0";
|
|
77
|
+
readonly 'aws-opentelemetry-distro': "==0.12.0";
|
|
78
|
+
readonly 'bedrock-agentcore': "==0.1.2";
|
|
79
|
+
readonly boto3: "==1.40.20";
|
|
80
|
+
readonly fastapi: "==0.116.1";
|
|
81
|
+
readonly 'fastapi[standard]': "==0.116.1";
|
|
82
|
+
readonly mangum: "==0.19.0";
|
|
83
|
+
readonly mcp: "==1.13.1";
|
|
84
|
+
readonly 'strands-agents': "==1.6.0";
|
|
85
|
+
readonly 'strands-agents-tools': "==0.2.5";
|
|
86
86
|
};
|
|
87
87
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
|
88
88
|
/**
|
package/src/utils/versions.js
CHANGED
|
@@ -9,58 +9,58 @@ exports.withPyVersions = exports.PY_VERSIONS = exports.withVersions = exports.TS
|
|
|
9
9
|
* Versons for TypeScript dependencies added by generators
|
|
10
10
|
*/
|
|
11
11
|
exports.TS_VERSIONS = {
|
|
12
|
-
'@cdklabs/cdk-validator-cfnguard': '
|
|
13
|
-
'@aws-sdk/client-cognito-identity': '
|
|
14
|
-
'@aws-sdk/credential-providers': '
|
|
15
|
-
'@aws-sdk/credential-provider-cognito-identity': '
|
|
16
|
-
'@aws-sdk/client-bedrock-agentcore-control': '
|
|
17
|
-
'@aws-lambda-powertools/logger': '
|
|
18
|
-
'@aws-lambda-powertools/metrics': '
|
|
19
|
-
'@aws-lambda-powertools/tracer': '
|
|
20
|
-
'@aws-lambda-powertools/parser': '
|
|
21
|
-
'@middy/core': '
|
|
22
|
-
'@nxlv/python': '
|
|
23
|
-
'@nx-extend/terraform': '
|
|
24
|
-
'@nx/devkit': '
|
|
25
|
-
'@modelcontextprotocol/sdk': '
|
|
26
|
-
'@modelcontextprotocol/inspector': '
|
|
27
|
-
'@tanstack/react-router': '
|
|
28
|
-
'@tanstack/router-plugin': '
|
|
29
|
-
'@tanstack/router-generator': '
|
|
30
|
-
'@tanstack/virtual-file-routes': '
|
|
31
|
-
'@tanstack/router-utils': '
|
|
32
|
-
'@cloudscape-design/board-components': '
|
|
33
|
-
'@cloudscape-design/components': '
|
|
34
|
-
'@cloudscape-design/global-styles': '
|
|
35
|
-
'@tanstack/react-query': '
|
|
36
|
-
'@tanstack/react-query-devtools': '
|
|
12
|
+
'@cdklabs/cdk-validator-cfnguard': '0.0.60',
|
|
13
|
+
'@aws-sdk/client-cognito-identity': '3.876.0',
|
|
14
|
+
'@aws-sdk/credential-providers': '3.876.0',
|
|
15
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.876.0',
|
|
16
|
+
'@aws-sdk/client-bedrock-agentcore-control': '3.876.0',
|
|
17
|
+
'@aws-lambda-powertools/logger': '2.25.2',
|
|
18
|
+
'@aws-lambda-powertools/metrics': '2.25.2',
|
|
19
|
+
'@aws-lambda-powertools/tracer': '2.25.2',
|
|
20
|
+
'@aws-lambda-powertools/parser': '2.25.2',
|
|
21
|
+
'@middy/core': '6.4.4',
|
|
22
|
+
'@nxlv/python': '21.2.0',
|
|
23
|
+
'@nx-extend/terraform': '9.0.0',
|
|
24
|
+
'@nx/devkit': '21.4.1',
|
|
25
|
+
'@modelcontextprotocol/sdk': '1.17.4',
|
|
26
|
+
'@modelcontextprotocol/inspector': '0.16.5',
|
|
27
|
+
'@tanstack/react-router': '1.131.28',
|
|
28
|
+
'@tanstack/router-plugin': '1.131.28',
|
|
29
|
+
'@tanstack/router-generator': '1.131.28',
|
|
30
|
+
'@tanstack/virtual-file-routes': '1.131.2',
|
|
31
|
+
'@tanstack/router-utils': '1.131.2',
|
|
32
|
+
'@cloudscape-design/board-components': '3.0.117',
|
|
33
|
+
'@cloudscape-design/components': '3.0.1075',
|
|
34
|
+
'@cloudscape-design/global-styles': '1.0.45',
|
|
35
|
+
'@tanstack/react-query': '5.85.5',
|
|
36
|
+
'@tanstack/react-query-devtools': '5.85.5',
|
|
37
37
|
'@trpc/tanstack-react-query': '11.0.0',
|
|
38
38
|
'@trpc/client': '11.0.0',
|
|
39
39
|
'@trpc/server': '11.0.0',
|
|
40
|
-
'@types/node': '
|
|
41
|
-
'@types/aws-lambda': '
|
|
42
|
-
'@types/cors': '
|
|
43
|
-
'@types/express': '
|
|
44
|
-
'@smithy/types': '
|
|
45
|
-
aws4fetch: '
|
|
46
|
-
'aws-cdk': '
|
|
47
|
-
'aws-cdk-lib': '
|
|
48
|
-
'aws-xray-sdk-core': '
|
|
49
|
-
constructs: '
|
|
50
|
-
cors: '
|
|
51
|
-
esbuild: '
|
|
52
|
-
'eslint-plugin-prettier': '
|
|
53
|
-
express: '
|
|
54
|
-
'jsonc-eslint-parser': '
|
|
55
|
-
'oidc-client-ts': '
|
|
56
|
-
prettier: '
|
|
57
|
-
'react-oidc-context': '
|
|
58
|
-
'source-map-support': '
|
|
59
|
-
tailwindcss: '
|
|
60
|
-
'@tailwindcss/vite': '
|
|
40
|
+
'@types/node': '22.18.0',
|
|
41
|
+
'@types/aws-lambda': '8.10.152',
|
|
42
|
+
'@types/cors': '2.8.19',
|
|
43
|
+
'@types/express': '5.0.3',
|
|
44
|
+
'@smithy/types': '4.3.2',
|
|
45
|
+
aws4fetch: '1.0.20',
|
|
46
|
+
'aws-cdk': '2.1027.0',
|
|
47
|
+
'aws-cdk-lib': '2.213.0',
|
|
48
|
+
'aws-xray-sdk-core': '3.10.3',
|
|
49
|
+
constructs: '10.4.2',
|
|
50
|
+
cors: '2.8.5',
|
|
51
|
+
esbuild: '0.25.9',
|
|
52
|
+
'eslint-plugin-prettier': '5.5.4',
|
|
53
|
+
express: '5.1.0',
|
|
54
|
+
'jsonc-eslint-parser': '2.4.0',
|
|
55
|
+
'oidc-client-ts': '3.3.0',
|
|
56
|
+
prettier: '3.6.2',
|
|
57
|
+
'react-oidc-context': '3.3.0',
|
|
58
|
+
'source-map-support': '0.5.21',
|
|
59
|
+
tailwindcss: '4.1.12',
|
|
60
|
+
'@tailwindcss/vite': '4.1.12',
|
|
61
61
|
tsx: '4.20.1', // https://github.com/privatenumber/tsx/issues/727
|
|
62
|
-
'vite-tsconfig-paths': '
|
|
63
|
-
zod: '
|
|
62
|
+
'vite-tsconfig-paths': '5.1.4',
|
|
63
|
+
zod: '4.1.5',
|
|
64
64
|
// TODO: remove zod-v3 when @modelcontextprotocol/sdk upgrades to Zod v4 or standard schema
|
|
65
65
|
// https://github.com/modelcontextprotocol/typescript-sdk/issues/164
|
|
66
66
|
'zod-v3': 'npm:zod@^3',
|
|
@@ -74,18 +74,18 @@ exports.withVersions = withVersions;
|
|
|
74
74
|
* Versions for Python dependencies added by generators
|
|
75
75
|
*/
|
|
76
76
|
exports.PY_VERSIONS = {
|
|
77
|
-
'aws-lambda-powertools': '
|
|
78
|
-
'aws-lambda-powertools[tracer]': '
|
|
79
|
-
'aws-lambda-powertools[parser]': '
|
|
80
|
-
'aws-opentelemetry-distro': '
|
|
81
|
-
'bedrock-agentcore': '
|
|
82
|
-
boto3: '
|
|
83
|
-
fastapi: '
|
|
84
|
-
'fastapi[standard]': '
|
|
85
|
-
mangum: '
|
|
86
|
-
mcp: '
|
|
87
|
-
'strands-agents': '
|
|
88
|
-
'strands-agents-tools': '
|
|
77
|
+
'aws-lambda-powertools': '==3.19.0',
|
|
78
|
+
'aws-lambda-powertools[tracer]': '==3.19.0',
|
|
79
|
+
'aws-lambda-powertools[parser]': '==3.19.0',
|
|
80
|
+
'aws-opentelemetry-distro': '==0.12.0',
|
|
81
|
+
'bedrock-agentcore': '==0.1.2',
|
|
82
|
+
boto3: '==1.40.20',
|
|
83
|
+
fastapi: '==0.116.1',
|
|
84
|
+
'fastapi[standard]': '==0.116.1',
|
|
85
|
+
mangum: '==0.19.0',
|
|
86
|
+
mcp: '==1.13.1',
|
|
87
|
+
'strands-agents': '==1.6.0',
|
|
88
|
+
'strands-agents-tools': '==0.2.5',
|
|
89
89
|
};
|
|
90
90
|
/**
|
|
91
91
|
* Add versions to the given dependencies
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,iCAAiC,EAAE,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,iCAAiC,EAAE,QAAQ;IAC3C,kCAAkC,EAAE,SAAS;IAC7C,+BAA+B,EAAE,SAAS;IAC1C,+CAA+C,EAAE,SAAS;IAC1D,2CAA2C,EAAE,SAAS;IACtD,+BAA+B,EAAE,QAAQ;IACzC,gCAAgC,EAAE,QAAQ;IAC1C,+BAA+B,EAAE,QAAQ;IACzC,+BAA+B,EAAE,QAAQ;IACzC,aAAa,EAAE,OAAO;IACtB,cAAc,EAAE,QAAQ;IACxB,sBAAsB,EAAE,OAAO;IAC/B,YAAY,EAAE,QAAQ;IACtB,2BAA2B,EAAE,QAAQ;IACrC,iCAAiC,EAAE,QAAQ;IAC3C,wBAAwB,EAAE,UAAU;IACpC,yBAAyB,EAAE,UAAU;IACrC,4BAA4B,EAAE,UAAU;IACxC,+BAA+B,EAAE,SAAS;IAC1C,wBAAwB,EAAE,SAAS;IACnC,qCAAqC,EAAE,SAAS;IAChD,+BAA+B,EAAE,UAAU;IAC3C,kCAAkC,EAAE,QAAQ;IAC5C,uBAAuB,EAAE,QAAQ;IACjC,gCAAgC,EAAE,QAAQ;IAC1C,4BAA4B,EAAE,QAAQ;IACtC,cAAc,EAAE,QAAQ;IACxB,cAAc,EAAE,QAAQ;IACxB,aAAa,EAAE,SAAS;IACxB,mBAAmB,EAAE,UAAU;IAC/B,aAAa,EAAE,QAAQ;IACvB,gBAAgB,EAAE,OAAO;IACzB,eAAe,EAAE,OAAO;IACxB,SAAS,EAAE,QAAQ;IACnB,SAAS,EAAE,UAAU;IACrB,aAAa,EAAE,SAAS;IACxB,mBAAmB,EAAE,QAAQ;IAC7B,UAAU,EAAE,QAAQ;IACpB,IAAI,EAAE,OAAO;IACb,OAAO,EAAE,QAAQ;IACjB,wBAAwB,EAAE,OAAO;IACjC,OAAO,EAAE,OAAO;IAChB,qBAAqB,EAAE,OAAO;IAC9B,gBAAgB,EAAE,OAAO;IACzB,QAAQ,EAAE,OAAO;IACjB,oBAAoB,EAAE,OAAO;IAC7B,oBAAoB,EAAE,QAAQ;IAC9B,WAAW,EAAE,QAAQ;IACrB,mBAAmB,EAAE,QAAQ;IAC7B,GAAG,EAAE,QAAQ,EAAE,kDAAkD;IACjE,qBAAqB,EAAE,OAAO;IAC9B,GAAG,EAAE,OAAO;IACZ,2FAA2F;IAC3F,oEAAoE;IACpE,QAAQ,EAAE,YAAY;CACd,CAAC;AAGX;;GAEG;AACI,MAAM,YAAY,GAAG,CAAC,IAAqB,EAAE,EAAE,CACpD,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,mBAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AADpD,QAAA,YAAY,gBACwC;AAEjE;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,uBAAuB,EAAE,UAAU;IACnC,+BAA+B,EAAE,UAAU;IAC3C,+BAA+B,EAAE,UAAU;IAC3C,0BAA0B,EAAE,UAAU;IACtC,mBAAmB,EAAE,SAAS;IAC9B,KAAK,EAAE,WAAW;IAClB,OAAO,EAAE,WAAW;IACpB,mBAAmB,EAAE,WAAW;IAChC,MAAM,EAAE,UAAU;IAClB,GAAG,EAAE,UAAU;IACf,gBAAgB,EAAE,SAAS;IAC3B,sBAAsB,EAAE,SAAS;CACzB,CAAC;AAGX;;GAEG;AACI,MAAM,cAAc,GAAG,CAAC,IAAqB,EAAE,EAAE,CACtD,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,GAAG,GAAG,mBAAW,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;AADpC,QAAA,cAAc,kBACsB"}
|