@htmlbricks/hb-dropdown-notifications 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/manifest.json CHANGED
@@ -75,7 +75,18 @@
75
75
  }
76
76
  },
77
77
  "styleSetup": {
78
- "vars": [],
78
+ "vars": [
79
+ {
80
+ "name": "--x-muted-rgb",
81
+ "valueType": "color",
82
+ "defaultValue": ""
83
+ },
84
+ {
85
+ "name": "--x-text-opacity",
86
+ "valueType": "string",
87
+ "defaultValue": ""
88
+ }
89
+ ],
79
90
  "parts": []
80
91
  },
81
92
  "contributors": [],
@@ -116,5 +127,5 @@
116
127
  "size": {},
117
128
  "iifePath": "main.iife.js",
118
129
  "repoName": "@htmlbricks/hb-dropdown-notifications",
119
- "version": "0.65.23"
130
+ "version": "0.66.0"
120
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dropdown-notifications",
3
- "version": "0.65.23",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
5
  "description": "Navbar-style bell control that toggles a Bootstrap `dropdown-menu`: header row with optional “Clear all” (`clearurl`) and a default slot for notification rows, plus optional footer link “View all” (`viewurl`). `align` switches `dropdown-menu-end` for right alignment.",
6
6
  "licenses": [