se-design 1.0.3 → 1.0.8-5.dev.0
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.
- package/dist/assets/colors.css +26 -13
- package/dist/assets/icons/ai-off.svg +6 -0
- package/dist/assets/icons/ai-re-run.svg +5 -0
- package/dist/assets/icons/arrow-head.svg +8 -0
- package/dist/assets/icons/center-align.svg +3 -0
- package/dist/assets/icons/chat.svg +4 -0
- package/dist/assets/icons/checkbox-disabled-minus.svg +1 -1
- package/dist/assets/icons/checkbox-disabled-tick.svg +1 -1
- package/dist/assets/icons/checkbox-fill.svg +1 -1
- package/dist/assets/icons/checkbox-hover-fill.svg +2 -2
- package/dist/assets/icons/checkbox-hover-minus.svg +1 -1
- package/dist/assets/icons/checkbox-hover-tick.svg +1 -1
- package/dist/assets/icons/checkbox-minus.svg +1 -1
- package/dist/assets/icons/checkbox-tick.svg +1 -1
- package/dist/assets/icons/combobox-field.svg +6 -0
- package/dist/assets/icons/command.svg +1 -1
- package/dist/assets/icons/envelope.svg +4 -0
- package/dist/assets/icons/file-filled-checked.svg +8 -0
- package/dist/assets/icons/filter.svg +3 -0
- package/dist/assets/icons/google-drive.svg +8 -0
- package/dist/assets/icons/home.svg +3 -2
- package/dist/assets/icons/left-align.svg +3 -0
- package/dist/assets/icons/library.svg +6 -0
- package/dist/assets/icons/minus.svg +3 -0
- package/dist/assets/icons/plus.svg +4 -0
- package/dist/assets/icons/reports.svg +4 -0
- package/dist/assets/icons/repository.svg +4 -0
- package/dist/assets/icons/right-align.svg +3 -0
- package/dist/assets/icons/sort-asc.svg +3 -4
- package/dist/assets/icons/sort-desc.svg +2 -3
- package/dist/assets/icons/tag.svg +2 -2
- package/dist/assets/icons/views.svg +7 -0
- package/dist/assets/icons/warning.svg +10 -0
- package/dist/assets/style.css +1 -1
- package/dist/assets/typographyMixin.scss +8 -0
- package/dist/components/AccessibleDiv/index.d.ts +46 -0
- package/dist/components/Accordion/index.d.ts +2 -0
- package/dist/components/AutoCompleteInput/index.d.ts +37 -7
- package/dist/components/Avatar/index.d.ts +1 -0
- package/dist/components/Badge/index.d.ts +2 -0
- package/dist/components/Banner/index.d.ts +17 -4
- package/dist/components/BottomSheet/index.d.ts +14 -0
- package/dist/components/BreadCrumbs/index.d.ts +5 -0
- package/dist/components/Button/index.d.ts +51 -7
- package/dist/components/Checkbox/index.d.ts +35 -0
- package/dist/components/CustomAccordion/index.d.ts +6 -0
- package/dist/components/CustomModal/index.d.ts +56 -1
- package/dist/components/DatePicker/index.d.ts +7 -0
- package/dist/components/DatePicker/useDatePickerA11y.d.ts +47 -0
- package/dist/components/Dropdown/index.d.ts +23 -0
- package/dist/components/DropdownWithInputTags/index.d.ts +12 -2
- package/dist/components/GuidedTour/index.d.ts +27 -0
- package/dist/components/Header/index.d.ts +3 -2
- package/dist/components/Icon/index.d.ts +45 -4
- package/dist/components/InfoTooltip/index.d.ts +14 -1
- package/dist/components/Input/index.d.ts +38 -6
- package/dist/components/InputWithIcon/index.d.ts +36 -2
- package/dist/components/KebabMenu/index.d.ts +1 -0
- package/dist/components/LabelChip/index.d.ts +3 -0
- package/dist/components/Link/index.d.ts +64 -0
- package/dist/components/MenuItem/index.d.ts +13 -3
- package/dist/components/MenuList/index.d.ts +3 -2
- package/dist/components/MessageBar/index.d.ts +20 -1
- package/dist/components/Modal/index.d.ts +3 -0
- package/dist/components/NavigationBar/TabButton.d.ts +20 -0
- package/dist/components/NavigationBar/index.d.ts +8 -1
- package/dist/components/OTPInput/index.d.ts +1 -0
- package/dist/components/OnboardingTour/index.d.ts +35 -0
- package/dist/components/Pagination/index.d.ts +2 -0
- package/dist/components/Paywall/index.d.ts +47 -0
- package/dist/components/PhoneInput/index.d.ts +27 -0
- package/dist/components/Popover/index.d.ts +15 -3
- package/dist/components/Radio/index.d.ts +7 -1
- package/dist/components/RadioGroup/index.d.ts +18 -0
- package/dist/components/ShimmerLoader/index.d.ts +4 -2
- package/dist/components/SidebarOverlay/index.d.ts +36 -0
- package/dist/components/SkipLinksBar/index.d.ts +11 -0
- package/dist/components/SnackBar/index.d.ts +5 -2
- package/dist/components/Spinner/index.d.ts +13 -1
- package/dist/components/TableLayout/index.d.ts +18 -0
- package/dist/components/Tabs/index.d.ts +6 -1
- package/dist/components/TimePicker/index.d.ts +14 -0
- package/dist/components/Toggle/index.d.ts +25 -1
- package/dist/components/Tooltip/index.d.ts +19 -2
- package/dist/components/index.d.ts +8 -0
- package/dist/index.js +153 -108
- package/dist/index.js.map +1 -1
- package/dist/index10.js +23 -48
- package/dist/index10.js.map +1 -1
- package/dist/index100.js +1 -1
- package/dist/index100.js.map +1 -1
- package/dist/index101.js +1 -1
- package/dist/index101.js.map +1 -1
- package/dist/index102.js +2 -2
- package/dist/index102.js.map +1 -1
- package/dist/index103.js +1 -1
- package/dist/index103.js.map +1 -1
- package/dist/index104.js +1 -1
- package/dist/index104.js.map +1 -1
- package/dist/index105.js +1 -1
- package/dist/index105.js.map +1 -1
- package/dist/index106.js +1 -1
- package/dist/index106.js.map +1 -1
- package/dist/index107.js +1 -1
- package/dist/index107.js.map +1 -1
- package/dist/index108.js +1 -1
- package/dist/index108.js.map +1 -1
- package/dist/index109.js +1 -1
- package/dist/index109.js.map +1 -1
- package/dist/index11.js +74 -18
- package/dist/index11.js.map +1 -1
- package/dist/index110.js +1 -1
- package/dist/index110.js.map +1 -1
- package/dist/index111.js +1 -1
- package/dist/index111.js.map +1 -1
- package/dist/index112.js +2 -2
- package/dist/index112.js.map +1 -1
- package/dist/index113.js +2 -2
- package/dist/index113.js.map +1 -1
- package/dist/index114.js +2 -2
- package/dist/index114.js.map +1 -1
- package/dist/index115.js +1 -1
- package/dist/index115.js.map +1 -1
- package/dist/index116.js +1 -1
- package/dist/index116.js.map +1 -1
- package/dist/index117.js +1 -1
- package/dist/index117.js.map +1 -1
- package/dist/index118.js +1 -1
- package/dist/index118.js.map +1 -1
- package/dist/index119.js +1 -1
- package/dist/index119.js.map +1 -1
- package/dist/index12.js +76 -11
- package/dist/index12.js.map +1 -1
- package/dist/index120.js +1 -1
- package/dist/index120.js.map +1 -1
- package/dist/index121.js +2 -2
- package/dist/index121.js.map +1 -1
- package/dist/index122.js +2 -2
- package/dist/index122.js.map +1 -1
- package/dist/index123.js +1 -1
- package/dist/index123.js.map +1 -1
- package/dist/index124.js +1 -1
- package/dist/index124.js.map +1 -1
- package/dist/index125.js +2 -2
- package/dist/index125.js.map +1 -1
- package/dist/index126.js +2 -2
- package/dist/index126.js.map +1 -1
- package/dist/index127.js +2 -2
- package/dist/index127.js.map +1 -1
- package/dist/index128.js +1 -1
- package/dist/index128.js.map +1 -1
- package/dist/index129.js +1 -1
- package/dist/index129.js.map +1 -1
- package/dist/index13.js +64 -5
- package/dist/index13.js.map +1 -1
- package/dist/index130.js +2 -2
- package/dist/index130.js.map +1 -1
- package/dist/index131.js +1 -1
- package/dist/index131.js.map +1 -1
- package/dist/index132.js +1 -1
- package/dist/index132.js.map +1 -1
- package/dist/index133.js +1 -1
- package/dist/index133.js.map +1 -1
- package/dist/index134.js +1 -1
- package/dist/index134.js.map +1 -1
- package/dist/index135.js +2 -2
- package/dist/index135.js.map +1 -1
- package/dist/index136.js +2 -2
- package/dist/index136.js.map +1 -1
- package/dist/index137.js +1 -1
- package/dist/index137.js.map +1 -1
- package/dist/index138.js +1 -1
- package/dist/index138.js.map +1 -1
- package/dist/index139.js +1 -1
- package/dist/index139.js.map +1 -1
- package/dist/index14.js +15 -138
- package/dist/index14.js.map +1 -1
- package/dist/index140.js +1 -1
- package/dist/index140.js.map +1 -1
- package/dist/index141.js +1 -1
- package/dist/index141.js.map +1 -1
- package/dist/index142.js +1 -1
- package/dist/index142.js.map +1 -1
- package/dist/index143.js +1 -1
- package/dist/index143.js.map +1 -1
- package/dist/index144.js +2 -2
- package/dist/index144.js.map +1 -1
- package/dist/index145.js +1 -1
- package/dist/index145.js.map +1 -1
- package/dist/index146.js +2 -2
- package/dist/index146.js.map +1 -1
- package/dist/index147.js +1 -1
- package/dist/index147.js.map +1 -1
- package/dist/index148.js +2 -2
- package/dist/index148.js.map +1 -1
- package/dist/index149.js +1 -1
- package/dist/index149.js.map +1 -1
- package/dist/index15.js +10 -54
- package/dist/index15.js.map +1 -1
- package/dist/index150.js +1 -1
- package/dist/index150.js.map +1 -1
- package/dist/index151.js +1 -1
- package/dist/index151.js.map +1 -1
- package/dist/index152.js +1 -1
- package/dist/index152.js.map +1 -1
- package/dist/index153.js +1 -1
- package/dist/index153.js.map +1 -1
- package/dist/index154.js +1 -1
- package/dist/index154.js.map +1 -1
- package/dist/index155.js +2 -2
- package/dist/index155.js.map +1 -1
- package/dist/index156.js +2 -2
- package/dist/index156.js.map +1 -1
- package/dist/index157.js +2 -2
- package/dist/index157.js.map +1 -1
- package/dist/index158.js +2 -2
- package/dist/index158.js.map +1 -1
- package/dist/index159.js +1 -1
- package/dist/index159.js.map +1 -1
- package/dist/index16.js +216 -54
- package/dist/index16.js.map +1 -1
- package/dist/index160.js +2 -149
- package/dist/index160.js.map +1 -1
- package/dist/index161.js +5 -0
- package/dist/index161.js.map +1 -0
- package/dist/index162.js +5 -0
- package/dist/index162.js.map +1 -0
- package/dist/index163.js +5 -0
- package/dist/index163.js.map +1 -0
- package/dist/index164.js +5 -0
- package/dist/index164.js.map +1 -0
- package/dist/index165.js +5 -0
- package/dist/index165.js.map +1 -0
- package/dist/index166.js +5 -0
- package/dist/index166.js.map +1 -0
- package/dist/index167.js +5 -0
- package/dist/index167.js.map +1 -0
- package/dist/index168.js +5 -0
- package/dist/index168.js.map +1 -0
- package/dist/index169.js +5 -0
- package/dist/index169.js.map +1 -0
- package/dist/index17.js +60 -255
- package/dist/index17.js.map +1 -1
- package/dist/index170.js +5 -0
- package/dist/index170.js.map +1 -0
- package/dist/index171.js +5 -0
- package/dist/index171.js.map +1 -0
- package/dist/index172.js +2 -12
- package/dist/index172.js.map +1 -1
- package/dist/index173.js +5 -0
- package/dist/index173.js.map +1 -0
- package/dist/index174.js +5 -0
- package/dist/index174.js.map +1 -0
- package/dist/index175.js +5 -0
- package/dist/index175.js.map +1 -0
- package/dist/index176.js +5 -0
- package/dist/index176.js.map +1 -0
- package/dist/index177.js +5 -0
- package/dist/index177.js.map +1 -0
- package/dist/index178.js +5 -0
- package/dist/index178.js.map +1 -0
- package/dist/index179.js +5 -0
- package/dist/index179.js.map +1 -0
- package/dist/index18.js +128 -11
- package/dist/index18.js.map +1 -1
- package/dist/index180.js +1 -1232
- package/dist/index180.js.map +1 -1
- package/dist/index181.js +5 -0
- package/dist/index181.js.map +1 -0
- package/dist/index182.js +5 -0
- package/dist/index182.js.map +1 -0
- package/dist/index183.js +5 -0
- package/dist/index183.js.map +1 -0
- package/dist/index184.js +2 -4
- package/dist/index184.js.map +1 -1
- package/dist/index185.js +5 -0
- package/dist/index185.js.map +1 -0
- package/dist/index186.js +5 -0
- package/dist/index186.js.map +1 -0
- package/dist/index187.js +5 -0
- package/dist/index187.js.map +1 -0
- package/dist/index188.js +5 -0
- package/dist/index188.js.map +1 -0
- package/dist/index189.js +2 -10
- package/dist/index189.js.map +1 -1
- package/dist/index19.js +360 -32
- package/dist/index19.js.map +1 -1
- package/dist/index190.js +1 -9
- package/dist/index190.js.map +1 -1
- package/dist/index191.js +2 -5
- package/dist/index191.js.map +1 -1
- package/dist/index192.js +2 -170
- package/dist/index192.js.map +1 -1
- package/dist/index193.js +2 -11
- package/dist/index193.js.map +1 -1
- package/dist/index194.js +1 -5
- package/dist/index194.js.map +1 -1
- package/dist/index195.js +2 -6
- package/dist/index195.js.map +1 -1
- package/dist/index196.js +2 -38
- package/dist/index196.js.map +1 -1
- package/dist/index197.js +2 -2
- package/dist/index197.js.map +1 -1
- package/dist/index198.js +2 -8
- package/dist/index198.js.map +1 -1
- package/dist/index199.js +2 -327
- package/dist/index199.js.map +1 -1
- package/dist/index20.js +18 -55
- package/dist/index20.js.map +1 -1
- package/dist/index200.js +2 -50
- package/dist/index200.js.map +1 -1
- package/dist/index201.js +2 -2
- package/dist/index201.js.map +1 -1
- package/dist/index202.js +2 -76
- package/dist/index202.js.map +1 -1
- package/dist/index203.js +147 -91
- package/dist/index203.js.map +1 -1
- package/dist/index204.js +8 -51
- package/dist/index204.js.map +1 -1
- package/dist/index205.js +5 -7
- package/dist/index205.js.map +1 -1
- package/dist/index206.js +4 -4
- package/dist/index206.js.map +1 -1
- package/dist/index207.js +41 -50
- package/dist/index207.js.map +1 -1
- package/dist/index208.js +21 -2
- package/dist/index208.js.map +1 -1
- package/dist/index21.js +33 -76
- package/dist/index21.js.map +1 -1
- package/dist/index215.js +31 -0
- package/dist/index215.js.map +1 -0
- package/dist/index216.js +75 -0
- package/dist/index216.js.map +1 -0
- package/dist/index22.js +64 -21
- package/dist/index22.js.map +1 -1
- package/dist/index224.js +15 -0
- package/dist/index224.js.map +1 -0
- package/dist/index23.js +84 -187
- package/dist/index23.js.map +1 -1
- package/dist/index232.js +1236 -0
- package/dist/index232.js.map +1 -0
- package/dist/index235.js +46 -0
- package/dist/index235.js.map +1 -0
- package/dist/index24.js +21 -45
- package/dist/index24.js.map +1 -1
- package/dist/index244.js +173 -0
- package/dist/index244.js.map +1 -0
- package/dist/index245.js +7 -0
- package/dist/index245.js.map +1 -0
- package/dist/index247.js +22 -0
- package/dist/index247.js.map +1 -0
- package/dist/index248.js +13 -0
- package/dist/index248.js.map +1 -0
- package/dist/index249.js +13 -0
- package/dist/index249.js.map +1 -0
- package/dist/index25.js +384 -18
- package/dist/index25.js.map +1 -1
- package/dist/index250.js +8 -0
- package/dist/index250.js.map +1 -0
- package/dist/index251.js +173 -0
- package/dist/index251.js.map +1 -0
- package/dist/index252.js +14 -0
- package/dist/index252.js.map +1 -0
- package/dist/index253.js +9 -0
- package/dist/index253.js.map +1 -0
- package/dist/index254.js +9 -0
- package/dist/index254.js.map +1 -0
- package/dist/index255.js +41 -0
- package/dist/index255.js.map +1 -0
- package/dist/index256.js +5 -0
- package/dist/index256.js.map +1 -0
- package/dist/index257.js +11 -0
- package/dist/index257.js.map +1 -0
- package/dist/index258.js +330 -0
- package/dist/index258.js.map +1 -0
- package/dist/index259.js +53 -0
- package/dist/index259.js.map +1 -0
- package/dist/index26.js +46 -51
- package/dist/index26.js.map +1 -1
- package/dist/index260.js +5 -0
- package/dist/index260.js.map +1 -0
- package/dist/index261.js +79 -0
- package/dist/index261.js.map +1 -0
- package/dist/index262.js +96 -0
- package/dist/index262.js.map +1 -0
- package/dist/index263.js +55 -0
- package/dist/index263.js.map +1 -0
- package/dist/index264.js +11 -0
- package/dist/index264.js.map +1 -0
- package/dist/index265.js +8 -0
- package/dist/index265.js.map +1 -0
- package/dist/index266.js +55 -0
- package/dist/index266.js.map +1 -0
- package/dist/index267.js +5 -0
- package/dist/index267.js.map +1 -0
- package/dist/{index209.js → index268.js} +1 -1
- package/dist/index268.js.map +1 -0
- package/dist/index27.js +22 -78
- package/dist/index27.js.map +1 -1
- package/dist/index28.js +108 -83
- package/dist/index28.js.map +1 -1
- package/dist/index29.js +148 -49
- package/dist/index29.js.map +1 -1
- package/dist/index3.js +69 -65
- package/dist/index3.js.map +1 -1
- package/dist/index30.js +133 -95
- package/dist/index30.js.map +1 -1
- package/dist/index31.js +77 -56
- package/dist/index31.js.map +1 -1
- package/dist/index32.js +99 -32
- package/dist/index32.js.map +1 -1
- package/dist/index33.js +75 -36
- package/dist/index33.js.map +1 -1
- package/dist/index34.js +42 -46
- package/dist/index34.js.map +1 -1
- package/dist/index35.js +72 -56
- package/dist/index35.js.map +1 -1
- package/dist/index36.js +96 -244
- package/dist/index36.js.map +1 -1
- package/dist/index37.js +50 -37
- package/dist/index37.js.map +1 -1
- package/dist/index38.js +306 -82
- package/dist/index38.js.map +1 -1
- package/dist/index39.js +70 -31
- package/dist/index39.js.map +1 -1
- package/dist/index4.js +108 -42
- package/dist/index4.js.map +1 -1
- package/dist/index40.js +82 -50
- package/dist/index40.js.map +1 -1
- package/dist/index41.js +27 -67
- package/dist/index41.js.map +1 -1
- package/dist/index42.js +45 -51
- package/dist/index42.js.map +1 -1
- package/dist/index43.js +109 -94
- package/dist/index43.js.map +1 -1
- package/dist/index44.js +54 -92
- package/dist/index44.js.map +1 -1
- package/dist/index45.js +143 -35
- package/dist/index45.js.map +1 -1
- package/dist/index46.js +194 -30
- package/dist/index46.js.map +1 -1
- package/dist/index47.js +36 -30
- package/dist/index47.js.map +1 -1
- package/dist/index48.js +34 -53
- package/dist/index48.js.map +1 -1
- package/dist/index49.js +142 -359
- package/dist/index49.js.map +1 -1
- package/dist/index5.js +41 -238
- package/dist/index5.js.map +1 -1
- package/dist/index50.js +82 -61
- package/dist/index50.js.map +1 -1
- package/dist/index51.js +458 -35
- package/dist/index51.js.map +1 -1
- package/dist/index52.js +98 -38
- package/dist/index52.js.map +1 -1
- package/dist/index53.js +42 -84
- package/dist/index53.js.map +1 -1
- package/dist/index54.js +36 -140
- package/dist/index54.js.map +1 -1
- package/dist/index55.js +88 -136
- package/dist/index55.js.map +1 -1
- package/dist/index56.js +163 -29
- package/dist/index56.js.map +1 -1
- package/dist/index57.js +143 -45
- package/dist/index57.js.map +1 -1
- package/dist/index58.js +36 -0
- package/dist/index58.js.map +1 -0
- package/dist/index59.js +86 -2
- package/dist/index59.js.map +1 -1
- package/dist/index6.js +328 -50
- package/dist/index6.js.map +1 -1
- package/dist/index60.js +119 -2
- package/dist/index60.js.map +1 -1
- package/dist/index61.js +78 -2
- package/dist/index61.js.map +1 -1
- package/dist/index62.js +152 -2
- package/dist/index62.js.map +1 -1
- package/dist/index63.js +318 -2
- package/dist/index63.js.map +1 -1
- package/dist/index64.js +47 -2
- package/dist/index64.js.map +1 -1
- package/dist/index65.js +145 -2
- package/dist/index65.js.map +1 -1
- package/dist/index66.js +12 -2
- package/dist/index66.js.map +1 -1
- package/dist/index67.js +46 -2
- package/dist/index67.js.map +1 -1
- package/dist/index68.js +103 -2
- package/dist/index68.js.map +1 -1
- package/dist/index69.js +19 -2
- package/dist/index69.js.map +1 -1
- package/dist/index7.js +44 -51
- package/dist/index7.js.map +1 -1
- package/dist/index70.js +66 -2
- package/dist/index70.js.map +1 -1
- package/dist/index71.js +27 -2
- package/dist/index71.js.map +1 -1
- package/dist/index72.js +108 -2
- package/dist/index72.js.map +1 -1
- package/dist/index73.js +62 -2
- package/dist/index73.js.map +1 -1
- package/dist/index74.js +21 -2
- package/dist/index74.js.map +1 -1
- package/dist/index75.js +171 -2
- package/dist/index75.js.map +1 -1
- package/dist/index76.js +18 -2
- package/dist/index76.js.map +1 -1
- package/dist/index77.js +11 -2
- package/dist/index77.js.map +1 -1
- package/dist/index78.js +5 -2
- package/dist/index78.js.map +1 -1
- package/dist/index79.js +56 -2
- package/dist/index79.js.map +1 -1
- package/dist/index8.js +48 -18
- package/dist/index8.js.map +1 -1
- package/dist/index80.js +27 -2
- package/dist/index80.js.map +1 -1
- package/dist/index81.js +9 -2
- package/dist/index81.js.map +1 -1
- package/dist/index83.js +2 -2
- package/dist/index83.js.map +1 -1
- package/dist/index84.js +1 -1
- package/dist/index84.js.map +1 -1
- package/dist/index85.js +1 -1
- package/dist/index85.js.map +1 -1
- package/dist/index86.js +2 -2
- package/dist/index86.js.map +1 -1
- package/dist/index87.js +1 -1
- package/dist/index87.js.map +1 -1
- package/dist/index88.js +2 -2
- package/dist/index88.js.map +1 -1
- package/dist/index89.js +2 -2
- package/dist/index89.js.map +1 -1
- package/dist/index9.js +91 -59
- package/dist/index9.js.map +1 -1
- package/dist/index90.js +1 -1
- package/dist/index90.js.map +1 -1
- package/dist/index91.js +1 -1
- package/dist/index91.js.map +1 -1
- package/dist/index92.js +1 -1
- package/dist/index92.js.map +1 -1
- package/dist/index93.js +1 -1
- package/dist/index93.js.map +1 -1
- package/dist/index94.js +2 -2
- package/dist/index94.js.map +1 -1
- package/dist/index95.js +2 -2
- package/dist/index95.js.map +1 -1
- package/dist/index96.js +2 -2
- package/dist/index96.js.map +1 -1
- package/dist/index97.js +1 -1
- package/dist/index97.js.map +1 -1
- package/dist/index98.js +2 -2
- package/dist/index98.js.map +1 -1
- package/dist/index99.js +1 -1
- package/dist/index99.js.map +1 -1
- package/package.json +1 -1
- package/dist/index209.js.map +0 -1
- package/dist/index82.js +0 -5
- package/dist/index82.js.map +0 -1
|
@@ -7,18 +7,26 @@ export interface InputIconProps {
|
|
|
7
7
|
onClick?: () => void;
|
|
8
8
|
position: 'left' | 'right';
|
|
9
9
|
style?: React.CSSProperties;
|
|
10
|
+
/**
|
|
11
|
+
* Accessible name for the icon when it is interactive (onClick provided).
|
|
12
|
+
* Required for a11y when the icon has its own onClick.
|
|
13
|
+
*/
|
|
14
|
+
ariaLabel?: string;
|
|
10
15
|
}
|
|
11
16
|
export interface InputWithIconProps {
|
|
12
17
|
disabled?: boolean;
|
|
13
18
|
error?: boolean;
|
|
14
19
|
errorMessage?: string;
|
|
20
|
+
id?: string;
|
|
15
21
|
inputStyle?: React.CSSProperties;
|
|
16
22
|
label?: string;
|
|
17
23
|
leftIcon?: InputIconProps;
|
|
18
24
|
maxLength?: number | undefined;
|
|
19
|
-
onChange
|
|
25
|
+
onChange?: (value: string) => void;
|
|
20
26
|
onClick?: (e: React.MouseEvent<HTMLInputElement>) => void;
|
|
27
|
+
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
21
28
|
placeholder?: string;
|
|
29
|
+
readOnly?: boolean;
|
|
22
30
|
rightIcon?: InputIconProps;
|
|
23
31
|
style?: React.CSSProperties;
|
|
24
32
|
tag?: string;
|
|
@@ -26,5 +34,31 @@ export interface InputWithIconProps {
|
|
|
26
34
|
value: string;
|
|
27
35
|
className?: string;
|
|
28
36
|
automationId?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Accessible name when no visible label exists.
|
|
39
|
+
* Prefer a visible label prop instead where possible.
|
|
40
|
+
*/
|
|
41
|
+
ariaLabel?: string;
|
|
42
|
+
/**
|
|
43
|
+
* ID(s) of external visible element(s) that label this input.
|
|
44
|
+
*/
|
|
45
|
+
ariaLabelledBy?: string;
|
|
46
|
+
/**
|
|
47
|
+
* ID(s) of element(s) that describe this input (hints, notes, constraints).
|
|
48
|
+
* Announced by screen readers after the label and value, giving extra context.
|
|
49
|
+
*/
|
|
50
|
+
ariaDescribedBy?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Set to "dialog" when this input opens a date picker or other dialog.
|
|
53
|
+
*/
|
|
54
|
+
ariaHasPopup?: 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog';
|
|
55
|
+
/**
|
|
56
|
+
* Additional props spread directly onto the inner <input> element.
|
|
57
|
+
*/
|
|
58
|
+
inputProps?: Record<string, any>;
|
|
59
|
+
/**
|
|
60
|
+
* Ref forwarded to the inner <input> element.
|
|
61
|
+
*/
|
|
62
|
+
inputRef?: React.Ref<HTMLInputElement>;
|
|
29
63
|
}
|
|
30
|
-
export declare function InputWithIcon({ disabled, error, errorMessage, inputStyle, label, leftIcon, maxLength, onChange, onClick, placeholder, rightIcon, style, tag, type, value, className, automationId }: InputWithIconProps): React.JSX.Element;
|
|
64
|
+
export declare function InputWithIcon({ disabled, error, errorMessage, id, inputStyle, label, leftIcon, maxLength, onChange, onClick, onKeyDown, placeholder, readOnly, rightIcon, style, tag, type, value, className, automationId, ariaLabel, ariaLabelledBy, ariaDescribedBy, ariaHasPopup, inputProps, inputRef }: InputWithIconProps): React.JSX.Element;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Allows native anchor attributes (aria-*, data-*, etc.) to be passed through,
|
|
4
|
+
* but keeps our own href/onClick/aria-label/aria-labelledby/aria-describedby typing.
|
|
5
|
+
*/
|
|
6
|
+
type NativeAnchorProps = Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, 'href' | 'onClick' | 'target' | 'rel' | 'aria-label' | 'aria-labelledby' | 'aria-describedby'>;
|
|
7
|
+
export interface LinkProps extends NativeAnchorProps {
|
|
8
|
+
/**
|
|
9
|
+
* URL to navigate to (required for actual links)
|
|
10
|
+
*/
|
|
11
|
+
href: string;
|
|
12
|
+
/**
|
|
13
|
+
* Link text content (string only). Ignored when children are provided.
|
|
14
|
+
*/
|
|
15
|
+
label?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Rich content to render inside the link. Takes precedence over label.
|
|
18
|
+
*/
|
|
19
|
+
children?: React.ReactNode;
|
|
20
|
+
/**
|
|
21
|
+
* If true, automatically adds target="_blank" and rel="noopener noreferrer"
|
|
22
|
+
* Also appends " (opens in a new tab)" to aria-label for screen readers
|
|
23
|
+
*/
|
|
24
|
+
external?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Accessible name for the link. Use when link text is generic or unclear.
|
|
27
|
+
* Prefer ariaLabelledBy when a visible label exists.
|
|
28
|
+
*/
|
|
29
|
+
ariaLabel?: string;
|
|
30
|
+
/**
|
|
31
|
+
* ID(s) of element(s) that label this link.
|
|
32
|
+
* Preferred over ariaLabel when a visible label exists (keeps SR and visual text in sync).
|
|
33
|
+
*/
|
|
34
|
+
ariaLabelledBy?: string;
|
|
35
|
+
/**
|
|
36
|
+
* ID(s) of element(s) that describe this link.
|
|
37
|
+
* Provides additional context announced after the accessible name.
|
|
38
|
+
*/
|
|
39
|
+
ariaDescribedBy?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Click handler (e.g., for analytics tracking)
|
|
42
|
+
*/
|
|
43
|
+
onClick?: (e: React.MouseEvent<HTMLAnchorElement>) => void;
|
|
44
|
+
/**
|
|
45
|
+
* Custom class name
|
|
46
|
+
*/
|
|
47
|
+
className?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Automation ID for testing
|
|
50
|
+
*/
|
|
51
|
+
automationId?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Override target (if you need something other than "_blank" for external links).
|
|
54
|
+
* Note: If external={true} and target is provided, the provided target will be used.
|
|
55
|
+
*/
|
|
56
|
+
target?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Override rel (if you need something other than "noopener noreferrer" for external links).
|
|
59
|
+
* Note: If external={true} and rel is provided, the provided rel will be used.
|
|
60
|
+
*/
|
|
61
|
+
rel?: string;
|
|
62
|
+
}
|
|
63
|
+
export declare const Link: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
64
|
+
export {};
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { default as React
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
export type MenuItemProps = {
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* Stable unique identifier for the menu item.
|
|
5
|
+
* Recommended for roving focus + React keys, especially when the list can be filtered/reordered.
|
|
6
|
+
*/
|
|
7
|
+
id?: string;
|
|
8
|
+
type?: 'item' | 'header' | 'separator';
|
|
9
|
+
label?: string;
|
|
4
10
|
tag?: string;
|
|
5
11
|
isDisabled?: boolean;
|
|
6
12
|
isActive?: boolean;
|
|
@@ -10,5 +16,9 @@ export type MenuItemProps = {
|
|
|
10
16
|
showCheckMarkForSelected?: boolean;
|
|
11
17
|
automationId?: string;
|
|
12
18
|
renderJSX?: (item: MenuItemProps) => React.ReactNode;
|
|
19
|
+
tabIndex?: number;
|
|
20
|
+
onKeyDown?: (e: React.KeyboardEvent) => void;
|
|
21
|
+
onFocus?: () => void;
|
|
22
|
+
ariaLabel?: string;
|
|
13
23
|
};
|
|
14
|
-
export declare const MenuItem:
|
|
24
|
+
export declare const MenuItem: React.ForwardRefExoticComponent<MenuItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
import { MenuItemProps } from '../MenuItem';
|
|
3
3
|
export type MenuListProps = {
|
|
4
4
|
items: MenuItemProps[];
|
|
@@ -7,5 +7,6 @@ export type MenuListProps = {
|
|
|
7
7
|
searchPlaceholder?: string;
|
|
8
8
|
searchBy?: string;
|
|
9
9
|
searchResultEmptyMessage?: string;
|
|
10
|
+
className?: string;
|
|
10
11
|
};
|
|
11
|
-
export declare const MenuList:
|
|
12
|
+
export declare const MenuList: React.ForwardRefExoticComponent<MenuListProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
+
import { IconProps } from '../Icon';
|
|
3
|
+
import { ButtonProps } from '../Button';
|
|
4
|
+
export type MessageBarType = 'info' | 'alert' | 'nudge';
|
|
2
5
|
export interface MessageBarProps {
|
|
3
6
|
messageBarCtnClassName?: string;
|
|
4
|
-
messageBarType:
|
|
7
|
+
messageBarType: MessageBarType;
|
|
5
8
|
message: string;
|
|
6
9
|
hasCloseIcon?: boolean;
|
|
7
10
|
hasButton?: boolean;
|
|
@@ -9,6 +12,22 @@ export interface MessageBarProps {
|
|
|
9
12
|
buttonOnClick?: () => void;
|
|
10
13
|
handleClose?: () => void;
|
|
11
14
|
automationId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Override the leading icon. Merged on top of the variant default
|
|
17
|
+
* (name + fill color derived from `messageBarType`).
|
|
18
|
+
* Pass `null` to suppress the leading icon entirely.
|
|
19
|
+
*/
|
|
20
|
+
iconProps?: Partial<IconProps> | null;
|
|
21
|
+
/**
|
|
22
|
+
* Override props for the CTA button. Spread after the variant defaults
|
|
23
|
+
* (label/onClick/className/type/size), so any field can be replaced —
|
|
24
|
+
* including `iconProps` to add an icon to the button.
|
|
25
|
+
*/
|
|
26
|
+
buttonProps?: Partial<ButtonProps>;
|
|
27
|
+
/**
|
|
28
|
+
* Accessible name for the close icon. Defaults to "Close message".
|
|
29
|
+
*/
|
|
30
|
+
closeButtonAriaLabel?: string;
|
|
12
31
|
}
|
|
13
32
|
export declare const MessageBar: FC<MessageBarProps>;
|
|
14
33
|
export default MessageBar;
|
|
@@ -2,6 +2,8 @@ import { default as React, FC } from 'react';
|
|
|
2
2
|
import { ButtonProps } from '../Button';
|
|
3
3
|
export interface ModalProps {
|
|
4
4
|
title?: string;
|
|
5
|
+
ariaLabel?: string;
|
|
6
|
+
ariaLabelledBy?: string;
|
|
5
7
|
content: string | React.ReactNode;
|
|
6
8
|
successButtonProps?: ButtonProps;
|
|
7
9
|
cancelButtonProps?: ButtonProps;
|
|
@@ -12,5 +14,6 @@ export interface ModalProps {
|
|
|
12
14
|
width?: string;
|
|
13
15
|
height?: string;
|
|
14
16
|
automationId?: string;
|
|
17
|
+
customModalClassName?: string;
|
|
15
18
|
}
|
|
16
19
|
export declare const Modal: FC<ModalProps>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface TabButtonProps {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
isSelected: boolean;
|
|
6
|
+
isDisabled?: boolean;
|
|
7
|
+
panelId?: string;
|
|
8
|
+
tabIndex: number;
|
|
9
|
+
className?: string;
|
|
10
|
+
automationId?: string;
|
|
11
|
+
onClick: (e: React.MouseEvent<HTMLButtonElement>) => void;
|
|
12
|
+
onFocus: () => void;
|
|
13
|
+
onKeyDown: (e: React.KeyboardEvent<HTMLButtonElement>) => void;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Internal TabButton component for NavigationBar.
|
|
17
|
+
* Uses Button (unstyled) internally for consistent activation handling.
|
|
18
|
+
* Supports forwardRef for focus management (roving tabindex).
|
|
19
|
+
*/
|
|
20
|
+
export declare const TabButton: React.ForwardRefExoticComponent<TabButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
import { FC, ReactNode } from 'react';
|
|
2
|
-
interface NavigationItemProps {
|
|
2
|
+
export interface NavigationItemProps {
|
|
3
3
|
label: string;
|
|
4
4
|
id: string;
|
|
5
5
|
disabled?: boolean;
|
|
6
|
+
panelHasFocusableContent?: boolean;
|
|
6
7
|
renderNavigationItemContent?: (navigationItem: NavigationItemProps) => ReactNode;
|
|
7
8
|
}
|
|
8
9
|
interface NavigationBarProps {
|
|
9
10
|
defaultActiveNavigationItem?: string;
|
|
10
11
|
navigationItems: NavigationItemProps[];
|
|
12
|
+
isCompactView?: boolean;
|
|
11
13
|
onNavigationItemChange?: (navigationItemId: string) => void;
|
|
14
|
+
keyboardActivationMode?: 'automatic' | 'manual';
|
|
15
|
+
orientation?: 'horizontal' | 'vertical';
|
|
16
|
+
ariaLabel?: string;
|
|
17
|
+
ariaLabelledBy?: string;
|
|
18
|
+
idBase?: string;
|
|
12
19
|
}
|
|
13
20
|
export declare const NavigationBar: FC<NavigationBarProps>;
|
|
14
21
|
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { default as React, FC } from 'react';
|
|
2
|
+
export interface TourStep {
|
|
3
|
+
targetElementSelector: string;
|
|
4
|
+
targetElementContainerSelector?: string;
|
|
5
|
+
targetElementGap?: {
|
|
6
|
+
horizontal: number;
|
|
7
|
+
vertical: number;
|
|
8
|
+
};
|
|
9
|
+
tooltipPosition?: 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | 'left-top' | 'left-center' | 'left-bottom' | 'right-top' | 'right-center' | 'right-bottom';
|
|
10
|
+
content: {
|
|
11
|
+
title?: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
illustration?: any;
|
|
14
|
+
};
|
|
15
|
+
tourMixPanelHandler?: (data: {
|
|
16
|
+
user_path: string;
|
|
17
|
+
action_type: string;
|
|
18
|
+
}) => void;
|
|
19
|
+
}
|
|
20
|
+
export interface OnboardingTourProps {
|
|
21
|
+
steps: TourStep[];
|
|
22
|
+
screenBaseElementSelector: string;
|
|
23
|
+
handleCloseProductTour: (e?: React.MouseEvent<HTMLButtonElement>) => void;
|
|
24
|
+
tourType?: string;
|
|
25
|
+
highlightBorderRadius?: number;
|
|
26
|
+
automationId?: string;
|
|
27
|
+
labels?: {
|
|
28
|
+
next: string;
|
|
29
|
+
gotIt: string;
|
|
30
|
+
finish: string;
|
|
31
|
+
skip: string;
|
|
32
|
+
stepInfo: string;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export declare const OnboardingTour: FC<OnboardingTourProps>;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { default as React, FC, ReactNode } from 'react';
|
|
2
|
+
/** Variant: with bullet points list, or description only */
|
|
3
|
+
export type PaywallVariant = 'with-points' | 'description-only';
|
|
4
|
+
/** Size: small (656×384) or large (768×500) – sets modal dimensions and media panel proportion */
|
|
5
|
+
export type PaywallSize = 'sm' | 'lg';
|
|
6
|
+
/** Feature list item: plain string (uses default/list icon) or object with text, optional per-item icon, and optional link/action */
|
|
7
|
+
export type PaywallFeatureItem = string | {
|
|
8
|
+
text: string;
|
|
9
|
+
icon?: ReactNode;
|
|
10
|
+
/** If provided, the feature text becomes a hyperlink navigating to this URL */
|
|
11
|
+
href?: string;
|
|
12
|
+
/** If true, opens the href in a new tab (only applicable when href is set) */
|
|
13
|
+
external?: boolean;
|
|
14
|
+
/** Click handler — use with href for analytics, or alone for SPA actions */
|
|
15
|
+
onLinkClick?: (e: React.MouseEvent<HTMLAnchorElement>) => void;
|
|
16
|
+
};
|
|
17
|
+
export interface PaywallProps {
|
|
18
|
+
isOpen: boolean;
|
|
19
|
+
onClose: () => void;
|
|
20
|
+
trigger?: ReactNode;
|
|
21
|
+
modalWidth?: string;
|
|
22
|
+
modalHeight?: string;
|
|
23
|
+
variant: PaywallVariant;
|
|
24
|
+
size?: PaywallSize;
|
|
25
|
+
availabilityLabel?: string;
|
|
26
|
+
availabilityBadgeText?: string;
|
|
27
|
+
title: string;
|
|
28
|
+
description: string;
|
|
29
|
+
learnMoreLinkText?: string;
|
|
30
|
+
learnMoreHref?: string;
|
|
31
|
+
onLearnMoreClick?: (e: React.MouseEvent<HTMLAnchorElement>) => void;
|
|
32
|
+
featureListDesc?: string;
|
|
33
|
+
featuresList?: PaywallFeatureItem[];
|
|
34
|
+
featureItemIcon?: ReactNode;
|
|
35
|
+
mediaContent?: ReactNode;
|
|
36
|
+
laterButtonText: string;
|
|
37
|
+
purchaseButtonText: string;
|
|
38
|
+
onLaterClick?: () => void;
|
|
39
|
+
onPurchaseClick?: () => void;
|
|
40
|
+
className?: string;
|
|
41
|
+
modalContentClassName?: string;
|
|
42
|
+
automationId?: string;
|
|
43
|
+
id?: string;
|
|
44
|
+
}
|
|
45
|
+
/** Paywall – always shown in a modal. Pass isOpen/onClose and optionally a trigger. */
|
|
46
|
+
export declare const Paywall: FC<PaywallProps>;
|
|
47
|
+
export default Paywall;
|
|
@@ -10,5 +10,32 @@ export interface PhoneInputProps {
|
|
|
10
10
|
};
|
|
11
11
|
label?: string;
|
|
12
12
|
automationId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Accessible label for the entire phone input group (role="group").
|
|
15
|
+
* Provides context for screen readers (e.g., "Two-step verification phone number for signer 1").
|
|
16
|
+
*/
|
|
17
|
+
ariaLabel?: string;
|
|
18
|
+
/**
|
|
19
|
+
* ID(s) of element(s) that label the group (highest precedence over ariaLabel).
|
|
20
|
+
*/
|
|
21
|
+
ariaLabelledBy?: string;
|
|
22
|
+
/**
|
|
23
|
+
* ID(s) of element(s) providing additional description for the phone number input.
|
|
24
|
+
*/
|
|
25
|
+
ariaDescribedBy?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Override aria-label for the phone number input specifically.
|
|
28
|
+
* Defaults to the visible label text or 'Phone number'.
|
|
29
|
+
*/
|
|
30
|
+
phoneNumberAriaLabel?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Override aria-label for the country code combobox button.
|
|
33
|
+
* Defaults to "Select country code. Current: {name} {dial_code}".
|
|
34
|
+
*/
|
|
35
|
+
countryCodeAriaLabel?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Whether the input is disabled
|
|
38
|
+
*/
|
|
39
|
+
disabled?: boolean;
|
|
13
40
|
}
|
|
14
41
|
export declare const PhoneInput: React.FC<PhoneInputProps>;
|
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
2
|
export interface PopoverHandle {
|
|
3
|
-
togglePopover: () => void;
|
|
3
|
+
togglePopover: (focusFirst?: boolean | 'last') => void;
|
|
4
|
+
/** Focus the popover source/trigger element. */
|
|
5
|
+
focusTrigger: () => void;
|
|
6
|
+
/** The wrapper element that acts as the popover trigger. Stable DOM node with tabIndex=0. */
|
|
7
|
+
element: HTMLElement | null;
|
|
4
8
|
}
|
|
5
9
|
export interface PopoverProps {
|
|
6
10
|
className?: string;
|
|
7
11
|
automationId?: string;
|
|
8
12
|
popoverContentAutomationId?: string;
|
|
9
13
|
renderPopoverContents: (props: {
|
|
10
|
-
closePopoverCb: (
|
|
14
|
+
closePopoverCb: (options?: {
|
|
15
|
+
returnFocus?: boolean;
|
|
16
|
+
returnFocusTo?: HTMLElement | React.RefObject<HTMLElement>;
|
|
17
|
+
}) => void;
|
|
11
18
|
}) => ReactNode;
|
|
12
19
|
renderPopoverSrcElement: (props: {
|
|
13
20
|
displayPopover: boolean;
|
|
14
|
-
togglePopover: () => void;
|
|
21
|
+
togglePopover: (focusFirst?: boolean | 'last') => void;
|
|
15
22
|
}) => ReactNode;
|
|
16
23
|
position?: 'bottom-center' | 'bottom-left' | 'bottom-right' | 'top-center' | 'top-left' | 'top-right';
|
|
17
24
|
onPopoverToggle?: (displayPopover: boolean) => void;
|
|
@@ -21,8 +28,13 @@ export interface PopoverProps {
|
|
|
21
28
|
isWithPortal?: boolean;
|
|
22
29
|
noBorder?: boolean;
|
|
23
30
|
ariaLabel?: string;
|
|
31
|
+
ariaLabelledBy?: string;
|
|
24
32
|
sourceRole?: 'button' | 'combobox';
|
|
33
|
+
popupType?: 'menu' | 'listbox' | 'dialog' | 'true';
|
|
25
34
|
popoverContentStyleProperty?: React.CSSProperties;
|
|
26
35
|
disableClickToggle?: boolean;
|
|
36
|
+
disableAutoClose?: boolean;
|
|
37
|
+
/** Focus the first focusable element when the popover opens via isPopoverOpen (external state). */
|
|
38
|
+
focusFirstOnOpen?: boolean;
|
|
27
39
|
}
|
|
28
40
|
export declare const Popover: React.ForwardRefExoticComponent<PopoverProps & React.RefAttributes<PopoverHandle>>;
|
|
@@ -12,6 +12,12 @@ export interface RadioProps {
|
|
|
12
12
|
radioLabelClassName?: string;
|
|
13
13
|
radioContainerClassName?: string;
|
|
14
14
|
automationId?: string;
|
|
15
|
-
|
|
15
|
+
withBorder?: boolean;
|
|
16
|
+
bgColor?: string;
|
|
17
|
+
content?: () => React.ReactNode;
|
|
18
|
+
/**
|
|
19
|
+
* ID of the element controlled by this radio (e.g. an expandable content region).
|
|
20
|
+
*/
|
|
21
|
+
ariaControls?: string;
|
|
16
22
|
}
|
|
17
23
|
export declare function Radio(props: RadioProps): React.JSX.Element;
|
|
@@ -6,5 +6,23 @@ export interface RadioGroupProps {
|
|
|
6
6
|
value?: string;
|
|
7
7
|
direction?: 'row' | 'column';
|
|
8
8
|
automationId?: string;
|
|
9
|
+
withBorder?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Accessible name for the radio group.
|
|
12
|
+
* Applied to the fieldset element.
|
|
13
|
+
* Prefer ariaLabelledBy when a visible label exists.
|
|
14
|
+
*/
|
|
15
|
+
ariaLabel?: string;
|
|
16
|
+
/**
|
|
17
|
+
* ID(s) of element(s) that label this radio group.
|
|
18
|
+
* Preferred over ariaLabel when a visible label exists (keeps SR and visual text in sync).
|
|
19
|
+
*/
|
|
20
|
+
ariaLabelledBy?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Shared name attribute for all radio inputs in the group.
|
|
23
|
+
* Enables arrow-key navigation between options.
|
|
24
|
+
* Must be unique per RadioGroup instance on the page.
|
|
25
|
+
*/
|
|
26
|
+
name: string;
|
|
9
27
|
}
|
|
10
28
|
export declare function RadioGroup(props: RadioGroupProps): React.JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
export interface ShimmerElement {
|
|
3
|
-
type: 'text' | 'rect' | 'circle' | 'avatar' | 'image' | 'button';
|
|
3
|
+
type: 'text' | 'rect' | 'rect-sm' | 'circle' | 'avatar' | 'image' | 'button';
|
|
4
4
|
width: number | string;
|
|
5
5
|
height: number | string;
|
|
6
6
|
borderRadius?: number | string;
|
|
@@ -14,8 +14,10 @@ export interface ShimmerContainer {
|
|
|
14
14
|
gap?: number | string;
|
|
15
15
|
padding?: string;
|
|
16
16
|
margin?: string;
|
|
17
|
+
alignItems?: string;
|
|
18
|
+
flex?: number | string;
|
|
17
19
|
className?: string;
|
|
18
|
-
children: ShimmerElement[];
|
|
20
|
+
children: (ShimmerElement | ShimmerContainer)[];
|
|
19
21
|
}
|
|
20
22
|
export type ShimmerStructure = (ShimmerElement | ShimmerContainer)[];
|
|
21
23
|
export interface ShimmerLoaderProps {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { default as React, FC } from 'react';
|
|
2
|
+
type SidebarOverlayA11yRole = 'dialog' | 'complementary';
|
|
2
3
|
export interface SidebarOverlayProps {
|
|
3
4
|
content: React.ReactNode;
|
|
4
5
|
className?: string;
|
|
@@ -6,14 +7,49 @@ export interface SidebarOverlayProps {
|
|
|
6
7
|
style?: React.CSSProperties;
|
|
7
8
|
noShadow?: boolean;
|
|
8
9
|
automationId?: string;
|
|
10
|
+
id?: string;
|
|
9
11
|
position?: 'absolute' | 'fixed' | 'relative' | 'static' | '';
|
|
10
12
|
isOpen?: boolean;
|
|
11
13
|
displayCloseSidebar?: boolean;
|
|
12
14
|
closeSidebarIcon?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Accessible label for the close button. Defaults to 'Close sidebar'.
|
|
17
|
+
*/
|
|
18
|
+
closeAriaLabel?: string;
|
|
13
19
|
onClose?: () => void;
|
|
14
20
|
onSidebarUnmount?: () => void;
|
|
15
21
|
onPathChange?: (route: string) => void;
|
|
16
22
|
currentPath?: string;
|
|
17
23
|
animateSidebar?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Accessibility role that determines the full behavior bundle.
|
|
26
|
+
* - 'dialog': modal drawer (focus trap, scroll lock, aria-modal, Escape closes)
|
|
27
|
+
* - 'complementary': persistent side panel (no trap, no forced focus, no scroll lock)
|
|
28
|
+
* If not provided, derives from position: fixed|absolute → 'dialog', static|relative|'' → 'complementary'
|
|
29
|
+
*/
|
|
30
|
+
a11yRole?: SidebarOverlayA11yRole;
|
|
31
|
+
/**
|
|
32
|
+
* Accessible name when no visible label exists.
|
|
33
|
+
* Prefer ariaLabelledBy when a visible title exists inside the sidebar.
|
|
34
|
+
*/
|
|
35
|
+
ariaLabel?: string;
|
|
36
|
+
/**
|
|
37
|
+
* ID(s) of visible element(s) that label this sidebar.
|
|
38
|
+
* Preferred over ariaLabel when a visible title exists (keeps SR and visual text in sync).
|
|
39
|
+
*/
|
|
40
|
+
ariaLabelledBy?: string;
|
|
41
|
+
/**
|
|
42
|
+
* ID(s) of element(s) that describe this sidebar (additional context).
|
|
43
|
+
*/
|
|
44
|
+
ariaDescribedBy?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Explicit element to restore focus to when the sidebar closes.
|
|
47
|
+
* Overrides automatic trigger capture from document.activeElement.
|
|
48
|
+
* Use when the opener element is known (e.g. a ref on the toggle button).
|
|
49
|
+
* In complementary mode: seeds the trigger ref directly.
|
|
50
|
+
* In dialog mode: passed through to useFocusTrap.
|
|
51
|
+
*/
|
|
52
|
+
returnFocusRef?: React.RefObject<HTMLElement | null>;
|
|
18
53
|
}
|
|
19
54
|
export declare const SidebarOverlay: FC<SidebarOverlayProps>;
|
|
55
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface SkipLink {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
}
|
|
6
|
+
export interface SkipLinksBarProps {
|
|
7
|
+
skipLinks: SkipLink[];
|
|
8
|
+
className?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const SkipLinksBar: React.FC<SkipLinksBarProps>;
|
|
11
|
+
export default SkipLinksBar;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
+
import { IconProps } from '../Icon';
|
|
2
3
|
export type SnackbarPosition = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | 'top-center' | 'bottom-center';
|
|
3
4
|
export type SnackbarVariant = 'default' | 'success' | 'warning' | 'error' | 'info';
|
|
4
5
|
export type SnackbarAction = {
|
|
@@ -41,12 +42,14 @@ export interface SnackbarProps {
|
|
|
41
42
|
showProgress?: boolean;
|
|
42
43
|
/** Progress value (0-100) */
|
|
43
44
|
progress?: number;
|
|
44
|
-
/**
|
|
45
|
-
|
|
45
|
+
/** Icon props object (name, fill, stroke, rotation, size, etc.) */
|
|
46
|
+
iconProps?: Omit<IconProps, 'className'>;
|
|
46
47
|
/** List of items to display in expandable section */
|
|
47
48
|
items?: SnackbarItem[];
|
|
48
49
|
/** Whether items list is expanded by default */
|
|
49
50
|
defaultExpanded?: boolean;
|
|
51
|
+
/** Compact mode - renders a simple inline notification with just icon and title */
|
|
52
|
+
compact?: boolean;
|
|
50
53
|
/** Automation ID for testing */
|
|
51
54
|
automationId?: string;
|
|
52
55
|
}
|
|
@@ -1,2 +1,14 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export type SpinnerProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Size of the spinner
|
|
5
|
+
* @default 'md'
|
|
6
|
+
*/
|
|
7
|
+
size?: 'sm' | 'md' | 'lg';
|
|
8
|
+
/**
|
|
9
|
+
* Whether the spinner should be hidden from screen readers
|
|
10
|
+
* @default true (spinners are typically decorative)
|
|
11
|
+
*/
|
|
12
|
+
ariaHidden?: boolean;
|
|
13
|
+
};
|
|
14
|
+
export declare const Spinner: FC<SpinnerProps>;
|
|
@@ -25,5 +25,23 @@ export interface TableLayoutProps {
|
|
|
25
25
|
onSortUiUpdate: (newSortData: any) => void;
|
|
26
26
|
onRowClick: (rowData: any) => void;
|
|
27
27
|
tableId: string;
|
|
28
|
+
/**
|
|
29
|
+
* ID of element that describes the table (e.g., sort instructions for screen readers)
|
|
30
|
+
*/
|
|
31
|
+
ariaDescribedBy?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Accessible name for the table element
|
|
34
|
+
*/
|
|
35
|
+
ariaLabel?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Announced to screen readers when loading begins.
|
|
38
|
+
* Pass a translated string from the consumer (e.g. "Loading documents").
|
|
39
|
+
*/
|
|
40
|
+
loadingAnnouncement?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Announced to screen readers when loading completes.
|
|
43
|
+
* Pass a translated string from the consumer (e.g. "Documents loaded").
|
|
44
|
+
*/
|
|
45
|
+
loadedAnnouncement?: string;
|
|
28
46
|
}
|
|
29
47
|
export declare const TableLayout: FC<TableLayoutProps>;
|