@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.
@@ -65,6 +65,9 @@ export class TitledSection {
65
65
  "tags": [{
66
66
  "text": "Label",
67
67
  "name": "uiName"
68
+ }, {
69
+ "text": "string",
70
+ "name": "uiType"
68
71
  }],
69
72
  "text": "Text value shown when there is no label slot declared."
70
73
  },
@@ -11,6 +11,7 @@ export declare class TitledSection {
11
11
  * Text value shown when there is no label slot declared.
12
12
  *
13
13
  * @uiName Label
14
+ * @uiType string
14
15
  */
15
16
  label: string | VNode;
16
17
  /**
@@ -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