@dsai-io/tools 1.2.1 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +10 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # @dsai-io/tools
2
2
 
3
- > Build tooling, component registry, and CLI for the DSAi Design System
3
+ > Build tooling, component registry, and CLI for the [DSAi Design System](https://github.com/michelve/dsai)
4
4
 
5
5
  [![npm version](https://badge.fury.io/js/@dsai-io%2Ftools.svg)](https://www.npmjs.com/package/@dsai-io/tools)
6
6
 
7
+ > **Beta** -- DSAi is currently in active development and not yet generally available. APIs and interfaces may change between releases. For early access or collaboration inquiries, see the [DSAi repository](https://github.com/michelve/dsai).
8
+
7
9
  ## Installation
8
10
 
9
11
  ```bash
@@ -202,6 +204,13 @@ writeRegistryItems(tree, {
202
204
 
203
205
  - `style-dictionary@^5.0.0` (optional) -- required for token building
204
206
 
207
+ ## Resources
208
+
209
+ - [DSAi Design System](https://github.com/michelve/dsai) -- monorepo with components, tools, tokens, and Storybook
210
+ - [DSAi Starter Template](https://github.com/michelve/draft_v0) -- official starter app (React 19, Bootstrap 5, Express, Prisma)
211
+ - [@dsai-io/tools on npm](https://www.npmjs.com/package/@dsai-io/tools)
212
+ - [@dsai-io/figma-tokens on npm](https://www.npmjs.com/package/@dsai-io/figma-tokens)
213
+
205
214
  ## License
206
215
 
207
216
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dsai-io/tools",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Build tooling and CLI for DSAi Design System",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",