@veeqo/ui 14.3.0-beta-6 → 14.3.0-beta-8

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 (43) hide show
  1. package/dist/components/Accordion/styled.d.ts +5 -5
  2. package/dist/components/Action/Action.d.ts +4 -4
  3. package/dist/components/AnimatedDropdown/components/styled.d.ts +1 -1
  4. package/dist/components/AnimatedDropdown/styled.d.ts +2 -2
  5. package/dist/components/Badge/styled.d.ts +3 -3
  6. package/dist/components/Banner/styled.d.ts +7 -7
  7. package/dist/components/BaseContainer/BaseContainer.cjs +4 -1
  8. package/dist/components/BaseContainer/BaseContainer.cjs.map +1 -1
  9. package/dist/components/BaseContainer/BaseContainer.d.ts +2 -1
  10. package/dist/components/BaseContainer/BaseContainer.js +4 -1
  11. package/dist/components/BaseContainer/BaseContainer.js.map +1 -1
  12. package/dist/components/BaseContainer/index.d.ts +1 -0
  13. package/dist/components/BaseContainer/types.d.ts +15 -0
  14. package/dist/components/DimensionsInput/DimensionsInput.d.ts +10 -10
  15. package/dist/components/FilterTag/styled.d.ts +5 -5
  16. package/dist/components/Grid/index.d.ts +1 -1
  17. package/dist/components/LegacyDataTable/SpecificState/styled.d.ts +4 -4
  18. package/dist/components/Pagination/styled.d.ts +10 -10
  19. package/dist/components/PhoneInput/index.d.ts +10 -10
  20. package/dist/components/Search/Search.d.ts +10 -10
  21. package/dist/components/Search/styled.d.ts +11 -11
  22. package/dist/components/SegmentedControl/styled.d.ts +1 -1
  23. package/dist/components/Stack/Stack.cjs +2 -1
  24. package/dist/components/Stack/Stack.cjs.map +1 -1
  25. package/dist/components/Stack/Stack.d.ts +1 -0
  26. package/dist/components/Stack/Stack.js +2 -1
  27. package/dist/components/Stack/Stack.js.map +1 -1
  28. package/dist/components/Stack/Stack.module.scss.cjs +2 -2
  29. package/dist/components/Stack/Stack.module.scss.cjs.map +1 -1
  30. package/dist/components/Stack/Stack.module.scss.js +2 -2
  31. package/dist/components/Stack/Stack.module.scss.js.map +1 -1
  32. package/dist/components/Stack/types.d.ts +6 -0
  33. package/dist/components/Stepper/styled.d.ts +1 -0
  34. package/dist/components/Text/Text.d.ts +1 -1
  35. package/dist/components/TextField/TextField.d.ts +10 -10
  36. package/dist/components/TextField/index.d.ts +10 -10
  37. package/dist/components/ToastsLayout/components/styled.d.ts +5 -2
  38. package/dist/components/Toggle/styled.d.ts +1 -1
  39. package/dist/components/VideoModal/components/styled.d.ts +3 -3
  40. package/dist/components/View/styled.d.ts +4 -4
  41. package/dist/components/index.d.ts +1 -1
  42. package/dist/hoc/withLabels/styled.d.ts +1 -0
  43. package/package.json +1 -1
@@ -12,20 +12,20 @@ export type CounterProps = {
12
12
  $active?: boolean;
13
13
  $customTextColour?: string;
14
14
  } & RequiredPalette;
15
- declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>;
15
+ declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../BaseContainer").BaseContainerProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>;
16
16
  declare const CounterText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
17
17
  as?: import("../Text").ValidTextTag | undefined;
18
18
  muted?: boolean | undefined;
19
- variant?: "placeholder" | "link" | "body" | "button" | "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "buttonSmall" | "linkLarge" | "linkMedium" | "linkSmall" | undefined;
19
+ variant?: "body" | "button" | "link" | "placeholder" | "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "buttonSmall" | "linkLarge" | "linkMedium" | "linkSmall" | undefined;
20
20
  } & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
21
- declare const Contour: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, any, {
21
+ declare const Contour: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../BaseContainer").BaseContainerProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, any, {
22
22
  $active?: boolean | undefined;
23
23
  $customTextColour?: string | undefined;
24
24
  } & RequiredPalette, never>;
25
25
  declare const CounterContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
26
26
  as?: import("../Text").ValidTextTag | undefined;
27
27
  muted?: boolean | undefined;
28
- variant?: "placeholder" | "link" | "body" | "button" | "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "buttonSmall" | "linkLarge" | "linkMedium" | "linkSmall" | undefined;
28
+ variant?: "body" | "button" | "link" | "placeholder" | "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "buttonSmall" | "linkLarge" | "linkMedium" | "linkSmall" | undefined;
29
29
  } & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {
30
30
  $active?: boolean | undefined;
31
31
  $customTextColour?: string | undefined;
@@ -9,7 +9,7 @@ export { Avatar } from './Avatar';
9
9
  export { IconGroup } from './IconGroup';
10
10
  export { Badge } from './Badge';
11
11
  export { Banner } from './Banner';
12
- export { BaseContainer } from './BaseContainer';
12
+ export { BaseContainer, type BaseContainerProps } from './BaseContainer';
13
13
  export { Breadcrumbs } from './Breadcrumbs';
14
14
  export { Button, type ButtonProps } from './Button';
15
15
  export { RangeCalendar, Calendar, useIsDateUnavailable } from './Calendars';
@@ -5,6 +5,7 @@ export declare const RootStack: import("styled-components").StyledComponent<impo
5
5
  alignY?: "start" | "end" | "center" | "stretch" | "between" | "around" | undefined;
6
6
  spacing?: keyof import("../../components/Stack").SizeScale | undefined;
7
7
  as?: import("react").ElementType<any> | undefined;
8
+ forwardedAs?: import("react").ElementType<any> | undefined;
8
9
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>;
9
10
  export declare const Label: import("styled-components").StyledComponent<"label", any, {}, never>;
10
11
  export declare const Hint: import("styled-components").StyledComponent<"span", any, {}, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veeqo/ui",
3
- "version": "14.3.0-beta-6",
3
+ "version": "14.3.0-beta-8",
4
4
  "description": "New optimised component library for Veeqo.",
5
5
  "author": "Robert Wealthall",
6
6
  "license": "ISC",