addedInput schema / $defs / __schema0 / properties / componentSource
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "componentId": {
+ "pattern": "^[A-Za-z0-9_-]{1,100}$",
+ "type": "string"
+ },
+ "systemId": {
+ "pattern": "^[A-Za-z0-9_-]{1,100}$",
+ "type": "string"
+ },
+ "systemVersion": {
+ "maxLength": 64,
+ "pattern": "^(?:0|[1-9][0-9]*)\\.(?:0|[1-9][0-9]*)\\.(?:0|[1-9][0-9]*)(?:-[A-Za-z0-9]+(?:[.-][A-Za-z0-9]+)*)?$",
+ "type": "string"
+ },
+ "variant": {
+ "pattern": "^[A-Za-z0-9_-]{1,100}$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "systemId",
+ "systemVersion",
+ "componentId"
+ ],
+ "type": "object"
+}
removedInput schema / $defs / __schema0 / properties / style / properties / fontFamily / enum
Removed value: -[
- "Inter",
- "Lora",
- "monospace",
- "sans-serif",
- "serif"
-]
addedInput schema / $defs / __schema0 / properties / style / properties / fontFamily / pattern
Added value: +"^[A-Za-z][A-Za-z0-9 _-]{0,79}$"
removedInput schema / $defs / __schema0 / properties / style / properties / fontWeight / anyOf
Removed value: -[
- {
- "const": 400,
- "type": "number"
- },
- {
- "const": 500,
- "type": "number"
- },
- {
- "const": 600,
- "type": "number"
- },
- {
- "const": 700,
- "type": "number"
- }
-]
addedInput schema / $defs / __schema0 / properties / style / properties / fontWeight / maximum
Added value: +900
addedInput schema / $defs / __schema0 / properties / style / properties / fontWeight / minimum
Added value: +100
addedInput schema / $defs / __schema0 / properties / style / properties / fontWeight / type
Added value: +"integer"
addedInput schema / $defs / __schema0 / properties / tokenBindings
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "background": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "borderColor": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "borderRadius": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "borderWidth": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "color": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "fontFamily": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "fontSize": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "fontWeight": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "gap": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "letterSpacing": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "lineHeight": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "opacity": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ },
+ "padding": {
+ "maxLength": 200,
+ "pattern": "^[A-Za-z][A-Za-z0-9_-]*(?:\\.[A-Za-z0-9_-]+)*$",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
removedInput schema / properties / brand / properties / fonts / properties / body / enum
Removed value: -[
- "Inter",
- "Lora",
- "monospace",
- "sans-serif",
- "serif"
-]
addedInput schema / properties / brand / properties / fonts / properties / body / pattern
Added value: +"^[A-Za-z][A-Za-z0-9 _-]{0,79}$"
removedInput schema / properties / brand / properties / fonts / properties / heading / enum
Removed value: -[
- "Inter",
- "Lora",
- "monospace",
- "sans-serif",
- "serif"
-]
addedInput schema / properties / brand / properties / fonts / properties / heading / pattern
Added value: +"^[A-Za-z][A-Za-z0-9 _-]{0,79}$"