@ramme-io/ui 0.0.1 → 1.0.0
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/README.md +3 -2
- package/dist/feedback/TippyTooltip.d.ts +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -15,7 +15,8 @@ While you can install `@ramme-io/ui` in any React project, the recommended way t
|
|
|
15
15
|
Run the following command in your terminal:
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npm create ramme-app@latest your-project-name
|
|
18
|
+
npm create @ramme-io/app@latest your-project-name
|
|
19
|
+
|
|
19
20
|
```
|
|
20
21
|
|
|
21
22
|
---
|
|
@@ -76,7 +77,7 @@ The Ramme project is an integrated framework architected across three separate r
|
|
|
76
77
|
|
|
77
78
|
* **`@ramme-io/ui`** (This Repository): A public, open-source component library distributed as an NPM package. This is the visual foundation of the ecosystem.
|
|
78
79
|
|
|
79
|
-
*
|
|
80
|
+
* **`@ramme-io/create-app`**: A public, open-source starter kit that provides the ideal local environment for building with Ramme UI.
|
|
80
81
|
|
|
81
82
|
* **`ramme-app-builder`**: A private, hosted SaaS application featuring our AI Prototyping Assistant. It guides users through the strategic A.D.A.P.T. Framework to build applications from a solid strategic foundation.
|
|
82
83
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ramme-io/ui",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "The structural component library for the Ramme Framework.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./dist/index.umd.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"dev": "vite",
|
|
26
26
|
"build": "vite build",
|
|
27
|
-
"prepare": "npm run build",
|
|
27
|
+
"prepare": "npm run build",
|
|
28
28
|
"generate:manifest": "node scripts/generate-manifest.js",
|
|
29
29
|
"storybook": "storybook dev -p 6006",
|
|
30
30
|
"build-storybook": "storybook build"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@radix-ui/react-slot": "^1.2.3",
|
|
40
40
|
"@tippyjs/react": "^4.2.6",
|
|
41
41
|
"ag-grid-community": "^31.3.1",
|
|
42
|
-
"ag-grid-enterprise": "^31.3.1",
|
|
42
|
+
"ag-grid-enterprise": "^31.3.1",
|
|
43
43
|
"ag-grid-react": "^31.3.1",
|
|
44
44
|
"clsx": "^2.1.1",
|
|
45
45
|
"date-fns": "^3.6.0",
|
|
@@ -79,4 +79,4 @@
|
|
|
79
79
|
"vite": "^5.3.1",
|
|
80
80
|
"vite-plugin-dts": "^3.9.1"
|
|
81
81
|
}
|
|
82
|
-
}
|
|
82
|
+
}
|