Add authoring principles for theming targets
Document how to decide what theming targets to expose: target the
element that carries styling, reflect state/size via themeProps rather
than new targets, use one name and shape per concept across components,
prefer inheritance over child targets, keep internal structure private,
require a stated visual intent, and consolidate at the design level
first.