@muraldevkit/ui-toolkit 4.55.0 → 4.55.1-dev-nYXo.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.
|
@@ -22,9 +22,9 @@ declare const avatarValues: {
|
|
|
22
22
|
};
|
|
23
23
|
export declare const defaultAvatarValues: avatarDefaults;
|
|
24
24
|
/**
|
|
25
|
-
* Renders an avatar component
|
|
26
|
-
* @param {MrlAvatarPropTypes} props the props for your MrlAvatar
|
|
27
|
-
* @returns {React.ReactElement} an avatar containing the props you pass
|
|
25
|
+
* Renders an avatar component.
|
|
26
|
+
* @param {MrlAvatarPropTypes} props the props for your MrlAvatar.
|
|
27
|
+
* @returns {React.ReactElement} an avatar containing the props you pass.
|
|
28
28
|
*/
|
|
29
29
|
export declare const MrlAvatar: ({ alt, avatarColor, dataQa, kind, image, name, showBorder, size, ...rest }: MrlAvatarPropTypes) => React.ReactElement;
|
|
30
30
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muraldevkit/ui-toolkit",
|
|
3
|
-
"version": "4.55.
|
|
3
|
+
"version": "4.55.1-dev-nYXo.1",
|
|
4
4
|
"description": "Mural's UI Toolkit",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"rimraf": "5.0.0",
|
|
103
103
|
"sass": "1.62.1",
|
|
104
104
|
"sass-loader": "13.2.2",
|
|
105
|
-
"semantic-release": "
|
|
106
|
-
"semantic-release-monorepo": "
|
|
105
|
+
"semantic-release": "22.0.12",
|
|
106
|
+
"semantic-release-monorepo": "8.0.2",
|
|
107
107
|
"storybook": "9.0.15",
|
|
108
108
|
"style-loader": "3.3.2",
|
|
109
109
|
"stylelint": "16.10.0",
|