@nextelco/common-ui 1.6.86 → 1.6.87

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.
@@ -7,4 +7,5 @@ export declare const Close: Story;
7
7
  export declare const Filter: Story;
8
8
  export declare const DefaultSize: Story;
9
9
  export declare const CompactSize: Story;
10
+ export declare const UltraCompactSize: Story;
10
11
  export declare const LargeSize: Story;
@@ -9,5 +9,5 @@ export interface ActionButtonTheme {
9
9
  export interface IconButtonTheme {
10
10
  backgroundColor: string;
11
11
  iconColor: string;
12
- size: 'default' | 'compact' | 'large';
12
+ size: 'default' | 'compact' | 'large' | 'ultra-compact';
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextelco/common-ui",
3
- "version": "1.6.86",
3
+ "version": "1.6.87",
4
4
  "description": "",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/types/index.d.ts",