@fluid-topics/ft-icon 1.3.56 → 1.3.58
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 +14 -4
- package/assets/fonts/fticons.ttf +0 -0
- package/assets/fonts/fticons.woff +0 -0
- package/build/ft-icon.light.js +13 -13
- package/build/ft-icon.min.js +9 -9
- package/build/icons.d.ts +7 -2
- package/build/icons.js +6 -1
- package/package.json +3 -3
package/build/icons.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**************************************
|
|
2
|
-
/* Please keep same order as svg font *
|
|
2
|
+
/* Please keep same order as svg font *
|
|
3
3
|
**************************************/
|
|
4
4
|
export declare enum FtIcons {
|
|
5
5
|
ADD_TO_PBK = "",
|
|
@@ -216,7 +216,12 @@ export declare enum FtIcons {
|
|
|
216
216
|
HAND = "",
|
|
217
217
|
SQUARE_INFO_SOLID = "",
|
|
218
218
|
FILE_CODE = "",
|
|
219
|
-
BOX_CODE = ""
|
|
219
|
+
BOX_CODE = "",
|
|
220
|
+
TOPICS_SOLID = "",
|
|
221
|
+
PHOTO_FILM_REGULAR = "",
|
|
222
|
+
HYPHEN_SOLID = "",
|
|
223
|
+
CROSSHAIRS_REGULAR = "",
|
|
224
|
+
PERSON_CHALKBOARD_REGULAR = ""
|
|
220
225
|
}
|
|
221
226
|
export declare enum FtFileFormatIcons {
|
|
222
227
|
UNKNOWN = "",
|
package/build/icons.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**************************************
|
|
2
|
-
/* Please keep same order as svg font *
|
|
2
|
+
/* Please keep same order as svg font *
|
|
3
3
|
**************************************/
|
|
4
4
|
export var FtIcons;
|
|
5
5
|
(function (FtIcons) {
|
|
@@ -219,6 +219,11 @@ export var FtIcons;
|
|
|
219
219
|
FtIcons["SQUARE_INFO_SOLID"] = "";
|
|
220
220
|
FtIcons["FILE_CODE"] = "";
|
|
221
221
|
FtIcons["BOX_CODE"] = "";
|
|
222
|
+
FtIcons["TOPICS_SOLID"] = "";
|
|
223
|
+
FtIcons["PHOTO_FILM_REGULAR"] = "";
|
|
224
|
+
FtIcons["HYPHEN_SOLID"] = "";
|
|
225
|
+
FtIcons["CROSSHAIRS_REGULAR"] = "";
|
|
226
|
+
FtIcons["PERSON_CHALKBOARD_REGULAR"] = "";
|
|
222
227
|
})(FtIcons || (FtIcons = {}));
|
|
223
228
|
export var FtFileFormatIcons;
|
|
224
229
|
(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.58",
|
|
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.58",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "213c3ef145165adc5d6a58410f16643f4d30b62f"
|
|
27
27
|
}
|