blunt-ui 0.1.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,12 @@
1
1
  # blunt-ui
2
2
 
3
- A React component library with bold, no-nonsense styling. Thick borders, offset shadows, zero fluff. Built with TypeScript and styled-components. Includes Button, Input, Modal, Toast, Select, Form, and a couple of hooks. Browse everything in Storybook.
3
+ React + TypeScript + styled-components. Thick borders, offset shadows, no fluff. 8 components, 2 hooks.
4
4
 
5
- **Live demo:** https://blunt-ui-storybook-9eh366ciy-katexpls-projects.vercel.app/
6
- **Live Storybook:** https://blunt-ui-b6ry.vercel.app/
5
+ **Live demo:** https://blunt-ui.vercel.app/
6
+
7
+ **Storybook:** https://blunt-ui-storybook.vercel.app
8
+
9
+ **npm:** https://www.npmjs.com/package/blunt-ui
7
10
 
8
11
  ## Getting started
9
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blunt-ui",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",