int-components 0.1.4 → 0.1.5

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
@@ -1478,14 +1478,14 @@
1478
1478
  @media (min-width: 500px) {
1479
1479
 
1480
1480
  .SectionTitle-module__titleText--l9CQA {
1481
- font-size: var(--title-fs-tablet, var(--title-fs-mobile, 52em));
1481
+ font-size: var(--title-fs-tablet, 52em);
1482
1482
  }
1483
1483
  }
1484
1484
 
1485
1485
  @media (min-width: 1152px) {
1486
1486
 
1487
1487
  .SectionTitle-module__titleText--l9CQA {
1488
- font-size: var(--title-fs-desktop, var(--title-fs-tablet, var(--title-fs-mobile, 80em)));
1488
+ font-size: var(--title-fs-desktop, 80em);
1489
1489
  }
1490
1490
  }
1491
1491
 
@@ -11,14 +11,14 @@
11
11
  @media (min-width: 500px) {
12
12
 
13
13
  .SectionTitle-module__titleText--l9CQA {
14
- font-size: var(--title-fs-tablet, var(--title-fs-mobile, 52em));
14
+ font-size: var(--title-fs-tablet, 52em);
15
15
  }
16
16
  }
17
17
 
18
18
  @media (min-width: 1152px) {
19
19
 
20
20
  .SectionTitle-module__titleText--l9CQA {
21
- font-size: var(--title-fs-desktop, var(--title-fs-tablet, var(--title-fs-mobile, 80em)));
21
+ font-size: var(--title-fs-desktop, 80em);
22
22
  }
23
23
  }
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "int-components",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "sideEffects": [
6
6
  "**/*.css"