@htmlbricks/hb-shop-item-row 0.66.27 → 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/manifest.json CHANGED
@@ -157,7 +157,38 @@
157
157
  }
158
158
  },
159
159
  "styleSetup": {
160
- "vars": [],
160
+ "vars": [
161
+ {
162
+ "name": "--bulma-primary",
163
+ "valueType": "color",
164
+ "defaultValue": "#00d1b2",
165
+ "description": "Accent / link tones from theme setup."
166
+ },
167
+ {
168
+ "name": "--bulma-text",
169
+ "valueType": "color",
170
+ "defaultValue": "#363636",
171
+ "description": "Body and title text."
172
+ },
173
+ {
174
+ "name": "--bulma-card-background-color",
175
+ "valueType": "color",
176
+ "defaultValue": "#ffffff",
177
+ "description": "Card surface."
178
+ },
179
+ {
180
+ "name": "--bulma-border",
181
+ "valueType": "color",
182
+ "defaultValue": "rgba(10, 10, 10, 0.15)",
183
+ "description": "Row frame border (falls back in component SCSS if unset)."
184
+ },
185
+ {
186
+ "name": "--bulma-shadow",
187
+ "valueType": "other",
188
+ "defaultValue": "0 0.125em 0.25em rgba(10, 10, 10, 0.1)",
189
+ "description": "Row frame shadow (falls back in component SCSS if unset)."
190
+ }
191
+ ],
161
192
  "parts": []
162
193
  },
163
194
  "contributors": [],
@@ -216,7 +247,8 @@
216
247
  }
217
248
  }
218
249
  ],
219
- "iifeIntegrity": "sha384-a93mk8d5hUlo0sDaDjkFVHb/k8cRvSWxX2VWATZgSG//WFBqrNxUVp1qAZCDvT4g",
250
+ "iifeIntegrity": "sha384-Y3HuzKSSni/DxdO3stOJTjLwcg/XYdySSvsZBzXlHcfrs9k9gOUtzDqMGqKvEp68",
251
+ "dependencies": [],
220
252
  "screenshots": [],
221
253
  "licenses": [
222
254
  {
@@ -236,5 +268,5 @@
236
268
  "size": {},
237
269
  "iifePath": "main.iife.js",
238
270
  "repoName": "@htmlbricks/hb-shop-item-row",
239
- "version": "0.66.27"
271
+ "version": "0.67.0"
240
272
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-shop-item-row",
3
- "version": "0.66.27",
3
+ "version": "0.67.0",
4
4
  "contributors": [],
5
5
  "description": "Horizontal shop product card: image with optional badge, linked title and metadata, description, star rating scale with numeric rating and reviews link, current and strikethrough prices, and optional footer—all overridable via named slots.",
6
6
  "licenses": [