File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,20 +79,12 @@ export type DesignTokenValue = {
7979 value : string
8080}
8181
82- // For designProperties[].defaultValue (definition level)
83- // Upstream: DesignPropertyValueSchema — canonical value only (no pointer, no dimensioned)
8482export type DesignPropertyDefinitionValue = ManualDesignValue | DesignTokenValue
8583
86- // Canonical design property value — ManualDesignValue or DesignToken only
87- // Upstream: DesignPropertyValueSchema (schema line 86-91)
8884export type DesignPropertyValue = ManualDesignValue | DesignTokenValue
8985
90- // Dimensioned record — maps breakpoint keys to canonical values
91- // Upstream: DimensionedDesignPropertyValueSchema — Record<string, DesignPropertyValueSchema>
9286export type DimensionedDesignPropertyValue = Record < string , DesignPropertyValue >
9387
94- // Tree-node-level union — pointer and dimensioned are siblings of the canonical value
95- // Upstream: ComponentTreeDesignPropertyValueSchema (schema line 101-104)
9688export type ComponentTreeDesignPropertyValue =
9789 | DesignPropertyValue
9890 | DesignPropertyPointerValue
You can’t perform that action at this time.
0 commit comments