@@ -105,13 +105,13 @@ test/should-fail.test.tsx(272,18): error TS2345: Argument of type '{ textAlign:
105
105
test/should-fail.test.tsx(289,35): error TS2322: Type ' { display: \\"blocks\\"; }' is not assignable to type ' IntrinsicAttributes & IntrinsicClassAttributes<Component<object & CSSProperties & ExtraGlamorousP...' .
106
106
Type ' { display: \\"blocks\\"; }' is not assignable to type ' Readonly<object & CSSProperties & ExtraGlamorousProps>' .
107
107
Types of property ' display' are incompatible.
108
- Type ' \\"blocks\\"' is not assignable to type ' \\"none\\" | \\"ruby\\" | \\"table\\" | \\"inline \\" | \\"grid \\" | \\"initial \\" | \\"inherit \\" | \\"unset \\" | \\"block \\" | \\"run- ...' .
108
+ Type ' \\"blocks\\"' is not assignable to type ' \\"none\\" | \\"ruby\\" | \\"table\\" | \\"inherit \\" | \\"initial \\" | \\"unset \\" | \\"contents \\" | \\"block \\" | \\"inline \\" | \\"...' .
109
109
test/should-fail.test.tsx(290,38): error TS2559: Type ' { display: string; }' has no properties in common with type ' IntrinsicAttributes & IntrinsicClassAttributes<Component<object & ExtraGlamorousProps, ComponentS...' .
110
110
test/should-fail.test.tsx(291,42): error TS2559: Type ' { display: string; }' has no properties in common with type ' IntrinsicAttributes & IntrinsicClassAttributes<Component<object & ExtraGlamorousProps, ComponentS...' .
111
111
test/should-fail.test.tsx(293,29): error TS2322: Type ' { display: \\"blocks\\"; }' is not assignable to type ' IntrinsicAttributes & IntrinsicClassAttributes<Component<HTMLProps<HTMLDivElement> & object & CSS...' .
112
112
Type ' { display: \\"blocks\\"; }' is not assignable to type ' Readonly<HTMLProps<HTMLDivElement> & object & CSSProperties & ExtraGlamorousProps>' .
113
113
Types of property ' display' are incompatible.
114
- Type ' \\"blocks\\"' is not assignable to type ' \\"none\\" | \\"ruby\\" | \\"table\\" | \\"inline \\" | \\"grid \\" | \\"initial \\" | \\"inherit \\" | \\"unset \\" | \\"block \\" | \\"run- ...' .
114
+ Type ' \\"blocks\\"' is not assignable to type ' \\"none\\" | \\"ruby\\" | \\"table\\" | \\"inherit \\" | \\"initial \\" | \\"unset \\" | \\"contents \\" | \\"block \\" | \\"inline \\" | \\"...' .
115
115
test/should-fail.test.tsx(294,32): error TS2559: Type ' { display: string; }' has no properties in common with type ' IntrinsicAttributes & IntrinsicClassAttributes<Component<HTMLProps<HTMLDivElement> & object & Ext...' .
116
116
test/should-fail.test.tsx(295,36): error TS2559: Type ' { display: string; }' has no properties in common with type ' IntrinsicAttributes & IntrinsicClassAttributes<Component<HTMLProps<HTMLDivElement> & object & Ext...' .
117
117
"
0 commit comments