@timardex/cluemart-shared 1.5.734 → 1.5.735
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/dist/{chunk-X3SMYSNQ.mjs → chunk-QMFNDONZ.mjs} +2 -2
- package/dist/{chunk-X3SMYSNQ.mjs.map → chunk-QMFNDONZ.mjs.map} +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/sharing/index.cjs +1 -1
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/sharing/index.mjs +1 -1
- package/package.json +1 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -7127,7 +7127,7 @@ var otherImages = Object.fromEntries(
|
|
|
7127
7127
|
// src/sharing/relationShareTypes.ts
|
|
7128
7128
|
var RELATION_SHARE_INVITATION = "invitation";
|
|
7129
7129
|
var RELATION_SHARE_APPLICATION = "application";
|
|
7130
|
-
var RELATION_OVERLAY_LAYOUT_VERSION =
|
|
7130
|
+
var RELATION_OVERLAY_LAYOUT_VERSION = 30;
|
|
7131
7131
|
var RELATION_SHARE_RESOURCE_TYPES = [
|
|
7132
7132
|
RELATION_SHARE_INVITATION,
|
|
7133
7133
|
RELATION_SHARE_APPLICATION
|