@synergy-design-system/tokens 1.10.0 → 1.12.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 CHANGED
@@ -1,3 +1,17 @@
1
+ # [@synergy-design-system/tokens-v1.12.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.11.0...tokens/1.12.0) (2024-04-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ opacity-token 50% ([#428](https://github.com/synergy-design-system/synergy-design-system/issues/428)) ([ec1493d](https://github.com/synergy-design-system/synergy-design-system/commit/ec1493d8c0cedaf6568be970e8d9a5c0c1ab82fa))
7
+
8
+ # [@synergy-design-system/tokens-v1.11.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.10.0...tokens/1.11.0) (2024-04-08)
9
+
10
+
11
+ ### Features
12
+
13
+ * ✨ add syn-side-nav, syn-nav-item, syn-prio-nav ([#364](https://github.com/synergy-design-system/synergy-design-system/issues/364)) ([fd9b821](https://github.com/synergy-design-system/synergy-design-system/commit/fd9b82138385f2708003ce18d9c118b7a8fb7925))
14
+
1
15
  # [@synergy-design-system/tokens-v1.10.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.9.1...tokens/1.10.0) (2024-03-28)
2
16
 
3
17
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.9.1
2
+ * @synergy-design-system/tokens version 1.11.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -269,6 +269,11 @@ export const SynBorderWidthXLarge: string;
269
269
  */
270
270
  export const SynFontSansFallback: string;
271
271
 
272
+ /**
273
+ * Maps to the css variable `--syn-opacity-medium`
274
+ */
275
+ export const SynOpacityMedium: string;
276
+
272
277
  /**
273
278
  * Maps to the css variable `--syn-button-font-size-small`
274
279
  */
package/dist/js/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.9.1
2
+ * @synergy-design-system/tokens version 1.11.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -268,6 +268,11 @@ export const SynBorderWidthXLarge = 'var(--syn-border-width-x-large)';
268
268
  */
269
269
  export const SynFontSansFallback = 'var(--syn-font-sans-fallback)';
270
270
 
271
+ /**
272
+ * @type {string}
273
+ */
274
+ export const SynOpacityMedium = 'var(--syn-opacity-medium)';
275
+
271
276
  /**
272
277
  * @type {string}
273
278
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.9.1
2
+ * @synergy-design-system/tokens version 1.11.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynFontSizeXSmall: var(--syn-font-size-x-small) !default;
@@ -55,6 +55,7 @@ $SynBorderWidthMedium: var(--syn-border-width-medium) !default;
55
55
  $SynBorderWidthLarge: var(--syn-border-width-large) !default;
56
56
  $SynBorderWidthXLarge: var(--syn-border-width-x-large) !default;
57
57
  $SynFontSansFallback: var(--syn-font-sans-fallback) !default;
58
+ $SynOpacityMedium: var(--syn-opacity-medium) !default;
58
59
  $SynButtonFontSizeSmall: var(--syn-button-font-size-small) !default;
59
60
  $SynButtonFontSizeMedium: var(--syn-button-font-size-medium) !default;
60
61
  $SynButtonFontSizeLarge: var(--syn-button-font-size-large) !default;
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.9.1
2
+ * @synergy-design-system/tokens version 1.11.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Thu, 28 Mar 2024 09:52:06 GMT
5
+ * Generated on Thu, 18 Apr 2024 09:32:36 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -61,6 +61,7 @@
61
61
  --syn-border-width-large: 3px; /* Large */
62
62
  --syn-border-width-x-large: 4px; /* X Large */
63
63
  --syn-font-sans-fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
64
+ --syn-opacity-medium: 0.5; /* 50% */
64
65
  --syn-button-font-size-small: var(--syn-font-size-small);
65
66
  --syn-button-font-size-medium: var(--syn-font-size-medium);
66
67
  --syn-button-font-size-large: var(--syn-font-size-large);
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.9.1
2
+ * @synergy-design-system/tokens version 1.11.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Thu, 28 Mar 2024 09:52:06 GMT
5
+ * Generated on Thu, 18 Apr 2024 09:32:36 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-light {
@@ -61,6 +61,7 @@
61
61
  --syn-border-width-large: 3px; /* Large */
62
62
  --syn-border-width-x-large: 4px; /* X Large */
63
63
  --syn-font-sans-fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
64
+ --syn-opacity-medium: 0.5; /* 50% */
64
65
  --syn-button-font-size-small: var(--syn-font-size-small);
65
66
  --syn-button-font-size-medium: var(--syn-font-size-medium);
66
67
  --syn-button-font-size-large: var(--syn-font-size-large);
package/package.json CHANGED
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "type": "module",
103
103
  "types": "./dist/js/index.d.ts",
104
- "version": "1.10.0",
104
+ "version": "1.12.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -1,13 +1,85 @@
1
1
  {
2
2
  "components": {
3
3
  "alert": {
4
- "description": {
5
- "value": "Alerts are used to display important messages inline or as toast notifications.",
6
- "type": "text"
4
+ "default": {
5
+ "description": {
6
+ "value": "Alerts are used to display important messages inline or as toast notifications.",
7
+ "type": "text"
8
+ },
9
+ "title": {
10
+ "value": "Alert",
11
+ "type": "text"
12
+ }
7
13
  },
8
- "title": {
9
- "value": "Alert",
10
- "type": "text"
14
+ "variants": {
15
+ "title": {
16
+ "value": "Variants",
17
+ "type": "text"
18
+ },
19
+ "description": {
20
+ "value": "Set the variant attribute to change the alert’s variant.",
21
+ "type": "text"
22
+ }
23
+ },
24
+ "closable": {
25
+ "title": {
26
+ "value": "Closable",
27
+ "type": "text"
28
+ },
29
+ "description": {
30
+ "value": "Add the closable attribute to show a close button that will hide the alert.",
31
+ "type": "text"
32
+ }
33
+ },
34
+ "without-icons": {
35
+ "title": {
36
+ "value": "Without Icons",
37
+ "type": "text"
38
+ },
39
+ "description": {
40
+ "value": "Icons are optional. Simply omit the icon slot if you don’t want them.",
41
+ "type": "text"
42
+ }
43
+ },
44
+ "duration": {
45
+ "title": {
46
+ "value": "Duration",
47
+ "type": "text"
48
+ },
49
+ "description": {
50
+ "value": "Set the duration attribute to automatically hide an alert after a period of time. This is useful for alerts that don’t require acknowledgement.",
51
+ "type": "text"
52
+ }
53
+ },
54
+ "toast-notifications": {
55
+ "titel": {
56
+ "value": "Toast Notifications",
57
+ "type": "text"
58
+ },
59
+ "description": {
60
+ "value": "To display an alert as a toast notification, or “toast”, create the alert and call its toast() method. This will move the alert out of its position in the DOM and into the toast stack where it will be shown. Once dismissed, it will be removed from the DOM completely. To reuse a toast, store a reference to it and call toast() again later on.\n\nYou should always use the closable attribute so users can dismiss the notification. It’s also common to set a reasonable duration when the notification doesn’t require acknowledgement.",
61
+ "type": "text"
62
+ }
63
+ },
64
+ "creating-toasts-imperatively": {
65
+ "title": {
66
+ "value": "Creating Toasts Imperatively",
67
+ "type": "text"
68
+ },
69
+ "description": {
70
+ "value": "For convenience, you can create a utility that emits toast notifications with a function call rather than composing them in your HTML. To do this, generate the alert with JavaScript, append it to the body, and call the toast() method as shown in the example below.",
71
+ "type": "text"
72
+ }
73
+ },
74
+ "toast-stack": {
75
+ "title": {
76
+ "value": "The Toast Stack",
77
+ "type": "text"
78
+ },
79
+ "description": {
80
+ "value": "The toast stack is a fixed position singleton element created and managed internally by the alert component. It will be added and removed from the DOM as needed when toasts are shown. When more than one toast is visible, they will stack vertically in the toast stack.\n\nBy default, the toast stack is positioned at the top-right of the viewport. You can change its position by targeting .syn-toast-stack in your stylesheet. To make toasts appear at the top-left of the viewport, for example, use the following styles.",
81
+ "type": "text"
82
+ }
11
83
  }
12
84
  },
13
85
  "animated-image": {
@@ -367,13 +439,65 @@
367
439
  }
368
440
  },
369
441
  "dialog": {
370
- "description": {
371
- "value": "Dialogs, sometimes called \"modals\", appear above the page and require the user's immediate attention.",
372
- "type": "text"
442
+ "default": {
443
+ "description": {
444
+ "value": "Dialogs, sometimes called \"modals\", appear above the page and require the user's immediate attention.",
445
+ "type": "text"
446
+ },
447
+ "title": {
448
+ "value": "Dialog",
449
+ "type": "text"
450
+ }
373
451
  },
374
- "title": {
375
- "value": "Dialog",
376
- "type": "text"
452
+ "custom-width": {
453
+ "title": {
454
+ "value": "Custom Width",
455
+ "type": "text"
456
+ },
457
+ "description": {
458
+ "value": "Use the --width custom property to set the dialog’s width.",
459
+ "type": "text"
460
+ }
461
+ },
462
+ "scrolling": {
463
+ "title": {
464
+ "value": "Scrolling",
465
+ "type": "text"
466
+ },
467
+ "description": {
468
+ "value": "By design, a dialog’s height will never exceed that of the viewport. As such, dialogs will not scroll with the page ensuring the header and footer are always accessible to the user.",
469
+ "type": "text"
470
+ }
471
+ },
472
+ "header-actions": {
473
+ "title": {
474
+ "value": "Header Actions",
475
+ "type": "text"
476
+ },
477
+ "description": {
478
+ "value": "The header shows a functional close button by default. You can use the header-actions slot to add additional icon buttons if needed.",
479
+ "type": "text"
480
+ }
481
+ },
482
+ "prevent-closing": {
483
+ "title": {
484
+ "value": "Preventing the Dialog from Closing",
485
+ "type": "text"
486
+ },
487
+ "description": {
488
+ "value": "By default, dialogs will close when the user clicks the close button, clicks the overlay, or presses the Escape key. In most cases, the default behavior is the best behavior in terms of UX. However, there are situations where this may be undesirable, such as when data loss will occur.\n\nTo keep the dialog open in such cases, you can cancel the syn-request-close event. When canceled, the dialog will remain open and pulse briefly to draw the user’s attention to it.\n\nYou can use event.detail.source to determine what triggered the request to close. This example prevents the dialog from closing when the overlay is clicked, but allows the close button or Escape to dismiss it.",
489
+ "type": "text"
490
+ }
491
+ },
492
+ "focus": {
493
+ "title": {
494
+ "value": "Customizing Initial Focus",
495
+ "type": "text"
496
+ },
497
+ "description": {
498
+ "value": "By default, the dialog’s panel will gain focus when opened. This allows a subsequent tab press to focus on the first tabbable element in the dialog. If you want a different element to have focus, add the autofocus attribute to it as shown below.",
499
+ "type": "text"
500
+ }
377
501
  }
378
502
  },
379
503
  "divider": {
@@ -533,7 +657,7 @@
533
657
  "dropdown": {
534
658
  "default": {
535
659
  "description": {
536
- "value": "Dropdowns expose additional content that “drops down” in a panel.

Dropdowns consist of a trigger and a panel. By default, activating the trigger will expose the panel and interacting outside of the panel will close it.\n\nDropdowns are designed to work well with menus to provide a list of options the user can select from. However, dropdowns can also be used in lower-level applications (e.g. color picker). The API gives you complete control over showing, hiding, and positioning the panel.",
660
+ "value": "Dropdowns expose additional content that “drops down” in a panel.

Dropdowns consist of a trigger and a panel. By default, activating the trigger will expose the panel and interacting outside of the panel will close it.\n\nDropdowns are designed to work well with menus to provide a list of options the user can select from. However, dropdowns can also be used in lower-level applications (e.g. color picker). The API gives you complete control over showing, hiding, and positioning the panel.",
537
661
  "type": "text"
538
662
  },
539
663
  "title": {
@@ -626,6 +750,28 @@
626
750
  "type": "text"
627
751
  }
628
752
  },
753
+ "prio-nav": {
754
+ "default": {
755
+ "description": {
756
+ "value": "Priority navigation is supported as product navigation if required. This navigation layout provides a high level of findability and support so that users know where they are at all times and can ensure that they can easily reach their goals.\n\nNote: Please note that the priority navigation does not have a child menu navigation, if you want to have a child navigation, combine the priority navigation and the side navigation",
757
+ "type": "text"
758
+ },
759
+ "title": {
760
+ "value": "Priority Navigation",
761
+ "type": "text"
762
+ }
763
+ },
764
+ "priority-menu": {
765
+ "description": {
766
+ "value": "If there is not enough space, elements will move into a dropdown.",
767
+ "type": "text"
768
+ },
769
+ "title": {
770
+ "value": "Priority Menu",
771
+ "type": "text"
772
+ }
773
+ }
774
+ },
629
775
  "icon-button": {
630
776
  "default": {
631
777
  "description": {
@@ -965,7 +1111,7 @@
965
1111
  "type": "text"
966
1112
  },
967
1113
  "info": {
968
- "value": "Menus are intended for system menus (dropdown menus, select menus, context menus, etc.). They should not be mistaken for navigation menus which serve a different purpose and have a different semantic meaning. If you’re building navigation, use <nav> and <a> elements instead.\n(Figma: syn-side-nav or syn-horizontal-nav)",
1114
+ "value": "Menus are intended for system menus (dropdown menus, select menus, context menus, etc.). They should not be mistaken for navigation menus which serve a different purpose and have a different semantic meaning. If you’re building navigation, use <nav> and <a> elements instead.\n(Figma: syn-side-nav or syn-prio-nav)",
969
1115
  "type": "text"
970
1116
  },
971
1117
  "warning": {
@@ -1061,23 +1207,117 @@
1061
1207
  }
1062
1208
  },
1063
1209
  "progress-bar": {
1064
- "description": {
1065
- "value": "Progress bars are used to show the status of an ongoing operation.",
1066
- "type": "text"
1210
+ "default": {
1211
+ "description": {
1212
+ "value": "Progress bars are used to show the status of an ongoing operation.",
1213
+ "type": "text"
1214
+ },
1215
+ "title": {
1216
+ "value": "Progress Bar",
1217
+ "type": "text"
1218
+ }
1067
1219
  },
1068
- "title": {
1069
- "value": "Progress Bar",
1070
- "type": "text"
1220
+ "labels": {
1221
+ "title": {
1222
+ "value": "Labels",
1223
+ "type": "text"
1224
+ },
1225
+ "decription": {
1226
+ "value": "Use the label attribute to label the progress bar and tell assistive devices how to announce it.",
1227
+ "type": "text"
1228
+ }
1229
+ },
1230
+ "custom-height": {
1231
+ "title": {
1232
+ "value": "Custom Height",
1233
+ "type": "text"
1234
+ },
1235
+ "description": {
1236
+ "value": "Use the --height custom property to set the progress bar’s height.",
1237
+ "type": "text"
1238
+ }
1239
+ },
1240
+ "showing-values": {
1241
+ "title": {
1242
+ "value": "Showing Values",
1243
+ "type": "text"
1244
+ },
1245
+ "description": {
1246
+ "value": "Use the default slot to show a value.",
1247
+ "type": "text"
1248
+ }
1249
+ },
1250
+ "indeterminate": {
1251
+ "title": {
1252
+ "value": "Indeterminate",
1253
+ "type": "text"
1254
+ },
1255
+ "description": {
1256
+ "value": "The indeterminate attribute can be used to inform the user that the operation is pending, but its status cannot currently be determined. In this state, value is ignored and the label, if present, will not be shown.",
1257
+ "type": "text"
1258
+ }
1071
1259
  }
1072
1260
  },
1073
1261
  "progress-ring": {
1074
- "description": {
1075
- "value": "Progress rings are used to show the progress of a determinate operation in a circular fashion.",
1076
- "type": "text"
1262
+ "default": {
1263
+ "description": {
1264
+ "value": "Progress rings are used to show the progress of a determinate operation in a circular fashion.",
1265
+ "type": "text"
1266
+ },
1267
+ "title": {
1268
+ "value": "Progress Ring",
1269
+ "type": "text"
1270
+ }
1077
1271
  },
1078
- "title": {
1079
- "value": "Progress Ring",
1080
- "type": "text"
1272
+ "size": {
1273
+ "title": {
1274
+ "value": "Size",
1275
+ "type": "text"
1276
+ },
1277
+ "description": {
1278
+ "value": "Use the --size custom property to set the diameter of the progress ring.",
1279
+ "type": "text"
1280
+ }
1281
+ },
1282
+ "track-indicator-width": {
1283
+ "title": {
1284
+ "value": "Track and Indicator Width",
1285
+ "type": "text"
1286
+ },
1287
+ "description": {
1288
+ "value": "Use the --track-width and --indicator-width custom properties to set the width of the progress ring’s track and indicator.",
1289
+ "type": "text"
1290
+ }
1291
+ },
1292
+ "color": {
1293
+ "titel": {
1294
+ "value": "Colors",
1295
+ "type": "text"
1296
+ },
1297
+ "description": {
1298
+ "value": "To change the color, use the --track-color and --indicator-color custom properties.",
1299
+ "type": "text"
1300
+ }
1301
+ },
1302
+ "labels": {
1303
+ "title": {
1304
+ "value": "Labels",
1305
+ "type": "text"
1306
+ },
1307
+ "description": {
1308
+ "value": "Use the label attribute to label the progress ring and tell assistive devices how to announce it.",
1309
+ "type": "text"
1310
+ }
1311
+ },
1312
+ "show-values": {
1313
+ "title": {
1314
+ "value": "Showing Values",
1315
+ "type": "text"
1316
+ },
1317
+ "description": {
1318
+ "value": "Use the default slot to show a label inside the progress ring.",
1319
+ "type": "text"
1320
+ }
1081
1321
  }
1082
1322
  },
1083
1323
  "qr-code": {
@@ -1375,13 +1615,45 @@
1375
1615
  }
1376
1616
  },
1377
1617
  "spinner": {
1378
- "description": {
1379
- "value": "Spinners are used to show the progress of an indeterminate operation.",
1380
- "type": "text"
1618
+ "default": {
1619
+ "description": {
1620
+ "value": "Spinners are used to show the progress of an indeterminate operation.",
1621
+ "type": "text"
1622
+ },
1623
+ "title": {
1624
+ "value": "Spinner",
1625
+ "type": "text"
1626
+ }
1381
1627
  },
1382
- "title": {
1383
- "value": "Spinner",
1384
- "type": "text"
1628
+ "size": {
1629
+ "title": {
1630
+ "value": "Size",
1631
+ "type": "text"
1632
+ },
1633
+ "description": {
1634
+ "value": "Spinners are sized based on the current font size. To change their size, set the font-size property on the spinner itself or on a parent element as shown below.",
1635
+ "type": "text"
1636
+ }
1637
+ },
1638
+ "track-width": {
1639
+ "title": {
1640
+ "value": "Track Width",
1641
+ "type": "text"
1642
+ },
1643
+ "description": {
1644
+ "value": "The width of the spinner’s track can be changed by setting the --track-width custom property.",
1645
+ "type": "text"
1646
+ }
1647
+ },
1648
+ "color": {
1649
+ "title": {
1650
+ "value": "Color",
1651
+ "type": "text"
1652
+ },
1653
+ "description": {
1654
+ "value": "The spinner’s colors can be changed by setting the --indicator-color and --track-color custom properties.",
1655
+ "type": "text"
1656
+ }
1385
1657
  }
1386
1658
  },
1387
1659
  "split-panel": {
@@ -1875,7 +2147,7 @@
1875
2147
  "type": "text"
1876
2148
  },
1877
2149
  "description": {
1878
- "value": "Use the label attribute to change the content of a navigtion item.",
2150
+ "value": "Use the label attribute to change the content of a navigation item.",
1879
2151
  "type": "text"
1880
2152
  }
1881
2153
  },
@@ -1885,7 +2157,7 @@
1885
2157
  "type": "text"
1886
2158
  },
1887
2159
  "description": {
1888
- "value": "Use the prefix and suffix slots to add. If available the prefix slot will be shown in the rail navigation.",
2160
+ "value": "The current attribute provides the user feedback about which of the navigation elements is currently selected.",
1889
2161
  "type": "text"
1890
2162
  }
1891
2163
  },
@@ -1895,7 +2167,7 @@
1895
2167
  "type": "text"
1896
2168
  },
1897
2169
  "description": {
1898
- "value": "Use the prefix and suffix slots to add. If available the prefix slot will be shown in the rail navigation.",
2170
+ "value": "The focus event gives the user feedback that the Navigation Item has been focused by the keyboard interaction or active click from the user.",
1899
2171
  "type": "text"
1900
2172
  }
1901
2173
  },
@@ -1925,7 +2197,7 @@
1925
2197
  "type": "text"
1926
2198
  },
1927
2199
  "description": {
1928
- "value": "Use the *children attribute to indicate that show a chevron. In development this will be handled automatically as soon as an element has children.:",
2200
+ "value": "Use the *children attribute to indicate that a chevron should be shown. In development this will be handled automatically as soon as an element has children.\n\nNote:\nSince there should be no double use of functionality, a link cannot be mixed with an accordion behavior. The accordion always has priority, which means that if the href attribute is used at the same time as children, the link functionality is ignored and only the accordion behavior is provided.",
1929
2201
  "type": "text"
1930
2202
  }
1931
2203
  },
@@ -2020,6 +2292,16 @@
2020
2292
  "value": "Use the top navigation slot to add syn-navigation and horizontal syn-navigation-items.",
2021
2293
  "type": "text"
2022
2294
  }
2295
+ },
2296
+ "burger-menu": {
2297
+ "title": {
2298
+ "value": "Burger Menu",
2299
+ "type": "text"
2300
+ },
2301
+ "description": {
2302
+ "value": "Use the Burger Menu as trigger to open and close the Navigation. In the open state, the icon changes to a cancel icon. This will be hidden, if you use a rail navigation.",
2303
+ "type": "text"
2304
+ }
2023
2305
  }
2024
2306
  },
2025
2307
  "side-nav": {
@@ -2039,7 +2321,7 @@
2039
2321
  "type": "text"
2040
2322
  },
2041
2323
  "description": {
2042
- "value": "Use the rail attribute to only show the prefix of navigation items. This will open on hover on the rail navigation.\nOn touch devices the navigation opens on click and shows an overlay.\n\nNote: The Rail is only an option if all Navigation Items on the first level have an Icon. If this is not the case you should use a burger navigation. ",
2324
+ "value": "Use the rail attribute to only show the prefix of navigation items. This will open on hover on the rail navigation, therefore the header doesn't have an burger-menu-icon.\nOn touch devices the navigation opens on click and shows an overlay to be closable.\n\nNote: The Rail is only an option if all Navigation Items on the first level have an Icon. If this is not the case you should use a burger navigation.",
2043
2325
  "type": "text"
2044
2326
  }
2045
2327
  },
@@ -415,5 +415,12 @@
415
415
  "font-sans-fallback": {
416
416
  "value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", sans-serif",
417
417
  "type": "other"
418
+ },
419
+ "opacity": {
420
+ "medium": {
421
+ "value": "0.5",
422
+ "type": "opacity",
423
+ "description": "50%"
424
+ }
418
425
  }
419
426
  }