@synergy-design-system/metadata 3.10.0 → 3.11.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/CHANGELOG.md +21 -0
- package/data/core/asset/asset:sick2018-icons.json +1 -1
- package/data/core/asset/asset:sick2018-logos.json +1 -1
- package/data/core/asset/asset:sick2018-system-icons.json +1 -1
- package/data/core/asset/asset:sick2025-icons-fill.json +1 -1
- package/data/core/asset/asset:sick2025-icons-outline.json +1 -1
- package/data/core/asset/asset:sick2025-logos.json +1 -1
- package/data/core/asset/asset:sick2025-system-icons.json +1 -1
- package/data/core/setup/setup:angular-components-module.json +1 -1
- package/data/core/setup/setup:angular-forms-module.json +1 -1
- package/data/core/setup/setup:angular-package.json +2 -2
- package/data/core/setup/setup:angular-validators-module.json +1 -1
- package/data/core/setup/setup:assets-package.json +2 -2
- package/data/core/setup/setup:components-package.json +2 -2
- package/data/core/setup/setup:fonts-package.json +2 -2
- package/data/core/setup/setup:react-package.json +2 -2
- package/data/core/setup/setup:styles-package.json +2 -2
- package/data/core/setup/setup:tokens-package.json +2 -2
- package/data/core/setup/setup:vue-package.json +2 -2
- package/data/core/style/style:syn-body.json +1 -1
- package/data/core/style/style:syn-heading.json +1 -1
- package/data/core/style/style:syn-link-list.json +1 -1
- package/data/core/style/style:syn-link.json +1 -1
- package/data/core/style/style:syn-table-cell.json +1 -1
- package/data/core/style/style:syn-table.json +1 -1
- package/data/core/style/style:syn-weight.json +1 -1
- package/data/core/token/token:tokens-charts-js-index-d-ts.json +1 -1
- package/data/core/token/token:tokens-charts-js-index-js.json +1 -1
- package/data/core/token/token:tokens-charts-scss-tokens-scss.json +1 -1
- package/data/core/token/token:tokens-charts-themes-sick2025-dark-css.json +1 -1
- package/data/core/token/token:tokens-charts-themes-sick2025-light-css.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +1 -1
- package/data/core/token/token:tokens-js-index-d-ts.json +1 -1
- package/data/core/token/token:tokens-js-index-js.json +1 -1
- package/data/core/token/token:tokens-scss-tokens-scss.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-light-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-light-css.json +1 -1
- package/data/core/utility/utility:fonts-sick-intl.json +1 -1
- package/data/index.json +1 -1
- package/data/layers/full/component/component:syn-menu/components/menu.component.ts +62 -25
- package/data/layers/full/component/component:syn-menu/components/menu.styles.ts +0 -8
- package/data/layers/full/component/component:syn-menu-item/components/menu-item.component.ts +0 -7
- package/data/layers/full/component/component:syn-menu-item/components/submenu-controller.ts +94 -0
- package/data/layers/full/component/component:syn-optgroup/components/optgroup.component.ts +2 -0
- package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +20 -0
- package/data/layers/full/setup/setup:angular-package/angular/package.json +3 -3
- package/data/layers/full/setup/setup:assets-package/assets/CHANGELOG.md +8 -0
- package/data/layers/full/setup/setup:assets-package/assets/package.json +3 -3
- package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +27 -0
- package/data/layers/full/setup/setup:components-package/components/package.json +12 -12
- package/data/layers/full/setup/setup:fonts-package/fonts/CHANGELOG.md +8 -0
- package/data/layers/full/setup/setup:fonts-package/fonts/package.json +4 -4
- package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +20 -0
- package/data/layers/full/setup/setup:react-package/react/package.json +3 -3
- package/data/layers/full/setup/setup:styles-package/styles/CHANGELOG.md +8 -0
- package/data/layers/full/setup/setup:styles-package/styles/package.json +3 -3
- package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +10 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/package.json +6 -6
- package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +20 -0
- package/data/layers/full/setup/setup:vue-package/vue/package.json +4 -4
- package/data/layers/full/tokens/charts/js/index.d.ts +1 -1
- package/data/layers/full/tokens/charts/js/index.js +1 -1
- package/data/layers/full/tokens/charts/scss/_tokens.scss +1 -1
- package/data/layers/full/tokens/charts/themes/sick2025_dark.css +1 -1
- package/data/layers/full/tokens/charts/themes/sick2025_light.css +1 -1
- package/data/layers/full/tokens/js/index.d.ts +1 -1
- package/data/layers/full/tokens/js/index.js +1 -1
- package/data/layers/full/tokens/scss/_tokens.scss +1 -1
- package/data/layers/full/tokens/themes/sick2018_dark.css +5 -5
- package/data/layers/full/tokens/themes/sick2018_light.css +5 -5
- package/data/layers/full/tokens/themes/sick2025_dark.css +4 -4
- package/data/layers/full/tokens/themes/sick2025_light.css +4 -4
- package/data/manifest.json +1 -1
- package/package.json +8 -8
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1293](https://github.com/synergy-design-system/synergy-design-system/pull/1293) [`513e931`](https://github.com/synergy-design-system/synergy-design-system/commit/513e931c88a46e1e71a3a4d8ca7ac3c3a85b2189) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-06-03
|
|
8
|
+
|
|
9
|
+
fix: 🐛 dependency updates ([#258](https://github.com/synergy-design-system/synergy-design-system/issues/258))
|
|
10
|
+
|
|
11
|
+
## 3.15.1
|
|
12
|
+
|
|
3
13
|
## 3.15.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"description": "Design tokens for Synergy, the SICK Design System",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@dotenvx/dotenvx": "^1.
|
|
8
|
+
"@dotenvx/dotenvx": "^1.71.0",
|
|
9
9
|
"@figma-export/cli": "^6.4.0",
|
|
10
10
|
"@figma-export/types": "^6.4.0",
|
|
11
11
|
"@figma/rest-api-spec": "^0.37.0",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"@synergy-design-system/stylelint-config-syn": "workspace:*",
|
|
14
14
|
"@tamtamchik/json-deep-sort": "^1.5.0",
|
|
15
15
|
"@tokens-studio/sd-transforms": "^2.0.3",
|
|
16
|
-
"@types/node": "^24.12.
|
|
16
|
+
"@types/node": "^24.12.4",
|
|
17
17
|
"change-case": "^5.4.4",
|
|
18
18
|
"eslint": "^9.39.4",
|
|
19
|
-
"eslint-import-resolver-typescript": "^4.4.
|
|
20
|
-
"style-dictionary": "^5.4.
|
|
21
|
-
"stylelint": "^17.
|
|
19
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
20
|
+
"style-dictionary": "^5.4.2",
|
|
21
|
+
"stylelint": "^17.12.0",
|
|
22
22
|
"typescript": "^5.9.3"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
},
|
|
83
83
|
"type": "module",
|
|
84
84
|
"types": "./dist/js/index.d.ts",
|
|
85
|
-
"version": "3.15.
|
|
85
|
+
"version": "3.15.2"
|
|
86
86
|
}
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @synergy-design-system/vue
|
|
2
2
|
|
|
3
|
+
## 3.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1293](https://github.com/synergy-design-system/synergy-design-system/pull/1293) [`513e931`](https://github.com/synergy-design-system/synergy-design-system/commit/513e931c88a46e1e71a3a4d8ca7ac3c3a85b2189) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-06-03
|
|
8
|
+
|
|
9
|
+
fix: 🐛 dependency updates ([#258](https://github.com/synergy-design-system/synergy-design-system/issues/258))
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`513e931`](https://github.com/synergy-design-system/synergy-design-system/commit/513e931c88a46e1e71a3a4d8ca7ac3c3a85b2189)]:
|
|
12
|
+
- @synergy-design-system/components@3.15.2
|
|
13
|
+
- @synergy-design-system/tokens@3.15.2
|
|
14
|
+
|
|
15
|
+
## 3.15.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [[`4fdb69a`](https://github.com/synergy-design-system/synergy-design-system/commit/4fdb69aec5ddb0ddfa76a948c87eaf84be6fd670)]:
|
|
20
|
+
- @synergy-design-system/components@3.15.1
|
|
21
|
+
- @synergy-design-system/tokens@3.15.1
|
|
22
|
+
|
|
3
23
|
## 3.15.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"directory": "packages/vue"
|
|
51
51
|
},
|
|
52
52
|
"type": "module",
|
|
53
|
-
"version": "3.15.
|
|
53
|
+
"version": "3.15.2",
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
55
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
56
56
|
"@vue/tsconfig": "^0.9.1",
|
|
57
57
|
"rollup-plugin-node-externals": "^9.0.1",
|
|
58
|
-
"vite": "^8.0.
|
|
58
|
+
"vite": "^8.0.16",
|
|
59
59
|
"vite-plugin-dts": "^4.5.4",
|
|
60
|
-
"vue": "^3.5.
|
|
60
|
+
"vue": "^3.5.35"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@synergy-design-system/tokens": "workspace:*"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 3.15.
|
|
2
|
+
* @synergy-design-system/tokens version 3.15.2
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
--syn-border-radius-circle: 9999px;
|
|
41
41
|
--syn-border-radius-large: 8px;
|
|
42
42
|
--syn-border-radius-medium: 8px;
|
|
43
|
-
--syn-border-radius-none:
|
|
43
|
+
--syn-border-radius-none: 0px;
|
|
44
44
|
--syn-border-radius-pill: 9999px;
|
|
45
45
|
--syn-border-radius-small: 4px;
|
|
46
46
|
--syn-border-radius-x-large: 16px;
|
|
47
47
|
--syn-border-width-large: 3px; /** Large */
|
|
48
48
|
--syn-border-width-medium: 2px; /** Medium */
|
|
49
|
-
--syn-border-width-none:
|
|
49
|
+
--syn-border-width-none: 0px; /** None */
|
|
50
50
|
--syn-border-width-small: 1px; /** Small */
|
|
51
51
|
--syn-border-width-x-large: 4px; /** X Large */
|
|
52
52
|
--syn-breadcrumb-color: var(--syn-color-neutral-500);
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
--syn-input-disabled-opacity: 0.5;
|
|
260
260
|
--syn-input-focus-ring-color: var(--syn-color-primary-400);
|
|
261
261
|
--syn-input-focus-ring-error: var(--syn-color-error-600);
|
|
262
|
-
--syn-input-focus-ring-offset:
|
|
262
|
+
--syn-input-focus-ring-offset: 0px;
|
|
263
263
|
--syn-input-font-family: var(--syn-font-sans);
|
|
264
264
|
--syn-input-font-size-large: var(--syn-font-size-large);
|
|
265
265
|
--syn-input-font-size-medium: var(--syn-font-size-medium);
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
--syn-option-icon-color: var(--syn-typography-color-text);
|
|
350
350
|
--syn-option-icon-color-active: var(--syn-typography-color-text-inverted);
|
|
351
351
|
--syn-option-icon-color-hover: var(--syn-typography-color-text);
|
|
352
|
-
--syn-overlay-background-blur:
|
|
352
|
+
--syn-overlay-background-blur: 0px;
|
|
353
353
|
--syn-overlay-background-color: rgba(49, 55, 58, 0.5);
|
|
354
354
|
--syn-page-background: var(--syn-page-background-color); /** Will be DEPRECATED */
|
|
355
355
|
--syn-page-background-color: var(--syn-color-neutral-0);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 3.15.
|
|
2
|
+
* @synergy-design-system/tokens version 3.15.2
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
--syn-border-radius-circle: 9999px;
|
|
41
41
|
--syn-border-radius-large: 8px;
|
|
42
42
|
--syn-border-radius-medium: 8px;
|
|
43
|
-
--syn-border-radius-none:
|
|
43
|
+
--syn-border-radius-none: 0px;
|
|
44
44
|
--syn-border-radius-pill: 9999px;
|
|
45
45
|
--syn-border-radius-small: 4px;
|
|
46
46
|
--syn-border-radius-x-large: 16px;
|
|
47
47
|
--syn-border-width-large: 3px; /** Large */
|
|
48
48
|
--syn-border-width-medium: 2px; /** Medium */
|
|
49
|
-
--syn-border-width-none:
|
|
49
|
+
--syn-border-width-none: 0px; /** None */
|
|
50
50
|
--syn-border-width-small: 1px; /** Small */
|
|
51
51
|
--syn-border-width-x-large: 4px; /** X Large */
|
|
52
52
|
--syn-breadcrumb-color: var(--syn-color-neutral-500);
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
--syn-input-disabled-opacity: 0.5;
|
|
260
260
|
--syn-input-focus-ring-color: var(--syn-color-primary-400);
|
|
261
261
|
--syn-input-focus-ring-error: var(--syn-color-error-600);
|
|
262
|
-
--syn-input-focus-ring-offset:
|
|
262
|
+
--syn-input-focus-ring-offset: 0px;
|
|
263
263
|
--syn-input-font-family: var(--syn-font-sans);
|
|
264
264
|
--syn-input-font-size-large: var(--syn-font-size-large);
|
|
265
265
|
--syn-input-font-size-medium: var(--syn-font-size-medium);
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
--syn-option-icon-color: var(--syn-input-icon-color);
|
|
350
350
|
--syn-option-icon-color-active: var(--syn-color-neutral-0);
|
|
351
351
|
--syn-option-icon-color-hover: var(--syn-input-icon-color-hover);
|
|
352
|
-
--syn-overlay-background-blur:
|
|
352
|
+
--syn-overlay-background-blur: 0px;
|
|
353
353
|
--syn-overlay-background-color: rgba(49, 55, 58, 0.5);
|
|
354
354
|
--syn-page-background: var(--syn-page-background-color); /** Will be DEPRECATED */
|
|
355
355
|
--syn-page-background-color: var(--syn-color-neutral-0);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 3.15.
|
|
2
|
+
* @synergy-design-system/tokens version 3.15.2
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
--syn-border-radius-circle: 9999px;
|
|
41
41
|
--syn-border-radius-large: 8px;
|
|
42
42
|
--syn-border-radius-medium: 8px;
|
|
43
|
-
--syn-border-radius-none:
|
|
43
|
+
--syn-border-radius-none: 0px;
|
|
44
44
|
--syn-border-radius-pill: 9999px;
|
|
45
45
|
--syn-border-radius-small: 4px;
|
|
46
46
|
--syn-border-radius-x-large: 16px;
|
|
47
47
|
--syn-border-width-large: 3px; /** Large */
|
|
48
48
|
--syn-border-width-medium: 2px; /** Medium */
|
|
49
|
-
--syn-border-width-none:
|
|
49
|
+
--syn-border-width-none: 0px; /** None */
|
|
50
50
|
--syn-border-width-small: 1px; /** Small */
|
|
51
51
|
--syn-border-width-x-large: 4px; /** X Large */
|
|
52
52
|
--syn-breadcrumb-color: var(--syn-typography-color-text);
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
--syn-input-disabled-opacity: 0.5;
|
|
260
260
|
--syn-input-focus-ring-color: var(--syn-color-primary-700);
|
|
261
261
|
--syn-input-focus-ring-error: var(--syn-color-error-600);
|
|
262
|
-
--syn-input-focus-ring-offset:
|
|
262
|
+
--syn-input-focus-ring-offset: 0px;
|
|
263
263
|
--syn-input-font-family: var(--syn-font-sans);
|
|
264
264
|
--syn-input-font-size-large: var(--syn-font-size-large);
|
|
265
265
|
--syn-input-font-size-medium: var(--syn-font-size-medium);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 3.15.
|
|
2
|
+
* @synergy-design-system/tokens version 3.15.2
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
--syn-border-radius-circle: 9999px;
|
|
41
41
|
--syn-border-radius-large: 8px;
|
|
42
42
|
--syn-border-radius-medium: 8px;
|
|
43
|
-
--syn-border-radius-none:
|
|
43
|
+
--syn-border-radius-none: 0px;
|
|
44
44
|
--syn-border-radius-pill: 9999px;
|
|
45
45
|
--syn-border-radius-small: 4px;
|
|
46
46
|
--syn-border-radius-x-large: 16px;
|
|
47
47
|
--syn-border-width-large: 3px; /** Large */
|
|
48
48
|
--syn-border-width-medium: 2px; /** Medium */
|
|
49
|
-
--syn-border-width-none:
|
|
49
|
+
--syn-border-width-none: 0px; /** None */
|
|
50
50
|
--syn-border-width-small: 1px; /** Small */
|
|
51
51
|
--syn-border-width-x-large: 4px; /** X Large */
|
|
52
52
|
--syn-breadcrumb-color: var(--syn-typography-color-text);
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
--syn-input-disabled-opacity: 0.5;
|
|
260
260
|
--syn-input-focus-ring-color: var(--syn-color-primary-500);
|
|
261
261
|
--syn-input-focus-ring-error: var(--syn-color-error-600);
|
|
262
|
-
--syn-input-focus-ring-offset:
|
|
262
|
+
--syn-input-focus-ring-offset: 0px;
|
|
263
263
|
--syn-input-font-family: var(--syn-font-sans);
|
|
264
264
|
--syn-input-font-size-large: var(--syn-font-size-large);
|
|
265
265
|
--syn-input-font-size-medium: var(--syn-font-size-medium);
|
package/data/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"description": "Metadata for the Synergy Design System, usable by MCP Servers or other AI tools",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@types/node": "^24.12.
|
|
11
|
+
"@types/node": "^24.12.4",
|
|
12
12
|
"@types/serve-handler": "^6.1.4",
|
|
13
13
|
"ajv": "^8.20.0",
|
|
14
14
|
"ajv-formats": "^3.0.1",
|
|
@@ -16,18 +16,18 @@
|
|
|
16
16
|
"custom-elements-manifest": "^2.1.0",
|
|
17
17
|
"eslint": "^9.39.4",
|
|
18
18
|
"execa": "^9.6.1",
|
|
19
|
-
"playwright": "^1.
|
|
19
|
+
"playwright": "^1.60.0",
|
|
20
20
|
"prettier": "^3.8.3",
|
|
21
21
|
"rimraf": "^6.1.3",
|
|
22
22
|
"serve-handler": "^6.1.7",
|
|
23
23
|
"typescript": "^5.9.3",
|
|
24
|
-
"zod": "^4.3
|
|
24
|
+
"zod": "^4.4.3",
|
|
25
|
+
"@synergy-design-system/components": "3.15.2",
|
|
25
26
|
"@synergy-design-system/docs": "0.1.0",
|
|
26
|
-
"@synergy-design-system/
|
|
27
|
+
"@synergy-design-system/fonts": "1.0.7",
|
|
27
28
|
"@synergy-design-system/eslint-config-syn": "^0.1.0",
|
|
28
|
-
"@synergy-design-system/
|
|
29
|
-
"@synergy-design-system/styles": "2.1.
|
|
30
|
-
"@synergy-design-system/tokens": "^3.15.0"
|
|
29
|
+
"@synergy-design-system/tokens": "^3.15.2",
|
|
30
|
+
"@synergy-design-system/styles": "2.1.1"
|
|
31
31
|
},
|
|
32
32
|
"exports": {
|
|
33
33
|
".": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"types": "./dist/index.d.ts",
|
|
72
72
|
"type": "module",
|
|
73
|
-
"version": "3.
|
|
73
|
+
"version": "3.11.1",
|
|
74
74
|
"scripts": {
|
|
75
75
|
"build:all": "METADATA_LOG_LEVEL=info pnpm run build:ts && RUN_STORYBOOK_SCRAPER=true pnpm run build:data",
|
|
76
76
|
"build": "METADATA_LOG_LEVEL=info pnpm run build:ts && pnpm run build:data",
|