@postenbring/hedwig-react 0.0.60 → 0.0.62

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 (110) hide show
  1. package/dist/_tsup-dts-rollup.d.mts +142 -96
  2. package/dist/_tsup-dts-rollup.d.ts +142 -96
  3. package/dist/badge/badge.js +1 -0
  4. package/dist/badge/badge.js.map +1 -1
  5. package/dist/badge/badge.mjs +1 -1
  6. package/dist/badge/index.js +1 -0
  7. package/dist/badge/index.js.map +1 -1
  8. package/dist/badge/index.mjs +1 -1
  9. package/dist/chunk-2KX7VFN2.mjs +1 -0
  10. package/dist/{chunk-MDA3MMNA.mjs → chunk-5QL53TR2.mjs} +2 -1
  11. package/dist/{chunk-MDA3MMNA.mjs.map → chunk-5QL53TR2.mjs.map} +1 -1
  12. package/dist/chunk-DZNH5JHY.mjs +1 -0
  13. package/dist/{chunk-ZUKLWHUR.mjs → chunk-GJDRW6PA.mjs} +3 -2
  14. package/dist/{chunk-ZUKLWHUR.mjs.map → chunk-GJDRW6PA.mjs.map} +1 -1
  15. package/dist/chunk-H4GIHEB2.mjs +1 -0
  16. package/dist/{chunk-44X6U32G.mjs → chunk-OYJQ5MAS.mjs} +2 -1
  17. package/dist/{chunk-44X6U32G.mjs.map → chunk-OYJQ5MAS.mjs.map} +1 -1
  18. package/dist/{chunk-PTANXZW6.mjs → chunk-PMLDK3VC.mjs} +2 -1
  19. package/dist/{chunk-PTANXZW6.mjs.map → chunk-PMLDK3VC.mjs.map} +1 -1
  20. package/dist/{chunk-3ADVRQ3D.mjs → chunk-Q6REETZD.mjs} +14 -8
  21. package/dist/chunk-Q6REETZD.mjs.map +1 -0
  22. package/dist/chunk-V4NGUB4I.mjs +34 -0
  23. package/dist/chunk-V4NGUB4I.mjs.map +1 -0
  24. package/dist/{chunk-Q3GMWURJ.mjs → chunk-VKRPPQ6F.mjs} +6 -6
  25. package/dist/{chunk-JDJQFQQ6.mjs → chunk-W3D4VR4Y.mjs} +2 -1
  26. package/dist/{chunk-JDJQFQQ6.mjs.map → chunk-W3D4VR4Y.mjs.map} +1 -1
  27. package/dist/chunk-WGVZWX5L.mjs +82 -0
  28. package/dist/chunk-WGVZWX5L.mjs.map +1 -0
  29. package/dist/form/index.d.mts +3 -0
  30. package/dist/form/index.d.ts +3 -0
  31. package/dist/form/index.js +65 -8
  32. package/dist/form/index.js.map +1 -1
  33. package/dist/form/index.mjs +7 -3
  34. package/dist/form/radiobutton/index.d.mts +3 -0
  35. package/dist/form/radiobutton/index.d.ts +3 -0
  36. package/dist/form/radiobutton/index.js +135 -8
  37. package/dist/form/radiobutton/index.js.map +1 -1
  38. package/dist/form/radiobutton/index.mjs +10 -2
  39. package/dist/form/radiobutton/radiobutton.js +133 -8
  40. package/dist/form/radiobutton/radiobutton.js.map +1 -1
  41. package/dist/form/radiobutton/radiobutton.mjs +6 -1
  42. package/dist/form/radiobutton/radiogroup.d.mts +3 -0
  43. package/dist/form/radiobutton/radiogroup.d.ts +3 -0
  44. package/dist/form/radiobutton/radiogroup.js +145 -0
  45. package/dist/form/radiobutton/radiogroup.js.map +1 -0
  46. package/dist/form/radiobutton/radiogroup.mjs +14 -0
  47. package/dist/form/radiobutton/radiogroup.mjs.map +1 -0
  48. package/dist/index-no-css.d.mts +3 -0
  49. package/dist/index-no-css.d.ts +3 -0
  50. package/dist/index-no-css.js +228 -160
  51. package/dist/index-no-css.js.map +1 -1
  52. package/dist/index-no-css.mjs +23 -18
  53. package/dist/index.d.mts +3 -0
  54. package/dist/index.d.ts +3 -0
  55. package/dist/index.js +228 -160
  56. package/dist/index.js.map +1 -1
  57. package/dist/index.mjs +23 -18
  58. package/dist/index.mjs.map +1 -1
  59. package/dist/link/index.js +1 -0
  60. package/dist/link/index.js.map +1 -1
  61. package/dist/link/index.mjs +1 -1
  62. package/dist/link/link.js +1 -0
  63. package/dist/link/link.js.map +1 -1
  64. package/dist/link/link.mjs +1 -1
  65. package/dist/list/index.js +2 -0
  66. package/dist/list/index.js.map +1 -1
  67. package/dist/list/index.mjs +2 -2
  68. package/dist/list/link-list.js +2 -0
  69. package/dist/list/link-list.js.map +1 -1
  70. package/dist/list/link-list.mjs +2 -2
  71. package/dist/list/list.js +1 -0
  72. package/dist/list/list.js.map +1 -1
  73. package/dist/list/list.mjs +1 -1
  74. package/dist/navbar/index.mjs +2 -2
  75. package/dist/show-more/index.d.mts +2 -2
  76. package/dist/show-more/index.d.ts +2 -2
  77. package/dist/show-more/index.js +13 -7
  78. package/dist/show-more/index.js.map +1 -1
  79. package/dist/show-more/index.mjs +3 -3
  80. package/dist/skeleton/index.js +1 -0
  81. package/dist/skeleton/index.js.map +1 -1
  82. package/dist/skeleton/index.mjs +1 -1
  83. package/dist/skeleton/skeleton.js +1 -0
  84. package/dist/skeleton/skeleton.js.map +1 -1
  85. package/dist/skeleton/skeleton.mjs +1 -1
  86. package/dist/utilities/auto-animate-height.d.mts +2 -0
  87. package/dist/utilities/auto-animate-height.d.ts +2 -0
  88. package/dist/{show-more → utilities}/auto-animate-height.js +13 -7
  89. package/dist/utilities/auto-animate-height.js.map +1 -0
  90. package/dist/{show-more → utilities}/auto-animate-height.mjs +1 -1
  91. package/dist/utilities/auto-animate-height.mjs.map +1 -0
  92. package/dist/utilities/index.d.mts +2 -0
  93. package/dist/utilities/index.d.ts +2 -0
  94. package/dist/utilities/index.js +143 -0
  95. package/dist/utilities/index.js.map +1 -0
  96. package/dist/utilities/index.mjs +9 -0
  97. package/dist/utilities/index.mjs.map +1 -0
  98. package/package.json +3 -3
  99. package/dist/chunk-3ADVRQ3D.mjs.map +0 -1
  100. package/dist/chunk-DY7LD3X3.mjs +0 -1
  101. package/dist/chunk-MQ3EEUTP.mjs +0 -1
  102. package/dist/chunk-SEKRICE4.mjs +0 -42
  103. package/dist/chunk-SEKRICE4.mjs.map +0 -1
  104. package/dist/show-more/auto-animate-height.d.mts +0 -2
  105. package/dist/show-more/auto-animate-height.d.ts +0 -2
  106. package/dist/show-more/auto-animate-height.js.map +0 -1
  107. /package/dist/{chunk-DY7LD3X3.mjs.map → chunk-2KX7VFN2.mjs.map} +0 -0
  108. /package/dist/{chunk-MQ3EEUTP.mjs.map → chunk-DZNH5JHY.mjs.map} +0 -0
  109. /package/dist/{show-more/auto-animate-height.mjs.map → chunk-H4GIHEB2.mjs.map} +0 -0
  110. /package/dist/{chunk-Q3GMWURJ.mjs.map → chunk-VKRPPQ6F.mjs.map} +0 -0
@@ -1,6 +1,7 @@
1
1
  /// <reference types="react" />
2
2
 
3
3
  import type { ButtonHTMLAttributes } from 'react';
4
+ import { ChangeEventHandler } from 'react';
4
5
  import { ComponentPropsWithRef } from 'react';
5
6
  import { ComponentType } from 'react';
6
7
  import { Context } from 'react';
@@ -129,15 +130,15 @@ export { AccordionProps as AccordionProps_alias_3 }
129
130
 
130
131
  export declare const AreYouSureDialog: Story_3;
131
132
 
132
- export declare const Article: Story_23;
133
+ export declare const Article: Story_24;
133
134
 
134
- export declare const ArticleContent: Story_25;
135
+ export declare const ArticleContent: Story_26;
135
136
 
136
137
  export declare const AsALink: Story_5;
137
138
 
138
- export declare const AsAReadMore: Story_20;
139
+ export declare const AsAReadMore: Story_21;
139
140
 
140
- export declare const Attention: Story_19;
141
+ export declare const Attention: Story_20;
141
142
 
142
143
  /**
143
144
  * Helper component to animate the height of the children when they change
@@ -151,6 +152,7 @@ export { AutoAnimateHeight }
151
152
  export { AutoAnimateHeight as AutoAnimateHeight_alias_1 }
152
153
  export { AutoAnimateHeight as AutoAnimateHeight_alias_2 }
153
154
  export { AutoAnimateHeight as AutoAnimateHeight_alias_3 }
155
+ export { AutoAnimateHeight as AutoAnimateHeight_alias_4 }
154
156
 
155
157
  declare interface AutoAnimateHeightProps {
156
158
  /**
@@ -159,7 +161,7 @@ declare interface AutoAnimateHeightProps {
159
161
  * normal: 0.3s
160
162
  * slow: 0.7s
161
163
  *
162
- * default is "normal"
164
+ * default is "quick"
163
165
  */
164
166
  animationDuration?: "quick" | "normal" | "slow";
165
167
  /**
@@ -173,6 +175,7 @@ export { AutoAnimateHeightProps }
173
175
  export { AutoAnimateHeightProps as AutoAnimateHeightProps_alias_1 }
174
176
  export { AutoAnimateHeightProps as AutoAnimateHeightProps_alias_2 }
175
177
  export { AutoAnimateHeightProps as AutoAnimateHeightProps_alias_3 }
178
+ export { AutoAnimateHeightProps as AutoAnimateHeightProps_alias_4 }
176
179
 
177
180
  declare function Badge(props: BadgeProps): JSX_2.Element;
178
181
 
@@ -312,7 +315,7 @@ export { BreadcrumbsProps as BreadcrumbsProps_alias_1 }
312
315
  export { BreadcrumbsProps as BreadcrumbsProps_alias_2 }
313
316
  export { BreadcrumbsProps as BreadcrumbsProps_alias_3 }
314
317
 
315
- export declare const ButtonAsLink: Story_16;
318
+ export declare const ButtonAsLink: Story_17;
316
319
 
317
320
  declare type ButtonProps = ButtonPropsInternal & ({
318
321
  /**
@@ -523,7 +526,7 @@ export declare const CheckboxWithErrorMessage: Story_9;
523
526
 
524
527
  export declare function CloseIcon(): JSX_2.Element;
525
528
 
526
- export declare const CompleteShowMoreShowLess: Story_22;
529
+ export declare const CompleteShowMoreShowLess: Story_23;
527
530
 
528
531
  /**
529
532
  * Container is a layout component that is used to wrap content.
@@ -558,11 +561,11 @@ export { DarkBadge as DarkBadge_alias_1 }
558
561
  export { DarkBadge as DarkBadge_alias_2 }
559
562
  export { DarkBadge as DarkBadge_alias_3 }
560
563
 
561
- export declare const Darkmode: Story_25;
564
+ export declare const Darkmode: Story_26;
562
565
 
563
- export declare const DarkmodeSmall: Story_25;
566
+ export declare const DarkmodeSmall: Story_26;
564
567
 
565
- export declare const DefaulDisabled: Story_13;
568
+ export declare const DefaulDisabled: Story_14;
566
569
 
567
570
  export declare const Default: Story_4;
568
571
 
@@ -578,73 +581,75 @@ export declare const default_alias_11: Meta<typeof Input>;
578
581
 
579
582
  export declare const default_alias_12: Meta<typeof Radiobutton>;
580
583
 
581
- export declare const default_alias_13: Meta<typeof Select>;
584
+ export declare const default_alias_13: Meta<typeof RadioGroup>;
582
585
 
583
- export declare const default_alias_14: Meta<typeof Textarea>;
586
+ export declare const default_alias_14: Meta<typeof Select>;
584
587
 
585
- export declare const default_alias_15: Meta<typeof Container>;
588
+ export declare const default_alias_15: Meta<typeof Textarea>;
586
589
 
587
- export declare const default_alias_16: Meta<typeof Link>;
590
+ export declare const default_alias_16: Meta<typeof Container>;
588
591
 
589
- export declare const default_alias_17: Meta<typeof LinkList>;
592
+ export declare const default_alias_17: Meta<typeof Link>;
590
593
 
591
- export declare const default_alias_18: Meta<typeof UnorderedList>;
594
+ export declare const default_alias_18: Meta<typeof LinkList>;
592
595
 
593
- export declare const default_alias_19: Meta<typeof MessageComponent>;
596
+ export declare const default_alias_19: Meta<typeof UnorderedList>;
594
597
 
595
598
  export declare const Default_alias_2: Story_10;
596
599
 
597
600
  export declare const default_alias_2: Meta<typeof Badge>;
598
601
 
599
- export declare const default_alias_20: Meta<typeof ModalComponent>;
602
+ export declare const default_alias_20: Meta<typeof MessageComponent>;
600
603
 
601
- export declare const default_alias_21: Meta<typeof NavbarComponent>;
604
+ export declare const default_alias_21: Meta<typeof ModalComponent>;
602
605
 
603
- export declare const default_alias_22: Meta<typeof ShowMoreButton>;
606
+ export declare const default_alias_22: Meta<typeof NavbarComponent>;
604
607
 
605
- export declare const default_alias_23: Meta<typeof Skeleton>;
608
+ export declare const default_alias_23: Meta<typeof ShowMoreButton>;
606
609
 
607
- export declare const default_alias_24: Meta<typeof StepIndicator>;
610
+ export declare const default_alias_24: Meta<typeof Skeleton>;
608
611
 
609
- export declare const default_alias_25: Meta<typeof StyledHtml>;
612
+ export declare const default_alias_25: Meta<typeof StepIndicator>;
610
613
 
611
- export declare const default_alias_26: Meta<typeof TabsComponent>;
614
+ export declare const default_alias_26: Meta<typeof StyledHtml>;
612
615
 
613
- export declare const default_alias_27: Meta<typeof Text_2>;
616
+ export declare const default_alias_27: Meta<typeof TabsComponent>;
614
617
 
615
- export declare const default_alias_28: Meta<typeof WarningBanner>;
618
+ export declare const default_alias_28: Meta<typeof Text_2>;
616
619
 
617
- export declare const Default_alias_3: Story_13;
620
+ export declare const default_alias_29: Meta<typeof WarningBanner>;
621
+
622
+ export declare const Default_alias_3: Story_14;
618
623
 
619
624
  export declare const default_alias_3: Meta<typeof BoxComponent>;
620
625
 
621
- export declare const Default_alias_4: Story_15;
626
+ export declare const Default_alias_4: Story_16;
622
627
 
623
628
  export declare const default_alias_4: Meta<typeof Breadcrumbs>;
624
629
 
625
- export declare const Default_alias_5: Story_21;
630
+ export declare const Default_alias_5: Story_22;
626
631
 
627
632
  export declare const default_alias_5: Meta<typeof PrimaryButton>;
628
633
 
629
- export declare const Default_alias_6: Story_23;
634
+ export declare const Default_alias_6: Story_24;
630
635
 
631
636
  export declare const default_alias_6: Meta<typeof CardComponent>;
632
637
 
633
- export declare const Default_alias_7: Story_24;
638
+ export declare const Default_alias_7: Story_25;
634
639
 
635
640
  export declare const default_alias_7: Meta<typeof DescriptionList>;
636
641
 
637
- export declare const Default_alias_8: Story_25;
642
+ export declare const Default_alias_8: Story_26;
638
643
 
639
644
  export declare const default_alias_8: Meta<typeof Checkbox>;
640
645
 
641
- export declare const Default_alias_9: Story_27;
646
+ export declare const Default_alias_9: Story_28;
642
647
 
643
648
  export declare const default_alias_9: Meta<typeof ErrorMessage>;
644
649
 
645
650
  export declare const DefaultOpen: Story;
646
651
 
647
- export declare const DefaultWithError: Story_13;
652
+ export declare const DefaultWithError: Story_14;
648
653
 
649
654
  /**
650
655
  * Uses the HTML5 `<dl>` element
@@ -721,9 +726,9 @@ export declare const DisabledInputWithError: Story_11;
721
726
 
722
727
  export declare const DisabledOutline: Story_5;
723
728
 
724
- export declare const DisabledTextarea: Story_14;
729
+ export declare const DisabledTextarea: Story_15;
725
730
 
726
- export declare const DisabledTextareaWithError: Story_14;
731
+ export declare const DisabledTextareaWithError: Story_15;
727
732
 
728
733
  declare function ErrorMessage({ children, id, className }: ErrorMessageProps): JSX_2.Element;
729
734
  export { ErrorMessage }
@@ -743,7 +748,7 @@ export { ErrorMessageProps as ErrorMessageProps_alias_2 }
743
748
  export { ErrorMessageProps as ErrorMessageProps_alias_3 }
744
749
  export { ErrorMessageProps as ErrorMessageProps_alias_4 }
745
750
 
746
- export declare const Expandable: Story_28;
751
+ export declare const Expandable: Story_29;
747
752
 
748
753
  declare const Fieldset: ForwardRefExoticComponent<FieldsetProps & RefAttributes<HTMLFieldSetElement>>;
749
754
  export { Fieldset }
@@ -779,11 +784,11 @@ declare interface HeadingProps {
779
784
 
780
785
  export declare const Horizontal: Story_7;
781
786
 
782
- export declare const Horizontal_alias_1: Story_26;
787
+ export declare const Horizontal_alias_1: Story_27;
783
788
 
784
789
  export declare const HorizontalLongContent: Story_7;
785
790
 
786
- export declare const HorizontalWithMiddleSelected: Story_26;
791
+ export declare const HorizontalWithMiddleSelected: Story_27;
787
792
 
788
793
  export declare const IconDisabled: Story_5;
789
794
 
@@ -830,7 +835,7 @@ export { InputProps as InputProps_alias_2 }
830
835
  export { InputProps as InputProps_alias_3 }
831
836
  export { InputProps as InputProps_alias_4 }
832
837
 
833
- export declare const Inverted: Story_16;
838
+ export declare const Inverted: Story_17;
834
839
 
835
840
  export declare const JustACheckbox: Story_8;
836
841
 
@@ -852,7 +857,7 @@ export { Link as Link_alias_1 }
852
857
  export { Link as Link_alias_2 }
853
858
  export { Link as Link_alias_3 }
854
859
 
855
- export declare const LinkInDescription: Story_28;
860
+ export declare const LinkInDescription: Story_29;
856
861
 
857
862
  /**
858
863
  * Show a list of links
@@ -877,7 +882,7 @@ export { LinkListProps as LinkListProps_alias_1 }
877
882
  export { LinkListProps as LinkListProps_alias_2 }
878
883
  export { LinkListProps as LinkListProps_alias_3 }
879
884
 
880
- export declare const LinkListStory: Story_17;
885
+ export declare const LinkListStory: Story_18;
881
886
 
882
887
  declare interface LinkProps extends React_2.AnchorHTMLAttributes<HTMLAnchorElement> {
883
888
  /**
@@ -907,9 +912,9 @@ export { ListProps as ListProps_alias_1 }
907
912
  export { ListProps as ListProps_alias_2 }
908
913
  export { ListProps as ListProps_alias_3 }
909
914
 
910
- export declare const LoadingCards: Story_23;
915
+ export declare const LoadingCards: Story_24;
911
916
 
912
- export declare const LongDescriptionOnly: Story_19;
917
+ export declare const LongDescriptionOnly: Story_20;
913
918
 
914
919
  export declare const Main: {
915
920
  render: (args: ModalProps & RefAttributes<HTMLDialogElement>) => JSX_2.Element;
@@ -946,7 +951,7 @@ export declare type MessageProps = ({
946
951
 
947
952
  export declare const MessageTitle: OverridableComponent<object, HTMLParagraphElement>;
948
953
 
949
- export declare const MinAndMax: Story_27;
954
+ export declare const MinAndMax: Story_28;
950
955
 
951
956
  /**
952
957
  * A modal dialog is a window that forces the user to interact with it before they can return to other parts of the application.
@@ -1024,7 +1029,7 @@ export { ModalProps as ModalProps_alias_1 }
1024
1029
  export { ModalProps as ModalProps_alias_2 }
1025
1030
  export { ModalProps as ModalProps_alias_3 }
1026
1031
 
1027
- export declare const MuchContentBelow: Story_20;
1032
+ export declare const MuchContentBelow: Story_21;
1028
1033
 
1029
1034
  export declare const MultipleItems: Story;
1030
1035
 
@@ -1127,13 +1132,13 @@ export { NavbarProps as NavbarProps_alias_1 }
1127
1132
  export { NavbarProps as NavbarProps_alias_2 }
1128
1133
  export { NavbarProps as NavbarProps_alias_3 }
1129
1134
 
1130
- export declare const NestedLists: Story_18;
1135
+ export declare const NestedLists: Story_19;
1131
1136
 
1132
- export declare const Neutral: Story_19;
1137
+ export declare const Neutral: Story_20;
1133
1138
 
1134
1139
  export declare const NoIndent: Story;
1135
1140
 
1136
- export declare const NoUnderline: Story_16;
1141
+ export declare const NoUnderline: Story_17;
1137
1142
 
1138
1143
  /**
1139
1144
  * An ordered list of simple items
@@ -1150,7 +1155,7 @@ export { OrderedList as OrderedList_alias_1 }
1150
1155
  export { OrderedList as OrderedList_alias_2 }
1151
1156
  export { OrderedList as OrderedList_alias_3 }
1152
1157
 
1153
- export declare const OrderedListStory: Story_18;
1158
+ export declare const OrderedListStory: Story_19;
1154
1159
 
1155
1160
  /**
1156
1161
  * OverridableComponent makes the `as` prop available,
@@ -1180,11 +1185,13 @@ export declare const PlainInputWithError: Story_11;
1180
1185
 
1181
1186
  export declare const PlainRadiobutton: Story_12;
1182
1187
 
1183
- export declare const PlainTextarea: Story_14;
1188
+ export declare const PlainRadioGroup: Story_13;
1189
+
1190
+ export declare const PlainTextarea: Story_15;
1184
1191
 
1185
- export declare const PlainTextareaWithError: Story_14;
1192
+ export declare const PlainTextareaWithError: Story_15;
1186
1193
 
1187
- export declare const PostenBringSideBySide: Story_27;
1194
+ export declare const PostenBringSideBySide: Story_28;
1188
1195
 
1189
1196
  export declare const Primary: Story_5;
1190
1197
 
@@ -1221,13 +1228,43 @@ export { RadiobuttonProps as RadiobuttonProps_alias_2 }
1221
1228
  export { RadiobuttonProps as RadiobuttonProps_alias_3 }
1222
1229
  export { RadiobuttonProps as RadiobuttonProps_alias_4 }
1223
1230
 
1231
+ declare const RadioGroup: ForwardRefExoticComponent<RadioGroupProps & RefAttributes<HTMLFieldSetElement>>;
1232
+ export { RadioGroup }
1233
+ export { RadioGroup as RadioGroup_alias_1 }
1234
+ export { RadioGroup as RadioGroup_alias_2 }
1235
+ export { RadioGroup as RadioGroup_alias_3 }
1236
+ export { RadioGroup as RadioGroup_alias_4 }
1237
+
1238
+ declare type RadioGroupContextProps = {
1239
+ hasError: boolean;
1240
+ } & Pick<RadioGroupProps, "name" | "value" | "onChange">;
1241
+
1242
+ declare interface RadioGroupProps extends Omit<FieldsetProps, "onChange"> {
1243
+ /** Will be passed to all Radiobuttons within the radio group */
1244
+ name?: RadiobuttonProps["name"];
1245
+ /** If you want the group to be controlled, you can pass the selected value here */
1246
+ value?: RadiobuttonProps["value"];
1247
+ /**
1248
+ * Error message is passed to the internal Fieldset,
1249
+ * and also marks all radiobuttons as invalid
1250
+ */
1251
+ errorMessage?: ReactNode;
1252
+ /** Will be passed to all Radiobuttons within the radio group */
1253
+ onChange?: ChangeEventHandler<HTMLInputElement> | undefined;
1254
+ }
1255
+ export { RadioGroupProps }
1256
+ export { RadioGroupProps as RadioGroupProps_alias_1 }
1257
+ export { RadioGroupProps as RadioGroupProps_alias_2 }
1258
+ export { RadioGroupProps as RadioGroupProps_alias_3 }
1259
+ export { RadioGroupProps as RadioGroupProps_alias_4 }
1260
+
1224
1261
  export declare const ReadonlyInput: Story_11;
1225
1262
 
1226
1263
  export declare const ReadonlyInputWithError: Story_11;
1227
1264
 
1228
- export declare const ReadonlyTextarea: Story_14;
1265
+ export declare const ReadonlyTextarea: Story_15;
1229
1266
 
1230
- export declare const ReadonlyTextareaWithError: Story_14;
1267
+ export declare const ReadonlyTextareaWithError: Story_15;
1231
1268
 
1232
1269
  export declare const Secondary: Story_5;
1233
1270
 
@@ -1257,7 +1294,7 @@ export declare const ShareParcelModal: {
1257
1294
  render: (args: ModalProps & RefAttributes<HTMLDialogElement>) => JSX_2.Element;
1258
1295
  };
1259
1296
 
1260
- export declare const ShowMore: Story_22;
1297
+ export declare const ShowMore: Story_23;
1261
1298
 
1262
1299
  /**
1263
1300
  * Simple button for triggering more content.
@@ -1302,11 +1339,11 @@ export { ShowMoreProps as ShowMoreProps_alias_1 }
1302
1339
  export { ShowMoreProps as ShowMoreProps_alias_2 }
1303
1340
  export { ShowMoreProps as ShowMoreProps_alias_3 }
1304
1341
 
1305
- export declare const ShowMoreShowLess: Story_22;
1342
+ export declare const ShowMoreShowLess: Story_23;
1306
1343
 
1307
- export declare const ShowMoreShowLessExpanded: Story_22;
1344
+ export declare const ShowMoreShowLessExpanded: Story_23;
1308
1345
 
1309
- export declare const SimpleShowMoreShowLess: Story_22;
1346
+ export declare const SimpleShowMoreShowLess: Story_23;
1310
1347
 
1311
1348
  export declare const SingleAccordion: Story;
1312
1349
 
@@ -1362,11 +1399,11 @@ declare interface SkeletonPropsInner extends React_2.AnchorHTMLAttributes<HTMLDi
1362
1399
  children?: React_2.ReactNode;
1363
1400
  }
1364
1401
 
1365
- export declare const Slim: Story_15;
1402
+ export declare const Slim: Story_16;
1366
1403
 
1367
- export declare const Small: Story_25;
1404
+ export declare const Small: Story_26;
1368
1405
 
1369
- export declare const Solid: Story_16;
1406
+ export declare const Solid: Story_17;
1370
1407
 
1371
1408
  /**
1372
1409
  * Indicate a step in a process.
@@ -1403,39 +1440,41 @@ declare type Story_11 = StoryObj<typeof Input>;
1403
1440
 
1404
1441
  declare type Story_12 = StoryObj<typeof Radiobutton>;
1405
1442
 
1406
- declare type Story_13 = StoryObj<typeof Select>;
1443
+ declare type Story_13 = StoryObj<typeof RadioGroup>;
1407
1444
 
1408
- declare type Story_14 = StoryObj<typeof Textarea>;
1445
+ declare type Story_14 = StoryObj<typeof Select>;
1409
1446
 
1410
- declare type Story_15 = StoryObj<typeof Container>;
1447
+ declare type Story_15 = StoryObj<typeof Textarea>;
1411
1448
 
1412
- declare type Story_16 = StoryObj<typeof Link>;
1449
+ declare type Story_16 = StoryObj<typeof Container>;
1413
1450
 
1414
- declare type Story_17 = StoryObj<typeof LinkList>;
1451
+ declare type Story_17 = StoryObj<typeof Link>;
1415
1452
 
1416
- declare type Story_18 = StoryObj<typeof UnorderedList>;
1453
+ declare type Story_18 = StoryObj<typeof LinkList>;
1417
1454
 
1418
- declare type Story_19 = StoryObj<typeof MessageComponent>;
1455
+ declare type Story_19 = StoryObj<typeof UnorderedList>;
1419
1456
 
1420
1457
  declare type Story_2 = StoryObj<typeof Badge>;
1421
1458
 
1422
- declare type Story_20 = StoryObj<typeof ModalComponent>;
1459
+ declare type Story_20 = StoryObj<typeof MessageComponent>;
1423
1460
 
1424
- declare type Story_21 = StoryObj<typeof NavbarComponent>;
1461
+ declare type Story_21 = StoryObj<typeof ModalComponent>;
1425
1462
 
1426
- declare type Story_22 = StoryObj<typeof ShowMoreButton>;
1463
+ declare type Story_22 = StoryObj<typeof NavbarComponent>;
1427
1464
 
1428
- declare type Story_23 = StoryObj<typeof Skeleton>;
1465
+ declare type Story_23 = StoryObj<typeof ShowMoreButton>;
1429
1466
 
1430
- declare type Story_24 = StoryObj<typeof StepIndicator>;
1467
+ declare type Story_24 = StoryObj<typeof Skeleton>;
1431
1468
 
1432
- declare type Story_25 = StoryObj<typeof StyledHtml>;
1469
+ declare type Story_25 = StoryObj<typeof StepIndicator>;
1433
1470
 
1434
- declare type Story_26 = StoryObj<typeof TabsComponent>;
1471
+ declare type Story_26 = StoryObj<typeof StyledHtml>;
1435
1472
 
1436
- declare type Story_27 = StoryObj<typeof Text_2>;
1473
+ declare type Story_27 = StoryObj<typeof TabsComponent>;
1437
1474
 
1438
- declare type Story_28 = StoryObj<typeof WarningBanner>;
1475
+ declare type Story_28 = StoryObj<typeof Text_2>;
1476
+
1477
+ declare type Story_29 = StoryObj<typeof WarningBanner>;
1439
1478
 
1440
1479
  declare type Story_3 = StoryObj<typeof BoxComponent>;
1441
1480
 
@@ -1488,7 +1527,7 @@ export { StyledHtmlProps as StyledHtmlProps_alias_1 }
1488
1527
  export { StyledHtmlProps as StyledHtmlProps_alias_2 }
1489
1528
  export { StyledHtmlProps as StyledHtmlProps_alias_3 }
1490
1529
 
1491
- export declare const Success: Story_19;
1530
+ export declare const Success: Story_20;
1492
1531
 
1493
1532
  declare const Tab: OverridableComponent<TabProps, HTMLButtonElement>;
1494
1533
  export { Tab }
@@ -1805,11 +1844,11 @@ export { TextTechnicalTitle }
1805
1844
  export { TextTechnicalTitle as TextTechnicalTitle_alias_1 }
1806
1845
  export { TextTechnicalTitle as TextTechnicalTitle_alias_2 }
1807
1846
 
1808
- export declare const Title: Story_24;
1847
+ export declare const Title: Story_25;
1809
1848
 
1810
- export declare const TitleOnly: Story_19;
1849
+ export declare const TitleOnly: Story_20;
1811
1850
 
1812
- export declare const TitleOnly_alias_1: Story_28;
1851
+ export declare const TitleOnly_alias_1: Story_29;
1813
1852
 
1814
1853
  declare type TitleProps = {
1815
1854
  /**
@@ -1831,7 +1870,7 @@ export declare const TrackingNumberSearch: Story_11;
1831
1870
  */
1832
1871
  export declare const TwoElements: Story_4;
1833
1872
 
1834
- export declare const Underline: Story_16;
1873
+ export declare const Underline: Story_17;
1835
1874
 
1836
1875
  /**
1837
1876
  * An unordered list of simple items, often text. You can nest other lists inside this component.
@@ -1848,7 +1887,7 @@ export { UnorderedList as UnorderedList_alias_1 }
1848
1887
  export { UnorderedList as UnorderedList_alias_2 }
1849
1888
  export { UnorderedList as UnorderedList_alias_3 }
1850
1889
 
1851
- export declare const UnorderedListStory: Story_18;
1890
+ export declare const UnorderedListStory: Story_19;
1852
1891
 
1853
1892
  /**
1854
1893
  * Merges an array of refs into a single memoized callback ref or `null`.
@@ -1856,6 +1895,13 @@ export declare const UnorderedListStory: Story_18;
1856
1895
  */
1857
1896
  export declare function useMergeRefs<Instance>(refs: (React_2.Ref<Instance> | undefined)[]): React_2.RefCallback<Instance> | null;
1858
1897
 
1898
+ declare const useRadioGroupContext: () => RadioGroupContextProps;
1899
+ export { useRadioGroupContext }
1900
+ export { useRadioGroupContext as useRadioGroupContext_alias_1 }
1901
+ export { useRadioGroupContext as useRadioGroupContext_alias_2 }
1902
+ export { useRadioGroupContext as useRadioGroupContext_alias_3 }
1903
+ export { useRadioGroupContext as useRadioGroupContext_alias_4 }
1904
+
1859
1905
  export declare function useResize<Instance extends HTMLElement>(ref: React_2.RefObject<Instance> | undefined | null): {
1860
1906
  width: number;
1861
1907
  height: number;
@@ -1877,11 +1923,11 @@ declare type Variant = {
1877
1923
 
1878
1924
  export declare const Vertical: Story_7;
1879
1925
 
1880
- export declare const Vertical_alias_1: Story_26;
1926
+ export declare const Vertical_alias_1: Story_27;
1881
1927
 
1882
1928
  export declare const Warning: Story_2;
1883
1929
 
1884
- export declare const Warning_alias_1: Story_19;
1930
+ export declare const Warning_alias_1: Story_20;
1885
1931
 
1886
1932
  declare function WarningBadge(props: BadgeProps): JSX_2.Element;
1887
1933
 
@@ -1912,7 +1958,7 @@ export declare const WarningBox: Story_3;
1912
1958
 
1913
1959
  export declare const White: Story_2;
1914
1960
 
1915
- export declare const White_alias_1: Story_13;
1961
+ export declare const White_alias_1: Story_14;
1916
1962
 
1917
1963
  declare function WhiteBadge(props: BadgeProps): JSX_2.Element;
1918
1964
 
@@ -1926,15 +1972,15 @@ export { WhiteBadge as WhiteBadge_alias_3 }
1926
1972
 
1927
1973
  export declare const WhiteBox: Story_3;
1928
1974
 
1929
- export declare const WhiteDisabled: Story_13;
1975
+ export declare const WhiteDisabled: Story_14;
1930
1976
 
1931
1977
  export declare const WhiteDisabledInput: Story_11;
1932
1978
 
1933
1979
  export declare const WhiteDisabledInputWithError: Story_11;
1934
1980
 
1935
- export declare const WhiteDisabledTextarea: Story_14;
1981
+ export declare const WhiteDisabledTextarea: Story_15;
1936
1982
 
1937
- export declare const WhiteDisabledTextareaWithError: Story_14;
1983
+ export declare const WhiteDisabledTextareaWithError: Story_15;
1938
1984
 
1939
1985
  export declare const WhiteInput: Story_11;
1940
1986
 
@@ -1944,17 +1990,17 @@ export declare const WhiteReadonlyInput: Story_11;
1944
1990
 
1945
1991
  export declare const WhiteReadonlyInputWithError: Story_11;
1946
1992
 
1947
- export declare const WhiteReadonlyTextarea: Story_14;
1993
+ export declare const WhiteReadonlyTextarea: Story_15;
1948
1994
 
1949
- export declare const WhiteReadonlyTextareaWithError: Story_14;
1995
+ export declare const WhiteReadonlyTextareaWithError: Story_15;
1950
1996
 
1951
- export declare const WhiteTextarea: Story_14;
1997
+ export declare const WhiteTextarea: Story_15;
1952
1998
 
1953
- export declare const WhiteTextareaWithError: Story_14;
1999
+ export declare const WhiteTextareaWithError: Story_15;
1954
2000
 
1955
- export declare const WhiteWithError: Story_13;
2001
+ export declare const WhiteWithError: Story_14;
1956
2002
 
1957
- export declare const WithBadgeInLabel: Story_24;
2003
+ export declare const WithBadgeInLabel: Story_25;
1958
2004
 
1959
2005
  export declare const WrappedInDivs: Story_7;
1960
2006