@fluid-topics/ft-icon 1.3.9 → 1.3.11

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
@@ -200,7 +200,10 @@ export declare enum FtIcons {
200
200
  SPARKLES = "",
201
201
  HAND_SOLID = "",
202
202
  CLOCK_SOLID = "",
203
- CONTEXT_MENU_CURSOR = ""
203
+ CONTEXT_MENU_CURSOR = "",
204
+ LANGUAGE_SLASH = "",
205
+ MAGNIFYING_GLASS_FLOPPY_DISK = "",
206
+ CABINET_FILING_FLOPPY_DISK = ""
204
207
  }
205
208
  export declare enum FtFileFormatIcons {
206
209
  UNKNOWN = "",
package/build/icons.js CHANGED
@@ -202,6 +202,9 @@ export var FtIcons;
202
202
  FtIcons["HAND_SOLID"] = "";
203
203
  FtIcons["CLOCK_SOLID"] = "";
204
204
  FtIcons["CONTEXT_MENU_CURSOR"] = "";
205
+ FtIcons["LANGUAGE_SLASH"] = "";
206
+ FtIcons["MAGNIFYING_GLASS_FLOPPY_DISK"] = "";
207
+ FtIcons["CABINET_FILING_FLOPPY_DISK"] = "";
205
208
  })(FtIcons || (FtIcons = {}));
206
209
  export var FtFileFormatIcons;
207
210
  (function (FtFileFormatIcons) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
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.3.9",
23
+ "@fluid-topics/ft-wc-utils": "1.3.11",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "dc6e10bbbaa21aaa6bf6ba41693dccd334fa9854"
26
+ "gitHead": "d6d94dad1cc2ca781775cc04c47a5447f6effab5"
27
27
  }