@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.
- package/dist/collection/components/sqm-text/sqm-text.js +4 -7
- package/dist/types/components/sqm-text/sqm-text.d.ts +3 -4
- package/dist/types/components.d.ts +4 -6
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -107,14 +107,11 @@ export class Text {
|
|
|
107
107
|
"text": "Text Color",
|
|
108
108
|
"name": "uiName"
|
|
109
109
|
}, {
|
|
110
|
-
"text": "
|
|
111
|
-
"name": "
|
|
112
|
-
}, {
|
|
113
|
-
"text": "[\"primary\", \"secondary\", \"text\"]",
|
|
114
|
-
"name": "uiEnum"
|
|
110
|
+
"text": "color",
|
|
111
|
+
"name": "uiWidget"
|
|
115
112
|
}, {
|
|
116
|
-
"text": "
|
|
117
|
-
"name": "
|
|
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
|
-
* @
|
|
20
|
-
* @
|
|
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
|
-
* @
|
|
5875
|
-
* @
|
|
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
|
-
* @
|
|
12884
|
-
* @
|
|
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
|