@keepeek/keepicker-react 1.5.0-beta.1 → 1.5.0-beta.2

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 CHANGED
@@ -6,7 +6,10 @@
6
6
 
7
7
  ```html
8
8
  <head>
9
- <script async src="https://cdn.jsdelivr.net/npm/@keepeek/keepicker-react@1/dist/index.js"></script>
9
+ <script
10
+ async
11
+ src="https://cdn.jsdelivr.net/npm/@keepeek/keepicker-react@1/dist/index.js"
12
+ ></script>
10
13
  </head>
11
14
  ```
12
15
 
@@ -107,15 +110,13 @@ Drupal.behaviors.addKeepickerWebComponentMarkup = {
107
110
  | Name | Madatory | Type | Default value | Description |
108
111
  | ------------------ | -------- | ------ | ------------------------------- | ------------------------------------ |
109
112
  | api-endpoint | yes | String | | API Endpoint |
110
- | keycloak-url | no | String | Configuration from API endpoint | Keycloak URL |
111
- | keycloak-realm | no | String | Configuration from API endpoint | Keycloak Realm |
112
113
  | keycloak-client-id | no | String | Default Keepicker Client ID | Keycloak Client ID |
113
- | keycloak-idp | no | String | | Keycloak IDP name for SSO connection |
114
114
  | data-locale | no | String | FR | Data locale |
115
115
  | ui-locale | no | String | FR | Interface locale |
116
116
 
117
117
  ## List of events
118
118
 
119
- | Name | Description |
120
- | ---------- | ------------------------------------------ |
121
- | kpk-insert | Event dispached when inserting one element |
119
+ | Name | Description |
120
+ | --------------- | -------------------------------------------------- |
121
+ | kpk-insert | Event dispached when inserting one element |
122
+ | kpk-insert-link | Event dispached when inserting a generated picture |