@govtechsg/sgds-web-component 3.19.0-rc.1 → 3.19.0-rc.3

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 (96) hide show
  1. package/components/Stepper/index.umd.min.js +26 -26
  2. package/components/Stepper/index.umd.min.js.map +1 -1
  3. package/components/Stepper/sgds-stepper.d.ts +10 -0
  4. package/components/Stepper/sgds-stepper.js +46 -24
  5. package/components/Stepper/sgds-stepper.js.map +1 -1
  6. package/components/Stepper/step.js +1 -1
  7. package/components/index.umd.min.js +88 -88
  8. package/components/index.umd.min.js.map +1 -1
  9. package/css/fouc.css +2 -2
  10. package/custom-elements.json +761 -754
  11. package/index.umd.min.js +18 -18
  12. package/index.umd.min.js.map +1 -1
  13. package/package.json +1 -1
  14. package/react/accordion/index.d.ts +3 -1
  15. package/react/accordion-item/index.d.ts +3 -1
  16. package/react/alert/index.d.ts +3 -1
  17. package/react/alert-link/index.d.ts +3 -1
  18. package/react/badge/index.d.ts +3 -1
  19. package/react/breadcrumb/index.d.ts +3 -1
  20. package/react/breadcrumb-item/index.d.ts +3 -1
  21. package/react/button/index.d.ts +3 -1
  22. package/react/card/index.d.ts +3 -1
  23. package/react/checkbox/index.d.ts +3 -1
  24. package/react/checkbox-group/index.d.ts +3 -1
  25. package/react/close-button/index.d.ts +3 -1
  26. package/react/combo-box/index.d.ts +3 -1
  27. package/react/combo-box-option/index.d.ts +3 -1
  28. package/react/components/Stepper/sgds-stepper.cjs.js +45 -23
  29. package/react/components/Stepper/sgds-stepper.cjs.js.map +1 -1
  30. package/react/components/Stepper/sgds-stepper.js +46 -24
  31. package/react/components/Stepper/sgds-stepper.js.map +1 -1
  32. package/react/components/Stepper/step.cjs.js +1 -1
  33. package/react/components/Stepper/step.js +1 -1
  34. package/react/datepicker/index.d.ts +3 -1
  35. package/react/description-list/index.d.ts +3 -1
  36. package/react/description-list-group/index.d.ts +3 -1
  37. package/react/divider/index.d.ts +3 -1
  38. package/react/drawer/index.d.ts +3 -1
  39. package/react/dropdown/index.d.ts +3 -1
  40. package/react/dropdown-item/index.d.ts +3 -1
  41. package/react/file-upload/index.d.ts +3 -1
  42. package/react/footer/index.d.ts +3 -1
  43. package/react/footer-item/index.d.ts +3 -1
  44. package/react/icon/index.d.ts +3 -1
  45. package/react/icon-button/index.d.ts +3 -1
  46. package/react/icon-card/index.d.ts +3 -1
  47. package/react/icon-list/index.d.ts +3 -1
  48. package/react/image-card/index.d.ts +3 -1
  49. package/react/index.cjs.js +4 -4
  50. package/react/index.d.ts +2 -2
  51. package/react/index.js +2 -2
  52. package/react/input/index.d.ts +3 -1
  53. package/react/link/index.d.ts +3 -1
  54. package/react/mainnav/index.d.ts +3 -1
  55. package/react/mainnav-dropdown/index.d.ts +3 -1
  56. package/react/mainnav-item/index.d.ts +3 -1
  57. package/react/masthead/index.d.ts +3 -1
  58. package/react/modal/index.d.ts +3 -1
  59. package/react/overflow-menu/index.d.ts +3 -1
  60. package/react/pagination/index.d.ts +3 -1
  61. package/react/progress-bar/index.d.ts +3 -1
  62. package/react/quantity-toggle/index.d.ts +3 -1
  63. package/react/radio/index.d.ts +3 -1
  64. package/react/radio-group/index.d.ts +3 -1
  65. package/react/select/index.d.ts +3 -1
  66. package/react/select-option/index.d.ts +3 -1
  67. package/react/sidebar/index.d.ts +3 -1
  68. package/react/sidebar-group/index.d.ts +3 -1
  69. package/react/sidebar-item/index.d.ts +3 -1
  70. package/react/sidebar-section/index.d.ts +3 -1
  71. package/react/sidenav/index.d.ts +3 -1
  72. package/react/sidenav-item/index.d.ts +3 -1
  73. package/react/sidenav-link/index.d.ts +3 -1
  74. package/react/skeleton/index.d.ts +3 -1
  75. package/react/spinner/index.d.ts +3 -1
  76. package/react/step/index.d.ts +3 -1
  77. package/react/stepper/index.d.ts +3 -1
  78. package/react/subnav/index.d.ts +3 -1
  79. package/react/subnav-item/index.d.ts +3 -1
  80. package/react/switch/index.d.ts +3 -1
  81. package/react/system-banner/index.d.ts +3 -1
  82. package/react/system-banner-item/index.d.ts +3 -1
  83. package/react/tab/index.d.ts +3 -1
  84. package/react/tab-group/index.d.ts +3 -1
  85. package/react/tab-panel/index.d.ts +3 -1
  86. package/react/table/index.d.ts +3 -1
  87. package/react/table-cell/index.d.ts +3 -1
  88. package/react/table-head/index.d.ts +3 -1
  89. package/react/table-of-contents/index.d.ts +3 -1
  90. package/react/table-row/index.d.ts +3 -1
  91. package/react/textarea/index.d.ts +3 -1
  92. package/react/thumbnail-card/index.d.ts +3 -1
  93. package/react/toast/index.d.ts +3 -1
  94. package/react/toast-container/index.d.ts +3 -1
  95. package/react/tooltip/index.d.ts +3 -1
  96. package/types/react.d.ts +136 -136
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsFileUploadProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsFileUploadProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsFooterProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsFooterProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsFooterItemProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsFooterItemProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsIconProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsIconProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsIconButtonProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsIconButtonProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsIconCardProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsIconCardProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsIconListProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsIconListProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsImageCardProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsImageCardProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -7,11 +7,11 @@ var index = require('./accordion-item/index.cjs.js');
7
7
  var index$1 = require('./accordion/index.cjs.js');
8
8
  var index$2 = require('./alert-link/index.cjs.js');
9
9
  var index$3 = require('./alert/index.cjs.js');
10
- var index$4 = require('./button/index.cjs.js');
10
+ var index$4 = require('./badge/index.cjs.js');
11
11
  var index$5 = require('./breadcrumb-item/index.cjs.js');
12
12
  var index$6 = require('./breadcrumb/index.cjs.js');
13
13
  var index$7 = require('./card/index.cjs.js');
14
- var index$8 = require('./badge/index.cjs.js');
14
+ var index$8 = require('./button/index.cjs.js');
15
15
  var index$9 = require('./checkbox-group/index.cjs.js');
16
16
  var index$a = require('./checkbox/index.cjs.js');
17
17
  var index$b = require('./close-button/index.cjs.js');
@@ -83,11 +83,11 @@ exports.SgdsAccordionItem = index["default"];
83
83
  exports.SgdsAccordion = index$1["default"];
84
84
  exports.SgdsAlertLink = index$2["default"];
85
85
  exports.SgdsAlert = index$3["default"];
86
- exports.SgdsButton = index$4["default"];
86
+ exports.SgdsBadge = index$4["default"];
87
87
  exports.SgdsBreadcrumbItem = index$5["default"];
88
88
  exports.SgdsBreadcrumb = index$6["default"];
89
89
  exports.SgdsCard = index$7["default"];
90
- exports.SgdsBadge = index$8["default"];
90
+ exports.SgdsButton = index$8["default"];
91
91
  exports.SgdsCheckboxGroup = index$9["default"];
92
92
  exports.SgdsCheckbox = index$a["default"];
93
93
  exports.SgdsCloseButton = index$b["default"];
package/react/index.d.ts CHANGED
@@ -2,11 +2,11 @@ export { default as SgdsAccordionItem } from './accordion-item';
2
2
  export { default as SgdsAccordion } from './accordion';
3
3
  export { default as SgdsAlertLink } from './alert-link';
4
4
  export { default as SgdsAlert } from './alert';
5
- export { default as SgdsButton } from './button';
5
+ export { default as SgdsBadge } from './badge';
6
6
  export { default as SgdsBreadcrumbItem } from './breadcrumb-item';
7
7
  export { default as SgdsBreadcrumb } from './breadcrumb';
8
8
  export { default as SgdsCard } from './card';
9
- export { default as SgdsBadge } from './badge';
9
+ export { default as SgdsButton } from './button';
10
10
  export { default as SgdsCheckboxGroup } from './checkbox-group';
11
11
  export { default as SgdsCheckbox } from './checkbox';
12
12
  export { default as SgdsCloseButton } from './close-button';
package/react/index.js CHANGED
@@ -3,11 +3,11 @@ export { default as SgdsAccordionItem } from './accordion-item/index.js';
3
3
  export { default as SgdsAccordion } from './accordion/index.js';
4
4
  export { default as SgdsAlertLink } from './alert-link/index.js';
5
5
  export { default as SgdsAlert } from './alert/index.js';
6
- export { default as SgdsButton } from './button/index.js';
6
+ export { default as SgdsBadge } from './badge/index.js';
7
7
  export { default as SgdsBreadcrumbItem } from './breadcrumb-item/index.js';
8
8
  export { default as SgdsBreadcrumb } from './breadcrumb/index.js';
9
9
  export { default as SgdsCard } from './card/index.js';
10
- export { default as SgdsBadge } from './badge/index.js';
10
+ export { default as SgdsButton } from './button/index.js';
11
11
  export { default as SgdsCheckboxGroup } from './checkbox-group/index.js';
12
12
  export { default as SgdsCheckbox } from './checkbox/index.js';
13
13
  export { default as SgdsCloseButton } from './close-button/index.js';
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsInputProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsInputProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsLinkProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsLinkProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsMainnavProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsMainnavProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsMainnavDropdownProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsMainnavDropdownProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsMainnavItemProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsMainnavItemProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsMastheadProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsMastheadProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsModalProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsModalProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsOverflowMenuProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsOverflowMenuProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsPaginationProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsPaginationProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsProgressBarProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsProgressBarProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsQuantityToggleProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsQuantityToggleProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsRadioProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsRadioProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsRadioGroupProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsRadioGroupProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSelectProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSelectProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSelectOptionProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSelectOptionProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSidebarProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSidebarProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSidebarGroupProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSidebarGroupProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSidebarItemProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSidebarItemProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSidebarSectionProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSidebarSectionProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSidenavProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSidenavProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSidenavItemProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSidenavItemProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSidenavLinkProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSidenavLinkProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSkeletonProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSkeletonProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSpinnerProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSpinnerProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsStepProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsStepProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsStepperProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsStepperProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSubnavProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSubnavProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSubnavItemProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSubnavItemProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSwitchProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSwitchProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSystemBannerProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSystemBannerProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsSystemBannerItemProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsSystemBannerItemProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsTabProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsTabProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsTabGroupProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsTabGroupProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsTabPanelProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsTabPanelProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsTableProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsTableProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsTableCellProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsTableCellProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsTableHeadProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsTableHeadProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsTableOfContentsProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsTableOfContentsProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsTableRowProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsTableRowProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsTextareaProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsTextareaProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsThumbnailCardProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsThumbnailCardProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsToastProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsToastProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsToastContainerProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsToastContainerProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;
@@ -1,2 +1,4 @@
1
- declare const _default: React.ForwardRefExoticComponent<any>;
1
+ import type { SgdsTooltipProps } from '../../types/react';
2
+ import * as React from 'react';
3
+ declare const _default: React.ForwardRefExoticComponent<React.PropsWithChildren<SgdsTooltipProps> & React.RefAttributes<HTMLElement>>;
2
4
  export default _default;