@plaidev/karte-action-sdk 1.1.261-28981806.8a8d40a8 → 1.1.261-28997367.d745b343

Sign up to get free protection for your applications and to get access to all the features.
@@ -59,8 +59,14 @@ import {
59
59
  FlexImage,
60
60
  FlexModal,
61
61
  FlexSlider,
62
+ FlexSliderItem,
62
63
  FlexCloseButton,
63
- FlexCode
64
+ FlexCode,
65
+ FlexList,
66
+ FlexListItem,
67
+ FlexMultiColumn,
68
+ FlexMultiColumnItem,
69
+ FlexRichText,
64
70
  } from '@plaidev/karte-action-sdk';
65
71
 
66
72
  ${icons.length > 0
package/dist/templates.js CHANGED
@@ -57,8 +57,14 @@ import {
57
57
  FlexImage,
58
58
  FlexModal,
59
59
  FlexSlider,
60
+ FlexSliderItem,
60
61
  FlexCloseButton,
61
- FlexCode
62
+ FlexCode,
63
+ FlexList,
64
+ FlexListItem,
65
+ FlexMultiColumn,
66
+ FlexMultiColumnItem,
67
+ FlexRichText,
62
68
  } from '@plaidev/karte-action-sdk';
63
69
 
64
70
  ${icons.length > 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.261-28981806.8a8d40a8",
3
+ "version": "1.1.261-28997367.d745b343",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -130,7 +130,7 @@
130
130
  "test:watch": "vitest test",
131
131
  "test:ui": "vitest test --ui",
132
132
  "test:e2e": "vitest run spec",
133
- "test:update": "vitest -u",
133
+ "test:update": "vitest run -u",
134
134
  "coverage": "vitest run test --coverage",
135
135
  "icons:update": "tsx ./scripts/update-icons.ts && prettier -w ./src/icons.ts",
136
136
  "update:version": "COREPACK_ENABLE_STRICT=0 npm version patch",