oolib 2.57.5 → 2.57.6

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 (115) hide show
  1. package/dist/components/Accordion/index.d.ts +2 -1
  2. package/dist/components/Accordion/styled.d.ts +7 -7
  3. package/dist/components/ActionMenu/index.d.ts +2 -1
  4. package/dist/components/ActionMenu/styled.d.ts +5 -5
  5. package/dist/components/Banners/index.d.ts +3 -2
  6. package/dist/components/Banners/index.styled.d.ts +5 -5
  7. package/dist/components/BlockLabel/index.d.ts +2 -1
  8. package/dist/components/BlockLabel/index.styled.d.ts +2 -2
  9. package/dist/components/Breadcrumbs/index.d.ts +2 -1
  10. package/dist/components/Breadcrumbs/index.styled.d.ts +2 -2
  11. package/dist/components/Buttons/index.d.ts +7 -6
  12. package/dist/components/Buttons/index.styled.d.ts +1 -1
  13. package/dist/components/Container/index.d.ts +7 -2
  14. package/dist/components/Container/index.styled.d.ts +1 -1
  15. package/dist/components/DatePicker/index.d.ts +3 -1
  16. package/dist/components/DatePicker/styled.d.ts +10 -10
  17. package/dist/components/DateRangePicker/index.d.ts +3 -1
  18. package/dist/components/DateRangePicker/styled.d.ts +3 -3
  19. package/dist/components/Divider/index.d.ts +2 -1
  20. package/dist/components/Dropdowns/DropdownMulti/index.d.ts +2 -1
  21. package/dist/components/Dropdowns/DropdownSingle/index.d.ts +2 -1
  22. package/dist/components/Dropdowns/comps/Caret/index.d.ts +2 -1
  23. package/dist/components/Dropdowns/comps/Caret/styled.d.ts +2 -2
  24. package/dist/components/Dropdowns/comps/DisplayCompSingle/index.d.ts +2 -1
  25. package/dist/components/Dropdowns/comps/NoOptionResultsComp/index.d.ts +2 -1
  26. package/dist/components/Dropdowns/comps/OptionContent/index.d.ts +2 -1
  27. package/dist/components/Dropdowns/comps/OptionsMulti/index.d.ts +2 -1
  28. package/dist/components/Dropdowns/comps/OptionsShell/index.d.ts +2 -1
  29. package/dist/components/Dropdowns/comps/OptionsShell/styled.d.ts +1 -1
  30. package/dist/components/Dropdowns/comps/OptionsSingle/index.d.ts +2 -1
  31. package/dist/components/Dropdowns/comps/OptionsSingle/styled.d.ts +2 -2
  32. package/dist/components/Dropdowns/comps/SelectDropdown/styled.d.ts +1 -1
  33. package/dist/components/Dropdowns/comps/SelectTagsInput/index.d.ts +2 -1
  34. package/dist/components/Dropdowns/comps/SelectTagsInput/styled.d.ts +2 -2
  35. package/dist/components/Dropdowns/styled.d.ts +2 -2
  36. package/dist/components/Dropdowns/utils/genIcon.d.ts +2 -1
  37. package/dist/components/Dropdowns/utils/genProfileImg.d.ts +3 -2
  38. package/dist/components/Dropdowns/utils/genTagComp.d.ts +2 -1
  39. package/dist/components/Dropdowns/utils/useCreateDropdownRefs.d.ts +3 -3
  40. package/dist/components/Dropdowns/utils/useHideShowOptions.d.ts +2 -2
  41. package/dist/components/Dropdowns/utils/useKeyboardControl.d.ts +1 -1
  42. package/dist/components/Dropdowns/utils/useSetYOrientation.d.ts +1 -1
  43. package/dist/components/EmptyStates/index.d.ts +2 -1
  44. package/dist/components/Hints/contextApi.d.ts +3 -2
  45. package/dist/components/Hints/index.d.ts +2 -1
  46. package/dist/components/Hints/styled.d.ts +6 -6
  47. package/dist/components/HomeCover/index.d.ts +2 -1
  48. package/dist/components/HomeCover/styled.d.ts +6 -6
  49. package/dist/components/InlineAlert/index.d.ts +2 -1
  50. package/dist/components/LoadersAndProgress/LoaderCircle/index.d.ts +2 -1
  51. package/dist/components/LoadersAndProgress/LoaderOverlay/index.d.ts +2 -1
  52. package/dist/components/LoadersAndProgress/ProgressBar/index.d.ts +2 -1
  53. package/dist/components/LoadersAndProgress/SkeletonLoader/index.d.ts +2 -1
  54. package/dist/components/LoadersAndProgress/SkeletonLoader/styled.d.ts +1 -1
  55. package/dist/components/LoadersAndProgress/SkeletonLoader/styled.js +4 -1
  56. package/dist/components/LoadersAndProgress/TextLoader/index.d.ts +2 -1
  57. package/dist/components/LoadersAndProgress/TextLoader/index.js +4 -2
  58. package/dist/components/LoadersAndProgress/styled.d.ts +5 -5
  59. package/dist/components/LoadersAndProgress/utils/index.d.ts +1 -1
  60. package/dist/components/Margins/index.d.ts +2 -1
  61. package/dist/components/Modals/ModalLarge/comps/ModalHeaderStyle1/index.d.ts +2 -1
  62. package/dist/components/Modals/ModalLarge/comps/ModalHeaderStyle2/index.d.ts +2 -1
  63. package/dist/components/Modals/ModalLarge/index.d.ts +2 -1
  64. package/dist/components/Modals/ModalLarge/styled.d.ts +7 -7
  65. package/dist/components/Modals/ModalSmall/index.d.ts +2 -1
  66. package/dist/components/Modals/ModalSmall/styled.d.ts +5 -5
  67. package/dist/components/Modals/derivedComps/ModalConfirm/index.d.ts +2 -1
  68. package/dist/components/OKELink/index.d.ts +2 -1
  69. package/dist/components/OKELink/styled.d.ts +2 -2
  70. package/dist/components/Paddings/index.d.ts +34 -33
  71. package/dist/components/PageScrollIndicator/index.d.ts +2 -1
  72. package/dist/components/PageScrollIndicator/styled.d.ts +2 -2
  73. package/dist/components/PercentCompletedPie/index.d.ts +2 -1
  74. package/dist/components/PercentCompletedPie/styled.d.ts +5 -5
  75. package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxButton/index.d.ts +2 -1
  76. package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxButton/styled.d.ts +1 -1
  77. package/dist/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxInput/index.d.ts +2 -1
  78. package/dist/components/RadioAndCheckbox/comps/CheckboxList/index.d.ts +2 -1
  79. package/dist/components/RadioAndCheckbox/comps/CheckboxList/styled.d.ts +2 -2
  80. package/dist/components/RadioAndCheckbox/comps/RadioList/comps/RadioInput/index.d.ts +3 -2
  81. package/dist/components/RadioAndCheckbox/comps/RadioList/comps/RadioInput/styled.d.ts +2 -2
  82. package/dist/components/RadioAndCheckbox/comps/RadioList/index.d.ts +2 -1
  83. package/dist/components/RadioAndCheckbox/styled.d.ts +5 -5
  84. package/dist/components/Section/index.d.ts +2 -1
  85. package/dist/components/Section/index.styled.d.ts +1 -1
  86. package/dist/components/Switches/index.d.ts +3 -2
  87. package/dist/components/Switches/styled.d.ts +5 -5
  88. package/dist/components/TabBar/index.d.ts +3 -2
  89. package/dist/components/TabBar/index.styled.d.ts +8 -8
  90. package/dist/components/Tags/index.d.ts +5 -4
  91. package/dist/components/Tags/index.styled.d.ts +8 -8
  92. package/dist/components/TextInputs/index.d.ts +7 -6
  93. package/dist/components/TextInputs/index.styled.d.ts +3 -3
  94. package/dist/components/Tooltip/index.d.ts +2 -1
  95. package/dist/components/Tooltip/styled.d.ts +6 -6
  96. package/dist/components/Tooltip/util/index.d.ts +3 -3
  97. package/dist/components/Typo/index.d.ts +20 -19
  98. package/dist/components/Typo/index.styled.d.ts +19 -19
  99. package/dist/components/UserRoleBadge/index.d.ts +2 -1
  100. package/dist/components/Wrappers/index.d.ts +9 -8
  101. package/dist/components/Wrappers/index.styled.d.ts +1 -1
  102. package/dist/components/dataViz/comps/BarChart/index.d.ts +2 -1
  103. package/dist/globalStyles/index.d.ts +1 -1
  104. package/dist/icons/custom/index.d.ts +52 -51
  105. package/dist/index.d.ts +1 -0
  106. package/dist/index.js +3 -1
  107. package/dist/themes/mixins/boxShadows.d.ts +3 -3
  108. package/dist/themes/mixins/index.d.ts +3 -3
  109. package/dist/themes/mixins/transitions.d.ts +1 -1
  110. package/dist/themes/typo.d.ts +20 -20
  111. package/dist/utils/comps/index.d.ts +2 -1
  112. package/dist/utils/customHooks/useScreenWidth.d.ts +1 -1
  113. package/dist/utils/customHooks/useScrollBar.d.ts +3 -3
  114. package/dist/utils/usePopOutOfOverflowHiddenParent.d.ts +3 -3
  115. package/package.json +2 -1
@@ -11,4 +11,5 @@ export function Accordion({ id, HeaderStyle, CustomHeader, noHeader, children, e
11
11
  infoTooltip: any;
12
12
  invert: any;
13
13
  percent: any;
14
- }): any;
14
+ }): React.JSX.Element;
15
+ import React from "react";
@@ -1,7 +1,7 @@
1
- export const StyledAccordionContentsWrapper: any;
2
- export const StyledHeaderStyle1Wrapper: any;
3
- export const StyledHeaderStyle2Wrapper: any;
4
- export const StyledHeaderStyle3Wrapper: any;
5
- export const NormalizedButton: any;
6
- export const StyledTitleWrapper: any;
7
- export const StyledTitleHeaderStyle2Wrapper: any;
1
+ export const StyledAccordionContentsWrapper: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
2
+ export const StyledHeaderStyle1Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export const StyledHeaderStyle2Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const StyledHeaderStyle3Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export const NormalizedButton: import("styled-components").StyledComponent<"button", any, {}, never>;
6
+ export const StyledTitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ export const StyledTitleHeaderStyle2Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -9,4 +9,5 @@ export function ActionMenu({ icon, invert, actions, align, iconSize, M, ButtonCo
9
9
  setShowActions: any;
10
10
  popOutOfOverflowHiddenParent?: boolean;
11
11
  storybookPreview: any;
12
- }): any;
12
+ }): React.JSX.Element;
13
+ import React from "react";
@@ -1,5 +1,5 @@
1
- export const StyledActionMenu: any;
2
- export const StyledActionMenuTracker: any;
3
- export const StyledActionsDropMenu: any;
4
- export const StyledOptionsWrapper: any;
5
- export const StyledOption: any;
1
+ export const StyledActionMenu: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledActionMenuTracker: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export const StyledActionsDropMenu: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const StyledOptionsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export const StyledOption: import("styled-components").StyledComponent<"button", any, {}, never>;
@@ -1,8 +1,9 @@
1
1
  export function BannerAlert({ BANNER_STATE, REMOVE_ALERT_BANNER }: {
2
2
  BANNER_STATE: any;
3
3
  REMOVE_ALERT_BANNER: any;
4
- }): any;
4
+ }): React.JSX.Element;
5
5
  export function BannerInfo({ BANNER_STATE, REMOVE_INFO_BANNER }: {
6
6
  BANNER_STATE: any;
7
7
  REMOVE_INFO_BANNER: any;
8
- }): any;
8
+ }): React.JSX.Element;
9
+ import React from "react";
@@ -1,5 +1,5 @@
1
- export const BannerAnimateStyled: any;
2
- export const BannerWrapperStyled: any;
3
- export const BannerStyled: any;
4
- export const BannerAlertStyled: any;
5
- export const BannerInfoStyled: any;
1
+ export const BannerAnimateStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const BannerWrapperStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export const BannerStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const BannerAlertStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export const BannerInfoStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1 +1,2 @@
1
- export function BlockLabel(props: any): any;
1
+ export function BlockLabel(props: any): React.JSX.Element;
2
+ import React from "react";
@@ -1,2 +1,2 @@
1
- export const StyledBlockLabel: any;
2
- export const StyledInfoTooltipbutton: any;
1
+ export const StyledBlockLabel: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledInfoTooltipbutton: import("styled-components").StyledComponent<"button", any, {}, never>;
@@ -1,4 +1,5 @@
1
1
  export function Breadcrumbs({ links, invert }: {
2
2
  links: any;
3
3
  invert: any;
4
- }): any;
4
+ }): React.JSX.Element;
5
+ import React from "react";
@@ -1,2 +1,2 @@
1
- export const StyledBreadcrumbs: any;
2
- export const StyledLinkCrumb: any;
1
+ export const StyledBreadcrumbs: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledLinkCrumb: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
@@ -1,6 +1,7 @@
1
- export function ButtonPrimary(props: any): any;
2
- export function ButtonSecondary(props: any): any;
3
- export function ButtonCustom(props: any): any;
4
- export function ButtonGhost(props: any): any;
5
- export function UploadButton(props: any): any;
6
- export function GoogleLogin(props: any): any;
1
+ export function ButtonPrimary(props: any): React.JSX.Element;
2
+ export function ButtonSecondary(props: any): React.JSX.Element;
3
+ export function ButtonCustom(props: any): React.JSX.Element;
4
+ export function ButtonGhost(props: any): React.JSX.Element;
5
+ export function UploadButton(props: any): React.JSX.Element;
6
+ export function GoogleLogin(props: any): React.JSX.Element;
7
+ import React from "react";
@@ -1 +1 @@
1
- export const ButtonStyled: any;
1
+ export const ButtonStyled: import("styled-components").StyledComponent<"button", any, {}, never>;
@@ -2,5 +2,10 @@ export function Comp({ children, className, style }: {
2
2
  children: any;
3
3
  className: any;
4
4
  style: any;
5
- }, ref: any): any;
6
- export const Container: any;
5
+ }, ref: any): React.JSX.Element;
6
+ export const Container: React.ForwardRefExoticComponent<{
7
+ children: any;
8
+ className: any;
9
+ style: any;
10
+ } & React.RefAttributes<any>>;
11
+ import React from "react";
@@ -1 +1 @@
1
- export const StyledContainer: any;
1
+ export const StyledContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: React.MemoExoticComponent<typeof DatePicker>;
2
2
  export default _default;
3
+ declare function DatePicker(props: any): React.JSX.Element;
4
+ import React from "react";
@@ -1,10 +1,10 @@
1
- export const StyledDateInputContainer: any;
2
- export const StyledInput: any;
3
- export const StyledDateInputWrapper: any;
4
- export const StyledCalenderContainer: any;
5
- export const StyledMonthView: any;
6
- export const StyledMonthTitle: any;
7
- export const StyledHeader: any;
8
- export const StyledWeekDaysWrapper: any;
9
- export const StyledWeekdays: any;
10
- export const StyledBodyWrapper: any;
1
+ export const StyledDateInputContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledInput: import("styled-components").StyledComponent<"input", any, {}, never>;
3
+ export const StyledDateInputWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const StyledCalenderContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export const StyledMonthView: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export const StyledMonthTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ export const StyledHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
8
+ export const StyledWeekDaysWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
9
+ export const StyledWeekdays: import("styled-components").StyledComponent<"div", any, {}, never>;
10
+ export const StyledBodyWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,2 +1,4 @@
1
- declare const _default: any;
1
+ declare const _default: React.MemoExoticComponent<typeof DateRangePicker>;
2
2
  export default _default;
3
+ declare function DateRangePicker(props: any): React.JSX.Element;
4
+ import React from "react";
@@ -1,3 +1,3 @@
1
- export const StyledDateRangeInputWrapper: any;
2
- export const StyledDateRangeInputDivider: any;
3
- export const StyledDateRangeCheckbox: any;
1
+ export const StyledDateRangeInputWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledDateRangeInputDivider: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export const StyledDateRangeCheckbox: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,3 +1,4 @@
1
1
  export function Divider({ invert }: {
2
2
  invert: any;
3
- }): any;
3
+ }): React.JSX.Element;
4
+ import React from "react";
@@ -33,4 +33,5 @@ export function DropdownMulti({ saveValueAsString, value: valueProp, id, onChang
33
33
  S: any;
34
34
  disabled: any;
35
35
  broadcastShowOptions: any;
36
- }, ...args: any[]): any;
36
+ }, ...args: any[]): React.JSX.Element;
37
+ import React from "react";
@@ -34,4 +34,5 @@ export function DropdownSingle({ optionsAnchor, lightboxHeight, lightboxStyle, s
34
34
  displayCompStyle: any;
35
35
  S: any;
36
36
  disabled: any;
37
- }, ...args: any[]): any;
37
+ }, ...args: any[]): React.JSX.Element;
38
+ import React from "react";
@@ -3,4 +3,5 @@ export function Caret({ invert, caretColor, showOptions, disabled }: {
3
3
  caretColor: any;
4
4
  showOptions: any;
5
5
  disabled: any;
6
- }): any;
6
+ }): React.JSX.Element;
7
+ import React from "react";
@@ -1,2 +1,2 @@
1
- export const StyledCaret: any;
2
- export const StyledCaretClickArea: any;
1
+ export const StyledCaret: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledCaretClickArea: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -2,4 +2,5 @@ export function DisplayCompSingle({ value, invert, injectComma }: {
2
2
  value: any;
3
3
  invert: any;
4
4
  injectComma: any;
5
- }): any;
5
+ }): React.JSX.Element;
6
+ import React from "react";
@@ -1,3 +1,4 @@
1
1
  export function NoOptionResultsComp({ S }: {
2
2
  S: any;
3
- }): any;
3
+ }): React.JSX.Element;
4
+ import React from "react";
@@ -3,4 +3,5 @@ export function OptionContent({ option, optionsClassName, invert, S }: {
3
3
  optionsClassName: any;
4
4
  invert: any;
5
5
  S: any;
6
- }): any;
6
+ }): React.JSX.Element;
7
+ import React from "react";
@@ -22,4 +22,5 @@ export function OptionsMulti({ lightboxHeight, lightboxStyle, optionsAnchor, val
22
22
  setFocusSelectTagsInput: any;
23
23
  popOutOfOverflowHiddenParent: any;
24
24
  S: any;
25
- }): any;
25
+ }): React.JSX.Element;
26
+ import React from "react";
@@ -1 +1,2 @@
1
- export const OptionsShell: any;
1
+ export const OptionsShell: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2
+ import React from "react";
@@ -1 +1 @@
1
- export const StyledModalOptionsWrapper: any;
1
+ export const StyledModalOptionsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -21,4 +21,5 @@ export function OptionsSingle({ lightboxHeight, lightboxStyle, optionsAnchor, va
21
21
  popOutOfOverflowHiddenParent: any;
22
22
  enableUseSetYOrientation?: boolean;
23
23
  S: any;
24
- }): any;
24
+ }): React.JSX.Element;
25
+ import React from "react";
@@ -1,2 +1,2 @@
1
- export const StyledOptionsWrapper: any;
2
- export const StyledOption: any;
1
+ export const StyledOptionsWrapper: import("styled-components").StyledComponent<"ul", any, {}, never>;
2
+ export const StyledOption: import("styled-components").StyledComponent<"li", any, {}, never>;
@@ -1 +1 @@
1
- export const StyledSelectWrapper: any;
1
+ export const StyledSelectWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -12,4 +12,5 @@ export function SelectTagsInput({ invert, id, value, disabled, handleSelect, sea
12
12
  single_multi: any;
13
13
  showOptions: any;
14
14
  S: any;
15
- }): any;
15
+ }): React.JSX.Element;
16
+ import React from "react";
@@ -1,2 +1,2 @@
1
- export const StyledTagsSelectTextInput: any;
2
- export const StyledSelectTagsInputContainer: any;
1
+ export const StyledTagsSelectTextInput: import("styled-components").StyledComponent<"input", any, {}, never>;
2
+ export const StyledSelectTagsInputContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,2 +1,2 @@
1
- export const StyledDropdownRefWrapper: any;
2
- export const StyledTagsInputWrapper: any;
1
+ export const StyledDropdownRefWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledTagsInputWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1 +1,2 @@
1
- export function genIcon(icon: any): any;
1
+ export function genIcon(icon: any): React.JSX.Element;
2
+ import React from "react";
@@ -3,5 +3,6 @@ export function genProfileImg({ image, display, invert, theme }: {
3
3
  display: any;
4
4
  invert: any;
5
5
  theme: any;
6
- }): any;
7
- export function renderImagePlaceholderForOolibPreview(): any;
6
+ }): React.JSX.Element;
7
+ export function renderImagePlaceholderForOolibPreview(): React.JSX.Element;
8
+ import React from "react";
@@ -1 +1,2 @@
1
- export function genTagComp(id: any, d: any, options?: {}): any;
1
+ export function genTagComp(id: any, d: any, options?: {}): React.JSX.Element;
2
+ import React from "react";
@@ -1,5 +1,5 @@
1
1
  export function useCreateDropdownRefs(): {
2
- selectRef: any;
3
- searchInputRef: any;
4
- dropdownRef: any;
2
+ selectRef: import("react").MutableRefObject<any>;
3
+ searchInputRef: import("react").MutableRefObject<any>;
4
+ dropdownRef: import("react").MutableRefObject<any>;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  export function useHideShowOptions(options?: {}): {
2
- showOptions: any;
2
+ showOptions: boolean;
3
3
  handleHideOptions: () => void;
4
- handleShowOptions: () => any;
4
+ handleShowOptions: () => void;
5
5
  };
@@ -8,5 +8,5 @@ export function useKeyboardControl({ showOptions, handleHideOptions, optionsWrap
8
8
  id: any;
9
9
  }): {
10
10
  scrollFocussedOpIntoView: (el: any) => void;
11
- focussedOp: any;
11
+ focussedOp: number;
12
12
  };
@@ -4,6 +4,6 @@ export function useSetYOrientation({ showOptions, optionsRef, relativeToRef, ena
4
4
  relativeToRef: any;
5
5
  enabled: any;
6
6
  }): {
7
- yOrientation: any;
7
+ yOrientation: string;
8
8
  };
9
9
  export function handleSetYOrientation(elemRef: any, anchorRef: any, setYOrientation: any): void;
@@ -2,4 +2,5 @@ export function EmptyStates({ preset, actionOnClick, additionalActionOnClick }:
2
2
  preset: any;
3
3
  actionOnClick: any;
4
4
  additionalActionOnClick: any;
5
- }): any;
5
+ }): React.JSX.Element;
6
+ import React from "react";
@@ -1,5 +1,6 @@
1
- export const HintsContext: any;
1
+ export const HintsContext: React.Context<any>;
2
2
  export function HintsProvider({ children }: {
3
3
  children: any;
4
- }): any;
4
+ }): React.JSX.Element;
5
5
  export function useHintsContext(): any;
6
+ import React from "react";
@@ -5,4 +5,5 @@ declare function Hints({ id, hints, title, btnlabel, subtitle }: {
5
5
  title?: string;
6
6
  btnlabel?: string;
7
7
  subtitle: any;
8
- }): any;
8
+ }): React.JSX.Element;
9
+ import React from "react";
@@ -1,6 +1,6 @@
1
- export const StyledHints: any;
2
- export const StyledLightbox: any;
3
- export const StyledLightBoxHeader: any;
4
- export const StyledLightBoxContent: any;
5
- export const StyledLightBoxList: any;
6
- export const StyledTriangle: any;
1
+ export const StyledHints: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledLightbox: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export const StyledLightBoxHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const StyledLightBoxContent: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export const StyledLightBoxList: import("styled-components").StyledComponent<"ul", any, {}, never>;
6
+ export const StyledTriangle: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -6,4 +6,5 @@ export function HomeCover({ title, subtitle, desc, CTALink, customComp, coverIma
6
6
  customComp: any;
7
7
  coverImagesConfig: any;
8
8
  variant?: string;
9
- }): any;
9
+ }): React.JSX.Element;
10
+ import React from "react";
@@ -1,6 +1,6 @@
1
- export const StyledHomeCover: any;
2
- export const StyledHomeCoverImg: any;
3
- export const StyledHomeCoverImgWrapper: any;
4
- export const StyledHomeCoverTitle: any;
5
- export const StyledHomeCoverDesc: any;
6
- export const StyledHomeCoverDescContents: any;
1
+ export const StyledHomeCover: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledHomeCoverImg: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export const StyledHomeCoverImgWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const StyledHomeCoverTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export const StyledHomeCoverDesc: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export const StyledHomeCoverDescContents: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -4,4 +4,5 @@ export function InlineAlert({ text, link, type, style, invert }: {
4
4
  type?: string;
5
5
  style: any;
6
6
  invert: any;
7
- }): any;
7
+ }): React.JSX.Element;
8
+ import React from "react";
@@ -5,4 +5,5 @@ export function LoaderCircle({ isBlock, blockHeight, L, S, M, ...props }: {
5
5
  L: any;
6
6
  S: any;
7
7
  M: any;
8
- }): any;
8
+ }): React.JSX.Element;
9
+ import React from "react";
@@ -1,3 +1,4 @@
1
1
  export function LoaderOverlay({ loaderText }: {
2
2
  loaderText: any;
3
- }): any;
3
+ }): React.JSX.Element;
4
+ import React from "react";
@@ -5,4 +5,5 @@ export function ProgressBar({ progress, text, children, isBlock, blockHeight, ba
5
5
  isBlock?: boolean;
6
6
  blockHeight?: string;
7
7
  barWidth?: number;
8
- }): any;
8
+ }): React.JSX.Element;
9
+ import React from "react";
@@ -1,3 +1,4 @@
1
1
  export function SkeletonLoader({ style }: {
2
2
  style: any;
3
- }): any;
3
+ }): React.JSX.Element;
4
+ import React from "react";
@@ -1 +1 @@
1
- export const StyledSkeletonLoader: any;
1
+ export const StyledSkeletonLoader: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -32,5 +32,8 @@ var styled_components_1 = __importStar(require("styled-components"));
32
32
  var themes_1 = require("../../../themes");
33
33
  var utilsOolib_1 = require("../../../utilsOolib");
34
34
  var load = (0, styled_components_1.keyframes)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n from { left: -100%; }\n to { left: 100%; }\n"], ["\n from { left: -100%; }\n to { left: 100%; }\n"])));
35
- exports.StyledSkeletonLoader = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n overflow: hidden;\n position: relative;\n background-color: ", ";\n \n &::before{\n content: '';\n display: block;\n position: absolute;\n left: -100%;\n top: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to right, transparent 0%, ", " 50%, transparent 100%);\n animation: ", " 1s cubic-bezier(0.4, 0.0, 0.2, 1);\n animation-iteration-count:infinite;\n }\n"], ["\n overflow: hidden;\n position: relative;\n background-color: ", ";\n \n &::before{\n content: '';\n display: block;\n position: absolute;\n left: -100%;\n top: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to right, transparent 0%, ", " 50%, transparent 100%);\n animation: ", " 1s cubic-bezier(0.4, 0.0, 0.2, 1);\n animation-iteration-count:infinite;\n }\n"])), (0, utilsOolib_1.getPrimaryColor10)(), themes_1.colors.black_opacity05, load);
35
+ exports.StyledSkeletonLoader = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n overflow: hidden;\n position: relative;\n background-color: ", ";\n \n &::before{\n content: '';\n display: block;\n position: absolute;\n left: -100%;\n top: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to right, transparent 0%, ", " 50%, transparent 100%);\n animation: ", " 1s cubic-bezier(0.4, 0.0, 0.2, 1);\n animation-iteration-count:infinite;\n }\n"], ["\n overflow: hidden;\n position: relative;\n background-color: ", ";\n \n &::before{\n content: '';\n display: block;\n position: absolute;\n left: -100%;\n top: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to right, transparent 0%, ", " 50%, transparent 100%);\n animation: ", " 1s cubic-bezier(0.4, 0.0, 0.2, 1);\n animation-iteration-count:infinite;\n }\n"])), function (_a) {
36
+ var theme = _a.theme;
37
+ return (0, utilsOolib_1.getPrimaryColor10)(theme === null || theme === void 0 ? void 0 : theme.colors);
38
+ }, themes_1.colors.black_opacity05, load);
36
39
  var templateObject_1, templateObject_2;
@@ -1,3 +1,4 @@
1
1
  export function TextLoader({ style }: {
2
2
  style: any;
3
- }): any;
3
+ }): React.JSX.Element;
4
+ import React from "react";
@@ -17,9 +17,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.TextLoader = void 0;
18
18
  var react_1 = __importDefault(require("react"));
19
19
  var styled_1 = require("../SkeletonLoader/styled");
20
- var themes_1 = require("../../../themes");
20
+ var styled_components_1 = require("styled-components");
21
+ var utilsOolib_1 = require("../../../utilsOolib");
21
22
  var TextLoader = function (_a) {
22
23
  var style = _a.style;
23
- return react_1.default.createElement(styled_1.StyledSkeletonLoader, { style: __assign(__assign({}, (style || {})), { backgroundColor: themes_1.colors.primaryColor10, width: (style === null || style === void 0 ? void 0 : style.width) || "8rem", height: (style === null || style === void 0 ? void 0 : style.height) || "1.5rem" }) });
24
+ var theme = (0, styled_components_1.useTheme)();
25
+ return react_1.default.createElement(styled_1.StyledSkeletonLoader, { style: __assign(__assign({ backgroundColor: (0, utilsOolib_1.getPrimaryColor10)(theme === null || theme === void 0 ? void 0 : theme.colors) }, (style || {})), { width: (style === null || style === void 0 ? void 0 : style.width) || "8rem", height: (style === null || style === void 0 ? void 0 : style.height) || "1.5rem" }) });
24
26
  };
25
27
  exports.TextLoader = TextLoader;
@@ -1,5 +1,5 @@
1
- export const StyledCircLoader: any;
2
- export const StyledLoaderWrapper: any;
3
- export const StyledLoaderOverlay: any;
4
- export const StyledHorLoader: any;
5
- export const StyledHorLoadingBar: any;
1
+ export const StyledCircLoader: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export const StyledLoaderWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export const StyledLoaderOverlay: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const StyledHorLoader: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export const StyledHorLoadingBar: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,5 +1,5 @@
1
1
  export function getTypoAndLoaderDimensions(size: any): {
2
- TypoComp: (props: any) => any;
2
+ TypoComp: (props: any) => import("react").JSX.Element;
3
3
  trackThickness: number;
4
4
  diameter: number;
5
5
  };
@@ -1 +1,2 @@
1
- export function MarginLeftRightMinus20(props: any): any;
1
+ export function MarginLeftRightMinus20(props: any): React.JSX.Element;
2
+ import React from "react";
@@ -5,4 +5,5 @@ export function ModalHeaderStyle1({ title, linkTo, onClose, setAnimPos, initAnim
5
5
  setAnimPos: any;
6
6
  initAnimPos: any;
7
7
  invert: any;
8
- }): any;
8
+ }): React.JSX.Element;
9
+ import React from "react";
@@ -4,4 +4,5 @@ export function ModalHeaderStyle2({ title, subtitle, onClose, setAnimPos, initAn
4
4
  onClose: any;
5
5
  setAnimPos: any;
6
6
  initAnimPos: any;
7
- }): any;
7
+ }): React.JSX.Element;
8
+ import React from "react";
@@ -8,4 +8,5 @@ export function ModalLarge({ title, onClose, children, linkTo, desktopWidth, hea
8
8
  subtitle: any;
9
9
  fitToContentHeight?: boolean;
10
10
  invert: any;
11
- }): any;
11
+ }): React.JSX.Element;
12
+ import React from "react";
@@ -1,7 +1,7 @@
1
- export const StyledModalLargeBg: any;
2
- export const StyledModalLargeBgColor: any;
3
- export const StyledModalLargeContentWrapper: any;
4
- export const StyledModalLargeHeader: any;
5
- export const StyledModalLargeBody: any;
6
- export const StyledModalHeaderStyle2Container: any;
7
- export const StyledModalHeaderStyle2Title: any;
1
+ export const StyledModalLargeBg: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
2
+ export const StyledModalLargeBgColor: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
3
+ export const StyledModalLargeContentWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const StyledModalLargeHeader: import("styled-components").StyledComponent<"header", any, {}, never>;
5
+ export const StyledModalLargeBody: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export const StyledModalHeaderStyle2Container: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ export const StyledModalHeaderStyle2Title: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -3,4 +3,5 @@ export function ModalSmall({ title, subTitle, onClose, children }: {
3
3
  subTitle: any;
4
4
  onClose: any;
5
5
  children: any;
6
- }): any;
6
+ }): React.JSX.Element;
7
+ import React from "react";
@@ -1,5 +1,5 @@
1
- export const StyledModalSmall: any;
2
- export const StyledModalSmallContentWrapper: any;
3
- export const StyledModalSmallContent: any;
4
- export const StyledModalSmallClose: any;
5
- export const StyledModalSmallContentSubtitle: any;
1
+ export const StyledModalSmall: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
2
+ export const StyledModalSmallContentWrapper: import("styled-components").StyledComponent<any, any, object, string | number | symbol>;
3
+ export const StyledModalSmallContent: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export const StyledModalSmallClose: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export const StyledModalSmallContentSubtitle: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -6,4 +6,5 @@ export function ModalConfirm({ title, subTitle, onClose, onCloseText, children,
6
6
  children: any;
7
7
  onConfirm: any;
8
8
  onConfirmText?: string;
9
- }): any;
9
+ }): React.JSX.Element;
10
+ import React from "react";