@saasquatch/mint-components 1.13.3 → 1.13.4
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/collection/components/sqm-titled-section/sqm-titled-section.js +3 -0
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +1 -0
- package/dist/types/components.d.ts +2 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -5602,6 +5602,7 @@ export namespace Components {
|
|
|
5602
5602
|
/**
|
|
5603
5603
|
* Text value shown when there is no label slot declared.
|
|
5604
5604
|
* @uiName Label
|
|
5605
|
+
* @uiType string
|
|
5605
5606
|
*/
|
|
5606
5607
|
"label": string | VNode;
|
|
5607
5608
|
/**
|
|
@@ -12266,6 +12267,7 @@ declare namespace LocalJSX {
|
|
|
12266
12267
|
/**
|
|
12267
12268
|
* Text value shown when there is no label slot declared.
|
|
12268
12269
|
* @uiName Label
|
|
12270
|
+
* @uiType string
|
|
12269
12271
|
*/
|
|
12270
12272
|
"label"?: string | VNode;
|
|
12271
12273
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|