@everymatrix/casino-search 1.43.3 → 1.44.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/CHANGELOG.md CHANGED
@@ -3,6 +3,7 @@
3
3
 
4
4
  | Version | Release date | Impacted areas | Changes |
5
5
  | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
+ | 1.43.4 | Tue Oct 15 2024 | casino-search | fix(EMFE-32876)(casino-game-castegory-section,casino-search): display proper name for vendor info |
6
7
  | 1.37.2 | Mon Aug 12 2024 | casino-search | fix(EMFE-30724)(casino-search,casino-page): add missing translated keys <br /> fix(EMFE-29638)(casino-search): show recent search text if there are any item available <br /> feat(EMFE-28783)(casino-collections-providers,casino-game-page,casino-game-thumbnail-nd,casino-games-category-section-nd,casino-search,casino-winners): add data to the widget sent events for native bridge <br /> chore(EMFE-000)(casino-collections-providers,casino-footer,casino-footer-v2,casino-game-page,casino-games-category-section-nd,casino-hamburger-menu,casino-header-controller,casino-search,casino-winners,player-account-controller,player-account-menu): change some color variables for the dark/ light theme |
7
8
  | 1.29.4 | Wed Apr 17 2024 | casino-search | fix(EMFE-30724)(casino-search,casino-page): add missing translated keys |
8
9
  | 1.27.2 | Thu Feb 15 2024 | casino-search | fix(EMFE-29638)(casino-search): show recent search text if there are any item available |
@@ -16083,7 +16083,7 @@
16083
16083
  set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
16084
16084
  set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*game*/ ctx[54].thumbnail);
16085
16085
  set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*game*/ ctx[54].name);
16086
- set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*game*/ ctx[54].vendor.name);
16086
+ set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*game*/ ctx[54].vendor.displayName);
16087
16087
  set_custom_element_data(casino_game_thumbnail, "gamelaunchurl", casino_game_thumbnail_gamelaunchurl_value = /*game*/ ctx[54].launchUrl);
16088
16088
  set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*game*/ ctx[54].isNew);
16089
16089
  set_custom_element_data(casino_game_thumbnail, "gametag", casino_game_thumbnail_gametag_value = /*game*/ ctx[54].advancedTags?.length > 0 && /*addGameTag*/ ctx[25](/*game*/ ctx[54].advancedTags));
@@ -16136,7 +16136,7 @@
16136
16136
  set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
16137
16137
  }
16138
16138
 
16139
- if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*game*/ ctx[54].vendor.name)) {
16139
+ if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*game*/ ctx[54].vendor.displayName)) {
16140
16140
  set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
16141
16141
  }
16142
16142
 
@@ -16239,10 +16239,10 @@
16239
16239
  p1 = element("p");
16240
16240
  t3 = text(t3_value);
16241
16241
  attr_dev(p0, "class", "SearchMessage");
16242
- add_location(p0, file, 385, 12, 15361);
16243
- add_location(p1, file, 386, 12, 15419);
16242
+ add_location(p0, file, 385, 12, 15368);
16243
+ add_location(p1, file, 386, 12, 15426);
16244
16244
  attr_dev(div, "class", div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[10] == 'true' ? 'WithIcon' : ''));
16245
- add_location(div, file, 374, 10, 14149);
16245
+ add_location(div, file, 374, 10, 14156);
16246
16246
  },
16247
16247
  m: function mount(target, anchor) {
16248
16248
  insert_dev(target, div, anchor);
@@ -16313,32 +16313,32 @@
16313
16313
  attr_dev(rect, "rx", "80");
16314
16314
  attr_dev(rect, "fill", "var(--emfe-w-color-contrast, #E6E6E6)");
16315
16315
  attr_dev(rect, "fill-opacity", "0.6");
16316
- add_location(rect, file, 378, 18, 14441);
16316
+ add_location(rect, file, 378, 18, 14448);
16317
16317
  attr_dev(path0, "d", "M152 112L136 96");
16318
16318
  attr_dev(path0, "stroke", "var(--emfe-w-color-contrast, #131313)");
16319
16319
  attr_dev(path0, "stroke-width", "3");
16320
16320
  attr_dev(path0, "stroke-linecap", "square");
16321
16321
  attr_dev(path0, "stroke-linejoin", "round");
16322
- add_location(path0, file, 379, 18, 14571);
16322
+ add_location(path0, file, 379, 18, 14578);
16323
16323
  attr_dev(path1, "d", "M116 104C131.464 104 144 91.464 144 76C144 60.536 131.464 48 116 48C100.536 48 88 60.536 88 76C88 91.464 100.536 104 116 104Z");
16324
16324
  attr_dev(path1, "stroke", "var(--emfe-w-color-contrast, #131313)");
16325
16325
  attr_dev(path1, "stroke-width", "3");
16326
16326
  attr_dev(path1, "stroke-linecap", "round");
16327
16327
  attr_dev(path1, "stroke-linejoin", "round");
16328
- add_location(path1, file, 380, 18, 14729);
16328
+ add_location(path1, file, 380, 18, 14736);
16329
16329
  attr_dev(path2, "fill-rule", "evenodd");
16330
16330
  attr_dev(path2, "clip-rule", "evenodd");
16331
16331
  attr_dev(path2, "d", "M116.001 78.1221L121.88 84.0009L124.001 81.8796L118.122 76.0008L124.002 70.1214L121.88 68L116.001 73.8795L110.121 68L108 70.1214L113.879 76.0008L108.001 81.8796L110.122 84.0009L116.001 78.1221Z");
16332
16332
  attr_dev(path2, "fill", "var(--emfe-w-color-contrast, #131313)");
16333
- add_location(path2, file, 381, 18, 14996);
16333
+ add_location(path2, file, 381, 18, 15003);
16334
16334
  attr_dev(svg, "width", "");
16335
16335
  attr_dev(svg, "height", "");
16336
16336
  attr_dev(svg, "viewBox", "0 0 240 160");
16337
16337
  attr_dev(svg, "fill", "none");
16338
16338
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
16339
- add_location(svg, file, 377, 16, 14329);
16339
+ add_location(svg, file, 377, 16, 14336);
16340
16340
  attr_dev(div, "class", "SearchErrorIcon");
16341
- add_location(div, file, 376, 14, 14283);
16341
+ add_location(div, file, 376, 14, 14290);
16342
16342
  },
16343
16343
  m: function mount(target, anchor) {
16344
16344
  insert_dev(target, div, anchor);