@plaidev/karte-action-sdk 1.1.108-27919072.89513d87 → 1.1.108-27919404.8048beda

Sign up to get free protection for your applications and to get access to all the features.
package/dist/templates.js CHANGED
@@ -28,10 +28,10 @@ import {
28
28
  EmbedElement,
29
29
  MovieYouTubeElement,
30
30
  MovieVimeoElement,
31
- Form,
32
31
  FormTextarea,
33
32
  FormButton,
34
33
  FormRadioButtons,
34
+ FormSelect,
35
35
  } from '@plaidev/karte-action-sdk';
36
36
 
37
37
  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.108-27919072.89513d87",
3
+ "version": "1.1.108-27919404.8048beda",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",