@openfin/ui-library 0.17.0-alpha.1684503988 → 0.17.0-alpha.1685557263

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.
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '@modulz/radix-icons/dist/types';
2
+ export declare const ExclamationCircledFilledIcon: ({ color, ...props }: IconProps) => JSX.Element;
@@ -16,3 +16,4 @@ export * from './ChevronRightIcon';
16
16
  export * from './ChevronLeftIcon';
17
17
  export * from './ChevronUpIcon';
18
18
  export * from './ChevronDownIcon';
19
+ export * from './ExclamationCircledFilledIcon';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * Color --
3
4
  * Color maps names to values.
@@ -34,7 +35,7 @@ export declare const Color: {
34
35
  readonly functional4: "#6CADE5";
35
36
  readonly functional5: "#0A76D3";
36
37
  readonly functional6: "#882BFE";
37
- readonly functional7: "#BE1D1F";
38
+ readonly functional7: "#F31818";
38
39
  readonly functional8: "#C93400";
39
40
  readonly functional9: "#FF5E60";
40
41
  readonly functional10: "#F48F00";
@@ -230,6 +231,7 @@ export declare const IconSet: {
230
231
  readonly ChevronLeftIcon: ({ color, ...props }: import("@modulz/radix-icons/dist/types").IconProps) => JSX.Element;
231
232
  readonly ChevronUpIcon: ({ color, ...props }: import("@modulz/radix-icons/dist/types").IconProps) => JSX.Element;
232
233
  readonly ChevronDownIcon: ({ color, ...props }: import("@modulz/radix-icons/dist/types").IconProps) => JSX.Element;
234
+ readonly ExclamationCircledFilledIcon: ({ color, ...props }: import("@modulz/radix-icons/dist/types").IconProps) => JSX.Element;
233
235
  readonly ActivityLogIcon: ({ color, ...props }: import("@modulz/radix-icons/dist/types").IconProps) => JSX.Element;
234
236
  readonly AlignBaselineIcon: ({ color, ...props }: import("@modulz/radix-icons/dist/types").IconProps) => JSX.Element;
235
237
  readonly AlignBottomIcon: ({ color, ...props }: import("@modulz/radix-icons/dist/types").IconProps) => JSX.Element;