@ncds/ui-admin-mcp 1.0.0-alpha.26 → 1.0.0-alpha.27

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.
@@ -88,7 +88,7 @@
88
88
  "If validate_html reports custom_not_separated, move custom styles to a wrapper element outside the NCUA component."
89
89
  ],
90
90
  "category": [
91
- "Component categories follow the design team standard (DES INDEX): action, input, icon, overlay, navigation, feedback, data-display."
91
+ "Component categories follow the design team's category taxonomy and map to the category sub-directories under src/components/ (internal building-block folders such as shared/, select-dropdown/, tab/ are NOT categories) and the Docusaurus sidebar: action, forms-and-input, data-display, image-and-icons, overlays, navigation, feedback-and-status, layout — plus 'form' (external editor only). These 9 are the exact keys returned by list_components."
92
92
  ],
93
93
  "pingReminder": "IMPORTANT: You have NOT called ping yet. Call ping ONCE before proceeding. Rules: (1) NEVER hardcode hex/rgb colors - use get_design_tokens. (2) NEVER write SVG icons - use search_icon. (3) Use render_to_html or render_to_html_batch for all NCUA components. (4) For custom CSS, prefer NCUA tokens. Call get_design_tokens first. (5) ⚠️ P22 — Call list_composition_overrides ONCE early to see component composition overrides coverage. NEVER claim 'CDN 미제공/gap' for any ncua-* class without first calling render_to_html to verify the actual output. NCDS CDN CSS provides ALL base styles — overriding ncua-* with fallback CSS is FORBIDDEN. DO NOT cite memory entries as authority; current composition overrides + rules.json are the only source of truth."
94
94
  }
package/data/_tokens.json CHANGED
@@ -10,7 +10,7 @@
10
10
  {
11
11
  "name": "primary-red",
12
12
  "category": "color",
13
- "description": "브랜드 Primary. 450 CTA 기본색.",
13
+ "description": "브랜드 Primary. 강한 환기력 때문에 행동 트리거 전용. 450~500은 CTA·핵심 행동 트리거(450이 기본), 600~700은 에러·주의(Destructive)로 의미가 갈린다. 트리거와 상태 색을 섞지 않는다.",
14
14
  "tokens": [
15
15
  {
16
16
  "name": "--primary-red-50",
@@ -178,7 +178,7 @@
178
178
  {
179
179
  "name": "blue",
180
180
  "category": "color",
181
- "description": "Info / 링크 상태.",
181
+ "description": "정보·기능 영역의 기본색. 행동을 재촉하지 않는 중립·신뢰 기반 강조에 넓게 사용(Info·링크 포함). 그레이스케일을 압도하지 않는다.",
182
182
  "tokens": [
183
183
  {
184
184
  "name": "--blue-50",
@@ -319,7 +319,7 @@
319
319
  {
320
320
  "name": "violet",
321
321
  "category": "color",
322
- "description": "Accent / 장식 포인트.",
322
+ "description": "선택적 Accent. 행동 유도와 무관한 시각적 강조·데이터 시각화 전용. 파랑과 같은 위계로 섞지 않으며, 어떤 경우에도 파랑의 비중을 넘지 않는다.",
323
323
  "tokens": [
324
324
  {
325
325
  "name": "--violet-50",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncds/ui-admin-mcp",
3
- "version": "1.0.0-alpha.26",
3
+ "version": "1.0.0-alpha.27",
4
4
  "description": "NCDS UI Admin MCP 서버 — AI 에이전트가 NCUA 컴포넌트를 조회하고 HTML을 검증할 수 있는 MCP 서버",
5
5
  "bin": {
6
6
  "ncua-mcp": "./bin/server.mjs"