@cv-tec/validations 1.2.1 → 1.2.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.
- package/dist/validation.json +5 -0
- package/package.json +1 -1
package/dist/validation.json
CHANGED
|
@@ -398,6 +398,7 @@
|
|
|
398
398
|
},
|
|
399
399
|
"IconType": { "$comment": "icon_name", "type": "string", "minLength": 1, "maxLength": 50 },
|
|
400
400
|
"HeaderThemeType": {
|
|
401
|
+
"$comment": "section_header",
|
|
401
402
|
"type": "object",
|
|
402
403
|
"properties": {
|
|
403
404
|
"type": { "type": "string", "enum": ["h1", "h2", "h3", "h4", "h5", "h6"] },
|
|
@@ -415,6 +416,7 @@
|
|
|
415
416
|
"additionalProperties": false
|
|
416
417
|
},
|
|
417
418
|
"IconStyleType": {
|
|
419
|
+
"$comment": "icon_css_style",
|
|
418
420
|
"type": "object",
|
|
419
421
|
"properties": {
|
|
420
422
|
"color": { "$ref": "#/definitions/color" },
|
|
@@ -427,6 +429,7 @@
|
|
|
427
429
|
"additionalProperties": false
|
|
428
430
|
},
|
|
429
431
|
"IconItemThemeType": {
|
|
432
|
+
"$comment": "icon_item",
|
|
430
433
|
"type": "object",
|
|
431
434
|
"properties": {
|
|
432
435
|
"icon_name": { "$ref": "#/definitions/IconType" },
|
|
@@ -437,6 +440,7 @@
|
|
|
437
440
|
"additionalProperties": false
|
|
438
441
|
},
|
|
439
442
|
"ProfileImgThemeStyle": {
|
|
443
|
+
"$comment": "img_css_style",
|
|
440
444
|
"type": "object",
|
|
441
445
|
"properties": {
|
|
442
446
|
"borderColor": { "$ref": "#/definitions/color" },
|
|
@@ -447,6 +451,7 @@
|
|
|
447
451
|
"additionalProperties": false
|
|
448
452
|
},
|
|
449
453
|
"ProgressThemeType": {
|
|
454
|
+
"$comment": "progress_style",
|
|
450
455
|
"type": "object",
|
|
451
456
|
"properties": {
|
|
452
457
|
"filled_color": { "$ref": "#/definitions/color" },
|