@iress-oss/ids-components 6.0.0-alpha.10 → 6.0.0-alpha.11

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.
@@ -1,5 +1,5 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
- import { forwardRef as y, useRef as _, useState as u, useEffect as g, useImperativeHandle as h } from "react";
2
+ import { forwardRef as y, useRef as _, useState as h, useEffect as e, useImperativeHandle as u } from "react";
3
3
  import { createPortal as f } from "react-dom";
4
4
  import { i as w, I as k } from "../../Provider-BPoPUE-B.js";
5
5
  const z = `@layer reset, base, tokens, recipes, utilities;
@@ -516,11 +516,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
516
516
  font: var(--iress-typography-body-md-regular, 400 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
517
517
  }
518
518
 
519
- .text strong {
519
+ .text strong,.text:is(strong) {
520
520
  font: var(--iress-typography-body-md-strong, 600 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
521
521
  }
522
522
 
523
- .text em {
523
+ .text em,.text:is(em) {
524
524
  font: var(--iress-typography-body-md-em, italic 500 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
525
525
  }
526
526
 
@@ -742,11 +742,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
742
742
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
743
743
  }
744
744
 
745
- .text--element_small strong {
745
+ .text--element_small strong,.text--element_small:is(strong) {
746
746
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
747
747
  }
748
748
 
749
- .text--element_small em {
749
+ .text--element_small em,.text--element_small:is(em) {
750
750
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
751
751
  }
752
752
 
@@ -758,11 +758,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
758
758
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
759
759
  }
760
760
 
761
- .text--element_cite strong {
761
+ .text--element_cite strong,.text--element_cite:is(strong) {
762
762
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
763
763
  }
764
764
 
765
- .text--element_cite em {
765
+ .text--element_cite em,.text--element_cite:is(em) {
766
766
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
767
767
  }
768
768
 
@@ -774,11 +774,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
774
774
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
775
775
  }
776
776
 
777
- .text--element_caption strong {
777
+ .text--element_caption strong,.text--element_caption:is(strong) {
778
778
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
779
779
  }
780
780
 
781
- .text--element_caption em {
781
+ .text--element_caption em,.text--element_caption:is(em) {
782
782
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
783
783
  }
784
784
 
@@ -853,7 +853,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
853
853
  transition-timing-function: var(--transition-easing, cubic-bezier(0.4, 0, 0.2, 1));
854
854
  transition-duration: var(--transition-duration, 150ms);
855
855
  align-items: center;
856
- align-self: flex-start;
857
856
  box-sizing: border-box;
858
857
  cursor: pointer;
859
858
  display: inline-flex;
@@ -925,11 +924,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
925
924
  font: var(--iress-typography-body-md-regular, 400 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
926
925
  }
927
926
 
928
- .table__table strong {
927
+ .table__table strong,.table__table:is(strong) {
929
928
  font: var(--iress-typography-body-md-strong, 600 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
930
929
  }
931
930
 
932
- .table__table em {
931
+ .table__table em,.table__table:is(em) {
933
932
  font: var(--iress-typography-body-md-em, italic 500 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
934
933
  }
935
934
 
@@ -1174,11 +1173,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1174
1173
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1175
1174
  }
1176
1175
 
1177
- .table__table--compact_true strong {
1176
+ .table__table--compact_true strong,.table__table--compact_true:is(strong) {
1178
1177
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1179
1178
  }
1180
1179
 
1181
- .table__table--compact_true em {
1180
+ .table__table--compact_true em,.table__table--compact_true:is(em) {
1182
1181
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1183
1182
  }
1184
1183
 
@@ -1198,11 +1197,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1198
1197
  font: var(--iress-typography-body-md-regular, 400 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1199
1198
  }
1200
1199
 
1201
- .table__caption--compact_true strong {
1200
+ .table__caption--compact_true strong,.table__caption--compact_true:is(strong) {
1202
1201
  font: var(--iress-typography-body-md-strong, 600 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1203
1202
  }
1204
1203
 
1205
- .table__caption--compact_true em {
1204
+ .table__caption--compact_true em,.table__caption--compact_true:is(em) {
1206
1205
  font: var(--iress-typography-body-md-em, italic 500 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1207
1206
  }
1208
1207
 
@@ -1304,11 +1303,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1304
1303
  font: var(--iress-typography-body-md-regular, 400 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1305
1304
  }
1306
1305
 
1307
- .textStyle_typography\\.body\\.md strong {
1306
+ .textStyle_typography\\.body\\.md strong,.textStyle_typography\\.body\\.md:is(strong) {
1308
1307
  font: var(--iress-typography-body-md-strong, 600 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1309
1308
  }
1310
1309
 
1311
- .textStyle_typography\\.body\\.md em {
1310
+ .textStyle_typography\\.body\\.md em,.textStyle_typography\\.body\\.md:is(em) {
1312
1311
  font: var(--iress-typography-body-md-em, italic 500 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1313
1312
  }
1314
1313
 
@@ -1345,11 +1344,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1345
1344
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1346
1345
  }
1347
1346
 
1348
- .textStyle_typography\\.body\\.sm strong {
1347
+ .textStyle_typography\\.body\\.sm strong,.textStyle_typography\\.body\\.sm:is(strong) {
1349
1348
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1350
1349
  }
1351
1350
 
1352
- .textStyle_typography\\.body\\.sm em {
1351
+ .textStyle_typography\\.body\\.sm em,.textStyle_typography\\.body\\.sm:is(em) {
1353
1352
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1354
1353
  }
1355
1354
 
@@ -1427,11 +1426,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1427
1426
  font: var(--iress-typography-body-lg-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1428
1427
  }
1429
1428
 
1430
- .textStyle_typography\\.body\\.lg strong {
1429
+ .textStyle_typography\\.body\\.lg strong,.textStyle_typography\\.body\\.lg:is(strong) {
1431
1430
  font: var(--iress-typography-body-lg-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1432
1431
  }
1433
1432
 
1434
- .textStyle_typography\\.body\\.lg em {
1433
+ .textStyle_typography\\.body\\.lg em,.textStyle_typography\\.body\\.lg:is(em) {
1435
1434
  font: var(--iress-typography-body-lg-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1436
1435
  }
1437
1436
 
@@ -1542,11 +1541,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1542
1541
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1543
1542
  }
1544
1543
 
1545
- .\\[\\&_small\\]\\:textStyle_typography\\.body\\.sm small strong {
1544
+ .\\[\\&_small\\]\\:textStyle_typography\\.body\\.sm small strong,.\\[\\&_small\\]\\:textStyle_typography\\.body\\.sm small:is(strong) {
1546
1545
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1547
1546
  }
1548
1547
 
1549
- .\\[\\&_small\\]\\:textStyle_typography\\.body\\.sm small em {
1548
+ .\\[\\&_small\\]\\:textStyle_typography\\.body\\.sm small em,.\\[\\&_small\\]\\:textStyle_typography\\.body\\.sm small:is(em) {
1550
1549
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1551
1550
  }
1552
1551
 
@@ -1558,11 +1557,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1558
1557
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1559
1558
  }
1560
1559
 
1561
- .\\[\\&_cite\\]\\:textStyle_typography\\.body\\.sm cite strong {
1560
+ .\\[\\&_cite\\]\\:textStyle_typography\\.body\\.sm cite strong,.\\[\\&_cite\\]\\:textStyle_typography\\.body\\.sm cite:is(strong) {
1562
1561
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1563
1562
  }
1564
1563
 
1565
- .\\[\\&_cite\\]\\:textStyle_typography\\.body\\.sm cite em {
1564
+ .\\[\\&_cite\\]\\:textStyle_typography\\.body\\.sm cite em,.\\[\\&_cite\\]\\:textStyle_typography\\.body\\.sm cite:is(em) {
1566
1565
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1567
1566
  }
1568
1567
 
@@ -1574,11 +1573,11 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1574
1573
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1575
1574
  }
1576
1575
 
1577
- .\\[\\&_caption\\:not\\(table\\[class\\]_\\*\\)\\]\\:textStyle_typography\\.body\\.sm caption:not(table[class] *) strong {
1576
+ .\\[\\&_caption\\:not\\(table\\[class\\]_\\*\\)\\]\\:textStyle_typography\\.body\\.sm caption:not(table[class] *) strong,.\\[\\&_caption\\:not\\(table\\[class\\]_\\*\\)\\]\\:textStyle_typography\\.body\\.sm caption:not(table[class] *):is(strong) {
1578
1577
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1579
1578
  }
1580
1579
 
1581
- .\\[\\&_caption\\:not\\(table\\[class\\]_\\*\\)\\]\\:textStyle_typography\\.body\\.sm caption:not(table[class] *) em {
1580
+ .\\[\\&_caption\\:not\\(table\\[class\\]_\\*\\)\\]\\:textStyle_typography\\.body\\.sm caption:not(table[class] *) em,.\\[\\&_caption\\:not\\(table\\[class\\]_\\*\\)\\]\\:textStyle_typography\\.body\\.sm caption:not(table[class] *):is(em) {
1582
1581
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1583
1582
  }
1584
1583
 
@@ -1700,12 +1699,15 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1700
1699
  .xs\\:textStyle_typography\\.body\\.sm {
1701
1700
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1702
1701
  }
1702
+ }
1703
+
1704
+ @media screen and (min-width: 0rem) {
1703
1705
 
1704
- .xs\\:textStyle_typography\\.body\\.sm strong {
1706
+ .xs\\:textStyle_typography\\.body\\.sm strong,.xs\\:textStyle_typography\\.body\\.sm:is(strong) {
1705
1707
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1706
1708
  }
1707
1709
 
1708
- .xs\\:textStyle_typography\\.body\\.sm em {
1710
+ .xs\\:textStyle_typography\\.body\\.sm em,.xs\\:textStyle_typography\\.body\\.sm:is(em) {
1709
1711
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1710
1712
  }
1711
1713
 
@@ -1726,13 +1728,16 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1726
1728
  }
1727
1729
  .xs\\:textStyle_typography\\.body\\.md\\.regular,.xs\\:textStyle_typography\\.body\\.md {
1728
1730
  font: var(--iress-typography-body-md-regular, 400 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1731
+ }
1729
1732
  }
1730
1733
 
1731
- .xs\\:textStyle_typography\\.body\\.md strong {
1734
+ @media screen and (min-width: 0rem) {
1735
+
1736
+ .xs\\:textStyle_typography\\.body\\.md strong,.xs\\:textStyle_typography\\.body\\.md:is(strong) {
1732
1737
  font: var(--iress-typography-body-md-strong, 600 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1733
1738
  }
1734
1739
 
1735
- .xs\\:textStyle_typography\\.body\\.md em {
1740
+ .xs\\:textStyle_typography\\.body\\.md em,.xs\\:textStyle_typography\\.body\\.md:is(em) {
1736
1741
  font: var(--iress-typography-body-md-em, italic 500 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1737
1742
  }
1738
1743
 
@@ -1750,13 +1755,16 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1750
1755
  }
1751
1756
  .xs\\:textStyle_typography\\.body\\.lg {
1752
1757
  font: var(--iress-typography-body-lg-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1758
+ }
1753
1759
  }
1754
1760
 
1755
- .xs\\:textStyle_typography\\.body\\.lg strong {
1761
+ @media screen and (min-width: 0rem) {
1762
+
1763
+ .xs\\:textStyle_typography\\.body\\.lg strong,.xs\\:textStyle_typography\\.body\\.lg:is(strong) {
1756
1764
  font: var(--iress-typography-body-lg-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1757
1765
  }
1758
1766
 
1759
- .xs\\:textStyle_typography\\.body\\.lg em {
1767
+ .xs\\:textStyle_typography\\.body\\.lg em,.xs\\:textStyle_typography\\.body\\.lg:is(em) {
1760
1768
  font: var(--iress-typography-body-lg-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1761
1769
  }
1762
1770
 
@@ -1821,13 +1829,16 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1821
1829
  }
1822
1830
  .sm\\:textStyle_typography\\.body\\.sm {
1823
1831
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1832
+ }
1824
1833
  }
1825
1834
 
1826
- .sm\\:textStyle_typography\\.body\\.sm strong {
1835
+ @media screen and (min-width: 36rem) {
1836
+
1837
+ .sm\\:textStyle_typography\\.body\\.sm strong,.sm\\:textStyle_typography\\.body\\.sm:is(strong) {
1827
1838
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1828
1839
  }
1829
1840
 
1830
- .sm\\:textStyle_typography\\.body\\.sm em {
1841
+ .sm\\:textStyle_typography\\.body\\.sm em,.sm\\:textStyle_typography\\.body\\.sm:is(em) {
1831
1842
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1832
1843
  }
1833
1844
 
@@ -1848,13 +1859,16 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1848
1859
  }
1849
1860
  .sm\\:textStyle_typography\\.body\\.md\\.regular,.sm\\:textStyle_typography\\.body\\.md {
1850
1861
  font: var(--iress-typography-body-md-regular, 400 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1862
+ }
1851
1863
  }
1852
1864
 
1853
- .sm\\:textStyle_typography\\.body\\.md strong {
1865
+ @media screen and (min-width: 36rem) {
1866
+
1867
+ .sm\\:textStyle_typography\\.body\\.md strong,.sm\\:textStyle_typography\\.body\\.md:is(strong) {
1854
1868
  font: var(--iress-typography-body-md-strong, 600 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1855
1869
  }
1856
1870
 
1857
- .sm\\:textStyle_typography\\.body\\.md em {
1871
+ .sm\\:textStyle_typography\\.body\\.md em,.sm\\:textStyle_typography\\.body\\.md:is(em) {
1858
1872
  font: var(--iress-typography-body-md-em, italic 500 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1859
1873
  }
1860
1874
 
@@ -1872,13 +1886,16 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1872
1886
  }
1873
1887
  .sm\\:textStyle_typography\\.body\\.lg {
1874
1888
  font: var(--iress-typography-body-lg-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1889
+ }
1875
1890
  }
1876
1891
 
1877
- .sm\\:textStyle_typography\\.body\\.lg strong {
1892
+ @media screen and (min-width: 36rem) {
1893
+
1894
+ .sm\\:textStyle_typography\\.body\\.lg strong,.sm\\:textStyle_typography\\.body\\.lg:is(strong) {
1878
1895
  font: var(--iress-typography-body-lg-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1879
1896
  }
1880
1897
 
1881
- .sm\\:textStyle_typography\\.body\\.lg em {
1898
+ .sm\\:textStyle_typography\\.body\\.lg em,.sm\\:textStyle_typography\\.body\\.lg:is(em) {
1882
1899
  font: var(--iress-typography-body-lg-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1883
1900
  }
1884
1901
 
@@ -1943,13 +1960,16 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1943
1960
  }
1944
1961
  .md\\:textStyle_typography\\.body\\.sm {
1945
1962
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1963
+ }
1946
1964
  }
1947
1965
 
1948
- .md\\:textStyle_typography\\.body\\.sm strong {
1966
+ @media screen and (min-width: 48rem) {
1967
+
1968
+ .md\\:textStyle_typography\\.body\\.sm strong,.md\\:textStyle_typography\\.body\\.sm:is(strong) {
1949
1969
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1950
1970
  }
1951
1971
 
1952
- .md\\:textStyle_typography\\.body\\.sm em {
1972
+ .md\\:textStyle_typography\\.body\\.sm em,.md\\:textStyle_typography\\.body\\.sm:is(em) {
1953
1973
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1954
1974
  }
1955
1975
 
@@ -1971,12 +1991,15 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1971
1991
  .md\\:textStyle_typography\\.body\\.md\\.regular,.md\\:textStyle_typography\\.body\\.md {
1972
1992
  font: var(--iress-typography-body-md-regular, 400 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1973
1993
  }
1994
+ }
1995
+
1996
+ @media screen and (min-width: 48rem) {
1974
1997
 
1975
- .md\\:textStyle_typography\\.body\\.md strong {
1998
+ .md\\:textStyle_typography\\.body\\.md strong,.md\\:textStyle_typography\\.body\\.md:is(strong) {
1976
1999
  font: var(--iress-typography-body-md-strong, 600 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1977
2000
  }
1978
2001
 
1979
- .md\\:textStyle_typography\\.body\\.md em {
2002
+ .md\\:textStyle_typography\\.body\\.md em,.md\\:textStyle_typography\\.body\\.md:is(em) {
1980
2003
  font: var(--iress-typography-body-md-em, italic 500 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1981
2004
  }
1982
2005
 
@@ -1995,12 +2018,15 @@ const z = `@layer reset, base, tokens, recipes, utilities;
1995
2018
  .md\\:textStyle_typography\\.body\\.lg {
1996
2019
  font: var(--iress-typography-body-lg-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
1997
2020
  }
2021
+ }
2022
+
2023
+ @media screen and (min-width: 48rem) {
1998
2024
 
1999
- .md\\:textStyle_typography\\.body\\.lg strong {
2025
+ .md\\:textStyle_typography\\.body\\.lg strong,.md\\:textStyle_typography\\.body\\.lg:is(strong) {
2000
2026
  font: var(--iress-typography-body-lg-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2001
2027
  }
2002
2028
 
2003
- .md\\:textStyle_typography\\.body\\.lg em {
2029
+ .md\\:textStyle_typography\\.body\\.lg em,.md\\:textStyle_typography\\.body\\.lg:is(em) {
2004
2030
  font: var(--iress-typography-body-lg-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2005
2031
  }
2006
2032
 
@@ -2066,12 +2092,15 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2066
2092
  .lg\\:textStyle_typography\\.body\\.sm {
2067
2093
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2068
2094
  }
2095
+ }
2096
+
2097
+ @media screen and (min-width: 64rem) {
2069
2098
 
2070
- .lg\\:textStyle_typography\\.body\\.sm strong {
2099
+ .lg\\:textStyle_typography\\.body\\.sm strong,.lg\\:textStyle_typography\\.body\\.sm:is(strong) {
2071
2100
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2072
2101
  }
2073
2102
 
2074
- .lg\\:textStyle_typography\\.body\\.sm em {
2103
+ .lg\\:textStyle_typography\\.body\\.sm em,.lg\\:textStyle_typography\\.body\\.sm:is(em) {
2075
2104
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2076
2105
  }
2077
2106
 
@@ -2093,12 +2122,15 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2093
2122
  .lg\\:textStyle_typography\\.body\\.md\\.regular,.lg\\:textStyle_typography\\.body\\.md {
2094
2123
  font: var(--iress-typography-body-md-regular, 400 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2095
2124
  }
2125
+ }
2126
+
2127
+ @media screen and (min-width: 64rem) {
2096
2128
 
2097
- .lg\\:textStyle_typography\\.body\\.md strong {
2129
+ .lg\\:textStyle_typography\\.body\\.md strong,.lg\\:textStyle_typography\\.body\\.md:is(strong) {
2098
2130
  font: var(--iress-typography-body-md-strong, 600 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2099
2131
  }
2100
2132
 
2101
- .lg\\:textStyle_typography\\.body\\.md em {
2133
+ .lg\\:textStyle_typography\\.body\\.md em,.lg\\:textStyle_typography\\.body\\.md:is(em) {
2102
2134
  font: var(--iress-typography-body-md-em, italic 500 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2103
2135
  }
2104
2136
 
@@ -2117,12 +2149,15 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2117
2149
  .lg\\:textStyle_typography\\.body\\.lg {
2118
2150
  font: var(--iress-typography-body-lg-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2119
2151
  }
2152
+ }
2153
+
2154
+ @media screen and (min-width: 64rem) {
2120
2155
 
2121
- .lg\\:textStyle_typography\\.body\\.lg strong {
2156
+ .lg\\:textStyle_typography\\.body\\.lg strong,.lg\\:textStyle_typography\\.body\\.lg:is(strong) {
2122
2157
  font: var(--iress-typography-body-lg-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2123
2158
  }
2124
2159
 
2125
- .lg\\:textStyle_typography\\.body\\.lg em {
2160
+ .lg\\:textStyle_typography\\.body\\.lg em,.lg\\:textStyle_typography\\.body\\.lg:is(em) {
2126
2161
  font: var(--iress-typography-body-lg-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2127
2162
  }
2128
2163
 
@@ -2188,12 +2223,15 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2188
2223
  .xl\\:textStyle_typography\\.body\\.sm {
2189
2224
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2190
2225
  }
2226
+ }
2227
+
2228
+ @media screen and (min-width: 75rem) {
2191
2229
 
2192
- .xl\\:textStyle_typography\\.body\\.sm strong {
2230
+ .xl\\:textStyle_typography\\.body\\.sm strong,.xl\\:textStyle_typography\\.body\\.sm:is(strong) {
2193
2231
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2194
2232
  }
2195
2233
 
2196
- .xl\\:textStyle_typography\\.body\\.sm em {
2234
+ .xl\\:textStyle_typography\\.body\\.sm em,.xl\\:textStyle_typography\\.body\\.sm:is(em) {
2197
2235
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2198
2236
  }
2199
2237
 
@@ -2215,12 +2253,15 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2215
2253
  .xl\\:textStyle_typography\\.body\\.md\\.regular,.xl\\:textStyle_typography\\.body\\.md {
2216
2254
  font: var(--iress-typography-body-md-regular, 400 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2217
2255
  }
2256
+ }
2257
+
2258
+ @media screen and (min-width: 75rem) {
2218
2259
 
2219
- .xl\\:textStyle_typography\\.body\\.md strong {
2260
+ .xl\\:textStyle_typography\\.body\\.md strong,.xl\\:textStyle_typography\\.body\\.md:is(strong) {
2220
2261
  font: var(--iress-typography-body-md-strong, 600 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2221
2262
  }
2222
2263
 
2223
- .xl\\:textStyle_typography\\.body\\.md em {
2264
+ .xl\\:textStyle_typography\\.body\\.md em,.xl\\:textStyle_typography\\.body\\.md:is(em) {
2224
2265
  font: var(--iress-typography-body-md-em, italic 500 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2225
2266
  }
2226
2267
 
@@ -2238,13 +2279,16 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2238
2279
  }
2239
2280
  .xl\\:textStyle_typography\\.body\\.lg {
2240
2281
  font: var(--iress-typography-body-lg-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2282
+ }
2241
2283
  }
2242
2284
 
2243
- .xl\\:textStyle_typography\\.body\\.lg strong {
2285
+ @media screen and (min-width: 75rem) {
2286
+
2287
+ .xl\\:textStyle_typography\\.body\\.lg strong,.xl\\:textStyle_typography\\.body\\.lg:is(strong) {
2244
2288
  font: var(--iress-typography-body-lg-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2245
2289
  }
2246
2290
 
2247
- .xl\\:textStyle_typography\\.body\\.lg em {
2291
+ .xl\\:textStyle_typography\\.body\\.lg em,.xl\\:textStyle_typography\\.body\\.lg:is(em) {
2248
2292
  font: var(--iress-typography-body-lg-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2249
2293
  }
2250
2294
 
@@ -2309,13 +2353,16 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2309
2353
  }
2310
2354
  .xxl\\:textStyle_typography\\.body\\.sm {
2311
2355
  font: var(--iress-typography-body-sm-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2356
+ }
2312
2357
  }
2313
2358
 
2314
- .xxl\\:textStyle_typography\\.body\\.sm strong {
2359
+ @media screen and (min-width: 93.75rem) {
2360
+
2361
+ .xxl\\:textStyle_typography\\.body\\.sm strong,.xxl\\:textStyle_typography\\.body\\.sm:is(strong) {
2315
2362
  font: var(--iress-typography-body-sm-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2316
2363
  }
2317
2364
 
2318
- .xxl\\:textStyle_typography\\.body\\.sm em {
2365
+ .xxl\\:textStyle_typography\\.body\\.sm em,.xxl\\:textStyle_typography\\.body\\.sm:is(em) {
2319
2366
  font: var(--iress-typography-body-sm-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (12 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2320
2367
  }
2321
2368
 
@@ -2336,13 +2383,16 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2336
2383
  }
2337
2384
  .xxl\\:textStyle_typography\\.body\\.md\\.regular,.xxl\\:textStyle_typography\\.body\\.md {
2338
2385
  font: var(--iress-typography-body-md-regular, 400 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2386
+ }
2339
2387
  }
2340
2388
 
2341
- .xxl\\:textStyle_typography\\.body\\.md strong {
2389
+ @media screen and (min-width: 93.75rem) {
2390
+
2391
+ .xxl\\:textStyle_typography\\.body\\.md strong,.xxl\\:textStyle_typography\\.body\\.md:is(strong) {
2342
2392
  font: var(--iress-typography-body-md-strong, 600 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2343
2393
  }
2344
2394
 
2345
- .xxl\\:textStyle_typography\\.body\\.md em {
2395
+ .xxl\\:textStyle_typography\\.body\\.md em,.xxl\\:textStyle_typography\\.body\\.md:is(em) {
2346
2396
  font: var(--iress-typography-body-md-em, italic 500 var(--iress-typography-base-size, .875rem) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2347
2397
  }
2348
2398
 
@@ -2360,13 +2410,16 @@ const z = `@layer reset, base, tokens, recipes, utilities;
2360
2410
  }
2361
2411
  .xxl\\:textStyle_typography\\.body\\.lg {
2362
2412
  font: var(--iress-typography-body-lg-regular, 400 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2413
+ }
2363
2414
  }
2364
2415
 
2365
- .xxl\\:textStyle_typography\\.body\\.lg strong {
2416
+ @media screen and (min-width: 93.75rem) {
2417
+
2418
+ .xxl\\:textStyle_typography\\.body\\.lg strong,.xxl\\:textStyle_typography\\.body\\.lg:is(strong) {
2366
2419
  font: var(--iress-typography-body-lg-strong, 600 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2367
2420
  }
2368
2421
 
2369
- .xxl\\:textStyle_typography\\.body\\.lg em {
2422
+ .xxl\\:textStyle_typography\\.body\\.lg em,.xxl\\:textStyle_typography\\.body\\.lg:is(em) {
2370
2423
  font: var(--iress-typography-body-lg-em, italic 500 calc(var(--iress-typography-base-size, .875rem) * (18 / 14)) / 1.5 var(--iress-typography-base-body-font, Inter, Helvetica, sans-serif));
2371
2424
  }
2372
2425
 
@@ -3460,102 +3513,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
3460
3513
  gap: var(--spacing-none);
3461
3514
  }
3462
3515
 
3463
- .gap_button\\.inline {
3464
- gap: var(--spacing-button\\.inline);
3465
- }
3466
-
3467
- .gap_button\\.block {
3468
- gap: var(--spacing-button\\.block);
3469
- }
3470
-
3471
- .gap_field\\.footer {
3472
- gap: var(--spacing-field\\.footer);
3473
- }
3474
-
3475
- .gap_slider\\.tick {
3476
- gap: var(--spacing-slider\\.tick);
3477
- }
3478
-
3479
- .gap_-spacing\\.0 {
3480
- gap: calc(var(--spacing-spacing\\.0) * -1);
3481
- }
3482
-
3483
- .gap_-spacing\\.1 {
3484
- gap: calc(var(--spacing-spacing\\.1) * -1);
3485
- }
3486
-
3487
- .gap_-spacing\\.2 {
3488
- gap: calc(var(--spacing-spacing\\.2) * -1);
3489
- }
3490
-
3491
- .gap_-spacing\\.3 {
3492
- gap: calc(var(--spacing-spacing\\.3) * -1);
3493
- }
3494
-
3495
- .gap_-spacing\\.4 {
3496
- gap: calc(var(--spacing-spacing\\.4) * -1);
3497
- }
3498
-
3499
- .gap_-spacing\\.5 {
3500
- gap: calc(var(--spacing-spacing\\.5) * -1);
3501
- }
3502
-
3503
- .gap_-spacing\\.6 {
3504
- gap: calc(var(--spacing-spacing\\.6) * -1);
3505
- }
3506
-
3507
- .gap_-spacing\\.7 {
3508
- gap: calc(var(--spacing-spacing\\.7) * -1);
3509
- }
3510
-
3511
- .gap_-spacing\\.8 {
3512
- gap: calc(var(--spacing-spacing\\.8) * -1);
3513
- }
3514
-
3515
- .gap_-spacing\\.10 {
3516
- gap: calc(var(--spacing-spacing\\.10) * -1);
3517
- }
3518
-
3519
- .gap_-none {
3520
- gap: calc(var(--spacing-none) * -1);
3521
- }
3522
-
3523
- .gap_-xs {
3524
- gap: calc(var(--spacing-xs) * -1);
3525
- }
3526
-
3527
- .gap_-sm {
3528
- gap: calc(var(--spacing-sm) * -1);
3529
- }
3530
-
3531
- .gap_-md {
3532
- gap: calc(var(--spacing-md) * -1);
3533
- }
3534
-
3535
- .gap_-lg {
3536
- gap: calc(var(--spacing-lg) * -1);
3537
- }
3538
-
3539
- .gap_-xl {
3540
- gap: calc(var(--spacing-xl) * -1);
3541
- }
3542
-
3543
- .gap_-button\\.inline {
3544
- gap: calc(var(--spacing-button\\.inline) * -1);
3545
- }
3546
-
3547
- .gap_-button\\.block {
3548
- gap: calc(var(--spacing-button\\.block) * -1);
3549
- }
3550
-
3551
- .gap_-field\\.footer {
3552
- gap: calc(var(--spacing-field\\.footer) * -1);
3553
- }
3554
-
3555
- .gap_-slider\\.tick {
3556
- gap: calc(var(--spacing-slider\\.tick) * -1);
3557
- }
3558
-
3559
3516
  .my_spacing\\.1 {
3560
3517
  margin-block: var(--spacing-spacing\\.1);
3561
3518
  }
@@ -5124,100 +5081,32 @@ const z = `@layer reset, base, tokens, recipes, utilities;
5124
5081
  column-gap: var(--spacing-xl);
5125
5082
  }
5126
5083
 
5127
- .cg_button\\.inline {
5128
- column-gap: var(--spacing-button\\.inline);
5129
- }
5130
-
5131
- .cg_button\\.block {
5132
- column-gap: var(--spacing-button\\.block);
5133
- }
5134
-
5135
- .cg_field\\.footer {
5136
- column-gap: var(--spacing-field\\.footer);
5137
- }
5138
-
5139
- .cg_slider\\.tick {
5140
- column-gap: var(--spacing-slider\\.tick);
5141
- }
5142
-
5143
- .cg_-spacing\\.0 {
5144
- column-gap: calc(var(--spacing-spacing\\.0) * -1);
5145
- }
5146
-
5147
- .cg_-spacing\\.1 {
5148
- column-gap: calc(var(--spacing-spacing\\.1) * -1);
5149
- }
5150
-
5151
- .cg_-spacing\\.2 {
5152
- column-gap: calc(var(--spacing-spacing\\.2) * -1);
5153
- }
5154
-
5155
- .cg_-spacing\\.3 {
5156
- column-gap: calc(var(--spacing-spacing\\.3) * -1);
5157
- }
5158
-
5159
- .cg_-spacing\\.4 {
5160
- column-gap: calc(var(--spacing-spacing\\.4) * -1);
5161
- }
5162
-
5163
- .cg_-spacing\\.5 {
5164
- column-gap: calc(var(--spacing-spacing\\.5) * -1);
5165
- }
5166
-
5167
- .cg_-spacing\\.6 {
5168
- column-gap: calc(var(--spacing-spacing\\.6) * -1);
5169
- }
5170
-
5171
- .cg_-spacing\\.7 {
5172
- column-gap: calc(var(--spacing-spacing\\.7) * -1);
5173
- }
5174
-
5175
- .cg_-spacing\\.8 {
5176
- column-gap: calc(var(--spacing-spacing\\.8) * -1);
5177
- }
5178
-
5179
- .cg_-spacing\\.10 {
5180
- column-gap: calc(var(--spacing-spacing\\.10) * -1);
5181
- }
5182
-
5183
- .cg_-none {
5184
- column-gap: calc(var(--spacing-none) * -1);
5185
- }
5186
-
5187
- .cg_-xs {
5188
- column-gap: calc(var(--spacing-xs) * -1);
5189
- }
5190
-
5191
- .cg_-sm {
5192
- column-gap: calc(var(--spacing-sm) * -1);
5193
- }
5194
-
5195
- .cg_-md {
5196
- column-gap: calc(var(--spacing-md) * -1);
5084
+ .horizontal-align_around {
5085
+ horizontal-align: around;
5197
5086
  }
5198
5087
 
5199
- .cg_-lg {
5200
- column-gap: calc(var(--spacing-lg) * -1);
5088
+ .horizontal-align_between {
5089
+ horizontal-align: between;
5201
5090
  }
5202
5091
 
5203
- .cg_-xl {
5204
- column-gap: calc(var(--spacing-xl) * -1);
5092
+ .horizontal-align_center {
5093
+ horizontal-align: center;
5205
5094
  }
5206
5095
 
5207
- .cg_-button\\.inline {
5208
- column-gap: calc(var(--spacing-button\\.inline) * -1);
5096
+ .horizontal-align_evenly {
5097
+ horizontal-align: evenly;
5209
5098
  }
5210
5099
 
5211
- .cg_-button\\.block {
5212
- column-gap: calc(var(--spacing-button\\.block) * -1);
5100
+ .horizontal-align_left {
5101
+ horizontal-align: left;
5213
5102
  }
5214
5103
 
5215
- .cg_-field\\.footer {
5216
- column-gap: calc(var(--spacing-field\\.footer) * -1);
5104
+ .horizontal-align_right {
5105
+ horizontal-align: right;
5217
5106
  }
5218
5107
 
5219
- .cg_-slider\\.tick {
5220
- column-gap: calc(var(--spacing-slider\\.tick) * -1);
5108
+ .horizontal-align_stretch {
5109
+ horizontal-align: stretch;
5221
5110
  }
5222
5111
 
5223
5112
  .rg_spacing\\.0 {
@@ -8835,78 +8724,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
8835
8724
  }
8836
8725
  .xs\\:gap_xl {
8837
8726
  gap: var(--spacing-xl);
8838
- }
8839
- .xs\\:gap_button\\.inline {
8840
- gap: var(--spacing-button\\.inline);
8841
- }
8842
- .xs\\:gap_button\\.block {
8843
- gap: var(--spacing-button\\.block);
8844
- }
8845
- .xs\\:gap_field\\.footer {
8846
- gap: var(--spacing-field\\.footer);
8847
- }
8848
- .xs\\:gap_slider\\.tick {
8849
- gap: var(--spacing-slider\\.tick);
8850
- }
8851
- .xs\\:gap_-spacing\\.0 {
8852
- gap: calc(var(--spacing-spacing\\.0) * -1);
8853
- }
8854
- .xs\\:gap_-spacing\\.1 {
8855
- gap: calc(var(--spacing-spacing\\.1) * -1);
8856
- }
8857
- .xs\\:gap_-spacing\\.2 {
8858
- gap: calc(var(--spacing-spacing\\.2) * -1);
8859
- }
8860
- .xs\\:gap_-spacing\\.3 {
8861
- gap: calc(var(--spacing-spacing\\.3) * -1);
8862
- }
8863
- .xs\\:gap_-spacing\\.4 {
8864
- gap: calc(var(--spacing-spacing\\.4) * -1);
8865
- }
8866
- .xs\\:gap_-spacing\\.5 {
8867
- gap: calc(var(--spacing-spacing\\.5) * -1);
8868
- }
8869
- .xs\\:gap_-spacing\\.6 {
8870
- gap: calc(var(--spacing-spacing\\.6) * -1);
8871
- }
8872
- .xs\\:gap_-spacing\\.7 {
8873
- gap: calc(var(--spacing-spacing\\.7) * -1);
8874
- }
8875
- .xs\\:gap_-spacing\\.8 {
8876
- gap: calc(var(--spacing-spacing\\.8) * -1);
8877
- }
8878
- .xs\\:gap_-spacing\\.10 {
8879
- gap: calc(var(--spacing-spacing\\.10) * -1);
8880
- }
8881
- .xs\\:gap_-none {
8882
- gap: calc(var(--spacing-none) * -1);
8883
- }
8884
- .xs\\:gap_-xs {
8885
- gap: calc(var(--spacing-xs) * -1);
8886
- }
8887
- .xs\\:gap_-sm {
8888
- gap: calc(var(--spacing-sm) * -1);
8889
- }
8890
- .xs\\:gap_-md {
8891
- gap: calc(var(--spacing-md) * -1);
8892
- }
8893
- .xs\\:gap_-lg {
8894
- gap: calc(var(--spacing-lg) * -1);
8895
- }
8896
- .xs\\:gap_-xl {
8897
- gap: calc(var(--spacing-xl) * -1);
8898
- }
8899
- .xs\\:gap_-button\\.inline {
8900
- gap: calc(var(--spacing-button\\.inline) * -1);
8901
- }
8902
- .xs\\:gap_-button\\.block {
8903
- gap: calc(var(--spacing-button\\.block) * -1);
8904
- }
8905
- .xs\\:gap_-field\\.footer {
8906
- gap: calc(var(--spacing-field\\.footer) * -1);
8907
- }
8908
- .xs\\:gap_-slider\\.tick {
8909
- gap: calc(var(--spacing-slider\\.tick) * -1);
8910
8727
  }
8911
8728
  .xs\\:my_spacing\\.0 {
8912
8729
  margin-block: var(--spacing-spacing\\.0);
@@ -9263,6 +9080,18 @@ const z = `@layer reset, base, tokens, recipes, utilities;
9263
9080
  }
9264
9081
  .xs\\:key_test2 {
9265
9082
  key: test2;
9083
+ }
9084
+ .xs\\:as_start {
9085
+ align-self: start;
9086
+ }
9087
+ .xs\\:as_end {
9088
+ align-self: end;
9089
+ }
9090
+ .xs\\:as_center {
9091
+ align-self: center;
9092
+ }
9093
+ .xs\\:as_stretch {
9094
+ align-self: stretch;
9266
9095
  }
9267
9096
  .xs\\:cg_spacing\\.0 {
9268
9097
  column-gap: var(--spacing-spacing\\.0);
@@ -9312,77 +9141,26 @@ const z = `@layer reset, base, tokens, recipes, utilities;
9312
9141
  .xs\\:cg_xl {
9313
9142
  column-gap: var(--spacing-xl);
9314
9143
  }
9315
- .xs\\:cg_button\\.inline {
9316
- column-gap: var(--spacing-button\\.inline);
9317
- }
9318
- .xs\\:cg_button\\.block {
9319
- column-gap: var(--spacing-button\\.block);
9320
- }
9321
- .xs\\:cg_field\\.footer {
9322
- column-gap: var(--spacing-field\\.footer);
9323
- }
9324
- .xs\\:cg_slider\\.tick {
9325
- column-gap: var(--spacing-slider\\.tick);
9326
- }
9327
- .xs\\:cg_-spacing\\.0 {
9328
- column-gap: calc(var(--spacing-spacing\\.0) * -1);
9329
- }
9330
- .xs\\:cg_-spacing\\.1 {
9331
- column-gap: calc(var(--spacing-spacing\\.1) * -1);
9332
- }
9333
- .xs\\:cg_-spacing\\.2 {
9334
- column-gap: calc(var(--spacing-spacing\\.2) * -1);
9335
- }
9336
- .xs\\:cg_-spacing\\.3 {
9337
- column-gap: calc(var(--spacing-spacing\\.3) * -1);
9338
- }
9339
- .xs\\:cg_-spacing\\.4 {
9340
- column-gap: calc(var(--spacing-spacing\\.4) * -1);
9341
- }
9342
- .xs\\:cg_-spacing\\.5 {
9343
- column-gap: calc(var(--spacing-spacing\\.5) * -1);
9344
- }
9345
- .xs\\:cg_-spacing\\.6 {
9346
- column-gap: calc(var(--spacing-spacing\\.6) * -1);
9347
- }
9348
- .xs\\:cg_-spacing\\.7 {
9349
- column-gap: calc(var(--spacing-spacing\\.7) * -1);
9350
- }
9351
- .xs\\:cg_-spacing\\.8 {
9352
- column-gap: calc(var(--spacing-spacing\\.8) * -1);
9353
- }
9354
- .xs\\:cg_-spacing\\.10 {
9355
- column-gap: calc(var(--spacing-spacing\\.10) * -1);
9356
- }
9357
- .xs\\:cg_-none {
9358
- column-gap: calc(var(--spacing-none) * -1);
9359
- }
9360
- .xs\\:cg_-xs {
9361
- column-gap: calc(var(--spacing-xs) * -1);
9362
- }
9363
- .xs\\:cg_-sm {
9364
- column-gap: calc(var(--spacing-sm) * -1);
9144
+ .xs\\:horizontal-align_around {
9145
+ horizontal-align: around;
9365
9146
  }
9366
- .xs\\:cg_-md {
9367
- column-gap: calc(var(--spacing-md) * -1);
9147
+ .xs\\:horizontal-align_between {
9148
+ horizontal-align: between;
9368
9149
  }
9369
- .xs\\:cg_-lg {
9370
- column-gap: calc(var(--spacing-lg) * -1);
9150
+ .xs\\:horizontal-align_center {
9151
+ horizontal-align: center;
9371
9152
  }
9372
- .xs\\:cg_-xl {
9373
- column-gap: calc(var(--spacing-xl) * -1);
9153
+ .xs\\:horizontal-align_evenly {
9154
+ horizontal-align: evenly;
9374
9155
  }
9375
- .xs\\:cg_-button\\.inline {
9376
- column-gap: calc(var(--spacing-button\\.inline) * -1);
9156
+ .xs\\:horizontal-align_left {
9157
+ horizontal-align: left;
9377
9158
  }
9378
- .xs\\:cg_-button\\.block {
9379
- column-gap: calc(var(--spacing-button\\.block) * -1);
9159
+ .xs\\:horizontal-align_right {
9160
+ horizontal-align: right;
9380
9161
  }
9381
- .xs\\:cg_-field\\.footer {
9382
- column-gap: calc(var(--spacing-field\\.footer) * -1);
9383
- }
9384
- .xs\\:cg_-slider\\.tick {
9385
- column-gap: calc(var(--spacing-slider\\.tick) * -1);
9162
+ .xs\\:horizontal-align_stretch {
9163
+ horizontal-align: stretch;
9386
9164
  }
9387
9165
  .xs\\:rg_spacing\\.0 {
9388
9166
  row-gap: var(--spacing-spacing\\.0);
@@ -10629,78 +10407,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
10629
10407
  }
10630
10408
  .sm\\:gap_xl {
10631
10409
  gap: var(--spacing-xl);
10632
- }
10633
- .sm\\:gap_button\\.inline {
10634
- gap: var(--spacing-button\\.inline);
10635
- }
10636
- .sm\\:gap_button\\.block {
10637
- gap: var(--spacing-button\\.block);
10638
- }
10639
- .sm\\:gap_field\\.footer {
10640
- gap: var(--spacing-field\\.footer);
10641
- }
10642
- .sm\\:gap_slider\\.tick {
10643
- gap: var(--spacing-slider\\.tick);
10644
- }
10645
- .sm\\:gap_-spacing\\.0 {
10646
- gap: calc(var(--spacing-spacing\\.0) * -1);
10647
- }
10648
- .sm\\:gap_-spacing\\.1 {
10649
- gap: calc(var(--spacing-spacing\\.1) * -1);
10650
- }
10651
- .sm\\:gap_-spacing\\.2 {
10652
- gap: calc(var(--spacing-spacing\\.2) * -1);
10653
- }
10654
- .sm\\:gap_-spacing\\.3 {
10655
- gap: calc(var(--spacing-spacing\\.3) * -1);
10656
- }
10657
- .sm\\:gap_-spacing\\.4 {
10658
- gap: calc(var(--spacing-spacing\\.4) * -1);
10659
- }
10660
- .sm\\:gap_-spacing\\.5 {
10661
- gap: calc(var(--spacing-spacing\\.5) * -1);
10662
- }
10663
- .sm\\:gap_-spacing\\.6 {
10664
- gap: calc(var(--spacing-spacing\\.6) * -1);
10665
- }
10666
- .sm\\:gap_-spacing\\.7 {
10667
- gap: calc(var(--spacing-spacing\\.7) * -1);
10668
- }
10669
- .sm\\:gap_-spacing\\.8 {
10670
- gap: calc(var(--spacing-spacing\\.8) * -1);
10671
- }
10672
- .sm\\:gap_-spacing\\.10 {
10673
- gap: calc(var(--spacing-spacing\\.10) * -1);
10674
- }
10675
- .sm\\:gap_-none {
10676
- gap: calc(var(--spacing-none) * -1);
10677
- }
10678
- .sm\\:gap_-xs {
10679
- gap: calc(var(--spacing-xs) * -1);
10680
- }
10681
- .sm\\:gap_-sm {
10682
- gap: calc(var(--spacing-sm) * -1);
10683
- }
10684
- .sm\\:gap_-md {
10685
- gap: calc(var(--spacing-md) * -1);
10686
- }
10687
- .sm\\:gap_-lg {
10688
- gap: calc(var(--spacing-lg) * -1);
10689
- }
10690
- .sm\\:gap_-xl {
10691
- gap: calc(var(--spacing-xl) * -1);
10692
- }
10693
- .sm\\:gap_-button\\.inline {
10694
- gap: calc(var(--spacing-button\\.inline) * -1);
10695
- }
10696
- .sm\\:gap_-button\\.block {
10697
- gap: calc(var(--spacing-button\\.block) * -1);
10698
- }
10699
- .sm\\:gap_-field\\.footer {
10700
- gap: calc(var(--spacing-field\\.footer) * -1);
10701
- }
10702
- .sm\\:gap_-slider\\.tick {
10703
- gap: calc(var(--spacing-slider\\.tick) * -1);
10704
10410
  }
10705
10411
  .sm\\:my_spacing\\.0 {
10706
10412
  margin-block: var(--spacing-spacing\\.0);
@@ -11043,6 +10749,18 @@ const z = `@layer reset, base, tokens, recipes, utilities;
11043
10749
  margin-inline: calc(-1 * var(--col-gap) / 2);
11044
10750
  column-gap: var(--iress-spacing-0, 0rem);
11045
10751
  row-gap: var(--col-gap);
10752
+ }
10753
+ .sm\\:as_start {
10754
+ align-self: start;
10755
+ }
10756
+ .sm\\:as_end {
10757
+ align-self: end;
10758
+ }
10759
+ .sm\\:as_center {
10760
+ align-self: center;
10761
+ }
10762
+ .sm\\:as_stretch {
10763
+ align-self: stretch;
11046
10764
  }
11047
10765
  .sm\\:cg_spacing\\.0 {
11048
10766
  column-gap: var(--spacing-spacing\\.0);
@@ -11092,77 +10810,26 @@ const z = `@layer reset, base, tokens, recipes, utilities;
11092
10810
  .sm\\:cg_xl {
11093
10811
  column-gap: var(--spacing-xl);
11094
10812
  }
11095
- .sm\\:cg_button\\.inline {
11096
- column-gap: var(--spacing-button\\.inline);
11097
- }
11098
- .sm\\:cg_button\\.block {
11099
- column-gap: var(--spacing-button\\.block);
11100
- }
11101
- .sm\\:cg_field\\.footer {
11102
- column-gap: var(--spacing-field\\.footer);
11103
- }
11104
- .sm\\:cg_slider\\.tick {
11105
- column-gap: var(--spacing-slider\\.tick);
11106
- }
11107
- .sm\\:cg_-spacing\\.0 {
11108
- column-gap: calc(var(--spacing-spacing\\.0) * -1);
11109
- }
11110
- .sm\\:cg_-spacing\\.1 {
11111
- column-gap: calc(var(--spacing-spacing\\.1) * -1);
11112
- }
11113
- .sm\\:cg_-spacing\\.2 {
11114
- column-gap: calc(var(--spacing-spacing\\.2) * -1);
11115
- }
11116
- .sm\\:cg_-spacing\\.3 {
11117
- column-gap: calc(var(--spacing-spacing\\.3) * -1);
11118
- }
11119
- .sm\\:cg_-spacing\\.4 {
11120
- column-gap: calc(var(--spacing-spacing\\.4) * -1);
10813
+ .sm\\:horizontal-align_around {
10814
+ horizontal-align: around;
11121
10815
  }
11122
- .sm\\:cg_-spacing\\.5 {
11123
- column-gap: calc(var(--spacing-spacing\\.5) * -1);
10816
+ .sm\\:horizontal-align_between {
10817
+ horizontal-align: between;
11124
10818
  }
11125
- .sm\\:cg_-spacing\\.6 {
11126
- column-gap: calc(var(--spacing-spacing\\.6) * -1);
10819
+ .sm\\:horizontal-align_center {
10820
+ horizontal-align: center;
11127
10821
  }
11128
- .sm\\:cg_-spacing\\.7 {
11129
- column-gap: calc(var(--spacing-spacing\\.7) * -1);
10822
+ .sm\\:horizontal-align_evenly {
10823
+ horizontal-align: evenly;
11130
10824
  }
11131
- .sm\\:cg_-spacing\\.8 {
11132
- column-gap: calc(var(--spacing-spacing\\.8) * -1);
10825
+ .sm\\:horizontal-align_left {
10826
+ horizontal-align: left;
11133
10827
  }
11134
- .sm\\:cg_-spacing\\.10 {
11135
- column-gap: calc(var(--spacing-spacing\\.10) * -1);
10828
+ .sm\\:horizontal-align_right {
10829
+ horizontal-align: right;
11136
10830
  }
11137
- .sm\\:cg_-none {
11138
- column-gap: calc(var(--spacing-none) * -1);
11139
- }
11140
- .sm\\:cg_-xs {
11141
- column-gap: calc(var(--spacing-xs) * -1);
11142
- }
11143
- .sm\\:cg_-sm {
11144
- column-gap: calc(var(--spacing-sm) * -1);
11145
- }
11146
- .sm\\:cg_-md {
11147
- column-gap: calc(var(--spacing-md) * -1);
11148
- }
11149
- .sm\\:cg_-lg {
11150
- column-gap: calc(var(--spacing-lg) * -1);
11151
- }
11152
- .sm\\:cg_-xl {
11153
- column-gap: calc(var(--spacing-xl) * -1);
11154
- }
11155
- .sm\\:cg_-button\\.inline {
11156
- column-gap: calc(var(--spacing-button\\.inline) * -1);
11157
- }
11158
- .sm\\:cg_-button\\.block {
11159
- column-gap: calc(var(--spacing-button\\.block) * -1);
11160
- }
11161
- .sm\\:cg_-field\\.footer {
11162
- column-gap: calc(var(--spacing-field\\.footer) * -1);
11163
- }
11164
- .sm\\:cg_-slider\\.tick {
11165
- column-gap: calc(var(--spacing-slider\\.tick) * -1);
10831
+ .sm\\:horizontal-align_stretch {
10832
+ horizontal-align: stretch;
11166
10833
  }
11167
10834
  .sm\\:rg_spacing\\.0 {
11168
10835
  row-gap: var(--spacing-spacing\\.0);
@@ -12426,78 +12093,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
12426
12093
  }
12427
12094
  .md\\:gap_xl {
12428
12095
  gap: var(--spacing-xl);
12429
- }
12430
- .md\\:gap_button\\.inline {
12431
- gap: var(--spacing-button\\.inline);
12432
- }
12433
- .md\\:gap_button\\.block {
12434
- gap: var(--spacing-button\\.block);
12435
- }
12436
- .md\\:gap_field\\.footer {
12437
- gap: var(--spacing-field\\.footer);
12438
- }
12439
- .md\\:gap_slider\\.tick {
12440
- gap: var(--spacing-slider\\.tick);
12441
- }
12442
- .md\\:gap_-spacing\\.0 {
12443
- gap: calc(var(--spacing-spacing\\.0) * -1);
12444
- }
12445
- .md\\:gap_-spacing\\.1 {
12446
- gap: calc(var(--spacing-spacing\\.1) * -1);
12447
- }
12448
- .md\\:gap_-spacing\\.2 {
12449
- gap: calc(var(--spacing-spacing\\.2) * -1);
12450
- }
12451
- .md\\:gap_-spacing\\.3 {
12452
- gap: calc(var(--spacing-spacing\\.3) * -1);
12453
- }
12454
- .md\\:gap_-spacing\\.4 {
12455
- gap: calc(var(--spacing-spacing\\.4) * -1);
12456
- }
12457
- .md\\:gap_-spacing\\.5 {
12458
- gap: calc(var(--spacing-spacing\\.5) * -1);
12459
- }
12460
- .md\\:gap_-spacing\\.6 {
12461
- gap: calc(var(--spacing-spacing\\.6) * -1);
12462
- }
12463
- .md\\:gap_-spacing\\.7 {
12464
- gap: calc(var(--spacing-spacing\\.7) * -1);
12465
- }
12466
- .md\\:gap_-spacing\\.8 {
12467
- gap: calc(var(--spacing-spacing\\.8) * -1);
12468
- }
12469
- .md\\:gap_-spacing\\.10 {
12470
- gap: calc(var(--spacing-spacing\\.10) * -1);
12471
- }
12472
- .md\\:gap_-none {
12473
- gap: calc(var(--spacing-none) * -1);
12474
- }
12475
- .md\\:gap_-xs {
12476
- gap: calc(var(--spacing-xs) * -1);
12477
- }
12478
- .md\\:gap_-sm {
12479
- gap: calc(var(--spacing-sm) * -1);
12480
- }
12481
- .md\\:gap_-md {
12482
- gap: calc(var(--spacing-md) * -1);
12483
- }
12484
- .md\\:gap_-lg {
12485
- gap: calc(var(--spacing-lg) * -1);
12486
- }
12487
- .md\\:gap_-xl {
12488
- gap: calc(var(--spacing-xl) * -1);
12489
- }
12490
- .md\\:gap_-button\\.inline {
12491
- gap: calc(var(--spacing-button\\.inline) * -1);
12492
- }
12493
- .md\\:gap_-button\\.block {
12494
- gap: calc(var(--spacing-button\\.block) * -1);
12495
- }
12496
- .md\\:gap_-field\\.footer {
12497
- gap: calc(var(--spacing-field\\.footer) * -1);
12498
- }
12499
- .md\\:gap_-slider\\.tick {
12500
- gap: calc(var(--spacing-slider\\.tick) * -1);
12501
12096
  }
12502
12097
  .md\\:my_spacing\\.0 {
12503
12098
  margin-block: var(--spacing-spacing\\.0);
@@ -12846,6 +12441,18 @@ const z = `@layer reset, base, tokens, recipes, utilities;
12846
12441
  margin-inline: calc(-1 * var(--col-gap) / 2);
12847
12442
  column-gap: var(--iress-spacing-0, 0rem);
12848
12443
  row-gap: var(--col-gap);
12444
+ }
12445
+ .md\\:as_start {
12446
+ align-self: start;
12447
+ }
12448
+ .md\\:as_end {
12449
+ align-self: end;
12450
+ }
12451
+ .md\\:as_center {
12452
+ align-self: center;
12453
+ }
12454
+ .md\\:as_stretch {
12455
+ align-self: stretch;
12849
12456
  }
12850
12457
  .md\\:cg_spacing\\.0 {
12851
12458
  column-gap: var(--spacing-spacing\\.0);
@@ -12895,77 +12502,26 @@ const z = `@layer reset, base, tokens, recipes, utilities;
12895
12502
  .md\\:cg_xl {
12896
12503
  column-gap: var(--spacing-xl);
12897
12504
  }
12898
- .md\\:cg_button\\.inline {
12899
- column-gap: var(--spacing-button\\.inline);
12900
- }
12901
- .md\\:cg_button\\.block {
12902
- column-gap: var(--spacing-button\\.block);
12505
+ .md\\:horizontal-align_around {
12506
+ horizontal-align: around;
12903
12507
  }
12904
- .md\\:cg_field\\.footer {
12905
- column-gap: var(--spacing-field\\.footer);
12508
+ .md\\:horizontal-align_between {
12509
+ horizontal-align: between;
12906
12510
  }
12907
- .md\\:cg_slider\\.tick {
12908
- column-gap: var(--spacing-slider\\.tick);
12511
+ .md\\:horizontal-align_center {
12512
+ horizontal-align: center;
12909
12513
  }
12910
- .md\\:cg_-spacing\\.0 {
12911
- column-gap: calc(var(--spacing-spacing\\.0) * -1);
12514
+ .md\\:horizontal-align_evenly {
12515
+ horizontal-align: evenly;
12912
12516
  }
12913
- .md\\:cg_-spacing\\.1 {
12914
- column-gap: calc(var(--spacing-spacing\\.1) * -1);
12517
+ .md\\:horizontal-align_left {
12518
+ horizontal-align: left;
12915
12519
  }
12916
- .md\\:cg_-spacing\\.2 {
12917
- column-gap: calc(var(--spacing-spacing\\.2) * -1);
12520
+ .md\\:horizontal-align_right {
12521
+ horizontal-align: right;
12918
12522
  }
12919
- .md\\:cg_-spacing\\.3 {
12920
- column-gap: calc(var(--spacing-spacing\\.3) * -1);
12921
- }
12922
- .md\\:cg_-spacing\\.4 {
12923
- column-gap: calc(var(--spacing-spacing\\.4) * -1);
12924
- }
12925
- .md\\:cg_-spacing\\.5 {
12926
- column-gap: calc(var(--spacing-spacing\\.5) * -1);
12927
- }
12928
- .md\\:cg_-spacing\\.6 {
12929
- column-gap: calc(var(--spacing-spacing\\.6) * -1);
12930
- }
12931
- .md\\:cg_-spacing\\.7 {
12932
- column-gap: calc(var(--spacing-spacing\\.7) * -1);
12933
- }
12934
- .md\\:cg_-spacing\\.8 {
12935
- column-gap: calc(var(--spacing-spacing\\.8) * -1);
12936
- }
12937
- .md\\:cg_-spacing\\.10 {
12938
- column-gap: calc(var(--spacing-spacing\\.10) * -1);
12939
- }
12940
- .md\\:cg_-none {
12941
- column-gap: calc(var(--spacing-none) * -1);
12942
- }
12943
- .md\\:cg_-xs {
12944
- column-gap: calc(var(--spacing-xs) * -1);
12945
- }
12946
- .md\\:cg_-sm {
12947
- column-gap: calc(var(--spacing-sm) * -1);
12948
- }
12949
- .md\\:cg_-md {
12950
- column-gap: calc(var(--spacing-md) * -1);
12951
- }
12952
- .md\\:cg_-lg {
12953
- column-gap: calc(var(--spacing-lg) * -1);
12954
- }
12955
- .md\\:cg_-xl {
12956
- column-gap: calc(var(--spacing-xl) * -1);
12957
- }
12958
- .md\\:cg_-button\\.inline {
12959
- column-gap: calc(var(--spacing-button\\.inline) * -1);
12960
- }
12961
- .md\\:cg_-button\\.block {
12962
- column-gap: calc(var(--spacing-button\\.block) * -1);
12963
- }
12964
- .md\\:cg_-field\\.footer {
12965
- column-gap: calc(var(--spacing-field\\.footer) * -1);
12966
- }
12967
- .md\\:cg_-slider\\.tick {
12968
- column-gap: calc(var(--spacing-slider\\.tick) * -1);
12523
+ .md\\:horizontal-align_stretch {
12524
+ horizontal-align: stretch;
12969
12525
  }
12970
12526
  .md\\:rg_spacing\\.0 {
12971
12527
  row-gap: var(--spacing-spacing\\.0);
@@ -14214,78 +13770,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
14214
13770
  }
14215
13771
  .lg\\:gap_xl {
14216
13772
  gap: var(--spacing-xl);
14217
- }
14218
- .lg\\:gap_button\\.inline {
14219
- gap: var(--spacing-button\\.inline);
14220
- }
14221
- .lg\\:gap_button\\.block {
14222
- gap: var(--spacing-button\\.block);
14223
- }
14224
- .lg\\:gap_field\\.footer {
14225
- gap: var(--spacing-field\\.footer);
14226
- }
14227
- .lg\\:gap_slider\\.tick {
14228
- gap: var(--spacing-slider\\.tick);
14229
- }
14230
- .lg\\:gap_-spacing\\.0 {
14231
- gap: calc(var(--spacing-spacing\\.0) * -1);
14232
- }
14233
- .lg\\:gap_-spacing\\.1 {
14234
- gap: calc(var(--spacing-spacing\\.1) * -1);
14235
- }
14236
- .lg\\:gap_-spacing\\.2 {
14237
- gap: calc(var(--spacing-spacing\\.2) * -1);
14238
- }
14239
- .lg\\:gap_-spacing\\.3 {
14240
- gap: calc(var(--spacing-spacing\\.3) * -1);
14241
- }
14242
- .lg\\:gap_-spacing\\.4 {
14243
- gap: calc(var(--spacing-spacing\\.4) * -1);
14244
- }
14245
- .lg\\:gap_-spacing\\.5 {
14246
- gap: calc(var(--spacing-spacing\\.5) * -1);
14247
- }
14248
- .lg\\:gap_-spacing\\.6 {
14249
- gap: calc(var(--spacing-spacing\\.6) * -1);
14250
- }
14251
- .lg\\:gap_-spacing\\.7 {
14252
- gap: calc(var(--spacing-spacing\\.7) * -1);
14253
- }
14254
- .lg\\:gap_-spacing\\.8 {
14255
- gap: calc(var(--spacing-spacing\\.8) * -1);
14256
- }
14257
- .lg\\:gap_-spacing\\.10 {
14258
- gap: calc(var(--spacing-spacing\\.10) * -1);
14259
- }
14260
- .lg\\:gap_-none {
14261
- gap: calc(var(--spacing-none) * -1);
14262
- }
14263
- .lg\\:gap_-xs {
14264
- gap: calc(var(--spacing-xs) * -1);
14265
- }
14266
- .lg\\:gap_-sm {
14267
- gap: calc(var(--spacing-sm) * -1);
14268
- }
14269
- .lg\\:gap_-md {
14270
- gap: calc(var(--spacing-md) * -1);
14271
- }
14272
- .lg\\:gap_-lg {
14273
- gap: calc(var(--spacing-lg) * -1);
14274
- }
14275
- .lg\\:gap_-xl {
14276
- gap: calc(var(--spacing-xl) * -1);
14277
- }
14278
- .lg\\:gap_-button\\.inline {
14279
- gap: calc(var(--spacing-button\\.inline) * -1);
14280
- }
14281
- .lg\\:gap_-button\\.block {
14282
- gap: calc(var(--spacing-button\\.block) * -1);
14283
- }
14284
- .lg\\:gap_-field\\.footer {
14285
- gap: calc(var(--spacing-field\\.footer) * -1);
14286
- }
14287
- .lg\\:gap_-slider\\.tick {
14288
- gap: calc(var(--spacing-slider\\.tick) * -1);
14289
13773
  }
14290
13774
  .lg\\:my_spacing\\.0 {
14291
13775
  margin-block: var(--spacing-spacing\\.0);
@@ -14632,6 +14116,18 @@ const z = `@layer reset, base, tokens, recipes, utilities;
14632
14116
  overflow: visible;
14633
14117
  clip: auto;
14634
14118
  white-space: normal;
14119
+ }
14120
+ .lg\\:as_start {
14121
+ align-self: start;
14122
+ }
14123
+ .lg\\:as_end {
14124
+ align-self: end;
14125
+ }
14126
+ .lg\\:as_center {
14127
+ align-self: center;
14128
+ }
14129
+ .lg\\:as_stretch {
14130
+ align-self: stretch;
14635
14131
  }
14636
14132
  .lg\\:cg_spacing\\.0 {
14637
14133
  column-gap: var(--spacing-spacing\\.0);
@@ -14681,77 +14177,26 @@ const z = `@layer reset, base, tokens, recipes, utilities;
14681
14177
  .lg\\:cg_xl {
14682
14178
  column-gap: var(--spacing-xl);
14683
14179
  }
14684
- .lg\\:cg_button\\.inline {
14685
- column-gap: var(--spacing-button\\.inline);
14686
- }
14687
- .lg\\:cg_button\\.block {
14688
- column-gap: var(--spacing-button\\.block);
14689
- }
14690
- .lg\\:cg_field\\.footer {
14691
- column-gap: var(--spacing-field\\.footer);
14692
- }
14693
- .lg\\:cg_slider\\.tick {
14694
- column-gap: var(--spacing-slider\\.tick);
14695
- }
14696
- .lg\\:cg_-spacing\\.0 {
14697
- column-gap: calc(var(--spacing-spacing\\.0) * -1);
14698
- }
14699
- .lg\\:cg_-spacing\\.1 {
14700
- column-gap: calc(var(--spacing-spacing\\.1) * -1);
14701
- }
14702
- .lg\\:cg_-spacing\\.2 {
14703
- column-gap: calc(var(--spacing-spacing\\.2) * -1);
14180
+ .lg\\:horizontal-align_around {
14181
+ horizontal-align: around;
14704
14182
  }
14705
- .lg\\:cg_-spacing\\.3 {
14706
- column-gap: calc(var(--spacing-spacing\\.3) * -1);
14183
+ .lg\\:horizontal-align_between {
14184
+ horizontal-align: between;
14707
14185
  }
14708
- .lg\\:cg_-spacing\\.4 {
14709
- column-gap: calc(var(--spacing-spacing\\.4) * -1);
14186
+ .lg\\:horizontal-align_center {
14187
+ horizontal-align: center;
14710
14188
  }
14711
- .lg\\:cg_-spacing\\.5 {
14712
- column-gap: calc(var(--spacing-spacing\\.5) * -1);
14189
+ .lg\\:horizontal-align_evenly {
14190
+ horizontal-align: evenly;
14713
14191
  }
14714
- .lg\\:cg_-spacing\\.6 {
14715
- column-gap: calc(var(--spacing-spacing\\.6) * -1);
14192
+ .lg\\:horizontal-align_left {
14193
+ horizontal-align: left;
14716
14194
  }
14717
- .lg\\:cg_-spacing\\.7 {
14718
- column-gap: calc(var(--spacing-spacing\\.7) * -1);
14195
+ .lg\\:horizontal-align_right {
14196
+ horizontal-align: right;
14719
14197
  }
14720
- .lg\\:cg_-spacing\\.8 {
14721
- column-gap: calc(var(--spacing-spacing\\.8) * -1);
14722
- }
14723
- .lg\\:cg_-spacing\\.10 {
14724
- column-gap: calc(var(--spacing-spacing\\.10) * -1);
14725
- }
14726
- .lg\\:cg_-none {
14727
- column-gap: calc(var(--spacing-none) * -1);
14728
- }
14729
- .lg\\:cg_-xs {
14730
- column-gap: calc(var(--spacing-xs) * -1);
14731
- }
14732
- .lg\\:cg_-sm {
14733
- column-gap: calc(var(--spacing-sm) * -1);
14734
- }
14735
- .lg\\:cg_-md {
14736
- column-gap: calc(var(--spacing-md) * -1);
14737
- }
14738
- .lg\\:cg_-lg {
14739
- column-gap: calc(var(--spacing-lg) * -1);
14740
- }
14741
- .lg\\:cg_-xl {
14742
- column-gap: calc(var(--spacing-xl) * -1);
14743
- }
14744
- .lg\\:cg_-button\\.inline {
14745
- column-gap: calc(var(--spacing-button\\.inline) * -1);
14746
- }
14747
- .lg\\:cg_-button\\.block {
14748
- column-gap: calc(var(--spacing-button\\.block) * -1);
14749
- }
14750
- .lg\\:cg_-field\\.footer {
14751
- column-gap: calc(var(--spacing-field\\.footer) * -1);
14752
- }
14753
- .lg\\:cg_-slider\\.tick {
14754
- column-gap: calc(var(--spacing-slider\\.tick) * -1);
14198
+ .lg\\:horizontal-align_stretch {
14199
+ horizontal-align: stretch;
14755
14200
  }
14756
14201
  .lg\\:rg_spacing\\.0 {
14757
14202
  row-gap: var(--spacing-spacing\\.0);
@@ -15993,78 +15438,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
15993
15438
  }
15994
15439
  .xl\\:gap_xl {
15995
15440
  gap: var(--spacing-xl);
15996
- }
15997
- .xl\\:gap_button\\.inline {
15998
- gap: var(--spacing-button\\.inline);
15999
- }
16000
- .xl\\:gap_button\\.block {
16001
- gap: var(--spacing-button\\.block);
16002
- }
16003
- .xl\\:gap_field\\.footer {
16004
- gap: var(--spacing-field\\.footer);
16005
- }
16006
- .xl\\:gap_slider\\.tick {
16007
- gap: var(--spacing-slider\\.tick);
16008
- }
16009
- .xl\\:gap_-spacing\\.0 {
16010
- gap: calc(var(--spacing-spacing\\.0) * -1);
16011
- }
16012
- .xl\\:gap_-spacing\\.1 {
16013
- gap: calc(var(--spacing-spacing\\.1) * -1);
16014
- }
16015
- .xl\\:gap_-spacing\\.2 {
16016
- gap: calc(var(--spacing-spacing\\.2) * -1);
16017
- }
16018
- .xl\\:gap_-spacing\\.3 {
16019
- gap: calc(var(--spacing-spacing\\.3) * -1);
16020
- }
16021
- .xl\\:gap_-spacing\\.4 {
16022
- gap: calc(var(--spacing-spacing\\.4) * -1);
16023
- }
16024
- .xl\\:gap_-spacing\\.5 {
16025
- gap: calc(var(--spacing-spacing\\.5) * -1);
16026
- }
16027
- .xl\\:gap_-spacing\\.6 {
16028
- gap: calc(var(--spacing-spacing\\.6) * -1);
16029
- }
16030
- .xl\\:gap_-spacing\\.7 {
16031
- gap: calc(var(--spacing-spacing\\.7) * -1);
16032
- }
16033
- .xl\\:gap_-spacing\\.8 {
16034
- gap: calc(var(--spacing-spacing\\.8) * -1);
16035
- }
16036
- .xl\\:gap_-spacing\\.10 {
16037
- gap: calc(var(--spacing-spacing\\.10) * -1);
16038
- }
16039
- .xl\\:gap_-none {
16040
- gap: calc(var(--spacing-none) * -1);
16041
- }
16042
- .xl\\:gap_-xs {
16043
- gap: calc(var(--spacing-xs) * -1);
16044
- }
16045
- .xl\\:gap_-sm {
16046
- gap: calc(var(--spacing-sm) * -1);
16047
- }
16048
- .xl\\:gap_-md {
16049
- gap: calc(var(--spacing-md) * -1);
16050
- }
16051
- .xl\\:gap_-lg {
16052
- gap: calc(var(--spacing-lg) * -1);
16053
- }
16054
- .xl\\:gap_-xl {
16055
- gap: calc(var(--spacing-xl) * -1);
16056
- }
16057
- .xl\\:gap_-button\\.inline {
16058
- gap: calc(var(--spacing-button\\.inline) * -1);
16059
- }
16060
- .xl\\:gap_-button\\.block {
16061
- gap: calc(var(--spacing-button\\.block) * -1);
16062
- }
16063
- .xl\\:gap_-field\\.footer {
16064
- gap: calc(var(--spacing-field\\.footer) * -1);
16065
- }
16066
- .xl\\:gap_-slider\\.tick {
16067
- gap: calc(var(--spacing-slider\\.tick) * -1);
16068
15441
  }
16069
15442
  .xl\\:my_spacing\\.0 {
16070
15443
  margin-block: var(--spacing-spacing\\.0);
@@ -16392,6 +15765,18 @@ const z = `@layer reset, base, tokens, recipes, utilities;
16392
15765
  }
16393
15766
  .xl\\:offset_11 {
16394
15767
  margin-left: calc(11 / 12 * 100%);
15768
+ }
15769
+ .xl\\:as_start {
15770
+ align-self: start;
15771
+ }
15772
+ .xl\\:as_end {
15773
+ align-self: end;
15774
+ }
15775
+ .xl\\:as_center {
15776
+ align-self: center;
15777
+ }
15778
+ .xl\\:as_stretch {
15779
+ align-self: stretch;
16395
15780
  }
16396
15781
  .xl\\:cg_spacing\\.0 {
16397
15782
  column-gap: var(--spacing-spacing\\.0);
@@ -16441,77 +15826,26 @@ const z = `@layer reset, base, tokens, recipes, utilities;
16441
15826
  .xl\\:cg_xl {
16442
15827
  column-gap: var(--spacing-xl);
16443
15828
  }
16444
- .xl\\:cg_button\\.inline {
16445
- column-gap: var(--spacing-button\\.inline);
16446
- }
16447
- .xl\\:cg_button\\.block {
16448
- column-gap: var(--spacing-button\\.block);
16449
- }
16450
- .xl\\:cg_field\\.footer {
16451
- column-gap: var(--spacing-field\\.footer);
16452
- }
16453
- .xl\\:cg_slider\\.tick {
16454
- column-gap: var(--spacing-slider\\.tick);
16455
- }
16456
- .xl\\:cg_-spacing\\.0 {
16457
- column-gap: calc(var(--spacing-spacing\\.0) * -1);
16458
- }
16459
- .xl\\:cg_-spacing\\.1 {
16460
- column-gap: calc(var(--spacing-spacing\\.1) * -1);
16461
- }
16462
- .xl\\:cg_-spacing\\.2 {
16463
- column-gap: calc(var(--spacing-spacing\\.2) * -1);
16464
- }
16465
- .xl\\:cg_-spacing\\.3 {
16466
- column-gap: calc(var(--spacing-spacing\\.3) * -1);
16467
- }
16468
- .xl\\:cg_-spacing\\.4 {
16469
- column-gap: calc(var(--spacing-spacing\\.4) * -1);
16470
- }
16471
- .xl\\:cg_-spacing\\.5 {
16472
- column-gap: calc(var(--spacing-spacing\\.5) * -1);
16473
- }
16474
- .xl\\:cg_-spacing\\.6 {
16475
- column-gap: calc(var(--spacing-spacing\\.6) * -1);
16476
- }
16477
- .xl\\:cg_-spacing\\.7 {
16478
- column-gap: calc(var(--spacing-spacing\\.7) * -1);
16479
- }
16480
- .xl\\:cg_-spacing\\.8 {
16481
- column-gap: calc(var(--spacing-spacing\\.8) * -1);
15829
+ .xl\\:horizontal-align_around {
15830
+ horizontal-align: around;
16482
15831
  }
16483
- .xl\\:cg_-spacing\\.10 {
16484
- column-gap: calc(var(--spacing-spacing\\.10) * -1);
15832
+ .xl\\:horizontal-align_between {
15833
+ horizontal-align: between;
16485
15834
  }
16486
- .xl\\:cg_-none {
16487
- column-gap: calc(var(--spacing-none) * -1);
15835
+ .xl\\:horizontal-align_center {
15836
+ horizontal-align: center;
16488
15837
  }
16489
- .xl\\:cg_-xs {
16490
- column-gap: calc(var(--spacing-xs) * -1);
15838
+ .xl\\:horizontal-align_evenly {
15839
+ horizontal-align: evenly;
16491
15840
  }
16492
- .xl\\:cg_-sm {
16493
- column-gap: calc(var(--spacing-sm) * -1);
15841
+ .xl\\:horizontal-align_left {
15842
+ horizontal-align: left;
16494
15843
  }
16495
- .xl\\:cg_-md {
16496
- column-gap: calc(var(--spacing-md) * -1);
15844
+ .xl\\:horizontal-align_right {
15845
+ horizontal-align: right;
16497
15846
  }
16498
- .xl\\:cg_-lg {
16499
- column-gap: calc(var(--spacing-lg) * -1);
16500
- }
16501
- .xl\\:cg_-xl {
16502
- column-gap: calc(var(--spacing-xl) * -1);
16503
- }
16504
- .xl\\:cg_-button\\.inline {
16505
- column-gap: calc(var(--spacing-button\\.inline) * -1);
16506
- }
16507
- .xl\\:cg_-button\\.block {
16508
- column-gap: calc(var(--spacing-button\\.block) * -1);
16509
- }
16510
- .xl\\:cg_-field\\.footer {
16511
- column-gap: calc(var(--spacing-field\\.footer) * -1);
16512
- }
16513
- .xl\\:cg_-slider\\.tick {
16514
- column-gap: calc(var(--spacing-slider\\.tick) * -1);
15847
+ .xl\\:horizontal-align_stretch {
15848
+ horizontal-align: stretch;
16515
15849
  }
16516
15850
  .xl\\:rg_spacing\\.0 {
16517
15851
  row-gap: var(--spacing-spacing\\.0);
@@ -17776,78 +17110,6 @@ const z = `@layer reset, base, tokens, recipes, utilities;
17776
17110
  }
17777
17111
  .xxl\\:gap_xl {
17778
17112
  gap: var(--spacing-xl);
17779
- }
17780
- .xxl\\:gap_button\\.inline {
17781
- gap: var(--spacing-button\\.inline);
17782
- }
17783
- .xxl\\:gap_button\\.block {
17784
- gap: var(--spacing-button\\.block);
17785
- }
17786
- .xxl\\:gap_field\\.footer {
17787
- gap: var(--spacing-field\\.footer);
17788
- }
17789
- .xxl\\:gap_slider\\.tick {
17790
- gap: var(--spacing-slider\\.tick);
17791
- }
17792
- .xxl\\:gap_-spacing\\.0 {
17793
- gap: calc(var(--spacing-spacing\\.0) * -1);
17794
- }
17795
- .xxl\\:gap_-spacing\\.1 {
17796
- gap: calc(var(--spacing-spacing\\.1) * -1);
17797
- }
17798
- .xxl\\:gap_-spacing\\.2 {
17799
- gap: calc(var(--spacing-spacing\\.2) * -1);
17800
- }
17801
- .xxl\\:gap_-spacing\\.3 {
17802
- gap: calc(var(--spacing-spacing\\.3) * -1);
17803
- }
17804
- .xxl\\:gap_-spacing\\.4 {
17805
- gap: calc(var(--spacing-spacing\\.4) * -1);
17806
- }
17807
- .xxl\\:gap_-spacing\\.5 {
17808
- gap: calc(var(--spacing-spacing\\.5) * -1);
17809
- }
17810
- .xxl\\:gap_-spacing\\.6 {
17811
- gap: calc(var(--spacing-spacing\\.6) * -1);
17812
- }
17813
- .xxl\\:gap_-spacing\\.7 {
17814
- gap: calc(var(--spacing-spacing\\.7) * -1);
17815
- }
17816
- .xxl\\:gap_-spacing\\.8 {
17817
- gap: calc(var(--spacing-spacing\\.8) * -1);
17818
- }
17819
- .xxl\\:gap_-spacing\\.10 {
17820
- gap: calc(var(--spacing-spacing\\.10) * -1);
17821
- }
17822
- .xxl\\:gap_-none {
17823
- gap: calc(var(--spacing-none) * -1);
17824
- }
17825
- .xxl\\:gap_-xs {
17826
- gap: calc(var(--spacing-xs) * -1);
17827
- }
17828
- .xxl\\:gap_-sm {
17829
- gap: calc(var(--spacing-sm) * -1);
17830
- }
17831
- .xxl\\:gap_-md {
17832
- gap: calc(var(--spacing-md) * -1);
17833
- }
17834
- .xxl\\:gap_-lg {
17835
- gap: calc(var(--spacing-lg) * -1);
17836
- }
17837
- .xxl\\:gap_-xl {
17838
- gap: calc(var(--spacing-xl) * -1);
17839
- }
17840
- .xxl\\:gap_-button\\.inline {
17841
- gap: calc(var(--spacing-button\\.inline) * -1);
17842
- }
17843
- .xxl\\:gap_-button\\.block {
17844
- gap: calc(var(--spacing-button\\.block) * -1);
17845
- }
17846
- .xxl\\:gap_-field\\.footer {
17847
- gap: calc(var(--spacing-field\\.footer) * -1);
17848
- }
17849
- .xxl\\:gap_-slider\\.tick {
17850
- gap: calc(var(--spacing-slider\\.tick) * -1);
17851
17113
  }
17852
17114
  .xxl\\:my_spacing\\.0 {
17853
17115
  margin-block: var(--spacing-spacing\\.0);
@@ -18184,6 +17446,18 @@ const z = `@layer reset, base, tokens, recipes, utilities;
18184
17446
  margin-inline: calc(-1 * var(--col-gap) / 2);
18185
17447
  column-gap: var(--iress-spacing-0, 0rem);
18186
17448
  row-gap: var(--col-gap);
17449
+ }
17450
+ .xxl\\:as_start {
17451
+ align-self: start;
17452
+ }
17453
+ .xxl\\:as_end {
17454
+ align-self: end;
17455
+ }
17456
+ .xxl\\:as_center {
17457
+ align-self: center;
17458
+ }
17459
+ .xxl\\:as_stretch {
17460
+ align-self: stretch;
18187
17461
  }
18188
17462
  .xxl\\:cg_spacing\\.0 {
18189
17463
  column-gap: var(--spacing-spacing\\.0);
@@ -18233,77 +17507,26 @@ const z = `@layer reset, base, tokens, recipes, utilities;
18233
17507
  .xxl\\:cg_xl {
18234
17508
  column-gap: var(--spacing-xl);
18235
17509
  }
18236
- .xxl\\:cg_button\\.inline {
18237
- column-gap: var(--spacing-button\\.inline);
18238
- }
18239
- .xxl\\:cg_button\\.block {
18240
- column-gap: var(--spacing-button\\.block);
18241
- }
18242
- .xxl\\:cg_field\\.footer {
18243
- column-gap: var(--spacing-field\\.footer);
18244
- }
18245
- .xxl\\:cg_slider\\.tick {
18246
- column-gap: var(--spacing-slider\\.tick);
18247
- }
18248
- .xxl\\:cg_-spacing\\.0 {
18249
- column-gap: calc(var(--spacing-spacing\\.0) * -1);
18250
- }
18251
- .xxl\\:cg_-spacing\\.1 {
18252
- column-gap: calc(var(--spacing-spacing\\.1) * -1);
18253
- }
18254
- .xxl\\:cg_-spacing\\.2 {
18255
- column-gap: calc(var(--spacing-spacing\\.2) * -1);
18256
- }
18257
- .xxl\\:cg_-spacing\\.3 {
18258
- column-gap: calc(var(--spacing-spacing\\.3) * -1);
18259
- }
18260
- .xxl\\:cg_-spacing\\.4 {
18261
- column-gap: calc(var(--spacing-spacing\\.4) * -1);
18262
- }
18263
- .xxl\\:cg_-spacing\\.5 {
18264
- column-gap: calc(var(--spacing-spacing\\.5) * -1);
18265
- }
18266
- .xxl\\:cg_-spacing\\.6 {
18267
- column-gap: calc(var(--spacing-spacing\\.6) * -1);
18268
- }
18269
- .xxl\\:cg_-spacing\\.7 {
18270
- column-gap: calc(var(--spacing-spacing\\.7) * -1);
18271
- }
18272
- .xxl\\:cg_-spacing\\.8 {
18273
- column-gap: calc(var(--spacing-spacing\\.8) * -1);
18274
- }
18275
- .xxl\\:cg_-spacing\\.10 {
18276
- column-gap: calc(var(--spacing-spacing\\.10) * -1);
18277
- }
18278
- .xxl\\:cg_-none {
18279
- column-gap: calc(var(--spacing-none) * -1);
18280
- }
18281
- .xxl\\:cg_-xs {
18282
- column-gap: calc(var(--spacing-xs) * -1);
18283
- }
18284
- .xxl\\:cg_-sm {
18285
- column-gap: calc(var(--spacing-sm) * -1);
18286
- }
18287
- .xxl\\:cg_-md {
18288
- column-gap: calc(var(--spacing-md) * -1);
17510
+ .xxl\\:horizontal-align_around {
17511
+ horizontal-align: around;
18289
17512
  }
18290
- .xxl\\:cg_-lg {
18291
- column-gap: calc(var(--spacing-lg) * -1);
17513
+ .xxl\\:horizontal-align_between {
17514
+ horizontal-align: between;
18292
17515
  }
18293
- .xxl\\:cg_-xl {
18294
- column-gap: calc(var(--spacing-xl) * -1);
17516
+ .xxl\\:horizontal-align_center {
17517
+ horizontal-align: center;
18295
17518
  }
18296
- .xxl\\:cg_-button\\.inline {
18297
- column-gap: calc(var(--spacing-button\\.inline) * -1);
17519
+ .xxl\\:horizontal-align_evenly {
17520
+ horizontal-align: evenly;
18298
17521
  }
18299
- .xxl\\:cg_-button\\.block {
18300
- column-gap: calc(var(--spacing-button\\.block) * -1);
17522
+ .xxl\\:horizontal-align_left {
17523
+ horizontal-align: left;
18301
17524
  }
18302
- .xxl\\:cg_-field\\.footer {
18303
- column-gap: calc(var(--spacing-field\\.footer) * -1);
17525
+ .xxl\\:horizontal-align_right {
17526
+ horizontal-align: right;
18304
17527
  }
18305
- .xxl\\:cg_-slider\\.tick {
18306
- column-gap: calc(var(--spacing-slider\\.tick) * -1);
17528
+ .xxl\\:horizontal-align_stretch {
17529
+ horizontal-align: stretch;
18307
17530
  }
18308
17531
  .xxl\\:rg_spacing\\.0 {
18309
17532
  row-gap: var(--spacing-spacing\\.0);
@@ -19398,49 +18621,49 @@ const z = `@layer reset, base, tokens, recipes, utilities;
19398
18621
  }`, F = y(
19399
18622
  ({
19400
18623
  children: v,
19401
- fontFaceUrls: p = [...w],
19402
- noIcons: e,
18624
+ fontFaceUrls: c = [...w],
18625
+ noIcons: p,
19403
18626
  stylesheetContents: t = {},
19404
18627
  stylesheetUrls: o = [],
19405
18628
  ...x
19406
18629
  }, b) => {
19407
- const r = _(null), l = _(null), [a, m] = u(null);
19408
- return g(() => {
18630
+ const r = _(null), l = _(null), [a, m] = h(null);
18631
+ return e(() => {
19409
18632
  if (r.current)
19410
18633
  if (r.current.shadowRoot)
19411
18634
  m(r.current.shadowRoot);
19412
18635
  else {
19413
18636
  const n = r.current.attachShadow({ mode: "open" }), i = document.createElement("style"), s = document.querySelector("meta[name='csp-nonce']")?.getAttribute("content");
19414
18637
  s && i.setAttribute("nonce", s), i.textContent = z, n.appendChild(i);
19415
- const c = document.createElement("div");
19416
- n.appendChild(c), l.current = c, m(n);
18638
+ const g = document.createElement("div");
18639
+ n.appendChild(g), l.current = g, m(n);
19417
18640
  }
19418
- }, []), g(() => {
19419
- p.forEach((n) => {
18641
+ }, []), e(() => {
18642
+ c.forEach((n) => {
19420
18643
  if (document.head.querySelector(`link[href="${n}"]`))
19421
18644
  return;
19422
18645
  const i = document.createElement("link");
19423
18646
  i.href = n, i.rel = "stylesheet", document.head.appendChild(i);
19424
18647
  });
19425
- }, [p]), g(() => {
19426
- if (e || !a) return;
18648
+ }, [c]), e(() => {
18649
+ if (p || !a) return;
19427
18650
  const n = document.createElement("link");
19428
18651
  n.href = "https://cdn.iress.com/icons/5.15.4/css/combined.min.css", n.rel = "stylesheet", a.appendChild(n), document.head.querySelector(`link[href="${n.href}"]`) || document.head.appendChild(n.cloneNode());
19429
- }, [e, a]), g(() => {
18652
+ }, [p, a]), e(() => {
19430
18653
  a && o.forEach((n) => {
19431
18654
  if (a.querySelector(`link[href="${n}"]`))
19432
18655
  return;
19433
18656
  const i = document.createElement("link");
19434
18657
  i.href = n, i.rel = "stylesheet", a.appendChild(i);
19435
18658
  });
19436
- }, [a, o]), g(() => {
18659
+ }, [a, o]), e(() => {
19437
18660
  a && Object.entries(t).forEach(([n, i]) => {
19438
18661
  if (a.querySelector(`style[id="${n}"]`))
19439
18662
  return;
19440
- const s = document.createElement("style"), c = document.querySelector("meta[name='csp-nonce']")?.getAttribute("content");
19441
- c && s.setAttribute("nonce", c), s.setAttribute("id", n), s.textContent = i, a.appendChild(s);
18663
+ const s = document.createElement("style"), g = document.querySelector("meta[name='csp-nonce']")?.getAttribute("content");
18664
+ g && s.setAttribute("nonce", g), s.setAttribute("id", n), s.textContent = i, a.appendChild(s);
19442
18665
  });
19443
- }, [a, t]), h(
18666
+ }, [a, t]), u(
19444
18667
  b,
19445
18668
  () => a ?? null
19446
18669
  ), /* @__PURE__ */ d("div", { ref: r, ...x, children: /* @__PURE__ */ d(k, { container: l, noDefaultFont: !0, noIcons: !0, children: a && f(v, a) }) });