@fluid-topics/ft-file-drop 1.1.95 → 1.1.96
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.
|
@@ -974,6 +974,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
974
974
|
.iconVariant=${this.iconVariant}
|
|
975
975
|
icon="${this.internalIcon}"
|
|
976
976
|
label="${this.iconLabel}"
|
|
977
|
+
tooltipposition="top"
|
|
977
978
|
part="icon-button"
|
|
978
979
|
></ft-button>
|
|
979
980
|
`:Ze.html`
|
|
@@ -1019,6 +1019,7 @@ Also for action icons.`,p.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
|
|
|
1019
1019
|
.iconVariant=${this.iconVariant}
|
|
1020
1020
|
icon="${this.internalIcon}"
|
|
1021
1021
|
label="${this.iconLabel}"
|
|
1022
|
+
tooltipposition="top"
|
|
1022
1023
|
part="icon-button"
|
|
1023
1024
|
></ft-button>
|
|
1024
1025
|
`:F`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-file-drop",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.96",
|
|
4
4
|
"description": "Container that accepts dropping files",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-chip": "1.1.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-chip": "1.1.96",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "1.1.96",
|
|
24
24
|
"lit": "3.1.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "cf0a1d20240d13d8045f6e02e5476a3291be7101"
|
|
27
27
|
}
|