@govtechsg/sgds-web-component 3.26.1-rc.1 → 3.26.1-rc.2

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/components/Breadcrumb/index.umd.min.js +25 -25
  2. package/components/Breadcrumb/index.umd.min.js.map +1 -1
  3. package/components/Dropdown/dropdown-item.js +1 -1
  4. package/components/Dropdown/index.umd.min.js +4 -4
  5. package/components/Dropdown/index.umd.min.js.map +1 -1
  6. package/components/Dropdown/sgds-dropdown-item.d.ts +2 -0
  7. package/components/Dropdown/sgds-dropdown-item.js +8 -2
  8. package/components/Dropdown/sgds-dropdown-item.js.map +1 -1
  9. package/components/Mainnav/index.d.ts +2 -0
  10. package/components/Mainnav/index.js +2 -0
  11. package/components/Mainnav/index.js.map +1 -1
  12. package/components/Mainnav/index.umd.min.js +327 -286
  13. package/components/Mainnav/index.umd.min.js.map +1 -1
  14. package/components/Mainnav/mainnav-dropdown.js +1 -1
  15. package/components/Mainnav/mainnav-item.js +1 -1
  16. package/components/Mainnav/mainnav-profile.js +6 -0
  17. package/components/Mainnav/mainnav-profile.js.map +1 -0
  18. package/components/Mainnav/mainnav.js +1 -1
  19. package/components/Mainnav/sgds-mainnav-profile.d.ts +41 -0
  20. package/components/Mainnav/sgds-mainnav-profile.js +136 -0
  21. package/components/Mainnav/sgds-mainnav-profile.js.map +1 -0
  22. package/components/Mainnav/sgds-mainnav.d.ts +14 -16
  23. package/components/Mainnav/sgds-mainnav.js +59 -21
  24. package/components/Mainnav/sgds-mainnav.js.map +1 -1
  25. package/components/OverflowMenu/index.umd.min.js +4 -4
  26. package/components/OverflowMenu/index.umd.min.js.map +1 -1
  27. package/components/index.d.ts +1 -0
  28. package/components/index.js +1 -0
  29. package/components/index.js.map +1 -1
  30. package/components/index.umd.min.js +340 -299
  31. package/components/index.umd.min.js.map +1 -1
  32. package/css/fouc.css +4 -3
  33. package/custom-elements.json +14278 -13918
  34. package/index.umd.min.js +406 -365
  35. package/index.umd.min.js.map +1 -1
  36. package/package.json +1 -1
  37. package/react/components/Dropdown/dropdown-item.cjs.js +1 -1
  38. package/react/components/Dropdown/dropdown-item.js +1 -1
  39. package/react/components/Dropdown/sgds-dropdown-item.cjs.js +8 -2
  40. package/react/components/Dropdown/sgds-dropdown-item.cjs.js.map +1 -1
  41. package/react/components/Dropdown/sgds-dropdown-item.js +8 -2
  42. package/react/components/Dropdown/sgds-dropdown-item.js.map +1 -1
  43. package/react/components/Mainnav/mainnav-dropdown.cjs.js +1 -1
  44. package/react/components/Mainnav/mainnav-dropdown.js +1 -1
  45. package/react/components/Mainnav/mainnav-item.cjs.js +1 -1
  46. package/react/components/Mainnav/mainnav-item.js +1 -1
  47. package/react/components/Mainnav/mainnav-profile.cjs.js +11 -0
  48. package/react/components/Mainnav/mainnav-profile.cjs.js.map +1 -0
  49. package/react/components/Mainnav/mainnav-profile.js +7 -0
  50. package/react/components/Mainnav/mainnav-profile.js.map +1 -0
  51. package/react/components/Mainnav/mainnav.cjs.js +1 -1
  52. package/react/components/Mainnav/mainnav.js +1 -1
  53. package/react/components/Mainnav/sgds-mainnav-profile.cjs.js +142 -0
  54. package/react/components/Mainnav/sgds-mainnav-profile.cjs.js.map +1 -0
  55. package/react/components/Mainnav/sgds-mainnav-profile.js +137 -0
  56. package/react/components/Mainnav/sgds-mainnav-profile.js.map +1 -0
  57. package/react/components/Mainnav/sgds-mainnav.cjs.js +58 -20
  58. package/react/components/Mainnav/sgds-mainnav.cjs.js.map +1 -1
  59. package/react/components/Mainnav/sgds-mainnav.js +59 -21
  60. package/react/components/Mainnav/sgds-mainnav.js.map +1 -1
  61. package/react/index.cjs.js +88 -86
  62. package/react/index.cjs.js.map +1 -1
  63. package/react/index.d.ts +4 -3
  64. package/react/index.js +4 -3
  65. package/react/index.js.map +1 -1
  66. package/react/mainnav-profile/index.cjs.js +40 -0
  67. package/react/mainnav-profile/index.cjs.js.map +1 -0
  68. package/react/mainnav-profile/index.d.ts +4 -0
  69. package/react/mainnav-profile/index.js +16 -0
  70. package/react/mainnav-profile/index.js.map +1 -0
  71. package/themes/blue.css +11 -11
  72. package/themes/cyan.css +10 -10
  73. package/themes/gt/blue.css +11 -11
  74. package/themes/gt/cyan.css +10 -10
  75. package/themes/gt/magenta.css +11 -11
  76. package/themes/gt/pink.css +11 -11
  77. package/themes/gt/purple.css +11 -11
  78. package/themes/gt/red.css +11 -11
  79. package/themes/magenta.css +11 -11
  80. package/themes/pink.css +11 -11
  81. package/themes/purple.css +11 -11
  82. package/themes/red.css +11 -11
  83. package/themes/root.css +5 -0
  84. package/types/react.d.ts +87 -67
@@ -1,11 +1,11 @@
1
- :root{
2
- --gt-color-100: #F6F3FB;
3
- --gt-color-200: #E5DBF2;
4
- --gt-color-300: #CEBAE7;
5
- --gt-color-400: #B598DC;
6
- --gt-color-500: #9A74CF;
7
- --gt-color-600: #8055BB;
8
- --gt-color-700: #634190;
9
- --gt-color-800: #49306B;
10
- --gt-color-900: #33214A;
11
- }
1
+ :root {
2
+ --gt-color-100: #F6F3FB;
3
+ --gt-color-200: #E5DBF2;
4
+ --gt-color-300: #CEBAE7;
5
+ --gt-color-400: #B598DC;
6
+ --gt-color-500: #9A74CF;
7
+ --gt-color-600: #8055BB;
8
+ --gt-color-700: #634190;
9
+ --gt-color-800: #49306B;
10
+ --gt-color-900: #33214A;
11
+ }
package/themes/gt/red.css CHANGED
@@ -1,11 +1,11 @@
1
- :root{
2
- --gt-color-100: #FEF0F1;
3
- --gt-color-200: #FDD6D8;
4
- --gt-color-300: #FBADB1;
5
- --gt-color-400: #F88289;
6
- --gt-color-500: #F5424B;
7
- --gt-color-600: #CB2B33;
8
- --gt-color-700: #9E2127;
9
- --gt-color-800: #76191E;
10
- --gt-color-900: #531115;
11
- }
1
+ :root {
2
+ --gt-color-100: #FEF0F1;
3
+ --gt-color-200: #FDD6D8;
4
+ --gt-color-300: #FBADB1;
5
+ --gt-color-400: #F88289;
6
+ --gt-color-500: #F5424B;
7
+ --gt-color-600: #CB2B33;
8
+ --gt-color-700: #9E2127;
9
+ --gt-color-800: #76191E;
10
+ --gt-color-900: #531115;
11
+ }
@@ -1,11 +1,11 @@
1
- :root{
2
- --gt-color-100: #FBF2F9;
3
- --gt-color-200: #F2D8ED;
4
- --gt-color-300: #E5B2DC;
5
- --gt-color-400: #D98BCB;
6
- --gt-color-500: #C95EB7;
7
- --gt-color-600: #B82EA0;
8
- --gt-color-700: #8E247B;
9
- --gt-color-800: #6A1B5D;
10
- --gt-color-900: #4A1341;
11
- }
1
+ :root {
2
+ --gt-color-100: #FBF2F9;
3
+ --gt-color-200: #F2D8ED;
4
+ --gt-color-300: #E5B2DC;
5
+ --gt-color-400: #D98BCB;
6
+ --gt-color-500: #C95EB7;
7
+ --gt-color-600: #B82EA0;
8
+ --gt-color-700: #8E247B;
9
+ --gt-color-800: #6A1B5D;
10
+ --gt-color-900: #4A1341;
11
+ }
package/themes/pink.css CHANGED
@@ -1,11 +1,11 @@
1
- :root{
2
- --gt-color-100: #FDF0F6;
3
- --gt-color-200: #F9D6E4;
4
- --gt-color-300: #F3AECB;
5
- --gt-color-400: #ED84AF;
6
- --gt-color-500: #E54D8C;
7
- --gt-color-600: #C7286A;
8
- --gt-color-700: #991F52;
9
- --gt-color-800: #74173D;
10
- --gt-color-900: #51102B;
11
- }
1
+ :root {
2
+ --gt-color-100: #FDF0F6;
3
+ --gt-color-200: #F9D6E4;
4
+ --gt-color-300: #F3AECB;
5
+ --gt-color-400: #ED84AF;
6
+ --gt-color-500: #E54D8C;
7
+ --gt-color-600: #C7286A;
8
+ --gt-color-700: #991F52;
9
+ --gt-color-800: #74173D;
10
+ --gt-color-900: #51102B;
11
+ }
package/themes/purple.css CHANGED
@@ -1,11 +1,11 @@
1
- :root{
2
- --gt-color-100: #F6F3FB;
3
- --gt-color-200: #E5DBF2;
4
- --gt-color-300: #CEBAE7;
5
- --gt-color-400: #B598DC;
6
- --gt-color-500: #9A74CF;
7
- --gt-color-600: #8055BB;
8
- --gt-color-700: #634190;
9
- --gt-color-800: #49306B;
10
- --gt-color-900: #33214A;
11
- }
1
+ :root {
2
+ --gt-color-100: #F6F3FB;
3
+ --gt-color-200: #E5DBF2;
4
+ --gt-color-300: #CEBAE7;
5
+ --gt-color-400: #B598DC;
6
+ --gt-color-500: #9A74CF;
7
+ --gt-color-600: #8055BB;
8
+ --gt-color-700: #634190;
9
+ --gt-color-800: #49306B;
10
+ --gt-color-900: #33214A;
11
+ }
package/themes/red.css CHANGED
@@ -1,11 +1,11 @@
1
- :root{
2
- --gt-color-100: #FEF0F1;
3
- --gt-color-200: #FDD6D8;
4
- --gt-color-300: #FBADB1;
5
- --gt-color-400: #F88289;
6
- --gt-color-500: #F5424B;
7
- --gt-color-600: #CB2B33;
8
- --gt-color-700: #9E2127;
9
- --gt-color-800: #76191E;
10
- --gt-color-900: #531115;
11
- }
1
+ :root {
2
+ --gt-color-100: #FEF0F1;
3
+ --gt-color-200: #FDD6D8;
4
+ --gt-color-300: #FBADB1;
5
+ --gt-color-400: #F88289;
6
+ --gt-color-500: #F5424B;
7
+ --gt-color-600: #CB2B33;
8
+ --gt-color-700: #9E2127;
9
+ --gt-color-800: #76191E;
10
+ --gt-color-900: #531115;
11
+ }
package/themes/root.css CHANGED
@@ -12,6 +12,11 @@
12
12
  --sgds-product-primary-800: #3c2b8a;
13
13
  --sgds-product-primary-900: #2a1e61;
14
14
 
15
+ --sgds-gradient-1: linear-gradient(90deg, #0091B8 0%, #8055BB 100%);
16
+ --sgds-gradient-2: linear-gradient(90deg, #4288D6 0%, #B82EA0 100%);
17
+ --sgds-gradient-3: linear-gradient(90deg, #9A74CF 0%, #C7286A 100%);
18
+ --sgds-gradient-4: linear-gradient(90deg, #C95EB7 0%, #CB2B33 100%);
19
+
15
20
  /* Primitive - Purple Color */
16
21
  --sgds-purple-100: #fbf0fe;
17
22
  --sgds-purple-200: #f2d6fc;
package/types/react.d.ts CHANGED
@@ -193,6 +193,20 @@ Variants include: `primary`, `accent`, `success`, `danger`, `warning`, `cyan`, `
193
193
  onSgdsAfterHide?: SgdsEventHandler;
194
194
  }
195
195
 
196
+ // ── BreadcrumbItem ─────────────────────────────────────────────────────────────
197
+
198
+ export interface SgdsBreadcrumbItemProps extends SgdsBaseProps {
199
+ /** Indicates the link matches the current location of the page. Programmatically handled by SgdsBreadcrumb to set this prop to true for the last breadcrumb item */
200
+ active?: boolean;
201
+ }
202
+
203
+ // ── Breadcrumb ─────────────────────────────────────────────────────────────
204
+
205
+ export interface SgdsBreadcrumbProps extends SgdsBaseProps {
206
+ /** The aria-label of nav element within breadcrumb component. */
207
+ ariaLabel?: string;
208
+ }
209
+
196
210
  // ── Button ─────────────────────────────────────────────────────────────
197
211
 
198
212
  export interface SgdsButtonProps extends SgdsBaseProps {
@@ -249,20 +263,6 @@ value of this attribute must be an id of a form in the same document or shadow r
249
263
  onSgdsFocus?: SgdsEventHandler;
250
264
  }
251
265
 
252
- // ── BreadcrumbItem ─────────────────────────────────────────────────────────────
253
-
254
- export interface SgdsBreadcrumbItemProps extends SgdsBaseProps {
255
- /** Indicates the link matches the current location of the page. Programmatically handled by SgdsBreadcrumb to set this prop to true for the last breadcrumb item */
256
- active?: boolean;
257
- }
258
-
259
- // ── Breadcrumb ─────────────────────────────────────────────────────────────
260
-
261
- export interface SgdsBreadcrumbProps extends SgdsBaseProps {
262
- /** The aria-label of nav element within breadcrumb component. */
263
- ariaLabel?: string;
264
- }
265
-
266
266
  // ── Card ─────────────────────────────────────────────────────────────
267
267
 
268
268
  export interface SgdsCardProps extends SgdsBaseProps {
@@ -708,6 +708,8 @@ export interface SgdsDropdownItemProps extends SgdsBaseProps {
708
708
  active?: boolean;
709
709
  /** Disables the SgdsMainnavItem */
710
710
  disabled?: boolean;
711
+ /** When true, removes interactive styles (hover, cursor) for non-navigational display items */
712
+ readonly?: boolean;
711
713
  /** Forwards aria-label to the inner clickable element for accessibility */
712
714
  ariaLabel?: string;
713
715
  }
@@ -1030,6 +1032,21 @@ export interface SgdsMainnavItemProps extends SgdsBaseProps {
1030
1032
  disabled?: boolean;
1031
1033
  }
1032
1034
 
1035
+ // ── MainnavProfile ─────────────────────────────────────────────────────────────
1036
+
1037
+ export interface SgdsMainnavProfileProps extends SgdsBaseProps {
1038
+ /** Primary text displayed next to the avatar in desktop (e.g. user name) */
1039
+ label?: string;
1040
+ /** Secondary text displayed below the label in desktop (e.g. agency or role) */
1041
+ secondaryText?: string;
1042
+ /** When true, disables the profile dropdown */
1043
+ disabled?: boolean;
1044
+ /** Accessible label for the profile toggle button */
1045
+ ariaLabel?: string;
1046
+ /** Controls dropdown close behavior. "default" auto-closes on item/outside click, "outside" closes only on outside click, "inside" prevents auto-close. */
1047
+ close?: "default" | "outside" | "inside";
1048
+ }
1049
+
1033
1050
  // ── Mainnav ─────────────────────────────────────────────────────────────
1034
1051
 
1035
1052
  export interface SgdsMainnavProps extends SgdsBaseProps {
@@ -1037,6 +1054,7 @@ export interface SgdsMainnavProps extends SgdsBaseProps {
1037
1054
  hasNonCollapsibleSlot?: boolean;
1038
1055
  /** The href link for brand logo */
1039
1056
  brandHref?: string;
1057
+ tone?: "default" | "brand" | "gradient-1" | "gradient-2" | "gradient-3" | "gradient-4";
1040
1058
  /** The breakpoint, below which, the Navbar will collapse. When always the Navbar will always be expanded regardless of screen size. When never, the Navbar will always be collapsed */
1041
1059
  expand?: "sm" | "md" | "lg" | "xl" | "xxl" | "always" | "never";
1042
1060
  /** When true, removes max-width constraint to allow content to stretch full screen width */
@@ -1622,53 +1640,6 @@ export interface SgdsTabProps extends SgdsBaseProps {
1622
1640
  ariaLabel?: string;
1623
1641
  }
1624
1642
 
1625
- // ── TableCell ─────────────────────────────────────────────────────────────
1626
-
1627
- export interface SgdsTableCellProps extends SgdsBaseProps {
1628
- }
1629
-
1630
- // ── TableHead ─────────────────────────────────────────────────────────────
1631
-
1632
- export interface SgdsTableHeadProps extends SgdsBaseProps {
1633
- }
1634
-
1635
- // ── TableRow ─────────────────────────────────────────────────────────────
1636
-
1637
- export interface SgdsTableRowProps extends SgdsBaseProps {
1638
- }
1639
-
1640
- // ── Table ─────────────────────────────────────────────────────────────
1641
-
1642
- export interface SgdsTableProps extends SgdsBaseProps {
1643
- /** Specifies the responsive breakpoint for the table.
1644
- Use "sm", "md", "lg", or "xl" to create responsive tables up to a particular breakpoint.
1645
- From that breakpoint and up, the table will behave normally and not scroll horizontally.
1646
- Use "always" to make the table always responsive.
1647
-
1648
- (@deprecated) Deprecated since 3.9.0 legacy from v2 */
1649
- responsive?: "sm" | "md" | "lg" | "xl" | "always";
1650
- /** Array of strings to populate row header cells. */
1651
- rowHeader?: string[];
1652
- /** Array of strings to populate column header cells.
1653
- Only used when `headerPosition` is set to "vertical" or "both". */
1654
- columnHeader?: string[];
1655
- /** Two-dimensional array of strings or numbers to populate table data cells. */
1656
- tableData?: Array<(string | number)[]>;
1657
- /** Defines the placement of headers in the table.
1658
- Use "horizontal" for top headers only, "vertical" for left headers only,
1659
- or "both" for both row and column headers. */
1660
- headerPosition?: "horizontal" | "vertical" | "both";
1661
- /** Enables background styling on horizontal header rows.
1662
- When true, applies background color to header cells for better visual distinction. */
1663
- headerBackground?: boolean;
1664
- /** Enables borders around table cells.
1665
- When true, displays visible borders between all table cells. */
1666
- tableBorder?: boolean;
1667
- /** Controls the CSS `table-layout` algorithm.
1668
- Use "auto" to let the browser size columns based on content, or "fixed" to distribute column widths evenly regardless of content. */
1669
- layout?: "auto" | "fixed";
1670
- }
1671
-
1672
1643
  // ── TableOfContents ─────────────────────────────────────────────────────────────
1673
1644
 
1674
1645
  export interface SgdsTableOfContentsProps extends SgdsBaseProps {
@@ -1742,6 +1713,53 @@ export interface SgdsTextareaProps extends SgdsBaseProps {
1742
1713
  onSgdsValid?: SgdsEventHandler;
1743
1714
  }
1744
1715
 
1716
+ // ── TableCell ─────────────────────────────────────────────────────────────
1717
+
1718
+ export interface SgdsTableCellProps extends SgdsBaseProps {
1719
+ }
1720
+
1721
+ // ── TableHead ─────────────────────────────────────────────────────────────
1722
+
1723
+ export interface SgdsTableHeadProps extends SgdsBaseProps {
1724
+ }
1725
+
1726
+ // ── TableRow ─────────────────────────────────────────────────────────────
1727
+
1728
+ export interface SgdsTableRowProps extends SgdsBaseProps {
1729
+ }
1730
+
1731
+ // ── Table ─────────────────────────────────────────────────────────────
1732
+
1733
+ export interface SgdsTableProps extends SgdsBaseProps {
1734
+ /** Specifies the responsive breakpoint for the table.
1735
+ Use "sm", "md", "lg", or "xl" to create responsive tables up to a particular breakpoint.
1736
+ From that breakpoint and up, the table will behave normally and not scroll horizontally.
1737
+ Use "always" to make the table always responsive.
1738
+
1739
+ (@deprecated) Deprecated since 3.9.0 legacy from v2 */
1740
+ responsive?: "sm" | "md" | "lg" | "xl" | "always";
1741
+ /** Array of strings to populate row header cells. */
1742
+ rowHeader?: string[];
1743
+ /** Array of strings to populate column header cells.
1744
+ Only used when `headerPosition` is set to "vertical" or "both". */
1745
+ columnHeader?: string[];
1746
+ /** Two-dimensional array of strings or numbers to populate table data cells. */
1747
+ tableData?: Array<(string | number)[]>;
1748
+ /** Defines the placement of headers in the table.
1749
+ Use "horizontal" for top headers only, "vertical" for left headers only,
1750
+ or "both" for both row and column headers. */
1751
+ headerPosition?: "horizontal" | "vertical" | "both";
1752
+ /** Enables background styling on horizontal header rows.
1753
+ When true, applies background color to header cells for better visual distinction. */
1754
+ headerBackground?: boolean;
1755
+ /** Enables borders around table cells.
1756
+ When true, displays visible borders between all table cells. */
1757
+ tableBorder?: boolean;
1758
+ /** Controls the CSS `table-layout` algorithm.
1759
+ Use "auto" to let the browser size columns based on content, or "fixed" to distribute column widths evenly regardless of content. */
1760
+ layout?: "auto" | "fixed";
1761
+ }
1762
+
1745
1763
  // ── ThumbnailCard ─────────────────────────────────────────────────────────────
1746
1764
 
1747
1765
  export interface SgdsThumbnailCardProps extends SgdsBaseProps {
@@ -1825,9 +1843,9 @@ declare module "react" {
1825
1843
  "sgds-alert-link": React.DetailedHTMLProps<SgdsAlertLinkProps, HTMLElement>;
1826
1844
  "sgds-alert": React.DetailedHTMLProps<SgdsAlertProps, HTMLElement>;
1827
1845
  "sgds-badge": React.DetailedHTMLProps<SgdsBadgeProps, HTMLElement>;
1828
- "sgds-button": React.DetailedHTMLProps<SgdsButtonProps, HTMLElement>;
1829
1846
  "sgds-breadcrumb-item": React.DetailedHTMLProps<SgdsBreadcrumbItemProps, HTMLElement>;
1830
1847
  "sgds-breadcrumb": React.DetailedHTMLProps<SgdsBreadcrumbProps, HTMLElement>;
1848
+ "sgds-button": React.DetailedHTMLProps<SgdsButtonProps, HTMLElement>;
1831
1849
  "sgds-card": React.DetailedHTMLProps<SgdsCardProps, HTMLElement>;
1832
1850
  "sgds-checkbox-group": React.DetailedHTMLProps<SgdsCheckboxGroupProps, HTMLElement>;
1833
1851
  "sgds-checkbox": React.DetailedHTMLProps<SgdsCheckboxProps, HTMLElement>;
@@ -1857,6 +1875,7 @@ declare module "react" {
1857
1875
  "sgds-link": React.DetailedHTMLProps<SgdsLinkProps, HTMLElement>;
1858
1876
  "sgds-mainnav-dropdown": React.DetailedHTMLProps<SgdsMainnavDropdownProps, HTMLElement>;
1859
1877
  "sgds-mainnav-item": React.DetailedHTMLProps<SgdsMainnavItemProps, HTMLElement>;
1878
+ "sgds-mainnav-profile": React.DetailedHTMLProps<SgdsMainnavProfileProps, HTMLElement>;
1860
1879
  "sgds-mainnav": React.DetailedHTMLProps<SgdsMainnavProps, HTMLElement>;
1861
1880
  "sgds-masthead": React.DetailedHTMLProps<SgdsMastheadProps, HTMLElement>;
1862
1881
  "sgds-modal": React.DetailedHTMLProps<SgdsModalProps, HTMLElement>;
@@ -1887,12 +1906,12 @@ declare module "react" {
1887
1906
  "sgds-tab-group": React.DetailedHTMLProps<SgdsTabGroupProps, HTMLElement>;
1888
1907
  "sgds-tab-panel": React.DetailedHTMLProps<SgdsTabPanelProps, HTMLElement>;
1889
1908
  "sgds-tab": React.DetailedHTMLProps<SgdsTabProps, HTMLElement>;
1909
+ "sgds-table-of-contents": React.DetailedHTMLProps<SgdsTableOfContentsProps, HTMLElement>;
1910
+ "sgds-textarea": React.DetailedHTMLProps<SgdsTextareaProps, HTMLElement>;
1890
1911
  "sgds-table-cell": React.DetailedHTMLProps<SgdsTableCellProps, HTMLElement>;
1891
1912
  "sgds-table-head": React.DetailedHTMLProps<SgdsTableHeadProps, HTMLElement>;
1892
1913
  "sgds-table-row": React.DetailedHTMLProps<SgdsTableRowProps, HTMLElement>;
1893
1914
  "sgds-table": React.DetailedHTMLProps<SgdsTableProps, HTMLElement>;
1894
- "sgds-table-of-contents": React.DetailedHTMLProps<SgdsTableOfContentsProps, HTMLElement>;
1895
- "sgds-textarea": React.DetailedHTMLProps<SgdsTextareaProps, HTMLElement>;
1896
1915
  "sgds-thumbnail-card": React.DetailedHTMLProps<SgdsThumbnailCardProps, HTMLElement>;
1897
1916
  "sgds-toast-container": React.DetailedHTMLProps<SgdsToastContainerProps, HTMLElement>;
1898
1917
  "sgds-toast": React.DetailedHTMLProps<SgdsToastProps, HTMLElement>;
@@ -1912,9 +1931,9 @@ declare global {
1912
1931
  "sgds-alert-link": HTMLElement;
1913
1932
  "sgds-alert": HTMLElement;
1914
1933
  "sgds-badge": HTMLElement;
1915
- "sgds-button": HTMLElement;
1916
1934
  "sgds-breadcrumb-item": HTMLElement;
1917
1935
  "sgds-breadcrumb": HTMLElement;
1936
+ "sgds-button": HTMLElement;
1918
1937
  "sgds-card": HTMLElement;
1919
1938
  "sgds-checkbox-group": HTMLElement;
1920
1939
  "sgds-checkbox": HTMLElement;
@@ -1944,6 +1963,7 @@ declare global {
1944
1963
  "sgds-link": HTMLElement;
1945
1964
  "sgds-mainnav-dropdown": HTMLElement;
1946
1965
  "sgds-mainnav-item": HTMLElement;
1966
+ "sgds-mainnav-profile": HTMLElement;
1947
1967
  "sgds-mainnav": HTMLElement;
1948
1968
  "sgds-masthead": HTMLElement;
1949
1969
  "sgds-modal": HTMLElement;
@@ -1974,12 +1994,12 @@ declare global {
1974
1994
  "sgds-tab-group": HTMLElement;
1975
1995
  "sgds-tab-panel": HTMLElement;
1976
1996
  "sgds-tab": HTMLElement;
1997
+ "sgds-table-of-contents": HTMLElement;
1998
+ "sgds-textarea": HTMLElement;
1977
1999
  "sgds-table-cell": HTMLElement;
1978
2000
  "sgds-table-head": HTMLElement;
1979
2001
  "sgds-table-row": HTMLElement;
1980
2002
  "sgds-table": HTMLElement;
1981
- "sgds-table-of-contents": HTMLElement;
1982
- "sgds-textarea": HTMLElement;
1983
2003
  "sgds-thumbnail-card": HTMLElement;
1984
2004
  "sgds-toast-container": HTMLElement;
1985
2005
  "sgds-toast": HTMLElement;