@design-token-kit/core 0.2.0 → 0.3.0

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.
Files changed (28) hide show
  1. package/LICENSE +159 -159
  2. package/README.md +57 -57
  3. package/lib/index.d.ts +132 -17
  4. package/lib/index.js +724 -624
  5. package/lib/schemas/2025.10/format/group.json +55 -55
  6. package/lib/schemas/2025.10/format/groupOrToken.json +15 -15
  7. package/lib/schemas/2025.10/format/token.json +425 -425
  8. package/lib/schemas/2025.10/format/tokenType.json +23 -23
  9. package/lib/schemas/2025.10/format/values/border.json +45 -45
  10. package/lib/schemas/2025.10/format/values/color.json +515 -515
  11. package/lib/schemas/2025.10/format/values/cubicBezier.json +57 -57
  12. package/lib/schemas/2025.10/format/values/dimension.json +35 -35
  13. package/lib/schemas/2025.10/format/values/duration.json +35 -35
  14. package/lib/schemas/2025.10/format/values/fontFamily.json +34 -34
  15. package/lib/schemas/2025.10/format/values/fontWeight.json +39 -39
  16. package/lib/schemas/2025.10/format/values/gradient.json +53 -53
  17. package/lib/schemas/2025.10/format/values/number.json +8 -8
  18. package/lib/schemas/2025.10/format/values/shadow.json +103 -103
  19. package/lib/schemas/2025.10/format/values/strokeStyle.json +64 -64
  20. package/lib/schemas/2025.10/format/values/transition.json +45 -45
  21. package/lib/schemas/2025.10/format/values/typography.json +73 -73
  22. package/lib/schemas/2025.10/format.json +106 -106
  23. package/lib/schemas/2025.10/resolver/modifier.json +85 -85
  24. package/lib/schemas/2025.10/resolver/resolutionOrder.json +117 -117
  25. package/lib/schemas/2025.10/resolver/set.json +71 -71
  26. package/lib/schemas/2025.10/resolver.json +62 -62
  27. package/lib/schemas/hrdt-tokens.json +533 -533
  28. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-token-kit/core",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Core library for Design Token Kit: validate, convert, showcase.",
5
5
  "keywords": [
6
6
  "design-tokens",
@@ -48,7 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "ajv": "8.20.0",
51
- "ajv-formats": "3.0.1"
51
+ "ajv-formats": "3.0.1",
52
+ "yaml": "^2.9.0"
52
53
  },
53
54
  "devDependencies": {
54
55
  "@microsoft/api-extractor": "7.58.7",