@digipair/skill-web-font-awesome 0.95.7 → 0.97.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-font-awesome",
3
- "version": "0.95.7",
3
+ "version": "0.97.0",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "web",
package/schema.fr.json CHANGED
@@ -10,7 +10,9 @@
10
10
  "paths": {
11
11
  "/digipair-font-awesome-icon": {
12
12
  "post": {
13
- "tags": ["web"],
13
+ "tags": [
14
+ "web"
15
+ ],
14
16
  "summary": "Icone font-awesome",
15
17
  "description": "Icone font-awesome",
16
18
  "parameters": [
@@ -42,11 +44,24 @@
42
44
  }
43
45
  }
44
46
  ],
45
- "x-events": []
47
+ "x-events": [],
48
+ "responses": {
49
+ "200": {
50
+ "description": "Élément d'icône Font Awesome rendu avec succès",
51
+ "content": {
52
+ "text/html": {
53
+ "schema": {
54
+ "type": "string",
55
+ "description": "Élément HTML contenant l'icône Font Awesome"
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
46
61
  }
47
62
  }
48
63
  },
49
64
  "components": {
50
65
  "schemas": {}
51
66
  }
52
- }
67
+ }
package/schema.json CHANGED
@@ -10,7 +10,9 @@
10
10
  "paths": {
11
11
  "/digipair-font-awesome-icon": {
12
12
  "post": {
13
- "tags": ["web"],
13
+ "tags": [
14
+ "web"
15
+ ],
14
16
  "summary": "Font-awesome icon",
15
17
  "description": "Font-awesome icon",
16
18
  "parameters": [
@@ -42,11 +44,24 @@
42
44
  }
43
45
  }
44
46
  ],
45
- "x-events": []
47
+ "x-events": [],
48
+ "responses": {
49
+ "200": {
50
+ "description": "Font Awesome icon element successfully rendered",
51
+ "content": {
52
+ "text/html": {
53
+ "schema": {
54
+ "type": "string",
55
+ "description": "HTML element containing the Font Awesome icon"
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
46
61
  }
47
62
  }
48
63
  },
49
64
  "components": {
50
65
  "schemas": {}
51
66
  }
52
- }
67
+ }