@htmlbricks/hb-shop-item-cell 0.66.27 → 0.67.1
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 +5 -1
- package/main.iife.js +90 -52
- package/main.iife.js.map +1 -1
- package/manifest.json +29 -3
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -152,7 +152,32 @@
|
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
"styleSetup": {
|
|
155
|
-
"vars": [
|
|
155
|
+
"vars": [
|
|
156
|
+
{
|
|
157
|
+
"name": "--bulma-primary",
|
|
158
|
+
"valueType": "color",
|
|
159
|
+
"defaultValue": "#00d1b2",
|
|
160
|
+
"description": "Accent (links, interactive)."
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "--bulma-card-background-color",
|
|
164
|
+
"valueType": "color",
|
|
165
|
+
"defaultValue": "#ffffff",
|
|
166
|
+
"description": "Card surface."
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "--bulma-text",
|
|
170
|
+
"valueType": "color",
|
|
171
|
+
"defaultValue": "#363636",
|
|
172
|
+
"description": "Body text."
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "--bulma-text-weak",
|
|
176
|
+
"valueType": "color",
|
|
177
|
+
"defaultValue": "#7a7a7a",
|
|
178
|
+
"description": "Subtitle, muted price, reviews link."
|
|
179
|
+
}
|
|
180
|
+
],
|
|
156
181
|
"parts": []
|
|
157
182
|
},
|
|
158
183
|
"contributors": [],
|
|
@@ -211,7 +236,8 @@
|
|
|
211
236
|
}
|
|
212
237
|
}
|
|
213
238
|
],
|
|
214
|
-
"iifeIntegrity": "sha384-
|
|
239
|
+
"iifeIntegrity": "sha384-BY0N0UvqZ8BDG8owXx3Myn5yVvuSSns9gibySi58mAuTH+aCrvvTaTCehgfIqRPC",
|
|
240
|
+
"dependencies": [],
|
|
215
241
|
"screenshots": [],
|
|
216
242
|
"licenses": [
|
|
217
243
|
{
|
|
@@ -231,5 +257,5 @@
|
|
|
231
257
|
"size": {},
|
|
232
258
|
"iifePath": "main.iife.js",
|
|
233
259
|
"repoName": "@htmlbricks/hb-shop-item-cell",
|
|
234
|
-
"version": "0.
|
|
260
|
+
"version": "0.67.1"
|
|
235
261
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-shop-item-cell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Vertical shop product card: top image with optional badge, then the same body as shop-item-row (title, subtitle, text, stars, reviews, prices, footer) with Bootstrap card styling and matching slots.",
|
|
6
6
|
"licenses": [
|