@timardex/cluemart-shared 1.5.738 → 1.5.739
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-KINIHSDW.mjs → chunk-XWOFIZ5F.mjs} +2 -2
- package/dist/{chunk-KINIHSDW.mjs.map → chunk-XWOFIZ5F.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
|
@@ -7129,7 +7129,7 @@ var otherImages = Object.fromEntries(
|
|
|
7129
7129
|
// src/sharing/relationShareTypes.ts
|
|
7130
7130
|
var RELATION_SHARE_INVITATION = "invitation";
|
|
7131
7131
|
var RELATION_SHARE_APPLICATION = "application";
|
|
7132
|
-
var RELATION_OVERLAY_LAYOUT_VERSION =
|
|
7132
|
+
var RELATION_OVERLAY_LAYOUT_VERSION = 34;
|
|
7133
7133
|
var RELATION_SHARE_RESOURCE_TYPES = [
|
|
7134
7134
|
RELATION_SHARE_INVITATION,
|
|
7135
7135
|
RELATION_SHARE_APPLICATION
|