@htmlbricks/hb-dashboard-card1 0.65.22 → 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
@@ -56,7 +56,7 @@
56
56
  }
57
57
  }
58
58
  },
59
- "description": "",
59
+ "description": "Bootstrap card shell for dashboards: JSON `header` supplies optional Bootstrap Icon name, title label, and right-aligned badge; 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.",
60
60
  "storybookArgs": {
61
61
  "header": {
62
62
  "control": {
@@ -70,44 +70,7 @@
70
70
  }
71
71
  },
72
72
  "styleSetup": {
73
- "vars": [
74
- {
75
- "name": "--bs-primary",
76
- "valueType": "color",
77
- "theme": "bootstrap",
78
- "defaultValue": "#07689f"
79
- },
80
- {
81
- "name": "--bs-secondary",
82
- "valueType": "color",
83
- "theme": "bootstrap",
84
- "defaultValue": "#c9d6df"
85
- },
86
- {
87
- "name": "--bs-success",
88
- "valueType": "color",
89
- "theme": "bootstrap",
90
- "defaultValue": "#11d3bc"
91
- },
92
- {
93
- "name": "--bs-info",
94
- "valueType": "color",
95
- "theme": "bootstrap",
96
- "defaultValue": "#a2d5f2"
97
- },
98
- {
99
- "name": "--bs-warning",
100
- "valueType": "color",
101
- "theme": "bootstrap",
102
- "defaultValue": "#ffc107"
103
- },
104
- {
105
- "name": "--bs-danger",
106
- "valueType": "color",
107
- "theme": "bootstrap",
108
- "defaultValue": "#f67280"
109
- }
110
- ],
73
+ "vars": [],
111
74
  "parts": [
112
75
  {
113
76
  "name": "text_placeholder",
@@ -154,12 +117,13 @@
154
117
  ],
155
118
  "readmePath": "README.md",
156
119
  "name": "hb-dashboard-card1",
157
- "category": "dashboard",
120
+ "category": "data",
158
121
  "tags": [
122
+ "data",
159
123
  "dashboard"
160
124
  ],
161
125
  "size": {},
162
126
  "iifePath": "main.iife.js",
163
127
  "repoName": "@htmlbricks/hb-dashboard-card1",
164
- "version": "0.65.22"
128
+ "version": "0.66.0"
165
129
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dashboard-card1",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Bootstrap card shell for dashboards: JSON `header` supplies optional Bootstrap Icon name, title label, and right-aligned badge; 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": [
7
7
  {
8
8
  "type": "Apache-2.0",