@synergy-design-system/tokens 1.7.1 → 1.8.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,10 @@
1
+ # [@synergy-design-system/tokens-v1.8.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.7.1...tokens/1.8.0) (2024-02-28)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ Create syn-header ([#331](https://github.com/synergy-design-system/synergy-design-system/issues/331)) ([acde61d](https://github.com/synergy-design-system/synergy-design-system/commit/acde61d762dd4123aae553227f3af2015e824208))
7
+
1
8
  # [@synergy-design-system/tokens-v1.7.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.7.0...tokens/1.7.1) (2024-02-27)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.7.0
2
+ * @synergy-design-system/tokens version 1.7.1
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
package/dist/js/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.7.0
2
+ * @synergy-design-system/tokens version 1.7.1
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.7.0
2
+ * @synergy-design-system/tokens version 1.7.1
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynFontSizeXSmall: var(--syn-font-size-x-small) !default;
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.7.0
2
+ * @synergy-design-system/tokens version 1.7.1
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 27 Feb 2024 14:13:18 GMT
5
+ * Generated on Wed, 28 Feb 2024 13:40:21 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.7.0
2
+ * @synergy-design-system/tokens version 1.7.1
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 27 Feb 2024 14:13:18 GMT
5
+ * Generated on Wed, 28 Feb 2024 13:40:21 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-light {
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.7.1",
104
+ "version": "1.8.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -1701,6 +1701,68 @@
1701
1701
  "type": "text"
1702
1702
  }
1703
1703
  }
1704
+ },
1705
+ "header": {
1706
+ "default": {
1707
+ "title": {
1708
+ "value": "Header",
1709
+ "type": "text"
1710
+ },
1711
+ "description": {
1712
+ "value": "The header is used to indicate the name of the app, provide important actions in a toolbar and a navigation.",
1713
+ "type": "text"
1714
+ }
1715
+ },
1716
+ "label": {
1717
+ "title": {
1718
+ "value": "Label",
1719
+ "type": "text"
1720
+ },
1721
+ "description": {
1722
+ "value": "Use the label attribute to change the app name.",
1723
+ "type": "text"
1724
+ }
1725
+ },
1726
+ "logo": {
1727
+ "title": {
1728
+ "value": "Logo",
1729
+ "type": "text"
1730
+ },
1731
+ "description": {
1732
+ "value": "Use the logo slot to change the app logo. Usually this is only needed in whitelabel solutions, when the SICK branding explicitly has to be hidden.",
1733
+ "type": "text"
1734
+ }
1735
+ },
1736
+ "focus": {
1737
+ "title": {
1738
+ "value": "Focus",
1739
+ "type": "text"
1740
+ },
1741
+ "description": {
1742
+ "value": "The focus event gives the user feedback that a link in the logo has been focused by the keyboard interaction and that the link is ready to be navigated to.",
1743
+ "type": "text"
1744
+ }
1745
+ },
1746
+ "options": {
1747
+ "title": {
1748
+ "value": "Meta Navigation",
1749
+ "type": "text"
1750
+ },
1751
+ "description": {
1752
+ "value": "Use the Meta Navigation slot to add additional functionalities to your application. Please be aware of the guidelines regarding the order of icons in the toolbar.\nImportant: The Options Menu doesn’t handle any responsive behaviour, e. g. if there is not enough space for all items in different screen sizes. You have to make sure yourself, that your app works correctly and e. g. move elements into the footer of the side navigation or inside a “more” button in the Options Menu.",
1753
+ "type": "text"
1754
+ }
1755
+ },
1756
+ "navigation": {
1757
+ "title": {
1758
+ "value": "Top Navigation",
1759
+ "type": "text"
1760
+ },
1761
+ "description": {
1762
+ "value": "Use the top navigation slot to add syn-navigation and horizontal syn-navigation-items.",
1763
+ "type": "text"
1764
+ }
1765
+ }
1704
1766
  }
1705
1767
  },
1706
1768
  "frameworks": {
@@ -1993,4 +2055,4 @@
1993
2055
  }
1994
2056
  }
1995
2057
  }
1996
- }
2058
+ }