@singi-labs/sifa-sdk 0.9.0 → 0.9.2
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/index.cjs +26 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -1
- package/dist/index.d.ts +21 -1
- package/dist/index.js +25 -2
- package/dist/index.js.map +1 -1
- package/dist/tokens/index.cjs +4 -2
- package/dist/tokens/index.cjs.map +1 -1
- package/dist/tokens/index.d.cts +2 -2
- package/dist/tokens/index.d.ts +2 -2
- package/dist/tokens/index.js +4 -2
- package/dist/tokens/index.js.map +1 -1
- package/package.json +5 -5
package/dist/tokens/index.cjs
CHANGED
|
@@ -11,6 +11,8 @@ var colors = {
|
|
|
11
11
|
// src/tokens/typography.ts
|
|
12
12
|
var SYSTEM_SANS_FALLBACK = "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif";
|
|
13
13
|
var SYSTEM_MONO_FALLBACK = "ui-monospace, SFMono-Regular, Menlo, Consolas, monospace";
|
|
14
|
+
var INTL_SCRIPT_FALLBACK = "'Noto Sans', 'Noto Sans Arabic', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans Hebrew'";
|
|
15
|
+
var CJK_SYSTEM_FALLBACK = "'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic UI', 'Meiryo', 'Noto Sans CJK JP', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans CJK SC', 'PingFang TC', 'Microsoft JhengHei', 'Noto Sans CJK TC', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Noto Sans CJK KR'";
|
|
14
16
|
var fonts = {
|
|
15
17
|
/** Body text -- iA Writer Quattro (self-hosted, OFL-licensed). */
|
|
16
18
|
sans: "iA Writer Quattro",
|
|
@@ -20,8 +22,8 @@ var fonts = {
|
|
|
20
22
|
mono: "Source Code Pro"
|
|
21
23
|
};
|
|
22
24
|
var fontFallbackStacks = {
|
|
23
|
-
sans: `'${fonts.sans}', ${SYSTEM_SANS_FALLBACK}`,
|
|
24
|
-
display: `'${fonts.display}', '${fonts.sans}', system-ui, sans-serif`,
|
|
25
|
+
sans: `'${fonts.sans}', ${INTL_SCRIPT_FALLBACK}, ${CJK_SYSTEM_FALLBACK}, ${SYSTEM_SANS_FALLBACK}`,
|
|
26
|
+
display: `'${fonts.display}', '${fonts.sans}', ${INTL_SCRIPT_FALLBACK}, ${CJK_SYSTEM_FALLBACK}, system-ui, sans-serif`,
|
|
25
27
|
mono: `'${fonts.mono}', ${SYSTEM_MONO_FALLBACK}`
|
|
26
28
|
};
|
|
27
29
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/tokens/colors.ts","../../src/tokens/typography.ts","../../src/tokens/icons.ts"],"names":[],"mappings":";;;AAeO,IAAM,MAAA,GAAS;AAAA;AAAA,EAEpB,OAAA,EAAS,SAAA;AAAA;AAAA,EAET,SAAA,EAAW;AACb;;;ACRA,IAAM,oBAAA,GAAuB,mEAAA;AAC7B,IAAM,oBAAA,GAAuB,0DAAA;
|
|
1
|
+
{"version":3,"sources":["../../src/tokens/colors.ts","../../src/tokens/typography.ts","../../src/tokens/icons.ts"],"names":[],"mappings":";;;AAeO,IAAM,MAAA,GAAS;AAAA;AAAA,EAEpB,OAAA,EAAS,SAAA;AAAA;AAAA,EAET,SAAA,EAAW;AACb;;;ACRA,IAAM,oBAAA,GAAuB,mEAAA;AAC7B,IAAM,oBAAA,GAAuB,0DAAA;AAK7B,IAAM,oBAAA,GACJ,+FAAA;AAMF,IAAM,mBAAA,GACJ,uQAAA;AAKK,IAAM,KAAA,GAAQ;AAAA;AAAA,EAEnB,IAAA,EAAM,mBAAA;AAAA;AAAA,EAEN,OAAA,EAAS,eAAA;AAAA;AAAA,EAET,IAAA,EAAM;AACR;AAEO,IAAM,kBAAA,GAAqB;AAAA,EAChC,IAAA,EAAM,IAAI,KAAA,CAAM,IAAI,MAAM,oBAAoB,CAAA,EAAA,EAAK,mBAAmB,CAAA,EAAA,EAAK,oBAAoB,CAAA,CAAA;AAAA,EAC/F,OAAA,EAAS,CAAA,CAAA,EAAI,KAAA,CAAM,OAAO,CAAA,IAAA,EAAO,MAAM,IAAI,CAAA,GAAA,EAAM,oBAAoB,CAAA,EAAA,EAAK,mBAAmB,CAAA,uBAAA,CAAA;AAAA,EAC7F,IAAA,EAAM,CAAA,CAAA,EAAI,KAAA,CAAM,IAAI,MAAM,oBAAoB,CAAA;AAChD;;;ACjCO,IAAM,OAAA,GAAU;AAEhB,IAAM,WAAA,GAAc;AAAA;AAAA,EAEzB,QAAA,EAAU,SAAA;AAAA;AAAA,EAEV,WAAA,EAAa,MAAA;AAAA;AAAA,EAEb,UAAA,EAAY;AACd","file":"index.cjs","sourcesContent":["/**\n * Sifa brand colors -- accent values from the Singi Labs design system.\n *\n * Source of truth: `Singi Labs/brand/design-system.md` §Colors. Sifa uses a\n * distinct Flexoki accent from sibling Singi Labs products (Barazo, Singi\n * Labs itself); Flexoki Purple is the shared secondary accent across the\n * product family.\n *\n * NOTE: Neutral scales (background, surface, border, text) are not encoded\n * here. They come from Radix Colors (12-step scales with automatic\n * light/dark mode) and resolve at runtime via CSS variables in\n * `sifa-web`'s `globals.css`. Encoding them as TS constants would\n * misrepresent how they're consumed.\n */\n\nexport const colors = {\n /** Flexoki Blue -- Sifa's primary accent. */\n primary: '#4385BE',\n /** Flexoki Purple -- secondary accent, shared across Singi Labs products. */\n secondary: '#8B7EC8',\n} as const;\n\nexport type Colors = typeof colors;\n","/**\n * Sifa typography tokens -- font families and fallback stacks.\n *\n * Source of truth: `Singi Labs/brand/design-system.md` §Typography. Three\n * families, with explicit fallback chains so consumers can paste straight\n * into a CSS `font-family` declaration or a React Native style.\n *\n * Self-hosted fonts (Sifa-web ships `iA Writer Quattro` + `Space Grotesk`\n * WOFF2 files; sifa-app will need to bundle equivalents). The SDK only\n * encodes the names + fallbacks; consumers handle font loading.\n */\n\nconst SYSTEM_SANS_FALLBACK = \"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif\";\nconst SYSTEM_MONO_FALLBACK = 'ui-monospace, SFMono-Regular, Menlo, Consolas, monospace';\n\n// Noto Sans subsets layered after the brand fonts to cover scripts the\n// brand fonts don't ship. Consumers wire @font-face with `unicode-range`\n// so browsers fetch a file only when a glyph in that range is rendered.\nconst INTL_SCRIPT_FALLBACK =\n \"'Noto Sans', 'Noto Sans Arabic', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans Hebrew'\";\n\n// OS-installed CJK fonts. Sifa intentionally does not ship CJK web fonts:\n// every CJK user already has an OS-level CJK font and vendoring them\n// would add 14+ MB. Listed JP-first, then SC, TC, KR, with Noto Sans CJK\n// per-script as the Linux fallback.\nconst CJK_SYSTEM_FALLBACK =\n \"'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic UI', 'Meiryo', 'Noto Sans CJK JP', \" +\n \"'PingFang SC', 'Microsoft YaHei', 'Noto Sans CJK SC', \" +\n \"'PingFang TC', 'Microsoft JhengHei', 'Noto Sans CJK TC', \" +\n \"'Apple SD Gothic Neo', 'Malgun Gothic', 'Noto Sans CJK KR'\";\n\nexport const fonts = {\n /** Body text -- iA Writer Quattro (self-hosted, OFL-licensed). */\n sans: 'iA Writer Quattro',\n /** Headings (h1-h3) -- Space Grotesk Bold (self-hosted). Single weight (700). */\n display: 'Space Grotesk',\n /** Code / monospace -- Source Code Pro (loaded via `next/font` in Next.js consumers). */\n mono: 'Source Code Pro',\n} as const;\n\nexport const fontFallbackStacks = {\n sans: `'${fonts.sans}', ${INTL_SCRIPT_FALLBACK}, ${CJK_SYSTEM_FALLBACK}, ${SYSTEM_SANS_FALLBACK}`,\n display: `'${fonts.display}', '${fonts.sans}', ${INTL_SCRIPT_FALLBACK}, ${CJK_SYSTEM_FALLBACK}, system-ui, sans-serif`,\n mono: `'${fonts.mono}', ${SYSTEM_MONO_FALLBACK}`,\n} as const;\n\nexport type Fonts = typeof fonts;\nexport type FontFallbackStacks = typeof fontFallbackStacks;\n","/**\n * Sifa icon-set conventions.\n *\n * Source of truth: `Singi Labs/brand/design-system.md` §Icons. Phosphor\n * Icons is the only icon library used across Singi Labs products; mixing\n * icon families within a product is forbidden by convention.\n *\n * The weight conventions are guidance for consumers, not enforced. Encoded\n * here so tooling (e.g., a future \"design lint\" check) can reference them.\n */\n\nexport const iconSet = 'phosphor' as const;\n\nexport const iconWeights = {\n /** UI chrome -- buttons, nav, default state. */\n uiChrome: 'regular',\n /** Interactive / active states -- selected items, primary buttons. */\n interactive: 'bold',\n /** Decorative / illustration -- empty states, hero sections. */\n decorative: 'duotone',\n} as const;\n\nexport type IconSet = typeof iconSet;\nexport type IconWeights = typeof iconWeights;\n"]}
|
package/dist/tokens/index.d.cts
CHANGED
|
@@ -40,8 +40,8 @@ declare const fonts: {
|
|
|
40
40
|
readonly mono: "Source Code Pro";
|
|
41
41
|
};
|
|
42
42
|
declare const fontFallbackStacks: {
|
|
43
|
-
readonly sans:
|
|
44
|
-
readonly display:
|
|
43
|
+
readonly sans: `'iA Writer Quattro', 'Noto Sans', 'Noto Sans Arabic', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans Hebrew', ${string}, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif`;
|
|
44
|
+
readonly display: `'Space Grotesk', 'iA Writer Quattro', 'Noto Sans', 'Noto Sans Arabic', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans Hebrew', ${string}, system-ui, sans-serif`;
|
|
45
45
|
readonly mono: "'Source Code Pro', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace";
|
|
46
46
|
};
|
|
47
47
|
type Fonts = typeof fonts;
|
package/dist/tokens/index.d.ts
CHANGED
|
@@ -40,8 +40,8 @@ declare const fonts: {
|
|
|
40
40
|
readonly mono: "Source Code Pro";
|
|
41
41
|
};
|
|
42
42
|
declare const fontFallbackStacks: {
|
|
43
|
-
readonly sans:
|
|
44
|
-
readonly display:
|
|
43
|
+
readonly sans: `'iA Writer Quattro', 'Noto Sans', 'Noto Sans Arabic', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans Hebrew', ${string}, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif`;
|
|
44
|
+
readonly display: `'Space Grotesk', 'iA Writer Quattro', 'Noto Sans', 'Noto Sans Arabic', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans Hebrew', ${string}, system-ui, sans-serif`;
|
|
45
45
|
readonly mono: "'Source Code Pro', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace";
|
|
46
46
|
};
|
|
47
47
|
type Fonts = typeof fonts;
|
package/dist/tokens/index.js
CHANGED
|
@@ -9,6 +9,8 @@ var colors = {
|
|
|
9
9
|
// src/tokens/typography.ts
|
|
10
10
|
var SYSTEM_SANS_FALLBACK = "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif";
|
|
11
11
|
var SYSTEM_MONO_FALLBACK = "ui-monospace, SFMono-Regular, Menlo, Consolas, monospace";
|
|
12
|
+
var INTL_SCRIPT_FALLBACK = "'Noto Sans', 'Noto Sans Arabic', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans Hebrew'";
|
|
13
|
+
var CJK_SYSTEM_FALLBACK = "'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic UI', 'Meiryo', 'Noto Sans CJK JP', 'PingFang SC', 'Microsoft YaHei', 'Noto Sans CJK SC', 'PingFang TC', 'Microsoft JhengHei', 'Noto Sans CJK TC', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Noto Sans CJK KR'";
|
|
12
14
|
var fonts = {
|
|
13
15
|
/** Body text -- iA Writer Quattro (self-hosted, OFL-licensed). */
|
|
14
16
|
sans: "iA Writer Quattro",
|
|
@@ -18,8 +20,8 @@ var fonts = {
|
|
|
18
20
|
mono: "Source Code Pro"
|
|
19
21
|
};
|
|
20
22
|
var fontFallbackStacks = {
|
|
21
|
-
sans: `'${fonts.sans}', ${SYSTEM_SANS_FALLBACK}`,
|
|
22
|
-
display: `'${fonts.display}', '${fonts.sans}', system-ui, sans-serif`,
|
|
23
|
+
sans: `'${fonts.sans}', ${INTL_SCRIPT_FALLBACK}, ${CJK_SYSTEM_FALLBACK}, ${SYSTEM_SANS_FALLBACK}`,
|
|
24
|
+
display: `'${fonts.display}', '${fonts.sans}', ${INTL_SCRIPT_FALLBACK}, ${CJK_SYSTEM_FALLBACK}, system-ui, sans-serif`,
|
|
23
25
|
mono: `'${fonts.mono}', ${SYSTEM_MONO_FALLBACK}`
|
|
24
26
|
};
|
|
25
27
|
|
package/dist/tokens/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/tokens/colors.ts","../../src/tokens/typography.ts","../../src/tokens/icons.ts"],"names":[],"mappings":";AAeO,IAAM,MAAA,GAAS;AAAA;AAAA,EAEpB,OAAA,EAAS,SAAA;AAAA;AAAA,EAET,SAAA,EAAW;AACb;;;ACRA,IAAM,oBAAA,GAAuB,mEAAA;AAC7B,IAAM,oBAAA,GAAuB,0DAAA;
|
|
1
|
+
{"version":3,"sources":["../../src/tokens/colors.ts","../../src/tokens/typography.ts","../../src/tokens/icons.ts"],"names":[],"mappings":";AAeO,IAAM,MAAA,GAAS;AAAA;AAAA,EAEpB,OAAA,EAAS,SAAA;AAAA;AAAA,EAET,SAAA,EAAW;AACb;;;ACRA,IAAM,oBAAA,GAAuB,mEAAA;AAC7B,IAAM,oBAAA,GAAuB,0DAAA;AAK7B,IAAM,oBAAA,GACJ,+FAAA;AAMF,IAAM,mBAAA,GACJ,uQAAA;AAKK,IAAM,KAAA,GAAQ;AAAA;AAAA,EAEnB,IAAA,EAAM,mBAAA;AAAA;AAAA,EAEN,OAAA,EAAS,eAAA;AAAA;AAAA,EAET,IAAA,EAAM;AACR;AAEO,IAAM,kBAAA,GAAqB;AAAA,EAChC,IAAA,EAAM,IAAI,KAAA,CAAM,IAAI,MAAM,oBAAoB,CAAA,EAAA,EAAK,mBAAmB,CAAA,EAAA,EAAK,oBAAoB,CAAA,CAAA;AAAA,EAC/F,OAAA,EAAS,CAAA,CAAA,EAAI,KAAA,CAAM,OAAO,CAAA,IAAA,EAAO,MAAM,IAAI,CAAA,GAAA,EAAM,oBAAoB,CAAA,EAAA,EAAK,mBAAmB,CAAA,uBAAA,CAAA;AAAA,EAC7F,IAAA,EAAM,CAAA,CAAA,EAAI,KAAA,CAAM,IAAI,MAAM,oBAAoB,CAAA;AAChD;;;ACjCO,IAAM,OAAA,GAAU;AAEhB,IAAM,WAAA,GAAc;AAAA;AAAA,EAEzB,QAAA,EAAU,SAAA;AAAA;AAAA,EAEV,WAAA,EAAa,MAAA;AAAA;AAAA,EAEb,UAAA,EAAY;AACd","file":"index.js","sourcesContent":["/**\n * Sifa brand colors -- accent values from the Singi Labs design system.\n *\n * Source of truth: `Singi Labs/brand/design-system.md` §Colors. Sifa uses a\n * distinct Flexoki accent from sibling Singi Labs products (Barazo, Singi\n * Labs itself); Flexoki Purple is the shared secondary accent across the\n * product family.\n *\n * NOTE: Neutral scales (background, surface, border, text) are not encoded\n * here. They come from Radix Colors (12-step scales with automatic\n * light/dark mode) and resolve at runtime via CSS variables in\n * `sifa-web`'s `globals.css`. Encoding them as TS constants would\n * misrepresent how they're consumed.\n */\n\nexport const colors = {\n /** Flexoki Blue -- Sifa's primary accent. */\n primary: '#4385BE',\n /** Flexoki Purple -- secondary accent, shared across Singi Labs products. */\n secondary: '#8B7EC8',\n} as const;\n\nexport type Colors = typeof colors;\n","/**\n * Sifa typography tokens -- font families and fallback stacks.\n *\n * Source of truth: `Singi Labs/brand/design-system.md` §Typography. Three\n * families, with explicit fallback chains so consumers can paste straight\n * into a CSS `font-family` declaration or a React Native style.\n *\n * Self-hosted fonts (Sifa-web ships `iA Writer Quattro` + `Space Grotesk`\n * WOFF2 files; sifa-app will need to bundle equivalents). The SDK only\n * encodes the names + fallbacks; consumers handle font loading.\n */\n\nconst SYSTEM_SANS_FALLBACK = \"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif\";\nconst SYSTEM_MONO_FALLBACK = 'ui-monospace, SFMono-Regular, Menlo, Consolas, monospace';\n\n// Noto Sans subsets layered after the brand fonts to cover scripts the\n// brand fonts don't ship. Consumers wire @font-face with `unicode-range`\n// so browsers fetch a file only when a glyph in that range is rendered.\nconst INTL_SCRIPT_FALLBACK =\n \"'Noto Sans', 'Noto Sans Arabic', 'Noto Sans Devanagari', 'Noto Sans Thai', 'Noto Sans Hebrew'\";\n\n// OS-installed CJK fonts. Sifa intentionally does not ship CJK web fonts:\n// every CJK user already has an OS-level CJK font and vendoring them\n// would add 14+ MB. Listed JP-first, then SC, TC, KR, with Noto Sans CJK\n// per-script as the Linux fallback.\nconst CJK_SYSTEM_FALLBACK =\n \"'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic UI', 'Meiryo', 'Noto Sans CJK JP', \" +\n \"'PingFang SC', 'Microsoft YaHei', 'Noto Sans CJK SC', \" +\n \"'PingFang TC', 'Microsoft JhengHei', 'Noto Sans CJK TC', \" +\n \"'Apple SD Gothic Neo', 'Malgun Gothic', 'Noto Sans CJK KR'\";\n\nexport const fonts = {\n /** Body text -- iA Writer Quattro (self-hosted, OFL-licensed). */\n sans: 'iA Writer Quattro',\n /** Headings (h1-h3) -- Space Grotesk Bold (self-hosted). Single weight (700). */\n display: 'Space Grotesk',\n /** Code / monospace -- Source Code Pro (loaded via `next/font` in Next.js consumers). */\n mono: 'Source Code Pro',\n} as const;\n\nexport const fontFallbackStacks = {\n sans: `'${fonts.sans}', ${INTL_SCRIPT_FALLBACK}, ${CJK_SYSTEM_FALLBACK}, ${SYSTEM_SANS_FALLBACK}`,\n display: `'${fonts.display}', '${fonts.sans}', ${INTL_SCRIPT_FALLBACK}, ${CJK_SYSTEM_FALLBACK}, system-ui, sans-serif`,\n mono: `'${fonts.mono}', ${SYSTEM_MONO_FALLBACK}`,\n} as const;\n\nexport type Fonts = typeof fonts;\nexport type FontFallbackStacks = typeof fontFallbackStacks;\n","/**\n * Sifa icon-set conventions.\n *\n * Source of truth: `Singi Labs/brand/design-system.md` §Icons. Phosphor\n * Icons is the only icon library used across Singi Labs products; mixing\n * icon families within a product is forbidden by convention.\n *\n * The weight conventions are guidance for consumers, not enforced. Encoded\n * here so tooling (e.g., a future \"design lint\" check) can reference them.\n */\n\nexport const iconSet = 'phosphor' as const;\n\nexport const iconWeights = {\n /** UI chrome -- buttons, nav, default state. */\n uiChrome: 'regular',\n /** Interactive / active states -- selected items, primary buttons. */\n interactive: 'bold',\n /** Decorative / illustration -- empty states, hero sections. */\n decorative: 'duotone',\n} as const;\n\nexport type IconSet = typeof iconSet;\nexport type IconWeights = typeof iconWeights;\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@singi-labs/sifa-sdk",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "Sifa SDK — public client library for the Sifa AppView on AT Protocol. Shared by sifa-web and sifa-app.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -131,19 +131,19 @@
|
|
|
131
131
|
"@changesets/cli": "2.31.0",
|
|
132
132
|
"@commitlint/cli": "21.0.1",
|
|
133
133
|
"@commitlint/config-conventional": "21.0.1",
|
|
134
|
-
"@tanstack/react-query": "5.100.
|
|
134
|
+
"@tanstack/react-query": "5.100.11",
|
|
135
135
|
"@testing-library/react": "16.3.2",
|
|
136
136
|
"@types/react": "19.2.14",
|
|
137
137
|
"@vitest/coverage-v8": "3.2.1",
|
|
138
|
-
"eslint": "10.
|
|
138
|
+
"eslint": "10.4.0",
|
|
139
139
|
"husky": "9.1.7",
|
|
140
|
-
"jsdom": "
|
|
140
|
+
"jsdom": "29.1.1",
|
|
141
141
|
"prettier": "3.8.3",
|
|
142
142
|
"react": "19.2.4",
|
|
143
143
|
"react-dom": "19.2.4",
|
|
144
144
|
"tsup": "8.5.1",
|
|
145
145
|
"typescript": "5.9.3",
|
|
146
|
-
"typescript-eslint": "8.59.
|
|
146
|
+
"typescript-eslint": "8.59.4",
|
|
147
147
|
"vitest": "3.2.1"
|
|
148
148
|
}
|
|
149
149
|
}
|