@plaidev/karte-action-sdk 1.1.268-29132946.504b468b → 1.1.268-29138921.8752a776

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.
@@ -6518,7 +6518,6 @@ function create_if_block$13(ctx) {
6518
6518
  let a;
6519
6519
  let div0;
6520
6520
  let rendertext;
6521
- let a_href_value;
6522
6521
  let a_class_value;
6523
6522
  let t0;
6524
6523
  let div1;
@@ -6569,7 +6568,7 @@ function create_if_block$13(ctx) {
6569
6568
  },
6570
6569
  h() {
6571
6570
  attr(div0, "class", "text-element-inner svelte-9ixs0b");
6572
- attr(a, "href", a_href_value = "");
6571
+ attr(a, "href", "");
6573
6572
  attr(a, "class", a_class_value = null_to_empty(`text-element text-link-element text-direction-${ctx[1]}`) + " svelte-9ixs0b");
6574
6573
  attr(
6575
6574
  a,
package/dist/index.es.js CHANGED
@@ -6058,7 +6058,6 @@ function create_if_block$13(ctx) {
6058
6058
  let a;
6059
6059
  let div0;
6060
6060
  let rendertext;
6061
- let a_href_value;
6062
6061
  let a_class_value;
6063
6062
  let t0;
6064
6063
  let div1;
@@ -6080,7 +6079,7 @@ function create_if_block$13(ctx) {
6080
6079
  div2 = element("div");
6081
6080
  div2.textContent = "コピーできませんでした";
6082
6081
  attr(div0, "class", "text-element-inner svelte-9ixs0b");
6083
- attr(a, "href", a_href_value = "");
6082
+ attr(a, "href", "");
6084
6083
  attr(a, "class", a_class_value = null_to_empty(`text-element text-link-element text-direction-${ctx[1]}`) + " svelte-9ixs0b");
6085
6084
  attr(
6086
6085
  a,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.268-29132946.504b468b",
3
+ "version": "1.1.268-29138921.8752a776",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -113,10 +113,6 @@
113
113
  "svelte-check": "2.10.3",
114
114
  "svelte-preprocess": "5.1.4",
115
115
  "terser": "^5.37.0",
116
- "textlint": "^13.1.1",
117
- "textlint-plugin-tsdoc": "^0.1.0",
118
- "textlint-rule-preset-ja-spacing": "^2.3.0",
119
- "textlint-rule-preset-ja-technical-writing": "^7.0.0",
120
116
  "tslib": "^2.3.1",
121
117
  "tsx": "^4.19.2",
122
118
  "unplugin-isolated-decl": "0.13.7",
@@ -141,7 +137,6 @@
141
137
  "build:watch": "pnpm run build:svelte5:watch",
142
138
  "build:svelte3:watch": "pnpm install:svelte3 && tsx ./scripts/watch.ts --version 3",
143
139
  "build:svelte5:watch": "pnpm install:svelte5 && tsx ./scripts/watch.ts --version 5",
144
- "lint:text": "textlint --config .textlintrc.json ./docs",
145
140
  "clean": "rm -rf dist __dist__ docs/**.md",
146
141
  "docs:dev": "vitepress dev docs",
147
142
  "docs:build": "vitepress build docs",