@fluid-topics/ft-file-drop 1.1.95 → 1.1.97

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.95",
3
+ "version": "1.1.97",
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.95",
23
- "@fluid-topics/ft-wc-utils": "1.1.95",
22
+ "@fluid-topics/ft-chip": "1.1.97",
23
+ "@fluid-topics/ft-wc-utils": "1.1.97",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "4c1f271fccd8c64eba90bc7f1a72d6e0ca5ba01d"
26
+ "gitHead": "05bb09e5672b741ee38202a13eb0ed087cd24b0c"
27
27
  }