@lettealo/hanwha-life-ds 3.1.1

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.
Files changed (182) hide show
  1. package/README.md +185 -0
  2. package/dist-lib/Guideline.png +0 -0
  3. package/dist-lib/Layout.png +0 -0
  4. package/dist-lib/Spacing.png +0 -0
  5. package/dist-lib/downloads/fonts/HanwhaB.woff2 +0 -0
  6. package/dist-lib/downloads/fonts/HanwhaGothicB.woff2 +0 -0
  7. package/dist-lib/downloads/fonts/HanwhaGothicEL.woff2 +0 -0
  8. package/dist-lib/downloads/fonts/HanwhaGothicL.woff2 +0 -0
  9. package/dist-lib/downloads/fonts/HanwhaGothicR.woff2 +0 -0
  10. package/dist-lib/downloads/fonts/HanwhaGothicT.woff2 +0 -0
  11. package/dist-lib/downloads/fonts/HanwhaL.woff2 +0 -0
  12. package/dist-lib/downloads/fonts/HanwhaR.woff2 +0 -0
  13. package/dist-lib/downloads/tokens.css +378 -0
  14. package/dist-lib/favicon.svg +5 -0
  15. package/dist-lib/icons.svg +24 -0
  16. package/dist-lib/index.cjs +7 -0
  17. package/dist-lib/index.css +2 -0
  18. package/dist-lib/index.mjs +1872 -0
  19. package/dist-lib/og.svg +40 -0
  20. package/dist-lib/robots.txt +2 -0
  21. package/dist-lib/types/components/Accordion/Accordion.d.ts +14 -0
  22. package/dist-lib/types/components/Accordion/Accordion.d.ts.map +1 -0
  23. package/dist-lib/types/components/Accordion/index.d.ts +2 -0
  24. package/dist-lib/types/components/Accordion/index.d.ts.map +1 -0
  25. package/dist-lib/types/components/AssetIcon/AssetIcon.d.ts +9 -0
  26. package/dist-lib/types/components/AssetIcon/AssetIcon.d.ts.map +1 -0
  27. package/dist-lib/types/components/AssetIcon/index.d.ts +2 -0
  28. package/dist-lib/types/components/AssetIcon/index.d.ts.map +1 -0
  29. package/dist-lib/types/components/Avatar/Avatar.d.ts +10 -0
  30. package/dist-lib/types/components/Avatar/Avatar.d.ts.map +1 -0
  31. package/dist-lib/types/components/Avatar/index.d.ts +3 -0
  32. package/dist-lib/types/components/Avatar/index.d.ts.map +1 -0
  33. package/dist-lib/types/components/Badge/Badge.d.ts +10 -0
  34. package/dist-lib/types/components/Badge/Badge.d.ts.map +1 -0
  35. package/dist-lib/types/components/Badge/index.d.ts +3 -0
  36. package/dist-lib/types/components/Badge/index.d.ts.map +1 -0
  37. package/dist-lib/types/components/BottomSheet/BottomSheet.d.ts +12 -0
  38. package/dist-lib/types/components/BottomSheet/BottomSheet.d.ts.map +1 -0
  39. package/dist-lib/types/components/BottomSheet/index.d.ts +2 -0
  40. package/dist-lib/types/components/BottomSheet/index.d.ts.map +1 -0
  41. package/dist-lib/types/components/Button/Button.d.ts +14 -0
  42. package/dist-lib/types/components/Button/Button.d.ts.map +1 -0
  43. package/dist-lib/types/components/Button/index.d.ts +2 -0
  44. package/dist-lib/types/components/Button/index.d.ts.map +1 -0
  45. package/dist-lib/types/components/Card/Card.d.ts +22 -0
  46. package/dist-lib/types/components/Card/Card.d.ts.map +1 -0
  47. package/dist-lib/types/components/Card/index.d.ts +2 -0
  48. package/dist-lib/types/components/Card/index.d.ts.map +1 -0
  49. package/dist-lib/types/components/Checkbox/Checkbox.d.ts +10 -0
  50. package/dist-lib/types/components/Checkbox/Checkbox.d.ts.map +1 -0
  51. package/dist-lib/types/components/Checkbox/index.d.ts +2 -0
  52. package/dist-lib/types/components/Checkbox/index.d.ts.map +1 -0
  53. package/dist-lib/types/components/CheckboxButton/CheckboxButton.d.ts +13 -0
  54. package/dist-lib/types/components/CheckboxButton/CheckboxButton.d.ts.map +1 -0
  55. package/dist-lib/types/components/CheckboxButton/index.d.ts +2 -0
  56. package/dist-lib/types/components/CheckboxButton/index.d.ts.map +1 -0
  57. package/dist-lib/types/components/Chip/Chip.d.ts +13 -0
  58. package/dist-lib/types/components/Chip/Chip.d.ts.map +1 -0
  59. package/dist-lib/types/components/Chip/ChipGroup.d.ts +7 -0
  60. package/dist-lib/types/components/Chip/ChipGroup.d.ts.map +1 -0
  61. package/dist-lib/types/components/Chip/index.d.ts +3 -0
  62. package/dist-lib/types/components/Chip/index.d.ts.map +1 -0
  63. package/dist-lib/types/components/DatePicker/DatePicker.d.ts +10 -0
  64. package/dist-lib/types/components/DatePicker/DatePicker.d.ts.map +1 -0
  65. package/dist-lib/types/components/DatePicker/index.d.ts +2 -0
  66. package/dist-lib/types/components/DatePicker/index.d.ts.map +1 -0
  67. package/dist-lib/types/components/Dropdown/Dropdown.d.ts +26 -0
  68. package/dist-lib/types/components/Dropdown/Dropdown.d.ts.map +1 -0
  69. package/dist-lib/types/components/Dropdown/index.d.ts +2 -0
  70. package/dist-lib/types/components/Dropdown/index.d.ts.map +1 -0
  71. package/dist-lib/types/components/EmptyState/EmptyState.d.ts +10 -0
  72. package/dist-lib/types/components/EmptyState/EmptyState.d.ts.map +1 -0
  73. package/dist-lib/types/components/EmptyState/index.d.ts +2 -0
  74. package/dist-lib/types/components/EmptyState/index.d.ts.map +1 -0
  75. package/dist-lib/types/components/ErrorBoundary.d.ts +17 -0
  76. package/dist-lib/types/components/ErrorBoundary.d.ts.map +1 -0
  77. package/dist-lib/types/components/Graphic/Graphic.d.ts +9 -0
  78. package/dist-lib/types/components/Graphic/Graphic.d.ts.map +1 -0
  79. package/dist-lib/types/components/Graphic/index.d.ts +2 -0
  80. package/dist-lib/types/components/Graphic/index.d.ts.map +1 -0
  81. package/dist-lib/types/components/HeroOrb/HeroOrb.d.ts +10 -0
  82. package/dist-lib/types/components/HeroOrb/HeroOrb.d.ts.map +1 -0
  83. package/dist-lib/types/components/HexOrb/HexOrb.d.ts +10 -0
  84. package/dist-lib/types/components/HexOrb/HexOrb.d.ts.map +1 -0
  85. package/dist-lib/types/components/Icon/Icon.d.ts +20 -0
  86. package/dist-lib/types/components/Icon/Icon.d.ts.map +1 -0
  87. package/dist-lib/types/components/Icon/index.d.ts +2 -0
  88. package/dist-lib/types/components/Icon/index.d.ts.map +1 -0
  89. package/dist-lib/types/components/IconButton/IconButton.d.ts +11 -0
  90. package/dist-lib/types/components/IconButton/IconButton.d.ts.map +1 -0
  91. package/dist-lib/types/components/IconButton/index.d.ts +2 -0
  92. package/dist-lib/types/components/IconButton/index.d.ts.map +1 -0
  93. package/dist-lib/types/components/List/List.d.ts +16 -0
  94. package/dist-lib/types/components/List/List.d.ts.map +1 -0
  95. package/dist-lib/types/components/List/index.d.ts +2 -0
  96. package/dist-lib/types/components/List/index.d.ts.map +1 -0
  97. package/dist-lib/types/components/Modal/Modal.d.ts +12 -0
  98. package/dist-lib/types/components/Modal/Modal.d.ts.map +1 -0
  99. package/dist-lib/types/components/Modal/index.d.ts +2 -0
  100. package/dist-lib/types/components/Modal/index.d.ts.map +1 -0
  101. package/dist-lib/types/components/Notification/Notification.d.ts +11 -0
  102. package/dist-lib/types/components/Notification/Notification.d.ts.map +1 -0
  103. package/dist-lib/types/components/Notification/index.d.ts +2 -0
  104. package/dist-lib/types/components/Notification/index.d.ts.map +1 -0
  105. package/dist-lib/types/components/PageToc.d.ts +5 -0
  106. package/dist-lib/types/components/PageToc.d.ts.map +1 -0
  107. package/dist-lib/types/components/Progress/Progress.d.ts +10 -0
  108. package/dist-lib/types/components/Progress/Progress.d.ts.map +1 -0
  109. package/dist-lib/types/components/Progress/index.d.ts +3 -0
  110. package/dist-lib/types/components/Progress/index.d.ts.map +1 -0
  111. package/dist-lib/types/components/Radio/Radio.d.ts +8 -0
  112. package/dist-lib/types/components/Radio/Radio.d.ts.map +1 -0
  113. package/dist-lib/types/components/Radio/index.d.ts +2 -0
  114. package/dist-lib/types/components/Radio/index.d.ts.map +1 -0
  115. package/dist-lib/types/components/ScreenRenderer/ScreenRenderer.d.ts +9 -0
  116. package/dist-lib/types/components/ScreenRenderer/ScreenRenderer.d.ts.map +1 -0
  117. package/dist-lib/types/components/Stepper/Stepper.d.ts +7 -0
  118. package/dist-lib/types/components/Stepper/Stepper.d.ts.map +1 -0
  119. package/dist-lib/types/components/Stepper/index.d.ts +2 -0
  120. package/dist-lib/types/components/Stepper/index.d.ts.map +1 -0
  121. package/dist-lib/types/components/Table/Table.d.ts +34 -0
  122. package/dist-lib/types/components/Table/Table.d.ts.map +1 -0
  123. package/dist-lib/types/components/Table/index.d.ts +3 -0
  124. package/dist-lib/types/components/Table/index.d.ts.map +1 -0
  125. package/dist-lib/types/components/Tabs/Tabs.d.ts +14 -0
  126. package/dist-lib/types/components/Tabs/Tabs.d.ts.map +1 -0
  127. package/dist-lib/types/components/Tabs/index.d.ts +2 -0
  128. package/dist-lib/types/components/Tabs/index.d.ts.map +1 -0
  129. package/dist-lib/types/components/TextButton/TextButton.d.ts +10 -0
  130. package/dist-lib/types/components/TextButton/TextButton.d.ts.map +1 -0
  131. package/dist-lib/types/components/TextButton/index.d.ts +2 -0
  132. package/dist-lib/types/components/TextButton/index.d.ts.map +1 -0
  133. package/dist-lib/types/components/TextField/TextField.d.ts +10 -0
  134. package/dist-lib/types/components/TextField/TextField.d.ts.map +1 -0
  135. package/dist-lib/types/components/TextField/index.d.ts +2 -0
  136. package/dist-lib/types/components/TextField/index.d.ts.map +1 -0
  137. package/dist-lib/types/components/Toast/Toast.d.ts +11 -0
  138. package/dist-lib/types/components/Toast/Toast.d.ts.map +1 -0
  139. package/dist-lib/types/components/Toast/index.d.ts +2 -0
  140. package/dist-lib/types/components/Toast/index.d.ts.map +1 -0
  141. package/dist-lib/types/components/Toggle/Toggle.d.ts +6 -0
  142. package/dist-lib/types/components/Toggle/Toggle.d.ts.map +1 -0
  143. package/dist-lib/types/components/Toggle/index.d.ts +2 -0
  144. package/dist-lib/types/components/Toggle/index.d.ts.map +1 -0
  145. package/dist-lib/types/components/Tooltip/Tooltip.d.ts +20 -0
  146. package/dist-lib/types/components/Tooltip/Tooltip.d.ts.map +1 -0
  147. package/dist-lib/types/components/Tooltip/index.d.ts +3 -0
  148. package/dist-lib/types/components/Tooltip/index.d.ts.map +1 -0
  149. package/dist-lib/types/data/dsSpec.d.ts +530 -0
  150. package/dist-lib/types/data/dsSpec.d.ts.map +1 -0
  151. package/dist-lib/types/index.d.ts +30 -0
  152. package/dist-lib/types/index.d.ts.map +1 -0
  153. package/dist-lib/types/lib/assets.d.ts +16 -0
  154. package/dist-lib/types/lib/assets.d.ts.map +1 -0
  155. package/dist-lib/types/lib/buildSystemPrompt.d.ts +8 -0
  156. package/dist-lib/types/lib/buildSystemPrompt.d.ts.map +1 -0
  157. package/dist-lib/types/lib/callClaude.d.ts +40 -0
  158. package/dist-lib/types/lib/callClaude.d.ts.map +1 -0
  159. package/dist-lib/types/lib/cn.d.ts +2 -0
  160. package/dist-lib/types/lib/cn.d.ts.map +1 -0
  161. package/dist-lib/types/lib/dsSystemPrompt.d.ts +9 -0
  162. package/dist-lib/types/lib/dsSystemPrompt.d.ts.map +1 -0
  163. package/dist-lib/types/lib/generateStore.d.ts +3 -0
  164. package/dist-lib/types/lib/generateStore.d.ts.map +1 -0
  165. package/dist-lib/types/types.d.ts +208 -0
  166. package/dist-lib/types/types.d.ts.map +1 -0
  167. package/package.json +76 -0
  168. package/src/assets/fonts/HanwhaB.woff2 +0 -0
  169. package/src/assets/fonts/HanwhaGothicB.woff2 +0 -0
  170. package/src/assets/fonts/HanwhaGothicEL.woff2 +0 -0
  171. package/src/assets/fonts/HanwhaGothicL.woff2 +0 -0
  172. package/src/assets/fonts/HanwhaGothicR.woff2 +0 -0
  173. package/src/assets/fonts/HanwhaGothicT.woff2 +0 -0
  174. package/src/assets/fonts/HanwhaL.woff2 +0 -0
  175. package/src/assets/fonts/HanwhaR.woff2 +0 -0
  176. package/src/assets/fonts/LIFEPLUS-BODY-Light_Hinted.ttf +0 -0
  177. package/src/assets/fonts/LIFEPLUS-BODY-Medium_Hinted.ttf +0 -0
  178. package/src/assets/fonts/LIFEPLUS-Bold.ttf +0 -0
  179. package/src/assets/fonts/LIFEPLUS-Light.ttf +0 -0
  180. package/src/assets/fonts/LIFEPLUS-Medium.ttf +0 -0
  181. package/src/styles/layout.css +69 -0
  182. package/src/styles/tokens.css +437 -0
@@ -0,0 +1,530 @@
1
+ /**
2
+ * dsSpec.ts — 한화생명 디자인 시스템 단일 소스
3
+ *
4
+ * 이 파일이 변경되면 AI 시스템 프롬프트가 자동으로 갱신됩니다.
5
+ * 페이지 UI도 이 데이터를 참조합니다.
6
+ */
7
+ export declare const DS_COLORS: readonly [{
8
+ readonly role: "브랜드 Primary (버튼·강조)";
9
+ readonly token: "--orange-500";
10
+ readonly hex: "#FA6600";
11
+ }, {
12
+ readonly role: "브랜드 Dark (hover)";
13
+ readonly token: "--orange-600";
14
+ readonly hex: "#E15A00";
15
+ }, {
16
+ readonly role: "브랜드 Light (보조 배경)";
17
+ readonly token: "--orange-100";
18
+ readonly hex: "#FFE0CC";
19
+ }, {
20
+ readonly role: "본문 텍스트";
21
+ readonly token: "--text-body";
22
+ readonly hex: "#272B2F";
23
+ }, {
24
+ readonly role: "흰 배경";
25
+ readonly token: "--bg-white";
26
+ readonly hex: "#FFFFFF";
27
+ }, {
28
+ readonly role: "중성 배경";
29
+ readonly token: "--gray-100";
30
+ readonly hex: "#F5F5F5";
31
+ }, {
32
+ readonly role: "테두리 (연)";
33
+ readonly token: "--gray-200";
34
+ readonly hex: "#F0F0F0";
35
+ }, {
36
+ readonly role: "테두리 (중)";
37
+ readonly token: "--gray-300";
38
+ readonly hex: "#E5E4E3";
39
+ }, {
40
+ readonly role: "보조 텍스트";
41
+ readonly token: "--gray-800";
42
+ readonly hex: "#5E5C5A";
43
+ }, {
44
+ readonly role: "3차 텍스트";
45
+ readonly token: "--gray-600";
46
+ readonly hex: "#908F8E";
47
+ }, {
48
+ readonly role: "Info (상태 표시 전용)";
49
+ readonly token: "--semantic-1";
50
+ readonly hex: "#009CA5";
51
+ }, {
52
+ readonly role: "Error (상태 표시 전용)";
53
+ readonly token: "--semantic-2";
54
+ readonly hex: "#F53F3F";
55
+ }, {
56
+ readonly role: "Warning (상태 표시 전용)";
57
+ readonly token: "--semantic-3";
58
+ readonly hex: "#F8B62B";
59
+ }];
60
+ export type DsColor = typeof DS_COLORS[number];
61
+ export declare const DS_TYPOGRAPHY: readonly [{
62
+ readonly token: "title1";
63
+ readonly size: 26;
64
+ readonly weight: 700;
65
+ readonly usage: "페이지 제목 (H1)";
66
+ }, {
67
+ readonly token: "title2";
68
+ readonly size: 24;
69
+ readonly weight: 700;
70
+ readonly usage: "섹션 제목 (H2)";
71
+ }, {
72
+ readonly token: "title3";
73
+ readonly size: 22;
74
+ readonly weight: 700;
75
+ readonly usage: "서브섹션 제목 (H3)";
76
+ }, {
77
+ readonly token: "title4";
78
+ readonly size: 20;
79
+ readonly weight: 700;
80
+ readonly usage: "카드·모달 제목";
81
+ }, {
82
+ readonly token: "title5";
83
+ readonly size: 18;
84
+ readonly weight: 700;
85
+ readonly usage: "강조 라벨";
86
+ }, {
87
+ readonly token: "subtitle1";
88
+ readonly size: 20;
89
+ readonly weight: 400;
90
+ readonly usage: "부제목·설명";
91
+ }, {
92
+ readonly token: "body1";
93
+ readonly size: 18;
94
+ readonly weight: 300;
95
+ readonly usage: "큰 본문";
96
+ }, {
97
+ readonly token: "body2";
98
+ readonly size: 16;
99
+ readonly weight: 300;
100
+ readonly usage: "기본 본문 (default)";
101
+ }, {
102
+ readonly token: "body3";
103
+ readonly size: 14;
104
+ readonly weight: 300;
105
+ readonly usage: "작은 본문·캡션";
106
+ }, {
107
+ readonly token: "caption";
108
+ readonly size: 14;
109
+ readonly weight: 300;
110
+ readonly usage: "부가 설명·힌트";
111
+ }];
112
+ export type DsTypography = typeof DS_TYPOGRAPHY[number];
113
+ export declare const DS_SPACING_SCALE: readonly [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 36, 40, 44, 48];
114
+ export declare const DS_RADIUS: readonly [{
115
+ readonly value: "4";
116
+ readonly token: "--radius-4";
117
+ readonly usage: "Chip · Tag · 작은 요소";
118
+ }, {
119
+ readonly value: "8";
120
+ readonly token: "--radius-8";
121
+ readonly usage: "Button · Input · Card 내부";
122
+ }, {
123
+ readonly value: "12";
124
+ readonly token: "--radius-12";
125
+ readonly usage: "Card · Modal · Section";
126
+ }, {
127
+ readonly value: "16";
128
+ readonly token: "--radius-16";
129
+ readonly usage: "Bottom Sheet · 큰 컨테이너";
130
+ }, {
131
+ readonly value: "full";
132
+ readonly token: "--radius-full";
133
+ readonly usage: "Avatar · Toggle · 원형";
134
+ }];
135
+ export declare const DS_SHADOWS: readonly [{
136
+ readonly level: "small";
137
+ readonly token: "--shadow-small";
138
+ readonly usage: "Card 기본";
139
+ }, {
140
+ readonly level: "medium";
141
+ readonly token: "--shadow-medium";
142
+ readonly usage: "Dropdown · Tooltip";
143
+ }, {
144
+ readonly level: "large";
145
+ readonly token: "--shadow-large";
146
+ readonly usage: "Modal · Bottom Sheet";
147
+ }];
148
+ export interface DsComponentSpec {
149
+ type: string;
150
+ category: 'layout' | 'navigation' | 'text' | 'form' | 'action' | 'data' | 'feedback';
151
+ desc: string;
152
+ props: Record<string, string>;
153
+ notes?: string[];
154
+ }
155
+ export declare const DS_SCREEN_COMPONENTS: DsComponentSpec[];
156
+ export declare const DS_EXAMPLES: readonly [{
157
+ readonly label: "단일 화면 — 마이페이지";
158
+ readonly json: {
159
+ readonly title: "마이페이지";
160
+ readonly description: "사용자 프로필·가입 보험·설정을 한눈에 확인하는 메인 마이페이지";
161
+ readonly viewport: "mobile";
162
+ readonly components: readonly [{
163
+ readonly name: "Header";
164
+ readonly role: "상단 앱바";
165
+ }, {
166
+ readonly name: "Stack";
167
+ readonly role: "프로필 카드";
168
+ }, {
169
+ readonly name: "Avatar";
170
+ readonly role: "사용자 프로필 이미지";
171
+ }, {
172
+ readonly name: "ListItem";
173
+ readonly role: "가입 보험 항목";
174
+ }, {
175
+ readonly name: "BottomBar";
176
+ readonly role: "하단 탭바";
177
+ }];
178
+ readonly screen: readonly [{
179
+ readonly id: "h1";
180
+ readonly type: "Header";
181
+ readonly props: {
182
+ readonly title: "마이페이지";
183
+ readonly left: null;
184
+ readonly right: "bell";
185
+ };
186
+ }, {
187
+ readonly id: "s1";
188
+ readonly type: "Stack";
189
+ readonly props: {
190
+ readonly surface: true;
191
+ };
192
+ readonly children: readonly [{
193
+ readonly id: "r1";
194
+ readonly type: "Row";
195
+ readonly props: {
196
+ readonly gap: 16;
197
+ readonly align: "center";
198
+ };
199
+ readonly children: readonly [{
200
+ readonly id: "av1";
201
+ readonly type: "Avatar";
202
+ readonly props: {
203
+ readonly size: "lg";
204
+ readonly name: "김민준";
205
+ };
206
+ }, {
207
+ readonly id: "st1";
208
+ readonly type: "Stack";
209
+ readonly props: {
210
+ readonly gap: 4;
211
+ };
212
+ readonly children: readonly [{
213
+ readonly id: "hd1";
214
+ readonly type: "Heading";
215
+ readonly props: {
216
+ readonly text: "김민준 님";
217
+ readonly level: 2;
218
+ };
219
+ }, {
220
+ readonly id: "bd1";
221
+ readonly type: "Body";
222
+ readonly props: {
223
+ readonly text: "minju@hanwha.com";
224
+ readonly size: "sm";
225
+ readonly color: "secondary";
226
+ };
227
+ }];
228
+ }];
229
+ }];
230
+ }, {
231
+ readonly id: "s2";
232
+ readonly type: "Stack";
233
+ readonly props: {
234
+ readonly surface: true;
235
+ };
236
+ readonly children: readonly [{
237
+ readonly id: "hd2";
238
+ readonly type: "Heading";
239
+ readonly props: {
240
+ readonly text: "내 보험";
241
+ readonly level: 2;
242
+ };
243
+ }, {
244
+ readonly id: "li1";
245
+ readonly type: "ListItem";
246
+ readonly props: {
247
+ readonly title: "한화생명 더좋은종신보험";
248
+ readonly desc: "월 납입 87,000원";
249
+ readonly meta: "정상";
250
+ readonly hasChevron: true;
251
+ };
252
+ }, {
253
+ readonly id: "li2";
254
+ readonly type: "ListItem";
255
+ readonly props: {
256
+ readonly title: "한화생명 암보험 플러스";
257
+ readonly desc: "월 납입 32,000원";
258
+ readonly meta: "정상";
259
+ readonly hasChevron: true;
260
+ };
261
+ }];
262
+ }, {
263
+ readonly id: "s3";
264
+ readonly type: "Stack";
265
+ readonly props: {
266
+ readonly surface: true;
267
+ };
268
+ readonly children: readonly [{
269
+ readonly id: "li3";
270
+ readonly type: "ListItem";
271
+ readonly props: {
272
+ readonly title: "알림 설정";
273
+ readonly hasChevron: true;
274
+ };
275
+ }, {
276
+ readonly id: "li4";
277
+ readonly type: "ListItem";
278
+ readonly props: {
279
+ readonly title: "개인정보 처리방침";
280
+ readonly hasChevron: true;
281
+ };
282
+ }, {
283
+ readonly id: "li5";
284
+ readonly type: "ListItem";
285
+ readonly props: {
286
+ readonly title: "로그아웃";
287
+ readonly hasChevron: false;
288
+ };
289
+ }];
290
+ }, {
291
+ readonly id: "bb1";
292
+ readonly type: "BottomBar";
293
+ readonly props: {
294
+ readonly items: readonly [{
295
+ readonly icon: "home";
296
+ readonly label: "홈";
297
+ readonly active: false;
298
+ }, {
299
+ readonly icon: "search";
300
+ readonly label: "보험찾기";
301
+ readonly active: false;
302
+ }, {
303
+ readonly icon: "pay";
304
+ readonly label: "납입";
305
+ readonly active: false;
306
+ }, {
307
+ readonly icon: "my";
308
+ readonly label: "마이";
309
+ readonly active: true;
310
+ }];
311
+ };
312
+ }];
313
+ };
314
+ }, {
315
+ readonly label: "멀티스텝 플로우 — 보험 청약";
316
+ readonly json: {
317
+ readonly title: "보험 청약";
318
+ readonly description: "한화생명 종신보험 온라인 청약 3단계 프로세스";
319
+ readonly viewport: "mobile";
320
+ readonly components: readonly [{
321
+ readonly name: "Header";
322
+ readonly role: "단계별 헤더";
323
+ }, {
324
+ readonly name: "Stack";
325
+ readonly role: "폼 그룹";
326
+ }, {
327
+ readonly name: "TextField";
328
+ readonly role: "청약자 정보 입력";
329
+ }, {
330
+ readonly name: "Button";
331
+ readonly role: "다음 단계 진행";
332
+ }];
333
+ readonly screen: readonly [];
334
+ readonly flow: readonly [{
335
+ readonly step: 1;
336
+ readonly stepTitle: "청약자 정보";
337
+ readonly screen: readonly [{
338
+ readonly id: "h1";
339
+ readonly type: "Header";
340
+ readonly props: {
341
+ readonly title: "청약자 정보";
342
+ readonly left: "back";
343
+ };
344
+ }, {
345
+ readonly id: "s1";
346
+ readonly type: "Stack";
347
+ readonly props: {
348
+ readonly surface: true;
349
+ };
350
+ readonly children: readonly [{
351
+ readonly id: "tf1";
352
+ readonly type: "TextField";
353
+ readonly props: {
354
+ readonly label: "이름";
355
+ readonly value: "김민준";
356
+ readonly type: "text";
357
+ };
358
+ }, {
359
+ readonly id: "tf2";
360
+ readonly type: "TextField";
361
+ readonly props: {
362
+ readonly label: "주민등록번호";
363
+ readonly value: "830412-1******";
364
+ readonly type: "password";
365
+ };
366
+ }, {
367
+ readonly id: "tf3";
368
+ readonly type: "TextField";
369
+ readonly props: {
370
+ readonly label: "휴대폰번호";
371
+ readonly value: "010-9876-5432";
372
+ readonly type: "text";
373
+ };
374
+ }];
375
+ }, {
376
+ readonly id: "bt1";
377
+ readonly type: "Button";
378
+ readonly props: {
379
+ readonly label: "다음";
380
+ readonly variant: "primary";
381
+ readonly size: "lg";
382
+ readonly fullWidth: true;
383
+ };
384
+ }];
385
+ }, {
386
+ readonly step: 2;
387
+ readonly stepTitle: "상품 선택";
388
+ readonly screen: readonly [{
389
+ readonly id: "h2";
390
+ readonly type: "Header";
391
+ readonly props: {
392
+ readonly title: "상품 선택";
393
+ readonly left: "back";
394
+ };
395
+ }, {
396
+ readonly id: "s2";
397
+ readonly type: "Stack";
398
+ readonly props: {
399
+ readonly surface: true;
400
+ };
401
+ readonly children: readonly [{
402
+ readonly id: "hd2";
403
+ readonly type: "Heading";
404
+ readonly props: {
405
+ readonly text: "보장 기간";
406
+ readonly level: 2;
407
+ };
408
+ }, {
409
+ readonly id: "ch1";
410
+ readonly type: "Chip";
411
+ readonly props: {
412
+ readonly items: readonly [{
413
+ readonly label: "10년";
414
+ readonly selected: false;
415
+ }, {
416
+ readonly label: "20년";
417
+ readonly selected: true;
418
+ }, {
419
+ readonly label: "종신";
420
+ readonly selected: false;
421
+ }];
422
+ };
423
+ }, {
424
+ readonly id: "hd3";
425
+ readonly type: "Heading";
426
+ readonly props: {
427
+ readonly text: "납입 방법";
428
+ readonly level: 2;
429
+ };
430
+ }, {
431
+ readonly id: "dr1";
432
+ readonly type: "Dropdown";
433
+ readonly props: {
434
+ readonly label: "납입 주기";
435
+ readonly value: "월납";
436
+ };
437
+ }, {
438
+ readonly id: "tf4";
439
+ readonly type: "TextField";
440
+ readonly props: {
441
+ readonly label: "보험료";
442
+ readonly value: "87,000원";
443
+ readonly type: "text";
444
+ readonly helper: "월납 기준 예상 보험료입니다";
445
+ };
446
+ }];
447
+ }, {
448
+ readonly id: "bt2";
449
+ readonly type: "Button";
450
+ readonly props: {
451
+ readonly label: "다음";
452
+ readonly variant: "primary";
453
+ readonly size: "lg";
454
+ readonly fullWidth: true;
455
+ };
456
+ }];
457
+ }, {
458
+ readonly step: 3;
459
+ readonly stepTitle: "최종 확인";
460
+ readonly screen: readonly [{
461
+ readonly id: "h3";
462
+ readonly type: "Header";
463
+ readonly props: {
464
+ readonly title: "최종 확인";
465
+ readonly left: "back";
466
+ };
467
+ }, {
468
+ readonly id: "s3";
469
+ readonly type: "Stack";
470
+ readonly props: {
471
+ readonly surface: true;
472
+ };
473
+ readonly children: readonly [{
474
+ readonly id: "li1";
475
+ readonly type: "ListItem";
476
+ readonly props: {
477
+ readonly title: "청약자";
478
+ readonly meta: "김민준";
479
+ };
480
+ }, {
481
+ readonly id: "li2";
482
+ readonly type: "ListItem";
483
+ readonly props: {
484
+ readonly title: "상품명";
485
+ readonly meta: "한화생명 더좋은종신보험";
486
+ };
487
+ }, {
488
+ readonly id: "li3";
489
+ readonly type: "ListItem";
490
+ readonly props: {
491
+ readonly title: "보장 기간";
492
+ readonly meta: "20년";
493
+ };
494
+ }, {
495
+ readonly id: "li4";
496
+ readonly type: "ListItem";
497
+ readonly props: {
498
+ readonly title: "월 납입료";
499
+ readonly meta: "87,000원";
500
+ };
501
+ }];
502
+ }, {
503
+ readonly id: "s4";
504
+ readonly type: "Stack";
505
+ readonly props: {
506
+ readonly surface: true;
507
+ };
508
+ readonly children: readonly [{
509
+ readonly id: "cb1";
510
+ readonly type: "Checkbox";
511
+ readonly props: {
512
+ readonly label: "전자서명 및 청약 내용에 동의합니다";
513
+ readonly checked: true;
514
+ };
515
+ }];
516
+ }, {
517
+ readonly id: "bt3";
518
+ readonly type: "Button";
519
+ readonly props: {
520
+ readonly label: "청약 신청 완료";
521
+ readonly variant: "primary";
522
+ readonly size: "lg";
523
+ readonly fullWidth: true;
524
+ };
525
+ }];
526
+ }];
527
+ };
528
+ }];
529
+ export declare const DS_GENERATION_RULES: readonly ["screen 배열은 위에서 아래로 화면을 구성한다.", "Stack/Row 안에 children으로 중첩 가능하다.", "모바일 화면은 반드시 Header로 시작하고, 하단 탭이 있으면 BottomBar로 끝낸다.", "실제 사용 사례에 맞는 텍스트와 값을 사용한다 (placeholder 문구 X, 실제 예시 O).", "components 배열에는 사용한 DS 컴포넌트 목록을 나열한다.", "색상은 반드시 한화생명 DS 팔레트만 사용 — 임의 색상 절대 금지.", "생성하는 TSX 코드도 한화생명 DS CSS 변수(--orange-500, --gray-100 등)를 사용한다.", "화면 배경은 gray-100(연회색). 관련 항목들은 Stack(surface:true)으로 묶어 흰 카드로 표현한다.", "마이페이지·설정 등 섹션 화면: 각 섹션을 Stack(surface:true)로 그룹핑 후 내부에 ListItem 배치.", "풍부한 레이아웃: Card, Row(stat tiles), Stack(surface)을 조합해 밀도 있는 화면을 구성한다.", "DS 모바일 여백 규칙: 화면 좌우 마진 20px (렌더러 자동 적용). Stack(surface:true) 내부 폼 요소 간격 16px.", "폼 화면 패턴: 연관된 폼 필드들을 Stack(surface:true)로 묶고, 섹션별로 Heading(level:2) → 필드 순서로 배치.", "One Page, One Task 원칙: 하나의 화면에 하나의 태스크만. 여러 단계 프로세스는 반드시 flow 형식으로 분리.", "flow 각 step Header title은 전체 프로세스명이 아닌 해당 단계명으로 설정.", "flow 마지막 step에는 반드시 완료·제출 Button(variant:primary, fullWidth:true) 배치."];
530
+ //# sourceMappingURL=dsSpec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dsSpec.d.ts","sourceRoot":"","sources":["../../../src/data/dsSpec.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAMH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcZ,CAAA;AAEV,MAAM,MAAM,OAAO,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC,CAAA;AAM9C,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWhB,CAAA;AAEV,MAAM,MAAM,YAAY,GAAG,OAAO,aAAa,CAAC,MAAM,CAAC,CAAA;AAMvD,eAAO,MAAM,gBAAgB,uFAAwF,CAAA;AAMrH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;EAMZ,CAAA;AAMV,eAAO,MAAM,UAAU;;;;;;;;;;;;EAIb,CAAA;AAMV,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,QAAQ,GAAG,YAAY,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,UAAU,CAAA;IACpF,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC7B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;CACjB;AAED,eAAO,MAAM,oBAAoB,EAAE,eAAe,EAsPjD,CAAA;AAUD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuId,CAAA;AAMV,eAAO,MAAM,mBAAmB,w5BAgBtB,CAAA"}
@@ -0,0 +1,30 @@
1
+ export * from './components/Button';
2
+ export * from './components/IconButton';
3
+ export * from './components/TextButton';
4
+ export * from './components/Checkbox';
5
+ export * from './components/CheckboxButton';
6
+ export * from './components/Radio';
7
+ export * from './components/Toggle';
8
+ export * from './components/Chip';
9
+ export * from './components/TextField';
10
+ export * from './components/Tabs';
11
+ export * from './components/Stepper';
12
+ export * from './components/Toast';
13
+ export * from './components/Notification';
14
+ export * from './components/Tooltip';
15
+ export * from './components/Accordion';
16
+ export * from './components/BottomSheet';
17
+ export * from './components/Card';
18
+ export * from './components/DatePicker';
19
+ export * from './components/Dropdown';
20
+ export * from './components/EmptyState';
21
+ export * from './components/List';
22
+ export * from './components/Modal';
23
+ export * from './components/Table';
24
+ export * from './components/Avatar';
25
+ export * from './components/Badge';
26
+ export * from './components/Progress';
27
+ export * from './components/Icon';
28
+ export * from './components/AssetIcon';
29
+ export * from './components/Graphic';
30
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA;AACvC,cAAc,uBAAuB,CAAA;AACrC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,oBAAoB,CAAA;AAClC,cAAc,2BAA2B,CAAA;AACzC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,0BAA0B,CAAA;AACxC,cAAc,mBAAmB,CAAA;AACjC,cAAc,yBAAyB,CAAA;AACvC,cAAc,uBAAuB,CAAA;AACrC,cAAc,yBAAyB,CAAA;AACvC,cAAc,mBAAmB,CAAA;AACjC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,oBAAoB,CAAA;AAClC,cAAc,uBAAuB,CAAA;AACrC,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1,16 @@
1
+ export declare const LOGO_SVG_MAP: Record<string, string>;
2
+ export declare const ASSET_MAP: Record<string, string>;
3
+ export declare const ILLUST_SVG_MAP: Record<string, string>;
4
+ export declare const NAV_SVG_MAP: Record<string, string>;
5
+ export declare const UTIL_SVG_MAP: Record<string, string>;
6
+ export declare const ASSET_ALIAS: Record<string, string>;
7
+ export declare const resolveAsset: (name: string) => string | undefined;
8
+ export declare const BRAND_MONOGRAM: Record<string, {
9
+ bg: string;
10
+ fg: string;
11
+ label: string;
12
+ }>;
13
+ export declare const triggerDownload: (blob: Blob, filename: string) => void;
14
+ export declare const copySvgToClipboard: (url: string | undefined) => Promise<boolean>;
15
+ export declare const downloadAsset: (name: string, ext: "svg" | "png") => void;
16
+ //# sourceMappingURL=assets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../src/lib/assets.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAM,CAAA;AAKtD,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAM,CAAA;AAoBnD,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAM,CAAA;AAIxD,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAM,CAAA;AAIrD,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAM,CAAA;AAMtD,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAwB9C,CAAA;AAED,eAAO,MAAM,YAAY,GAAI,MAAM,MAAM,KAAG,MAAM,GAAG,SAC8B,CAAA;AAGnF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CA2CpF,CAAA;AAED,eAAO,MAAM,eAAe,GAAI,MAAM,IAAI,EAAE,UAAU,MAAM,SAS3D,CAAA;AAED,eAAO,MAAM,kBAAkB,GAAU,KAAK,MAAM,GAAG,SAAS,KAAG,OAAO,CAAC,OAAO,CAkBjF,CAAA;AAED,eAAO,MAAM,aAAa,GAAI,MAAM,MAAM,EAAE,KAAK,KAAK,GAAG,KAAK,SAc7D,CAAA"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * buildSystemPrompt.ts
3
+ *
4
+ * dsSpec.ts의 단일 소스에서 AI 시스템 프롬프트를 자동 생성합니다.
5
+ * dsSpec.ts가 변경되면 이 함수의 반환값도 자동으로 갱신됩니다.
6
+ */
7
+ export declare function buildSystemPrompt(): string;
8
+ //# sourceMappingURL=buildSystemPrompt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buildSystemPrompt.d.ts","sourceRoot":"","sources":["../../../src/lib/buildSystemPrompt.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAaH,wBAAgB,iBAAiB,IAAI,MAAM,CAqL1C"}
@@ -0,0 +1,40 @@
1
+ export declare const VALID_NODE_TYPES: Set<string>;
2
+ export interface ScreenNode {
3
+ id: string;
4
+ type: string;
5
+ props?: Record<string, unknown>;
6
+ children?: ScreenNode[];
7
+ }
8
+ export interface FlowStep {
9
+ step: number;
10
+ stepTitle: string;
11
+ screen: ScreenNode[];
12
+ }
13
+ export interface GenerateResult {
14
+ title: string;
15
+ description: string;
16
+ viewport: 'mobile' | 'web';
17
+ components: Array<{
18
+ name: string;
19
+ role: string;
20
+ props?: Record<string, unknown>;
21
+ }>;
22
+ flow?: FlowStep[];
23
+ screen: ScreenNode[];
24
+ code: string;
25
+ }
26
+ /** 유효하지 않은 타입 제거 + children 재귀 검증 */
27
+ export declare function validateNodes(nodes: ScreenNode[]): {
28
+ nodes: ScreenNode[];
29
+ removedTypes: string[];
30
+ };
31
+ export interface Message {
32
+ role: 'user' | 'assistant';
33
+ content: string;
34
+ }
35
+ export declare function callClaude(query: string, history?: Message[]): Promise<{
36
+ result: GenerateResult;
37
+ rawText: string;
38
+ validationWarnings: string[];
39
+ }>;
40
+ //# sourceMappingURL=callClaude.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"callClaude.d.ts","sourceRoot":"","sources":["../../../src/lib/callClaude.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,aAQ3B,CAAA;AAEF,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC/B,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAA;CACxB;AAED,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,UAAU,EAAE,CAAA;CACrB;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,QAAQ,GAAG,KAAK,CAAA;IAC1B,UAAU,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAE,CAAC,CAAA;IAClF,IAAI,CAAC,EAAE,QAAQ,EAAE,CAAA;IACjB,MAAM,EAAE,UAAU,EAAE,CAAA;IACpB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,qCAAqC;AACrC,wBAAgB,aAAa,CAAC,KAAK,EAAE,UAAU,EAAE,GAAG;IAAE,KAAK,EAAE,UAAU,EAAE,CAAC;IAAC,YAAY,EAAE,MAAM,EAAE,CAAA;CAAE,CAuBlG;AAED,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,GAAG,WAAW,CAAA;IAC1B,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,wBAAsB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,GAAE,OAAO,EAAO,GAAG,OAAO,CAAC;IAAE,MAAM,EAAE,cAAc,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,kBAAkB,EAAE,MAAM,EAAE,CAAA;CAAE,CAAC,CA8E3J"}
@@ -0,0 +1,2 @@
1
+ export declare const cn: (...c: (string | false | null | undefined)[]) => string;
2
+ //# sourceMappingURL=cn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../../src/lib/cn.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,EAAE,GAAI,GAAG,GAAG,CAAC,MAAM,GAAG,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC,EAAE,WACjC,CAAA"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * dsSystemPrompt.ts
3
+ *
4
+ * AI Screen Builder에 전달하는 시스템 프롬프트.
5
+ * 이 값은 dsSpec.ts → buildSystemPrompt() 에서 자동 생성됩니다.
6
+ * 직접 수정하지 마세요 — dsSpec.ts를 수정하세요.
7
+ */
8
+ export declare const DS_SYSTEM_PROMPT: string;
9
+ //# sourceMappingURL=dsSystemPrompt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dsSystemPrompt.d.ts","sourceRoot":"","sources":["../../../src/lib/dsSystemPrompt.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,eAAO,MAAM,gBAAgB,QAAsB,CAAA"}
@@ -0,0 +1,3 @@
1
+ export declare const setGenerateQuery: (q: string) => void;
2
+ export declare const getGenerateQuery: () => string;
3
+ //# sourceMappingURL=generateStore.d.ts.map