@synergy-design-system/metadata 3.14.0 → 3.15.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/CHANGELOG.md +14 -0
- package/data/core/component/component:syn-card.json +0 -5
- package/data/core/component/component:syn-drawer.json +0 -5
- 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:components-package.json +2 -2
- package/data/core/setup/setup:react-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/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/index.json +3 -3
- package/data/layers/examples/component/component:syn-card.md +4 -4
- package/data/layers/examples/component/component:syn-header.md +1 -1
- package/data/layers/examples/template/template:appshell.md +56 -0
- package/data/layers/examples/template/template:breadcrumb.md +0 -3
- package/data/layers/examples/template/template:footer.md +7 -0
- package/data/layers/examples/template/template:forms.md +12 -24
- package/data/layers/examples/template/template:localization.md +0 -1
- package/data/layers/examples/template/template:tag-group.md +2 -8
- package/data/layers/full/component/component:syn-card/components/card.component.ts +10 -10
- package/data/layers/full/component/component:syn-card/components/card.styles.ts +31 -11
- package/data/layers/full/component/component:syn-card/components/card.ts +0 -1
- package/data/layers/full/component/component:syn-dialog/components/dialog.styles.ts +3 -14
- package/data/layers/full/component/component:syn-drawer/components/drawer.component.ts +1 -2
- package/data/layers/full/component/component:syn-drawer/components/drawer.styles.ts +47 -49
- package/data/layers/full/component/component:syn-header/components/header.styles.ts +1 -1
- package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +8 -0
- package/data/layers/full/setup/setup:angular-package/angular/package.json +1 -1
- package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +17 -0
- package/data/layers/full/setup/setup:components-package/components/package.json +1 -1
- package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +8 -0
- package/data/layers/full/setup/setup:react-package/react/package.json +1 -1
- package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +2 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/package.json +1 -1
- package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +8 -0
- package/data/layers/full/setup/setup:vue-package/vue/package.json +1 -1
- 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 +1 -1
- package/data/layers/full/tokens/themes/sick2018_light.css +1 -1
- package/data/layers/full/tokens/themes/sick2025_dark.css +1 -1
- package/data/layers/full/tokens/themes/sick2025_light.css +1 -1
- package/data/manifest.json +1 -1
- package/package.json +4 -4
- package/data/layers/full/component/component:syn-card/components/card.custom.styles.ts +0 -60
- package/data/layers/full/component/component:syn-drawer/components/drawer.custom.styles.ts +0 -78
package/package.json
CHANGED
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"serve-handler": "^6.1.7",
|
|
23
23
|
"typescript": "^5.9.3",
|
|
24
24
|
"zod": "^4.4.3",
|
|
25
|
-
"@synergy-design-system/
|
|
25
|
+
"@synergy-design-system/docs": "0.1.0",
|
|
26
|
+
"@synergy-design-system/components": "3.15.6",
|
|
26
27
|
"@synergy-design-system/eslint-config-syn": "^0.1.0",
|
|
27
28
|
"@synergy-design-system/fonts": "1.0.7",
|
|
28
|
-
"@synergy-design-system/docs": "0.1.0",
|
|
29
29
|
"@synergy-design-system/styles": "2.1.1",
|
|
30
|
-
"@synergy-design-system/tokens": "^3.15.
|
|
30
|
+
"@synergy-design-system/tokens": "^3.15.6"
|
|
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.15.0",
|
|
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",
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default css`
|
|
4
|
-
:host {
|
|
5
|
-
--border-color: var(--syn-panel-border-color);
|
|
6
|
-
--border-width: var(--syn-border-width-small);
|
|
7
|
-
--border-radius: var(--syn-border-radius-medium);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.card {
|
|
11
|
-
box-shadow: none;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/** #1107: Add shadow property to card */
|
|
15
|
-
.card--shadow {
|
|
16
|
-
box-shadow: var(--syn-shadow-small);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Header adjustments
|
|
21
|
-
*/
|
|
22
|
-
.card__header {
|
|
23
|
-
border: none;
|
|
24
|
-
color: var(--syn-typography-color-text);
|
|
25
|
-
font: var(--syn-heading-large);
|
|
26
|
-
line-height: var(--syn-line-height-normal);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Card body
|
|
31
|
-
*/
|
|
32
|
-
.card__body {
|
|
33
|
-
color: var(--syn-typography-color-text);
|
|
34
|
-
font: var(--syn-body-medium-regular);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* Card Footer
|
|
39
|
-
*/
|
|
40
|
-
.card--has-footer .card__footer {
|
|
41
|
-
border-top: none;
|
|
42
|
-
padding: var(--syn-spacing-x-small) var(--syn-spacing-large) var(--syn-spacing-large);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* Cards that are sharp do not receive a border radius
|
|
47
|
-
*/
|
|
48
|
-
.card--sharp {
|
|
49
|
-
border-radius: var(--syn-border-radius-none);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Do not apply border radius to sharp card images
|
|
54
|
-
*/
|
|
55
|
-
.card--sharp .card__image {
|
|
56
|
-
border-top-left-radius: var(--syn-border-radius-none);
|
|
57
|
-
border-top-right-radius: var(--syn-border-radius-none);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
`;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
2
|
-
|
|
3
|
-
export default css`
|
|
4
|
-
:host {
|
|
5
|
-
/**
|
|
6
|
-
* Used as the default padding for the drawer title
|
|
7
|
-
*/
|
|
8
|
-
--header-spacing: var(--syn-spacing-large) var(--syn-spacing-x-small) var(--syn-spacing-large) var(--syn-spacing-large);
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Defines the default body spacing
|
|
12
|
-
*/
|
|
13
|
-
--body-spacing: var(--syn-spacing-medium) var(--syn-spacing-large);
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Defines the default footer spacing
|
|
17
|
-
*/
|
|
18
|
-
--footer-spacing: var(--syn-spacing-medium) var(--syn-spacing-large) var(--syn-spacing-large) var(--syn-spacing-medium);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Synergy uses a border to distinguish the drawer from its background and
|
|
23
|
-
* removes the default shoelace shadow completely
|
|
24
|
-
*/
|
|
25
|
-
.drawer__panel {
|
|
26
|
-
border: 0 solid var(--syn-panel-border-color);
|
|
27
|
-
box-shadow: none;
|
|
28
|
-
color: var(--syn-color-neutral-950);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/*
|
|
32
|
-
* The border of the panel is always placed in direction to the content,
|
|
33
|
-
* depending on the position of the drawer itself
|
|
34
|
-
*/
|
|
35
|
-
.drawer--end .drawer__panel {
|
|
36
|
-
border-left-width: var(--syn-border-width-small);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.drawer--start .drawer__panel {
|
|
40
|
-
border-right-width: var(--syn-border-width-small);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.drawer--top .drawer__panel {
|
|
44
|
-
border-bottom-width: var(--syn-border-width-small);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.drawer--bottom .drawer__panel {
|
|
48
|
-
border-top-width: var(--syn-border-width-small);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.drawer__header-actions {
|
|
52
|
-
align-items: flex-start;
|
|
53
|
-
gap: var(--syn-spacing-x-small);
|
|
54
|
-
padding: var(--syn-spacing-large) var(--syn-spacing-small) var(--syn-spacing-large) 0;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.drawer__title {
|
|
58
|
-
font-family: var(--syn-font-sans);
|
|
59
|
-
font-size: var(--syn-font-size-x-large);
|
|
60
|
-
font-weight: var(--syn-font-weight-bold);
|
|
61
|
-
line-height: var(--syn-line-height-normal);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* We need this to make sure we are big enough as defined in the layout
|
|
66
|
-
* When omitting this statement, we will get rounding problems via line-height
|
|
67
|
-
*/
|
|
68
|
-
.drawer__title,
|
|
69
|
-
.drawer__header-actions {
|
|
70
|
-
min-height: 88px;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.drawer__header-actions syn-icon-button,
|
|
74
|
-
.drawer__header-actions ::slotted(syn-icon-button) {
|
|
75
|
-
color: var(--syn-color-neutral-950);
|
|
76
|
-
font-size: var(--syn-font-size-x-large);
|
|
77
|
-
}
|
|
78
|
-
`;
|