@fluid-topics/ft-icon 2.0.13 → 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
@@ -205,8 +205,8 @@ export declare enum FtIcons {
205
205
  BOOKMARK_SLASH = "",
206
206
  CIRCLE_PAUSE = "",
207
207
  CIRCLE_PLAY = "",
208
- CIRCLE_STOP_SOLID = "",
209
- CIRCLE_ARROW_DOWN = "",
208
+ CIRCLE_STOP_PLAIN = "",
209
+ CLOUD_ARROW_DOWN = "",
210
210
  SHARE_NODES = "",
211
211
  BELL = "",
212
212
  BELL_SLASH = "",
package/build/icons.js CHANGED
@@ -207,8 +207,8 @@ export var FtIcons;
207
207
  FtIcons["BOOKMARK_SLASH"] = "";
208
208
  FtIcons["CIRCLE_PAUSE"] = "";
209
209
  FtIcons["CIRCLE_PLAY"] = "";
210
- FtIcons["CIRCLE_STOP_SOLID"] = "";
211
- FtIcons["CIRCLE_ARROW_DOWN"] = "";
210
+ FtIcons["CIRCLE_STOP_PLAIN"] = "";
211
+ FtIcons["CLOUD_ARROW_DOWN"] = "";
212
212
  FtIcons["SHARE_NODES"] = "";
213
213
  FtIcons["BELL"] = "";
214
214
  FtIcons["BELL_SLASH"] = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "2.0.13",
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.13",
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": "8fff94f7df8ec1feca0f92b763d01d9745f6b975"
28
+ "gitHead": "4c50289bffd5b4b58542856830adc1399b93a70f"
29
29
  }