@fluid-topics/ft-icon 1.1.113 → 1.1.114

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
@@ -185,6 +185,7 @@ export declare enum FtIcons {
185
185
  FLASK = "",
186
186
  LOCK_KEYHOLE_OPEN_SOLID = "",
187
187
  HOURGLASS_END = "",
188
+ CIRCLE_QUESTION = "",
188
189
  EYE = "",
189
190
  SHARE = "󨃱"
190
191
  }
package/build/icons.js CHANGED
@@ -186,6 +186,7 @@ export var FtIcons;
186
186
  FtIcons["FLASK"] = "";
187
187
  FtIcons["LOCK_KEYHOLE_OPEN_SOLID"] = "";
188
188
  FtIcons["HOURGLASS_END"] = "";
189
+ FtIcons["CIRCLE_QUESTION"] = "";
189
190
  FtIcons["EYE"] = "";
190
191
  FtIcons["SHARE"] = "󨃱";
191
192
  })(FtIcons || (FtIcons = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "1.1.113",
3
+ "version": "1.1.114",
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.113",
23
+ "@fluid-topics/ft-wc-utils": "1.1.114",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "4f003dbb90c2efc138696ae671e64fdab6f1fe88"
26
+ "gitHead": "f8167e187c7e56de530a810eb2ad87426989e775"
27
27
  }