@selfdecode/sd-component-library 2.45.15 → 2.45.18

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.
Files changed (102) hide show
  1. package/lib/components/animations/up-down-arrow/up-down-arrow.d.ts +0 -1
  2. package/lib/components/bicolor-badge/interfaces.d.ts +0 -1
  3. package/lib/components/buttons/cta/cta-button/interfaces.d.ts +1 -1
  4. package/lib/components/buttons/cta/primary-blue-button/interfaces.d.ts +1 -1
  5. package/lib/components/buttons/cta/primary-blue-button/primary-blue-button.d.ts +2 -2
  6. package/lib/components/buttons/cta/primary-orange-button/interfaces.d.ts +1 -1
  7. package/lib/components/buttons/cta/primary-text-button/interfaces.d.ts +1 -1
  8. package/lib/components/buttons/cta/primary-text-button/primary-text-button.d.ts +2 -2
  9. package/lib/components/buttons/cta/secondary-blue-button/interfaces.d.ts +1 -1
  10. package/lib/components/buttons/cta/secondary-orange-button/interfaces.d.ts +1 -1
  11. package/lib/components/buttons/index.d.ts +25 -0
  12. package/lib/components/checkboxes/checkbox/checkbox.d.ts +0 -1
  13. package/lib/components/complex/footer/partials/footer-link/footer-link.d.ts +0 -1
  14. package/lib/components/complex/footer/partials/footer-section/footer-section.d.ts +0 -1
  15. package/lib/components/complex/footer/partials/footer-social/footer-social.d.ts +0 -1
  16. package/lib/components/complex/footer/presentational/footer-presentational.d.ts +0 -1
  17. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/menu-row.d.ts +0 -1
  18. package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/new-apps.d.ts +0 -1
  19. package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/menu-box.d.ts +0 -1
  20. package/lib/components/complex/navbar/presentational/navbar-presentational.d.ts +0 -1
  21. package/lib/components/containers/flex-center/flex-center.d.ts +1 -1
  22. package/lib/components/containers/grid-containers/grid-container-v2/grid-container-v2.d.ts +1 -1
  23. package/lib/components/containers/max-width-container/max-width-container.d.ts +0 -1
  24. package/lib/components/containers/section-container/section-container.d.ts +0 -1
  25. package/lib/components/feature-explanation/feature-explanation.d.ts +0 -1
  26. package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/search-autocomplete-results-box.d.ts +0 -1
  27. package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-row/search-autocomplete-row.d.ts +0 -1
  28. package/lib/components/inputs/search-autocomplete-input/search-autocomplete-input.d.ts +0 -1
  29. package/lib/components/inputs/search-input/partials/search-box/search-box.d.ts +0 -1
  30. package/lib/components/labels/base-label/base-label.d.ts +0 -1
  31. package/lib/components/meters/common-outline-meter-partials/index.d.ts +2 -0
  32. package/lib/components/meters/common-outline-meter-partials/label-pointer/index.d.ts +1 -0
  33. package/lib/components/meters/common-outline-meter-partials/label-pointer/interfaces.d.ts +10 -0
  34. package/lib/components/meters/common-outline-meter-partials/label-pointer/label-pointer.d.ts +3 -0
  35. package/lib/components/meters/common-outline-meter-partials/matched-range-label-box/index.d.ts +2 -0
  36. package/lib/components/meters/common-outline-meter-partials/matched-range-label-box/interfaces.d.ts +10 -0
  37. package/lib/components/meters/common-outline-meter-partials/matched-range-label-box/matched-range-label-box.d.ts +3 -0
  38. package/lib/components/meters/index.d.ts +12 -0
  39. package/lib/components/meters/multi-option-discrete-outline-meter/constants.d.ts +1 -0
  40. package/lib/components/meters/multi-option-discrete-outline-meter/partials/discrete-meter-label-pointer/interfaces.d.ts +2 -9
  41. package/lib/components/meters/multi-option-discrete-outline-meter/partials/matched-range-label-box/interfaces.d.ts +2 -6
  42. package/lib/components/meters/multi-option-discrete-outline-meter/utils.d.ts +4 -0
  43. package/lib/components/meters/outline-meter/partials/outline-meter-range/outline-meter-range.d.ts +1 -1
  44. package/lib/components/meters/outline-meter/utils.d.ts +2 -1
  45. package/lib/components/meters/smiley-meter-v2/constants.d.ts +3 -0
  46. package/lib/components/meters/smiley-meter-v2/interfaces.d.ts +8 -14
  47. package/lib/components/meters/smiley-meter-v2/partials/matched-range-label-box/index.d.ts +1 -0
  48. package/lib/components/meters/smiley-meter-v2/partials/matched-range-label-box/interfaces.d.ts +11 -0
  49. package/lib/components/meters/smiley-meter-v2/partials/matched-range-label-box/matched-range-label-box.d.ts +3 -0
  50. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-range/index.d.ts +1 -0
  51. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-range/interfaces.d.ts +8 -0
  52. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-range/smiley-meter-range.d.ts +3 -0
  53. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/interfaces.d.ts +3 -3
  54. package/lib/components/meters/smiley-meter-v2/partials/smiley-meter-ranges/smiley-meter-ranges.d.ts +1 -1
  55. package/lib/components/meters/smiley-meter-v2/utils.d.ts +15 -0
  56. package/lib/components/radio-button/radio-button.d.ts +0 -1
  57. package/lib/components/ratings/five-stars-rating/five-stars-rating.d.ts +0 -1
  58. package/lib/components/selectors/compact-primary-selector/compact-primary-selector.d.ts +0 -1
  59. package/lib/components/selectors/custom-scrollable-selector/custom-scrollable-selector.d.ts +0 -1
  60. package/lib/components/selectors/custom-scrollable-selector/partials/custom-scrollable-options-box/custom-scrollable-options-box.d.ts +0 -1
  61. package/lib/components/selectors/primary-custom-scrollable-selector/partials/custom-scrollable-options-box/custom-scrollable-options-box.d.ts +0 -1
  62. package/lib/components/selectors/primary-custom-scrollable-selector/partials/option-row/option-row.d.ts +0 -1
  63. package/lib/components/selectors/primary-custom-scrollable-selector/primary-custom-scrollable-selector.d.ts +0 -1
  64. package/lib/components/selectors/primary-selector/primary-selector.d.ts +0 -1
  65. package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-options-box/secondary-custom-selector-options-box.d.ts +0 -1
  66. package/lib/components/selectors/secondary-custom-selector/secondary-custom-selector.d.ts +0 -1
  67. package/lib/components/selectors/secondary-selector/secondary-selector.d.ts +0 -1
  68. package/lib/components/selectors/selector/selector.d.ts +0 -1
  69. package/lib/components/selectors/selector-v2/partials/base-selector-v2/base-selector-v2.d.ts +0 -1
  70. package/lib/components/selectors/selector-v2/selector-v2.d.ts +0 -1
  71. package/lib/components/selectors/tertiary-selector/tertiary-selector.d.ts +0 -1
  72. package/lib/components/slider/partials/step-circles/step-circles.d.ts +0 -1
  73. package/lib/components/slider/slider.d.ts +0 -1
  74. package/lib/components/tabs/tab-bar/partials/tab/tab.d.ts +0 -1
  75. package/lib/components/tabs/tab-bar/tab-bar.d.ts +0 -1
  76. package/lib/components/tabs/tabbed-view/tabbed-view.d.ts +0 -1
  77. package/lib/components/tabs/tabs-menu/tabs-menu.d.ts +0 -1
  78. package/lib/components/texts/base-text/base-text.d.ts +0 -1
  79. package/lib/components/texts/eighteen-bold/eighteen-bold.d.ts +0 -1
  80. package/lib/components/texts/eighteen-regular/eighteen-regular.d.ts +0 -1
  81. package/lib/components/texts/fifty-five-sb/fifty-five-sb.d.ts +0 -1
  82. package/lib/components/texts/fourteen-regular/fourteen-regular.d.ts +0 -1
  83. package/lib/components/texts/fourteen-sb/fourteen-sb.d.ts +0 -1
  84. package/lib/components/texts/fourty-bold/fourty-bold.d.ts +0 -1
  85. package/lib/components/texts/no-translate/no-translate.d.ts +0 -1
  86. package/lib/components/texts/sixteen-regular/sixteen-regular.d.ts +0 -1
  87. package/lib/components/texts/ten-sb/ten-sb.d.ts +0 -1
  88. package/lib/components/texts/thirteen-bold/thirteen-bold.d.ts +0 -1
  89. package/lib/components/texts/thirteen-regular/thirteen-regular.d.ts +0 -1
  90. package/lib/components/texts/thirteen-sb/thirteen-sb.d.ts +0 -1
  91. package/lib/components/texts/thirty-two-bold/thirty-two-bold.d.ts +0 -1
  92. package/lib/components/texts/thirty-two-regular/thirty-two-regular.d.ts +0 -1
  93. package/lib/components/texts/twelve-regular/twelve-regular.d.ts +0 -1
  94. package/lib/components/texts/twelve-sb/twelve-sb.d.ts +0 -1
  95. package/lib/components/texts/twenty-four-bold/twenty-four-bold.d.ts +0 -1
  96. package/lib/components/texts/twenty-four-regular/twenty-four-regular.d.ts +0 -1
  97. package/lib/components/utils/scroll-to-top/scroll-to-top.d.ts +0 -1
  98. package/lib/components/utils/scroll-to-top-on-mount/scroll-to-top-on-mount.d.ts +0 -1
  99. package/lib/core/custom-hooks.d.ts +15 -1
  100. package/lib/index.d.ts +3 -37
  101. package/lib/index.js +1 -1
  102. package/package.json +1 -1
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PrimarySelectorProps as Props } from "./interfaces";
3
2
  /**
4
3
  * The PrimarySelector.
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SecondaryCustomSelectorOptionsBoxProps as Props } from "./interfaces";
3
2
  export declare const SecondaryCustomSelectorOptionsBox: <T extends string = string>(props: Props<T>) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SecondaryCustomSelectorProps as Props } from "./interfaces";
3
2
  export declare const SecondaryCustomSelector: <T extends string = string>(props: Props<T>) => JSX.Element | null;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SecondarySelectorProps as Props } from "./interfaces";
3
2
  /**
4
3
  * The SecondarySelector.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SelectorProps as Props } from "./interfaces";
3
2
  export declare const getNoTranslateClass: (flag: boolean) => "no-translate" | undefined;
4
3
  export declare const Selector: <T extends string = string>(props: Props<T>) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { BaseSelectorV2Props as Props } from "./interfaces";
3
2
  export declare const BaseSelectorV2: <T extends string = string>(props: Props<T>) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SelectorV2Props as Props } from "./interfaces";
3
2
  export declare const SelectorV2: <T extends string = string>(props: Props<T>) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TertiarySelectorProps as Props } from "./interfaces";
3
2
  /**
4
3
  * The TertiarySelector.
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { StepCirclesProps } from "./interfaces";
3
2
  export declare const StepCircles: (props: StepCirclesProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SliderProps } from "./interfaces";
3
2
  export declare const Slider: (props: SliderProps) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TabProps } from "./interfaces";
3
2
  export declare const Ribbon: ({ active, activeColor, color, }: {
4
3
  active?: boolean | undefined;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TabBarProps } from "./interfaces";
3
2
  export declare function TabBar<T>({ tabs, selectedTabId, onTabSelect, activeColor, color, displayBorder, tabPadding, tabWidth, tabHeight, tabMaxWidth, }: TabBarProps<T>): JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TabbedViewProps } from "./interfaces";
3
2
  export declare function TabbedView({ tabs, color, activeColor, contentPadding, tabPadding, }: TabbedViewProps): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TabsMenuProps } from "./interfaces";
3
2
  /**
4
3
  * TabsMenu component.
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { BaseTextProps } from "./interfaces";
3
2
  export declare const BaseText: (props: BaseTextProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { EighteenBoldProps } from "./interfaces";
3
2
  export declare const EighteenBold: (props: EighteenBoldProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { EighteenRegularProps } from "./interfaces";
3
2
  export declare const EighteenRegular: (props: EighteenRegularProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { FiftyFiveSbProps } from "./interfaces";
3
2
  export declare const FiftyFiveSb: (props: FiftyFiveSbProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { FourteenRegularProps } from "./interfaces";
3
2
  export declare const FourteenRegular: (props: FourteenRegularProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { FourteenSbProps } from "./interfaces";
3
2
  export declare const FourteenSb: (props: FourteenSbProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { FourtyBoldProps } from "./interfaces";
3
2
  export declare const FourtyBold: (props: FourtyBoldProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TextProps } from "rebass";
3
2
  export declare const NoTranslate: (props: TextProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { SixteenRegularProps } from "./interfaces";
3
2
  export declare const SixteenRegular: (props: SixteenRegularProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TenSbProps } from "./interfaces";
3
2
  export declare const TenSb: (props: TenSbProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ThirteenBoldProps } from "./interfaces";
3
2
  export declare const ThirteenBold: (props: ThirteenBoldProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ThirteenRegularProps } from "./interfaces";
3
2
  export declare const ThirteenRegular: (props: ThirteenRegularProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ThirteenSbProps } from "./interfaces";
3
2
  export declare const ThirteenSb: (props: ThirteenSbProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ThirtyTwoBoldProps } from "./interfaces";
3
2
  export declare const ThirtyTwoBold: (props: ThirtyTwoBoldProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ThirtyTwoRegularProps } from "./interfaces";
3
2
  export declare const ThirtyTwoRegular: (props: ThirtyTwoRegularProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TwelveRegularProps } from "./interfaces";
3
2
  export declare const TwelveRegular: (props: TwelveRegularProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TwelveSbProps } from "./interfaces";
3
2
  export declare const TwelveSb: (props: TwelveSbProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TwentyFourBoldProps } from "./interfaces";
3
2
  export declare const TwentyFourBold: (props: TwentyFourBoldProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { TwentyFourRegularProps } from "./interfaces";
3
2
  export declare const TwentyFourRegular: (props: TwentyFourRegularProps) => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { ScrollToTopProps } from "./interfaces";
3
2
  export declare const ScrollToTop: (props: ScrollToTopProps) => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const ScrollToTopOnMount: () => JSX.Element;
@@ -52,10 +52,24 @@ export declare function useBreakPoints(): {
52
52
  * @param callback Function to process intersection changes.
53
53
  */
54
54
  export declare function useIntersectionObserver(rootRef: RefObject<HTMLElement>, rootMargin: string, callback: IntersectionObserverCallback): IntersectionObserver | undefined;
55
- export declare function useHover(): {
55
+ export declare function useHover(onHover?: (newState: boolean) => void): {
56
56
  isHover: boolean;
57
57
  hoverCallbacks: {
58
58
  onMouseEnter: () => void;
59
59
  onMouseLeave: () => void;
60
60
  };
61
61
  };
62
+ export declare function useContentSize<T extends Element = HTMLElement>(settings?: {
63
+ listenForResize?: boolean;
64
+ debounceDelay?: number;
65
+ checkEachRender?: boolean;
66
+ }): {
67
+ ref: RefObject<T>;
68
+ contentWidth: number;
69
+ contentHeight: number;
70
+ };
71
+ export declare function useElementCoordinates<T extends Element = HTMLElement>(): {
72
+ ref: RefObject<T>;
73
+ x: number;
74
+ y: number;
75
+ };
package/lib/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { BaseAccordionProps, BaseBadgeProps, BaseBaseGridContainerProps, BaseBaseOutlineMeterProps, BaseBicolorBadgeProps, BaseBoxyNumberInputProps, BaseBreadcrumbProps, BaseButtonProps, BaseCarouselSwitchProps, BaseCtaButtonProps, BaseDateRangeInputProps, BaseDropdownProps, BaseInputProps, BaseLinkProps, BaseListProps, BaseModalProps, BaseNumberInputProps, BasePaginationBarProps, BaseProgressBarProps, BaseResponsiveTextProps, BaseSublistAccordionProps, BaseTextCtaButtonProps, BaseTextInputProps, BaseTextPropsInterface, BaseTextSwitchProps, OutlinedDateRangeInputProps, SlideSettingsType } from "./interfaces";
2
+ import { BaseAccordionProps, BaseBadgeProps, BaseBaseGridContainerProps, BaseBicolorBadgeProps, BaseBoxyNumberInputProps, BaseBreadcrumbProps, BaseCarouselSwitchProps, BaseDateRangeInputProps, BaseDropdownProps, BaseInputProps, BaseLinkProps, BaseListProps, BaseModalProps, BaseNumberInputProps, BasePaginationBarProps, BaseProgressBarProps, BaseResponsiveTextProps, BaseSublistAccordionProps, BaseTextInputProps, BaseTextPropsInterface, BaseTextSwitchProps, OutlinedDateRangeInputProps, SlideSettingsType } from "./interfaces";
3
3
  export declare const ComponentLibThemeProvider: import("react").FC<import("./components/wrapper/interfaces").WrapperProps>;
4
4
  export { Accordion } from "./components/accordions/base-accordion";
5
5
  export declare type AccordionProps = BaseAccordionProps;
@@ -22,28 +22,7 @@ export { Breadcrumb } from "./components/breadcrumbs/breadcrumb";
22
22
  export declare type BreadCrumbProps = BaseBreadcrumbProps;
23
23
  export { PrimaryBreadcrumb } from "./components/breadcrumbs/primary-breadcrumb";
24
24
  export { SecondaryBreadcrumb } from "./components/breadcrumbs/secondary-breadcrumb";
25
- export { Button } from "./components/buttons/button";
26
- export declare type ButtonProps = BaseButtonProps;
27
- export { CtaButton } from "./components/buttons/cta/cta-button";
28
- export declare type CtaButtonProps = BaseCtaButtonProps;
29
- export { TextCtaButton } from "./components/buttons/cta/text-cta-button";
30
- export declare type TextCtaButtonProps = BaseTextCtaButtonProps;
31
- export { PrimaryBlueButton } from "./components/buttons/cta/primary-blue-button";
32
- export { PrimaryOrangeButton } from "./components/buttons/cta/primary-orange-button";
33
- export { SecondaryBlueButton } from "./components/buttons/cta/secondary-blue-button";
34
- export { SecondaryOrangeButton } from "./components/buttons/cta/secondary-orange-button";
35
- export { PrimaryTextButton } from "./components/buttons/cta/primary-text-button";
36
- export { GoToButton } from "./components/buttons/partials/goto-button";
37
- export { NextButton } from "./components/buttons/cta/next-button";
38
- export { ShareButton } from "./components/buttons/cta/share-button";
39
- export { IconButton } from "./components/buttons/partials/icon-button";
40
- export { TickButton } from "./components/buttons/partials/tick-button";
41
- export { CrossButton } from "./components/buttons/partials/cross-button";
42
- export { PoweredByGreyLogoButton } from "./components/buttons/logos/powered-by-grey-logo";
43
- export { PoweredByWhiteLogoButton } from "./components/buttons/logos/powered-by-white-logo";
44
- export { RadioInfoButton } from "./components/buttons/radio-info-button";
45
- export { RoundIconButton } from "./components/buttons/round-icon-button";
46
- export { NavbarLogoButton } from "./components/buttons/logos/navbar-logo";
25
+ export * from "./components/buttons";
47
26
  export { RoundCard } from "./components/cards/round-card";
48
27
  export { Checkbox } from "./components/checkboxes/checkbox";
49
28
  export { PartialCheckbox } from "./components/checkboxes/partial-checkbox";
@@ -106,20 +85,7 @@ export { List } from "./components/lists/list";
106
85
  export declare type ListProps = BaseListProps;
107
86
  export { PrimaryList } from "./components/lists/primary-list";
108
87
  export { ActionsMenu } from "./components/menus/actions-menu";
109
- export { BaseOutlineMeter } from "./components/meters/base-outline-meter";
110
- export declare type BaseOutlineMeterProps = BaseBaseOutlineMeterProps;
111
- export { DiscreteOutlineMeter } from "./components/meters/discrete-outline-meter";
112
- export { ContinuousOutlineMeter } from "./components/meters/continuous-outline-meter";
113
- export { MulticolorOutlineMeter } from "./components/meters/multicolor-outline-meter";
114
- export { BarsMeter } from "./components/meters/bars-meter";
115
- export { PeopleMeter } from "./components/meters/people-meter";
116
- export { SmileyMeter } from "./components/meters/smiley-meter";
117
- export { DashedMeter } from "./components/meters/dashed-meter";
118
- export { GradientOutlineMeter, SmallGradientOutlineMeter, } from "./components/meters/gradient-outline-meter";
119
- export { OutlineMeter, SmallOutlineMeter, } from "./components/meters/outline-meter";
120
- export type { OutlineMeterPosition, Bounds, OutlineMeterLabelPosition, } from "./components/meters/outline-meter";
121
- export { SmileyMeterV2, SmallSmileyMeterV2, } from "./components/meters/smiley-meter-v2";
122
- export { MultiOptionDiscreteOutlineMeter, SmallMultiOptionDiscreteOutlineMeter, } from "./components/meters/multi-option-discrete-outline-meter";
88
+ export * from "./components/meters";
123
89
  export { Modal } from "./components/modals/modal";
124
90
  export declare type ModalProps = BaseModalProps;
125
91
  export { PrimaryModal } from "./components/modals/primary-modal";