@fluid-topics/ft-icon 1.1.59 → 1.1.61

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
@@ -155,7 +155,8 @@ export declare enum FtIcons {
155
155
  CLOCK_THREE = "",
156
156
  CALENDAR_DAY = "",
157
157
  COMPUTER_MOUSE_MAGNIFYING_GLASS = "",
158
- WAND_MAGIC_SPARKLES = ""
158
+ WAND_MAGIC_SPARKLES = "",
159
+ PAPER_PLANE = ""
159
160
  }
160
161
  export declare enum FtFileFormatIcons {
161
162
  UNKNOWN = "",
package/build/icons.js CHANGED
@@ -157,6 +157,7 @@ export var FtIcons;
157
157
  FtIcons["CALENDAR_DAY"] = "";
158
158
  FtIcons["COMPUTER_MOUSE_MAGNIFYING_GLASS"] = "";
159
159
  FtIcons["WAND_MAGIC_SPARKLES"] = "";
160
+ FtIcons["PAPER_PLANE"] = "";
160
161
  })(FtIcons || (FtIcons = {}));
161
162
  export var FtFileFormatIcons;
162
163
  (function (FtFileFormatIcons) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "1.1.59",
3
+ "version": "1.1.61",
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.1.59",
23
+ "@fluid-topics/ft-wc-utils": "1.1.61",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "b966417cfb62df1b965a2736005adb98bb7b7f61"
26
+ "gitHead": "97003a21f5dfb4845af84e174266f48a22517b90"
27
27
  }