@htmlbricks/hb-messages-send 0.66.27 → 0.67.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/manifest.json CHANGED
@@ -163,21 +163,58 @@
163
163
  "styleSetup": {
164
164
  "vars": [
165
165
  {
166
- "name": "--bs-primary",
167
- "valueType": "string",
168
- "theme": "bootstrap",
169
- "defaultValue": ""
166
+ "name": "--bulma-primary",
167
+ "valueType": "color",
168
+ "defaultValue": "#00d1b2",
169
+ "description": "Send button background."
170
+ },
171
+ {
172
+ "name": "--bulma-primary-invert",
173
+ "valueType": "color",
174
+ "defaultValue": "#fff",
175
+ "description": "Icon color on send button."
176
+ },
177
+ {
178
+ "name": "--bulma-link",
179
+ "valueType": "color",
180
+ "defaultValue": "#485fc7",
181
+ "description": "Focus ring, file attach accent, maximize control."
182
+ },
183
+ {
184
+ "name": "--bulma-border",
185
+ "valueType": "color",
186
+ "defaultValue": "#dbdbdb",
187
+ "description": "Panel and file card borders."
170
188
  },
171
189
  {
172
- "name": "--bs-secondary",
173
- "valueType": "string",
174
- "theme": "bootstrap",
175
- "defaultValue": ""
190
+ "name": "--bulma-text",
191
+ "valueType": "color",
192
+ "defaultValue": "#363636",
193
+ "description": "Primary text."
194
+ },
195
+ {
196
+ "name": "--bulma-text-weak",
197
+ "valueType": "color",
198
+ "defaultValue": "#7a7a7a",
199
+ "description": "Muted text and disabled send state."
200
+ },
201
+ {
202
+ "name": "--bulma-scheme-main",
203
+ "valueType": "color",
204
+ "defaultValue": "#ffffff",
205
+ "description": "Composer surface background."
206
+ },
207
+ {
208
+ "name": "--bulma-scheme-main-bis",
209
+ "valueType": "color",
210
+ "defaultValue": "#f5f5f5",
211
+ "description": "File strip and toolbar background."
176
212
  },
177
213
  {
178
214
  "name": "--tag-color",
179
215
  "valueType": "color",
180
- "defaultValue": ""
216
+ "defaultValue": "",
217
+ "description": "Per-tag and file-button border/fill (set inline or via CSS)."
181
218
  }
182
219
  ],
183
220
  "parts": [
@@ -239,7 +276,8 @@
239
276
  }
240
277
  }
241
278
  ],
242
- "iifeIntegrity": "sha384-ly+mCPU8Av1T4moto0GCcKAyKXExZz0gcCYCAeECzqZmqxWpgepQIrQs4rGQdqYf",
279
+ "iifeIntegrity": "sha384-z7O7ehkPgcCfrxvweBZH7c+YKNpmCdHDADIxShUdABaPrNIh5wxHEif+jyLIF0ti",
280
+ "dependencies": [],
243
281
  "screenshots": [],
244
282
  "licenses": [
245
283
  {
@@ -259,5 +297,5 @@
259
297
  "size": {},
260
298
  "iifePath": "main.iife.js",
261
299
  "repoName": "@htmlbricks/hb-messages-send",
262
- "version": "0.66.27"
300
+ "version": "0.67.0"
263
301
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-messages-send",
3
- "version": "0.66.27",
3
+ "version": "0.67.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": [