@useinsider/guido 3.2.0-beta.6f6a5ed → 3.2.0-beta.738ec8a

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.
@@ -1,4 +1,4 @@
1
- const o = { stripo: { version: "2.61.2" } }, s = {
1
+ const o = { stripo: { version: "2.60.0" } }, s = {
2
2
  guido: o
3
3
  };
4
4
  export {
@@ -11,6 +11,7 @@ export declare const PriceAttributes: string[];
11
11
  export declare const currencyLocationMaps: TextValueObject[];
12
12
  export declare const currencyOperators: TextValueObject[];
13
13
  export declare const currencyDecimalCounts: TextValueObject[];
14
+ export declare const OP_ANY_OF = "||";
14
15
  export declare const operatorOptionsForStrings: TextValueObject[];
15
16
  export declare const operatorOptionsForArrayOfStrings: TextValueObject[];
16
17
  export declare const operatorOptionsForNumbers: TextValueObject[];
@@ -1,4 +1,6 @@
1
1
  import type { Filter } from '@@/Types/recommendation';
2
+ export declare function safeDecodeURIComponent(value: string): string;
3
+ export declare function parseTagList(value: string): string[];
2
4
  /**
3
5
  * Generates the complete query with outer group operators
4
6
  * @param filters Array of Filter objects
@@ -594,6 +594,7 @@ button.es-button {
594
594
 
595
595
  a.es-button,
596
596
  button.es-button {
597
+ font-size: 16px !important;
597
598
  display: block !important;
598
599
  padding: 10px 0px 10px 0px !important;
599
600
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/guido",
3
- "version": "3.2.0-beta.6f6a5ed",
3
+ "version": "3.2.0-beta.738ec8a",
4
4
  "description": "Guido is a Vue + TypeScript wrapper for Email Plugin. Easily embed the email editor in your Vue applications.",
5
5
  "main": "./dist/guido.umd.cjs",
6
6
  "module": "./dist/library.js",
@@ -32,7 +32,7 @@
32
32
  "author": "",
33
33
  "license": "ISC",
34
34
  "dependencies": {
35
- "@stripoinc/ui-editor-extensions": "3.8.0",
35
+ "@stripoinc/ui-editor-extensions": "3.7.0",
36
36
  "@useinsider/design-system-vue": "1.1.0-beta.73ec2fa",
37
37
  "@vueuse/core": "11.3.0",
38
38
  "lodash-es": "4.17.21",
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "guido": {
88
88
  "stripo": {
89
- "version": "2.61.2"
89
+ "version": "2.60.0"
90
90
  }
91
91
  }
92
92
  }