physical-quantity 1.3.0 → 1.3.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 +2 -3
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -29,12 +29,11 @@ By leveraging these custom elements, developers can easily incorporate sophistic
29
29
  > **Missing a unit or category?** We'd love your input!
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
- ## Demo: Physical Quantity element - No Unit Converter or Dual Units Needed
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
34
  [Live Demo 1 - technical writing](https://v2-docs.donwen.com/fun-calculations/slingshot-stress-calculation.html)
34
35
  [Live Demo 2 - typical product specs](https://v2-docs.donwen.com/demo/products/quik2.html)
35
36
  [Live Demo 3 - typical product specs](https://v2-docs.donwen.com/demo/products/motioncanada/gates-a36.html)
36
- [Live Demo 4 - unique ft-in conversion](https://v2-docs.donwen.com/demo/pq-samples-less.html)
37
-
38
37
 
39
38
  ![Physical Quantity (Gif Animation)](https://firebasestorage.googleapis.com/v0/b/auto-calc-80237.appspot.com/o/PQE%2Fexamples%2FPhysicalQuantityElementDemo3-ezgif.com.gif?alt=media&token=b910c493-e990-490b-bf4d-015a4d4c10d2)
40
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "physical-quantity",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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",