@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/hydrate/index.es.d.ts +24 -2
- package/dist/hydrate/index.es.js +460 -285
- package/dist/index.es.d.ts +24 -2
- package/dist/index.es.js +421 -275
- package/dist/templates.js +1 -1
- package/package.json +1 -1
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;
|