|
1 | 1 | { |
2 | 2 | "additionalProperties": false, |
3 | 3 | "required": ["light", "dark", "radius", "text", "spacing", "global", "themeVariant", "componentProperties"], |
4 | | - |
5 | 4 | "properties": { |
6 | 5 | "global": { |
7 | 6 | "additionalProperties": false, |
|
691 | 690 | }, |
692 | 691 | "radius": { |
693 | 692 | "additionalProperties": false, |
694 | | - "required": ["bar", "button", "checkbox", "avatar", "container", "indicator", "chip", "input", "legacyDisplay", "popup", "sheet"], |
| 693 | + "required": ["bar", "button", "checkbox", "avatar", "container", "indicator", "chip", "input", "popup", "sheet"], |
695 | 694 | "properties": { |
696 | 695 | "avatar": { "$ref": "#/definitions/radiusProperties" }, |
697 | 696 | "bar": { "$ref": "#/definitions/radiusProperties" }, |
|
702 | 701 | "chip": { "$ref": "#/definitions/radiusProperties" }, |
703 | 702 | "tag": { "$ref": "#/definitions/radiusProperties" }, |
704 | 703 | "input": { "$ref": "#/definitions/radiusProperties" }, |
705 | | - "legacyDisplay": { "$ref": "#/definitions/radiusProperties" }, |
706 | 704 | "popup": { "$ref": "#/definitions/radiusProperties" }, |
707 | 705 | "sheet": { "$ref": "#/definitions/radiusProperties" }, |
708 | 706 | "mediaSmall": { "$ref": "#/definitions/radiusProperties" } |
|
0 commit comments