@open-tender/store 0.3.42 → 0.3.43

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.
@@ -77,13 +77,11 @@ export declare type ButtonSize = {
77
77
  height: string;
78
78
  };
79
79
  export declare type ButtonSizes = {
80
- link: ButtonSize;
81
80
  xsmall: ButtonSize;
82
81
  small: ButtonSize;
83
82
  medium: ButtonSize;
84
83
  large: ButtonSize;
85
84
  xlarge: ButtonSize;
86
- tall: ButtonSize;
87
85
  };
88
86
  export interface NavButtonProps {
89
87
  text: string;
@@ -77,13 +77,11 @@ export declare type ButtonSize = {
77
77
  height: string;
78
78
  };
79
79
  export declare type ButtonSizes = {
80
- link: ButtonSize;
81
80
  xsmall: ButtonSize;
82
81
  small: ButtonSize;
83
82
  medium: ButtonSize;
84
83
  large: ButtonSize;
85
84
  xlarge: ButtonSize;
86
- tall: ButtonSize;
87
85
  };
88
86
  export interface NavButtonProps {
89
87
  text: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/store",
3
- "version": "0.3.42",
3
+ "version": "0.3.43",
4
4
  "description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",