@stock-in-the-channel/sinch-vue-components 0.0.371 → 0.0.372

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/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -44232,7 +44232,7 @@ query vendorOrderParametersByBasketId($basketId: Int!){
44232
44232
  const t = A("overview"), n = A(void 0), r = e;
44233
44233
  return it(() => {
44234
44234
  document.body.classList.add("brand-page"), Uh.$subscribe(() => {
44235
- n.value = Uh.brands.find((a) => a.name === r.route.params.brandName);
44235
+ n.value = Uh.brands.find((a) => a.name?.toLowerCase() === r.route.params.brandName?.toString().toLowerCase());
44236
44236
  });
44237
44237
  }), Za(() => {
44238
44238
  document.body.classList.remove("brand-page");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.371",
3
+ "version": "0.0.372",
4
4
  "files": [
5
5
  "dist"
6
6
  ],