@plaidev/karte-action-sdk 1.1.154 → 1.1.156-28003933.dfbabd41
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/hydrate/index.es.d.ts +4 -4
- package/dist/hydrate/index.es.js +1127 -545
- package/dist/index.es.d.ts +4 -4
- package/dist/index.es.js +1020 -507
- package/package.json +19 -19
package/dist/index.es.d.ts
CHANGED
@@ -216,13 +216,13 @@ type Color = `#${string}` | `rgba(${string})`;
|
|
216
216
|
type FontWeight = string;
|
217
217
|
/** @internal */
|
218
218
|
declare const Fonts: readonly [
|
219
|
-
"Noto Sans
|
219
|
+
"Noto Sans JP",
|
220
220
|
"M PLUS Rounded 1c",
|
221
221
|
"M PLUS 1p",
|
222
222
|
"Kosugi Maru",
|
223
223
|
"Kosugi",
|
224
224
|
"BIZ UDPGothic",
|
225
|
-
"Noto Serif
|
225
|
+
"Noto Serif JP",
|
226
226
|
"BIZ UDPMincho",
|
227
227
|
"Roboto",
|
228
228
|
"Open Sans",
|
@@ -1590,13 +1590,13 @@ declare namespace widget {
|
|
1590
1590
|
type FontWeight = string;
|
1591
1591
|
/** @internal */
|
1592
1592
|
const Fonts: readonly [
|
1593
|
-
"Noto Sans
|
1593
|
+
"Noto Sans JP",
|
1594
1594
|
"M PLUS Rounded 1c",
|
1595
1595
|
"M PLUS 1p",
|
1596
1596
|
"Kosugi Maru",
|
1597
1597
|
"Kosugi",
|
1598
1598
|
"BIZ UDPGothic",
|
1599
|
-
"Noto Serif
|
1599
|
+
"Noto Serif JP",
|
1600
1600
|
"BIZ UDPMincho",
|
1601
1601
|
"Roboto",
|
1602
1602
|
"Open Sans",
|