physical-quantity 1.1.10 → 1.1.12

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.
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  `physical-quantity` is a web component that allows you to create and manipulate physical quantities with different units. It provides an input for the value and a dropdown for the unit, automatically converting between units in the same category.
4
4
 
5
+ "PQE: A new HTML element (web component) for expressing physical quantities, featuring self-contained unit conversion, a compact and clean UI, no redundant dual units, and seamless integration across all websites and platforms."
6
+
5
7
  ## Features
6
8
 
7
9
  - Create a physical quantity with a value and unit.
@@ -13,9 +15,12 @@
13
15
  [Box Size & Mass @https://e3d.github.io](https://e3d.github.io)
14
16
  <iframe width="100%" height="300" src="https://jsfiddle.net/hithere/tz8ym4fh/54/embedded/result" allowfullscreen="true" frameborder="0"></iframe>
15
17
 
16
- <script async src="//jsfiddle.net/hithere/tz8ym4fh/54/embed/"></script>
18
+ [Live Demo on JS Fiddle](https://jsfiddle.net/hithere/tz8ym4fh/100/embedded/result)
19
+
20
+ ![Example 2 in UI](https://firebasestorage.googleapis.com/v0/b/auto-calc-80237.appspot.com/o/PQE%2Fexamples%2FPhysicalQuantityElementExample1.png?alt=media&token=2aa81849-9299-4ba5-9f62-79b8604b814f)
21
+
22
+ ![Example 1 in UI](https://firebasestorage.googleapis.com/v0/b/auto-calc-80237.appspot.com/o/PQE%2Fexamples%2FPhysicalQuantityElementExample2.png?alt=media&token=5c899acf-a04c-44b7-b8ac-b1740f308d40)
17
23
 
18
- ![Example in UI](/images/examples/PhysicalQuantityElementExample1.jpg)
19
24
 
20
25
  ## Installation
21
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "physical-quantity",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "description": "A web component to represent a physical quantity with unit conversion.",
5
5
  "main": "./dist/pq.min.js",
6
6
  "files": [