@omnia/velcron 8.0.410-dev → 8.0.412-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.
@@ -98,7 +98,8 @@ export interface ButtonBlueprintVariant {
98
98
  category: ButtonBlueprintType;
99
99
  }
100
100
  export interface ButtonBlueprint extends Blueprint {
101
- padding?: SpacingValue;
101
+ paddingX?: SpacingValue;
102
+ iconPaddingX?: SpacingValue;
102
103
  height?: number;
103
104
  background?: BackgroundDefinition;
104
105
  alterCase?: boolean;
@@ -82,7 +82,8 @@ export interface TextStyleDefinition {
82
82
  decoration?: string;
83
83
  uppercase?: boolean;
84
84
  italic?: boolean;
85
- lg: TextStyleBreakPoint;
85
+ bold?: boolean;
86
+ lg?: TextStyleBreakPoint;
86
87
  md?: TextStyleBreakPoint;
87
88
  sm?: TextStyleBreakPoint;
88
89
  font?: TypographyFontRef;
@@ -114,6 +115,10 @@ export declare enum TextStyleTypes {
114
115
  export interface ThemedTextStyleValue {
115
116
  type: TextStyleType;
116
117
  size: TextStyleSize;
118
+ decoration?: string;
119
+ uppercase?: boolean;
120
+ italic?: boolean;
121
+ bold?: boolean;
117
122
  }
118
123
  export type TextStyleValue = TextStyleDefinition | ThemedTextStyleValue;
119
124
  export type TextStyleBreakpointType = "lg" | "md" | "sm";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/velcron",
3
3
  "license": "MIT",
4
- "version": "8.0.410-dev",
4
+ "version": "8.0.412-dev",
5
5
  "description": "Provide Omnia Velcron Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"