Skip to content

Commit b10bdaa

Browse files
committed
chore: comments removed
1 parent 89eaf65 commit b10bdaa

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

lib/entities/component-type.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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)
8482
export type DesignPropertyDefinitionValue = ManualDesignValue | DesignTokenValue
8583

86-
// Canonical design property value — ManualDesignValue or DesignToken only
87-
// Upstream: DesignPropertyValueSchema (schema line 86-91)
8884
export type DesignPropertyValue = ManualDesignValue | DesignTokenValue
8985

90-
// Dimensioned record — maps breakpoint keys to canonical values
91-
// Upstream: DimensionedDesignPropertyValueSchema — Record<string, DesignPropertyValueSchema>
9286
export 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)
9688
export type ComponentTreeDesignPropertyValue =
9789
| DesignPropertyValue
9890
| DesignPropertyPointerValue

0 commit comments

Comments
 (0)