@fluid-topics/ft-icon 1.1.83 → 1.1.85

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
@@ -175,6 +175,9 @@ export declare enum FtIcons {
175
175
  STRIKETHROUGH = "",
176
176
  LINK_SIMPLE_SLASH = "",
177
177
  LINK_SIMPLE = "",
178
+ ROUTE = "",
179
+ CIRCLE_USER_SLASH = "",
180
+ CIRCLE_USER_CHECK = "",
178
181
  EYE = "",
179
182
  SHARE = "󨃱"
180
183
  }
package/build/icons.js CHANGED
@@ -176,6 +176,9 @@ export var FtIcons;
176
176
  FtIcons["STRIKETHROUGH"] = "";
177
177
  FtIcons["LINK_SIMPLE_SLASH"] = "";
178
178
  FtIcons["LINK_SIMPLE"] = "";
179
+ FtIcons["ROUTE"] = "";
180
+ FtIcons["CIRCLE_USER_SLASH"] = "";
181
+ FtIcons["CIRCLE_USER_CHECK"] = "";
179
182
  FtIcons["EYE"] = "";
180
183
  FtIcons["SHARE"] = "󨃱";
181
184
  })(FtIcons || (FtIcons = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "1.1.83",
3
+ "version": "1.1.85",
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.83",
23
+ "@fluid-topics/ft-wc-utils": "1.1.85",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "2ca7449aa6df93b0b6ba0794e695aa3f605f38bf"
26
+ "gitHead": "7f23fb0e267fb0bcdd20de5b2fb39ab5940983d5"
27
27
  }