@keepeek/keepicker-react 1.5.0-beta.6 → 1.6.0-beta.1

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 (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Steps to use the Keepicker
4
4
 
5
- 1 - Import the JavaScript file registering kpk-keepicker web component :
5
+ 1 - Import the JavaScript file registering kpk-keepicker web component:
6
6
 
7
7
  ```html
8
8
  <head>
@@ -13,7 +13,7 @@
13
13
  </head>
14
14
  ```
15
15
 
16
- 2 - Add the web component tag in the DOM :
16
+ 2 - Add the web component tag in the DOM:
17
17
 
18
18
  ```html
19
19
  <body>
@@ -27,7 +27,7 @@
27
27
  </body>
28
28
  ```
29
29
 
30
- 3 - Add a callback that will be triggered when selecting an asset :
30
+ 3 - Add a callback that will be triggered when selecting an asset:
31
31
 
32
32
  ```html
33
33
  <script>
@@ -73,7 +73,7 @@ function App() {
73
73
 
74
74
  ### Drupal form
75
75
 
76
- To integrate component in a form, add a container :
76
+ To integrate component in a form, add a container:
77
77
 
78
78
  ```jsx
79
79
  $form['container']['picker'] = [
@@ -82,7 +82,7 @@ $form['container']['picker'] = [
82
82
  ];
83
83
  ```
84
84
 
85
- Add a behaviour to mount web component :
85
+ Add a behaviour to mount web component:
86
86
 
87
87
  ```jsx
88
88
  Drupal.behaviors.addKeepickerWebComponentMarkup = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keepeek/keepicker-react",
3
- "version": "1.5.0-beta.6",
3
+ "version": "1.6.0-beta.1",
4
4
  "files": [
5
5
  "dist/index.js",
6
6
  "dist/license.txt"