acinguiux-ds-react-framework 0.1.1 → 0.1.3

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 (191) hide show
  1. package/build/cjs/components/Chart/Recharts/hooks/useChartElementStyles.js +1 -1
  2. package/build/cjs/components/Chart/Recharts/hooks/useChartElementStyles.js.map +1 -1
  3. package/build/cjs/components/Pecten/Pecten.styles.js +12 -12
  4. package/build/cjs/components/Pecten/Pecten.styles.js.map +1 -1
  5. package/build/cjs/react-base/src/components/FormField/FormField.styles.js +1 -1
  6. package/build/cjs/react-base/src/components/FormField/FormField.styles.js.map +1 -1
  7. package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +1 -1
  8. package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
  9. package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js +1 -1
  10. package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
  11. package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +3 -3
  12. package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
  13. package/build/cjs/react-base/src/components/Select/Select.utils.js +1 -1
  14. package/build/cjs/react-base/src/components/Select/Select.utils.js.map +1 -1
  15. package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js +1 -1
  16. package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
  17. package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js +1 -1
  18. package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
  19. package/build/cjs/react-base/src/theme/layer.js +1 -1
  20. package/build/cjs/react-base/src/theme/layer.js.map +1 -1
  21. package/build/cjs/react-base/src/theme/typography.js +1 -1
  22. package/build/cjs/react-base/src/theme/typography.js.map +1 -1
  23. package/build/esm/components/Chart/Highcharts/HighchartsChart.d.ts +1 -1
  24. package/build/esm/components/Chart/Highcharts/HighchartsChart.js +1 -1
  25. package/build/esm/components/Chart/Recharts/hooks/useChartElementStyles.js +2 -2
  26. package/build/esm/components/Chart/Recharts/hooks/useChartElementStyles.js.map +1 -1
  27. package/build/esm/components/ListItem/ListItem.styles.d.ts +5 -5
  28. package/build/esm/components/ListItem/ListItem.types.d.ts +2 -2
  29. package/build/esm/components/Loading/Loading.styles.d.ts +1 -1
  30. package/build/esm/components/Loading/Loading.types.d.ts +1 -1
  31. package/build/esm/components/Menu/Menu.types.d.ts +3 -3
  32. package/build/esm/components/Menu/Menu.utils.d.ts +3 -3
  33. package/build/esm/components/Menu/components/MenuItem.d.ts +2 -2
  34. package/build/esm/components/Menu/components/MenuItemGroup.d.ts +1 -1
  35. package/build/esm/components/Menu/components/MenuLabel.d.ts +2 -2
  36. package/build/esm/components/Menu/components/SubMenu.d.ts +1 -1
  37. package/build/esm/components/Menu/styles/indicator.styles.d.ts +1 -1
  38. package/build/esm/components/Menu/styles/menuLabel.styles.d.ts +2 -2
  39. package/build/esm/components/Modal/Modal.styles.d.ts +1 -1
  40. package/build/esm/components/Modal/Modal.types.d.ts +1 -1
  41. package/build/esm/components/Modal/components/ModalLoading/ModalLoading.styles.d.ts +5 -5
  42. package/build/esm/components/NavBar/NavBar.styles.d.ts +1 -1
  43. package/build/esm/components/NavBar/NavBar.types.d.ts +1 -1
  44. package/build/esm/components/NavBar/components/FirstArea/FirstArea.d.ts +1 -1
  45. package/build/esm/components/NavBar/components/FirstArea/FirstArea.styles.d.ts +3 -3
  46. package/build/esm/components/NavBar/components/LastArea/LastArea.d.ts +1 -1
  47. package/build/esm/components/NavBar/components/LastArea/LastArea.styles.d.ts +8 -8
  48. package/build/esm/components/Pagination/DefaultPagination.styles.d.ts +1 -1
  49. package/build/esm/components/Pagination/Pagination.styles.d.ts +1 -1
  50. package/build/esm/components/Pagination/Pagination.types.d.ts +1 -1
  51. package/build/esm/components/Pagination/SimplePagination.styles.d.ts +1 -1
  52. package/build/esm/components/Pagination/components/PaginationButtons.d.ts +1 -1
  53. package/build/esm/components/Pecten/Pecten.styles.d.ts +1 -1
  54. package/build/esm/components/Pecten/Pecten.styles.js +17 -16
  55. package/build/esm/components/Pecten/Pecten.styles.js.map +1 -1
  56. package/build/esm/components/Pecten/Pecten.types.d.ts +1 -1
  57. package/build/esm/components/Popconfirm/Popconfirm.styles.d.ts +1 -1
  58. package/build/esm/components/Popconfirm/Popconfirm.types.d.ts +3 -3
  59. package/build/esm/components/Popconfirm/components/PopconfirmActions/PopconfirmActions.types.d.ts +1 -1
  60. package/build/esm/components/Popconfirm/components/PopconfirmDescription/PopconfirmDescription.types.d.ts +1 -1
  61. package/build/esm/components/Popconfirm/components/PopconfirmTitle/PopconfirmTitle.types.d.ts +1 -1
  62. package/build/esm/components/Popover/Popover.d.ts +1 -1
  63. package/build/esm/components/Popover/Popover.styles.d.ts +2 -2
  64. package/build/esm/components/Popover/Popover.types.d.ts +1 -1
  65. package/build/esm/components/ProgressBar/ProgressBar.d.ts +1 -1
  66. package/build/esm/components/ProgressBar/ProgressBar.types.d.ts +1 -1
  67. package/build/esm/components/ProgressBar/components/CircleProgressBar/CircleProgressBar.d.ts +1 -1
  68. package/build/esm/components/ProgressBar/components/CircleProgressBar/CircleProgressBar.styles.d.ts +1 -1
  69. package/build/esm/components/ProgressBar/components/CircleProgressBar/CircleProgressBar.types.d.ts +1 -1
  70. package/build/esm/components/ProgressBar/components/LinearProgressBar/LinearProgressBar.d.ts +1 -1
  71. package/build/esm/components/ProgressBar/components/LinearProgressBar/LinearProgressBar.styles.d.ts +1 -1
  72. package/build/esm/components/ProgressBar/components/LinearProgressBar/LinearProgressBar.types.d.ts +1 -1
  73. package/build/esm/components/RadioButton/RadioButton.styles.d.ts +1 -1
  74. package/build/esm/components/RadioButton/RadioButton.types.d.ts +1 -1
  75. package/build/esm/components/Select/Select.styles.d.ts +7 -7
  76. package/build/esm/components/Select/Select.types.d.ts +1 -1
  77. package/build/esm/components/Select/components/Option/Option.d.ts +1 -1
  78. package/build/esm/components/Select/components/OptionGroup/OptionGroup.d.ts +1 -1
  79. package/build/esm/components/Select/components/SelectLoading.d.ts +1 -1
  80. package/build/esm/components/Select/hooks/useOptions.d.ts +1 -1
  81. package/build/esm/components/Slider/RangeSlider.d.ts +1 -1
  82. package/build/esm/components/Slider/Slider.d.ts +1 -1
  83. package/build/esm/components/Slider/Slider.styles.d.ts +2 -2
  84. package/build/esm/components/Slider/components/Value/Value.types.d.ts +1 -1
  85. package/build/esm/components/Slider/utils/styleUtils.d.ts +1 -1
  86. package/build/esm/components/Stat/Stat.styles.d.ts +2 -2
  87. package/build/esm/components/Stat/Stat.types.d.ts +1 -1
  88. package/build/esm/components/Stat/components/StatIcon/StatIcon.styles.d.ts +1 -1
  89. package/build/esm/components/Stat/components/StatIcon/StatIcon.types.d.ts +1 -1
  90. package/build/esm/components/Stepper/Step.styles.d.ts +4 -4
  91. package/build/esm/components/Stepper/Step.types.d.ts +2 -2
  92. package/build/esm/components/Stepper/Stepper.consts.d.ts +1 -1
  93. package/build/esm/components/Stepper/Stepper.styles.d.ts +1 -1
  94. package/build/esm/components/Stepper/Stepper.types.d.ts +1 -1
  95. package/build/esm/components/Stepper/_internalComponents/ContainedStep/ContainedStep.styles.d.ts +1 -1
  96. package/build/esm/components/Stepper/_internalComponents/DefaultStep/DefaultStep.styles.d.ts +2 -2
  97. package/build/esm/components/Stepper/_internalComponents/DefaultStep/DefaultStep.types.d.ts +1 -1
  98. package/build/esm/components/Stepper/utils/stepUtils.d.ts +1 -1
  99. package/build/esm/components/Table/Table.styles.d.ts +1 -1
  100. package/build/esm/components/Table/Table.types.d.ts +1 -1
  101. package/build/esm/components/Table/components/BaseTable/BaseTable.types.d.ts +1 -1
  102. package/build/esm/components/Table/components/TableElements/DraggableButton.d.ts +1 -1
  103. package/build/esm/components/Table/components/TableElements/Expander.d.ts +1 -1
  104. package/build/esm/components/Table/components/TableElements/Resizer.d.ts +1 -1
  105. package/build/esm/components/Table/components/TableElements/TableElements.d.ts +1 -1
  106. package/build/esm/components/Table/components/TableElements/TableElements.types.d.ts +2 -2
  107. package/build/esm/components/Table/features/sized.d.ts +1 -1
  108. package/build/esm/components/Table/utils/rowHighlight.d.ts +1 -1
  109. package/build/esm/components/Table/utils/tableUtils.d.ts +2 -2
  110. package/build/esm/components/Tabs/Tabs.styles.d.ts +2 -2
  111. package/build/esm/components/Tabs/Tabs.types.d.ts +1 -1
  112. package/build/esm/components/Tag/Tag.d.ts +1 -1
  113. package/build/esm/components/Tag/Tag.styles.d.ts +9 -9
  114. package/build/esm/components/Tag/Tag.types.d.ts +1 -1
  115. package/build/esm/components/Text/components/Display/Display.styles.d.ts +1 -1
  116. package/build/esm/components/Text/components/Display/Display.types.d.ts +1 -1
  117. package/build/esm/components/Text/components/Heading/Heading.d.ts +1 -1
  118. package/build/esm/components/Text/components/Heading/Heading.styles.d.ts +1 -1
  119. package/build/esm/components/Text/components/Heading/Heading.types.d.ts +1 -1
  120. package/build/esm/components/Text/components/Label/Label.styles.d.ts +1 -1
  121. package/build/esm/components/Text/components/Label/Label.types.d.ts +1 -1
  122. package/build/esm/components/Text/components/Link/Link.styles.d.ts +1 -1
  123. package/build/esm/components/Text/components/Link/Link.types.d.ts +1 -1
  124. package/build/esm/components/Text/components/Section/Section.styles.d.ts +1 -1
  125. package/build/esm/components/Text/components/Section/Section.types.d.ts +1 -1
  126. package/build/esm/components/Text/components/Text/Text.d.ts +1 -1
  127. package/build/esm/components/Text/components/Text/Text.styles.d.ts +1 -1
  128. package/build/esm/components/Text/components/Text/Text.types.d.ts +1 -1
  129. package/build/esm/components/TextArea/TextArea.styles.d.ts +6 -6
  130. package/build/esm/components/TextArea/TextArea.types.d.ts +2 -2
  131. package/build/esm/components/TextArea/hooks/useRightSideValues.d.ts +1 -1
  132. package/build/esm/components/TextInput/TextInput.styles.d.ts +6 -6
  133. package/build/esm/components/TextInput/TextInput.types.d.ts +2 -2
  134. package/build/esm/components/TextInput/components/Affix.d.ts +1 -1
  135. package/build/esm/components/TextInput/components/Affix.styles.d.ts +1 -1
  136. package/build/esm/components/TextInput/components/ExtraButton.d.ts +1 -1
  137. package/build/esm/components/TextInput/components/ExtraButton.styles.d.ts +5 -5
  138. package/build/esm/components/Timeline/Timeline.styles.d.ts +1 -1
  139. package/build/esm/components/Timeline/Timeline.types.d.ts +3 -3
  140. package/build/esm/components/Timeline/_innerComponents/data.d.ts +1 -1
  141. package/build/esm/components/Timeline/components/TimelineStep/TimelineStep.styles.d.ts +1 -1
  142. package/build/esm/components/Timeline/components/TimelineStepBody/TimelineStepBody.d.ts +1 -1
  143. package/build/esm/components/Timeline/components/TimelineStepBox/TimelineStepBox.styles.d.ts +2 -2
  144. package/build/esm/components/Timeline/components/TimelineStepBox/TimelineStepBox.types.d.ts +1 -1
  145. package/build/esm/components/Timeline/styles/alignments.styles.d.ts +2 -2
  146. package/build/esm/components/Timeline/styles/dotStyles.d.ts +1 -1
  147. package/build/esm/components/Timeline/styles/lineStyles.d.ts +2 -2
  148. package/build/esm/components/Toggle/Toggle.styles.d.ts +1 -1
  149. package/build/esm/components/Toggle/Toggle.types.d.ts +1 -1
  150. package/build/esm/components/ToggleButton/ToggleButton.styles.d.ts +2 -2
  151. package/build/esm/components/ToggleButton/ToggleButton.types.d.ts +2 -2
  152. package/build/esm/components/Tooltip/Overlay.styles.d.ts +1 -1
  153. package/build/esm/components/Tree/Tree.types.d.ts +1 -1
  154. package/build/esm/components/Tree/components/TreeCheckbox/TreeCheckbox.d.ts +1 -1
  155. package/build/esm/components/Tree/components/TreeNode/TreeNode.d.ts +1 -1
  156. package/build/esm/components/Tree/components/TreeNode/TreeNode.styles.d.ts +1 -1
  157. package/build/esm/components/Tree/components/TreeToggleNode/TreeToggleNode.d.ts +1 -1
  158. package/build/esm/components/Tree/utils/treeUtils.d.ts +1 -1
  159. package/build/esm/components/_internalComponents/ActionBar/ActionBar.styles.d.ts +1 -1
  160. package/build/esm/components/_internalComponents/ActionBar/ActionBar.types.d.ts +2 -2
  161. package/build/esm/components/_internalComponents/ActionBar/utils/stylesUtils.d.ts +1 -1
  162. package/build/esm/components/_internalComponents/InfoBar/InfoBar.styles.d.ts +1 -1
  163. package/build/esm/components/_internalComponents/InfoBar/InfoBar.types.d.ts +2 -2
  164. package/build/esm/components/_internalComponents/Placeholder/Placeholder.styles.d.ts +3 -3
  165. package/build/esm/declarations/styled-components.d.ts +1 -1
  166. package/build/esm/hooks/useFocusRingOnKeyboard.d.ts +1 -1
  167. package/build/esm/index.d.ts +4 -4
  168. package/build/esm/providers/theme/AcinguiuxThemeProvider.d.ts +1 -1
  169. package/build/esm/providers/theme/FabricsThemeProvider.d.ts +1 -1
  170. package/build/esm/react-base/src/components/FormField/FormField.styles.js +4 -5
  171. package/build/esm/react-base/src/components/FormField/FormField.styles.js.map +1 -1
  172. package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +26 -27
  173. package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
  174. package/build/esm/react-base/src/components/Pagination/Paginations.utils.js +4 -5
  175. package/build/esm/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
  176. package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +11 -12
  177. package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
  178. package/build/esm/react-base/src/components/Select/Select.utils.d.ts.map +1 -1
  179. package/build/esm/react-base/src/components/Select/Select.utils.js +4 -4
  180. package/build/esm/react-base/src/components/Select/Select.utils.js.map +1 -1
  181. package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js +12 -14
  182. package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
  183. package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js +12 -14
  184. package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
  185. package/build/esm/react-base/src/theme/layer.d.ts.map +1 -1
  186. package/build/esm/react-base/src/theme/layer.js +34 -34
  187. package/build/esm/react-base/src/theme/layer.js.map +1 -1
  188. package/build/esm/react-base/src/theme/typography.d.ts.map +1 -1
  189. package/build/esm/react-base/src/theme/typography.js +35 -11
  190. package/build/esm/react-base/src/theme/typography.js.map +1 -1
  191. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
- import { type StatTypes } from 'acinguiux-ds-react-base/components/Stat';
2
- import { PickTransient } from 'acinguiux-ds-react-base/types';
1
+ import { type StatTypes } from '..\..\react-base\src/components/Stat';
2
+ import { PickTransient } from '..\..\react-base\src/types';
3
3
  import type { IStatProps } from './Stat.types';
4
4
  interface WrapperProps {
5
5
  iconAlign?: StatTypes.Alignment;
@@ -1,6 +1,6 @@
1
1
  import type { ComponentPropsWithRef } from 'react';
2
2
  import type { CountUpProps } from 'react-countup/build/CountUp';
3
- import type { StatTypes } from 'acinguiux-ds-react-base/components/Stat';
3
+ import type { StatTypes } from '..\..\react-base\src/components/Stat';
4
4
  export interface IStatProps extends ComponentPropsWithRef<'div'>, StatTypes.IProps {
5
5
  countUpProps?: Omit<CountUpProps, 'end'> & {
6
6
  end?: CountUpProps['end'];
@@ -1,4 +1,4 @@
1
- import { PickTransient } from 'acinguiux-ds-react-base/types';
1
+ import { PickTransient } from '..\..\..\..\react-base\src/types';
2
2
  import type { IStatIconProps } from './StatIcon.types';
3
3
  declare const IconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Required<PickTransient<IStatIconProps, "size" | "position">>>> & string;
4
4
  export { IconWrapper };
@@ -1,4 +1,4 @@
1
- import type { StatTypes } from 'acinguiux-ds-react-base/components/Stat';
1
+ import type { StatTypes } from '..\..\..\..\react-base\src/components/Stat';
2
2
  import type { IStatProps } from '../../Stat.types';
3
3
  export interface IStatIconProps extends Required<Pick<IStatProps, 'size' | 'icon'>> {
4
4
  position: StatTypes.IconPosition;
@@ -5,12 +5,12 @@ declare const ContainedContainer: import("styled-components/dist/types").IStyled
5
5
  declare const Badge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../..").IBadgeProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
6
6
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
7
7
  }, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../..").IBadgeProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
8
- declare const Heading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("acinguiux-ds-react-base/components/Text/components/Heading/Heading.types.js").IProps & import("react").RefAttributes<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement>, "ref"> & {
8
+ declare const Heading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("..\..\react-base\src/components/Text/components/Heading/Heading.types.js").IProps & import("react").RefAttributes<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement>, "ref"> & {
9
9
  ref?: ((instance: HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement> | null | undefined;
10
- }, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("acinguiux-ds-react-base/components/Text/components/Heading/Heading.types.js").IProps & import("react").RefAttributes<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement>>, keyof import("react").Component<any, {}, any>>;
11
- declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<(Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("acinguiux-ds-react-base/components/Text/components/Label/Label.types.js").IProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & {
10
+ }, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("..\..\react-base\src/components/Text/components/Heading/Heading.types.js").IProps & import("react").RefAttributes<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement>>, keyof import("react").Component<any, {}, any>>;
11
+ declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<(Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("..\..\react-base\src/components/Text/components/Label/Label.types.js").IProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & {
12
12
  ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
13
- }) | (Omit<Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & import("acinguiux-ds-react-base/components/Text/components/Label/Label.types.js").IProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & {
13
+ }) | (Omit<Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & import("..\..\react-base\src/components/Text/components/Label/Label.types.js").IProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & {
14
14
  ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
15
15
  }), import("styled-components/dist/types").BaseObject>> & string & Omit<import("react").ForwardRefExoticComponent<import("../..").ILabelProps & import("react").RefAttributes<HTMLSpanElement>>, keyof import("react").Component<any, {}, any>>;
16
16
  declare const ConnectorLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
@@ -1,6 +1,6 @@
1
1
  import type { ComponentPropsWithoutRef } from 'react';
2
- import type { PickTransient } from 'acinguiux-ds-react-base/types';
3
- import type { StepperTypes } from 'acinguiux-ds-react-base/components/Stepper';
2
+ import type { PickTransient } from '..\..\react-base\src/types';
3
+ import type { StepperTypes } from '..\..\react-base\src/components/Stepper';
4
4
  import type { IStepperProps } from './Stepper.types';
5
5
  type ConnectorLineTypes = 'dot' | 'line';
6
6
  export type IStepProps = ComponentPropsWithoutRef<'li'> & StepperTypes.IStepProps & Pick<StepperTypes.IStepperProps, 'type'>;
@@ -1,5 +1,5 @@
1
1
  import type { ReactElement } from 'react';
2
- import type { StepperTypes } from 'acinguiux-ds-react-base/components/Stepper';
2
+ import type { StepperTypes } from '..\..\react-base\src/components/Stepper';
3
3
  import type { IStepProps } from './Step.types';
4
4
  export declare const stepComponents: Record<StepperTypes.Type, (props: IStepProps) => ReactElement>;
5
5
  //# sourceMappingURL=Stepper.consts.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { PickTransient } from 'acinguiux-ds-react-base/types';
1
+ import type { PickTransient } from '..\..\react-base\src/types';
2
2
  import type { IStepperProps } from './Stepper.types';
3
3
  declare const Stepper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, PickTransient<IStepperProps, "direction" | "stepWidth">>> & string;
4
4
  export { Stepper };
@@ -1,4 +1,4 @@
1
1
  import type { ComponentPropsWithoutRef } from 'react';
2
- import type { StepperTypes } from 'acinguiux-ds-react-base/components/Stepper';
2
+ import type { StepperTypes } from '..\..\react-base\src/components/Stepper';
3
3
  export type IStepperProps = Omit<ComponentPropsWithoutRef<'ol'>, 'type'> & StepperTypes.IStepperProps;
4
4
  //# sourceMappingURL=Stepper.types.d.ts.map
@@ -1,5 +1,5 @@
1
1
  declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
- declare const ContainedStepWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "disabled" | "$size" | "$type" | "$direction" | "$invalid" | "$showBadge" | "$stage"> & Pick<import("../../Step.types").IStepProps, "disabled"> & import("acinguiux-ds-react-base/types").PickTransient<import("../../Step.types").IStepProps, "invalid" | "size" | "direction" | "showBadge" | "stage"> & Required<import("acinguiux-ds-react-base/types").PickTransient<import("../../Stepper.types").IStepperProps, "type">>, "ref"> & {
2
+ declare const ContainedStepWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "disabled" | "$size" | "$type" | "$direction" | "$invalid" | "$showBadge" | "$stage"> & Pick<import("../../Step.types").IStepProps, "disabled"> & import("..\..\..\..\react-base\src/types").PickTransient<import("../../Step.types").IStepProps, "invalid" | "size" | "direction" | "showBadge" | "stage"> & Required<import("..\..\..\..\react-base\src/types").PickTransient<import("../../Stepper.types").IStepperProps, "type">>, "ref"> & {
3
3
  ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
4
4
  }, never>> & string;
5
5
  export { Content, ContainedStepWrapper };
@@ -1,7 +1,7 @@
1
1
  import type { IContentProps } from './DefaultStep.types';
2
2
  declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IContentProps>> & string;
3
- export declare const Connector: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<import("acinguiux-ds-react-base/types").PickTransient<import("../../Step.types").IStepProps, "direction">>>> & string;
4
- export declare const DefaultStepWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "disabled" | "$size" | "$type" | "$direction" | "$invalid" | "$showBadge" | "$stage"> & Pick<import("../../Step.types").IStepProps, "disabled"> & import("acinguiux-ds-react-base/types").PickTransient<import("../../Step.types").IStepProps, "invalid" | "size" | "direction" | "showBadge" | "stage"> & Required<import("acinguiux-ds-react-base/types").PickTransient<import("../../Stepper.types").IStepperProps, "type">>, "ref"> & {
3
+ export declare const Connector: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<import("..\..\..\..\react-base\src/types").PickTransient<import("../../Step.types").IStepProps, "direction">>>> & string;
4
+ export declare const DefaultStepWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "disabled" | "$size" | "$type" | "$direction" | "$invalid" | "$showBadge" | "$stage"> & Pick<import("../../Step.types").IStepProps, "disabled"> & import("..\..\..\..\react-base\src/types").PickTransient<import("../../Step.types").IStepProps, "invalid" | "size" | "direction" | "showBadge" | "stage"> & Required<import("..\..\..\..\react-base\src/types").PickTransient<import("../../Stepper.types").IStepperProps, "type">>, "ref"> & {
5
5
  ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
6
6
  }, never>> & string;
7
7
  export { Content };
@@ -1,4 +1,4 @@
1
- import type { PickTransient } from 'acinguiux-ds-react-base/types';
1
+ import type { PickTransient } from '..\..\..\..\react-base\src/types';
2
2
  import type { IStepProps } from '../../Step.types';
3
3
  export type IContentProps = Required<PickTransient<IStepProps, 'direction' | 'size'>> & PickTransient<IStepProps, 'showStepNumber'>;
4
4
  export type IConnectorProps = Required<PickTransient<IStepProps, 'direction'>>;
@@ -1,4 +1,4 @@
1
- import { type StepperTypes } from 'acinguiux-ds-react-base/components/Stepper';
1
+ import { type StepperTypes } from '..\..\..\react-base\src/components/Stepper';
2
2
  import type { IStepProps } from '../Step.types';
3
3
  type GetStepComponentPropsArguments = {
4
4
  stepsLength: number;
@@ -1,4 +1,4 @@
1
- import type { PickTransient } from 'acinguiux-ds-react-base/types';
1
+ import type { PickTransient } from '..\..\react-base\src/types';
2
2
  import type { ITableProps } from './Table.types';
3
3
  declare const Table: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, PickTransient<ITableProps, "size" | "alignment" | "empty">>> & string;
4
4
  export { Table };
@@ -1,6 +1,6 @@
1
1
  import type { ComponentPropsWithRef } from 'react';
2
2
  import type { ColumnPinningPosition, SortDirection, ColumnDef, RowData } from '@tanstack/react-table';
3
- import type { TableTypes } from 'acinguiux-ds-react-base/components/Table';
3
+ import type { TableTypes } from '..\..\react-base\src/components/Table';
4
4
  import { ITableHeaderProps } from './components/TableElements/TableElements.types';
5
5
  export type TablePinDirection = ColumnPinningPosition;
6
6
  export interface ITableSorterProps extends ComponentPropsWithRef<'button'> {
@@ -1,6 +1,6 @@
1
1
  import type { PropsWithChildren } from 'react';
2
2
  import type { Header, ColumnDef, TableOptions, Table, Row, RowData, Cell } from '@tanstack/react-table';
3
- import type { TableTypes } from 'acinguiux-ds-react-base/components/Table';
3
+ import type { TableTypes } from '..\..\..\..\react-base\src/components/Table';
4
4
  import type { ITableProps } from '../../Table.types';
5
5
  import type { ITableComponentsProps } from '../TableElements/TableElements.types';
6
6
  import type { IEmptyStateProps } from '../../../EmptyState/EmptyState.types';
@@ -1,4 +1,4 @@
1
- import { type ButtonTypes } from 'acinguiux-ds-react-base/components/Button';
1
+ import { type ButtonTypes } from '..\..\..\..\react-base\src/components/Button';
2
2
  export declare const DraggableButton: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
4
4
  } & ButtonTypes.IDefaultProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
@@ -1,4 +1,4 @@
1
- import { TransientAll } from 'acinguiux-ds-react-base/types';
1
+ import { TransientAll } from '..\..\..\..\react-base\src/types';
2
2
  import type { ITableCellExpanderContainerProps, IExpanderProps } from './TableElements.types';
3
3
  export declare const StyledExpander: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<TransientAll<ITableCellExpanderContainerProps>>>> & string;
4
4
  export declare const Expander: <T>({ row, expandable, children }: IExpanderProps<T>) => string | number | boolean | Iterable<import("react").ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type TableTypes } from 'acinguiux-ds-react-base/components/Table';
2
+ import { type TableTypes } from '..\..\..\..\react-base\src/components/Table';
3
3
  export declare const StyledResizer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
4
4
  size: TableTypes.Size;
5
5
  }>> & string;
@@ -1,4 +1,4 @@
1
- import { PickTransient, TransientAll } from 'acinguiux-ds-react-base/types';
1
+ import { PickTransient, TransientAll } from '..\..\..\..\react-base\src/types';
2
2
  import { type ITableRowProps, type ITableCellProps } from './TableElements.types';
3
3
  type StyledCellPropKeys = 'alignment' | 'highlight' | 'noPadding' | 'width' | 'pinAnchorOffset' | 'isPinned';
4
4
  export type StyledCellProps = PickTransient<ITableCellProps, StyledCellPropKeys>;
@@ -1,7 +1,7 @@
1
1
  import type { ReactNode } from 'react';
2
2
  import type { Table, Row, TableState, CellContext, RowData, HeaderContext, Header } from '@tanstack/react-table';
3
- import type { TableTypes } from 'acinguiux-ds-react-base/components/Table';
4
- import type { ButtonTypes } from 'acinguiux-ds-react-base/components/Button';
3
+ import type { TableTypes } from '..\..\..\..\react-base\src/components/Table';
4
+ import type { ButtonTypes } from '..\..\..\..\react-base\src/components/Button';
5
5
  import type { ItemType } from '../../../Menu/Menu.types';
6
6
  export interface ITableComponentsProps<TData extends RowData> {
7
7
  table: Table<TData>;
@@ -1,4 +1,4 @@
1
- import { TableTypes } from 'acinguiux-ds-react-base/components/Table';
1
+ import { TableTypes } from '..\..\..\react-base\src/components/Table';
2
2
  import { OnChangeFn, RowData, TableFeature, Updater } from '@tanstack/react-table';
3
3
  export interface SizedTableState {
4
4
  size: TableTypes.Size;
@@ -1,4 +1,4 @@
1
- import type { TableTypes } from 'acinguiux-ds-react-base/components/Table';
1
+ import type { TableTypes } from '..\..\..\react-base\src/components/Table';
2
2
  import type { Row, RowData } from '@tanstack/react-table';
3
3
  export declare const getRowHighlight: <TData extends RowData>(row: Row<TData>, highlight?: (r: Row<TData>) => TableTypes.Highlight | null) => TableTypes.Highlight | null;
4
4
  //# sourceMappingURL=rowHighlight.d.ts.map
@@ -1,5 +1,5 @@
1
- import { Sizes } from 'acinguiux-ds-react-base/consts';
2
- import { type TableTypes } from 'acinguiux-ds-react-base/components/Table';
1
+ import { Sizes } from '..\..\..\react-base\src/consts';
2
+ import { type TableTypes } from '..\..\..\react-base\src/components/Table';
3
3
  export declare const getSize: (size: TableTypes.Size) => Sizes.XSmall | Sizes.Small | Sizes.Medium;
4
4
  export declare const getInfoBarSize: (size: TableTypes.Size) => Sizes.Small | Sizes.Medium | Sizes.Large;
5
5
  //# sourceMappingURL=tableUtils.d.ts.map
@@ -1,5 +1,5 @@
1
- import { type TabsTypes } from 'acinguiux-ds-react-base/components/Tabs';
2
- import type { PickTransient } from 'acinguiux-ds-react-base/types';
1
+ import { type TabsTypes } from '..\..\react-base\src/components/Tabs';
2
+ import type { PickTransient } from '..\..\react-base\src/types';
3
3
  declare const TabsLabelTextContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<Omit<import("../..").IFlexboxProps, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
5
  }, Omit<Omit<import("../..").IFlexboxProps, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
@@ -1,6 +1,6 @@
1
1
  import type { ComponentPropsWithRef } from 'react';
2
2
  import type { TabsProps as RCTabsProps } from 'rc-tabs';
3
- import type { TabsTypes } from 'acinguiux-ds-react-base/components/Tabs';
3
+ import type { TabsTypes } from '..\..\react-base\src/components/Tabs';
4
4
  export interface ITabsProps extends Omit<ComponentPropsWithRef<'div'>, 'onChange' | 'items'>, Omit<RCTabsProps, 'items'>, TabsTypes.IProps {
5
5
  }
6
6
  //# sourceMappingURL=Tabs.types.d.ts.map
@@ -1,4 +1,4 @@
1
- declare const Tag: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("acinguiux-ds-react-base/components/Tag/Tag.types.js").IProps & {
1
+ declare const Tag: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("..\..\react-base\src/components/Tag/Tag.types.js").IProps & {
2
2
  onCloseClick?: import("react").MouseEventHandler<HTMLButtonElement>;
3
3
  closeButtonTitle?: string;
4
4
  } & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,22 +1,22 @@
1
- import { PickTransient } from 'acinguiux-ds-react-base/types';
1
+ import { PickTransient } from '..\..\react-base\src/types';
2
2
  import { ITagProps } from './Tag.types';
3
3
  type StylePropsRequired = 'size' | 'shape' | 'sentiment' | 'variant' | 'iconPosition' | 'icon' | 'iconOnly';
4
4
  export declare const TagButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
5
5
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
6
- } & import("acinguiux-ds-react-base/components/Button/Button.types.js").IDefaultProps & {
7
- sentiment?: import("acinguiux-ds-react-base/components/Button/Button.types.js").OnSentiment;
8
- sentimentProminence?: import("acinguiux-ds-react-base/components/Button/Button.types.js").SentimentProminence;
6
+ } & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
7
+ sentiment?: import("..\..\react-base\src/components/Button/Button.types.js").OnSentiment;
8
+ sentimentProminence?: import("..\..\react-base\src/components/Button/Button.types.js").SentimentProminence;
9
9
  } & {
10
- css?: import("styled-components").Interpolation<import("acinguiux-ds-react-base/theme").Theme>;
10
+ css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
11
11
  }, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
12
12
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
13
13
  }, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
14
14
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
15
- } & import("acinguiux-ds-react-base/components/Button/Button.types.js").IDefaultProps & {
16
- sentiment?: import("acinguiux-ds-react-base/components/Button/Button.types.js").OnSentiment;
17
- sentimentProminence?: import("acinguiux-ds-react-base/components/Button/Button.types.js").SentimentProminence;
15
+ } & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
16
+ sentiment?: import("..\..\react-base\src/components/Button/Button.types.js").OnSentiment;
17
+ sentimentProminence?: import("..\..\react-base\src/components/Button/Button.types.js").SentimentProminence;
18
18
  } & {
19
- css?: import("styled-components").Interpolation<import("acinguiux-ds-react-base/theme").Theme>;
19
+ css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
20
20
  }, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;
21
21
  export declare const TagLabelContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
22
22
  export declare const Tag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<PickTransient<ITagProps, StylePropsRequired>>>> & string;
@@ -1,5 +1,5 @@
1
1
  import type { ComponentPropsWithoutRef, MouseEventHandler } from 'react';
2
- import type { TagTypes } from 'acinguiux-ds-react-base/components/Tag';
2
+ import type { TagTypes } from '..\..\react-base\src/components/Tag';
3
3
  export type ITagProps = ComponentPropsWithoutRef<'div'> & TagTypes.IProps & {
4
4
  onCloseClick?: MouseEventHandler<HTMLButtonElement>;
5
5
  closeButtonTitle?: string;
@@ -1,4 +1,4 @@
1
- import { DisplayStyles } from 'acinguiux-ds-react-base/components/Text';
1
+ import { DisplayStyles } from '..\..\..\..\react-base\src/components/Text';
2
2
  declare const Display: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, DisplayStyles.StylesProps>> & string;
3
3
  export { Display };
4
4
  //# sourceMappingURL=Display.styles.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import type { ComponentPropsWithoutRef } from 'react';
2
- import type { DisplayTypes } from 'acinguiux-ds-react-base/components/Text';
2
+ import type { DisplayTypes } from '..\..\..\..\react-base\src/components/Text';
3
3
  export interface IDisplayProps extends ComponentPropsWithoutRef<'span'>, DisplayTypes.IProps {
4
4
  }
5
5
  //# sourceMappingURL=Display.types.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const Heading: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("acinguiux-ds-react-base/components/Text/components/Heading/Heading.types.js").IProps & import("react").RefAttributes<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement>>;
1
+ declare const Heading: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & import("..\..\..\..\react-base\src/components/Text/components/Heading/Heading.types.js").IProps & import("react").RefAttributes<HTMLLabelElement | HTMLSpanElement | HTMLHeadingElement>>;
2
2
  export default Heading;
3
3
  //# sourceMappingURL=Heading.d.ts.map
@@ -1,4 +1,4 @@
1
- import { HeadingStyles } from 'acinguiux-ds-react-base/components/Text';
1
+ import { HeadingStyles } from '..\..\..\..\react-base\src/components/Text';
2
2
  declare const Heading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, HeadingStyles.StylesProps>> & string;
3
3
  export { Heading };
4
4
  //# sourceMappingURL=Heading.styles.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import type { ComponentPropsWithoutRef } from 'react';
2
- import type { HeadingTypes } from 'acinguiux-ds-react-base/components/Text';
2
+ import type { HeadingTypes } from '..\..\..\..\react-base\src/components/Text';
3
3
  export type IHeadingProps = ComponentPropsWithoutRef<'h1'> & HeadingTypes.IProps;
4
4
  //# sourceMappingURL=Heading.types.d.ts.map
@@ -1,4 +1,4 @@
1
- import { LabelStyles } from 'acinguiux-ds-react-base/components/Text';
1
+ import { LabelStyles } from '..\..\..\..\react-base\src/components/Text';
2
2
  declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, LabelStyles.StylesProps>> & string;
3
3
  export { Label };
4
4
  //# sourceMappingURL=Label.styles.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import type { ComponentPropsWithoutRef } from 'react';
2
- import type { LabelTypes } from 'acinguiux-ds-react-base/components/Text';
2
+ import type { LabelTypes } from '..\..\..\..\react-base\src/components/Text';
3
3
  export type ILabelProps = (ComponentPropsWithoutRef<'span'> & LabelTypes.IProps) | (ComponentPropsWithoutRef<'label'> & LabelTypes.IProps);
4
4
  //# sourceMappingURL=Label.types.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { TransientAll } from 'acinguiux-ds-react-base/types';
1
+ import type { TransientAll } from '..\..\..\..\react-base\src/types';
2
2
  declare const Link: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, TransientAll<{
3
3
  readonly defaultStyles: {
4
4
  readonly color: string;
@@ -1,5 +1,5 @@
1
1
  import type { ComponentPropsWithoutRef } from 'react';
2
- import type { LinkTypes } from 'acinguiux-ds-react-base/components/Text';
2
+ import type { LinkTypes } from '..\..\..\..\react-base\src/components/Text';
3
3
  export interface ILinkProps extends ComponentPropsWithoutRef<'span'>, LinkTypes.IProps {
4
4
  }
5
5
  //# sourceMappingURL=Link.types.d.ts.map
@@ -1,4 +1,4 @@
1
- import { SectionStyles } from 'acinguiux-ds-react-base/components/Text';
1
+ import { SectionStyles } from '..\..\..\..\react-base\src/components/Text';
2
2
  declare const Section: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, SectionStyles.StylesProps>> & string;
3
3
  export { Section };
4
4
  //# sourceMappingURL=Section.styles.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import type { ComponentPropsWithoutRef, ReactNode } from 'react';
2
- import type { SectionTypes } from 'acinguiux-ds-react-base/components/Text';
2
+ import type { SectionTypes } from '..\..\..\..\react-base\src/components/Text';
3
3
  export interface ISectionProps extends ComponentPropsWithoutRef<'section'>, SectionTypes.IProps {
4
4
  children: ReactNode | ReactNode[];
5
5
  }
@@ -1,3 +1,3 @@
1
- declare const Text: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("acinguiux-ds-react-base/components/Text/components/Text/Text.types.js").IProps & import("react").RefAttributes<HTMLParagraphElement>>;
1
+ declare const Text: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & import("..\..\..\..\react-base\src/components/Text/components/Text/Text.types.js").IProps & import("react").RefAttributes<HTMLParagraphElement>>;
2
2
  export default Text;
3
3
  //# sourceMappingURL=Text.d.ts.map
@@ -1,4 +1,4 @@
1
- import { TextStyles } from 'acinguiux-ds-react-base/components/Text';
1
+ import { TextStyles } from '..\..\..\..\react-base\src/components/Text';
2
2
  declare const Text: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, TextStyles.StylesProps>> & string;
3
3
  export { Text };
4
4
  //# sourceMappingURL=Text.styles.d.ts.map
@@ -1,4 +1,4 @@
1
1
  import type { ComponentPropsWithoutRef } from 'react';
2
- import type { TextTypes } from 'acinguiux-ds-react-base/components/Text';
2
+ import type { TextTypes } from '..\..\..\..\react-base\src/components/Text';
3
3
  export type ITextProps = ComponentPropsWithoutRef<'span'> & TextTypes.IProps;
4
4
  //# sourceMappingURL=Text.types.d.ts.map
@@ -1,16 +1,16 @@
1
- import type { TextAreaTypes } from 'acinguiux-ds-react-base/components/TextArea';
2
- import { type InputTypes } from 'acinguiux-ds-react-base/components/Input';
1
+ import type { TextAreaTypes } from '..\..\react-base\src/components/TextArea';
2
+ import { type InputTypes } from '..\..\react-base\src/components/Input';
3
3
  declare const TextArea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, never>> & string;
4
4
  export declare const ClearButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
5
5
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
6
- } & import("acinguiux-ds-react-base/components/Button/Button.types.js").IDefaultProps & {
7
- css?: import("styled-components").Interpolation<import("acinguiux-ds-react-base/theme").Theme>;
6
+ } & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
7
+ css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
8
8
  }, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
9
9
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
10
10
  }, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
11
11
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
12
- } & import("acinguiux-ds-react-base/components/Button/Button.types.js").IDefaultProps & {
13
- css?: import("styled-components").Interpolation<import("acinguiux-ds-react-base/theme").Theme>;
12
+ } & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
13
+ css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
14
14
  }, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;
15
15
  export declare const ClearButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
16
16
  $size: TextAreaTypes.Size;
@@ -1,6 +1,6 @@
1
1
  import type { ComponentPropsWithoutRef, ComponentPropsWithRef } from 'react';
2
- import type { WithConditionalCssProp } from 'acinguiux-ds-react-base/types';
3
- import type { TextAreaTypes } from 'acinguiux-ds-react-base/components/TextArea';
2
+ import type { WithConditionalCssProp } from '..\..\react-base\src/types';
3
+ import type { TextAreaTypes } from '..\..\react-base\src/components/TextArea';
4
4
  export interface ITextAreaProps extends Omit<WithConditionalCssProp<ComponentPropsWithRef<'textarea'>>, 'size' | 'resize' | 'prefix'>, TextAreaTypes.IProps {
5
5
  wrapperProps?: ComponentPropsWithoutRef<'div'>;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  import { type RefObject } from 'react';
2
- import type { TextAreaTypes } from 'acinguiux-ds-react-base/components/TextArea';
2
+ import type { TextAreaTypes } from '..\..\..\react-base\src/components/TextArea';
3
3
  type UseTextAreaRightSideValuesProps = {
4
4
  suffixRef: RefObject<HTMLDivElement>;
5
5
  suffix?: TextAreaTypes.Affix;
@@ -1,17 +1,17 @@
1
- import { type TextInputTypes } from 'acinguiux-ds-react-base/components/TextInput';
2
- import { type InputTypes } from 'acinguiux-ds-react-base/components/Input';
1
+ import { type TextInputTypes } from '..\..\react-base\src/components/TextInput';
2
+ import { type InputTypes } from '..\..\react-base\src/components/Input';
3
3
  export declare const TextInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, InputTypes.IProps>> & string;
4
4
  export declare const TextInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
5
5
  export declare const ClearButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
6
6
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
7
- } & import("acinguiux-ds-react-base/components/Button/Button.types.js").IDefaultProps & {
8
- css?: import("styled-components").Interpolation<import("acinguiux-ds-react-base/theme").Theme>;
7
+ } & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
8
+ css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
9
9
  }, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
10
10
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
11
11
  }, never>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
12
12
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
13
- } & import("acinguiux-ds-react-base/components/Button/Button.types.js").IDefaultProps & {
14
- css?: import("styled-components").Interpolation<import("acinguiux-ds-react-base/theme").Theme>;
13
+ } & import("..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
14
+ css?: import("styled-components").Interpolation<import("..\..\react-base\src/theme").Theme>;
15
15
  }, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;
16
16
  export declare const ClearButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
17
17
  $size: TextInputTypes.Size;
@@ -1,6 +1,6 @@
1
1
  import type { ComponentPropsWithoutRef, ComponentPropsWithRef, RefObject } from 'react';
2
- import type { WithConditionalCssProp } from 'acinguiux-ds-react-base/types';
3
- import { TextInputTypes } from 'acinguiux-ds-react-base/components/TextInput';
2
+ import type { WithConditionalCssProp } from '..\..\react-base\src/types';
3
+ import { TextInputTypes } from '..\..\react-base\src/components/TextInput';
4
4
  export interface ITextInputProps extends Omit<WithConditionalCssProp<ComponentPropsWithRef<'input'>>, 'size' | 'prefix'>, TextInputTypes.IProps {
5
5
  inputRef?: RefObject<HTMLInputElement>;
6
6
  wrapperProps?: ComponentPropsWithoutRef<'div'>;
@@ -1,4 +1,4 @@
1
- import { TextInputTypes } from 'acinguiux-ds-react-base/components/TextInput';
1
+ import { TextInputTypes } from '..\..\..\react-base\src/components/TextInput';
2
2
  type AffixProps = {
3
3
  affix: TextInputTypes.Affix;
4
4
  size: TextInputTypes.Size;
@@ -1,4 +1,4 @@
1
- import type { PickTransient } from 'acinguiux-ds-react-base/types';
1
+ import type { PickTransient } from '..\..\..\react-base\src/types';
2
2
  import { ITextInputProps } from '../TextInput.types';
3
3
  type TextInputAffixProps = PickTransient<ITextInputProps, 'size'>;
4
4
  export declare const Affix: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TextInputAffixProps>> & string;
@@ -1,4 +1,4 @@
1
- import type { TextInputTypes } from 'acinguiux-ds-react-base/components/TextInput';
1
+ import type { TextInputTypes } from '..\..\..\react-base\src/components/TextInput';
2
2
  type ExtraButtonProps = {
3
3
  size: TextInputTypes.Size;
4
4
  disabled?: boolean;
@@ -1,15 +1,15 @@
1
- import { TextInputTypes } from 'acinguiux-ds-react-base/components/TextInput';
1
+ import { TextInputTypes } from '..\..\..\react-base\src/components/TextInput';
2
2
  export declare const ExtraButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
4
- } & import("acinguiux-ds-react-base/components/Button/Button.types.js").IDefaultProps & {
5
- css?: import("styled-components").Interpolation<import("acinguiux-ds-react-base/theme").Theme>;
4
+ } & import("..\..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
5
+ css?: import("styled-components").Interpolation<import("..\..\..\react-base\src/theme").Theme>;
6
6
  }, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
7
7
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
8
8
  }, {
9
9
  $size: TextInputTypes.Size;
10
10
  }>> & string & Omit<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
11
11
  ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
12
- } & import("acinguiux-ds-react-base/components/Button/Button.types.js").IDefaultProps & {
13
- css?: import("styled-components").Interpolation<import("acinguiux-ds-react-base/theme").Theme>;
12
+ } & import("..\..\..\react-base\src/components/Button/Button.types.js").IDefaultProps & {
13
+ css?: import("styled-components").Interpolation<import("..\..\..\react-base\src/theme").Theme>;
14
14
  }, "ref"> & import("react").RefAttributes<HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;
15
15
  //# sourceMappingURL=ExtraButton.styles.d.ts.map
@@ -1,4 +1,4 @@
1
- import { PickTransient } from 'acinguiux-ds-react-base/types';
1
+ import { PickTransient } from '..\..\react-base\src/types';
2
2
  import type { ITimelineProps } from './Timeline.types';
3
3
  type TimelinePropKeys = 'direction' | 'alignment' | 'alternate' | 'sort';
4
4
  declare const Timeline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PickTransient<ITimelineProps, TimelinePropKeys>>> & string;