@baton8/general-components 3.1.0-alpha.0 → 3.1.0-alpha.1

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,6 +7,7 @@ export declare const Basic: Story;
7
7
  export declare const WithMoreInfo: Story;
8
8
  export declare const WithButton: Story;
9
9
  export declare const WithSecondaryButton: Story;
10
+ export declare const WithSecondaryButtonUnstretched: Story;
10
11
  export declare const WithBothButtons: Story;
11
12
  export declare const WithCheckbox: Story;
12
13
  export declare const WithRadio: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baton8/general-components",
3
- "version": "3.1.0-alpha.0",
3
+ "version": "3.1.0-alpha.1",
4
4
  "main": "dist/index.js",
5
5
  "repository": "https://github.com/Baton8/FrontGeneralComponents",
6
6
  "scripts": {