@uptrademedia/site-kit 1.0.13 → 1.0.14

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.
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  'use strict';
2
3
 
3
4
  var chunk3NPCHDAE_js = require('../chunk-3NPCHDAE.js');
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import { useAnalytics } from '../chunk-YKCEGVKT.mjs';
2
3
  export { AnalyticsProvider, WebVitals, useAnalytics, useTrackEvent } from '../chunk-YKCEGVKT.mjs';
3
4
  import '../chunk-4XPGGLVP.mjs';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  'use strict';
2
3
 
3
4
  var chunkFLZZOX44_js = require('../chunk-FLZZOX44.js');
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  export { ChatWidget, DesignRenderer, EngageWidget } from '../chunk-DYM5ML2V.mjs';
2
3
  import '../chunk-4XPGGLVP.mjs';
3
4
  //# sourceMappingURL=index.mjs.map
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  'use strict';
2
3
 
3
4
  var chunkADHVEFWD_js = require('../chunk-ADHVEFWD.js');
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  export { configureFormsApi, defineForm, field, formsApi, initializeForms } from '../chunk-SMUFNQLM.mjs';
2
3
  import '../chunk-4XPGGLVP.mjs';
3
4
  import { useRef, useEffect, useCallback, useState, useMemo } from 'react';
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  'use strict';
2
3
 
3
4
  var chunkDRFTRTKV_js = require('../chunk-DRFTRTKV.js');
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  export { IntegrationCodeView, generateIntegrationCode, getSnippetsByModule } from '../chunk-EL5QTAA3.mjs';
2
3
  export { SetupWizard, SetupWizard as UptradeSetup } from '../chunk-XFRPT5ZX.mjs';
3
4
  import '../chunk-4XPGGLVP.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uptrademedia/site-kit",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Complete client-side integration kit for Uptrade Portal - SEO, Analytics, Engage, Forms, Blog",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",