sander-ui 0.1.23 โ†’ 0.1.25

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,9 +3,9 @@
3
3
  [![npm version](https://img.shields.io/npm/v/sander-ui)](https://www.npmjs.com/package/sander-ui)
4
4
  [![license](https://img.shields.io/npm/l/sander-ui)](https://github.com/sanderyt/sander-ui/blob/master/LICENSE)
5
5
 
6
- A modern React component library built with TypeScript and CSS Modules.
6
+ A modern, accessible React component library โ€” lightweight, themeable, and ready for production.
7
7
 
8
- **[๐ŸŒ Live Demo](https://n8n-sander-ui-showcase.igjw7r.easypanel.host/)** ยท **[๐Ÿ“– Storybook Docs](https://n8n-sander-ui.igjw7r.easypanel.host)**
8
+ **[๐ŸŒ Live Demo](http://weaz76ak87gscmumimnmn08c.195.201.27.241.sslip.io/)** ยท **[๐Ÿ“– Storybook Docs](http://l27wkrnmlddoremqky4ycixt.195.201.27.241.sslip.io)**
9
9
 
10
10
  ## โœจ Why sander-ui?
11
11
 
@@ -89,7 +89,7 @@ Many components support compound patterns for flexible composition:
89
89
  ### ๐Ÿ“ Layout
90
90
  `Container` ยท `Card` ยท `Modal` ยท `Drawer` ยท `Heading` ยท `Text`
91
91
 
92
- See the components in action at the **[๐ŸŒ Live Demo](https://n8n-sander-ui-showcase.igjw7r.easypanel.host/)**, or browse interactive examples and full prop documentation at the **[๐Ÿ“– Storybook](https://n8n-sander-ui.igjw7r.easypanel.host)**.
92
+ See the components in action at the **[๐ŸŒ Live Demo](http://weaz76ak87gscmumimnmn08c.195.201.27.241.sslip.io/)**, or browse interactive examples and full prop documentation at the **[๐Ÿ“– Storybook](http://l27wkrnmlddoremqky4ycixt.195.201.27.241.sslip.io)**.
93
93
 
94
94
  ## ๐ŸŽจ Theming
95
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sander-ui",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "type": "module",
5
5
  "description": "A modern React component library built with TypeScript and CSS Modules",
6
6
  "main": "./dist/index.js",