primus-react-ui 1.0.9 → 1.0.10

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 +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # @primus-saas/react
1
+ # primus-react-ui
2
2
 
3
3
  Premium React UI components for building modern SaaS applications with the Primus Framework.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @primus-saas/react
8
+ npm install primus-react-ui
9
9
  ```
10
10
 
11
11
  ## Quick Start
12
12
 
13
13
  ```tsx
14
- import { PrimusProvider, PrimusLogin } from '@primus-saas/react';
14
+ import { PrimusProvider, PrimusLogin } from 'primus-react-ui';
15
15
 
16
16
  function App() {
17
17
  return (
@@ -144,3 +144,4 @@ function App() {
144
144
  ## License
145
145
 
146
146
  MIT - Primus SaaS Framework
147
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primus-react-ui",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Premium React UI Elements for Primus SaaS Framework",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",