physical-quantity 1.3.4 → 1.3.5

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 +18 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,8 +16,24 @@ These web components offer:
16
16
  - Elimination of redundant dual units
17
17
  - Seamless integration across various websites and platforms
18
18
 
19
- By leveraging these custom elements, developers can easily incorporate sophisticated physical quantity handling and unit conversion into their web applications, enhancing user experience and data presentation.
20
-
19
+ By leveraging these custom elements, web designers and developers can easily incorporate sophisticated physical quantity handling and unit conversion into their web applications, enhancing user experience and data presentation.
20
+
21
+ ## Why physical-quantity Package
22
+
23
+ It brings unit awareness to your website with minimal code — and delivers significant value for both website owners and end users. Visitors see quantities in the units they are familiar with, without leaving the page or reaching for an external converter.
24
+
25
+ ## Typical Use Cases
26
+
27
+ **E-commerce product pages** — Product specs are full of physical quantities: dimensions, weight, power consumption, capacity. Embedding these components lets shoppers instantly switch between metric and imperial without leaving the page — reducing confusion and support queries from international customers.
28
+
29
+ **Technical documentation and manuals** — Engineering docs, data sheets, and user manuals often target readers across regions with different unit preferences. These components eliminate the need for conversion tables or external tools, keeping readers focused on the content.
30
+
31
+ **Scientific and research publications** — Papers and reports that present measurements benefit from on-page conversion, letting readers from different scientific communities work in their preferred units.
32
+
33
+ **Educational content** — Science, engineering, and health courses that present quantities with unit conversion built in reinforce unit literacy and reduce friction for students working in different systems.
34
+
35
+ **Medical and health information** — Dosage guides, lab reference ranges, and fitness content that show values in multiple unit systems (kg/lbs, °C/°F, ml/oz) are more accessible to a global audience.
36
+
21
37
  ## Features
22
38
 
23
39
  - **570+ units across 60+ categories** — covering the most common engineering, science, and everyday measurement needs, from Length, Mass, and Temperature to Flow Rate, Viscosity, Electrical quantities, and more. See the full [Units Reference](https://calcslive.com/help/units-reference).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "physical-quantity",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
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",