@htmlbricks/hb-dashboard-card1 0.71.36 → 0.72.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.
Files changed (2) hide show
  1. package/manifest.json +1 -9
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -97,14 +97,6 @@
97
97
  }
98
98
  ],
99
99
  "parts": [
100
- {
101
- "name": "text_placeholder",
102
- "description": "Header title text node wrapper; use for typography, truncation, or color without replacing the whole header slot."
103
- },
104
- {
105
- "name": "badge",
106
- "description": "Right-aligned Bulma `tag` in the card header (e.g. status or delta); style pill colors from the host."
107
- },
108
100
  {
109
101
  "name": "card",
110
102
  "description": "Root Bulma `card` element; use for elevation, border, or background on the whole widget."
@@ -192,5 +184,5 @@
192
184
  "size": {},
193
185
  "iifePath": "main.iife.js",
194
186
  "repoName": "@htmlbricks/hb-dashboard-card1",
195
- "version": "0.71.36"
187
+ "version": "0.72.0"
196
188
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dashboard-card1",
3
- "version": "0.71.36",
3
+ "version": "0.72.0",
4
4
  "contributors": [],
5
5
  "description": "Bulma card shell for dashboards: JSON `header` supplies optional Bootstrap Icon name, title label, and right-aligned tag; JSON `body` can remove inner padding with `noborder`. Default slots `header_content` and `content` let you inject arbitrary markup between the standard header row and body.",
6
6
  "licenses": [