@opentiny/vue-runtime 3.25.0 → 3.26.0

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.
@@ -1290,8 +1290,8 @@ video {
1290
1290
  margin-bottom: var(--tiny-spacing-5, 1.250rem);
1291
1291
  }
1292
1292
 
1293
- .mb-1 {
1294
- margin-bottom: var(--tiny-spacing-1, 0.250rem);
1293
+ .\!mb-1 {
1294
+ margin-bottom: var(--tiny-spacing-1, 0.250rem) !important;
1295
1295
  }
1296
1296
 
1297
1297
  .mr-2 {
@@ -1342,6 +1342,10 @@ video {
1342
1342
  margin-left: var(--tiny-spacing-3, 0.750rem);
1343
1343
  }
1344
1344
 
1345
+ .mb-1 {
1346
+ margin-bottom: var(--tiny-spacing-1, 0.250rem);
1347
+ }
1348
+
1345
1349
  .mt-2\.5 {
1346
1350
  margin-top: var(--tiny-spacing-2_5, 0.625rem);
1347
1351
  }
@@ -4418,14 +4422,14 @@ video {
4418
4422
  font-style: italic;
4419
4423
  }
4420
4424
 
4421
- .leading-5 {
4422
- line-height: var(--tiny-lineHeight-5, 1.250rem);
4423
- }
4424
-
4425
4425
  .leading-5\.5 {
4426
4426
  line-height: var(--tiny-lineHeight-5_5, 1.375rem);
4427
4427
  }
4428
4428
 
4429
+ .leading-5 {
4430
+ line-height: var(--tiny-lineHeight-5, 1.250rem);
4431
+ }
4432
+
4429
4433
  .leading-6 {
4430
4434
  line-height: var(--tiny-lineHeight-6, 1.500rem);
4431
4435
  }
@@ -8041,8 +8045,8 @@ video {
8041
8045
  }
8042
8046
 
8043
8047
  @media (min-width: 640px) {
8044
- .sm\:\[\&\>span\:nth-of-type\(1\)\]\:text-xs>span:nth-of-type(1) {
8045
- font-size: var(--tiny-fontSize-xs, 0.750rem);
8048
+ .sm\:\[\&\>span\:nth-of-type\(1\)\]\:text-sm>span:nth-of-type(1) {
8049
+ font-size: var(--tiny-fontSize-sm, 0.875rem);
8046
8050
  }
8047
8051
  }
8048
8052