@baseplate-dev/ui-components 0.1.1 → 0.1.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 +25 -0
  2. package/package.json +5 -4
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # @baseplate-dev/ui-components
2
+
3
+ This package contains reusable UI components used throughout Baseplate projects and the project builder interface.
4
+
5
+ ## Purpose
6
+
7
+ The ui-components package provides:
8
+
9
+ - A customized variation of ShadCN components tailored for Baseplate
10
+ - Reusable React components for both the project builder and generated projects
11
+ - Consistent design system across all Baseplate applications
12
+ - Storybook documentation for component development and testing
13
+ - Tailwind CSS-based styling system
14
+
15
+ ## Technology Stack
16
+
17
+ - Built with React and TypeScript
18
+ - Styled with Tailwind CSS
19
+ - Based on ShadCN component architecture
20
+ - Includes Storybook for component documentation
21
+ - Uses Material Design icons (react-icons/md)
22
+
23
+ ## Part of Baseplate Monorepo
24
+
25
+ This package is part of the Baseplate monorepo and is used by project-builder-web as well as generated Baseplate projects.
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@baseplate-dev/ui-components",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Shared UI component library",
5
+ "homepage": "https://www.baseplate.dev",
5
6
  "repository": "https://github.com/halfdomelabs/baseplate",
6
- "license": "SEE LICENSE IN LICENSE",
7
+ "license": "MPL-2.0",
7
8
  "author": "Half Dome Labs LLC",
8
9
  "sideEffects": false,
9
10
  "type": "module",
@@ -67,7 +68,7 @@
67
68
  "sonner": "2.0.3",
68
69
  "zod": "3.24.1",
69
70
  "zustand": "5.0.3",
70
- "@baseplate-dev/utils": "0.1.1"
71
+ "@baseplate-dev/utils": "0.1.2"
71
72
  },
72
73
  "devDependencies": {
73
74
  "@storybook/addon-docs": "^8.6.4",
@@ -98,7 +99,7 @@
98
99
  "vite": "6.3.5",
99
100
  "vite-plugin-svgr": "4.3.0",
100
101
  "vitest": "3.0.7",
101
- "@baseplate-dev/tools": "0.1.1"
102
+ "@baseplate-dev/tools": "0.1.2"
102
103
  },
103
104
  "engines": {
104
105
  "node": "^22.0.0"