@cv-tec/validations 1.2.1 → 1.2.3

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.
@@ -398,11 +398,13 @@
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"] },
404
405
  "position": { "type": "string", "enum": ["left", "center", "right"] },
405
406
  "icon": {
407
+ "$comment": "section_header_icon",
406
408
  "type": "object",
407
409
  "properties": {
408
410
  "name": { "$ref": "#/definitions/IconType" },
@@ -415,6 +417,7 @@
415
417
  "additionalProperties": false
416
418
  },
417
419
  "IconStyleType": {
420
+ "$comment": "icon_css_style",
418
421
  "type": "object",
419
422
  "properties": {
420
423
  "color": { "$ref": "#/definitions/color" },
@@ -427,6 +430,7 @@
427
430
  "additionalProperties": false
428
431
  },
429
432
  "IconItemThemeType": {
433
+ "$comment": "icon_item",
430
434
  "type": "object",
431
435
  "properties": {
432
436
  "icon_name": { "$ref": "#/definitions/IconType" },
@@ -437,6 +441,7 @@
437
441
  "additionalProperties": false
438
442
  },
439
443
  "ProfileImgThemeStyle": {
444
+ "$comment": "img_css_style",
440
445
  "type": "object",
441
446
  "properties": {
442
447
  "borderColor": { "$ref": "#/definitions/color" },
@@ -447,6 +452,7 @@
447
452
  "additionalProperties": false
448
453
  },
449
454
  "ProgressThemeType": {
455
+ "$comment": "progress_style",
450
456
  "type": "object",
451
457
  "properties": {
452
458
  "filled_color": { "$ref": "#/definitions/color" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cv-tec/validations",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",