@skyux/lists 11.37.0 → 11.38.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.
@@ -61,6 +61,7 @@ export declare class SkyRepeaterItemComponent implements OnDestroy, OnInit, Afte
61
61
  /**
62
62
  * Whether users can change the order of the repeater item.
63
63
  * The repeater component's `reorderable` property must also be set to `true`.
64
+ * @internal
64
65
  */
65
66
  reorderable: boolean | undefined;
66
67
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lists",
3
- "version": "11.37.0",
3
+ "version": "11.38.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -40,16 +40,16 @@
40
40
  "@angular/common": "^18.2.13",
41
41
  "@angular/core": "^18.2.13",
42
42
  "@angular/platform-browser": "^18.2.13",
43
- "@skyux-sdk/testing": "11.37.0",
44
- "@skyux/animations": "11.37.0",
45
- "@skyux/core": "11.37.0",
46
- "@skyux/forms": "11.37.0",
47
- "@skyux/i18n": "11.37.0",
48
- "@skyux/icon": "11.37.0",
49
- "@skyux/indicators": "11.37.0",
50
- "@skyux/inline-form": "11.37.0",
51
- "@skyux/popovers": "11.37.0",
52
- "@skyux/theme": "11.37.0"
43
+ "@skyux-sdk/testing": "11.38.1",
44
+ "@skyux/animations": "11.38.1",
45
+ "@skyux/core": "11.38.1",
46
+ "@skyux/forms": "11.38.1",
47
+ "@skyux/i18n": "11.38.1",
48
+ "@skyux/icon": "11.38.1",
49
+ "@skyux/indicators": "11.38.1",
50
+ "@skyux/inline-form": "11.38.1",
51
+ "@skyux/popovers": "11.38.1",
52
+ "@skyux/theme": "11.38.1"
53
53
  },
54
54
  "dependencies": {
55
55
  "@types/dragula": "2.1.36",