@htmlbricks/hb-footer 0.8.37 → 0.8.39
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/extra/docs.ts +3 -2
- package/package.json +10 -8
- package/release/docs.js +1 -0
- package/release/docs.js.map +1 -1
- package/release/docs.mjs +40 -0
- package/release/docs.ts +3 -2
- package/release/manifest.json +431 -0
- package/release/release.js +1 -1
- package/release/release.js.map +1 -1
- package/release/webcomponent.type.d.json +1 -21
- package/release/webcomponent_events.type.d.json +27 -0
- package/release/docs.type.d.json +0 -95
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$ref": "#/definitions/Component",
|
|
2
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
4
|
"definitions": {
|
|
4
5
|
"Component": {
|
|
@@ -45,27 +46,6 @@
|
|
|
45
46
|
],
|
|
46
47
|
"type": "object"
|
|
47
48
|
},
|
|
48
|
-
"Events": {
|
|
49
|
-
"additionalProperties": false,
|
|
50
|
-
"properties": {
|
|
51
|
-
"footerClick": {
|
|
52
|
-
"additionalProperties": false,
|
|
53
|
-
"properties": {
|
|
54
|
-
"elClick": {
|
|
55
|
-
"type": "string"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"required": [
|
|
59
|
-
"elClick"
|
|
60
|
-
],
|
|
61
|
-
"type": "object"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"required": [
|
|
65
|
-
"footerClick"
|
|
66
|
-
],
|
|
67
|
-
"type": "object"
|
|
68
|
-
},
|
|
69
49
|
"IAddressContact": {
|
|
70
50
|
"additionalProperties": false,
|
|
71
51
|
"properties": {
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$ref": "#/definitions/Events",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"definitions": {
|
|
5
|
+
"Events": {
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"properties": {
|
|
8
|
+
"footerClick": {
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {
|
|
11
|
+
"elClick": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"required": [
|
|
16
|
+
"elClick"
|
|
17
|
+
],
|
|
18
|
+
"type": "object"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"required": [
|
|
22
|
+
"footerClick"
|
|
23
|
+
],
|
|
24
|
+
"type": "object"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
package/release/docs.type.d.json
DELETED
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"storybookArgs": {
|
|
3
|
-
"smallrow": {
|
|
4
|
-
"control": {
|
|
5
|
-
"type": "object"
|
|
6
|
-
}
|
|
7
|
-
},
|
|
8
|
-
"columns": {
|
|
9
|
-
"control": {
|
|
10
|
-
"type": "array"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"policies": {
|
|
14
|
-
"control": {
|
|
15
|
-
"type": "array"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"companyname": {
|
|
19
|
-
"control": {
|
|
20
|
-
"type": "text"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"companylogouri": {
|
|
24
|
-
"control": {
|
|
25
|
-
"type": "text"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
"brandandcontacts": {
|
|
29
|
-
"control": {
|
|
30
|
-
"type": "object"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"footerbottom": {
|
|
34
|
-
"control": {
|
|
35
|
-
"type": "object"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
"copyrighttext": {
|
|
39
|
-
"control": {
|
|
40
|
-
"type": "object"
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"socials": {
|
|
44
|
-
"control": {
|
|
45
|
-
"type": "object"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"contacts": {
|
|
49
|
-
"control": {
|
|
50
|
-
"type": "object"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
"company": {
|
|
54
|
-
"control": {
|
|
55
|
-
"type": "object"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"footerClick": {
|
|
59
|
-
"action": "footerClickEvent"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"styleSetup": {
|
|
63
|
-
"vars": [],
|
|
64
|
-
"parts": [
|
|
65
|
-
{
|
|
66
|
-
"name": "column-cell-button-content",
|
|
67
|
-
"description": ""
|
|
68
|
-
}
|
|
69
|
-
]
|
|
70
|
-
},
|
|
71
|
-
"htmlSlots": [
|
|
72
|
-
{
|
|
73
|
-
"name": "footerpolicy",
|
|
74
|
-
"description": ""
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"description": "",
|
|
78
|
-
"name": "footerheader"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"description": "",
|
|
82
|
-
"name": "footercontent"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"description": "",
|
|
86
|
-
"name": "footerbottom"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"i18n": [],
|
|
90
|
-
"examples": [],
|
|
91
|
-
"name": "",
|
|
92
|
-
"category": "",
|
|
93
|
-
"tags": [],
|
|
94
|
-
"size": {}
|
|
95
|
-
}
|