@dynatrace/strato-design-tokens 0.20.20 → 0.20.40

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Strato Design Token
1
+ # Strato Design Tokens
2
2
 
3
3
  This package includes the design tokens of the Strato Design System.
4
4
 
@@ -12,7 +12,7 @@ npm install @dynatrace/strato-design-tokens
12
12
 
13
13
  ## Documentation
14
14
 
15
- Check out the extensive documentation on the [Dynatrace Developer Documentation](https://developer.dynatrace.com/preview/reference/design-system/)
15
+ Check out the extensive documentation on the [Dynatrace Developer Documentation](https://developer.dynatrace.com/design/design-tokens/)
16
16
 
17
17
  ## Breaking Changes
18
18
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@dynatrace/strato-design-tokens",
3
3
  "private": false,
4
- "version": "0.20.20",
4
+ "version": "0.20.40",
5
5
  "license": "Apache-2.0",
6
- "homepage": "https://developer.dynatrace.com/reference/design-system/strato-design-tokens/",
6
+ "homepage": "https://developer.dynatrace.com/design/design-tokens/",
7
7
  "types": "./index.d.ts",
8
8
  "main": "./index.js",
9
9
  "module": "./esm/index.js",