@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.
- package/dist/components/elements/Icon/openfin/ExclamationCircledFilledIcon.d.ts +2 -0
- package/dist/components/elements/Icon/openfin/index.d.ts +1 -0
- package/dist/components/system/ThemeProvider/lib/constants.d.ts +3 -1
- package/dist/index.js +4 -4
- package/dist/storybookHelpers.d.ts +0 -6
- package/package.json +13 -13
|
@@ -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: "#
|
|
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;
|