@skyux/lists 13.2.0 → 13.3.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.
@@ -944,7 +944,7 @@ class SkyRepeaterItemComponent {
944
944
  : -1;
945
945
  }
946
946
  /**
947
- * Whether to exclude an item when cycling through.
947
+ * Whether to disable a selectable repeater item.
948
948
  */
949
949
  set disabled(value) {
950
950
  if (this.#_isDisabled !== value) {