@synergy-design-system/tokens 1.0.3 → 1.1.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.1.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.0.3...tokens/1.1.0) (2024-01-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ add syn-icon-button ([#211](https://github.com/synergy-design-system/synergy-design-system/issues/211)) ([2a460be](https://github.com/synergy-design-system/synergy-design-system/commit/2a460be6bdad09c3a7b0fb211e92b26d71d5408e))
7
+
1
8
  # [@synergy-design-system/tokens-v1.0.3](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.0.2...tokens/1.0.3) (2024-01-10)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.0.2
2
+ * @synergy-design-system/tokens version 1.0.3
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.0.2
2
+ * @synergy-design-system/tokens version 1.0.3
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.0.2
2
+ * @synergy-design-system/tokens version 1.0.3
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynFontSize2xSmall: var(--syn-font-size-2x-small) !default;
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.0.2
2
+ * @synergy-design-system/tokens version 1.0.3
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 10 Jan 2024 09:31:19 GMT
5
+ * Generated on Thu, 11 Jan 2024 13:53:17 GMT
6
6
  */
7
7
 
8
8
  :root {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.0.2
2
+ * @synergy-design-system/tokens version 1.0.3
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 10 Jan 2024 09:31:19 GMT
5
+ * Generated on Thu, 11 Jan 2024 13:53:17 GMT
6
6
  */
7
7
 
8
8
  :root {
package/package.json CHANGED
@@ -99,12 +99,13 @@
99
99
  },
100
100
  "type": "module",
101
101
  "types": "./dist/js/index.d.ts",
102
- "version": "1.0.3",
102
+ "version": "1.1.0",
103
103
  "scripts": {
104
104
  "build": "pnpm clean && node scripts/build.js",
105
105
  "clean": "rimraf build",
106
106
  "lint": "eslint scripts",
107
107
  "start": "pnpm build",
108
- "release": "semantic-release --tagFormat 'tokens/${version}' -e semantic-release-monorepo"
108
+ "release": "semantic-release --tagFormat 'tokens/${version}' -e semantic-release-monorepo",
109
+ "release.dry": "semantic-release --dry-run --tagFormat 'tokens/${version}' -e semantic-release-monorepo"
109
110
  }
110
111
  }
@@ -454,6 +454,16 @@
454
454
  "value": "A description that gets read by assistive devices. For optimal accessibility, you have to include a label that describes what the icon button does.",
455
455
  "type": "text"
456
456
  }
457
+ },
458
+ "link": {
459
+ "title": {
460
+ "value": "Link Buttons",
461
+ "type": "text"
462
+ },
463
+ "description": {
464
+ "value": "It’s often helpful to have a button that works like a link. This is possible by setting the href attribute, which will make the component render an <a> under the hood. This gives you all the default link behavior the browser provides (e.g. CMD/CTRL/SHIFT + CLICK) and exposes the target and download attributes.",
465
+ "type": "text"
466
+ }
457
467
  }
458
468
  },
459
469
  "icon": {
@@ -1490,4 +1500,4 @@
1490
1500
  }
1491
1501
  }
1492
1502
  }
1493
- }
1503
+ }