@friggframework/ui 1.3.0--canary.325.c79ad57.0 → 1.3.1--canary.332.09415a3.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 +9 -0
  2. package/README.md +4 -1
  3. package/package.json +3 -2
package/LICENSE.md ADDED
@@ -0,0 +1,9 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Left Hook Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
8
+
9
+ 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 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/README.md CHANGED
@@ -6,6 +6,9 @@ The Frigg UI package provides a set of reusable and self-contained components fo
6
6
 
7
7
  ## Features
8
8
 
9
+ 1. IntegrationList component to automatically find and list all integrations configured in your Frigg Application
10
+ 2. QuickActions for menu options corresponding to UserAction model inside Frigg's integration model
11
+
9
12
  ### Self-Contained Components
10
13
  Each exported component is self-contained, meaning that by passing the correct properties, users can manage their integrations effortlessly from any app.
11
14
 
@@ -39,4 +42,4 @@ We welcome contributions to the Frigg UI package. Please feel free to submit iss
39
42
 
40
43
  ## License
41
44
 
42
- This project is licensed under the MIT License. See the LICENSE file for details.
45
+ This project is licensed under the MIT License. See the LICENSE file for details.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.3.0--canary.325.c79ad57.0",
7
+ "version": "1.3.1--canary.332.09415a3.0",
8
8
  "type": "module",
9
9
  "main": "./dist/index.umd.js",
10
10
  "module": "./dist/index.es.js",
@@ -57,5 +57,6 @@
57
57
  "postcss": "^8.4.41",
58
58
  "tailwindcss": "^3.4.7",
59
59
  "vite": "^5.3.4"
60
- }
60
+ },
61
+ "gitHead": "09415a3700906ab8a3bcc9c3e023e1e6df8d8121"
61
62
  }