jupyterlab_notifications_extension 1.0.18 → 1.0.19

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,6 +60,8 @@ Send notifications to JupyterLab users. Requires authentication via `Authorizati
60
60
  | `caption` | string | No | `""` | Tooltip text |
61
61
  | `displayType` | string | No | `"default"` | Visual style: `default`, `accent`, `warn`, `link` |
62
62
 
63
+ Note: Action buttons are purely visual. Clicking any button dismisses the notification using JupyterLab's native behavior. Buttons do not trigger custom callbacks or actions.
64
+
63
65
  **Response** (200 OK):
64
66
 
65
67
  ```json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyterlab_notifications_extension",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Jupyterlab extension to receive and display notifications in the main panel. Those can be from the jupyterjub administrator or from other places.",
5
5
  "keywords": [
6
6
  "jupyter",