@muraldevkit/ui-toolkit 2.10.2 → 2.11.1
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.
|
@@ -13,7 +13,7 @@ export interface MrlSelectProptypes extends React.HTMLAttributes<HTMLDivElement>
|
|
|
13
13
|
defaultValue?: string;
|
|
14
14
|
/**
|
|
15
15
|
* Because this is a custom element, we can't use a standard "for" attribute setup. The label
|
|
16
|
-
* element needs to have an id and then we reference via the select with aria
|
|
16
|
+
* element needs to have an id and then we reference via the select with aria.
|
|
17
17
|
*/
|
|
18
18
|
labelId: string;
|
|
19
19
|
/**
|
|
@@ -5,7 +5,7 @@ export interface portalProps {
|
|
|
5
5
|
export declare const MRL_PORTAL_ID = "mrl-root-portal";
|
|
6
6
|
/**
|
|
7
7
|
* Dynamically creates a single portal and send your children to the portal.
|
|
8
|
-
* Where they will live outside of the normal document flow
|
|
8
|
+
* Where they will live outside of the normal document flow
|
|
9
9
|
*
|
|
10
10
|
* @param portalProps Portal only takes children. Contact the platform team if you need to extend this.
|
|
11
11
|
* @returns MrlPortal component
|