Files
Figma-to-HTML/templates_staging/issues-paired-rows.meta.yaml
kyeongmin beb5fd0c61 Figma-to-HTML 에이전트 초기 커밋
- 10단계 변환 프로세스 (PROCESS.md)
- 수학 공식 레퍼런스 (MATH.md, gradient_math.py)
- CSS 보정 규칙 R1~R16 (RULES.md)
- 작업 규율 7개 규칙 (PROCESS-CONTROL.md)
- 8개 Figma 프레임 1:1 HTML 변환물 (block-tests/)
- 8개 Jinja2 템플릿 staging (templates_staging/)
- 변환 완료 도서관 + 디자인 인사이트 (blocks_index.md)
- 사용법 가이드 (README.md)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 11:16:33 +09:00

34 lines
941 B
YAML

pattern_id: issues-paired-rows
category: tables
version: 0.1.0
provenance:
source_frame: "45:19 / Frame 1171281194"
reference_html: ../block-tests/bim-issues-paired.html
description: |
N개의 행, 각 행 = 좌 이슈 + 우 이슈 (라벨 pill + 본문). 가운데 세로 구분선.
pill 위치가 행마다 top/bottom 교차 가능. 현황 분석, 문제점 진단, 대조 분석에 적합.
when:
relation_type: [paired-issues, dual-diagnosis, problem-pairs]
content_shape:
rows: { min: 2, max: 8 }
per_row: { exact: 2 }
slots:
header: { type: object, required: false }
pill_bg: { type: image, required: false }
rows:
type: list
required: true
min: 2
max: 8
item:
left: { label: string, text: html_string }
right: { label: string, text: html_string }
pills_bottom: { type: boolean, default: false }
min_size_px: { width: 800, height: 400 }
sub_patterns: []
priority: 45