@friggframework/ui 1.3.0--canary.325.891353e.0 → 2.0.0-next.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.
- package/README.md +4 -1
- package/package.json +2 -2
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": "
|
|
7
|
+
"version": "2.0.0-next.0",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"main": "./dist/index.umd.js",
|
|
10
10
|
"module": "./dist/index.es.js",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"tailwindcss": "^3.4.7",
|
|
59
59
|
"vite": "^5.3.4"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "e37f577d3c14f8eed6584517830c6c61815cf759"
|
|
62
62
|
}
|