@plaidev/karte-action-sdk 1.1.134-27960748.4f3d053e → 1.1.134-27960873.b79e3f80

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,6 +32,7 @@ import {
32
32
  FormCheckBoxes,
33
33
  FormRatingButtonsNumber,
34
34
  Countdown,
35
+ Box,
35
36
  } from '@plaidev/karte-action-sdk';
36
37
 
37
38
  export let send: (event_name: string, values?: any) => void;
package/dist/templates.js CHANGED
@@ -30,6 +30,7 @@ import {
30
30
  FormCheckBoxes,
31
31
  FormRatingButtonsNumber,
32
32
  Countdown,
33
+ Box,
33
34
  } from '@plaidev/karte-action-sdk';
34
35
 
35
36
  export let send: (event_name: string, values?: any) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.134-27960748.4f3d053e",
3
+ "version": "1.1.134-27960873.b79e3f80",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",