@goodhood-web/nebenan-base 1.2.0-development.4 → 1.2.0-development.5

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
@@ -48863,7 +48863,7 @@ const ym = "_reaction_1y88f_106", Fm = "_reactionItem_1y88f_111", Sm = "_reactio
48863
48863
  onClick: e,
48864
48864
  reactions: i,
48865
48865
  size: t = "small",
48866
- stack: a,
48866
+ stack: a = !1,
48867
48867
  withTooltip: s = !1
48868
48868
  }) => {
48869
48869
  const [r, o] = Me(null), [f, c] = Me(null), l = (g, m) => {
@@ -5,7 +5,7 @@ export interface ReactionStackProps {
5
5
  onClick?: (value: Reaction) => void;
6
6
  reactions: Reaction[];
7
7
  size?: 'small' | 'big';
8
- stack: boolean;
8
+ stack?: boolean;
9
9
  withTooltip?: boolean;
10
10
  }
11
11
  export interface Reaction {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/nebenan-base",
3
- "version": "1.2.0-development.4",
3
+ "version": "1.2.0-development.5",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "publishConfig": {