@plaidev/karte-action-sdk 1.1.112 → 1.1.113-27923240.51ac14b8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/templates.js CHANGED
@@ -32,6 +32,7 @@ import {
32
32
  FormButton,
33
33
  FormRadioButtons,
34
34
  FormSelect,
35
+ FormCheckBoxes,
35
36
  Slider,
36
37
  SliderItem,
37
38
  } from '@plaidev/karte-action-sdk';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.112",
3
+ "version": "1.1.113-27923240.51ac14b8",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -83,6 +83,10 @@
83
83
  "svelte": "3.53.1",
84
84
  "svelte-check": "^2.2.7",
85
85
  "svelte-preprocess": "4.9.8",
86
+ "textlint": "^13.1.1",
87
+ "textlint-plugin-tsdoc": "^0.1.0",
88
+ "textlint-rule-preset-ja-spacing": "^2.3.0",
89
+ "textlint-rule-preset-ja-technical-writing": "^7.0.0",
86
90
  "tslib": "^2.3.1",
87
91
  "typescript": "^4.7.4",
88
92
  "vitepress": "1.0.0-alpha.30",
@@ -100,6 +104,7 @@
100
104
  "build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts",
101
105
  "build:api": "api-extractor run --local --verbose",
102
106
  "build:watch": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts -w",
107
+ "lint:text": "textlint --config .textlintrc.json ./src",
103
108
  "docs:dev": "vitepress dev docs",
104
109
  "docs:build": "vitepress build docs",
105
110
  "docs:preview": "vitepress preview docs",