@tastic/hud 0.1.6 → 0.3.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/src/index.ts CHANGED
@@ -1,10 +1,14 @@
1
+ export { BaseSettingsDialog, type BaseSettingsDialogProps } from './BaseSettingsDialog'
2
+ export { CornerActionButtons } from './CornerActionButtons'
1
3
  export { MONO_FONT } from './fonts'
2
4
  export { InlineColorPicker } from './InlineColorPicker'
5
+ export { getLabeledDropdownContentHeight, LABELED_DROPDOWN_POPOVER_WIDTH, LabeledDropdown, type LabeledDropdownOption } from './LabeledDropdown'
3
6
  export { loadSkiaWeb } from './loadSkiaWeb'
4
7
  export { PopoverBody } from './PopoverBody'
5
8
  export { PressAwayOverlay } from './PressAwayOverlay'
6
9
  export { ReadyButton } from './ReadyButton'
7
10
  export { type MenuOption, type MenuSection, type MultiSelectSection, SectionedDropdown, type SingleSelectSection } from './SectionedDropdown'
11
+ export { SharedActionBand } from './SharedActionBand'
8
12
  // TriggerGauge itself (the raw Skia-based component) is deliberately NOT exported here, even
9
13
  // though a native-only consumer could safely skip TriggerGaugeHost's Suspense/lazy-load
10
14
  // indirection. A value re-export forces the bundler to fold TriggerGauge.tsx's own `Skia` import