@up42/up-components 1.11.4 → 1.12.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.
@@ -3,8 +3,9 @@ export interface CodeInlineProps {
3
3
  text: string;
4
4
  label?: string;
5
5
  'data-testid'?: string;
6
+ inlineLabel?: boolean;
6
7
  }
7
8
  /**
8
9
  * Documentation: https://up-components.up42.com/?path=/docs/data-display-codeinline--docs
9
10
  */
10
- export declare const CodeInline: ({ label, text, "data-testid": dataTestId }: CodeInlineProps) => JSX.Element;
11
+ export declare const CodeInline: ({ label, text, "data-testid": dataTestId, inlineLabel }: CodeInlineProps) => JSX.Element;
@@ -1,4 +1,5 @@
1
1
  export { default as AlarmBell } from './alarm-bell.svg';
2
+ export { default as Angle } from './angle.svg';
2
3
  export { default as AppWindowCode } from './app-window-code.svg';
3
4
  export { default as ArrowCircleDown } from './arrow-circle-down.svg';
4
5
  export { default as ArrowTopRight } from './arrow-top-right.svg';
@@ -15,6 +16,7 @@ export { default as CheckMark } from './checkmark.svg';
15
16
  export { default as Close } from './close.svg';
16
17
  export { default as CloseCircle } from './close-circle.svg';
17
18
  export { default as Coin } from './coin.svg';
19
+ export { default as Compass } from './compass.svg';
18
20
  export { default as Copy } from './copy.svg';
19
21
  export { default as Credit } from './credit.svg';
20
22
  export { default as CustomBlocks } from './module.svg';