@askdialog/dialog-sdk 1.0.10 → 1.0.11

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -120,6 +120,7 @@ Example of expected result:
120
120
  "inputPlaceholder": "Ask any question...",
121
121
  "description": "Ask any question about this product"
122
122
  }
123
+ */
123
124
  ```
124
125
 
125
126
 
@@ -180,11 +181,11 @@ const client = new Dialog({
180
181
  fontSize?: string;
181
182
  color?: string;
182
183
  }
183
- description?: {
184
+ description?: { // Used in Vue component only
184
185
  fontSize?: string;
185
186
  color?: string;
186
187
  }
187
- content?: {
188
+ content?: { // Used in Vue component only
188
189
  fontSize?: string;
189
190
  color?: string;
190
191
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askdialog/dialog-sdk",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "private": false,
5
5
  "description": "Dialog SDK",
6
6
  "main": "dist/index.js",