@cccsaurora/howler-ui 2.18.0-dev.699 → 2.18.0-dev.700

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.
@@ -22,7 +22,7 @@ export interface CaseFolderContextMenuProps extends PropsWithChildren {
22
22
  leaf?: Item;
23
23
  /** Present when the context menu is for a folder (all leaves within it will be removed). */
24
24
  tree?: Tree;
25
- /** Called after item(s) have been successfully removed. */
25
+ /** Called after item(s) have been updated (renamed, removed). */
26
26
  onUpdate?: (updatedCase: Case) => void;
27
27
  }
28
28
  /**
package/package.json CHANGED
@@ -101,7 +101,7 @@
101
101
  "internal-slot": "1.0.7"
102
102
  },
103
103
  "type": "module",
104
- "version": "2.18.0-dev.699",
104
+ "version": "2.18.0-dev.700",
105
105
  "exports": {
106
106
  "./i18n": "./i18n.js",
107
107
  "./index.css": "./index.css",