@fractal-components/random-gif
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@fractal-components/random-gif", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A sample UI component built using `fractal-component`", |
@@ -68,2 +68,3 @@ # A Sample RandomGif UI Component | ||
- namespacePrefix: String. Optional. Used to extend component's namespace (without impact component's internal namespace) so that two components' namespaces have a common part. It will impact the action multicast dispatch. | ||
- apiKey: Giphy.com API key. If not set, default one will be used | ||
@@ -79,3 +80,3 @@ - showButton: Boolean. Whether a click button should be shown. You will want to hide the button when you reuse this component to create a new component. e.g. `RandomGifPair` | ||
#### Outgoing Actions | ||
#### Accepted Actions | ||
- REQUEST_NEW_GIF: Will attempt to get a random Gif from Giphy.com when receive this action | ||
@@ -82,0 +83,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
350704
90