physical-quantity 1.1.46 → 1.1.47

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 +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,8 @@ It is a new HTML element for expressing physical quantities, featuring self-cont
14
14
  - Easy to integrate into any web project.
15
15
 
16
16
  ## Demo: Physical Quantity element - No Unit Converter or Dual Units Needed
17
- [Live Demo](https://v2-docs.donwen.com/demo/products/quik2.html)
17
+ [Live Demo 1](https://v2-docs.donwen.com/demo/products/quik2.html)
18
+ [Live Demo 2](https://v2-docs.donwen.com/demo/products/motioncanada/gates-a36.html)
18
19
 
19
20
 
20
21
  ![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)
@@ -206,10 +207,11 @@ Currently, the component supports the following categories and units:
206
207
  | | kN||
207
208
  | | MN||
208
209
  | | kgf||
209
- | | lb||
210
- | | lbf||
210
+ | | lb| pound weight |
211
+ | | lbf| pount force |
211
212
  | | kip[kilo pounds]||
212
- | more to update. | (feel free to send your request for other units & categories) ||
213
+ | more to update. | (feel free to send your request for other units & categories) ||
214
+
213
215
  **Note**:
214
216
  - lbm, lbmass are used for mass units;
215
217
  - lb, lbf are used for weight/force units.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "physical-quantity",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "description": "A web component to represent a physical quantity with unit conversion.",
5
5
  "main": "dist/pq.umd.js",
6
6
  "module": "dist/pq.es.js",