@uncinq/component-tokens 1.10.0 → 1.10.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/docs/customizing.md +1 -0
- package/docs/dtcg.md +1 -0
- package/docs/naming.md +1 -0
- package/docs/reference.md +1 -0
- package/docs/style-dictionary.md +1 -0
- package/package.json +1 -1
package/docs/customizing.md
CHANGED
package/docs/dtcg.md
CHANGED
package/docs/naming.md
CHANGED
package/docs/reference.md
CHANGED
|
@@ -3,6 +3,7 @@ isIndex: false
|
|
|
3
3
|
title: Reference
|
|
4
4
|
description: Every token for all 26 components, generated from the JSON sources so it can never drift from the shipped CSS.
|
|
5
5
|
weight: 3
|
|
6
|
+
icon: table
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
Every table below is generated at build time from `dist/tokens.json`, which Style Dictionary produces from the same JSON sources as the CSS. Nothing here is written by hand, so a token cannot appear in the reference without existing in the package, or change value without the page changing with it.
|
package/docs/style-dictionary.md
CHANGED