@adam-milo/tokens 1.0.5 → 1.0.8

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/index.d.mts CHANGED
@@ -8,7 +8,6 @@ export { FontFamily, FontSize, fontFamily, fontSize } from './typography.mjs';
8
8
  *
9
9
  * Contains colors, spacing, typography, and other design primitives
10
10
  * that can be used across all packages and applications.
11
- * Used by @adam-milo/icons and @adam-milo/ui.
12
11
  */
13
12
 
14
13
  declare const tokens: {
package/dist/index.d.ts CHANGED
@@ -8,7 +8,6 @@ export { FontFamily, FontSize, fontFamily, fontSize } from './typography.js';
8
8
  *
9
9
  * Contains colors, spacing, typography, and other design primitives
10
10
  * that can be used across all packages and applications.
11
- * Used by @adam-milo/icons and @adam-milo/ui.
12
11
  */
13
12
 
14
13
  declare const tokens: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adam-milo/tokens",
3
- "version": "1.0.5",
3
+ "version": "1.0.8",
4
4
  "description": "Design tokens for the Adam Milo Design System",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",