waaraawa_ByteGrid/packages/core
waaraawa 482b458370 feat(core): add automatic color assignment for fields
- Add autoColor option (default: true)
    - true: Auto-assign colors to fields without explicit colors
    - false: Use gray for fields without explicit colors
  - Auto color sequence: blue, cyan, yellow, green, orange, purple, mint, pink
  - Padding/reserved fields always use gray
  - Explicit colors always take precedence

  Examples & Documentation:
  - Add 4 example files (basic, manual, mixed, interactive guide)
  - Update examples/README.md with Auto Color section
  - Add Color Options explanation

  Tests:
  - Add 8 new tests (5 layoutEngine, 3 parser)
  - Update existing test for autoColor: false
2025-10-22 22:24:24 +09:00
..
src feat(core): add automatic color assignment for fields 2025-10-22 22:24:24 +09:00
tests feat(core): add automatic color assignment for fields 2025-10-22 22:24:24 +09:00
jest.config.js chore: initial project setup 2025-10-13 09:34:29 +09:00
package.json chore: initial project setup 2025-10-13 09:34:29 +09:00
tsconfig.json chore: initial project setup 2025-10-13 09:34:29 +09:00