@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/assets/fonts/fticons.svg +9 -2
- package/assets/fonts/fticons.ttf +0 -0
- package/assets/fonts/fticons.woff +0 -0
- package/build/ft-icon.light.js +12 -12
- package/build/ft-icon.min.js +7 -7
- package/build/icons.d.ts +4 -1
- package/build/icons.js +3 -0
- package/package.json +3 -3
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.
|
|
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.
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.3.11",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "d6d94dad1cc2ca781775cc04c47a5447f6effab5"
|
|
27
27
|
}
|