@omnia/fx-models 8.0.158-dev → 8.0.159-dev
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/Contexts.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BackgroundDefinition, BlueprintsReference, ColorSchemaType, ColorValue,
|
1
|
+
import { BackgroundDefinition, BlueprintsReference, ColorSchemaType, ColorValue, FillDefinitionValue } from "./ThemeDefinitionV2";
|
2
2
|
import { SpacingDefinition, Spacing } from "./Spacing";
|
3
3
|
import { TypographyValue } from "./Typography";
|
4
4
|
export interface BoxDimensions extends Spacing {
|
@@ -146,6 +146,6 @@ export interface TextBlueprint extends Blueprint {
|
|
146
146
|
typography?: TypographyValue;
|
147
147
|
}
|
148
148
|
export interface IconBlueprint extends Blueprint {
|
149
|
-
color?:
|
149
|
+
color?: FillDefinitionValue;
|
150
150
|
size?: number;
|
151
151
|
}
|