@dynatrace/strato-icons 0.29.1 → 0.30.5
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 +19 -0
- package/index.cjs.js +411 -397
- package/index.esm.js +411 -397
- package/index.esm.js.map +3 -3
- package/metadata.json +1 -1
- package/package.json +5 -6
- package/src/__icons/MoreIcon.d.ts +0 -1
- package/src/__icons/ParseIcon.d.ts +17 -0
- package/src/__icons/ParseIconIcon.d.ts +3 -0
- package/src/__icons/SyncDownloadIcon.d.ts +0 -1
- package/src/__icons/SyncUploadIcon.d.ts +0 -1
- package/src/index.d.ts +1 -0
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Strato Icons
|
|
4
|
+
|
|
5
|
+
This package includes the Icons for the Strato Design System.
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
npm install @dynatrace/strato-icons
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Documentation
|
|
14
|
+
|
|
15
|
+
Check out the extensive documentation on the [Dynatrace Developer Documentation](https://developer.dynatrace.com/preview/reference/design-system/)
|
|
16
|
+
|
|
17
|
+
## Breaking Changes
|
|
18
|
+
|
|
19
|
+
This package is in a preview state, which means breaking changes can occur at any time. To be able to iterate fast, **changes in this package we will not adhere to semver, thus breaking changes will not increase the major version**. The changes will be communicated in the changelog and whenever possible breaking changes will be automatically migrated with the `dt-app update` command.
|