@digipair/skill-web-material-icons 0.96.0 → 0.97.1
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 +1 -1
- package/schema.fr.json +18 -3
- package/schema.json +18 -3
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"paths": {
|
|
11
11
|
"/digipair-material-icons-icon": {
|
|
12
12
|
"post": {
|
|
13
|
-
"tags": [
|
|
13
|
+
"tags": [
|
|
14
|
+
"web"
|
|
15
|
+
],
|
|
14
16
|
"summary": "Icone material",
|
|
15
17
|
"description": "Icone Google Material",
|
|
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 Material rendu avec succès",
|
|
51
|
+
"content": {
|
|
52
|
+
"text/html": {
|
|
53
|
+
"schema": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"description": "Élément HTML contenant l'icône Google Material"
|
|
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-material-icons-icon": {
|
|
12
12
|
"post": {
|
|
13
|
-
"tags": [
|
|
13
|
+
"tags": [
|
|
14
|
+
"web"
|
|
15
|
+
],
|
|
14
16
|
"summary": "Material icon",
|
|
15
17
|
"description": "Google Material 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": "Material icon element successfully rendered",
|
|
51
|
+
"content": {
|
|
52
|
+
"text/html": {
|
|
53
|
+
"schema": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"description": "HTML element containing the Google Material icon"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
46
61
|
}
|
|
47
62
|
}
|
|
48
63
|
},
|
|
49
64
|
"components": {
|
|
50
65
|
"schemas": {}
|
|
51
66
|
}
|
|
52
|
-
}
|
|
67
|
+
}
|