@formkit/pro 0.119.13 → 0.120.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/index.d.ts CHANGED
@@ -388,7 +388,7 @@ declare interface FormKitColorpickerSlotData {
388
388
  showValue: Bool;
389
389
  closeOnSelect?: undefined | true;
390
390
  allowPaste: Bool;
391
- panelIsOpen: Bool;
391
+ expanded: Bool;
392
392
  h: number;
393
393
  s: number;
394
394
  v: number;