@fluid-topics/ft-icon 1.1.85 → 1.1.87

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
@@ -178,6 +178,8 @@ export declare enum FtIcons {
178
178
  ROUTE = "",
179
179
  CIRCLE_USER_SLASH = "",
180
180
  CIRCLE_USER_CHECK = "",
181
+ LIST_MAGNIFYING_GLASS = "",
182
+ MEDAL = "",
181
183
  EYE = "",
182
184
  SHARE = "󨃱"
183
185
  }
package/build/icons.js CHANGED
@@ -179,6 +179,8 @@ export var FtIcons;
179
179
  FtIcons["ROUTE"] = "";
180
180
  FtIcons["CIRCLE_USER_SLASH"] = "";
181
181
  FtIcons["CIRCLE_USER_CHECK"] = "";
182
+ FtIcons["LIST_MAGNIFYING_GLASS"] = "";
183
+ FtIcons["MEDAL"] = "";
182
184
  FtIcons["EYE"] = "";
183
185
  FtIcons["SHARE"] = "󨃱";
184
186
  })(FtIcons || (FtIcons = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "1.1.85",
3
+ "version": "1.1.87",
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.85",
23
+ "@fluid-topics/ft-wc-utils": "1.1.87",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "7f23fb0e267fb0bcdd20de5b2fb39ab5940983d5"
26
+ "gitHead": "ed74752761ed6588c2fa0e1b696b8fe8dfc72c00"
27
27
  }