@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.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 = "_snackbarbottom_2jcl4_1", NP = "_snackbar_2jcl4_152", HP = "_snackbar__left_2jcl4_176", WP = "_snackbar__right_2jcl4_182", UP = "_snackbar__textLabel_2jcl4_187", zP = "_snackbar__textButton_2jcl4_195", ZP = "_snackbar__dismiss_2jcl4_198", qP = "_snackbar__icon_2jcl4_201", kn = {
24971
- "animation--enter": "_animation--enter_2jcl4_134",
24972
- "animation--enter-active": "_animation--enter-active_2jcl4_138",
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--exit_2jcl4_143",
24975
- "animation--exit-active": "_animation--exit-active_2jcl4_147",
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--green_2jcl4_205",
24984
- "snackbar--pinkLight": "_snackbar--pinkLight_2jcl4_208",
24985
- "snackbar--pinkDark": "_snackbar--pinkDark_2jcl4_211",
24986
- "snackbar--blue": "_snackbar--blue_2jcl4_214",
24987
- "snackbar--deepPurple": "_snackbar--deepPurple_2jcl4_217"
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: [BadgeIconType] | [BadgeIconType, BadgeIconType] | [BadgeIconType, BadgeIconType, BadgeIconType] | [];
6
+ badgeIcons: BadgeIconType[] | [];
7
7
  children: BadgeOwnProps['children'];
8
8
  size?: BadgeIconProps['size'];
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "3.0.0-development.44",
3
+ "version": "3.0.0-development.46",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",