@saasquatch/mint-components 1.6.1-6 → 1.6.1-7
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.
- package/dist/cjs/sqm-qa.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-qa/sqm-qa.js +2 -2
- package/dist/esm/sqm-qa.entry.js +1 -1
- package/dist/types/components/sqm-qa/sqm-qa.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@ export class ShareButton {
|
|
|
23
23
|
/**
|
|
24
24
|
* Description here
|
|
25
25
|
* @uiName Text Area Input
|
|
26
|
-
* @uiWidget
|
|
26
|
+
* @uiWidget textArea
|
|
27
27
|
*/
|
|
28
28
|
this.textAreaInput = "Really Really Really long text";
|
|
29
29
|
/**
|
|
@@ -184,7 +184,7 @@ export class ShareButton {
|
|
|
184
184
|
"text": "Text Area Input",
|
|
185
185
|
"name": "uiName"
|
|
186
186
|
}, {
|
|
187
|
-
"text": "
|
|
187
|
+
"text": "textArea",
|
|
188
188
|
"name": "uiWidget"
|
|
189
189
|
}],
|
|
190
190
|
"text": "Description here"
|
package/dist/esm/sqm-qa.entry.js
CHANGED
|
@@ -1250,7 +1250,7 @@ export namespace Components {
|
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Description here
|
|
1252
1252
|
* @uiName Text Area Input
|
|
1253
|
-
* @uiWidget
|
|
1253
|
+
* @uiWidget textArea
|
|
1254
1254
|
*/
|
|
1255
1255
|
"textAreaInput"?: string;
|
|
1256
1256
|
/**
|
|
@@ -4095,7 +4095,7 @@ declare namespace LocalJSX {
|
|
|
4095
4095
|
/**
|
|
4096
4096
|
* Description here
|
|
4097
4097
|
* @uiName Text Area Input
|
|
4098
|
-
* @uiWidget
|
|
4098
|
+
* @uiWidget textArea
|
|
4099
4099
|
*/
|
|
4100
4100
|
"textAreaInput"?: string;
|
|
4101
4101
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|