@polarityio/pi-external-link 1.0.0 → 1.0.2

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "pi-external-link": {
3
- "element": "pi-external-link-v1-0-0",
3
+ "element": "pi-external-link-v1-0-2",
4
4
  "className": "PiExternalLink",
5
5
  "package": "@polarityio/pi-external-link"
6
6
  }
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import { faUpRightFromSquare } from "@fortawesome/free-solid-svg-icons";
5
5
  import { defineCustomElementOnce, libraryCustomElementName } from "@polarityio/pi-shared";
6
6
  import { CUSTOM_ELEMENT_NAME as CUSTOM_ELEMENT_NAME$1, PiIcon } from "@polarityio/pi-icon";
7
7
  import { CUSTOM_ELEMENT_NAME as CUSTOM_ELEMENT_NAME$2, PiTooltip } from "@polarityio/pi-tooltip";
8
- const version = "1.0.0";
8
+ const version = "1.0.2";
9
9
  const packageJson = {
10
10
  version
11
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polarityio/pi-external-link",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "External link component that opens in a new tab with icon and tooltip",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -29,9 +29,9 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@fortawesome/free-solid-svg-icons": "^7.0.0",
32
- "@polarityio/pi-shared": "1.0.0",
33
- "@polarityio/pi-tooltip": "1.0.0",
34
- "@polarityio/pi-icon": "1.0.0"
32
+ "@polarityio/pi-shared": "1.0.2",
33
+ "@polarityio/pi-icon": "1.0.2",
34
+ "@polarityio/pi-tooltip": "1.0.2"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "lit": "^3.0.0"