@dynatrace/strato-design-tokens 0.20.30 → 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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Strato Design
|
|
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/
|
|
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.
|
|
4
|
+
"version": "0.20.40",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
-
"homepage": "https://developer.dynatrace.com/
|
|
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",
|