@synergy-design-system/metadata 3.0.1 β†’ 3.2.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.
Files changed (62) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/data/core/component/component:syn-icon-button.json +0 -5
  3. package/data/core/setup/setup:angular-components-module.json +1 -1
  4. package/data/core/setup/setup:angular-forms-module.json +1 -1
  5. package/data/core/setup/setup:angular-package.json +2 -2
  6. package/data/core/setup/setup:angular-validators-module.json +1 -1
  7. package/data/core/setup/setup:components-package.json +2 -2
  8. package/data/core/setup/setup:react-package.json +2 -2
  9. package/data/core/setup/setup:styles-package.json +2 -2
  10. package/data/core/setup/setup:tokens-package.json +2 -2
  11. package/data/core/setup/setup:vue-package.json +2 -2
  12. package/data/core/style/style:syn-body.json +1 -1
  13. package/data/core/style/style:syn-heading.json +1 -1
  14. package/data/core/style/style:syn-link-list.json +1 -1
  15. package/data/core/style/style:syn-link.json +1 -1
  16. package/data/core/style/style:syn-table-cell.json +1 -1
  17. package/data/core/style/style:syn-table.json +1 -1
  18. package/data/core/style/style:syn-weight.json +1 -1
  19. package/data/core/template/template:loading-screen.json +22 -0
  20. package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +1 -1
  21. package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +1 -1
  22. package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +1 -1
  23. package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +1 -1
  24. package/data/core/token/token:tokens-js-index-d-ts.json +1 -1
  25. package/data/core/token/token:tokens-js-index-js.json +1 -1
  26. package/data/core/token/token:tokens-scss-tokens-scss.json +1 -1
  27. package/data/core/token/token:tokens-themes-sick2018-dark-css.json +1 -1
  28. package/data/core/token/token:tokens-themes-sick2018-light-css.json +1 -1
  29. package/data/core/token/token:tokens-themes-sick2025-dark-css.json +1 -1
  30. package/data/core/token/token:tokens-themes-sick2025-light-css.json +1 -1
  31. package/data/index.json +16 -2
  32. package/data/layers/examples/component/component:syn-icon-button.md +72 -43
  33. package/data/layers/examples/style/style:syn-body.md +28 -1
  34. package/data/layers/examples/style/style:syn-heading.md +44 -1
  35. package/data/layers/examples/template/template:loading-screen.md +393 -0
  36. package/data/layers/full/component/component:syn-icon-button/components/icon-button.component.ts +10 -10
  37. package/data/layers/full/component/component:syn-icon-button/components/icon-button.styles.ts +78 -19
  38. package/data/layers/full/component/component:syn-icon-button/components/icon-button.ts +0 -1
  39. package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +16 -0
  40. package/data/layers/full/setup/setup:angular-package/angular/package.json +1 -1
  41. package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +20 -0
  42. package/data/layers/full/setup/setup:components-package/components/package.json +1 -1
  43. package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +16 -0
  44. package/data/layers/full/setup/setup:react-package/react/package.json +1 -1
  45. package/data/layers/full/setup/setup:styles-package/styles/CHANGELOG.md +13 -0
  46. package/data/layers/full/setup/setup:styles-package/styles/package.json +1 -1
  47. package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +15 -0
  48. package/data/layers/full/setup/setup:tokens-package/tokens/package.json +1 -1
  49. package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +16 -0
  50. package/data/layers/full/setup/setup:vue-package/vue/package.json +1 -1
  51. package/data/layers/full/styles/typography/body.css +6 -2
  52. package/data/layers/full/styles/typography/heading.css +9 -1
  53. package/data/layers/full/tokens/js/index.d.ts +16 -1
  54. package/data/layers/full/tokens/js/index.js +16 -1
  55. package/data/layers/full/tokens/scss/_tokens.scss +4 -1
  56. package/data/layers/full/tokens/themes/sick2018_dark.css +4 -1
  57. package/data/layers/full/tokens/themes/sick2018_light.css +4 -1
  58. package/data/layers/full/tokens/themes/sick2025_dark.css +4 -1
  59. package/data/layers/full/tokens/themes/sick2025_light.css +4 -1
  60. package/data/manifest.json +1 -1
  61. package/package.json +6 -6
  62. package/data/layers/full/component/component:syn-icon-button/components/icon-button.custom.styles.ts +0 -79
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1267](https://github.com/synergy-design-system/synergy-design-system/pull/1267) [`2444517`](https://github.com/synergy-design-system/synergy-design-system/commit/2444517aaedc22b115d9572dd14d47c43189ec5d) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-04-29
8
+
9
+ fix: πŸ› `<syn-icon-button>` is not visible when `disabled` in dark mode ([#1257](https://github.com/synergy-design-system/synergy-design-system/issues/1257))
10
+
11
+ This release fixes an issue where disabled `<syn-icon-button>` components were appearing too light in dark mode, making them difficult to see. The disabled state styling now properly contrasts with the dark background.
12
+
13
+ ## 3.1.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [#1273](https://github.com/synergy-design-system/synergy-design-system/pull/1273) [`930328a`](https://github.com/synergy-design-system/synergy-design-system/commit/930328af3af87ba91738b89984ad7b11edd78ec5) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-04-29
18
+
19
+ feat: ✨ add new headline styles ([#1268](https://github.com/synergy-design-system/synergy-design-system/issues/1268))
20
+
21
+ This Release adds missing typographic classes:
22
+ - `.syn-heading--medium`
23
+ - `.syn-heading--4x-large`
24
+ - `.syn-body--2x-small`
25
+
3
26
  ## 3.0.1
4
27
 
5
28
  ### Patch Changes
@@ -157,10 +157,6 @@
157
157
  "layer": "full",
158
158
  "path": "layers/full/component/component:syn-icon-button/components/icon-button.component.ts"
159
159
  },
160
- {
161
- "layer": "full",
162
- "path": "layers/full/component/component:syn-icon-button/components/icon-button.custom.styles.ts"
163
- },
164
160
  {
165
161
  "layer": "full",
166
162
  "path": "layers/full/component/component:syn-icon-button/components/icon-button.styles.ts"
@@ -205,7 +201,6 @@
205
201
  "sources": [
206
202
  "packages/angular/components/icon-button/icon-button.component.ts",
207
203
  "packages/components/src/components/icon-button/icon-button.component.ts",
208
- "packages/components/src/components/icon-button/icon-button.custom.styles.ts",
209
204
  "packages/components/src/components/icon-button/icon-button.styles.ts",
210
205
  "packages/components/src/components/icon-button/icon-button.ts",
211
206
  "packages/react/src/components/icon-button.ts",
@@ -21,7 +21,7 @@
21
21
  "name": "Angular Components Module",
22
22
  "package": "angular",
23
23
  "relations": [],
24
- "since": "3.12.1",
24
+ "since": "3.13.1",
25
25
  "sources": [
26
26
  "packages/angular/modules/synergy/synergy.module.ts",
27
27
  "packages/angular/components/index.ts"
@@ -22,7 +22,7 @@
22
22
  "name": "Angular Forms Module",
23
23
  "package": "angular",
24
24
  "relations": [],
25
- "since": "3.12.1",
25
+ "since": "3.13.1",
26
26
  "sources": [
27
27
  "packages/angular/modules/forms/forms.module.ts"
28
28
  ],
@@ -2,7 +2,7 @@
2
2
  "custom": {
3
3
  "framework": "angular",
4
4
  "packageName": "@synergy-design-system/angular",
5
- "packageVersion": "3.12.1",
5
+ "packageVersion": "3.13.1",
6
6
  "subpathExports": [
7
7
  ".",
8
8
  "./components/*",
@@ -39,7 +39,7 @@
39
39
  "name": "Angular Framework Package",
40
40
  "package": "angular",
41
41
  "relations": [],
42
- "since": "3.12.1",
42
+ "since": "3.13.1",
43
43
  "sources": [
44
44
  "packages/angular/README.md",
45
45
  "packages/angular/CHANGELOG.md",
@@ -22,7 +22,7 @@
22
22
  "name": "Angular Validators Module",
23
23
  "package": "angular",
24
24
  "relations": [],
25
- "since": "3.12.1",
25
+ "since": "3.13.1",
26
26
  "sources": [
27
27
  "packages/angular/directives/validators/validators.ts"
28
28
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "custom": {
3
3
  "packageName": "@synergy-design-system/components",
4
- "packageVersion": "3.12.1"
4
+ "packageVersion": "3.13.1"
5
5
  },
6
6
  "id": "setup:components-package",
7
7
  "kind": "setup",
@@ -40,7 +40,7 @@
40
40
  "name": "Components Package",
41
41
  "package": "components",
42
42
  "relations": [],
43
- "since": "3.12.1",
43
+ "since": "3.13.1",
44
44
  "sources": [
45
45
  "packages/components/README.md",
46
46
  "packages/components/CHANGELOG.md",
@@ -2,7 +2,7 @@
2
2
  "custom": {
3
3
  "framework": "react",
4
4
  "packageName": "@synergy-design-system/react",
5
- "packageVersion": "3.12.1",
5
+ "packageVersion": "3.13.1",
6
6
  "subpathExports": [
7
7
  ".",
8
8
  "./components/*",
@@ -42,7 +42,7 @@
42
42
  "name": "React Framework Package",
43
43
  "package": "react",
44
44
  "relations": [],
45
- "since": "3.12.1",
45
+ "since": "3.13.1",
46
46
  "sources": [
47
47
  "packages/react/README.md",
48
48
  "packages/react/CHANGELOG.md",
@@ -6,7 +6,7 @@
6
6
  "./package.json"
7
7
  ],
8
8
  "packageName": "@synergy-design-system/styles",
9
- "packageVersion": "2.0.4"
9
+ "packageVersion": "2.1.0"
10
10
  },
11
11
  "id": "setup:styles-package",
12
12
  "kind": "setup",
@@ -33,7 +33,7 @@
33
33
  "name": "Styles Package",
34
34
  "package": "styles",
35
35
  "relations": [],
36
- "since": "2.0.4",
36
+ "since": "2.1.0",
37
37
  "sources": [
38
38
  "packages/styles/README.md",
39
39
  "packages/styles/CHANGELOG.md",
@@ -24,7 +24,7 @@
24
24
  "./themes/*"
25
25
  ],
26
26
  "packageName": "@synergy-design-system/tokens",
27
- "packageVersion": "3.12.1"
27
+ "packageVersion": "3.13.1"
28
28
  },
29
29
  "id": "setup:tokens-package",
30
30
  "kind": "setup",
@@ -51,7 +51,7 @@
51
51
  "name": "Tokens Package",
52
52
  "package": "tokens",
53
53
  "relations": [],
54
- "since": "3.12.1",
54
+ "since": "3.13.1",
55
55
  "sources": [
56
56
  "packages/tokens/BREAKING_CHANGES.md",
57
57
  "packages/tokens/CHANGELOG.md",
@@ -2,7 +2,7 @@
2
2
  "custom": {
3
3
  "framework": "vue",
4
4
  "packageName": "@synergy-design-system/vue",
5
- "packageVersion": "3.12.1"
5
+ "packageVersion": "3.13.1"
6
6
  },
7
7
  "id": "setup:vue-package",
8
8
  "kind": "setup",
@@ -33,7 +33,7 @@
33
33
  "name": "Vue Framework Package",
34
34
  "package": "vue",
35
35
  "relations": [],
36
- "since": "3.12.1",
36
+ "since": "3.13.1",
37
37
  "sources": [
38
38
  "packages/vue/README.md",
39
39
  "packages/vue/CHANGELOG.md",
@@ -21,7 +21,7 @@
21
21
  "name": "syn-body",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.0.4",
24
+ "since": "2.1.0",
25
25
  "sources": [
26
26
  "packages/styles/src/typography/body.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-heading",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.0.4",
24
+ "since": "2.1.0",
25
25
  "sources": [
26
26
  "packages/styles/src/typography/heading.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-link-list",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.0.4",
24
+ "since": "2.1.0",
25
25
  "sources": [
26
26
  "packages/styles/src/link-list/index.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-link",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.0.4",
24
+ "since": "2.1.0",
25
25
  "sources": [
26
26
  "packages/styles/src/link/index.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-table-cell",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.0.4",
24
+ "since": "2.1.0",
25
25
  "sources": [
26
26
  "packages/styles/src/tables/table-cell.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-table",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.0.4",
24
+ "since": "2.1.0",
25
25
  "sources": [
26
26
  "packages/styles/src/tables/table.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-weight",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.0.4",
24
+ "since": "2.1.0",
25
25
  "sources": [
26
26
  "packages/styles/src/typography/weight.css"
27
27
  ],
@@ -0,0 +1,22 @@
1
+ {
2
+ "custom": {},
3
+ "id": "template:loading-screen",
4
+ "kind": "template",
5
+ "layers": {
6
+ "examples": [
7
+ {
8
+ "layer": "examples",
9
+ "path": "layers/examples/template/template:loading-screen.md"
10
+ }
11
+ ]
12
+ },
13
+ "name": "Loading Screen",
14
+ "package": "docs",
15
+ "relations": [],
16
+ "since": "1.0.0",
17
+ "sources": [],
18
+ "status": "stable",
19
+ "tags": [
20
+ "template"
21
+ ]
22
+ }
@@ -18,7 +18,7 @@
18
18
  "name": "sick2018-dark.json",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.12.1",
21
+ "since": "3.13.1",
22
22
  "sources": [
23
23
  "packages/tokens/src/figma-variables/output/sick2018-dark.json"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2018-light.json",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.12.1",
21
+ "since": "3.13.1",
22
22
  "sources": [
23
23
  "packages/tokens/src/figma-variables/output/sick2018-light.json"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2025-dark.json",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.12.1",
21
+ "since": "3.13.1",
22
22
  "sources": [
23
23
  "packages/tokens/src/figma-variables/output/sick2025-dark.json"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2025-light.json",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.12.1",
21
+ "since": "3.13.1",
22
22
  "sources": [
23
23
  "packages/tokens/src/figma-variables/output/sick2025-light.json"
24
24
  ],
@@ -17,7 +17,7 @@
17
17
  "name": "index.d.ts",
18
18
  "package": "tokens",
19
19
  "relations": [],
20
- "since": "3.12.1",
20
+ "since": "3.13.1",
21
21
  "sources": [
22
22
  "packages/tokens/dist/js/index.d.ts"
23
23
  ],
@@ -17,7 +17,7 @@
17
17
  "name": "index.js",
18
18
  "package": "tokens",
19
19
  "relations": [],
20
- "since": "3.12.1",
20
+ "since": "3.13.1",
21
21
  "sources": [
22
22
  "packages/tokens/dist/js/index.js"
23
23
  ],
@@ -17,7 +17,7 @@
17
17
  "name": "_tokens.scss",
18
18
  "package": "tokens",
19
19
  "relations": [],
20
- "since": "3.12.1",
20
+ "since": "3.13.1",
21
21
  "sources": [
22
22
  "packages/tokens/dist/scss/_tokens.scss"
23
23
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2018_dark.css",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.12.1",
21
+ "since": "3.13.1",
22
22
  "sources": [
23
23
  "packages/tokens/dist/themes/sick2018_dark.css"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2018_light.css",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.12.1",
21
+ "since": "3.13.1",
22
22
  "sources": [
23
23
  "packages/tokens/dist/themes/sick2018_light.css"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2025_dark.css",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.12.1",
21
+ "since": "3.13.1",
22
22
  "sources": [
23
23
  "packages/tokens/dist/themes/sick2025_dark.css"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2025_light.css",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.12.1",
21
+ "since": "3.13.1",
22
22
  "sources": [
23
23
  "packages/tokens/dist/themes/sick2025_light.css"
24
24
  ],
package/data/index.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "builtAt": "2026-04-28T09:14:39.905Z",
2
+ "builtAt": "2026-04-29T13:20:40.658Z",
3
3
  "entities": [
4
4
  {
5
5
  "corePath": "data/core/asset/asset:sick2018-icons.json",
@@ -491,7 +491,7 @@
491
491
  "kind": "component",
492
492
  "layers": {
493
493
  "examples": 1,
494
- "full": 8,
494
+ "full": 7,
495
495
  "interface": 2
496
496
  },
497
497
  "name": "syn-icon-button",
@@ -1503,6 +1503,20 @@
1503
1503
  "template"
1504
1504
  ]
1505
1505
  },
1506
+ {
1507
+ "corePath": "data/core/template/template:loading-screen.json",
1508
+ "id": "template:loading-screen",
1509
+ "kind": "template",
1510
+ "layers": {
1511
+ "examples": 1
1512
+ },
1513
+ "name": "Loading Screen",
1514
+ "search": [
1515
+ "template:loading-screen",
1516
+ "Loading Screen",
1517
+ "template"
1518
+ ]
1519
+ },
1506
1520
  {
1507
1521
  "corePath": "data/core/template/template:localization.json",
1508
1522
  "id": "template:localization",
@@ -17,24 +17,26 @@ Icons buttons are simple, icon-only buttons that can be used for actions and in
17
17
  Use the size attribute to change a icon-button size.
18
18
 
19
19
  ```html
20
- <syn-icon-button
21
- name="wallpaper"
22
- label="Wallpaper"
23
- color="neutral"
24
- size="small"
25
- ></syn-icon-button>
26
- <syn-icon-button
27
- name="wallpaper"
28
- label="Wallpaper"
29
- color="neutral"
30
- size="medium"
31
- ></syn-icon-button>
32
- <syn-icon-button
33
- name="wallpaper"
34
- label="Wallpaper"
35
- color="neutral"
36
- size="large"
37
- ></syn-icon-button>
20
+ <div style="align-items: end; display: flex; gap: var(--syn-spacing-large)">
21
+ <syn-icon-button
22
+ name="wallpaper"
23
+ label="Wallpaper"
24
+ color="neutral"
25
+ size="small"
26
+ ></syn-icon-button>
27
+ <syn-icon-button
28
+ name="wallpaper"
29
+ label="Wallpaper"
30
+ color="neutral"
31
+ size="medium"
32
+ ></syn-icon-button>
33
+ <syn-icon-button
34
+ name="wallpaper"
35
+ label="Wallpaper"
36
+ color="neutral"
37
+ size="large"
38
+ ></syn-icon-button>
39
+ </div>
38
40
  ```
39
41
 
40
42
  ---
@@ -44,18 +46,20 @@ Use the size attribute to change a icon-button size.
44
46
  The Icon button can have two color variants, Primary or Neutral Color.
45
47
 
46
48
  ```html
47
- <syn-icon-button
48
- name="wallpaper"
49
- label="Wallpaper"
50
- color="neutral"
51
- size="medium"
52
- ></syn-icon-button>
53
- <syn-icon-button
54
- name="wallpaper"
55
- label="Wallpaper"
56
- color="primary"
57
- size="medium"
58
- ></syn-icon-button>
49
+ <div style="align-items: center; display: flex; gap: var(--syn-spacing-large)">
50
+ <syn-icon-button
51
+ name="wallpaper"
52
+ label="Wallpaper"
53
+ color="neutral"
54
+ size="medium"
55
+ ></syn-icon-button>
56
+ <syn-icon-button
57
+ name="wallpaper"
58
+ label="Wallpaper"
59
+ color="primary"
60
+ size="medium"
61
+ ></syn-icon-button>
62
+ </div>
59
63
  ```
60
64
 
61
65
  ---
@@ -82,13 +86,22 @@ It’s often helpful to have a button that works like a link. This is possible b
82
86
  Use the disabled attribute to disable the icon button.
83
87
 
84
88
  ```html
85
- <syn-icon-button
86
- name="wallpaper"
87
- label="Wallpaper"
88
- color="neutral"
89
- disabled=""
90
- size="medium"
91
- ></syn-icon-button>
89
+ <div style="align-items: center; display: flex; gap: var(--syn-spacing-large)">
90
+ <syn-icon-button
91
+ name="wallpaper"
92
+ label="Wallpaper"
93
+ color="neutral"
94
+ disabled=""
95
+ size="medium"
96
+ ></syn-icon-button>
97
+ <syn-icon-button
98
+ name="wallpaper"
99
+ label="Wallpaper"
100
+ color="primary"
101
+ disabled=""
102
+ size="medium"
103
+ ></syn-icon-button>
104
+ </div>
92
105
  ```
93
106
 
94
107
  ---
@@ -99,12 +112,28 @@ The focus event gives the user feedback that the icon-button has been focused by
99
112
 
100
113
  ```html
101
114
  <div style="padding: 5px">
102
- <syn-icon-button
103
- name="wallpaper"
104
- label="Wallpaper"
105
- color="neutral"
106
- size="medium"
107
- ></syn-icon-button>
115
+ <div
116
+ style="align-items: center; display: flex; gap: var(--syn-spacing-large)"
117
+ >
118
+ <syn-icon-button
119
+ name="wallpaper"
120
+ label="Wallpaper"
121
+ color="neutral"
122
+ size="small"
123
+ ></syn-icon-button>
124
+ <syn-icon-button
125
+ name="wallpaper"
126
+ label="Wallpaper"
127
+ color="neutral"
128
+ size="medium"
129
+ ></syn-icon-button>
130
+ <syn-icon-button
131
+ name="wallpaper"
132
+ label="Wallpaper"
133
+ color="neutral"
134
+ size="large"
135
+ ></syn-icon-button>
136
+ </div>
108
137
  </div>
109
138
  ```
110
139
 
@@ -1,5 +1,32 @@
1
1
  ## Default
2
2
 
3
3
  ```html
4
- <span class="syn-body--x-small"> This is a default body text </span>
4
+ <span class="syn-body--2x-small"> This is a default body text </span>
5
+ ```
6
+
7
+ ---
8
+
9
+ ## Available Body Text
10
+
11
+ ```html
12
+ <section class="body-stories-list">
13
+ <p class="syn-body--2x-small">
14
+ The quick brown fox jumped over the lazy dog.
15
+ </p>
16
+ <p class="syn-body--x-small">The quick brown fox jumped over the lazy dog.</p>
17
+ <p class="syn-body--small">The quick brown fox jumped over the lazy dog.</p>
18
+ <p class="syn-body--medium">The quick brown fox jumped over the lazy dog.</p>
19
+ <p class="syn-body--large">The quick brown fox jumped over the lazy dog.</p>
20
+ </section>
21
+ <style>
22
+ section.body-stories-list {
23
+ display: flex;
24
+ gap: var(--syn-spacing-medium);
25
+ flex-direction: column;
26
+
27
+ p {
28
+ margin: 0;
29
+ }
30
+ }
31
+ </style>
5
32
  ```