@fluid-topics/ft-icon 1.1.59 → 1.1.61
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 +4 -2
- package/assets/fonts/fticons.ttf +0 -0
- package/assets/fonts/fticons.woff +0 -0
- package/build/ft-icon.light.js +4 -4
- package/build/ft-icon.min.js +33 -34
- package/build/icons.d.ts +2 -1
- package/build/icons.js +1 -0
- package/package.json +3 -3
package/build/icons.d.ts
CHANGED
|
@@ -155,7 +155,8 @@ export declare enum FtIcons {
|
|
|
155
155
|
CLOCK_THREE = "",
|
|
156
156
|
CALENDAR_DAY = "",
|
|
157
157
|
COMPUTER_MOUSE_MAGNIFYING_GLASS = "",
|
|
158
|
-
WAND_MAGIC_SPARKLES = ""
|
|
158
|
+
WAND_MAGIC_SPARKLES = "",
|
|
159
|
+
PAPER_PLANE = ""
|
|
159
160
|
}
|
|
160
161
|
export declare enum FtFileFormatIcons {
|
|
161
162
|
UNKNOWN = "",
|
package/build/icons.js
CHANGED
|
@@ -157,6 +157,7 @@ export var FtIcons;
|
|
|
157
157
|
FtIcons["CALENDAR_DAY"] = "";
|
|
158
158
|
FtIcons["COMPUTER_MOUSE_MAGNIFYING_GLASS"] = "";
|
|
159
159
|
FtIcons["WAND_MAGIC_SPARKLES"] = "";
|
|
160
|
+
FtIcons["PAPER_PLANE"] = "";
|
|
160
161
|
})(FtIcons || (FtIcons = {}));
|
|
161
162
|
export var FtFileFormatIcons;
|
|
162
163
|
(function (FtFileFormatIcons) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-icon",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.61",
|
|
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.
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.1.61",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "97003a21f5dfb4845af84e174266f48a22517b90"
|
|
27
27
|
}
|