@ai12z/react 0.0.1-alpha.25 → 0.0.1-alpha.26

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,12 +9,12 @@ const reactLibrary = require('react-library');
9
9
 
10
10
  ```
11
11
 
12
- We are providing the option named as **ctaAttributes** for assigning the JSON object programmatically and sending those object to the API payload for furthur use.
12
+ We are providing the option named as **dataAttributes** for assigning the JSON object programmatically and sending those object to the API payload for furthur use.
13
13
 
14
14
  ```
15
15
  <script>
16
16
  const ele = document.querySelector('ai12z-cta');
17
- ele.ctaAttributes = {
17
+ ele.dataAttributes = {
18
18
  content: {
19
19
  newlist: [
20
20
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai12z/react",
3
- "version": "0.0.1-alpha.25",
3
+ "version": "0.0.1-alpha.26",
4
4
  "description": "ai12z React Library",
5
5
  "author": "Alpesh Patel <alpesh@ai12z.com>",
6
6
  "homepage": "",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "6619bdf3a320b2905099a71f971a5a6ef23fd2c3"
36
+ "gitHead": "2e8fd07559060f4907ee8549db3ffdfd54fa2fe5"
37
37
  }