@omnia/velcron 8.0.429-dev → 8.0.431-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.
@@ -53,8 +53,9 @@ export interface ContainerFillBlueprint extends Blueprints, BlueprintsReference
53
53
  export interface IFontBlueprints extends Blueprints, BlueprintsReference {
54
54
  fonts: Array<TypographyFontDefinition>;
55
55
  }
56
+ export type BlueprintsStrategyBase = "none" | "x-small" | "small" | "medium" | "large" | "full";
56
57
  export interface ComponentBlueprints extends ThemeBase {
57
- strategy?: "MD2" | "MD3";
58
+ baseStrategy?: BlueprintsStrategyBase;
58
59
  buttons?: ButtonBlueprints;
59
60
  tabs?: TabsBlueprints;
60
61
  icons?: IconBlueprints;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/velcron",
3
3
  "license": "MIT",
4
- "version": "8.0.429-dev",
4
+ "version": "8.0.431-dev",
5
5
  "description": "Provide Omnia Velcron Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"