buildgrid-ui 1.1.0-alpha.3 → 1.1.0-alpha.4

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/dist/index.d.ts CHANGED
@@ -1,2 +1,5 @@
1
- export * from './components';
2
- export * from './lib';
1
+ export * from './components/badge';
2
+ export * from './components/button';
3
+ export * from './components/card';
4
+ export * from './components/skeleton';
5
+ export * from './lib/utils/cn';
package/package.json CHANGED
@@ -1,76 +1,76 @@
1
1
  {
2
- "name": "buildgrid-ui",
3
- "version": "1.1.0-alpha.3",
4
- "publishConfig": {
5
- "access": "public"
6
- },
7
- "main": "dist/buildgrid-ui.umd.js",
8
- "module": "dist/buildgrid-ui.esm.js",
9
- "types": "dist/index.d.ts",
10
- "scripts": {
11
- "test": "echo \"Error: no test specified\" && exit 1",
12
- "build": "vite build && npm run build:types",
13
- "build:types": "tsc --emitDeclarationOnly",
14
- "build:link": "npm run build && npm link",
15
- "storybook": "storybook dev -p 6006",
16
- "build-storybook": "storybook build",
17
- "release": "semantic-release",
18
- "prepublishOnly": "npm run build"
19
- },
20
- "keywords": [],
21
- "author": "",
22
- "license": "ISC",
23
- "description": "",
24
- "dependencies": {
25
- "@radix-ui/react-slot": "^1.1.1",
26
- "@shadcn/ui": "^0.0.4",
27
- "class-variance-authority": "^0.7.1",
28
- "clsx": "^2.1.1",
29
- "lucide-react": "^0.469.0",
30
- "tailwind-merge": "^2.6.0",
31
- "tailwindcss-animate": "^1.0.7",
32
- "vite": "^6.0.6"
33
- },
34
- "peerDependencies": {
35
- "react": "^19.0.0",
36
- "react-dom": "^19.0.0"
37
- },
38
- "devDependencies": {
39
- "@chromatic-com/storybook": "^3.2.3",
40
- "@commitlint/cli": "^19.6.1",
41
- "@commitlint/config-conventional": "^19.6.0",
42
- "@semantic-release/changelog": "^6.0.3",
43
- "@semantic-release/commit-analyzer": "^13.0.0",
44
- "@semantic-release/git": "^10.0.1",
45
- "@semantic-release/npm": "^12.0.1",
46
- "@semantic-release/release-notes-generator": "^14.0.2",
47
- "@storybook/addon-essentials": "^8.4.7",
48
- "@storybook/addon-interactions": "^8.4.7",
49
- "@storybook/addon-onboarding": "^8.4.7",
50
- "@storybook/blocks": "^8.4.7",
51
- "@storybook/react": "^8.4.7",
52
- "@storybook/react-vite": "^8.4.7",
53
- "@storybook/test": "^8.4.7",
54
- "@types/node": "^22.10.3",
55
- "@types/react": "^19.0.2",
56
- "@types/react-dom": "^19.0.2",
57
- "@vitejs/plugin-react": "^4.3.4",
58
- "autoprefixer": "^10.4.20",
59
- "eslint": "^9.17.0",
60
- "eslint-config-next": "^15.1.3",
61
- "eslint-config-prettier": "^9.1.0",
62
- "eslint-plugin-prettier": "^5.2.1",
63
- "husky": "^9.1.7",
64
- "postcss": "^8.4.49",
65
- "prettier": "^3.4.2",
66
- "prettier-plugin-organize-imports": "^4.1.0",
67
- "prettier-plugin-tailwindcss": "^0.6.9",
68
- "pretty-quick": "^4.0.0",
69
- "react": "^19.0.0",
70
- "react-dom": "^19.0.0",
71
- "semantic-release": "^24.2.0",
72
- "storybook": "^8.4.7",
73
- "tailwindcss": "^3.4.17",
74
- "typescript": "^5.7.2"
75
- }
2
+ "name": "buildgrid-ui",
3
+ "version": "1.1.0-alpha.4",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "main": "dist/buildgrid-ui.umd.js",
8
+ "module": "dist/buildgrid-ui.esm.js",
9
+ "types": "dist/index.d.ts",
10
+ "scripts": {
11
+ "test": "echo \"Error: no test specified\" && exit 1",
12
+ "build": "vite build && npm run build:types",
13
+ "build:types": "tsc --emitDeclarationOnly",
14
+ "build:link": "npm run build && npm link",
15
+ "storybook": "storybook dev -p 6006",
16
+ "build-storybook": "storybook build",
17
+ "release": "semantic-release",
18
+ "prepublishOnly": "npm run build"
19
+ },
20
+ "keywords": [],
21
+ "author": "",
22
+ "license": "ISC",
23
+ "description": "",
24
+ "dependencies": {
25
+ "@radix-ui/react-slot": "^1.1.1",
26
+ "@shadcn/ui": "^0.0.4",
27
+ "class-variance-authority": "^0.7.1",
28
+ "clsx": "^2.1.1",
29
+ "lucide-react": "^0.469.0",
30
+ "tailwind-merge": "^2.6.0",
31
+ "tailwindcss-animate": "^1.0.7",
32
+ "vite": "^6.0.6"
33
+ },
34
+ "peerDependencies": {
35
+ "react": "^19.0.0",
36
+ "react-dom": "^19.0.0"
37
+ },
38
+ "devDependencies": {
39
+ "@chromatic-com/storybook": "^3.2.3",
40
+ "@commitlint/cli": "^19.6.1",
41
+ "@commitlint/config-conventional": "^19.6.0",
42
+ "@semantic-release/changelog": "^6.0.3",
43
+ "@semantic-release/commit-analyzer": "^13.0.0",
44
+ "@semantic-release/git": "^10.0.1",
45
+ "@semantic-release/npm": "^12.0.1",
46
+ "@semantic-release/release-notes-generator": "^14.0.2",
47
+ "@storybook/addon-essentials": "^8.4.7",
48
+ "@storybook/addon-interactions": "^8.4.7",
49
+ "@storybook/addon-onboarding": "^8.4.7",
50
+ "@storybook/blocks": "^8.4.7",
51
+ "@storybook/react": "^8.4.7",
52
+ "@storybook/react-vite": "^8.4.7",
53
+ "@storybook/test": "^8.4.7",
54
+ "@types/node": "^22.10.3",
55
+ "@types/react": "^19.0.2",
56
+ "@types/react-dom": "^19.0.2",
57
+ "@vitejs/plugin-react": "^4.3.4",
58
+ "autoprefixer": "^10.4.20",
59
+ "eslint": "^9.17.0",
60
+ "eslint-config-next": "^15.1.3",
61
+ "eslint-config-prettier": "^9.1.0",
62
+ "eslint-plugin-prettier": "^5.2.1",
63
+ "husky": "^9.1.7",
64
+ "postcss": "^8.4.49",
65
+ "prettier": "^3.4.2",
66
+ "prettier-plugin-organize-imports": "^4.1.0",
67
+ "prettier-plugin-tailwindcss": "^0.6.9",
68
+ "pretty-quick": "^4.0.0",
69
+ "react": "^19.0.0",
70
+ "react-dom": "^19.0.0",
71
+ "semantic-release": "^24.2.0",
72
+ "storybook": "^8.4.7",
73
+ "tailwindcss": "^3.4.17",
74
+ "typescript": "^5.7.2"
75
+ }
76
76
  }
package/src/index.ts CHANGED
@@ -1,2 +1,5 @@
1
- export * from './components'
2
- export * from './lib'
1
+ export * from './components/badge'
2
+ export * from './components/button'
3
+ export * from './components/card'
4
+ export * from './components/skeleton'
5
+ export * from './lib/utils/cn'