@vura-ai/assets 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 +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,9 +25,7 @@ function App() {
25
25
  <ThemeProvider>
26
26
  <Card variant="glass">
27
27
  <h1>Vura Assets</h1>
28
- <Button onClick={() => console.log("Clicked!")}>
29
- Primary Action
30
- </Button>
28
+ <Button onClick={() => console.log("Clicked!")}>Primary Action</Button>
31
29
  </Card>
32
30
  </ThemeProvider>
33
31
  );
@@ -37,6 +35,7 @@ function App() {
37
35
  ## Component Library
38
36
 
39
37
  This package includes:
38
+
40
39
  - **Layout**: `PageWrapper`, `PageLayout`, `StageWrapper`, `LiquidScrollContainer`
41
40
  - **Navigation**: `Sidebar`, `TopNav`, `NavItem`
42
41
  - **Primitives**: `Button`, `Card`, `Input`, `TextArea`, `Dropdown`, `Popover`, `Search`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vura-ai/assets",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",