mozrest-sdk-react-dev 0.3.72 → 0.3.74

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 (3) hide show
  1. package/mozrest-sdk.es.js +808 -519
  2. package/package.json +1 -1
  3. package/style.css +34 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozrest-sdk-react-dev",
3
- "version": "0.3.72",
3
+ "version": "0.3.74",
4
4
  "main": "mozrest-sdk.es.js",
5
5
  "keywords": [
6
6
  "mozrest"
package/style.css CHANGED
@@ -3718,6 +3718,27 @@ hr {
3718
3718
  height: 12px;
3719
3719
  }
3720
3720
 
3721
+ @media (max-width: 768px) {
3722
+ ._connectedText_1nbx5_1 {
3723
+ display: none;
3724
+ }
3725
+
3726
+ ._connectedCheck_1nbx5_5 {
3727
+ display: block;
3728
+ }
3729
+ }._connectedText_1nbx5_1 {
3730
+ display: block;
3731
+ }
3732
+
3733
+ ._connectedCheck_1nbx5_5 {
3734
+ display: none;
3735
+ }
3736
+
3737
+ ._connectedCheck_1nbx5_5 img {
3738
+ width: auto;
3739
+ height: 12px;
3740
+ }
3741
+
3721
3742
  @media (max-width: 768px) {
3722
3743
  ._connectedText_1nbx5_1 {
3723
3744
  display: none;
@@ -32876,24 +32897,24 @@ hr {
32876
32897
  ._brandName_vs5i6_11 {
32877
32898
  color: var(--moz-cta-primary);
32878
32899
  cursor: pointer;
32879
- }._brandDetailHeader_rvyt2_1 {
32900
+ }._brandDetailHeader_gx61u_1 {
32880
32901
  display: flex;
32881
32902
  flex-direction: row;
32882
32903
  gap: 10px;
32883
32904
  }
32884
32905
 
32885
- ._brandDetailContainer_rvyt2_7 {
32906
+ ._brandDetailContainer_gx61u_7 {
32886
32907
  margin-top: 20px;
32887
32908
  }
32888
32909
 
32889
- ._brandDetailContent_rvyt2_11 {
32910
+ ._brandDetailContent_gx61u_11 {
32890
32911
  margin-top: 20px;
32891
32912
  display: flex;
32892
32913
  flex-direction: column;
32893
32914
  gap: 30px;
32894
32915
  }
32895
32916
 
32896
- ._brandDetailContentContainer_rvyt2_18 {
32917
+ ._brandDetailContentContainer_gx61u_18 {
32897
32918
  border: 1px solid var(--moz-border);
32898
32919
  border-radius: 10px;
32899
32920
  padding: 10px;
@@ -32901,25 +32922,29 @@ hr {
32901
32922
  flex-direction: column;
32902
32923
  }
32903
32924
 
32904
- ._brandDetailContentRow_rvyt2_26 {
32925
+ ._brandDetailOccasionRow_gx61u_26 {
32926
+ margin-bottom: 12px;
32927
+ }
32928
+
32929
+ ._brandDetailContentRow_gx61u_30 {
32905
32930
  display: flex;
32906
32931
  flex-direction: row;
32907
32932
  align-items: flex-start;
32908
32933
  gap: 10px;
32909
32934
  }
32910
32935
 
32911
- ._brandDetailContentItem_rvyt2_33 {
32936
+ ._brandDetailContentItem_gx61u_37 {
32912
32937
  display: flex;
32913
32938
  flex-direction: column;
32914
32939
  align-items: flex-start;
32915
32940
  flex: 0 1 auto;
32916
32941
  }
32917
32942
 
32918
- ._brandDetailContentItem_rvyt2_33:last-child {
32943
+ ._brandDetailContentItem_gx61u_37:last-child {
32919
32944
  flex: 1 1 auto;
32920
32945
  }
32921
32946
 
32922
- ._brandDetailContentItemTitle_rvyt2_44 {
32947
+ ._brandDetailContentItemTitle_gx61u_48 {
32923
32948
  display: flex;
32924
32949
  flex-direction: row;
32925
32950
  align-items: center;
@@ -32927,7 +32952,7 @@ hr {
32927
32952
  width: 100%;
32928
32953
  }
32929
32954
 
32930
- ._brandDetailActions_rvyt2_52 {
32955
+ ._brandDetailActions_gx61u_56 {
32931
32956
  display: flex;
32932
32957
  flex-direction: row;
32933
32958
  justify-content: flex-end;