@redhat-cloud-services/frontend-components-config-utilities 4.8.0 → 4.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -593,12 +593,11 @@
|
|
|
593
593
|
"sm": {
|
|
594
594
|
"type": "array",
|
|
595
595
|
"items": {
|
|
596
|
-
"type": "object",
|
|
597
|
-
"$ref": "#/$defs/templateConfigItem",
|
|
598
|
-
"required": ["w", "h", "cx", "cy", "i"],
|
|
599
|
-
"additionalProperties": false,
|
|
600
596
|
"allOf": [
|
|
597
|
+
{ "$ref": "#/$defs/templateConfigItem" },
|
|
601
598
|
{
|
|
599
|
+
"type": "object",
|
|
600
|
+
"required": ["w", "h", "cx", "cy", "i"],
|
|
602
601
|
"properties": {
|
|
603
602
|
"cx": {
|
|
604
603
|
"type": "number",
|
|
@@ -618,12 +617,11 @@
|
|
|
618
617
|
"md": {
|
|
619
618
|
"type": "array",
|
|
620
619
|
"items": {
|
|
621
|
-
"type": "object",
|
|
622
|
-
"$ref": "#/$defs/templateConfigItem",
|
|
623
|
-
"required": ["w", "h", "cx", "cy", "i"],
|
|
624
|
-
"additionalProperties": false,
|
|
625
620
|
"allOf": [
|
|
621
|
+
{ "$ref": "#/$defs/templateConfigItem" },
|
|
626
622
|
{
|
|
623
|
+
"type": "object",
|
|
624
|
+
"required": ["w", "h", "cx", "cy", "i"],
|
|
627
625
|
"properties": {
|
|
628
626
|
"cx": {
|
|
629
627
|
"type": "number",
|
|
@@ -643,12 +641,11 @@
|
|
|
643
641
|
"lg": {
|
|
644
642
|
"type": "array",
|
|
645
643
|
"items": {
|
|
646
|
-
"type": "object",
|
|
647
|
-
"$ref": "#/$defs/templateConfigItem",
|
|
648
|
-
"required": ["w", "h", "cx", "cy", "i"],
|
|
649
|
-
"additionalProperties": false,
|
|
650
644
|
"allOf": [
|
|
645
|
+
{ "$ref": "#/$defs/templateConfigItem" },
|
|
651
646
|
{
|
|
647
|
+
"type": "object",
|
|
648
|
+
"required": ["w", "h", "cx", "cy", "i"],
|
|
652
649
|
"properties": {
|
|
653
650
|
"cx": {
|
|
654
651
|
"type": "number",
|
|
@@ -668,10 +665,13 @@
|
|
|
668
665
|
"xl": {
|
|
669
666
|
"type": "array",
|
|
670
667
|
"items": {
|
|
671
|
-
"
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
668
|
+
"allOf": [
|
|
669
|
+
{ "$ref": "#/$defs/templateConfigItem" },
|
|
670
|
+
{
|
|
671
|
+
"type": "object",
|
|
672
|
+
"required": ["w", "h", "cx", "cy", "i"]
|
|
673
|
+
}
|
|
674
|
+
]
|
|
675
675
|
}
|
|
676
676
|
}
|
|
677
677
|
}
|
package/package.json
CHANGED