@plaidev/karte-action-sdk 1.1.108-27919404.8048beda → 1.1.108-27920261.94c59496

Sign up to get free protection for your applications and to get access to all the features.
package/dist/templates.js CHANGED
@@ -32,6 +32,8 @@ import {
32
32
  FormButton,
33
33
  FormRadioButtons,
34
34
  FormSelect,
35
+ Slider,
36
+ SliderItem,
35
37
  } from '@plaidev/karte-action-sdk';
36
38
 
37
39
  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-27919404.8048beda",
3
+ "version": "1.1.108-27920261.94c59496",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",