@saasquatch/mint-components 1.15.0-11 → 1.15.0-12

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.
@@ -107,14 +107,11 @@ export class Text {
107
107
  "text": "Text Color",
108
108
  "name": "uiName"
109
109
  }, {
110
- "text": "string",
111
- "name": "uiType"
112
- }, {
113
- "text": "[\"primary\", \"secondary\", \"text\"]",
114
- "name": "uiEnum"
110
+ "text": "color",
111
+ "name": "uiWidget"
115
112
  }, {
116
- "text": "[\"Primary\", \"Secondary\", \"Text\"]",
117
- "name": "uiEnumNames"
113
+ "text": "color",
114
+ "name": "format"
118
115
  }],
119
116
  "text": ""
120
117
  },
@@ -7,7 +7,6 @@
7
7
  */
8
8
  export declare class Text {
9
9
  ignored: boolean;
10
- constructor();
11
10
  /**
12
11
  * Font size in pixels
13
12
  * @uiName Font Size
@@ -16,11 +15,11 @@ export declare class Text {
16
15
  fontSize?: number;
17
16
  /**
18
17
  * @uiName Text Color
19
- * @uiType string
20
- * @uiEnum ["primary", "secondary", "text"]
21
- * @uiEnumNames ["Primary", "Secondary", "Text"]
18
+ * @uiWidget color
19
+ * @format color
22
20
  */
23
21
  textColor?: string;
22
+ constructor();
24
23
  disconnectedCallback(): void;
25
24
  componentWillLoad(): void;
26
25
  render(): any;
@@ -5871,9 +5871,8 @@ export namespace Components {
5871
5871
  "fontSize"?: number;
5872
5872
  /**
5873
5873
  * @uiName Text Color
5874
- * @uiType string
5875
- * @uiEnum ["primary", "secondary", "text"]
5876
- * @uiEnumNames ["Primary", "Secondary", "Text"]
5874
+ * @uiWidget color
5875
+ * @format color
5877
5876
  */
5878
5877
  "textColor"?: string;
5879
5878
  }
@@ -12880,9 +12879,8 @@ declare namespace LocalJSX {
12880
12879
  "fontSize"?: number;
12881
12880
  /**
12882
12881
  * @uiName Text Color
12883
- * @uiType string
12884
- * @uiEnum ["primary", "secondary", "text"]
12885
- * @uiEnumNames ["Primary", "Secondary", "Text"]
12882
+ * @uiWidget color
12883
+ * @format color
12886
12884
  */
12887
12885
  "textColor"?: string;
12888
12886
  }
package/docs/docs.docx CHANGED
Binary file