@tenorlab/react-dashboard 1.5.45 → 1.6.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 (3) hide show
  1. package/LICENSE +21 -43
  2. package/README.md +24 -25
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,43 +1,21 @@
1
- TENORLAB DASHBOARD FRAMEWORK LICENSE
2
- Version 1.0.0
3
-
4
- Copyright (c) 2026 Tenorlab. All rights reserved.
5
-
6
- 1. DUAL-LICENSE MODEL
7
- This Software is licensed under a dual-license model. By accessing or using the
8
- source code, you agree to be bound by one of the following licenses:
9
-
10
- (a) NON-COMMERCIAL USE: If your use is Non-Commercial (as defined by the
11
- Polyform Non-Commercial License 1.0.0), your use is governed by that license.
12
- A copy can be found at: https://polyformproject.org/licenses/non-commercial/1.0.0/
13
-
14
- (b) COMMERCIAL USE: If your use is Commercial, you must obtain a valid
15
- Tenorlab Commercial License. Commercial use includes, but is not limited to:
16
- building for a client, use within a for-profit entity (internal or external),
17
- or use in any revenue-generating product. Licenses are available at:
18
- https://www.tenorlab.com
19
-
20
- 2. REDISTRIBUTION RESTRICTIONS
21
- Notwithstanding the terms of any sub-license mentioned above, the
22
- redistribution of the Software's source code—whether in its original form
23
- or as a modified derivative work—is STRICTLY PROHIBITED.
24
-
25
- You may not include this Software, or any portion thereof, in any:
26
- - Software Development Kit (SDK)
27
- - UI Component Library or Framework
28
- - Website/Dashboard Starter Template or Boilerplate
29
- - "Dashboard Builder" or similar tool intended for use by other developers.
30
-
31
- 3. DERIVATIVE WORKS & MODIFICATIONS
32
- You are permitted to modify and extend the Software for the sole purpose of
33
- building a specific "End Product" application. Modifying the code does not
34
- transfer ownership of the underlying logic, nor does it grant permission
35
- to bypass the Commercial License requirement or the Redistribution Restrictions.
36
-
37
- 4. TERMINATION
38
- Failure to comply with these terms automatically terminates your right to
39
- use the Software. Tenorlab reserves all rights not expressly granted herein.
40
-
41
- 5. CONTACT & INQUIRIES
42
- For licensing questions or professional inquiries, please visit:
43
- https://www.tenorlab.com
1
+ MIT License
2
+
3
+ Copyright (c) 2026 tenorlab
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @tenorlab/react-dashboard
2
2
 
3
- [![License: Polyform-NC-1.0.0](https://img.shields.io/badge/License-Polyform--NC--1.0.0-blue.svg)](https://polyformproject.org/licenses/non-commercial/1.0.0/)
4
- [![License: Tenorlab-Commercial](https://img.shields.io/badge/License-Tenorlab--Commercial-gold.svg)](https://payhip.com/b/gPBpo)
5
- [![Redistribution: Prohibited](https://img.shields.io/badge/Redistribution-Prohibited-red.svg)](#-distribution-restrictions)
3
+ [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
4
+ [![Template: Pro](https://img.shields.io/badge/Template-Pro--Available-gold.svg)](https://www.tenorlab.com)
5
+ [![Framework: React](https://img.shields.io/badge/Framework-React-blue.svg)](https://react.dev/)
6
6
 
7
- Foundation components for creating user-configurable, high-performance dashboards in React. Built on top of **@tenorlab/dashboard-core**.
7
+ Foundation components for creating user-configurable, high-performance dashboards in React.
8
8
 
9
9
  ## 🏗 Relationship to Core
10
10
 
@@ -14,8 +14,9 @@ This package extends **@tenorlab/dashboard-core**. It provides the React impleme
14
14
 
15
15
 
16
16
  ## Demos
17
- -- [React Demo](https://react.tenorlab.com) (built with @tenorlab/react-dashboard)
18
- -- [Vue Demo](https://vue.tenorlab.com) (built with @tenorlab/vue-dashboard)
17
+
18
+ * [**React Demo**](https://react.tenorlab.com) (built with **@tenorlab/react-dashboard**)
19
+ * [**Vue Demo**](https://vue.tenorlab.com) (built with **@tenorlab/vue-dashboard**)
19
20
 
20
21
 
21
22
  ## ✨ Features
@@ -358,8 +359,8 @@ For a complete example including **Undo/Redo**, **Zooming**, **Catalog Flyouts**
358
359
 
359
360
  - **`DashboardGrid`**: The main layout engine for positioning widgets.
360
361
  - **`WidgetContainer`**: Wrapper providing common widget UI (headers, actions, loading states).
361
- - **`WidgetsCatalogFlyout`**: A slide-out panel for users to browse and add new widgets.
362
- - **`DynamicWidgetLoader`**: Lazy-loading utility for high-performance dashboards.
362
+ - **`WidgetsCatalogFlyout`**: A draggable panel for users to browse and add new widgets.
363
+ - **`DynamicWidgetLoader`**: The core widget loader component.
363
364
 
364
365
  ### Hooks & State
365
366
 
@@ -371,12 +372,13 @@ For a complete example including **Undo/Redo**, **Zooming**, **Catalog Flyouts**
371
372
 
372
373
 
373
374
  ## Links
375
+
374
376
  - [@tenorlab/react-dashboard](https://www.npmjs.com/package/@tenorlab/react-dashboard): React-specific components
375
377
  - [@tenorlab/vue-dashboard](https://www.npmjs.com/package/@tenorlab/vue-dashboard): Vue-specific components
376
378
  - [Official Website](https://www.tenorlab.com)
377
- - [React Demo](https://react.tenorlab.com) (built with @tenorlab/react-dashboard)
378
- - [Vue Demo](https://vue.tenorlab.com) (built with @tenorlab/vue-dashboard)
379
- - [Buy a License](https://payhip.com/b/gPBpo)
379
+ - [React Demo](https://react.tenorlab.com)
380
+ - [Vue Demo](https://vue.tenorlab.com)
381
+ - [Get the Pro Template](https://payhip.com/b/gPBpo)
380
382
  - [Follow on BlueSky](https://bsky.app/profile/tenorlab.bsky.social)
381
383
 
382
384
 
@@ -385,21 +387,18 @@ For a complete example including **Undo/Redo**, **Zooming**, **Catalog Flyouts**
385
387
 
386
388
  ## ⚖️ Licensing & Usage
387
389
 
388
- This project is **Source-Available**. You are free to view, learn from, and experiment with the source code. However, use in professional or revenue-generating settings requires a license.
390
+ **@tenorlab/react-dashboard** is [MIT licensed](https://opensource.org/licenses/MIT).
391
+
392
+ It provides the foundational components and logic for building dashboards. You are free to use it in any project, personal or commercial.
393
+
394
+ ## ⚡️ Go Pro and Save Time: Tenorlab App Template
389
395
 
390
- ### 🏠 Non-Commercial Use (Free)
391
- If you are a student, hobbyist, or working on a non-profit open-source project, you may use this library for free under the terms of the **Polyform Non-Commercial 1.0.0** license.
396
+ A commercial license for a full-blown professional app template is available for purchase [**here**](https://www.tenorlab.com) and comes with:
392
397
 
393
- ### 💼 Commercial Use (Requires License)
394
- A **Tenorlab Commercial License** is required if you are:
395
- * Building a dashboard for company internal or external use, including all company websites and applications.
396
- * Building a dashboard for a paying client.
397
- * Using the library within a for-profit company or startup.
398
- * Including the library in a product that is sold or requires a subscription.
398
+ * **Full Application Shell:** A clean, optimized Vite + TypeScript project structure (with either React or Vue).
399
+ * **Dashboard Management:** Production-ready logic for creating, listing, renaming, and deleting multiple user-defined dashboards.
400
+ * **Implementation Examples:** Expert patterns for both "Read-Only" (Analyst view) and "User-Editable" (Admin view) dashboard modes.
401
+ * **Tenorlab Theme Engine:** A sophisticated Tailwind-based system supporting multiple custom themes (not just Light/Dark mode).
399
402
 
400
- **Purchase a Commercial License here:** [https://www.tenorlab.com](https://www.tenorlab.com)
401
403
 
402
- ### 🚫 Distribution Restrictions
403
- To protect the integrity of this framework, **redistribution of the source code is strictly prohibited**.
404
- * You **may** use and modify the code to build an "End Product" (e.g., a dashboard for a specific app).
405
- * You **may NOT** redistribute the source code (original or modified) as a standalone library, UI kit, starter template, or "dashboard builder" for other developers to use.
404
+ [**Live React Demo**](https://react.tenorlab.com), [**Live Vue Demo**](https://vue.tenorlab.com)
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@tenorlab/react-dashboard",
3
- "version": "1.5.45",
3
+ "version": "1.6.0",
4
4
  "description": "Foundation components for creating user-configurable dashboards in React",
5
5
  "author": "Damiano Fusco",
6
- "license": "SEE LICENSE IN LICENSE",
6
+ "license": "MIT",
7
7
  "type": "module",
8
8
  "repository": {
9
9
  "type": "git",
@@ -57,7 +57,7 @@
57
57
  "zustand": "^5.0.0 || ^5.0.9"
58
58
  },
59
59
  "devDependencies": {
60
- "@tenorlab/dashboard-core": "^1.5.5",
60
+ "@tenorlab/dashboard-core": "^1.6.0",
61
61
  "@types/node": "^24.10.1",
62
62
  "@types/react": "19.2.3",
63
63
  "@types/react-dom": "19.2.3",