@livelike/custom-widgets 1.0.0 → 1.0.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 +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,3 +48,19 @@ LiveLike.LiveLikeInit({ clientId: '**************' });
48
48
  widgetid="***************"
49
49
  ></circular-predictor>
50
50
  ```
51
+
52
+ #### 4. Text Poll
53
+ ```js
54
+ <text-poll
55
+ widgetid="***************"
56
+ kind="text-poll"
57
+ ></text-poll>
58
+ ```
59
+
60
+ #### 5. Emoji Slider
61
+ ```js
62
+ <emoji-slider
63
+ widgetid="***************"
64
+ kind="emoji-slider"
65
+ ></emoji-slider>
66
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livelike/custom-widgets",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/livelike.umd.cjs",
5
5
  "module": "dist/livelike.es.js",
6
6
  "types": "dist/index.d.ts",