@meduza/ui-kit-2 0.9.901 → 0.9.902

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.
@@ -5409,7 +5409,7 @@ a mark {
5409
5409
  background-size: auto 11px;
5410
5410
  }
5411
5411
 
5412
- .VersesBlock-module_root__CrgSZ ul {
5412
+ .VersesBlock-module_root__CrgSZ {
5413
5413
  padding: 0;
5414
5414
 
5415
5415
  padding-left: 1.125rem;
@@ -5426,7 +5426,7 @@ a mark {
5426
5426
 
5427
5427
  @media only screen and (min-width: 32em) {
5428
5428
 
5429
- .VersesBlock-module_root__CrgSZ ul {
5429
+ .VersesBlock-module_root__CrgSZ {
5430
5430
  font-size: 20px;
5431
5431
  line-height: 28px;
5432
5432
  margin-top: 20px;
@@ -5436,12 +5436,12 @@ a mark {
5436
5436
 
5437
5437
  @media only screen and (min-width: 40.625em) {
5438
5438
 
5439
- .VersesBlock-module_root__CrgSZ ul {
5439
+ .VersesBlock-module_root__CrgSZ {
5440
5440
  padding-left: 38px;
5441
5441
  }
5442
5442
  }
5443
5443
 
5444
- .VersesBlock-module_root__CrgSZ ul:first-child {
5444
+ .VersesBlock-module_root__CrgSZ:first-child {
5445
5445
  margin-top: 0;
5446
5446
  }
5447
5447
 
package/dist/ui-kit.css CHANGED
@@ -5409,7 +5409,7 @@ a mark {
5409
5409
  background-size: auto 11px;
5410
5410
  }
5411
5411
 
5412
- .VersesBlock-module_root__CrgSZ ul {
5412
+ .VersesBlock-module_root__CrgSZ {
5413
5413
  padding: 0;
5414
5414
 
5415
5415
  padding-left: 1.125rem;
@@ -5426,7 +5426,7 @@ a mark {
5426
5426
 
5427
5427
  @media only screen and (min-width: 32em) {
5428
5428
 
5429
- .VersesBlock-module_root__CrgSZ ul {
5429
+ .VersesBlock-module_root__CrgSZ {
5430
5430
  font-size: 20px;
5431
5431
  line-height: 28px;
5432
5432
  margin-top: 20px;
@@ -5436,12 +5436,12 @@ a mark {
5436
5436
 
5437
5437
  @media only screen and (min-width: 48em) {
5438
5438
 
5439
- .VersesBlock-module_root__CrgSZ ul {
5439
+ .VersesBlock-module_root__CrgSZ {
5440
5440
  padding-left: 38px;
5441
5441
  }
5442
5442
  }
5443
5443
 
5444
- .VersesBlock-module_root__CrgSZ ul:first-child {
5444
+ .VersesBlock-module_root__CrgSZ:first-child {
5445
5445
  margin-top: 0;
5446
5446
  }
5447
5447
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.901",
2
+ "version": "0.9.902",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -1,4 +1,4 @@
1
- .root ul {
1
+ .root {
2
2
  padding: 0;
3
3
 
4
4
  padding-left: 1.125rem;
@@ -24,7 +24,7 @@
24
24
  }
25
25
  }
26
26
 
27
- .root ul:first-child {
27
+ .root:first-child {
28
28
  margin-top: 0;
29
29
  }
30
30