@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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
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: {
|