@ds-mo/tokens 0.4.3 → 1.0.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.
- package/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,6 +7,10 @@ Part of the design system trilogy:
|
|
|
7
7
|
|
|
8
8
|
Figma-first: tokens are exported from Figma variables and built into CSS via generator scripts. Drop in new JSON, run the build, everything updates.
|
|
9
9
|
|
|
10
|
+
<!-- x-release-please-start-version -->
|
|
11
|
+
**Current version: 1.0.0**
|
|
12
|
+
<!-- x-release-please-end-version -->
|
|
13
|
+
|
|
10
14
|
## Install
|
|
11
15
|
|
|
12
16
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ds-mo/tokens",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "TokoMo design tokens — colors, dimensions, typography, and effects as CSS custom properties, JSON, and TypeScript constants",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design-tokens",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"theming",
|
|
16
16
|
"dark-mode"
|
|
17
17
|
],
|
|
18
|
-
"homepage": "https://github.
|
|
18
|
+
"homepage": "https://zainadeel.github.io/tokomo/",
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "https://github.com/zainadeel/tokomo/issues"
|
|
21
21
|
},
|