@htmlbricks/hb-dropdown-notifications 0.68.1 → 0.68.3
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 +29 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -100,11 +100,39 @@
|
|
|
100
100
|
"examples": [
|
|
101
101
|
{
|
|
102
102
|
"name": "default",
|
|
103
|
+
"description": "Left-aligned menu; footer links omitted when URLs are empty.",
|
|
103
104
|
"data": {
|
|
104
105
|
"clearurl": "",
|
|
105
106
|
"viewurl": "",
|
|
106
107
|
"align": "left"
|
|
107
108
|
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "rightAligned",
|
|
112
|
+
"description": "`is-right` alignment for end-of-navbar placement.",
|
|
113
|
+
"data": {
|
|
114
|
+
"clearurl": "",
|
|
115
|
+
"viewurl": "",
|
|
116
|
+
"align": "right"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "withFooterLinks",
|
|
121
|
+
"description": "Clear-all and view-all destinations wired (placeholders).",
|
|
122
|
+
"data": {
|
|
123
|
+
"clearurl": "/api/notifications/clear",
|
|
124
|
+
"viewurl": "/notifications",
|
|
125
|
+
"align": "left"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "rightWithActions",
|
|
130
|
+
"description": "Right dropdown plus both action URLs for dense headers.",
|
|
131
|
+
"data": {
|
|
132
|
+
"clearurl": "/notifications/mark-read",
|
|
133
|
+
"viewurl": "/notifications/inbox",
|
|
134
|
+
"align": "right"
|
|
135
|
+
}
|
|
108
136
|
}
|
|
109
137
|
],
|
|
110
138
|
"iifeIntegrity": "sha384-ohFqZ2NvLR0I+8o7UEtztNpFZYgImbXuEE9rggkVY6JGN8Y2GaAs22JAB4TuNAZV",
|
|
@@ -129,5 +157,5 @@
|
|
|
129
157
|
"size": {},
|
|
130
158
|
"iifePath": "main.iife.js",
|
|
131
159
|
"repoName": "@htmlbricks/hb-dropdown-notifications",
|
|
132
|
-
"version": "0.68.
|
|
160
|
+
"version": "0.68.3"
|
|
133
161
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dropdown-notifications",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.3",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Bell control that toggles a Bulma `dropdown` (`is-active`): header row with optional “Clear all” (`clearurl`), default slot for notification rows, and optional footer “View all” (`viewurl`). `align` applies `is-right` on the dropdown for end alignment.",
|
|
6
6
|
"licenses": [
|