@fluid-topics/ft-reorderable-list 1.2.28 → 1.2.30

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.
@@ -11,7 +11,7 @@ export declare class FtdsReorderableList extends FtLitElement implements FtdsReo
11
11
  notDraggedItems?: HTMLElement[];
12
12
  dragGrips?: HTMLElement[];
13
13
  private draggingItem?;
14
- protected render(): import("lit").TemplateResult<1>;
14
+ protected render(): import("lit-html").TemplateResult<1>;
15
15
  private renderItemLeftItems;
16
16
  private renderItemLeftActions;
17
17
  private onDragButtonKeyDown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reorderable-list",
3
- "version": "1.2.28",
3
+ "version": "1.2.30",
4
4
  "description": "An reorderable list 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/design-system-variables": "0.1.8",
23
- "@fluid-topics/ft-wc-utils": "1.2.28",
22
+ "@fluid-topics/design-system-variables": "0.1.91",
23
+ "@fluid-topics/ft-wc-utils": "1.2.30",
24
24
  "lit": "3.1.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@fluid-topics/ft-wc-test-utils": "1.2.28"
27
+ "@fluid-topics/ft-wc-test-utils": "1.2.30"
28
28
  },
29
- "gitHead": "88ea7068b85224127e464694674854c7796017ea"
29
+ "gitHead": "ac166f46dbdc65614893826ca64bbfc51e2e2b94"
30
30
  }