@cas-smartdesign/design-tokens 1.7.1
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/LICENSE +8 -0
- package/dist/docs/index.html +1479 -0
- package/dist/tokens.cjs.js +167 -0
- package/dist/tokens.css +167 -0
- package/dist/tokens.d.ts +169 -0
- package/dist/tokens.esm.js +167 -0
- package/dist/tokens.json +167 -0
- package/dist/tokens.scss +494 -0
- package/npm-third-party-licenses.json +172 -0
- package/package.json +28 -0
- package/readme.md +13 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Copyright 2021 CAS Software AG
|
|
2
|
+
|
|
3
|
+
This software is confidential and proprietary information of CAS Software AG. You shall not
|
|
4
|
+
disclose such Confidential Information and shall use it only in accordance with the terms of
|
|
5
|
+
the license agreement you entered into with CAS Software AG or SmartWe World AG.
|
|
6
|
+
|
|
7
|
+
To obtain a license (e.g. by joining the partner programs of CAS Software AG or SmartWe World AG)
|
|
8
|
+
please contact partnerinfo@cas.de or partnerinfo@smartwe.world.
|