@liamkeene/tokens 0.0.1 → 0.0.2
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/js/tokens.d.ts +2 -2
- package/package.json +2 -2
package/dist/js/tokens.d.ts
CHANGED
|
@@ -68,8 +68,8 @@ export const radius_md: string;
|
|
|
68
68
|
export const radius_lg: string;
|
|
69
69
|
export const radius_xl: string;
|
|
70
70
|
export const radius_full: string;
|
|
71
|
-
export const font_family_sans: string
|
|
72
|
-
export const font_family_mono: string
|
|
71
|
+
export const font_family_sans: [string, string, string, string];
|
|
72
|
+
export const font_family_mono: [string, string, string];
|
|
73
73
|
export const font_size_xs: string;
|
|
74
74
|
export const font_size_sm: string;
|
|
75
75
|
export const font_size_base: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liamkeene/tokens",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Platform-agnostic design tokens (color, spacing, typography, radius) for liamkeene.dev projects. Framework-free: no React/Tailwind assumptions.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"style-dictionary": "^
|
|
29
|
+
"style-dictionary": "^5.5.5",
|
|
30
30
|
"typescript": "^5.6.0"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|