@htmlbricks/hb-messages-send 0.65.23 → 0.66.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/main.iife.js +5 -5
- package/main.iife.js.map +1 -1
- package/manifest.json +20 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -161,7 +161,25 @@
|
|
|
161
161
|
}
|
|
162
162
|
},
|
|
163
163
|
"styleSetup": {
|
|
164
|
-
"vars": [
|
|
164
|
+
"vars": [
|
|
165
|
+
{
|
|
166
|
+
"name": "--bs-primary",
|
|
167
|
+
"valueType": "string",
|
|
168
|
+
"theme": "bootstrap",
|
|
169
|
+
"defaultValue": ""
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "--bs-secondary",
|
|
173
|
+
"valueType": "string",
|
|
174
|
+
"theme": "bootstrap",
|
|
175
|
+
"defaultValue": ""
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "--tag-color",
|
|
179
|
+
"valueType": "color",
|
|
180
|
+
"defaultValue": ""
|
|
181
|
+
}
|
|
182
|
+
],
|
|
165
183
|
"parts": [
|
|
166
184
|
{
|
|
167
185
|
"name": "testpart",
|
|
@@ -240,5 +258,5 @@
|
|
|
240
258
|
"size": {},
|
|
241
259
|
"iifePath": "main.iife.js",
|
|
242
260
|
"repoName": "@htmlbricks/hb-messages-send",
|
|
243
|
-
"version": "0.
|
|
261
|
+
"version": "0.66.0"
|
|
244
262
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-messages-send",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Message composer with auto-growing textarea (optional `expandable` and maximize control), Enter-to-send, file attachments with previews (`files.mode` single or multiple), and optional `tags` as toggleable chips. Dispatches `sendMessage` with `text`, selected `tags`, and staged `files` when the user sends.",
|
|
6
6
|
"licenses": [
|