@thesage/ui 1.1.0 → 1.1.1

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/.claude/CLAUDE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @thesage/ui — AI Context
2
2
 
3
- > 92 accessible React components | Radix UI + Tailwind CSS | 3 themes | TypeScript strict mode | MIT
3
+ > 99 accessible React components | Radix UI + Tailwind CSS | 3 themes | TypeScript strict mode | MIT
4
4
 
5
5
  ## Install
6
6
 
@@ -213,7 +213,7 @@ For gaps SDE doesn't cover, these libraries integrate well:
213
213
 
214
214
  ## Full API Reference
215
215
 
216
- For complete props, variants, and examples for all 92 components:
216
+ For complete props, variants, and examples for all 99 components:
217
217
  - Web: https://thesage.dev/llms-full.txt
218
218
  - MCP Server: `npx @thesage/mcp` (tools: list_components, search_components, get_component)
219
219
 
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Shalom Ormsby
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -16,7 +16,7 @@ Components that feel alive. Themes with real personality. Motion your users cont
16
16
 
17
17
  ---
18
18
 
19
- **Sage Design Engine** is a component library and design system built on **Radix UI** primitives and **Tailwind CSS**. 92 accessible components across 11 functional categories, three distinct themes with runtime switching, and a user-controlled motion system — all wired through a 4-layer design token architecture.
19
+ **Sage Design Engine** is a component library and design system built on **Radix UI** primitives and **Tailwind CSS**. 99 accessible components across 11 functional categories, three distinct themes with runtime switching, and a user-controlled motion system — all wired through a 4-layer design token architecture.
20
20
 
21
21
  ## Features
22
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@thesage/ui",
3
- "version": "1.1.0",
4
- "description": "Sage Design Engine — Make it Lovable. 92 accessible React components, three themes, user-controlled motion.",
3
+ "version": "1.1.1",
4
+ "description": "Sage Design Engine — Make it Lovable. 99 accessible React components, three themes, user-controlled motion.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -15,6 +15,18 @@
15
15
  },
16
16
  "homepage": "https://thesage.dev",
17
17
  "bugs": "https://github.com/shalomormsby/ecosystem/issues",
18
+ "keywords": [
19
+ "react",
20
+ "components",
21
+ "ui",
22
+ "design-system",
23
+ "tailwind",
24
+ "radix",
25
+ "accessible",
26
+ "themes",
27
+ "mcp",
28
+ "ai"
29
+ ],
18
30
  "publishConfig": {
19
31
  "access": "public"
20
32
  },