@goodhood-web/nebenan-base 1.4.0 → 1.4.1-development.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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -58321,7 +58321,7 @@ const On = {
58321
58321
  ], B1 = (n) => n.slice().sort((e, i) => {
58322
58322
  const t = e.count ?? 0, r = i.count ?? 0;
58323
58323
  return t !== r ? r - t : Ll.indexOf(e.reaction) - Ll.indexOf(i.reaction);
58324
- }), Kx = (n) => Object.values(On).includes(n), Ux = "_reactionStack_1e1nt_106", Zx = "_multiline_1e1nt_110", Jx = "_multilineFull_1e1nt_110", Yx = "_stack_1e1nt_121", Jr = {
58324
+ }), Kx = (n) => Object.values(On).includes(n) && n !== "bookmark", Ux = "_reactionStack_1e1nt_106", Zx = "_multiline_1e1nt_110", Jx = "_multilineFull_1e1nt_110", Yx = "_stack_1e1nt_121", Jr = {
58325
58325
  reactionStack: Ux,
58326
58326
  multiline: Zx,
58327
58327
  multilineFull: Jx,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/nebenan-base",
3
- "version": "1.4.0",
3
+ "version": "1.4.1-development.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "publishConfig": {