@thryveai/theme-interfaces 2.7.95 → 2.7.96

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.
@@ -246,7 +246,6 @@ export interface IBarcodeOptions {
246
246
  }
247
247
  export interface IBarcodeSettings {
248
248
  enabled: boolean;
249
- options: IBarcodeOptions;
250
249
  }
251
250
  export interface IGoogleAutocompleteSettings {
252
251
  types?: IGoogleAutocompleteTypes;
@@ -115,25 +115,6 @@ var DefaultConfigSFUI = {
115
115
  allowPastPurchases: true,
116
116
  barcodeSettings: {
117
117
  enabled: false,
118
- options: {
119
- width: 1.5,
120
- height: 75,
121
- format: "CODE128",
122
- displayValue: true,
123
- fontOptions: "",
124
- font: "monospace",
125
- textAlign: "center",
126
- textPosition: "bottom",
127
- textMargin: 2,
128
- fontSize: 24,
129
- background: "#ffffff",
130
- lineColor: "#000000",
131
- margin: 10,
132
- marginTop: undefined,
133
- marginBottom: undefined,
134
- marginLeft: undefined,
135
- marginRight: undefined,
136
- },
137
118
  },
138
119
  clientCache: false,
139
120
  couponGallery: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.95",
3
+ "version": "2.7.96",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",