@fluid-topics/ft-reorderable-list 2.0.15 → 2.0.17

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.
@@ -16,7 +16,7 @@ import { FtdsButton } from "@fluid-topics/ft-button";
16
16
  import { FtIcon, FtIcons } from "@fluid-topics/ft-icon";
17
17
  import { FtdsNotice } from "@fluid-topics/ft-notice";
18
18
  import { RemoveItemEvent, EditItemEvent, OrderChangeEvent } from "./event";
19
- class FtdsReorderableList extends FtLitElement {
19
+ export class FtdsReorderableList extends FtLitElement {
20
20
  constructor() {
21
21
  super(...arguments);
22
22
  this.editable = false;
@@ -266,4 +266,3 @@ __decorate([
266
266
  __decorate([
267
267
  queryAll("ft-icon[data-item-id]")
268
268
  ], FtdsReorderableList.prototype, "dragGrips", void 0);
269
- export { FtdsReorderableList };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reorderable-list",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "description": "An reorderable list component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -20,11 +20,11 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@fluid-topics/design-system-variables": "3.2.2",
23
- "@fluid-topics/ft-wc-utils": "2.0.15",
23
+ "@fluid-topics/ft-wc-utils": "2.0.17",
24
24
  "lit": "3.1.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@fluid-topics/ft-wc-test-utils": "2.0.15"
27
+ "@fluid-topics/ft-wc-test-utils": "2.0.17"
28
28
  },
29
- "gitHead": "4ccf89e835f22f2689fc0fe3f97c46671debe98d"
29
+ "gitHead": "630c12bb34a3f0df02b112fc182bbbb97025d959"
30
30
  }