@fluid-topics/ft-file-drop 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Container that accepts dropping files
1
+ A container that accepts dropping files.
2
2
 
3
3
  ## Install
4
4
 
@@ -3,6 +3,7 @@ export interface FtDropPanelProperties {
3
3
  dropHint?: string;
4
4
  }
5
5
  export interface FtDropPanelCssVariables {
6
+ "--ft-file-drop-z-index"?: string;
6
7
  "--ft-color-primary"?: string;
7
8
  }
8
9
  export declare class FileDropEvent extends CustomEvent<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-file-drop",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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": "^0.1.0",
22
+ "@fluid-topics/ft-chip": "^0.1.1",
23
23
  "@fluid-topics/ft-wc-utils": "^0.1.0",
24
24
  "lit": "^2.0.2"
25
25
  },
26
- "gitHead": "8a87041408cbaccded5dc7c2a8f6a8aa6c92b9ee"
26
+ "gitHead": "4ca50a74e93ab7d8935fc06db38e924d58f55a88"
27
27
  }