@plaidev/karte-action-sdk 1.1.134 → 1.1.135-27960913.c471d44d

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,6 +31,8 @@ import {
31
31
  FormSelect,
32
32
  FormCheckBoxes,
33
33
  FormRatingButtonsNumber,
34
+ Countdown,
35
+ Box,
34
36
  } from '@plaidev/karte-action-sdk';
35
37
 
36
38
  export let send: (event_name: string, values?: any) => void;
package/dist/templates.js CHANGED
@@ -29,6 +29,8 @@ import {
29
29
  FormSelect,
30
30
  FormCheckBoxes,
31
31
  FormRatingButtonsNumber,
32
+ Countdown,
33
+ Box,
32
34
  } from '@plaidev/karte-action-sdk';
33
35
 
34
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",
3
+ "version": "1.1.135-27960913.c471d44d",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",