@htmlbricks/hb-messages-send 0.72.1 → 0.73.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
@@ -166,7 +166,7 @@
166
166
  }
167
167
  }
168
168
  },
169
- "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.",
169
+ "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. Theming follows Bulma `--bulma-*` tokens on `:host` for light and dark (system preference and `data-theme` / host-context), with `color-scheme` set for native controls.",
170
170
  "storybookArgs": {
171
171
  "text": {
172
172
  "control": {
@@ -204,7 +204,7 @@
204
204
  "name": "--bulma-primary-invert",
205
205
  "valueType": "color",
206
206
  "defaultValue": "#fff",
207
- "description": "Icon color on send button."
207
+ "description": "Send button label and icon color."
208
208
  },
209
209
  {
210
210
  "name": "--bulma-link",
@@ -309,7 +309,7 @@
309
309
  }
310
310
  }
311
311
  ],
312
- "iifeIntegrity": "sha384-vXG5bcN1bQ3HFxOuHP/cX6FYvdBDw8PWzgVqiszPpEG84913ow4q7nrEkKCK4HeG",
312
+ "iifeIntegrity": "sha384-ReIbfIxrdGrtymfwZu8J/WMomQCFZ188u5psW5xUL0SQT7iKMJvxBWjY6r5dEJtw",
313
313
  "dependencies": [],
314
314
  "screenshots": [],
315
315
  "licenses": [
@@ -330,5 +330,5 @@
330
330
  "size": {},
331
331
  "iifePath": "main.iife.js",
332
332
  "repoName": "@htmlbricks/hb-messages-send",
333
- "version": "0.72.1"
333
+ "version": "0.73.0"
334
334
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-messages-send",
3
- "version": "0.72.1",
3
+ "version": "0.73.0",
4
4
  "contributors": [],
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.",
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. Theming follows Bulma `--bulma-*` tokens on `:host` for light and dark (system preference and `data-theme` / host-context), with `color-scheme` set for native controls.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",