@mt-gloss/ui 0.0.42 → 0.0.44

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
@@ -279,6 +279,8 @@ export { FormField } from './lib/primitives/FormField';
279
279
  */
280
280
  export type { FormFieldProps } from './lib/primitives/FormField';
281
281
  export * from './lib/primitives/dashboard';
282
+ export { DevTuningPanel, useResizeTuning, TUNING_STORAGE_KEY, TUNING_DEFAULTS } from './lib/primitives/dashboard/DevTuningPanel';
283
+ export type { DevTuningPanelProps, UseResizeTuningReturn, TuningConfig } from './lib/primitives/dashboard/DevTuningPanel';
282
284
  export { ActionStrip } from './lib/primitives/overlays/ActionStrip';
283
285
  export type { PrimaryAction, OverflowAction, ActionStripProps, ActionStripContext, ActionStripMenuDirection, } from './lib/primitives/overlays/ActionStrip';
284
286
  export { DEFAULT_OVERFLOW_IDS, DEFAULT_FOOTER_IDS, buildDefaultOverflow, } from './lib/primitives/overlays/ActionStrip';