int-components 0.0.23 → 0.0.24

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/dist/index.css CHANGED
@@ -939,6 +939,13 @@
939
939
  }
940
940
  }
941
941
 
942
+ @media (min-width: 1152px) {
943
+
944
+ .HeroSection-module__hero--lpuv4 {
945
+ background-image: var(--background-desktop-2x);
946
+ }
947
+ }
948
+
942
949
  .HeroSection-module__heroContainer--brVZ4 {
943
950
  display: flex;
944
951
  justify-content: var(--slogan-justify-content, end);
@@ -29,6 +29,13 @@
29
29
  }
30
30
  }
31
31
 
32
+ @media (min-width: 1152px) {
33
+
34
+ .HeroSection-module__hero--lpuv4 {
35
+ background-image: var(--background-desktop-2x);
36
+ }
37
+ }
38
+
32
39
  .HeroSection-module__heroContainer--brVZ4 {
33
40
  display: flex;
34
41
  justify-content: var(--slogan-justify-content, end);
@@ -939,6 +939,13 @@
939
939
  }
940
940
  }
941
941
 
942
+ @media (min-width: 1152px) {
943
+
944
+ .HeroSection-module__hero--lpuv4 {
945
+ background-image: var(--background-desktop-2x);
946
+ }
947
+ }
948
+
942
949
  .HeroSection-module__heroContainer--brVZ4 {
943
950
  display: flex;
944
951
  justify-content: var(--slogan-justify-content, end);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "int-components",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "type": "module",
5
5
  "sideEffects": [
6
6
  "**/*.css"