@t7blocks/ui 0.0.4 → 0.0.5

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.
package/LICENSE.md ADDED
@@ -0,0 +1,77 @@
1
+ MIT + Commons Clause License Condition v1.0
2
+
3
+ Copyright (c) 2026 Ashirwad Singh (T7blocks)
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, and distribute the Software **as part of
9
+ an application, website, or product**, subject to the following conditions:
10
+
11
+
12
+
13
+ ## 1. Attribution Requirement
14
+
15
+ The above copyright notice and this permission notice shall be included in all
16
+ copies or substantial portions of the Software.
17
+
18
+ If you use these components in a **public-facing project**, you must include
19
+ visible credit in at least one [Optional] of the following ways:
20
+
21
+ - A "Built with T7blocks" notice in your site footer, README, or credits page
22
+ - A link to [t7blocks.xyz](https://t7blocks.xyz) in your project documentation
23
+
24
+ Removing, hiding, or obfuscating authorship information to avoid this
25
+ requirement is a violation of this license.
26
+
27
+
28
+
29
+ ## 2. Commons Clause Restriction
30
+
31
+ You may use this Software, including for any commercial purpose, **so long as
32
+ you do not**:
33
+
34
+ - Sell, sublicense, or redistribute the components themselves — whether alone,
35
+ in a bundle, as a port, or in any modified form — as a standalone product,
36
+ template kit, or component library
37
+ - White-label, rename, or repackage the components and publish them as your
38
+ own original work, regardless of how much the source has been modified
39
+ - Compile, minify, obfuscate, or transform the components into another format
40
+ for the purpose of redistribution or resale
41
+ - Use the components as the core offering of a paid tool, SaaS product, or
42
+ AI training dataset where the components themselves are the primary value
43
+ being sold or distributed
44
+
45
+
46
+
47
+ ## 3. Permitted Uses
48
+
49
+ For clarity, the following are explicitly permitted:
50
+
51
+ - Using components in personal, client, or commercial websites and applications
52
+ - Modifying components to fit your project's needs
53
+ - Including components in open source projects that are not component libraries
54
+ - Deploying projects that use these components for commercial purposes
55
+
56
+
57
+
58
+ ## 4. AI and Automated Systems
59
+
60
+ You may not use the source code of these components, in whole or in part, to
61
+ train, fine-tune, or build machine learning models, AI code generation tools,
62
+ or automated component generation systems that are distributed or sold to
63
+ third parties.
64
+
65
+
66
+ ## 5. No Warranty
67
+
68
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
69
+ IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS
70
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ASHIRWAD SINGH
71
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
72
+ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
73
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
74
+
75
+ ---
76
+
77
+ For licensing inquiries: hello.t7labs@gmail.com
package/dist/index.d.mts CHANGED
@@ -18,4 +18,6 @@ interface DotlaunchbuttonProps {
18
18
  }
19
19
  declare function Dotlaunchbutton({ label, onClick, className, accentColor, btnColor, animationSpeed, }: DotlaunchbuttonProps): react_jsx_runtime.JSX.Element;
20
20
 
21
- export { Button1, Dotlaunchbutton };
21
+ declare const PopHero: () => react_jsx_runtime.JSX.Element;
22
+
23
+ export { Button1, Dotlaunchbutton, PopHero };
package/dist/index.d.ts CHANGED
@@ -18,4 +18,6 @@ interface DotlaunchbuttonProps {
18
18
  }
19
19
  declare function Dotlaunchbutton({ label, onClick, className, accentColor, btnColor, animationSpeed, }: DotlaunchbuttonProps): react_jsx_runtime.JSX.Element;
20
20
 
21
- export { Button1, Dotlaunchbutton };
21
+ declare const PopHero: () => react_jsx_runtime.JSX.Element;
22
+
23
+ export { Button1, Dotlaunchbutton, PopHero };