pollcatch 1.0.8 → 1.0.10

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 (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/pc.js +1032 -1211
package/README.md CHANGED
@@ -56,7 +56,7 @@ A flexible star rating component with a sophisticated two-mode experience for co
56
56
 
57
57
  ```html
58
58
  <pc-stars name="satisfaction" label="How satisfied are you?" show-stats></pc-stars>
59
- <pc-stars name="service" label="Service quality" show-stats show-chart></pc-stars>
59
+ <pc-stars name="service" label="Service quality" show-stats="always"show-chart></pc-stars>
60
60
  <pc-stars name="detailed" label="Detailed rating (1-10)" num-stars="10" show-stats></pc-stars>
61
61
  <pc-stars name="quick" label="Quick feedback"></pc-stars>
62
62
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pollcatch",
3
3
  "private": false,
4
- "version": "1.0.8",
4
+ "version": "1.0.10",
5
5
  "type": "module",
6
6
  "main": "pc.js",
7
7
  "module": "pc.js",