@goodhood-web/ui 3.0.0-development.44 → 3.0.0-development.46
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/index.js +1 -1
- package/index.mjs +10 -10
- package/lib/Atoms/Badges/Badge/Badge.types.d.ts +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -24967,12 +24967,12 @@ E3.propTypes = process.env.NODE_ENV !== "production" ? jc({}, qr.propTypes, {
|
|
|
24967
24967
|
*/
|
|
24968
24968
|
onExited: H.func
|
|
24969
24969
|
}) : {};
|
|
24970
|
-
const jP = "
|
|
24971
|
-
"animation--enter": "_animation--
|
|
24972
|
-
"animation--enter-active": "_animation--enter-
|
|
24970
|
+
const jP = "_snackbarbottom_68wsy_1", NP = "_snackbar_68wsy_152", HP = "_snackbar__left_68wsy_176", WP = "_snackbar__right_68wsy_182", UP = "_snackbar__textLabel_68wsy_187", zP = "_snackbar__textButton_68wsy_195", ZP = "_snackbar__dismiss_68wsy_198", qP = "_snackbar__icon_68wsy_201", kn = {
|
|
24971
|
+
"animation--enter": "_animation--enter_68wsy_134",
|
|
24972
|
+
"animation--enter-active": "_animation--enter-active_68wsy_138",
|
|
24973
24973
|
snackbarbottom: jP,
|
|
24974
|
-
"animation--exit": "_animation--
|
|
24975
|
-
"animation--exit-active": "_animation--exit-
|
|
24974
|
+
"animation--exit": "_animation--exit_68wsy_143",
|
|
24975
|
+
"animation--exit-active": "_animation--exit-active_68wsy_147",
|
|
24976
24976
|
snackbar: NP,
|
|
24977
24977
|
snackbar__left: HP,
|
|
24978
24978
|
snackbar__right: WP,
|
|
@@ -24980,11 +24980,11 @@ const jP = "_snackbarbottom_2jcl4_1", NP = "_snackbar_2jcl4_152", HP = "_snackba
|
|
|
24980
24980
|
snackbar__textButton: zP,
|
|
24981
24981
|
snackbar__dismiss: ZP,
|
|
24982
24982
|
snackbar__icon: qP,
|
|
24983
|
-
"snackbar--green": "_snackbar--
|
|
24984
|
-
"snackbar--pinkLight": "_snackbar--
|
|
24985
|
-
"snackbar--pinkDark": "_snackbar--
|
|
24986
|
-
"snackbar--blue": "_snackbar--
|
|
24987
|
-
"snackbar--deepPurple": "_snackbar--
|
|
24983
|
+
"snackbar--green": "_snackbar--green_68wsy_205",
|
|
24984
|
+
"snackbar--pinkLight": "_snackbar--pinkLight_68wsy_208",
|
|
24985
|
+
"snackbar--pinkDark": "_snackbar--pinkDark_68wsy_211",
|
|
24986
|
+
"snackbar--blue": "_snackbar--blue_68wsy_214",
|
|
24987
|
+
"snackbar--deepPurple": "_snackbar--deepPurple_68wsy_217"
|
|
24988
24988
|
}, GP = 60, Z4 = 600, yA = ({
|
|
24989
24989
|
color: t = "green",
|
|
24990
24990
|
dismissable: e = !1,
|
|
@@ -3,7 +3,7 @@ import { default as BadgeIconProps } from '../BadgeIcon/BadgeIcon.types';
|
|
|
3
3
|
export type BadgeIconType = BadgeIconProps['type'];
|
|
4
4
|
export interface BadgeProps {
|
|
5
5
|
ariaLabel?: string;
|
|
6
|
-
badgeIcons:
|
|
6
|
+
badgeIcons: BadgeIconType[] | [];
|
|
7
7
|
children: BadgeOwnProps['children'];
|
|
8
8
|
size?: BadgeIconProps['size'];
|
|
9
9
|
}
|