daisyui-blueprint 0.0.0-development-5 → 1.0.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.md +62 -0
  2. package/package.json +1 -1
  3. package/server.js +2 -2
package/LICENSE.md ADDED
@@ -0,0 +1,62 @@
1
+ Copyright (c) 2025 daisyUI
2
+
3
+ Commercial License Agreement
4
+
5
+ By purchasing or using this "Software", you agree to this license agreement:
6
+
7
+ ## Permissions
8
+
9
+ - Private use of the Software is allowed.
10
+ - Commercial use of the Software is allowed.
11
+ - Distribution of the Software is NOT allowed.
12
+ - Modification of the Software is NOT allowed.
13
+
14
+ ## Conditions
15
+
16
+ - This license is only valid for users who have purchased the Software and possess a valid receipt from daisyUI website at https://daisyui.com
17
+ - License rights are non-transferable and valid only for the original purchaser with proof of purchase
18
+ - Reselling, sublicensing, or redistributing the Software in its original form is not allowed
19
+ - The Software cannot be used for any illegal or unethical purposes
20
+ - The Software cannot be refunded once purchased, as it is a digital product and cannot be returned once downloaded
21
+ - This is a perpetual license with no expiration date
22
+ - This agreement is governed by applicable laws
23
+
24
+ ## Examples of use cases
25
+
26
+ - Allowed use cases:
27
+ - Using the Software to create a website for your business
28
+ - Using the Software to create a web application for your client
29
+
30
+ - Prohibited use cases:
31
+ - Modifying the Software
32
+ - Reselling or redistributing the Software
33
+
34
+ ## Terms of Use
35
+
36
+ 1. Definitions:
37
+ - "Software" means the software package purchased from the daisyUI Store at https://daisyui.com/store
38
+ - "Organization" means your company or entity and its members, not external contractors or partners
39
+ - "End product" means any product created using the Software
40
+
41
+ 2. Usage Terms:
42
+ - The Software will be provided in its current state
43
+ - Technical support is not included in the license
44
+ - Updates, bug fixes, and new features are not guaranteed but may be provided at the discretion of daisyUI
45
+ - You may create and distribute end products using the Software
46
+ - You may not use the Software in any way that violates applicable laws
47
+
48
+ 3. Termination:
49
+ - Your license remains valid as long as you follow these terms
50
+ - To maintain access to the Software, you need to comply with this agreement
51
+
52
+ 4. Amendments:
53
+ - This license is valid for the current version of the Software. daisyUI reserves the right to use new license terms for future versions of the Software.
54
+
55
+ 5. Intellectual Property Rights
56
+ - The daisyUI name, logo, website (daisyui.com), daisyUI CSS library, and all other daisyUI project properties remain the exclusive property of daisyUI
57
+ - This license does not grant any rights to use daisyUI's name, logo, website, or any other daisyUI property
58
+ - Any misuse of daisyUI's intellectual property will result in immediate license termination
59
+
60
+ ## Disclaimer
61
+
62
+ THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL DAISYUI, POUYA SAADEGHI, THE AUTHORS, OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daisyui-blueprint",
3
- "version": "0.0.0-development-5",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "main": "./server.js",
6
6
  "bin": {