es-components 21.14.3 → 21.14.4

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 (44) hide show
  1. package/bundle/main.min.js +1 -1
  2. package/cjs/index.js +1 -1
  3. package/lib/index.js +1 -1
  4. package/package.json +11 -9
  5. package/types/{tsconfig.tsbuildinfo → build.tsconfig.tsbuildinfo} +1 -1
  6. package/types/shared/.tsbuildinfo +1 -0
  7. package/types/shared/ESTheme.d.ts +167 -0
  8. package/types/shared/IconNames.d.ts +2 -0
  9. package/types/shared/index.d.ts +4 -0
  10. package/types/src/components/base/icons/Icon.d.ts +2 -2
  11. package/types/src/components/base/icons/useIconStyles.d.ts +1 -1
  12. package/types/src/components/containers/banner/Banner.d.ts +2 -2
  13. package/types/src/components/containers/drawer/Drawer.d.ts +1 -1
  14. package/types/src/components/containers/drawer/DrawerPanel.d.ts +3 -3
  15. package/types/src/components/containers/form/Form.d.ts +1 -1
  16. package/types/src/components/containers/heading/Heading.d.ts +1 -1
  17. package/types/src/components/containers/menu/Menu.d.ts +1 -1
  18. package/types/src/components/containers/modal/ModalHeader.d.ts +1 -1
  19. package/types/src/components/containers/notification/BaseNotification.d.ts +1 -1
  20. package/types/src/components/containers/notification/Notification.d.ts +1 -1
  21. package/types/src/components/containers/prompt/PromptType.d.ts +1 -1
  22. package/types/src/components/containers/sliding-pane/SlidingPane.d.ts +1 -1
  23. package/types/src/components/controls/Control.d.ts +1 -1
  24. package/types/src/components/controls/ValidationContext.d.ts +2 -2
  25. package/types/src/components/controls/answer-group/AnswerButton.d.ts +3 -3
  26. package/types/src/components/controls/buttons/ActionButton.d.ts +2 -2
  27. package/types/src/components/controls/buttons/Button.d.ts +1 -1
  28. package/types/src/components/controls/buttons/IconButton.d.ts +1 -1
  29. package/types/src/components/controls/buttons/OutlineButton.d.ts +2 -2
  30. package/types/src/components/controls/buttons/PopoverLink.d.ts +1 -1
  31. package/types/src/components/controls/buttons/ToggleButton.d.ts +1 -1
  32. package/types/src/components/controls/radio-buttons/RadioButton.d.ts +1 -1
  33. package/types/src/components/controls/radio-buttons/RadioGroupContext.d.ts +1 -1
  34. package/types/src/components/controls/switch/Switch.d.ts +1 -1
  35. package/types/src/components/controls/textbox/InputBase.d.ts +1 -1
  36. package/types/src/components/controls/textbox/MaskedTextbox.d.ts +2 -2
  37. package/types/src/components/controls/textbox/Textbox.d.ts +3 -3
  38. package/types/src/components/patterns/progress-tracker/ProgressTracker.d.ts +89 -89
  39. package/types/src/components/patterns/selectionDrawer/SelectionDrawer.d.ts +1 -1
  40. package/types/src/components/patterns/selectionDrawer/SelectionDrawerItem.d.ts +1 -1
  41. package/types/src/components/patterns/selectionDrawer/SelectionDrawerProvider.d.ts +1 -1
  42. package/types/src/global.d.ts +1 -1
  43. package/types/src/index.d.ts +5 -5
  44. package/types/src/styleguide/styleguideTheme.d.ts +1 -1
@@ -18,8 +18,8 @@ export declare const propTypes: {
18
18
  maskType: PropTypes.Validator<NonNullable<MaskType>>;
19
19
  /** Provide a custom mask */
20
20
  customMask: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<MaskedInputProps>>>;
21
- prependIconName: PropTypes.Requireable<"header" | "picture" | "search" | "time" | "video" | "switch" | "fill" | "rx" | "scale" | "download" | "checked" | "list" | "font" | "repeat" | "bold" | "cell" | "checkbox" | "copy" | "move" | "sort" | "change" | "cut" | "paste" | "pause" | "play" | "message" | "file" | "home" | "user" | "archive" | "accessibility" | "add-circle" | "add" | "agent" | "alarm-clock" | "align-center" | "align-justify" | "align-left" | "align-right" | "archive-folder" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "attachment" | "bathtub" | "being-sick" | "bell" | "bicycle" | "blood-drop" | "bone" | "book" | "bookmark" | "bot" | "boy" | "brain" | "briefcase" | "broken-leg" | "bullhorn" | "calculator" | "calendar" | "call-transfer" | "camera" | "cash-in-hand" | "certificate-ribbon" | "certificate" | "check-document" | "checkbox-checked" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "christmas-gift" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "clear-filters" | "click-and-collect" | "clinic" | "cog" | "comment" | "comments" | "compass" | "confusion" | "dashboard" | "denied" | "desktop" | "detour" | "disabled-access" | "discussion" | "divide" | "dna-helix" | "doctors-bag" | "dollar-sign" | "double-chevron-down" | "double-chevron-left" | "double-chevron-right" | "double-chevron-up" | "download-alt" | "edit-document" | "edit" | "element-block" | "element-page" | "element-section" | "envelope" | "exclamation-circle" | "exclamation-sign" | "exclamation" | "exit" | "export" | "external-link" | "eye-closed" | "eye-open" | "federal" | "file-download" | "file-open" | "film" | "fire" | "flag-empty" | "flag-filled" | "flash" | "folder-close" | "folder-open" | "folder-up-level" | "for-you" | "form-agreement" | "form-checkbox" | "form-dropdown" | "form-number" | "form-radio" | "form-text-box" | "form-text" | "fullscreen" | "funnel" | "girl" | "glasses" | "globe" | "glucometer" | "hand-down" | "hand-left" | "hand-right" | "hand-up" | "handshake-heart" | "health-checkup" | "health" | "hearing-aid" | "hearing" | "heart-empty" | "heart-filled" | "heart-plus" | "helping-hand" | "history" | "hourglass" | "house" | "household" | "hyperlink" | "idea" | "in-progress" | "inbox" | "indent-left" | "indent-right" | "info-circle" | "info-popup" | "info-squared" | "info" | "internal-call" | "italic" | "keyhole-shield" | "kidney" | "leaf" | "lightning-bolt" | "list-numbered" | "list-thumbnails" | "list-unordered" | "liver" | "lock-open" | "lock" | "log-in" | "log-out" | "logout-rounded-left" | "lungs" | "mailbox-closed-flag-down" | "male-user" | "man" | "map-marker" | "map-with-marker" | "measuring-tape" | "medical-doctor" | "medical" | "menu-btn" | "minus-circle" | "minus" | "molecule" | "moleskine" | "money" | "muscle" | "network" | "neuron" | "new-window" | "no-symbol" | "non-smoker" | "notepad" | "ok-circle" | "ok" | "options-horizontal" | "options-vertical" | "out-of-network" | "out-patient-department" | "outgoing-call" | "paragraph" | "paycheck" | "paycheque" | "phone-analog" | "phone" | "physical-therapy" | "piggy-bank" | "play-circle" | "policy-document" | "power" | "prescription-pill-bottle" | "prescription" | "print" | "profile" | "profit" | "purchase-order" | "push-pin" | "question-circle" | "question" | "questions" | "random" | "read-message" | "redo" | "refresh" | "remove-circle" | "remove" | "reply-arrow" | "resize-full" | "resize-horizontal" | "resize-small" | "resize-vertical" | "retweet" | "road" | "rod-of-asclepius" | "rubber-stamp" | "save" | "screenshot" | "search-property" | "security-checked" | "share" | "shopping-cart" | "skin" | "skip-to-start" | "smoker" | "sms" | "sort-alpha-reverse" | "sort-alpha" | "sort-ascending" | "sort-descending" | "sort-num-reverse" | "sort-num" | "speak-to-expert" | "speech-bubble-with-dots" | "speech-bubble" | "spouse" | "star-empty" | "star-filled" | "stats" | "stethoscope" | "stock-growth" | "stomach" | "submit-document" | "tag" | "tags" | "tasks" | "text-color" | "text-height" | "text-size" | "text-width" | "thumbnails-large" | "thumbnails" | "thumbs-down" | "thumbs-up" | "today" | "tooth" | "transfer" | "trash" | "trophy" | "truck" | "trust" | "tune" | "umbrella" | "underline" | "undo" | "upload" | "urgent-message" | "user-secured" | "user-shield" | "users" | "voice-check" | "walker" | "wallet" | "woman" | "wrench" | "zoom-in" | "zoom-out">;
22
- appendIconName: PropTypes.Requireable<"header" | "picture" | "search" | "time" | "video" | "switch" | "fill" | "rx" | "scale" | "download" | "checked" | "list" | "font" | "repeat" | "bold" | "cell" | "checkbox" | "copy" | "move" | "sort" | "change" | "cut" | "paste" | "pause" | "play" | "message" | "file" | "home" | "user" | "archive" | "accessibility" | "add-circle" | "add" | "agent" | "alarm-clock" | "align-center" | "align-justify" | "align-left" | "align-right" | "archive-folder" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "attachment" | "bathtub" | "being-sick" | "bell" | "bicycle" | "blood-drop" | "bone" | "book" | "bookmark" | "bot" | "boy" | "brain" | "briefcase" | "broken-leg" | "bullhorn" | "calculator" | "calendar" | "call-transfer" | "camera" | "cash-in-hand" | "certificate-ribbon" | "certificate" | "check-document" | "checkbox-checked" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "christmas-gift" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "clear-filters" | "click-and-collect" | "clinic" | "cog" | "comment" | "comments" | "compass" | "confusion" | "dashboard" | "denied" | "desktop" | "detour" | "disabled-access" | "discussion" | "divide" | "dna-helix" | "doctors-bag" | "dollar-sign" | "double-chevron-down" | "double-chevron-left" | "double-chevron-right" | "double-chevron-up" | "download-alt" | "edit-document" | "edit" | "element-block" | "element-page" | "element-section" | "envelope" | "exclamation-circle" | "exclamation-sign" | "exclamation" | "exit" | "export" | "external-link" | "eye-closed" | "eye-open" | "federal" | "file-download" | "file-open" | "film" | "fire" | "flag-empty" | "flag-filled" | "flash" | "folder-close" | "folder-open" | "folder-up-level" | "for-you" | "form-agreement" | "form-checkbox" | "form-dropdown" | "form-number" | "form-radio" | "form-text-box" | "form-text" | "fullscreen" | "funnel" | "girl" | "glasses" | "globe" | "glucometer" | "hand-down" | "hand-left" | "hand-right" | "hand-up" | "handshake-heart" | "health-checkup" | "health" | "hearing-aid" | "hearing" | "heart-empty" | "heart-filled" | "heart-plus" | "helping-hand" | "history" | "hourglass" | "house" | "household" | "hyperlink" | "idea" | "in-progress" | "inbox" | "indent-left" | "indent-right" | "info-circle" | "info-popup" | "info-squared" | "info" | "internal-call" | "italic" | "keyhole-shield" | "kidney" | "leaf" | "lightning-bolt" | "list-numbered" | "list-thumbnails" | "list-unordered" | "liver" | "lock-open" | "lock" | "log-in" | "log-out" | "logout-rounded-left" | "lungs" | "mailbox-closed-flag-down" | "male-user" | "man" | "map-marker" | "map-with-marker" | "measuring-tape" | "medical-doctor" | "medical" | "menu-btn" | "minus-circle" | "minus" | "molecule" | "moleskine" | "money" | "muscle" | "network" | "neuron" | "new-window" | "no-symbol" | "non-smoker" | "notepad" | "ok-circle" | "ok" | "options-horizontal" | "options-vertical" | "out-of-network" | "out-patient-department" | "outgoing-call" | "paragraph" | "paycheck" | "paycheque" | "phone-analog" | "phone" | "physical-therapy" | "piggy-bank" | "play-circle" | "policy-document" | "power" | "prescription-pill-bottle" | "prescription" | "print" | "profile" | "profit" | "purchase-order" | "push-pin" | "question-circle" | "question" | "questions" | "random" | "read-message" | "redo" | "refresh" | "remove-circle" | "remove" | "reply-arrow" | "resize-full" | "resize-horizontal" | "resize-small" | "resize-vertical" | "retweet" | "road" | "rod-of-asclepius" | "rubber-stamp" | "save" | "screenshot" | "search-property" | "security-checked" | "share" | "shopping-cart" | "skin" | "skip-to-start" | "smoker" | "sms" | "sort-alpha-reverse" | "sort-alpha" | "sort-ascending" | "sort-descending" | "sort-num-reverse" | "sort-num" | "speak-to-expert" | "speech-bubble-with-dots" | "speech-bubble" | "spouse" | "star-empty" | "star-filled" | "stats" | "stethoscope" | "stock-growth" | "stomach" | "submit-document" | "tag" | "tags" | "tasks" | "text-color" | "text-height" | "text-size" | "text-width" | "thumbnails-large" | "thumbnails" | "thumbs-down" | "thumbs-up" | "today" | "tooth" | "transfer" | "trash" | "trophy" | "truck" | "trust" | "tune" | "umbrella" | "underline" | "undo" | "upload" | "urgent-message" | "user-secured" | "user-shield" | "users" | "voice-check" | "walker" | "wallet" | "woman" | "wrench" | "zoom-in" | "zoom-out">;
21
+ prependIconName: PropTypes.Requireable<"header" | "picture" | "search" | "time" | "video" | "switch" | "fill" | "rx" | "scale" | "download" | "checked" | "list" | "font" | "repeat" | "bold" | "cell" | "checkbox" | "copy" | "move" | "sort" | "change" | "cut" | "paste" | "pause" | "play" | "message" | "info" | "phone" | "desktop" | "accessibility" | "add-circle" | "add" | "agent" | "alarm-clock" | "align-center" | "align-justify" | "align-left" | "align-right" | "archive-folder" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "attachment" | "bathtub" | "being-sick" | "bell" | "bicycle" | "blood-drop" | "bone" | "book" | "bookmark" | "bot" | "boy" | "brain" | "briefcase" | "broken-leg" | "bullhorn" | "calculator" | "calendar" | "call-transfer" | "camera" | "cash-in-hand" | "certificate-ribbon" | "certificate" | "check-document" | "checkbox-checked" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "christmas-gift" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "clear-filters" | "click-and-collect" | "clinic" | "cog" | "comment" | "comments" | "compass" | "confusion" | "dashboard" | "denied" | "detour" | "disabled-access" | "discussion" | "divide" | "dna-helix" | "doctors-bag" | "dollar-sign" | "double-chevron-down" | "double-chevron-left" | "double-chevron-right" | "double-chevron-up" | "download-alt" | "edit-document" | "edit" | "element-block" | "element-page" | "element-section" | "envelope" | "exclamation-circle" | "exclamation-sign" | "exclamation" | "exit" | "export" | "external-link" | "eye-closed" | "eye-open" | "federal" | "file-download" | "file-open" | "file" | "film" | "fire" | "flag-empty" | "flag-filled" | "flash" | "folder-close" | "folder-open" | "folder-up-level" | "for-you" | "form-agreement" | "form-checkbox" | "form-dropdown" | "form-number" | "form-radio" | "form-text-box" | "form-text" | "fullscreen" | "funnel" | "girl" | "glasses" | "globe" | "glucometer" | "hand-down" | "hand-left" | "hand-right" | "hand-up" | "handshake-heart" | "health-checkup" | "health" | "hearing-aid" | "hearing" | "heart-empty" | "heart-filled" | "heart-plus" | "helping-hand" | "history" | "home" | "hourglass" | "house" | "household" | "hyperlink" | "idea" | "in-progress" | "inbox" | "indent-left" | "indent-right" | "info-circle" | "info-popup" | "info-squared" | "internal-call" | "italic" | "keyhole-shield" | "kidney" | "leaf" | "lightning-bolt" | "list-numbered" | "list-thumbnails" | "list-unordered" | "liver" | "lock-open" | "lock" | "log-in" | "log-out" | "logout-rounded-left" | "lungs" | "mailbox-closed-flag-down" | "male-user" | "man" | "map-marker" | "map-with-marker" | "measuring-tape" | "medical-doctor" | "medical" | "menu-btn" | "minus-circle" | "minus" | "molecule" | "moleskine" | "money" | "muscle" | "network" | "neuron" | "new-window" | "no-symbol" | "non-smoker" | "notepad" | "ok-circle" | "ok" | "options-horizontal" | "options-vertical" | "out-of-network" | "out-patient-department" | "outgoing-call" | "paragraph" | "paycheck" | "paycheque" | "phone-analog" | "physical-therapy" | "piggy-bank" | "play-circle" | "policy-document" | "power" | "prescription-pill-bottle" | "prescription" | "print" | "profile" | "profit" | "purchase-order" | "push-pin" | "question-circle" | "question" | "questions" | "random" | "read-message" | "redo" | "refresh" | "remove-circle" | "remove" | "reply-arrow" | "resize-full" | "resize-horizontal" | "resize-small" | "resize-vertical" | "retweet" | "road" | "rod-of-asclepius" | "rubber-stamp" | "save" | "screenshot" | "search-property" | "security-checked" | "share" | "shopping-cart" | "skin" | "skip-to-start" | "smoker" | "sms" | "sort-alpha-reverse" | "sort-alpha" | "sort-ascending" | "sort-descending" | "sort-num-reverse" | "sort-num" | "speak-to-expert" | "speech-bubble-with-dots" | "speech-bubble" | "spouse" | "star-empty" | "star-filled" | "stats" | "stethoscope" | "stock-growth" | "stomach" | "submit-document" | "tag" | "tags" | "tasks" | "text-color" | "text-height" | "text-size" | "text-width" | "thumbnails-large" | "thumbnails" | "thumbs-down" | "thumbs-up" | "today" | "tooth" | "transfer" | "trash" | "trophy" | "truck" | "trust" | "tune" | "umbrella" | "underline" | "undo" | "upload" | "urgent-message" | "user-secured" | "user-shield" | "user" | "users" | "voice-check" | "walker" | "wallet" | "woman" | "wrench" | "zoom-in" | "zoom-out">;
22
+ appendIconName: PropTypes.Requireable<"header" | "picture" | "search" | "time" | "video" | "switch" | "fill" | "rx" | "scale" | "download" | "checked" | "list" | "font" | "repeat" | "bold" | "cell" | "checkbox" | "copy" | "move" | "sort" | "change" | "cut" | "paste" | "pause" | "play" | "message" | "info" | "phone" | "desktop" | "accessibility" | "add-circle" | "add" | "agent" | "alarm-clock" | "align-center" | "align-justify" | "align-left" | "align-right" | "archive-folder" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "attachment" | "bathtub" | "being-sick" | "bell" | "bicycle" | "blood-drop" | "bone" | "book" | "bookmark" | "bot" | "boy" | "brain" | "briefcase" | "broken-leg" | "bullhorn" | "calculator" | "calendar" | "call-transfer" | "camera" | "cash-in-hand" | "certificate-ribbon" | "certificate" | "check-document" | "checkbox-checked" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "christmas-gift" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "clear-filters" | "click-and-collect" | "clinic" | "cog" | "comment" | "comments" | "compass" | "confusion" | "dashboard" | "denied" | "detour" | "disabled-access" | "discussion" | "divide" | "dna-helix" | "doctors-bag" | "dollar-sign" | "double-chevron-down" | "double-chevron-left" | "double-chevron-right" | "double-chevron-up" | "download-alt" | "edit-document" | "edit" | "element-block" | "element-page" | "element-section" | "envelope" | "exclamation-circle" | "exclamation-sign" | "exclamation" | "exit" | "export" | "external-link" | "eye-closed" | "eye-open" | "federal" | "file-download" | "file-open" | "file" | "film" | "fire" | "flag-empty" | "flag-filled" | "flash" | "folder-close" | "folder-open" | "folder-up-level" | "for-you" | "form-agreement" | "form-checkbox" | "form-dropdown" | "form-number" | "form-radio" | "form-text-box" | "form-text" | "fullscreen" | "funnel" | "girl" | "glasses" | "globe" | "glucometer" | "hand-down" | "hand-left" | "hand-right" | "hand-up" | "handshake-heart" | "health-checkup" | "health" | "hearing-aid" | "hearing" | "heart-empty" | "heart-filled" | "heart-plus" | "helping-hand" | "history" | "home" | "hourglass" | "house" | "household" | "hyperlink" | "idea" | "in-progress" | "inbox" | "indent-left" | "indent-right" | "info-circle" | "info-popup" | "info-squared" | "internal-call" | "italic" | "keyhole-shield" | "kidney" | "leaf" | "lightning-bolt" | "list-numbered" | "list-thumbnails" | "list-unordered" | "liver" | "lock-open" | "lock" | "log-in" | "log-out" | "logout-rounded-left" | "lungs" | "mailbox-closed-flag-down" | "male-user" | "man" | "map-marker" | "map-with-marker" | "measuring-tape" | "medical-doctor" | "medical" | "menu-btn" | "minus-circle" | "minus" | "molecule" | "moleskine" | "money" | "muscle" | "network" | "neuron" | "new-window" | "no-symbol" | "non-smoker" | "notepad" | "ok-circle" | "ok" | "options-horizontal" | "options-vertical" | "out-of-network" | "out-patient-department" | "outgoing-call" | "paragraph" | "paycheck" | "paycheque" | "phone-analog" | "physical-therapy" | "piggy-bank" | "play-circle" | "policy-document" | "power" | "prescription-pill-bottle" | "prescription" | "print" | "profile" | "profit" | "purchase-order" | "push-pin" | "question-circle" | "question" | "questions" | "random" | "read-message" | "redo" | "refresh" | "remove-circle" | "remove" | "reply-arrow" | "resize-full" | "resize-horizontal" | "resize-small" | "resize-vertical" | "retweet" | "road" | "rod-of-asclepius" | "rubber-stamp" | "save" | "screenshot" | "search-property" | "security-checked" | "share" | "shopping-cart" | "skin" | "skip-to-start" | "smoker" | "sms" | "sort-alpha-reverse" | "sort-alpha" | "sort-ascending" | "sort-descending" | "sort-num-reverse" | "sort-num" | "speak-to-expert" | "speech-bubble-with-dots" | "speech-bubble" | "spouse" | "star-empty" | "star-filled" | "stats" | "stethoscope" | "stock-growth" | "stomach" | "submit-document" | "tag" | "tags" | "tasks" | "text-color" | "text-height" | "text-size" | "text-width" | "thumbnails-large" | "thumbnails" | "thumbs-down" | "thumbs-up" | "today" | "tooth" | "transfer" | "trash" | "trophy" | "truck" | "trust" | "tune" | "umbrella" | "underline" | "undo" | "upload" | "urgent-message" | "user-secured" | "user-shield" | "user" | "users" | "voice-check" | "walker" | "wallet" | "woman" | "wrench" | "zoom-in" | "zoom-out">;
23
23
  type: PropTypes.Requireable<React.HTMLInputTypeAttribute | undefined>;
24
24
  flat: PropTypes.Requireable<boolean>;
25
25
  form: PropTypes.Requireable<string | undefined> | PropTypes.Validator<string | undefined>;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
- import { IconName } from "../../../../../../../shared/types/dist/src";
3
+ import { IconName } from "../../../../shared";
4
4
  import { useIconStyles } from "../../base/icons/useIconStyles";
5
5
  import { ValidationStyleProps } from "./InputBase";
6
6
  export type TextboxAdditionProps = {
@@ -24,9 +24,9 @@ export interface TextboxProps extends JSXElementProps<'input'> {
24
24
  declare const Textbox: React.ForwardRefExoticComponent<TextboxProps & React.RefAttributes<HTMLInputElement>>;
25
25
  export declare const propTypes: {
26
26
  /** Content to prepend input box with */
27
- prependIconName: PropTypes.Requireable<"header" | "picture" | "search" | "time" | "video" | "switch" | "fill" | "rx" | "scale" | "download" | "checked" | "list" | "font" | "repeat" | "bold" | "cell" | "checkbox" | "copy" | "move" | "sort" | "change" | "cut" | "paste" | "pause" | "play" | "message" | "file" | "home" | "user" | "archive" | "accessibility" | "add-circle" | "add" | "agent" | "alarm-clock" | "align-center" | "align-justify" | "align-left" | "align-right" | "archive-folder" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "attachment" | "bathtub" | "being-sick" | "bell" | "bicycle" | "blood-drop" | "bone" | "book" | "bookmark" | "bot" | "boy" | "brain" | "briefcase" | "broken-leg" | "bullhorn" | "calculator" | "calendar" | "call-transfer" | "camera" | "cash-in-hand" | "certificate-ribbon" | "certificate" | "check-document" | "checkbox-checked" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "christmas-gift" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "clear-filters" | "click-and-collect" | "clinic" | "cog" | "comment" | "comments" | "compass" | "confusion" | "dashboard" | "denied" | "desktop" | "detour" | "disabled-access" | "discussion" | "divide" | "dna-helix" | "doctors-bag" | "dollar-sign" | "double-chevron-down" | "double-chevron-left" | "double-chevron-right" | "double-chevron-up" | "download-alt" | "edit-document" | "edit" | "element-block" | "element-page" | "element-section" | "envelope" | "exclamation-circle" | "exclamation-sign" | "exclamation" | "exit" | "export" | "external-link" | "eye-closed" | "eye-open" | "federal" | "file-download" | "file-open" | "film" | "fire" | "flag-empty" | "flag-filled" | "flash" | "folder-close" | "folder-open" | "folder-up-level" | "for-you" | "form-agreement" | "form-checkbox" | "form-dropdown" | "form-number" | "form-radio" | "form-text-box" | "form-text" | "fullscreen" | "funnel" | "girl" | "glasses" | "globe" | "glucometer" | "hand-down" | "hand-left" | "hand-right" | "hand-up" | "handshake-heart" | "health-checkup" | "health" | "hearing-aid" | "hearing" | "heart-empty" | "heart-filled" | "heart-plus" | "helping-hand" | "history" | "hourglass" | "house" | "household" | "hyperlink" | "idea" | "in-progress" | "inbox" | "indent-left" | "indent-right" | "info-circle" | "info-popup" | "info-squared" | "info" | "internal-call" | "italic" | "keyhole-shield" | "kidney" | "leaf" | "lightning-bolt" | "list-numbered" | "list-thumbnails" | "list-unordered" | "liver" | "lock-open" | "lock" | "log-in" | "log-out" | "logout-rounded-left" | "lungs" | "mailbox-closed-flag-down" | "male-user" | "man" | "map-marker" | "map-with-marker" | "measuring-tape" | "medical-doctor" | "medical" | "menu-btn" | "minus-circle" | "minus" | "molecule" | "moleskine" | "money" | "muscle" | "network" | "neuron" | "new-window" | "no-symbol" | "non-smoker" | "notepad" | "ok-circle" | "ok" | "options-horizontal" | "options-vertical" | "out-of-network" | "out-patient-department" | "outgoing-call" | "paragraph" | "paycheck" | "paycheque" | "phone-analog" | "phone" | "physical-therapy" | "piggy-bank" | "play-circle" | "policy-document" | "power" | "prescription-pill-bottle" | "prescription" | "print" | "profile" | "profit" | "purchase-order" | "push-pin" | "question-circle" | "question" | "questions" | "random" | "read-message" | "redo" | "refresh" | "remove-circle" | "remove" | "reply-arrow" | "resize-full" | "resize-horizontal" | "resize-small" | "resize-vertical" | "retweet" | "road" | "rod-of-asclepius" | "rubber-stamp" | "save" | "screenshot" | "search-property" | "security-checked" | "share" | "shopping-cart" | "skin" | "skip-to-start" | "smoker" | "sms" | "sort-alpha-reverse" | "sort-alpha" | "sort-ascending" | "sort-descending" | "sort-num-reverse" | "sort-num" | "speak-to-expert" | "speech-bubble-with-dots" | "speech-bubble" | "spouse" | "star-empty" | "star-filled" | "stats" | "stethoscope" | "stock-growth" | "stomach" | "submit-document" | "tag" | "tags" | "tasks" | "text-color" | "text-height" | "text-size" | "text-width" | "thumbnails-large" | "thumbnails" | "thumbs-down" | "thumbs-up" | "today" | "tooth" | "transfer" | "trash" | "trophy" | "truck" | "trust" | "tune" | "umbrella" | "underline" | "undo" | "upload" | "urgent-message" | "user-secured" | "user-shield" | "users" | "voice-check" | "walker" | "wallet" | "woman" | "wrench" | "zoom-in" | "zoom-out">;
27
+ prependIconName: PropTypes.Requireable<"header" | "picture" | "search" | "time" | "video" | "switch" | "fill" | "rx" | "scale" | "download" | "checked" | "list" | "font" | "repeat" | "bold" | "cell" | "checkbox" | "copy" | "move" | "sort" | "change" | "cut" | "paste" | "pause" | "play" | "message" | "info" | "phone" | "desktop" | "accessibility" | "add-circle" | "add" | "agent" | "alarm-clock" | "align-center" | "align-justify" | "align-left" | "align-right" | "archive-folder" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "attachment" | "bathtub" | "being-sick" | "bell" | "bicycle" | "blood-drop" | "bone" | "book" | "bookmark" | "bot" | "boy" | "brain" | "briefcase" | "broken-leg" | "bullhorn" | "calculator" | "calendar" | "call-transfer" | "camera" | "cash-in-hand" | "certificate-ribbon" | "certificate" | "check-document" | "checkbox-checked" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "christmas-gift" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "clear-filters" | "click-and-collect" | "clinic" | "cog" | "comment" | "comments" | "compass" | "confusion" | "dashboard" | "denied" | "detour" | "disabled-access" | "discussion" | "divide" | "dna-helix" | "doctors-bag" | "dollar-sign" | "double-chevron-down" | "double-chevron-left" | "double-chevron-right" | "double-chevron-up" | "download-alt" | "edit-document" | "edit" | "element-block" | "element-page" | "element-section" | "envelope" | "exclamation-circle" | "exclamation-sign" | "exclamation" | "exit" | "export" | "external-link" | "eye-closed" | "eye-open" | "federal" | "file-download" | "file-open" | "file" | "film" | "fire" | "flag-empty" | "flag-filled" | "flash" | "folder-close" | "folder-open" | "folder-up-level" | "for-you" | "form-agreement" | "form-checkbox" | "form-dropdown" | "form-number" | "form-radio" | "form-text-box" | "form-text" | "fullscreen" | "funnel" | "girl" | "glasses" | "globe" | "glucometer" | "hand-down" | "hand-left" | "hand-right" | "hand-up" | "handshake-heart" | "health-checkup" | "health" | "hearing-aid" | "hearing" | "heart-empty" | "heart-filled" | "heart-plus" | "helping-hand" | "history" | "home" | "hourglass" | "house" | "household" | "hyperlink" | "idea" | "in-progress" | "inbox" | "indent-left" | "indent-right" | "info-circle" | "info-popup" | "info-squared" | "internal-call" | "italic" | "keyhole-shield" | "kidney" | "leaf" | "lightning-bolt" | "list-numbered" | "list-thumbnails" | "list-unordered" | "liver" | "lock-open" | "lock" | "log-in" | "log-out" | "logout-rounded-left" | "lungs" | "mailbox-closed-flag-down" | "male-user" | "man" | "map-marker" | "map-with-marker" | "measuring-tape" | "medical-doctor" | "medical" | "menu-btn" | "minus-circle" | "minus" | "molecule" | "moleskine" | "money" | "muscle" | "network" | "neuron" | "new-window" | "no-symbol" | "non-smoker" | "notepad" | "ok-circle" | "ok" | "options-horizontal" | "options-vertical" | "out-of-network" | "out-patient-department" | "outgoing-call" | "paragraph" | "paycheck" | "paycheque" | "phone-analog" | "physical-therapy" | "piggy-bank" | "play-circle" | "policy-document" | "power" | "prescription-pill-bottle" | "prescription" | "print" | "profile" | "profit" | "purchase-order" | "push-pin" | "question-circle" | "question" | "questions" | "random" | "read-message" | "redo" | "refresh" | "remove-circle" | "remove" | "reply-arrow" | "resize-full" | "resize-horizontal" | "resize-small" | "resize-vertical" | "retweet" | "road" | "rod-of-asclepius" | "rubber-stamp" | "save" | "screenshot" | "search-property" | "security-checked" | "share" | "shopping-cart" | "skin" | "skip-to-start" | "smoker" | "sms" | "sort-alpha-reverse" | "sort-alpha" | "sort-ascending" | "sort-descending" | "sort-num-reverse" | "sort-num" | "speak-to-expert" | "speech-bubble-with-dots" | "speech-bubble" | "spouse" | "star-empty" | "star-filled" | "stats" | "stethoscope" | "stock-growth" | "stomach" | "submit-document" | "tag" | "tags" | "tasks" | "text-color" | "text-height" | "text-size" | "text-width" | "thumbnails-large" | "thumbnails" | "thumbs-down" | "thumbs-up" | "today" | "tooth" | "transfer" | "trash" | "trophy" | "truck" | "trust" | "tune" | "umbrella" | "underline" | "undo" | "upload" | "urgent-message" | "user-secured" | "user-shield" | "user" | "users" | "voice-check" | "walker" | "wallet" | "woman" | "wrench" | "zoom-in" | "zoom-out">;
28
28
  /** Content to append to input box */
29
- appendIconName: PropTypes.Requireable<"header" | "picture" | "search" | "time" | "video" | "switch" | "fill" | "rx" | "scale" | "download" | "checked" | "list" | "font" | "repeat" | "bold" | "cell" | "checkbox" | "copy" | "move" | "sort" | "change" | "cut" | "paste" | "pause" | "play" | "message" | "file" | "home" | "user" | "archive" | "accessibility" | "add-circle" | "add" | "agent" | "alarm-clock" | "align-center" | "align-justify" | "align-left" | "align-right" | "archive-folder" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "attachment" | "bathtub" | "being-sick" | "bell" | "bicycle" | "blood-drop" | "bone" | "book" | "bookmark" | "bot" | "boy" | "brain" | "briefcase" | "broken-leg" | "bullhorn" | "calculator" | "calendar" | "call-transfer" | "camera" | "cash-in-hand" | "certificate-ribbon" | "certificate" | "check-document" | "checkbox-checked" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "christmas-gift" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "clear-filters" | "click-and-collect" | "clinic" | "cog" | "comment" | "comments" | "compass" | "confusion" | "dashboard" | "denied" | "desktop" | "detour" | "disabled-access" | "discussion" | "divide" | "dna-helix" | "doctors-bag" | "dollar-sign" | "double-chevron-down" | "double-chevron-left" | "double-chevron-right" | "double-chevron-up" | "download-alt" | "edit-document" | "edit" | "element-block" | "element-page" | "element-section" | "envelope" | "exclamation-circle" | "exclamation-sign" | "exclamation" | "exit" | "export" | "external-link" | "eye-closed" | "eye-open" | "federal" | "file-download" | "file-open" | "film" | "fire" | "flag-empty" | "flag-filled" | "flash" | "folder-close" | "folder-open" | "folder-up-level" | "for-you" | "form-agreement" | "form-checkbox" | "form-dropdown" | "form-number" | "form-radio" | "form-text-box" | "form-text" | "fullscreen" | "funnel" | "girl" | "glasses" | "globe" | "glucometer" | "hand-down" | "hand-left" | "hand-right" | "hand-up" | "handshake-heart" | "health-checkup" | "health" | "hearing-aid" | "hearing" | "heart-empty" | "heart-filled" | "heart-plus" | "helping-hand" | "history" | "hourglass" | "house" | "household" | "hyperlink" | "idea" | "in-progress" | "inbox" | "indent-left" | "indent-right" | "info-circle" | "info-popup" | "info-squared" | "info" | "internal-call" | "italic" | "keyhole-shield" | "kidney" | "leaf" | "lightning-bolt" | "list-numbered" | "list-thumbnails" | "list-unordered" | "liver" | "lock-open" | "lock" | "log-in" | "log-out" | "logout-rounded-left" | "lungs" | "mailbox-closed-flag-down" | "male-user" | "man" | "map-marker" | "map-with-marker" | "measuring-tape" | "medical-doctor" | "medical" | "menu-btn" | "minus-circle" | "minus" | "molecule" | "moleskine" | "money" | "muscle" | "network" | "neuron" | "new-window" | "no-symbol" | "non-smoker" | "notepad" | "ok-circle" | "ok" | "options-horizontal" | "options-vertical" | "out-of-network" | "out-patient-department" | "outgoing-call" | "paragraph" | "paycheck" | "paycheque" | "phone-analog" | "phone" | "physical-therapy" | "piggy-bank" | "play-circle" | "policy-document" | "power" | "prescription-pill-bottle" | "prescription" | "print" | "profile" | "profit" | "purchase-order" | "push-pin" | "question-circle" | "question" | "questions" | "random" | "read-message" | "redo" | "refresh" | "remove-circle" | "remove" | "reply-arrow" | "resize-full" | "resize-horizontal" | "resize-small" | "resize-vertical" | "retweet" | "road" | "rod-of-asclepius" | "rubber-stamp" | "save" | "screenshot" | "search-property" | "security-checked" | "share" | "shopping-cart" | "skin" | "skip-to-start" | "smoker" | "sms" | "sort-alpha-reverse" | "sort-alpha" | "sort-ascending" | "sort-descending" | "sort-num-reverse" | "sort-num" | "speak-to-expert" | "speech-bubble-with-dots" | "speech-bubble" | "spouse" | "star-empty" | "star-filled" | "stats" | "stethoscope" | "stock-growth" | "stomach" | "submit-document" | "tag" | "tags" | "tasks" | "text-color" | "text-height" | "text-size" | "text-width" | "thumbnails-large" | "thumbnails" | "thumbs-down" | "thumbs-up" | "today" | "tooth" | "transfer" | "trash" | "trophy" | "truck" | "trust" | "tune" | "umbrella" | "underline" | "undo" | "upload" | "urgent-message" | "user-secured" | "user-shield" | "users" | "voice-check" | "walker" | "wallet" | "woman" | "wrench" | "zoom-in" | "zoom-out">;
29
+ appendIconName: PropTypes.Requireable<"header" | "picture" | "search" | "time" | "video" | "switch" | "fill" | "rx" | "scale" | "download" | "checked" | "list" | "font" | "repeat" | "bold" | "cell" | "checkbox" | "copy" | "move" | "sort" | "change" | "cut" | "paste" | "pause" | "play" | "message" | "info" | "phone" | "desktop" | "accessibility" | "add-circle" | "add" | "agent" | "alarm-clock" | "align-center" | "align-justify" | "align-left" | "align-right" | "archive-folder" | "archive" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "attachment" | "bathtub" | "being-sick" | "bell" | "bicycle" | "blood-drop" | "bone" | "book" | "bookmark" | "bot" | "boy" | "brain" | "briefcase" | "broken-leg" | "bullhorn" | "calculator" | "calendar" | "call-transfer" | "camera" | "cash-in-hand" | "certificate-ribbon" | "certificate" | "check-document" | "checkbox-checked" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "christmas-gift" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-right" | "circle-arrow-up" | "clear-filters" | "click-and-collect" | "clinic" | "cog" | "comment" | "comments" | "compass" | "confusion" | "dashboard" | "denied" | "detour" | "disabled-access" | "discussion" | "divide" | "dna-helix" | "doctors-bag" | "dollar-sign" | "double-chevron-down" | "double-chevron-left" | "double-chevron-right" | "double-chevron-up" | "download-alt" | "edit-document" | "edit" | "element-block" | "element-page" | "element-section" | "envelope" | "exclamation-circle" | "exclamation-sign" | "exclamation" | "exit" | "export" | "external-link" | "eye-closed" | "eye-open" | "federal" | "file-download" | "file-open" | "file" | "film" | "fire" | "flag-empty" | "flag-filled" | "flash" | "folder-close" | "folder-open" | "folder-up-level" | "for-you" | "form-agreement" | "form-checkbox" | "form-dropdown" | "form-number" | "form-radio" | "form-text-box" | "form-text" | "fullscreen" | "funnel" | "girl" | "glasses" | "globe" | "glucometer" | "hand-down" | "hand-left" | "hand-right" | "hand-up" | "handshake-heart" | "health-checkup" | "health" | "hearing-aid" | "hearing" | "heart-empty" | "heart-filled" | "heart-plus" | "helping-hand" | "history" | "home" | "hourglass" | "house" | "household" | "hyperlink" | "idea" | "in-progress" | "inbox" | "indent-left" | "indent-right" | "info-circle" | "info-popup" | "info-squared" | "internal-call" | "italic" | "keyhole-shield" | "kidney" | "leaf" | "lightning-bolt" | "list-numbered" | "list-thumbnails" | "list-unordered" | "liver" | "lock-open" | "lock" | "log-in" | "log-out" | "logout-rounded-left" | "lungs" | "mailbox-closed-flag-down" | "male-user" | "man" | "map-marker" | "map-with-marker" | "measuring-tape" | "medical-doctor" | "medical" | "menu-btn" | "minus-circle" | "minus" | "molecule" | "moleskine" | "money" | "muscle" | "network" | "neuron" | "new-window" | "no-symbol" | "non-smoker" | "notepad" | "ok-circle" | "ok" | "options-horizontal" | "options-vertical" | "out-of-network" | "out-patient-department" | "outgoing-call" | "paragraph" | "paycheck" | "paycheque" | "phone-analog" | "physical-therapy" | "piggy-bank" | "play-circle" | "policy-document" | "power" | "prescription-pill-bottle" | "prescription" | "print" | "profile" | "profit" | "purchase-order" | "push-pin" | "question-circle" | "question" | "questions" | "random" | "read-message" | "redo" | "refresh" | "remove-circle" | "remove" | "reply-arrow" | "resize-full" | "resize-horizontal" | "resize-small" | "resize-vertical" | "retweet" | "road" | "rod-of-asclepius" | "rubber-stamp" | "save" | "screenshot" | "search-property" | "security-checked" | "share" | "shopping-cart" | "skin" | "skip-to-start" | "smoker" | "sms" | "sort-alpha-reverse" | "sort-alpha" | "sort-ascending" | "sort-descending" | "sort-num-reverse" | "sort-num" | "speak-to-expert" | "speech-bubble-with-dots" | "speech-bubble" | "spouse" | "star-empty" | "star-filled" | "stats" | "stethoscope" | "stock-growth" | "stomach" | "submit-document" | "tag" | "tags" | "tasks" | "text-color" | "text-height" | "text-size" | "text-width" | "thumbnails-large" | "thumbnails" | "thumbs-down" | "thumbs-up" | "today" | "tooth" | "transfer" | "trash" | "trophy" | "truck" | "trust" | "tune" | "umbrella" | "underline" | "undo" | "upload" | "urgent-message" | "user-secured" | "user-shield" | "user" | "users" | "voice-check" | "walker" | "wallet" | "woman" | "wrench" | "zoom-in" | "zoom-out">;
30
30
  /** The type attribute for the textbox input */
31
31
  type: PropTypes.Requireable<React.HTMLInputTypeAttribute | undefined>;
32
32
  /** Whether the textbox is the flat style or not */
@@ -11,75 +11,75 @@ export interface ProgressTrackerInternalProps {
11
11
  }
12
12
  export type ProgressTrackerProps = Override<JSXElementProps<'ol'>, ProgressTrackerInternalProps & OptionalThemeProps>;
13
13
  declare const _default: React.ForwardRefExoticComponent<{
14
- slot?: string | undefined;
14
+ slot?: string | undefined | undefined;
15
15
  style?: React.CSSProperties | undefined;
16
- title?: string | undefined;
16
+ title?: string | undefined | undefined;
17
17
  ref?: ((instance: HTMLOListElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLOListElement> | null | undefined;
18
- suppressHydrationWarning?: boolean | undefined;
19
- className?: string | undefined;
20
- color?: string | undefined;
21
- id?: string | undefined;
22
- lang?: string | undefined;
23
- type?: "1" | "a" | "A" | "i" | "I" | undefined;
18
+ suppressHydrationWarning?: boolean | undefined | undefined;
19
+ className?: string | undefined | undefined;
20
+ color?: string | undefined | undefined;
21
+ id?: string | undefined | undefined;
22
+ lang?: string | undefined | undefined;
23
+ type?: "1" | "a" | "A" | "i" | "I" | undefined | undefined;
24
24
  role?: React.AriaRole | undefined;
25
- tabIndex?: number | undefined;
26
- "aria-activedescendant"?: string | undefined;
25
+ tabIndex?: number | undefined | undefined;
26
+ "aria-activedescendant"?: string | undefined | undefined;
27
27
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
28
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
29
- "aria-braillelabel"?: string | undefined;
30
- "aria-brailleroledescription"?: string | undefined;
28
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
29
+ "aria-braillelabel"?: string | undefined | undefined;
30
+ "aria-brailleroledescription"?: string | undefined | undefined;
31
31
  "aria-busy"?: (boolean | "true" | "false") | undefined;
32
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
33
- "aria-colcount"?: number | undefined;
34
- "aria-colindex"?: number | undefined;
35
- "aria-colindextext"?: string | undefined;
36
- "aria-colspan"?: number | undefined;
37
- "aria-controls"?: string | undefined;
38
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
39
- "aria-describedby"?: string | undefined;
40
- "aria-description"?: string | undefined;
41
- "aria-details"?: string | undefined;
32
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
33
+ "aria-colcount"?: number | undefined | undefined;
34
+ "aria-colindex"?: number | undefined | undefined;
35
+ "aria-colindextext"?: string | undefined | undefined;
36
+ "aria-colspan"?: number | undefined | undefined;
37
+ "aria-controls"?: string | undefined | undefined;
38
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
39
+ "aria-describedby"?: string | undefined | undefined;
40
+ "aria-description"?: string | undefined | undefined;
41
+ "aria-details"?: string | undefined | undefined;
42
42
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
43
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
44
- "aria-errormessage"?: string | undefined;
43
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
44
+ "aria-errormessage"?: string | undefined | undefined;
45
45
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
46
- "aria-flowto"?: string | undefined;
46
+ "aria-flowto"?: string | undefined | undefined;
47
47
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
48
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
48
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
49
49
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
50
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
51
- "aria-keyshortcuts"?: string | undefined;
52
- "aria-label"?: string | undefined;
53
- "aria-labelledby"?: string | undefined;
54
- "aria-level"?: number | undefined;
55
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
50
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
51
+ "aria-keyshortcuts"?: string | undefined | undefined;
52
+ "aria-label"?: string | undefined | undefined;
53
+ "aria-labelledby"?: string | undefined | undefined;
54
+ "aria-level"?: number | undefined | undefined;
55
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
56
56
  "aria-modal"?: (boolean | "true" | "false") | undefined;
57
57
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
58
58
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
59
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
60
- "aria-owns"?: string | undefined;
61
- "aria-placeholder"?: string | undefined;
62
- "aria-posinset"?: number | undefined;
63
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
59
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
60
+ "aria-owns"?: string | undefined | undefined;
61
+ "aria-placeholder"?: string | undefined | undefined;
62
+ "aria-posinset"?: number | undefined | undefined;
63
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
64
64
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
65
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
65
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
66
66
  "aria-required"?: (boolean | "true" | "false") | undefined;
67
- "aria-roledescription"?: string | undefined;
68
- "aria-rowcount"?: number | undefined;
69
- "aria-rowindex"?: number | undefined;
70
- "aria-rowindextext"?: string | undefined;
71
- "aria-rowspan"?: number | undefined;
67
+ "aria-roledescription"?: string | undefined | undefined;
68
+ "aria-rowcount"?: number | undefined | undefined;
69
+ "aria-rowindex"?: number | undefined | undefined;
70
+ "aria-rowindextext"?: string | undefined | undefined;
71
+ "aria-rowspan"?: number | undefined | undefined;
72
72
  "aria-selected"?: (boolean | "true" | "false") | undefined;
73
- "aria-setsize"?: number | undefined;
74
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
75
- "aria-valuemax"?: number | undefined;
76
- "aria-valuemin"?: number | undefined;
77
- "aria-valuenow"?: number | undefined;
78
- "aria-valuetext"?: string | undefined;
79
- children?: React.ReactNode | undefined;
73
+ "aria-setsize"?: number | undefined | undefined;
74
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
75
+ "aria-valuemax"?: number | undefined | undefined;
76
+ "aria-valuemin"?: number | undefined | undefined;
77
+ "aria-valuenow"?: number | undefined | undefined;
78
+ "aria-valuetext"?: string | undefined | undefined;
79
+ children?: React.ReactNode;
80
80
  dangerouslySetInnerHTML?: {
81
81
  __html: string | TrustedHTML;
82
- } | undefined;
82
+ } | undefined | undefined;
83
83
  onCopy?: React.ClipboardEventHandler<HTMLOListElement> | undefined;
84
84
  onCopyCapture?: React.ClipboardEventHandler<HTMLOListElement> | undefined;
85
85
  onCut?: React.ClipboardEventHandler<HTMLOListElement> | undefined;
@@ -242,47 +242,47 @@ declare const _default: React.ForwardRefExoticComponent<{
242
242
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLOListElement> | undefined;
243
243
  key?: React.Key | null | undefined;
244
244
  css?: import("styled-components").CSSProp | undefined;
245
- defaultChecked?: boolean | undefined;
245
+ defaultChecked?: boolean | undefined | undefined;
246
246
  defaultValue?: string | number | readonly string[] | undefined;
247
- suppressContentEditableWarning?: boolean | undefined;
248
- accessKey?: string | undefined;
249
- autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
250
- autoFocus?: boolean | undefined;
251
- contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
252
- contextMenu?: string | undefined;
253
- dir?: string | undefined;
247
+ suppressContentEditableWarning?: boolean | undefined | undefined;
248
+ accessKey?: string | undefined | undefined;
249
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
250
+ autoFocus?: boolean | undefined | undefined;
251
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
252
+ contextMenu?: string | undefined | undefined;
253
+ dir?: string | undefined | undefined;
254
254
  draggable?: (boolean | "true" | "false") | undefined;
255
- enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
256
- hidden?: boolean | undefined;
257
- nonce?: string | undefined;
255
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
256
+ hidden?: boolean | undefined | undefined;
257
+ nonce?: string | undefined | undefined;
258
258
  spellCheck?: (boolean | "true" | "false") | undefined;
259
- translate?: "yes" | "no" | undefined;
260
- radioGroup?: string | undefined;
261
- about?: string | undefined;
262
- content?: string | undefined;
263
- datatype?: string | undefined;
259
+ translate?: "yes" | "no" | undefined | undefined;
260
+ radioGroup?: string | undefined | undefined;
261
+ about?: string | undefined | undefined;
262
+ content?: string | undefined | undefined;
263
+ datatype?: string | undefined | undefined;
264
264
  inlist?: any;
265
- prefix?: string | undefined;
266
- property?: string | undefined;
267
- rel?: string | undefined;
268
- resource?: string | undefined;
269
- rev?: string | undefined;
270
- typeof?: string | undefined;
271
- vocab?: string | undefined;
272
- autoCorrect?: string | undefined;
273
- autoSave?: string | undefined;
274
- itemProp?: string | undefined;
275
- itemScope?: boolean | undefined;
276
- itemType?: string | undefined;
277
- itemID?: string | undefined;
278
- itemRef?: string | undefined;
279
- results?: number | undefined;
280
- security?: string | undefined;
281
- unselectable?: "on" | "off" | undefined;
282
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
283
- is?: string | undefined;
284
- reversed?: boolean | undefined;
285
- start?: number | undefined;
265
+ prefix?: string | undefined | undefined;
266
+ property?: string | undefined | undefined;
267
+ rel?: string | undefined | undefined;
268
+ resource?: string | undefined | undefined;
269
+ rev?: string | undefined | undefined;
270
+ typeof?: string | undefined | undefined;
271
+ vocab?: string | undefined | undefined;
272
+ autoCorrect?: string | undefined | undefined;
273
+ autoSave?: string | undefined | undefined;
274
+ itemProp?: string | undefined | undefined;
275
+ itemScope?: boolean | undefined | undefined;
276
+ itemType?: string | undefined | undefined;
277
+ itemID?: string | undefined | undefined;
278
+ itemRef?: string | undefined | undefined;
279
+ results?: number | undefined | undefined;
280
+ security?: string | undefined | undefined;
281
+ unselectable?: "on" | "off" | undefined | undefined;
282
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
283
+ is?: string | undefined | undefined;
284
+ reversed?: boolean | undefined | undefined;
285
+ start?: number | undefined | undefined;
286
286
  onPastStepClicked?: ((index: number) => void) | undefined;
287
287
  onFutureStepClicked?: ((index: number) => void) | undefined;
288
288
  showNav?: boolean | undefined;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { DrawerProps } from "../../containers/drawer/Drawer";
3
3
  import { SelectionDrawerItem } from "./SelectionDrawerItem";
4
4
  import { DrawerType, SelectionDrawerProviderProps } from "./SelectionDrawerProvider";
5
- import { ValidationStyleType } from "../../../../../../../shared/types/dist/src";
5
+ import { ValidationStyleType } from "../../../../shared";
6
6
  export type SelectionDrawerProps<T extends DrawerType = DrawerType> = Override<Omit<DrawerProps, 'activeKeys' | 'isAccordion' | 'useDefaultStyles'>, SelectionDrawerProviderProps<T>>;
7
7
  declare const SelectionDrawer: React.ForwardRefExoticComponent<Omit<Omit<DrawerProps, "activeKeys" | "isAccordion" | "useDefaultStyles">, "name" | "type" | "children" | "validationState" | keyof import("./SelectionDrawerProvider").HeaderAlignment | "selectedItems" | "openable" | "disableAll" | "onSelectionChange"> & Omit<import("../../controls/radio-buttons/RadioGroup").RadioGroupProps | {
8
8
  name?: string;
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- import { ValidationStyleType } from "../../../../../../../shared/types/dist/src";
2
+ import { ValidationStyleType } from "../../../../shared";
3
3
  import { CheckboxProps } from "../../controls/checkbox/Checkbox";
4
4
  import { DrawerType, HeaderAlignment } from "./SelectionDrawerProvider";
5
5
  import { RadioButtonProps } from "../../controls/radio-buttons/RadioButton";
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import { RadioGroupProps } from "../../controls/radio-buttons/RadioGroup";
4
- import { ValidationStyleType } from "../../../../../../../shared/types/dist/src";
4
+ import { ValidationStyleType } from "../../../../shared";
5
5
  export type DrawerType = 'radio' | 'checkbox';
6
6
  export type ControlAlignment = 'left' | 'right';
7
7
  export type HeaderAlignment = {
@@ -1,4 +1,4 @@
1
- import type ESTheme from "../../../../shared/types/dist/src";
1
+ import type ESTheme from "../shared";
2
2
  import React from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import type { DefaultTheme } from 'styled-components';
@@ -1,8 +1,8 @@
1
1
  /** Imports */
2
2
  import "./global";
3
3
  export { default as Icon } from "./components/base/icons/Icon";
4
- export type { IconName } from "../../../../shared/types/dist/src";
5
- export { iconNames } from "../../../../shared/types/dist/src";
4
+ export type { IconName } from "../shared";
5
+ export { iconNames } from "../shared";
6
6
  export { default as FullColorIcon } from "./components/base/icons/FullColorIcon";
7
7
  export { default as Notification } from "./components/containers/notification/Notification";
8
8
  export { default as LightNotification } from "./components/containers/notification/LightNotification";
@@ -41,7 +41,7 @@ export { default as LinkButton } from "./components/controls/buttons/LinkButton"
41
41
  export declare const LoaderButton: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key">, "ref"> & {
42
42
  waiting?: Maybe<boolean>;
43
43
  } & {
44
- size?: import("../../../../shared/types/dist/src").ButtonSize;
44
+ size?: import("../shared").ButtonSize;
45
45
  styleType?: import("./components/controls/buttons/Button").ButtonStyleType;
46
46
  mobileBlock?: boolean;
47
47
  flatLeftEdge?: boolean;
@@ -51,7 +51,7 @@ export declare const LoaderButton: import("react").ForwardRefExoticComponent<Omi
51
51
  export declare const LoaderOutlineButton: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key">, "ref"> & {
52
52
  waiting?: Maybe<boolean>;
53
53
  } & {
54
- size?: import("../../../../shared/types/dist/src").ButtonSize;
54
+ size?: import("../shared").ButtonSize;
55
55
  styleType?: import("./components/controls/buttons/Button").ButtonStyleType;
56
56
  mobileBlock?: boolean;
57
57
  flatLeftEdge?: boolean;
@@ -67,7 +67,7 @@ export declare const LoaderLinkButton: import("react").ForwardRefExoticComponent
67
67
  export declare const LoaderActionButton: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key">, "ref"> & {
68
68
  waiting?: Maybe<boolean>;
69
69
  } & {
70
- size?: import("../../../../shared/types/dist/src").ButtonSize;
70
+ size?: import("../shared").ButtonSize;
71
71
  styleType?: import("./components/controls/buttons/Button").ButtonStyleType;
72
72
  mobileBlock?: boolean;
73
73
  flatLeftEdge?: boolean;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import ESTheme from "../../../../../shared/types/dist/src";
2
+ import ESTheme from "../../shared";
3
3
  export declare function useIsViaTheme(): boolean;
4
4
  export declare function useStyleguideTheme(): ESTheme;
5
5
  export declare function ThemeSwitch(): React.JSX.Element;