@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.
@@ -3,6 +3,7 @@ isIndex: false
3
3
  title: Customizing
4
4
  description: How to override a component token, which layer to reach for, and when a new token is warranted.
5
5
  weight: 2
6
+ icon: sliders
6
7
  ---
7
8
 
8
9
  ## CSS override
package/docs/dtcg.md CHANGED
@@ -3,6 +3,7 @@ isIndex: false
3
3
  title: DTCG format
4
4
  description: The Design Tokens Community Group JSON format as used for component tokens, including group-level types.
5
5
  weight: 4
6
+ icon: braces
6
7
  ---
7
8
 
8
9
 
package/docs/naming.md CHANGED
@@ -3,6 +3,7 @@ isIndex: false
3
3
  title: Naming
4
4
  description: The component token naming grammar, the rules behind it, and why colors invert the usual property order.
5
5
  weight: 1
6
+ icon: tag
6
7
  ---
7
8
 
8
9
  Every component token follows one pattern:
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.
@@ -3,6 +3,7 @@ isIndex: false
3
3
  title: Style Dictionary
4
4
  description: How component token JSON is compiled to CSS, and how cross-package references to design-tokens are resolved.
5
5
  weight: 5
6
+ icon: gear
6
7
  ---
7
8
 
8
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uncinq/component-tokens",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Framework-agnostic CSS design tokens — component layers.",
5
5
  "license": "MIT",
6
6
  "repository": {