physical-quantity 1.3.2 → 1.3.4

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,7 @@ By leveraging these custom elements, developers can easily incorporate sophistic
30
30
  > Email [don.wen@calcslive.com](mailto:don.wen@calcslive.com) with your suggestions — your feedback directly shapes the unit library.
31
31
 
32
32
  ## Live Demo: Physical Quantity elements - 3 Components
33
- [Live Demo 0 - primary usages](https://v2-docs.donwen.com/demo/pq-samples-less.html)
33
+ [Live Demo 0 - primary usages](https://v2-docs.donwen.com/demo/pq-samples-less.html) ⭐ **NEW**
34
34
  [Live Demo 1 - technical writing](https://v2-docs.donwen.com/fun-calculations/slingshot-stress-calculation.html)
35
35
  [Live Demo 2 - typical product specs](https://v2-docs.donwen.com/demo/products/quik2.html)
36
36
  [Live Demo 3 - typical product specs](https://v2-docs.donwen.com/demo/products/motioncanada/gates-a36.html)
@@ -47,6 +47,8 @@ The `physical-quantity` components are available as a WordPress plugin [CalcsLiv
47
47
 
48
48
  ```
49
49
  [calcslive_qty value="25.4" unit="mm"]
50
+ [calcslive_qty value='2000' unit="g"]
51
+ [calcslive_qty value=2 unit="in"]
50
52
  [calcslive_qty_pair values="10x20" unit="cm"]
51
53
  [calcslive_qty_triplet values="(10, 20, 30)" unit="cm"]
52
54
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "physical-quantity",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "A web component bundle to represent physical quantities with automated unit conversion.",
5
5
  "main": "dist/pq.umd.js",
6
6
  "module": "dist/pq.es.js",