@plaidev/karte-action-sdk 1.1.130 → 1.1.131-27959459.4bcace4e

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