@cas-smartdesign/design-tokens 1.7.1 → 1.7.2
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/dist/docs/index.html +0 -1
- package/package.json +2 -2
- package/readme.md +0 -2
package/dist/docs/index.html
CHANGED
|
@@ -1305,7 +1305,6 @@ th {
|
|
|
1305
1305
|
<li>JavaScript module (commonjs, es6)</li>
|
|
1306
1306
|
<li>CSS Variables</li>
|
|
1307
1307
|
</ul>
|
|
1308
|
-
<h2>Tokens</h2>
|
|
1309
1308
|
</div>
|
|
1310
1309
|
<table>
|
|
1311
1310
|
<tr><th colspan="3">color</th></tr><tr><th>name</th><th>css variable</th><th>value</th></tr><tr><td><span>color-base-red-50</span></td><td><span>--color-base-red-50</span></td><td><div class="color-block"><div class="color-box" style="background: #ffeeef"></div><span>#FFEEEF</span></div></td></tr>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cas-smartdesign/design-tokens",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "Design tokens for SmartDesign",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"main": "dist/tokens.cjs.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"style-dictionary": "^3.9.1",
|
|
19
|
-
"@cas-smartdesign/license-generator": "^1.6.
|
|
19
|
+
"@cas-smartdesign/license-generator": "^1.6.3"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"version": "pnpm version",
|