@oat-sa/tao-core-ui 3.17.0 → 3.17.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oat-sa/tao-core-ui",
3
- "version": "3.17.0",
3
+ "version": "3.17.1",
4
4
  "displayName": "TAO Core UI",
5
5
  "description": "UI libraries of TAO",
6
6
  "scripts": {
@@ -292,6 +292,26 @@ body {
292
292
  bottom: -0.25em;
293
293
  }
294
294
 
295
+ .writing-mode-vertical-rl sub {
296
+ inset-block-start: -0.9em;
297
+ bottom: 0;
298
+ }
299
+
300
+ .writing-mode-vertical-rl sup {
301
+ inset-block-end: -0.4em;
302
+ top: 0;
303
+ }
304
+
305
+ .writing-mode-vertical-rl .writing-mode-horizontal-tb sub {
306
+ inset-block-start: auto;
307
+ bottom: -0.25em;
308
+ }
309
+
310
+ .writing-mode-vertical-rl .writing-mode-horizontal-tb sup {
311
+ inset-block-end: auto;
312
+ top: -0.5em;
313
+ }
314
+
295
315
  img {
296
316
  border: 0;
297
317
  max-width: 100%;
@@ -499,6 +519,46 @@ body {
499
519
  text-decoration: underline;
500
520
  font-size: inherit;
501
521
  }
522
+
523
+ .txt-subscript {
524
+ inset-block-start: auto;
525
+ bottom: -0.25em;
526
+ }
527
+
528
+ .txt-superscript {
529
+ inset-block-end: auto;
530
+ top: -0.5em;
531
+ }
532
+
533
+ .qti-item sub.txt-subscript {
534
+ inset-block-start: auto;
535
+ bottom: -0.25em;
536
+ }
537
+
538
+ .qti-item sup.txt-superscript {
539
+ inset-block-end: auto;
540
+ top: -0.5em;
541
+ }
542
+
543
+ .writing-mode-vertical-rl .txt-subscript {
544
+ inset-block-start: -0.9em;
545
+ bottom: 0;
546
+ }
547
+
548
+ .writing-mode-vertical-rl .txt-superscript {
549
+ inset-block-end: -0.4em;
550
+ top: 0;
551
+ }
552
+
553
+ .writing-mode-vertical-rl .writing-mode-horizontal-tb .txt-subscript {
554
+ inset-block-start: auto;
555
+ bottom: -0.25em;
556
+ }
557
+
558
+ .writing-mode-vertical-rl .writing-mode-horizontal-tb .txt-superscript {
559
+ inset-block-end: auto;
560
+ top: -0.5em;
561
+ }
502
562
  .txt-dashed {
503
563
  text-decoration: underline;
504
564
  text-decoration-style: dashed;
package/src/css/basic.css CHANGED
@@ -1289,6 +1289,22 @@ html sup {
1289
1289
  html sub {
1290
1290
  bottom: -0.25em;
1291
1291
  }
1292
+ html .writing-mode-vertical-rl sub {
1293
+ inset-block-start: -0.9em;
1294
+ bottom: 0;
1295
+ }
1296
+ html .writing-mode-vertical-rl sup {
1297
+ inset-block-end: -0.4em;
1298
+ top: 0;
1299
+ }
1300
+ html .writing-mode-vertical-rl .writing-mode-horizontal-tb sub {
1301
+ inset-block-start: auto;
1302
+ bottom: -0.25em;
1303
+ }
1304
+ html .writing-mode-vertical-rl .writing-mode-horizontal-tb sup {
1305
+ inset-block-end: auto;
1306
+ top: -0.5em;
1307
+ }
1292
1308
  html img {
1293
1309
  border: 0;
1294
1310
  max-width: 100%;
@@ -1466,6 +1482,38 @@ html .txt-underline {
1466
1482
  text-decoration: underline;
1467
1483
  font-size: inherit;
1468
1484
  }
1485
+ html .txt-subscript {
1486
+ inset-block-start: auto;
1487
+ bottom: -0.25em;
1488
+ }
1489
+ html .txt-superscript {
1490
+ inset-block-end: auto;
1491
+ top: -0.5em;
1492
+ }
1493
+ html .qti-item sub.txt-subscript {
1494
+ inset-block-start: auto;
1495
+ bottom: -0.25em;
1496
+ }
1497
+ html .qti-item sup.txt-superscript {
1498
+ inset-block-end: auto;
1499
+ top: -0.5em;
1500
+ }
1501
+ html .writing-mode-vertical-rl .txt-subscript {
1502
+ inset-block-start: -0.9em;
1503
+ bottom: 0;
1504
+ }
1505
+ html .writing-mode-vertical-rl .txt-superscript {
1506
+ inset-block-end: -0.4em;
1507
+ top: 0;
1508
+ }
1509
+ html .writing-mode-vertical-rl .writing-mode-horizontal-tb .txt-subscript {
1510
+ inset-block-start: auto;
1511
+ bottom: -0.25em;
1512
+ }
1513
+ html .writing-mode-vertical-rl .writing-mode-horizontal-tb .txt-superscript {
1514
+ inset-block-end: auto;
1515
+ top: -0.5em;
1516
+ }
1469
1517
  html .txt-dashed {
1470
1518
  text-decoration: underline;
1471
1519
  text-decoration-style: dashed;