Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-garaev committed Jul 22, 2024
1 parent 6229181 commit 4177028
Show file tree
Hide file tree
Showing 100 changed files with 11,114 additions and 1,309 deletions.
32 changes: 31 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@Author: Preline Labs Ltd.
@Website: https://preline.co
@License: Preline UI is free for both personal and commercial projects, released under dual license terms "MIT" and "Preline UI Fair Use License", and copyrighted 2024 by Preline Labs Ltd.

MIT License

Copyright (c) 2023 Html Stream
Copyright (c) 2024 Preline Labs Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,3 +23,29 @@ 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.


Preline UI Fair Use License

1. Usage Restrictions:
- Competing Products: The Software shall not be used to create any product or service that directly competes with Preline UI. A competing product is defined as any software or service that replicates the primary functionalities of Preline UI.
- Misuse and Abuse: The Software shall not be used for any activities that are deemed harmful, abusive, or intended to deceive end-users. This includes, but is not limited to, creating malware, engaging in fraudulent activities, or infringing on the rights of others.

2. Commercial Derivative Works:
Users are permitted to create and sell derivative works such as templates, themes, and page builders, provided that:
- The derivative works must not be marketed as competing products.
- Proper attribution must be given to the original author, including the name "Preline UI" and a link to the original repository.
- A clear distinction must be made between the original work and the derivative work, ensuring that users understand the source of each.

3. Distribution and Sublicensing:
Redistribution of the Software in its original or modified form is allowed under the MIT License, with the following additional conditions:
- Redistributions must include this Fair Use License in addition to the MIT License.
- Redistributions must not remove or alter any licensing information or notices.
- Must include clear attribution with a link to the original repository.

4. Termination:
The author reserves the right to terminate the rights granted under this Fair Use License if the user fails to comply with the terms. Upon termination, the user must cease all use and distribution of the Software, and destroy all copies in their possession.

5. Enforcement and Compliance:
- Users who believe that the terms of this Fair Use License have been violated are encouraged to report the violation to the author.
- The author reserves the right to take legal action to enforce compliance with this Fair Use License.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For help, discussion about best practices, or any other conversation that would

## License

Preline UI is Open Source project and licensed under [MIT](https://preline.co/docs/license.html).
Preline UI is free for both personal and commercial projects, released under dual license terms [MIT](https://preline.co/docs/license.html) and [Preline UI Fair Use License](https://preline.co/docs/license.html) , and copyrighted 2024 by Preline Labs Ltd.

Preline UI Figma is free for both commercial and personal projects, learn more [here](https://preline.co/license.html).

Expand All @@ -63,4 +63,4 @@ All brand icons are trademarks of their respective owners. The use of these trad

Preline UI is built and maintend by [Htmlstream](https://htmlstream.com) team. Over the last decade at Htmlstream, our journey has involved crafting UI Components and Templates. This process has allowed us to understand and explore a range of strategies for developing versatile UI designs that can adapt to a variety of needs.

Share your thoughts about Preline on [Twitter](https://twitter.com/prelineUI) or leave supportive review on [ProductHunt](https://www.producthunt.com/products/preline-ui/reviews).
Share your thoughts about Preline on [Twitter](https://x.com/prelineUI) or leave supportive review on [ProductHunt](https://www.producthunt.com/products/preline-ui/reviews).
2 changes: 0 additions & 2 deletions dist/accordion.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


export interface IBasePlugin<O, E> {
el: E;
options?: O;
Expand Down
22 changes: 11 additions & 11 deletions dist/accordion.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/carousel.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


export interface IBasePlugin<O, E> {
el: E;
options?: O;
Expand All @@ -24,6 +22,7 @@ export interface ICarouselOptions {
isAutoPlay?: boolean;
speed?: number;
isInfiniteLoop?: boolean;
isRTL?: boolean;
}
export interface ICarousel {
options?: ICarouselOptions;
Expand All @@ -45,6 +44,7 @@ declare class HSCarousel extends HSBasePlugin<ICarouselOptions> implements ICaro
private readonly loadingClassesAdd;
private readonly afterLoadingClassesAdd;
private readonly isAutoPlay;
private readonly isRTL;
private readonly speed;
private readonly isInfiniteLoop;
private timer;
Expand All @@ -60,6 +60,7 @@ declare class HSCarousel extends HSBasePlugin<ICarouselOptions> implements ICaro
private resetTimer;
private detectDirection;
recalculateWidth(): void;
private calculateTransform;
goToPrev(): void;
goToNext(): void;
goTo(i: number): void;
Expand Down
22 changes: 11 additions & 11 deletions dist/carousel.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/collapse.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


export interface IBasePlugin<O, E> {
el: E;
options?: O;
Expand Down
22 changes: 11 additions & 11 deletions dist/collapse.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/combobox.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


export interface IBasePlugin<O, E> {
el: E;
options?: O;
Expand Down
22 changes: 11 additions & 11 deletions dist/combobox.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/copy-markup.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


export interface ICopyMarkupOptions {
targetSelector: string;
wrapperSelector: string;
Expand Down
Loading

0 comments on commit 4177028

Please sign in to comment.