@saasquatch/mint-components 1.15.0-21 → 1.15.0-22
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/{ShadowViewAddon-f641a7de.js → ShadowViewAddon-d7977499.js} +8 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-big-stat_41.cjs.entry.js +19 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame-view.js +8 -3
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +68 -1
- package/dist/collection/components/sqm-portal-frame/usePortalFrame.js +2 -0
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +1 -1
- package/dist/esm/{ShadowViewAddon-908b4435.js → ShadowViewAddon-70b09bad.js} +8 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat_41.entry.js +19 -1
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/ShadowViewAddon-70b09bad.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-d2beb502.js → p-1dc920f0.js} +1 -1
- package/dist/mint-components/p-456a43e1.system.js +1 -0
- package/dist/mint-components/p-5e617dd6.system.js +1 -1
- package/dist/mint-components/{p-9980c750.system.entry.js → p-aace41ea.system.entry.js} +1 -1
- package/dist/mint-components/{p-58d06097.system.entry.js → p-ac095a53.system.entry.js} +1 -1
- package/dist/mint-components/{p-0ac8fde9.entry.js → p-e53acd7c.entry.js} +11 -11
- package/dist/mint-components/{p-fbdbcb13.entry.js → p-ecb29723.entry.js} +1 -1
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame-view.d.ts +2 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +13 -0
- package/dist/types/components.d.ts +26 -0
- 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/esm-es5/ShadowViewAddon-908b4435.js +0 -1
- package/dist/mint-components/p-2271dff7.system.js +0 -1
|
@@ -16,6 +16,19 @@ export declare class PortalFrame {
|
|
|
16
16
|
* @uiType string
|
|
17
17
|
*/
|
|
18
18
|
backgroundColor: string;
|
|
19
|
+
/**
|
|
20
|
+
* Borders placed to seperate the header and footer from the body content.
|
|
21
|
+
* @uiName Border
|
|
22
|
+
* @uiType string
|
|
23
|
+
*/
|
|
24
|
+
border: string;
|
|
25
|
+
/**
|
|
26
|
+
* Background color for the header and footer.
|
|
27
|
+
* @uiName Header and Footer Background Color
|
|
28
|
+
* @uiWidget color
|
|
29
|
+
* @uiType string
|
|
30
|
+
*/
|
|
31
|
+
headerAndFooterBackgroundColor: string;
|
|
19
32
|
/**
|
|
20
33
|
* @undocumented
|
|
21
34
|
* @uiType object
|
|
@@ -2463,11 +2463,24 @@ export namespace Components {
|
|
|
2463
2463
|
* @uiType string
|
|
2464
2464
|
*/
|
|
2465
2465
|
"backgroundColor": string;
|
|
2466
|
+
/**
|
|
2467
|
+
* Borders placed to seperate the header and footer from the body content.
|
|
2468
|
+
* @uiName Border
|
|
2469
|
+
* @uiType string
|
|
2470
|
+
*/
|
|
2471
|
+
"border": string;
|
|
2466
2472
|
/**
|
|
2467
2473
|
* @undocumented
|
|
2468
2474
|
* @uiType object
|
|
2469
2475
|
*/
|
|
2470
2476
|
"demoData"?: DemoData<PortalFrameViewProps>;
|
|
2477
|
+
/**
|
|
2478
|
+
* Background color for the header and footer.
|
|
2479
|
+
* @uiName Header and Footer Background Color
|
|
2480
|
+
* @uiWidget color
|
|
2481
|
+
* @uiType string
|
|
2482
|
+
*/
|
|
2483
|
+
"headerAndFooterBackgroundColor": string;
|
|
2471
2484
|
/**
|
|
2472
2485
|
* @undocumented
|
|
2473
2486
|
*/
|
|
@@ -9710,11 +9723,24 @@ declare namespace LocalJSX {
|
|
|
9710
9723
|
* @uiType string
|
|
9711
9724
|
*/
|
|
9712
9725
|
"backgroundColor"?: string;
|
|
9726
|
+
/**
|
|
9727
|
+
* Borders placed to seperate the header and footer from the body content.
|
|
9728
|
+
* @uiName Border
|
|
9729
|
+
* @uiType string
|
|
9730
|
+
*/
|
|
9731
|
+
"border"?: string;
|
|
9713
9732
|
/**
|
|
9714
9733
|
* @undocumented
|
|
9715
9734
|
* @uiType object
|
|
9716
9735
|
*/
|
|
9717
9736
|
"demoData"?: DemoData<PortalFrameViewProps>;
|
|
9737
|
+
/**
|
|
9738
|
+
* Background color for the header and footer.
|
|
9739
|
+
* @uiName Header and Footer Background Color
|
|
9740
|
+
* @uiWidget color
|
|
9741
|
+
* @uiType string
|
|
9742
|
+
*/
|
|
9743
|
+
"headerAndFooterBackgroundColor"?: string;
|
|
9718
9744
|
/**
|
|
9719
9745
|
* @undocumented
|
|
9720
9746
|
*/
|
package/docs/docs.docx
CHANGED
|
Binary file
|