@layerfi/components 0.1.77 → 0.1.78

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/.eslintrc.js CHANGED
@@ -27,6 +27,26 @@ module.exports = {
27
27
  '@stylistic/quotes': ['error', 'single', { avoidEscape: false }],
28
28
  '@stylistic/jsx-quotes': ['error', 'prefer-single'],
29
29
  '@stylistic/semi': ['error', 'never'],
30
+ '@stylistic/eol-last': ['error', 'always'],
31
+ '@stylistic/indent': ['error', 2],
32
+ '@stylistic/operator-linebreak': [
33
+ 'error',
34
+ 'before',
35
+ {
36
+ overrides: {
37
+ '=': 'after',
38
+ },
39
+ }
40
+ ],
41
+ '@stylistic/max-len': [
42
+ 'error',
43
+ {
44
+ code: 100,
45
+ ignoreUrls: true,
46
+ ignoreStrings: true,
47
+ ignoreTemplateLiterals: true
48
+ }
49
+ ],
30
50
 
31
51
  '@typescript-eslint/no-unused-vars': 'off',
32
52
  'unused-imports/no-unused-imports': 'error',
@@ -0,0 +1,14 @@
1
+ {
2
+ "files.exclude": {
3
+ "**/.git": true,
4
+ },
5
+ "files.watcherExclude": {
6
+ "**/dist/**": true,
7
+ "**/node_modules/**": true,
8
+ },
9
+ "editor.codeActionsOnSave": {
10
+ "source.fixAll": "explicit",
11
+ },
12
+ "typescript.preferences.quoteStyle": "single",
13
+ "typescript.tsdk": "node_modules/typescript/lib",
14
+ }
package/LICENSE CHANGED
@@ -1,21 +1,33 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 Layer Financial
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.
1
+ Proprietary Software License Agreement
2
+
3
+ Copyright (c) 2024 Layer Financial
4
+
5
+ 1. Authorized Use:
6
+ This Software may only be used by individuals or organizations who have obtained a valid license from Layer Financial. Unauthorized use, copying, distribution, or modification is strictly prohibited and will be prosecuted to the fullest extent of the law.
7
+
8
+ 2. Grant of License:
9
+ Subject to the terms of this Agreement and any applicable Master Services Agreement (“MSA”) between the Licensee and Layer Financial, Layer Financial grants the Licensee a non-exclusive, non-transferable, limited license to use the Software solely for the purposes of serving their clients as defined within the scope of the MSA.
10
+
11
+ 3. Restrictions:
12
+ Licensee shall not:
13
+
14
+ 1. Redistribute, sell, lease, or license the Software to any third party.
15
+ 2. Assign, transfer, or sublicense this License or any of its rights hereunder to any third party without the prior written consent of Layer Financial.
16
+
17
+ 4. Ownership:
18
+ The Software is licensed, not sold. Layer Financial retains all rights, title, and interest, including future updates and enhancements.
19
+
20
+ 5. Updates:
21
+ Layer Financial is under no obligation to provide updates or upgrades. Future updates may be subject to additional terms or fees.
22
+
23
+ 6. Termination:
24
+ This License will automatically terminate upon any breach of this Agreement by the Licensee. Upon termination, Licensee must cease all use and destroy all copies of the Software.
25
+
26
+ 7. Limitation of Liability:
27
+ The Software is provided "as is" without any warranties of any kind. In no event shall Layer Financial be liable for any damages arising from the use of the Software.
28
+
29
+ 8. Indemnification:
30
+ The Licensee agrees to indemnify, defend, and hold harmless Layer Financial from any claims, damages, losses, or expenses arising out of or in connection with the Licensee’s use of the Software in violation of this Agreement.
31
+
32
+ 9. Governing Law:
33
+ This Agreement shall be governed by the laws of the state of California.