@haiilo/catalyst 6.5.1 → 7.0.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.
Files changed (84) hide show
  1. package/dist/catalyst/catalyst.css +82 -117
  2. package/dist/catalyst/catalyst.esm.js +1 -1
  3. package/dist/catalyst/catalyst.esm.js.map +1 -1
  4. package/dist/catalyst/p-bd6c4003.entry.js +10 -0
  5. package/dist/catalyst/p-bd6c4003.entry.js.map +1 -0
  6. package/dist/catalyst/scss/_snippets/_form-label.scss +5 -9
  7. package/dist/catalyst/scss/_variables.scss +29 -2
  8. package/dist/catalyst/scss/core/_base.scss +2 -4
  9. package/dist/catalyst/scss/core/_form.scss +14 -0
  10. package/dist/catalyst/scss/core/_notification.scss +2 -3
  11. package/dist/catalyst/scss/core/_typography.scss +20 -89
  12. package/dist/catalyst/scss/index.scss +1 -0
  13. package/dist/catalyst/scss/index.shadow.scss +1 -0
  14. package/dist/catalyst/scss/utils/_color.scss +14 -0
  15. package/dist/catalyst/scss/utils/_typography.mixins.scss +3 -26
  16. package/dist/catalyst/scss/vendor/_flatpickr.scss +8 -8
  17. package/dist/cjs/cat-alert_26.cjs.entry.js +12 -12
  18. package/dist/cjs/cat-alert_26.cjs.entry.js.map +1 -1
  19. package/dist/cjs/catalyst.cjs.js +1 -1
  20. package/dist/cjs/loader.cjs.js +1 -1
  21. package/dist/collection/components/cat-alert/cat-alert.css +0 -1
  22. package/dist/collection/components/cat-card/cat-card.css +0 -1
  23. package/dist/collection/components/cat-checkbox/cat-checkbox.css +9 -23
  24. package/dist/collection/components/cat-datepicker/cat-datepicker.css +0 -1
  25. package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.css +7 -10
  26. package/dist/collection/components/cat-dropdown/cat-dropdown.css +2 -0
  27. package/dist/collection/components/cat-input/cat-input.css +28 -20
  28. package/dist/collection/components/cat-radio/cat-radio.css +9 -23
  29. package/dist/collection/components/cat-scrollable/cat-scrollable.css +2 -0
  30. package/dist/collection/components/cat-select/cat-select.css +27 -25
  31. package/dist/collection/components/cat-select-demo/cat-select-demo.js +0 -1
  32. package/dist/collection/components/cat-select-demo/cat-select-demo.js.map +1 -1
  33. package/dist/collection/components/cat-skeleton/cat-skeleton.css +4 -4
  34. package/dist/collection/components/cat-tabs/cat-tabs.js +2 -2
  35. package/dist/collection/components/cat-tabs/cat-tabs.js.map +1 -1
  36. package/dist/collection/components/cat-textarea/cat-textarea.css +27 -17
  37. package/dist/collection/components/cat-toggle/cat-toggle.css +9 -23
  38. package/dist/collection/scss/_snippets/_form-label.scss +5 -9
  39. package/dist/collection/scss/_variables.scss +29 -2
  40. package/dist/collection/scss/core/_base.scss +2 -4
  41. package/dist/collection/scss/core/_form.scss +14 -0
  42. package/dist/collection/scss/core/_notification.scss +2 -3
  43. package/dist/collection/scss/core/_typography.scss +20 -89
  44. package/dist/collection/scss/index.scss +1 -0
  45. package/dist/collection/scss/index.shadow.scss +1 -0
  46. package/dist/collection/scss/utils/_color.scss +14 -0
  47. package/dist/collection/scss/utils/_typography.mixins.scss +3 -26
  48. package/dist/collection/scss/vendor/_flatpickr.scss +8 -8
  49. package/dist/components/cat-alert.js +1 -1
  50. package/dist/components/cat-alert.js.map +1 -1
  51. package/dist/components/cat-card.js +1 -1
  52. package/dist/components/cat-card.js.map +1 -1
  53. package/dist/components/cat-checkbox2.js +1 -1
  54. package/dist/components/cat-checkbox2.js.map +1 -1
  55. package/dist/components/cat-datepicker-inline.js +1 -1
  56. package/dist/components/cat-datepicker-inline.js.map +1 -1
  57. package/dist/components/cat-datepicker.js +1 -1
  58. package/dist/components/cat-datepicker.js.map +1 -1
  59. package/dist/components/cat-dropdown2.js.map +1 -1
  60. package/dist/components/cat-input2.js +1 -1
  61. package/dist/components/cat-input2.js.map +1 -1
  62. package/dist/components/cat-radio.js +1 -1
  63. package/dist/components/cat-radio.js.map +1 -1
  64. package/dist/components/cat-select-demo.js +1 -2
  65. package/dist/components/cat-select-demo.js.map +1 -1
  66. package/dist/components/cat-select2.js +1 -1
  67. package/dist/components/cat-select2.js.map +1 -1
  68. package/dist/components/cat-skeleton2.js +1 -1
  69. package/dist/components/cat-skeleton2.js.map +1 -1
  70. package/dist/components/cat-tabs.js +2 -2
  71. package/dist/components/cat-tabs.js.map +1 -1
  72. package/dist/components/cat-textarea.js +1 -1
  73. package/dist/components/cat-textarea.js.map +1 -1
  74. package/dist/components/cat-toggle.js +1 -1
  75. package/dist/components/cat-toggle.js.map +1 -1
  76. package/dist/esm/cat-alert_26.entry.js +12 -12
  77. package/dist/esm/cat-alert_26.entry.js.map +1 -1
  78. package/dist/esm/catalyst.js +1 -1
  79. package/dist/esm/loader.js +1 -1
  80. package/package.json +2 -2
  81. package/dist/catalyst/p-877627af.entry.js +0 -10
  82. package/dist/catalyst/p-877627af.entry.js.map +0 -1
  83. package/dist/catalyst/scss/_snippets/_checkbox-hint.scss +0 -20
  84. package/dist/collection/scss/_snippets/_checkbox-hint.scss +0 -20
@@ -1320,10 +1320,9 @@ span.flatpickr-weekday {
1320
1320
  }
1321
1321
 
1322
1322
  .flatpickr-current-month {
1323
- font-family: var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1323
+ font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1324
1324
  font-size: 1.125rem;
1325
1325
  line-height: 1.5rem;
1326
- color: rgb(var(--cat-font-color-head, 0, 0, 0));
1327
1326
  font-weight: var(--cat-font-weight-head, 600);
1328
1327
  font-feature-settings: "pnum";
1329
1328
  height: 100%;
@@ -1365,7 +1364,7 @@ span.flatpickr-weekday {
1365
1364
  }
1366
1365
  .flatpickr-months .flatpickr-prev-month:hover,
1367
1366
  .flatpickr-months .flatpickr-next-month:hover {
1368
- color: rgb(var(--cat-font-color-body, 0, 0, 0));
1367
+ color: rgb(var(--cat-font-color-base, 0, 0, 0));
1369
1368
  }
1370
1369
 
1371
1370
  .flatpickr-weekdays {
@@ -1410,7 +1409,7 @@ span.flatpickr-weekday {
1410
1409
  }
1411
1410
 
1412
1411
  .flatpickr-day {
1413
- color: rgb(var(--cat-font-color-body, 0, 0, 0));
1412
+ color: rgb(var(--cat-font-color-base, 0, 0, 0));
1414
1413
  height: 2.25rem;
1415
1414
  line-height: 2.25rem;
1416
1415
  border: 0;
@@ -1487,7 +1486,7 @@ span.flatpickr-weekday {
1487
1486
  justify-content: center;
1488
1487
  }
1489
1488
  .numInputWrapper span:hover {
1490
- color: rgb(var(--cat-font-color-body, 0, 0, 0));
1489
+ color: rgb(var(--cat-font-color-base, 0, 0, 0));
1491
1490
  background: transparent;
1492
1491
  }
1493
1492
 
@@ -1514,13 +1513,12 @@ span.flatpickr-weekday {
1514
1513
  .flatpickr-time .flatpickr-time-separator,
1515
1514
  .flatpickr-time .flatpickr-am-pm {
1516
1515
  margin: 0 0.25rem;
1517
- font-family: var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1516
+ font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1518
1517
  font-size: 1.125rem;
1519
1518
  line-height: 1.5rem;
1520
- color: rgb(var(--cat-font-color-head, 0, 0, 0));
1521
1519
  font-weight: 400;
1522
1520
  font-feature-settings: "pnum";
1523
- color: rgb(var(--cat-font-color-body, 0, 0, 0));
1521
+ color: rgb(var(--cat-font-color-base, 0, 0, 0));
1524
1522
  line-height: 2.25rem;
1525
1523
  }
1526
1524
 
@@ -1538,7 +1536,7 @@ span.flatpickr-weekday {
1538
1536
  }
1539
1537
  .flatpickr-time input {
1540
1538
  background: transparent !important;
1541
- color: rgb(var(--cat-font-color-body, 0, 0, 0));
1539
+ color: rgb(var(--cat-font-color-base, 0, 0, 0));
1542
1540
  font-size: 0.9375rem;
1543
1541
  line-height: 2.25rem;
1544
1542
  font-family: inherit;
@@ -1578,6 +1576,8 @@ span.flatpickr-weekday {
1578
1576
  /**
1579
1577
  * Auto-generated file. Do not edit directly.
1580
1578
  */
1579
+ /* stylelint-disable value-keyword-case */
1580
+ /* stylelint-enable value-keyword-case */
1581
1581
  /**
1582
1582
  * Auto-generated file. Do not edit directly.
1583
1583
  */
@@ -1593,7 +1593,7 @@ body {
1593
1593
  line-height: 1.25rem;
1594
1594
  font-weight: var(--cat-font-weight-body, 400);
1595
1595
  font-family: var(--cat-font-family-body, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1596
- color: rgb(var(--cat-font-color-body, 0, 0, 0));
1596
+ color: rgb(var(--cat-font-color-base, 0, 0, 0));
1597
1597
  }
1598
1598
 
1599
1599
  /**
@@ -1662,6 +1662,18 @@ body {
1662
1662
  }
1663
1663
  }
1664
1664
 
1665
+ /**
1666
+ * Auto-generated file. Do not edit directly.
1667
+ */
1668
+ /* stylelint-disable value-keyword-case */
1669
+ /* stylelint-enable value-keyword-case */
1670
+ .cat-form :is(cat-checkbox, cat-datepicker, cat-inline, cat-input, cat-radio-group, cat-select, cat-textarea, cat-toggle):not(:last-child) {
1671
+ margin-bottom: 1.5rem;
1672
+ }
1673
+ .cat-form cat-radio:not(:last-child) {
1674
+ margin-bottom: 0.5rem;
1675
+ }
1676
+
1665
1677
  /**
1666
1678
  * Auto-generated file. Do not edit directly.
1667
1679
  */
@@ -1680,10 +1692,9 @@ nav .cat-nav-text > :last-child {
1680
1692
  margin-bottom: 0 !important;
1681
1693
  }
1682
1694
  nav .cat-nav-head {
1683
- font-family: var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1695
+ font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1684
1696
  font-size: 0.9375rem;
1685
1697
  line-height: 1.25rem;
1686
- color: rgb(var(--cat-font-color-head, 0, 0, 0));
1687
1698
  font-weight: var(--cat-font-weight-head, 600);
1688
1699
  font-feature-settings: "pnum";
1689
1700
  }
@@ -1699,14 +1710,13 @@ nav .cat-nav-head {
1699
1710
  background: white;
1700
1711
  padding: 1.25rem;
1701
1712
  box-shadow: none;
1702
- color: rgb(var(--cat-font-color-body, 0, 0, 0));
1713
+ color: rgb(var(--cat-font-color-base, 0, 0, 0));
1703
1714
  width: 400px;
1704
1715
  max-width: 400px;
1705
1716
  cursor: unset;
1706
1717
  }
1707
1718
  .cat-toastify.cat-toastify-dark {
1708
- --cat-font-color-head: 255, 255, 255;
1709
- --cat-font-color-body: 255, 255, 255;
1719
+ --cat-font-color-base: 255, 255, 255;
1710
1720
  --cat-primary-text: 147, 180, 242;
1711
1721
  --cat-primary-text-hover: 147, 180, 242;
1712
1722
  --cat-primary-text-active: 147, 180, 242;
@@ -1743,73 +1753,66 @@ nav .cat-nav-head {
1743
1753
  */
1744
1754
  /* stylelint-disable value-keyword-case */
1745
1755
  /* stylelint-enable value-keyword-case */
1746
- :where(h1, h2, h3, h4, h5, h6),
1756
+ :where(h1, h2, h3, h4, h5, h6, p, ol, ul, dl, blockquote, figure, pre, hr),
1747
1757
  .cat-h1,
1748
1758
  .cat-h2,
1749
1759
  .cat-h3,
1750
1760
  .cat-h4,
1751
1761
  .cat-h5,
1752
1762
  .cat-h6 {
1753
- margin-top: 0;
1754
- margin-bottom: 0.5rem;
1763
+ margin: 0;
1755
1764
  }
1756
1765
 
1757
1766
  :where(h1),
1758
1767
  .cat-h1 {
1759
- font-family: var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1768
+ font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1760
1769
  font-size: 1.75rem;
1761
1770
  line-height: 2rem;
1762
- color: rgb(var(--cat-font-color-head, 0, 0, 0));
1763
1771
  font-weight: var(--cat-font-weight-head, 600);
1764
1772
  font-feature-settings: "pnum";
1765
1773
  }
1766
1774
 
1767
1775
  :where(h2),
1768
1776
  .cat-h2 {
1769
- font-family: var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1777
+ font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1770
1778
  font-size: 1.5rem;
1771
1779
  line-height: 1.75rem;
1772
- color: rgb(var(--cat-font-color-head, 0, 0, 0));
1773
1780
  font-weight: var(--cat-font-weight-head, 600);
1774
1781
  font-feature-settings: "pnum";
1775
1782
  }
1776
1783
 
1777
1784
  :where(h3),
1778
1785
  .cat-h3 {
1779
- font-family: var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1786
+ font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1780
1787
  font-size: 1.25rem;
1781
1788
  line-height: 1.5rem;
1782
- color: rgb(var(--cat-font-color-head, 0, 0, 0));
1783
1789
  font-weight: var(--cat-font-weight-head, 600);
1784
1790
  font-feature-settings: "pnum";
1785
1791
  }
1786
1792
 
1787
1793
  :where(h4),
1788
1794
  .cat-h4 {
1789
- font-family: var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1795
+ font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1790
1796
  font-size: 1.125rem;
1791
1797
  line-height: 1.5rem;
1792
- color: rgb(var(--cat-font-color-head, 0, 0, 0));
1793
1798
  font-weight: var(--cat-font-weight-head, 600);
1794
1799
  font-feature-settings: "pnum";
1795
1800
  }
1796
1801
 
1797
1802
  :where(h5),
1798
1803
  .cat-h5 {
1799
- font-family: var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1804
+ font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1800
1805
  font-size: 0.9375rem;
1801
1806
  line-height: 1.25rem;
1802
- color: rgb(var(--cat-font-color-head, 0, 0, 0));
1803
1807
  font-weight: var(--cat-font-weight-head, 600);
1804
1808
  font-feature-settings: "pnum";
1805
1809
  }
1806
1810
 
1807
1811
  :where(h6),
1808
1812
  .cat-h6 {
1809
- font-family: var(--cat-font-family-head, "Lato"), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1813
+ font-family: var(--cat-font-family-head), system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, var(--cat-font-family-emoji, ""), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1810
1814
  font-size: 0.875rem;
1811
1815
  line-height: 1rem;
1812
- color: rgb(var(--cat-font-color-head, 0, 0, 0));
1813
1816
  font-weight: var(--cat-font-weight-head, 600);
1814
1817
  font-feature-settings: "pnum";
1815
1818
  }
@@ -1848,7 +1851,7 @@ nav .cat-nav-head {
1848
1851
  font-family: var(--cat-font-family-mono, ""), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1849
1852
  font-size: 1.125rem;
1850
1853
  line-height: 1.5rem;
1851
- color: rgb(var(--cat-font-color-mono, 0, 0, 0));
1854
+ color: rgb(var(--cat-font-color-mono));
1852
1855
  font-weight: var(--cat-font-weight-mono, 400);
1853
1856
  }
1854
1857
 
@@ -1856,7 +1859,7 @@ nav .cat-nav-head {
1856
1859
  font-family: var(--cat-font-family-mono, ""), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1857
1860
  font-size: 0.9375rem;
1858
1861
  line-height: 1.25rem;
1859
- color: rgb(var(--cat-font-color-mono, 0, 0, 0));
1862
+ color: rgb(var(--cat-font-color-mono));
1860
1863
  font-weight: var(--cat-font-weight-mono, 400);
1861
1864
  }
1862
1865
 
@@ -1864,7 +1867,7 @@ nav .cat-nav-head {
1864
1867
  font-family: var(--cat-font-family-mono, ""), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1865
1868
  font-size: 0.875rem;
1866
1869
  line-height: 1.125rem;
1867
- color: rgb(var(--cat-font-color-mono, 0, 0, 0));
1870
+ color: rgb(var(--cat-font-color-mono));
1868
1871
  font-weight: var(--cat-font-weight-mono, 400);
1869
1872
  }
1870
1873
 
@@ -1872,7 +1875,7 @@ nav .cat-nav-head {
1872
1875
  font-family: var(--cat-font-family-mono, ""), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1873
1876
  font-size: 0.75rem;
1874
1877
  line-height: 1rem;
1875
- color: rgb(var(--cat-font-color-mono, 0, 0, 0));
1878
+ color: rgb(var(--cat-font-color-mono));
1876
1879
  font-weight: var(--cat-font-weight-mono, 400);
1877
1880
  }
1878
1881
 
@@ -1880,19 +1883,13 @@ nav .cat-nav-head {
1880
1883
  font-family: var(--cat-font-family-mono, ""), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1881
1884
  font-size: 0.625rem;
1882
1885
  line-height: 0.875rem;
1883
- color: rgb(var(--cat-font-color-mono, 0, 0, 0));
1886
+ color: rgb(var(--cat-font-color-mono));
1884
1887
  font-weight: var(--cat-font-weight-mono, 400);
1885
1888
  }
1886
1889
 
1887
- :where(p) {
1888
- margin-top: 0;
1889
- margin-bottom: 1rem;
1890
- }
1891
-
1892
1890
  hr,
1893
1891
  .cat-hr {
1894
1892
  display: block;
1895
- margin: 1rem 0;
1896
1893
  border: 0;
1897
1894
  height: 1px;
1898
1895
  background-color: rgb(var(--cat-border-color, 235, 236, 240));
@@ -1962,11 +1959,6 @@ dl dl {
1962
1959
  margin-bottom: 0;
1963
1960
  }
1964
1961
 
1965
- :where(ol, ul, dl) {
1966
- margin-top: 0;
1967
- margin-bottom: 1rem;
1968
- }
1969
-
1970
1962
  nav ol,
1971
1963
  nav ul,
1972
1964
  ol.cat-plain,
@@ -1991,10 +1983,6 @@ dd {
1991
1983
  font-weight: 300;
1992
1984
  }
1993
1985
 
1994
- :where(blockquote, figure) {
1995
- margin: 0 0 1rem;
1996
- }
1997
-
1998
1986
  blockquote {
1999
1987
  padding: 0.75rem 0 0.75rem calc(1.5rem - 2px);
2000
1988
  border-left: 2px solid #697687;
@@ -2021,7 +2009,6 @@ blockquote.cat-text-right {
2021
2009
  figcaption {
2022
2010
  font-size: 0.875rem;
2023
2011
  line-height: 1.125rem;
2024
- font-weight: var(--cat-font-weight-body, 400);
2025
2012
  }
2026
2013
 
2027
2014
  code,
@@ -2031,7 +2018,7 @@ pre {
2031
2018
  font-family: var(--cat-font-family-mono, ""), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2032
2019
  font-size: 0.875rem;
2033
2020
  line-height: 1.125rem;
2034
- color: rgb(var(--cat-font-color-mono, 0, 0, 0));
2021
+ color: rgb(var(--cat-font-color-mono));
2035
2022
  font-weight: var(--cat-font-weight-mono, 400);
2036
2023
  font-weight: var(--cat-font-weight-mono, 400);
2037
2024
  }
@@ -2050,11 +2037,6 @@ pre code {
2050
2037
  word-break: normal;
2051
2038
  }
2052
2039
 
2053
- :where(pre) {
2054
- margin-top: 0;
2055
- margin-bottom: 1rem;
2056
- }
2057
-
2058
2040
  kbd,
2059
2041
  code {
2060
2042
  margin: 0 0.125rem;
@@ -2081,76 +2063,37 @@ code {
2081
2063
  padding: 0.0625rem 0.25rem;
2082
2064
  }
2083
2065
 
2084
- cat-article,
2085
2066
  .cat-article {
2086
- font-size: 1rem;
2087
- }
2088
- cat-article :where(h1, h2, h3, h4, h5, h6),
2089
- cat-article .cat-h1,
2090
- cat-article .cat-h2,
2091
- cat-article .cat-h3,
2092
- cat-article .cat-h4,
2093
- cat-article .cat-h5,
2094
- cat-article .cat-h6,
2095
- .cat-article :where(h1, h2, h3, h4, h5, h6),
2096
- .cat-article .cat-h1,
2097
- .cat-article .cat-h2,
2098
- .cat-article .cat-h3,
2099
- .cat-article .cat-h4,
2100
- .cat-article .cat-h5,
2101
- .cat-article .cat-h6 {
2102
- margin-top: 0;
2103
- margin-bottom: 1.5rem;
2067
+ word-wrap: break-word;
2068
+ word-break: break-word;
2104
2069
  }
2105
- cat-article .type-space-small,
2106
- .cat-article .type-space-small {
2107
- margin-top: 0;
2108
- margin-bottom: 0.5rem;
2070
+ .cat-article :where(h1, h2, h3),
2071
+ .cat-article :is(.cat-h1, .cat-h2, .cat-h3) {
2072
+ color: rgb(var(--cat-font-color-head));
2073
+ margin-bottom: calc(1rem * var(--cat-article-spacer, 1));
2074
+ }
2075
+ .cat-article :where(h1, h2, h3):has(+ h1, + h2, + h3, + h4, + h5, + h6, + .cat-h1, + .cat-h2, + .cat-h3, + .cat-h4, + .cat-h5, + .cat-h6),
2076
+ .cat-article :is(.cat-h1, .cat-h2, .cat-h3):has(+ h1, + h2, + h3, + h4, + h5, + h6, + .cat-h1, + .cat-h2, + .cat-h3, + .cat-h4, + .cat-h5, + .cat-h6) {
2077
+ margin-bottom: calc(0.5rem * var(--cat-article-spacer, 1));
2078
+ }
2079
+ .cat-article :where(h4, h5, h6),
2080
+ .cat-article :is(.cat-h4, .cat-h5, .cat-h6) {
2081
+ color: rgb(var(--cat-font-color-head));
2082
+ margin-bottom: calc(0.5rem * var(--cat-article-spacer, 1));
2083
+ }
2084
+ .cat-article :where(p, ol, ul, dl, blockquote, figure, pre, cat-alert, cat-card) {
2085
+ margin-bottom: calc(2rem * var(--cat-article-spacer, 1));
2109
2086
  }
2110
- cat-article .type-space-medium,
2111
- .cat-article .type-space-medium {
2112
- margin-top: 0;
2113
- margin-bottom: 1rem;
2114
- }
2115
- cat-article h5,
2116
- cat-article .cat-h5,
2117
- .cat-article h5,
2118
- .cat-article .cat-h5 {
2119
- font-size: 1rem;
2120
- }
2121
- cat-article :where(p),
2122
- cat-article ol,
2123
- cat-article ul,
2124
- cat-article blockquote,
2125
- cat-article figure,
2126
- .cat-article :where(p),
2127
- .cat-article ol,
2128
- .cat-article ul,
2129
- .cat-article blockquote,
2130
- .cat-article figure {
2131
- margin-top: 0;
2132
- margin-bottom: 2.5rem;
2133
- }
2134
- cat-article :where(p):has(+ p),
2135
- .cat-article :where(p):has(+ p) {
2136
- margin-bottom: 1rem;
2137
- }
2138
- cat-article hr,
2139
- cat-article .cat-hr,
2140
2087
  .cat-article hr,
2141
2088
  .cat-article .cat-hr {
2142
- margin: 2.5rem 0;
2143
- }
2144
- cat-article ol li,
2145
- cat-article ul li,
2146
- .cat-article ol li,
2147
- .cat-article ul li {
2148
- margin-bottom: 0.5rem;
2089
+ margin: calc(2rem * var(--cat-article-spacer, 1)) 0;
2149
2090
  }
2150
2091
 
2151
2092
  /**
2152
2093
  * Auto-generated file. Do not edit directly.
2153
2094
  */
2095
+ /* stylelint-disable value-keyword-case */
2096
+ /* stylelint-enable value-keyword-case */
2154
2097
  .cat-radius-l {
2155
2098
  border-radius: var(--cat-border-radius-l, 0.5rem);
2156
2099
  }
@@ -2230,6 +2173,8 @@ cat-article ul li,
2230
2173
  /**
2231
2174
  * Auto-generated file. Do not edit directly.
2232
2175
  */
2176
+ /* stylelint-disable value-keyword-case */
2177
+ /* stylelint-enable value-keyword-case */
2233
2178
  .cat-bg-primary {
2234
2179
  background-color: rgb(var(--cat-primary-bg, 0, 129, 148)) !important;
2235
2180
  color: rgb(var(--cat-primary-fill, 255, 255, 255)) !important;
@@ -2451,10 +2396,22 @@ cat-article ul li,
2451
2396
  color: rgb(var(--cat-primary-text, 0, 129, 148)) !important;
2452
2397
  }
2453
2398
 
2399
+ .cat-text-active {
2400
+ color: rgb(var(--cat-primary-text, 0, 129, 148)) !important;
2401
+ }
2402
+
2454
2403
  .cat-muted {
2455
2404
  color: rgb(var(--cat-font-color-muted, 81, 92, 108)) !important;
2456
2405
  }
2457
2406
 
2407
+ .cat-text-muted {
2408
+ color: rgb(var(--cat-font-color-muted, 81, 92, 108)) !important;
2409
+ }
2410
+
2411
+ .cat-bg-muted {
2412
+ color: rgb(var(--cat-font-color-muted, 81, 92, 108)) !important;
2413
+ }
2414
+
2458
2415
  .cat-text-reset {
2459
2416
  color: inherit !important;
2460
2417
  }
@@ -2467,6 +2424,8 @@ cat-article ul li,
2467
2424
  /**
2468
2425
  * Auto-generated file. Do not edit directly.
2469
2426
  */
2427
+ /* stylelint-disable value-keyword-case */
2428
+ /* stylelint-enable value-keyword-case */
2470
2429
  .cat-none {
2471
2430
  display: none !important;
2472
2431
  }
@@ -2613,6 +2572,8 @@ cat-article ul li,
2613
2572
  /**
2614
2573
  * Auto-generated file. Do not edit directly.
2615
2574
  */
2575
+ /* stylelint-disable value-keyword-case */
2576
+ /* stylelint-enable value-keyword-case */
2616
2577
  .cat-elevation-transition {
2617
2578
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
2618
2579
  }
@@ -2684,6 +2645,8 @@ cat-article ul li,
2684
2645
  /**
2685
2646
  * Auto-generated file. Do not edit directly.
2686
2647
  */
2648
+ /* stylelint-disable value-keyword-case */
2649
+ /* stylelint-enable value-keyword-case */
2687
2650
  .cat-flex-row {
2688
2651
  display: flex;
2689
2652
  flex-direction: row;
@@ -2970,6 +2933,8 @@ cat-article ul li,
2970
2933
  /**
2971
2934
  * Auto-generated file. Do not edit directly.
2972
2935
  */
2936
+ /* stylelint-disable value-keyword-case */
2937
+ /* stylelint-enable value-keyword-case */
2973
2938
  .cat-m-auto {
2974
2939
  margin: auto !important;
2975
2940
  }
@@ -1,2 +1,2 @@
1
- import{p as e,b as a}from"./p-376b504c.js";export{s as setNonce}from"./p-376b504c.js";const t=()=>{const a=import.meta.url;const t={};if(a!==""){t.resourcesUrl=new URL(".",a).href}return e(t)};t().then((e=>a([["p-877627af",[[1,"cat-select-demo"],[1,"cat-datepicker",{requiredMarker:[1,"required-marker"],horizontal:[4],autoComplete:[1,"auto-complete"],clearable:[4],disabled:[4],hint:[1],icon:[1],iconRight:[4,"icon-right"],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],max:[1],min:[1],mode:[1],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],step:[2],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],nativePickerAttributes:[16],doFocus:[64],doBlur:[64]},null,{value:["onValueChanged"],disabled:["onDisabledChanged"],readonly:["onDisabledChanged"],min:["onMinChanged"],max:["onMinChanged"]}],[1,"cat-pagination",{page:[1026],pageCount:[2,"page-count"],activePadding:[2,"active-padding"],sidePadding:[2,"side-padding"],size:[1],variant:[1],round:[4],compact:[4],iconPrev:[1,"icon-prev"],iconNext:[1,"icon-next"]}],[1,"cat-tabs",{activeTab:[513,"active-tab"],tabsAlign:[1,"tabs-align"],tabs:[32],setActive:[64],setActiveIndex:[64]},[[0,"keydown","onKeydown"]],{activeTab:["onActiveTabChange"]}],[1,"cat-alert",{color:[513],icon:[1],noIcon:[4,"no-icon"]}],[1,"cat-textarea",{requiredMarker:[1,"required-marker"],horizontal:[4],disabled:[4],hint:[1],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],maxLength:[2,"max-length"],minLength:[2,"min-length"],name:[1],placeholder:[1],readonly:[4],required:[4],rows:[2],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],doFocus:[64],doBlur:[64],clear:[64]},null,{errors:["onErrorsChanged"]}],[1,"cat-badge",{variant:[513],color:[513],size:[513],round:[516],pulse:[516]}],[1,"cat-button-group",{a11yLabel:[1,"a11y-label"]}],[1,"cat-card"],[1,"cat-datepicker-inline",{disabled:[4],max:[1],min:[1],mode:[1],readonly:[4],step:[2],value:[1025],nativePickerAttributes:[16]},null,{value:["onValueChanged"],disabled:["onDisabledChanged"],readonly:["onDisabledChanged"]}],[1,"cat-form-group",{requiredMarker:[1,"required-marker"],horizontal:[4],labelSize:[1,"label-size"]},null,{requiredMarker:["onRequiredMarkerChanged"],horizontal:["onHorizontalChanged"]}],[1,"cat-radio",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64]}],[1,"cat-radio-group",{name:[1],value:[1025],disabled:[4],a11yLabel:[1,"a11y-label"],labelLeft:[4,"label-left"]},[[0,"keydown","onKeydown"],[0,"input","onInput"],[2,"focus","onFocus"],[2,"blur","onBlur"]],{name:["onNameChanged"],value:["onValueChanged"],disabled:["onDisabledChanged"],labelLeft:["onLabelLeftChanged"]}],[1,"cat-tab",{label:[513],icon:[513],iconOnly:[520,"icon-only"],iconRight:[516,"icon-right"],url:[513],urlTarget:[513,"url-target"],deactivated:[516],nativeAttributes:[16]},[[0,"click","onClick"]]],[1,"cat-toggle",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],resolvedValue:[1032,"resolved-value"],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64]}],[1,"cat-tooltip",{content:[1],disabled:[4],placement:[1],round:[4],size:[1],showDelay:[2,"show-delay"],hideDelay:[2,"hide-delay"],longTouchDuration:[2,"long-touch-duration"],hasSlottedContent:[32]},[[0,"keydown","handleKeyDown"]]],[1,"cat-select",{requiredMarker:[1,"required-marker"],horizontal:[4],multiple:[4],debounce:[2],placement:[1],value:[1025],disabled:[4],placeholder:[1],hint:[1],identifier:[1],label:[1],name:[1],labelHidden:[4,"label-hidden"],required:[4],clearable:[4],tags:[4],tagHint:[1,"tag-hint"],noItems:[1,"no-items"],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],connector:[32],state:[32],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],connect:[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]],{connector:["onConnectorChanged"],value:["onValueChanged"],errors:["onErrorsChanged"],state:["onStateChanged"]}],[1,"cat-input",{requiredMarker:[1,"required-marker"],horizontal:[4],autoComplete:[1,"auto-complete"],clearable:[4],disabled:[4],hint:[1],icon:[1],iconRight:[4,"icon-right"],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],max:[8],maxLength:[2,"max-length"],min:[8],minLength:[2,"min-length"],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],round:[4],type:[1],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],doFocus:[64],doBlur:[64],clear:[64]},null,{errors:["onErrorsChanged"]}],[1,"cat-dropdown",{placement:[1],noAutoClose:[4,"no-auto-close"],overflow:[4],close:[64]},[[0,"catClick","clickHandler"]]],[1,"cat-avatar",{size:[1],round:[4],label:[1],initials:[1],src:[1],icon:[1],url:[1],urlTarget:[1,"url-target"],backgroundImage:[32]},null,{src:["onSrcChanged"]}],[1,"cat-checkbox",{checked:[1028],indeterminate:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],resolvedValue:[1032,"resolved-value"],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64]}],[1,"cat-scrollable",{noShadowX:[4,"no-shadow-x"],noShadowY:[4,"no-shadow-y"],noOverflowX:[4,"no-overflow-x"],noOverflowY:[4,"no-overflow-y"],noOverscroll:[4,"no-overscroll"],noScrolledInit:[4,"no-scrolled-init"],scrolledBuffer:[2,"scrolled-buffer"]}],[1,"cat-skeleton",{effect:[1],variant:[1],size:[1],lines:[2]}],[1,"cat-button",{variant:[1],color:[1],active:[4],size:[1],name:[1],value:[1],disabled:[4],loading:[4],submit:[4],noEllipsis:[4,"no-ellipsis"],round:[4],url:[1],urlTarget:[1,"url-target"],icon:[1],iconOnly:[8,"icon-only"],iconRight:[4,"icon-right"],buttonId:[1,"button-id"],a11yLabel:[1,"a11y-label"],a11yCurrent:[1,"a11y-current"],nativeAttributes:[16],nativeContentAttributes:[16],buttonGroupPosition:[1,"button-group-position"],_iconOnly:[32],doFocus:[64],doBlur:[64],doClick:[64]},[[0,"click","haltDisabledEvents"]],{iconOnly:["onIconOnlyChanged"]}],[1,"cat-spinner",{size:[1],a11yLabel:[1,"a11y-label"]}],[1,"cat-icon",{icon:[1],iconSrc:[1,"icon-src"],size:[1],a11yLabel:[1,"a11y-label"]}]]]],e)));
1
+ import{p as e,b as a}from"./p-376b504c.js";export{s as setNonce}from"./p-376b504c.js";const t=()=>{const a=import.meta.url;const t={};if(a!==""){t.resourcesUrl=new URL(".",a).href}return e(t)};t().then((e=>a([["p-bd6c4003",[[0,"cat-select-demo"],[1,"cat-datepicker",{requiredMarker:[1,"required-marker"],horizontal:[4],autoComplete:[1,"auto-complete"],clearable:[4],disabled:[4],hint:[1],icon:[1],iconRight:[4,"icon-right"],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],max:[1],min:[1],mode:[1],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],step:[2],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],nativePickerAttributes:[16],doFocus:[64],doBlur:[64]},null,{value:["onValueChanged"],disabled:["onDisabledChanged"],readonly:["onDisabledChanged"],min:["onMinChanged"],max:["onMinChanged"]}],[1,"cat-pagination",{page:[1026],pageCount:[2,"page-count"],activePadding:[2,"active-padding"],sidePadding:[2,"side-padding"],size:[1],variant:[1],round:[4],compact:[4],iconPrev:[1,"icon-prev"],iconNext:[1,"icon-next"]}],[1,"cat-tabs",{activeTab:[1537,"active-tab"],tabsAlign:[1,"tabs-align"],tabs:[32],setActive:[64],setActiveIndex:[64]},[[0,"keydown","onKeydown"]],{activeTab:["onActiveTabChange"]}],[1,"cat-alert",{color:[513],icon:[1],noIcon:[4,"no-icon"]}],[1,"cat-textarea",{requiredMarker:[1,"required-marker"],horizontal:[4],disabled:[4],hint:[1],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],maxLength:[2,"max-length"],minLength:[2,"min-length"],name:[1],placeholder:[1],readonly:[4],required:[4],rows:[2],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],doFocus:[64],doBlur:[64],clear:[64]},null,{errors:["onErrorsChanged"]}],[1,"cat-badge",{variant:[513],color:[513],size:[513],round:[516],pulse:[516]}],[1,"cat-button-group",{a11yLabel:[1,"a11y-label"]}],[1,"cat-card"],[1,"cat-datepicker-inline",{disabled:[4],max:[1],min:[1],mode:[1],readonly:[4],step:[2],value:[1025],nativePickerAttributes:[16]},null,{value:["onValueChanged"],disabled:["onDisabledChanged"],readonly:["onDisabledChanged"]}],[1,"cat-form-group",{requiredMarker:[1,"required-marker"],horizontal:[4],labelSize:[1,"label-size"]},null,{requiredMarker:["onRequiredMarkerChanged"],horizontal:["onHorizontalChanged"]}],[1,"cat-radio",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64]}],[1,"cat-radio-group",{name:[1],value:[1025],disabled:[4],a11yLabel:[1,"a11y-label"],labelLeft:[4,"label-left"]},[[0,"keydown","onKeydown"],[0,"input","onInput"],[2,"focus","onFocus"],[2,"blur","onBlur"]],{name:["onNameChanged"],value:["onValueChanged"],disabled:["onDisabledChanged"],labelLeft:["onLabelLeftChanged"]}],[1,"cat-tab",{label:[513],icon:[513],iconOnly:[520,"icon-only"],iconRight:[516,"icon-right"],url:[513],urlTarget:[513,"url-target"],deactivated:[516],nativeAttributes:[16]},[[0,"click","onClick"]]],[1,"cat-toggle",{checked:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],resolvedValue:[1032,"resolved-value"],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64]}],[1,"cat-tooltip",{content:[1],disabled:[4],placement:[1],round:[4],size:[1],showDelay:[2,"show-delay"],hideDelay:[2,"hide-delay"],longTouchDuration:[2,"long-touch-duration"],hasSlottedContent:[32]},[[0,"keydown","handleKeyDown"]]],[1,"cat-select",{requiredMarker:[1,"required-marker"],horizontal:[4],multiple:[4],debounce:[2],placement:[1],value:[1025],disabled:[4],placeholder:[1],hint:[1],identifier:[1],label:[1],name:[1],labelHidden:[4,"label-hidden"],required:[4],clearable:[4],tags:[4],tagHint:[1,"tag-hint"],noItems:[1,"no-items"],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],connector:[32],state:[32],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],connect:[64]},[[0,"blur","onBlur"],[0,"keydown","onKeyDown"],[0,"keyup","onKeyUp"]],{connector:["onConnectorChanged"],value:["onValueChanged"],errors:["onErrorsChanged"],state:["onStateChanged"]}],[1,"cat-input",{requiredMarker:[1,"required-marker"],horizontal:[4],autoComplete:[1,"auto-complete"],clearable:[4],disabled:[4],hint:[1],icon:[1],iconRight:[4,"icon-right"],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],max:[8],maxLength:[2,"max-length"],min:[8],minLength:[2,"min-length"],name:[1],placeholder:[1],textPrefix:[1,"text-prefix"],textSuffix:[1,"text-suffix"],readonly:[4],required:[4],round:[4],type:[1],value:[1025],errors:[4],errorUpdate:[8,"error-update"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],errorMap:[32],doFocus:[64],doBlur:[64],clear:[64]},null,{errors:["onErrorsChanged"]}],[1,"cat-dropdown",{placement:[1],noAutoClose:[4,"no-auto-close"],overflow:[4],close:[64]},[[0,"catClick","clickHandler"]]],[1,"cat-avatar",{size:[1],round:[4],label:[1],initials:[1],src:[1],icon:[1],url:[1],urlTarget:[1,"url-target"],backgroundImage:[32]},null,{src:["onSrcChanged"]}],[1,"cat-checkbox",{checked:[1028],indeterminate:[1028],disabled:[4],identifier:[1],label:[1],labelHidden:[4,"label-hidden"],name:[1],required:[4],value:[1],resolvedValue:[1032,"resolved-value"],hint:[1],labelLeft:[4,"label-left"],nativeAttributes:[16],hasSlottedLabel:[32],hasSlottedHint:[32],doFocus:[64],doBlur:[64]}],[1,"cat-scrollable",{noShadowX:[4,"no-shadow-x"],noShadowY:[4,"no-shadow-y"],noOverflowX:[4,"no-overflow-x"],noOverflowY:[4,"no-overflow-y"],noOverscroll:[4,"no-overscroll"],noScrolledInit:[4,"no-scrolled-init"],scrolledBuffer:[2,"scrolled-buffer"]}],[1,"cat-skeleton",{effect:[1],variant:[1],size:[1],lines:[2]}],[1,"cat-button",{variant:[1],color:[1],active:[4],size:[1],name:[1],value:[1],disabled:[4],loading:[4],submit:[4],noEllipsis:[4,"no-ellipsis"],round:[4],url:[1],urlTarget:[1,"url-target"],icon:[1],iconOnly:[8,"icon-only"],iconRight:[4,"icon-right"],buttonId:[1,"button-id"],a11yLabel:[1,"a11y-label"],a11yCurrent:[1,"a11y-current"],nativeAttributes:[16],nativeContentAttributes:[16],buttonGroupPosition:[1,"button-group-position"],_iconOnly:[32],doFocus:[64],doBlur:[64],doClick:[64]},[[0,"click","haltDisabledEvents"]],{iconOnly:["onIconOnlyChanged"]}],[1,"cat-spinner",{size:[1],a11yLabel:[1,"a11y-label"]}],[1,"cat-icon",{icon:[1],iconSrc:[1,"icon-src"],size:[1],a11yLabel:[1,"a11y-label"]}]]]],e)));
2
2
  //# sourceMappingURL=catalyst.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","requiredMarker","horizontal","autoComplete","clearable","disabled","hint","icon","iconRight","identifier","label","labelHidden","max","min","mode","name","placeholder","textPrefix","textSuffix","readonly","required","step","value","errors","errorUpdate","nativeAttributes","nativePickerAttributes","doFocus","doBlur","page","pageCount","activePadding","sidePadding","size","variant","round","compact","iconPrev","iconNext","activeTab","tabsAlign","tabs","setActive","setActiveIndex","color","noIcon","maxLength","minLength","rows","hasSlottedLabel","hasSlottedHint","errorMap","clear","pulse","a11yLabel","labelSize","checked","labelLeft","iconOnly","urlTarget","deactivated","resolvedValue","content","placement","showDelay","hideDelay","longTouchDuration","hasSlottedContent","multiple","debounce","tags","tagHint","noItems","connector","state","connect","type","noAutoClose","overflow","close","initials","src","backgroundImage","indeterminate","noShadowX","noShadowY","noOverflowX","noOverflowY","noOverscroll","noScrolledInit","scrolledBuffer","effect","lines","active","loading","submit","noEllipsis","buttonId","a11yCurrent","nativeContentAttributes","buttonGroupPosition","_iconOnly","doClick","iconSrc"],"sources":["../node_modules/.pnpm/@stencil+core@4.4.1/node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.4.1 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, doc, promiseResolve, H } from '@stencil/core';\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n if (importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n return promiseResolve(opts);\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"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"}
1
+ {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","requiredMarker","horizontal","autoComplete","clearable","disabled","hint","icon","iconRight","identifier","label","labelHidden","max","min","mode","name","placeholder","textPrefix","textSuffix","readonly","required","step","value","errors","errorUpdate","nativeAttributes","nativePickerAttributes","doFocus","doBlur","page","pageCount","activePadding","sidePadding","size","variant","round","compact","iconPrev","iconNext","activeTab","tabsAlign","tabs","setActive","setActiveIndex","color","noIcon","maxLength","minLength","rows","hasSlottedLabel","hasSlottedHint","errorMap","clear","pulse","a11yLabel","labelSize","checked","labelLeft","iconOnly","urlTarget","deactivated","resolvedValue","content","placement","showDelay","hideDelay","longTouchDuration","hasSlottedContent","multiple","debounce","tags","tagHint","noItems","connector","state","connect","type","noAutoClose","overflow","close","initials","src","backgroundImage","indeterminate","noShadowX","noShadowY","noOverflowX","noOverflowY","noOverscroll","noScrolledInit","scrolledBuffer","effect","lines","active","loading","submit","noEllipsis","buttonId","a11yCurrent","nativeContentAttributes","buttonGroupPosition","_iconOnly","doClick","iconSrc"],"sources":["../node_modules/.pnpm/@stencil+core@4.4.1/node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v4.4.1 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, doc, promiseResolve, H } from '@stencil/core';\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = BUILD.scriptDataOpts\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n if (importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n }\n return promiseResolve(opts);\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"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"}