@fluid-topics/ft-icon 1.2.2 → 1.2.4
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 +6 -2
- package/assets/fonts/fticons.ttf +0 -0
- package/assets/fonts/fticons.woff +0 -0
- package/build/ft-icon.light.js +2 -2
- package/build/ft-icon.min.js +16 -16
- package/build/icons.d.ts +3 -1
- package/build/icons.js +2 -0
- package/package.json +3 -3
package/build/icons.d.ts
CHANGED
|
@@ -187,7 +187,9 @@ export declare enum FtIcons {
|
|
|
187
187
|
HOURGLASS_END = "",
|
|
188
188
|
CIRCLE_QUESTION = "",
|
|
189
189
|
EYE = "",
|
|
190
|
-
SHARE = "󨃱"
|
|
190
|
+
SHARE = "󨃱",
|
|
191
|
+
GRIP_LINES_SOLID = "",
|
|
192
|
+
TRANSLATE_SPARKLE_SOLID = ""
|
|
191
193
|
}
|
|
192
194
|
export declare enum FtFileFormatIcons {
|
|
193
195
|
UNKNOWN = "",
|
package/build/icons.js
CHANGED
|
@@ -189,6 +189,8 @@ export var FtIcons;
|
|
|
189
189
|
FtIcons["CIRCLE_QUESTION"] = "";
|
|
190
190
|
FtIcons["EYE"] = "";
|
|
191
191
|
FtIcons["SHARE"] = "󨃱";
|
|
192
|
+
FtIcons["GRIP_LINES_SOLID"] = "";
|
|
193
|
+
FtIcons["TRANSLATE_SPARKLE_SOLID"] = "";
|
|
192
194
|
})(FtIcons || (FtIcons = {}));
|
|
193
195
|
export var FtFileFormatIcons;
|
|
194
196
|
(function (FtFileFormatIcons) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-icon",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
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.2.
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.2.4",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "c5822c07ea0e1ee8ed9b54f8d66ded338594a42f"
|
|
27
27
|
}
|