@veeqo/ui 5.3.0 → 5.3.1

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.
@@ -2,7 +2,6 @@ import React, { ReactNode } from 'react';
2
2
  export interface ForwardedChoiceProps {
3
3
  disabled?: boolean;
4
4
  label?: string;
5
- isFontBold?: boolean;
6
5
  hint?: string;
7
6
  tooltip?: string;
8
7
  error?: string;
@@ -15,4 +14,4 @@ export interface ChoiceProps extends ForwardedChoiceProps {
15
14
  id: string;
16
15
  children: ReactNode;
17
16
  }
18
- export declare const Choice: ({ id, label, isFontBold, hint, tooltip, error, bordered, Badge, Accessory, Footer, children, disabled, }: ChoiceProps) => React.JSX.Element;
17
+ export declare const Choice: ({ id, label, hint, tooltip, error, bordered, Badge, Accessory, Footer, children, disabled, }: ChoiceProps) => React.JSX.Element;
@@ -1,14 +1,11 @@
1
- import { CSSProperties } from 'styled-components';
2
1
  export declare const RootLayout: import("styled-components").StyledComponent<"div", any, {}, never>;
3
2
  export interface InputLayoutProps {
4
3
  align: 'top' | 'center';
5
4
  }
6
5
  export declare const InputLayout: import("styled-components").StyledComponent<"div", any, InputLayoutProps, never>;
7
6
  export declare const AccessoryLayout: import("styled-components").StyledComponent<"div", any, {}, never>;
8
- export declare const TextLayout: import("styled-components").StyledComponent<"div", any, {
9
- fontWeight: CSSProperties['fontWeight'];
10
- }, never>;
11
- export declare const ChoiceLabel: import("styled-components").StyledComponent<"label", any, {}, never>;
7
+ export declare const TextLayout: import("styled-components").StyledComponent<"div", any, {}, never>;
8
+ export declare const LabelText: import("styled-components").StyledComponent<"span", any, {}, never>;
12
9
  export declare const HintText: import("styled-components").StyledComponent<"div", any, {}, never>;
13
10
  export declare const ErrorText: import("styled-components").StyledComponent<"div", any, {}, never>;
14
11
  export declare const Wrapper: import("styled-components").StyledComponent<"label", any, {