@searchstax-inc/searchstudio-ux-react 0.2.13 → 0.2.15

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 CHANGED
@@ -480,7 +480,12 @@ function facetsTemplateDesktop(
480
480
  }`}
481
481
  ref={facetContainers[key + facet.name]}
482
482
  >
483
- <div className="searchstax-facet-input">
483
+ <div className={
484
+ "searchstax-facet-input" +
485
+ " desktop-" +
486
+ key +
487
+ facet.name
488
+ }>
484
489
  <input
485
490
  type="checkbox"
486
491
  className="searchstax-facet-input-checkbox"
@@ -678,7 +683,12 @@ function facetsTemplateDesktop(
678
683
  }`}
679
684
  ref={facetContainers[key + facet.name]}
680
685
  >
681
- <div className="searchstax-facet-input">
686
+ <div className={
687
+ "searchstax-facet-input" +
688
+ " mobile-" +
689
+ key +
690
+ facet.name
691
+ }>
682
692
  <input
683
693
  type="checkbox"
684
694
  className="searchstax-facet-input-checkbox"