@fluid-topics/ft-icon 1.0.58 → 1.0.60

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/build/icons.d.ts CHANGED
@@ -104,6 +104,7 @@ export declare enum FtIcons {
104
104
  WRITE_UGC = "",
105
105
  TRASH = "",
106
106
  EXTLINK = "",
107
+ EXTLINK_LIGHT = "",
107
108
  CALENDAR = "",
108
109
  BOOK = "",
109
110
  DOWNLOAD_PLAIN = "",
package/build/icons.js CHANGED
@@ -105,6 +105,7 @@ export var FtIcons;
105
105
  FtIcons["WRITE_UGC"] = "";
106
106
  FtIcons["TRASH"] = "";
107
107
  FtIcons["EXTLINK"] = "";
108
+ FtIcons["EXTLINK_LIGHT"] = "";
108
109
  FtIcons["CALENDAR"] = "";
109
110
  FtIcons["BOOK"] = "";
110
111
  FtIcons["DOWNLOAD_PLAIN"] = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "1.0.58",
3
+ "version": "1.0.60",
4
4
  "description": "Typography components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -20,8 +20,8 @@
20
20
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
21
21
  },
22
22
  "dependencies": {
23
- "@fluid-topics/ft-wc-utils": "1.0.58",
23
+ "@fluid-topics/ft-wc-utils": "1.0.60",
24
24
  "lit": "2.7.2"
25
25
  },
26
- "gitHead": "110d1b1f9cb2239c15279f2e89047b028e15ca61"
26
+ "gitHead": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
27
27
  }