@plaidev/karte-action-sdk 1.1.228 → 1.1.229-28646430.813d5148

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,6 +48,12 @@ import {
48
48
  Box,
49
49
  IconElement,
50
50
  CodeElement,
51
+ V2Button,
52
+ V2Icon,
53
+ V2Layout,
54
+ V2Text,
55
+ V2Avatar,
56
+ V2Image,
51
57
  } from '@plaidev/karte-action-sdk';
52
58
 
53
59
  ${icons.length > 0
package/dist/templates.js CHANGED
@@ -46,6 +46,12 @@ import {
46
46
  Box,
47
47
  IconElement,
48
48
  CodeElement,
49
+ V2Button,
50
+ V2Icon,
51
+ V2Layout,
52
+ V2Text,
53
+ V2Avatar,
54
+ V2Image,
49
55
  } from '@plaidev/karte-action-sdk';
50
56
 
51
57
  ${icons.length > 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.228",
3
+ "version": "1.1.229-28646430.813d5148",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",