@htmlbricks/hb-dashboard-card1 0.66.26 → 0.67.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/README.md +7 -4
- package/main.iife.js +242 -71
- package/main.iife.js.map +1 -1
- package/manifest.json +30 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"description": "
|
|
59
|
+
"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.",
|
|
60
60
|
"storybookArgs": {
|
|
61
61
|
"header": {
|
|
62
62
|
"control": {
|
|
@@ -70,7 +70,32 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"styleSetup": {
|
|
73
|
-
"vars": [
|
|
73
|
+
"vars": [
|
|
74
|
+
{
|
|
75
|
+
"name": "--bulma-card-background-color",
|
|
76
|
+
"valueType": "color",
|
|
77
|
+
"defaultValue": "#ffffff",
|
|
78
|
+
"description": "Card surface."
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "--bulma-card-shadow",
|
|
82
|
+
"valueType": "other",
|
|
83
|
+
"defaultValue": "0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1)",
|
|
84
|
+
"description": "Card elevation."
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "--bulma-card-header-color",
|
|
88
|
+
"valueType": "color",
|
|
89
|
+
"defaultValue": "#363636",
|
|
90
|
+
"description": "Header title color."
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "--bulma-text-strong",
|
|
94
|
+
"valueType": "color",
|
|
95
|
+
"defaultValue": "#363636",
|
|
96
|
+
"description": "Strong header weight context."
|
|
97
|
+
}
|
|
98
|
+
],
|
|
74
99
|
"parts": [
|
|
75
100
|
{
|
|
76
101
|
"name": "text_placeholder",
|
|
@@ -106,7 +131,8 @@
|
|
|
106
131
|
}
|
|
107
132
|
}
|
|
108
133
|
],
|
|
109
|
-
"iifeIntegrity": "sha384-
|
|
134
|
+
"iifeIntegrity": "sha384-gEdDwlt/pj+EA3fIjGx4IFmRHxoCn8cCy55aUsNSzu5Ze5QQjOgLLyRn9GW3t/7t",
|
|
135
|
+
"dependencies": [],
|
|
110
136
|
"screenshots": [],
|
|
111
137
|
"licenses": [
|
|
112
138
|
{
|
|
@@ -126,5 +152,5 @@
|
|
|
126
152
|
"size": {},
|
|
127
153
|
"iifePath": "main.iife.js",
|
|
128
154
|
"repoName": "@htmlbricks/hb-dashboard-card1",
|
|
129
|
-
"version": "0.
|
|
155
|
+
"version": "0.67.0"
|
|
130
156
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dashboard-card1",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|