@htmlbricks/hb-messages-send 0.60.20 → 0.60.21
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/main.iife.js +42 -42
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -12
- package/package.json +1 -1
- package/types/webcomponent.type.d.json +1 -5
- package/types/webcomponent.type.d.ts +1 -1
package/manifest.json
CHANGED
|
@@ -73,11 +73,7 @@
|
|
|
73
73
|
"additionalProperties": false,
|
|
74
74
|
"properties": {
|
|
75
75
|
"expandable": {
|
|
76
|
-
"
|
|
77
|
-
"yes",
|
|
78
|
-
"no"
|
|
79
|
-
],
|
|
80
|
-
"type": "string"
|
|
76
|
+
"type": "boolean"
|
|
81
77
|
},
|
|
82
78
|
"id": {
|
|
83
79
|
"type": "string"
|
|
@@ -137,12 +133,8 @@
|
|
|
137
133
|
"action": "sendMessageEvent"
|
|
138
134
|
},
|
|
139
135
|
"expandable": {
|
|
140
|
-
"options": [
|
|
141
|
-
"yes",
|
|
142
|
-
"no"
|
|
143
|
-
],
|
|
144
136
|
"control": {
|
|
145
|
-
"type": "
|
|
137
|
+
"type": "boolean"
|
|
146
138
|
}
|
|
147
139
|
},
|
|
148
140
|
"tags": {
|
|
@@ -177,7 +169,7 @@
|
|
|
177
169
|
"name": "withAMessage",
|
|
178
170
|
"data": {
|
|
179
171
|
"text": "This is a message from the \"message\" property",
|
|
180
|
-
"expandable":
|
|
172
|
+
"expandable": true,
|
|
181
173
|
"tags": [
|
|
182
174
|
{
|
|
183
175
|
"label": "File",
|
|
@@ -227,5 +219,5 @@
|
|
|
227
219
|
"size": {},
|
|
228
220
|
"iifePath": "main.iife.js",
|
|
229
221
|
"repoName": "@htmlbricks/hb-messages-send",
|
|
230
|
-
"version": "0.60.
|
|
222
|
+
"version": "0.60.21"
|
|
231
223
|
}
|
package/package.json
CHANGED