@adam-milo/tokens 1.0.43 → 1.0.46

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
@@ -4,10 +4,9 @@ export { FontFamily, FontSize, fontFamily, fontSize } from './typography.mjs';
4
4
 
5
5
  /**
6
6
  * @adam-milo/tokens
7
- * Design tokens for the Adam Milo Design System
8
- *
9
- * Contains colors, spacing, typography, and other design primitives
10
- * that can be used across all packages and applications.
7
+ * Design tokens for the Adam Milo Design System.
8
+ * Exports colors, spacing, typography, and the combined `tokens` object for use across packages and apps.
9
+ * Versions are bumped and published by CI on merge to main.
11
10
  */
12
11
 
13
12
  declare const tokens: {
package/dist/index.d.ts CHANGED
@@ -4,10 +4,9 @@ export { FontFamily, FontSize, fontFamily, fontSize } from './typography.js';
4
4
 
5
5
  /**
6
6
  * @adam-milo/tokens
7
- * Design tokens for the Adam Milo Design System
8
- *
9
- * Contains colors, spacing, typography, and other design primitives
10
- * that can be used across all packages and applications.
7
+ * Design tokens for the Adam Milo Design System.
8
+ * Exports colors, spacing, typography, and the combined `tokens` object for use across packages and apps.
9
+ * Versions are bumped and published by CI on merge to main.
11
10
  */
12
11
 
13
12
  declare const tokens: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adam-milo/tokens",
3
- "version": "1.0.43",
3
+ "version": "1.0.46",
4
4
  "description": "Design tokens for the Adam Milo Design System",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",