@fluid-topics/ft-icon 2.0.12 → 2.0.14

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
@@ -194,8 +194,6 @@ export declare enum FtIcons {
194
194
  COMPRESS = "",
195
195
  EXPAND = "",
196
196
  ARROW_ROTATE_LEFT = "",
197
- EYE = "",
198
- SHARE = "󨃱",
199
197
  MOBILE_SMALL = "",
200
198
  SPARKLES = "",
201
199
  HAND_SOLID = "",
@@ -221,7 +219,13 @@ export declare enum FtIcons {
221
219
  PHOTO_FILM_REGULAR = "",
222
220
  HYPHEN_SOLID = "",
223
221
  CROSSHAIRS_REGULAR = "",
224
- PERSON_CHALKBOARD_REGULAR = ""
222
+ PERSON_CHALKBOARD_REGULAR = "",
223
+ CIRCLE_ARROW_DOWN_SLASH = "",
224
+ BOOK_OPEN_COVER = "",
225
+ LIGHTBULB = "",
226
+ MESSAGE_BOT_AGENTIC_SOLID = "",
227
+ EYE = "",
228
+ SHARE = "󨃱"
225
229
  }
226
230
  export declare enum FtFileFormatIcons {
227
231
  UNKNOWN = "",
package/build/icons.js CHANGED
@@ -196,8 +196,6 @@ export var FtIcons;
196
196
  FtIcons["COMPRESS"] = "";
197
197
  FtIcons["EXPAND"] = "";
198
198
  FtIcons["ARROW_ROTATE_LEFT"] = "";
199
- FtIcons["EYE"] = "";
200
- FtIcons["SHARE"] = "󨃱";
201
199
  FtIcons["MOBILE_SMALL"] = "";
202
200
  FtIcons["SPARKLES"] = "";
203
201
  FtIcons["HAND_SOLID"] = "";
@@ -224,6 +222,12 @@ export var FtIcons;
224
222
  FtIcons["HYPHEN_SOLID"] = "";
225
223
  FtIcons["CROSSHAIRS_REGULAR"] = "";
226
224
  FtIcons["PERSON_CHALKBOARD_REGULAR"] = "";
225
+ FtIcons["CIRCLE_ARROW_DOWN_SLASH"] = "";
226
+ FtIcons["BOOK_OPEN_COVER"] = "";
227
+ FtIcons["LIGHTBULB"] = "";
228
+ FtIcons["MESSAGE_BOT_AGENTIC_SOLID"] = "";
229
+ FtIcons["EYE"] = "";
230
+ FtIcons["SHARE"] = "󨃱";
227
231
  })(FtIcons || (FtIcons = {}));
228
232
  export var FtFileFormatIcons;
229
233
  (function (FtFileFormatIcons) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "Typography components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@awesome.me/kit-f60314a0e3": "1.0.292",
24
- "@fluid-topics/ft-wc-utils": "2.0.12",
24
+ "@fluid-topics/ft-wc-utils": "2.0.14",
25
25
  "@fortawesome/fontawesome-svg-core": "^6.7.2",
26
26
  "lit": "3.1.0"
27
27
  },
28
- "gitHead": "4811b3ed72672d41022c271d4a0d1db15b458aca"
28
+ "gitHead": "4c50289bffd5b4b58542856830adc1399b93a70f"
29
29
  }