@fluid-topics/ft-floating-menu 0.3.70 → 1.0.0-alpha.0
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/build/ft-floating-menu-item.css.d.ts +0 -1
- package/build/ft-floating-menu-item.css.js +0 -1
- package/build/ft-floating-menu-item.d.ts +0 -1
- package/build/ft-floating-menu-item.js +3 -4
- package/build/ft-floating-menu-item.properties.d.ts +0 -1
- package/build/ft-floating-menu-item.properties.js +0 -1
- package/build/ft-floating-menu.css.d.ts +0 -1
- package/build/ft-floating-menu.css.js +0 -1
- package/build/ft-floating-menu.d.ts +0 -1
- package/build/ft-floating-menu.js +2 -2
- package/build/ft-floating-menu.light.js +148 -144
- package/build/ft-floating-menu.min.js +193 -199
- package/build/ft-floating-menu.properties.d.ts +2 -3
- package/build/ft-floating-menu.properties.js +0 -1
- package/build/index.d.ts +0 -1
- package/build/index.js +0 -1
- package/package.json +8 -8
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FtIconVariants } from "@fluid-topics/ft-icon/build/ft-icon.properties";
|
|
2
2
|
import { Position } from "@fluid-topics/ft-tooltip/build/ft-tooltip.properties";
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export type FtHorizontalAlignment = "left" | "right" | "center";
|
|
4
|
+
export type FtVerticalAlignment = "bottom" | "top";
|
|
5
5
|
export interface FtFloatingMenuProperties {
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
iconVariant?: FtIconVariants;
|
|
@@ -12,4 +12,3 @@ export interface FtFloatingMenuProperties {
|
|
|
12
12
|
horizontalAlignment?: FtHorizontalAlignment;
|
|
13
13
|
verticalAlignment?: FtVerticalAlignment;
|
|
14
14
|
}
|
|
15
|
-
//# sourceMappingURL=ft-floating-menu.properties.d.ts.map
|
package/build/index.d.ts
CHANGED
package/build/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-floating-menu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-alpha.0",
|
|
4
4
|
"description": "Floating menu component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-button": "0.
|
|
23
|
-
"@fluid-topics/ft-icon": "0.
|
|
24
|
-
"@fluid-topics/ft-ripple": "0.
|
|
25
|
-
"@fluid-topics/ft-typography": "0.
|
|
26
|
-
"@fluid-topics/ft-wc-utils": "0.
|
|
27
|
-
"lit": "2.2
|
|
22
|
+
"@fluid-topics/ft-button": "1.0.0-alpha.0",
|
|
23
|
+
"@fluid-topics/ft-icon": "1.0.0-alpha.0",
|
|
24
|
+
"@fluid-topics/ft-ripple": "1.0.0-alpha.0",
|
|
25
|
+
"@fluid-topics/ft-typography": "1.0.0-alpha.0",
|
|
26
|
+
"@fluid-topics/ft-wc-utils": "1.0.0-alpha.0",
|
|
27
|
+
"lit": "2.7.2"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "e20baae36b79d721b948090d552affaf92c4f12f"
|
|
30
30
|
}
|