Skip to content

Commit af5ee47

Browse files
committed
ui
1 parent 94a3f60 commit af5ee47

55 files changed

Lines changed: 1041 additions & 251 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [
7-
["@spaceui/primitives", "@spaceui/forms", "@spaceui/ai", "@spaceui/explorer"]
7+
["@spacedrive/primitives", "@spacedrive/forms", "@spacedrive/ai", "@spacedrive/explorer"]
88
],
99
"access": "public",
1010
"baseBranch": "main",

.storybook/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@spaceui/storybook",
2+
"name": "@spacedrive/storybook",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
@@ -28,10 +28,10 @@
2828
"tailwindcss": "^4.1.0"
2929
},
3030
"dependencies": {
31-
"@spaceui/tokens": "workspace:*",
32-
"@spaceui/primitives": "workspace:*",
33-
"@spaceui/forms": "workspace:*",
34-
"@spaceui/ai": "workspace:*",
35-
"@spaceui/explorer": "workspace:*"
31+
"@spacedrive/tokens": "workspace:*",
32+
"@spacedrive/primitives": "workspace:*",
33+
"@spacedrive/forms": "workspace:*",
34+
"@spacedrive/ai": "workspace:*",
35+
"@spacedrive/explorer": "workspace:*"
3636
}
3737
}

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ spaceui/
5454
### Adding a New Component
5555

5656
1. **Choose the right package**
57-
- `@spaceui/primitives` - Base building blocks (buttons, inputs)
58-
- `@spaceui/forms` - Form field wrappers
59-
- `@spaceui/ai` - Agent/AI components
60-
- `@spaceui/explorer` - File management components
57+
- `@spacedrive/primitives` - Base building blocks (buttons, inputs)
58+
- `@spacedrive/forms` - Form field wrappers
59+
- `@spacedrive/ai` - Agent/AI components
60+
- `@spacedrive/explorer` - File management components
6161

6262
2. **Create the component file**
6363
```typescript
@@ -127,7 +127,7 @@ spaceui/
127127
bun link
128128

129129
# In consuming app
130-
bun link @spaceui/primitives
130+
bun link @spacedrive/primitives
131131
```
132132

133133
## Making Changes

0 commit comments

Comments
 (0)