@selfdecode/sd-component-library 4.0.79 → 4.0.81
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/README.md +17 -15
- package/lib/components/accordions/base-accordion/base-accordian.stories.d.ts +7 -0
- package/lib/components/accordions/sublist-accordion/sublist-accordian.stories.d.ts +8 -0
- package/lib/components/badges/primary-badge/primary-badge.stories.d.ts +6 -0
- package/lib/components/badges/secondary-badge/secondary-badge.stories.d.ts +6 -0
- package/lib/components/boolean-feedback/thumbs-feedback/thumbs-feedback.stories.d.ts +7 -0
- package/lib/components/boxes/outside-click-box/outside-click-box.stories.d.ts +7 -0
- package/lib/components/breadcrumbs/primary-breadcrumb/primary-breadcrumb.stories.d.ts +6 -0
- package/lib/components/breadcrumbs/secondary-breadcrumb/secondary-breadcrumb.stories.d.ts +6 -0
- package/lib/components/buttons/cta/primary-blue-button/primary-blue-button.stories.d.ts +6 -0
- package/lib/components/buttons/cta/primary-orange-button/primary-orange-button.stories.d.ts +7 -0
- package/lib/components/buttons/cta/secondary-blue-button/secondary-blue-button.stories.d.ts +9 -0
- package/lib/components/buttons/cta/secondary-orange-button/secondary-orange-button.stories.d.ts +6 -0
- package/lib/components/buttons/cta/text-cta-button/text-cta-button.stories.d.ts +6 -0
- package/lib/components/buttons/logos/powered-by-grey-logo/powered-by-grey-logo.stories.d.ts +6 -0
- package/lib/components/buttons/logos/powered-by-white-logo/powered-by-grey-logo.stories.d.ts +6 -0
- package/lib/components/buttons/logos/sd-white-logo/sd-white-logo.stories.d.ts +6 -0
- package/lib/components/buttons/partials/circle-button/circle-button.stories.d.ts +6 -0
- package/lib/components/buttons/partials/icon-button/icon-button.stories.d.ts +9 -0
- package/lib/components/buttons/partials/square-button/square-button.stories.d.ts +6 -0
- package/lib/components/cards/round-card/round-card.stories.d.ts +6 -0
- package/lib/components/checkboxes/checkbox/checkbox.stories.d.ts +9 -0
- package/lib/components/checkboxes/checkbox-v2/checkbox.stories.d.ts +10 -0
- package/lib/components/checkboxes/checkbox-v2/partials/checkbox-v2-container/interfaces.d.ts +1 -0
- package/lib/components/checkboxes/partial-checkbox/partial-checkbox.stories.d.ts +9 -0
- package/lib/components/checkboxes/partial-checkbox-v2/partial-checkbox-v2.stories.d.ts +10 -0
- package/lib/components/containers/layout-independend-max-width-container/layout-independend-max-width-container.stories.d.ts +6 -0
- package/lib/components/containers/section-container/section-container.stories.d.ts +6 -0
- package/lib/components/custom-scrollbar-box/custom-scrollbar-box.stories.d.ts +7 -0
- package/lib/components/dividers/horizontal-divider/horizontal-divider.stories.d.ts +6 -0
- package/lib/components/dividers/vertical-divider/vertical-divider.stories.d.ts +6 -0
- package/lib/components/feature-explanation/feature-explanation.stories.d.ts +6 -0
- package/lib/components/feedback/multiple-options-feedback/multiple-options-feedback.stories.d.ts +7 -0
- package/lib/components/feedback/yes-no-feedback-block/yes-no-feedback-block.stories.d.ts +7 -0
- package/lib/components/icons/bordered-plain-warning-circle-icon/bordered-plain-warning-circle-icon.stories.d.ts +8 -0
- package/lib/components/icons/round-bordered-star/round-bordered-star.stories.d.ts +9 -0
- package/lib/components/icons/triangular-pointer-icon/triangular-pointer-icon.stories.d.ts +6 -0
- package/lib/components/inputs/autocomplete-input/autocomplete-input.stories.d.ts +7 -0
- package/lib/components/inputs/client-portal-input/client-portal-input.stories.d.ts +8 -0
- package/lib/components/inputs/date-inputs/outlined-date-input/outlined-date-input.stories.d.ts +7 -0
- package/lib/components/inputs/date-inputs/outlined-date-range-input/outlined-date-range-input.stories.d.ts +8 -0
- package/lib/components/inputs/date-inputs/primary-date-input/primary-date-input.stories.d.ts +9 -0
- package/lib/components/inputs/date-inputs/primary-date-range-input/primary-date-range-input.stories.d.ts +7 -0
- package/lib/components/inputs/decody-question-input/decody-question-input.stories.d.ts +6 -0
- package/lib/components/inputs/multi-row-secondary-text-input/multi-row-secondary-text-input.stories.d.ts +7 -0
- package/lib/components/inputs/primary-number-input/primary-number-input.stories.d.ts +6 -0
- package/lib/components/inputs/primary-text-input/primary-number-input.stories.d.ts +7 -0
- package/lib/components/inputs/search-autocomplete-input/search-autocomplete-input.stories.d.ts +7 -0
- package/lib/components/inputs/search-input/search-input.stories.d.ts +6 -0
- package/lib/components/inputs/search-input-v2/search-input-v2.stories.d.ts +6 -0
- package/lib/components/inputs/secondary-number-input/secondary-number-input.stories.d.ts +10 -0
- package/lib/components/inputs/secondary-text-input/secondary-text-input.stories.d.ts +8 -0
- package/lib/components/links/primary-link/primary-link.stories.d.ts +7 -0
- package/lib/components/lists/primary-list/primary-list.stories.d.ts +6 -0
- package/lib/components/menus/actions-menu/actions-menu.stories.d.ts +6 -0
- package/lib/components/meters/bars-meter/bars-meter.stories.d.ts +8 -0
- package/lib/components/meters/compact-donut-gauge/compact-donut-gauge.stories.d.ts +7 -0
- package/lib/components/meters/dashed-meter/dashed-meter.stories.d.ts +7 -0
- package/lib/components/meters/donut-diagram/donut-diagram.stories.d.ts +9 -0
- package/lib/components/meters/gradient-outline-meter/gradient-outline-meter.stories.d.ts +9 -0
- package/lib/components/meters/gradient-outline-meter/small-gradient-outline-meter.stories.d.ts +9 -0
- package/lib/components/meters/linear-discrete-gauge-meter/linear-discrete-gauge-meter.stories.d.ts +6 -0
- package/lib/components/meters/linear-numeric-gauge-meter/linear-numeric-gauge-meter.stories.d.ts +6 -0
- package/lib/components/meters/multi-option-discrete-outline-meter/multi-option-discrete-outline-meter.stories.d.ts +6 -0
- package/lib/components/meters/multi-option-discrete-outline-meter/small-multi-option-discrete-outline-meter.stories.d.ts +6 -0
- package/lib/components/meters/outline-meter/interfaces.d.ts +1 -0
- package/lib/components/meters/outline-meter/outline-meter.stories.d.ts +9 -0
- package/lib/components/meters/outline-meter/small-outline-meter.stories.d.ts +9 -0
- package/lib/components/meters/people-meter/people-meter.stories.d.ts +6 -0
- package/lib/components/meters/smiley-meter-v2/interfaces.d.ts +1 -1
- package/lib/components/meters/smiley-meter-v2/small-smiley-meter-v2.stories.d.ts +7 -0
- package/lib/components/meters/smiley-meter-v2/smiley-meter-v2.stories.d.ts +7 -0
- package/lib/components/modals/primary-modal/primary-modal.stories.d.ts +8 -0
- package/lib/components/page-selectors/page-selector/page-selector.stories.d.ts +6 -0
- package/lib/components/pagination-bars/pagination-bar/pagination-bar.stories.d.ts +6 -0
- package/lib/components/pagination-bars/pagination-bar-mobile/pagination-bar-mobile.stories.d.ts +7 -0
- package/lib/components/progress-bars/line-progress-bar/line-progress-bar.stories.d.ts +6 -0
- package/lib/components/progress-bars/rounded-progress-bar/rounded-progress-bar.stories.d.ts +6 -0
- package/lib/components/progress-bars/striped-line-progress-bar/striped-line-progress-bar.stories.d.ts +6 -0
- package/lib/components/progress-steps/progress-steps.stories.d.ts +7 -0
- package/lib/components/selectors/combined-secondary-custom-selector/combined-secondary-custom-selector.stories.d.ts +7 -0
- package/lib/components/selectors/combined-secondary-selector-v2/combined-secondary-selector-v2.stories.d.ts +7 -0
- package/lib/components/selectors/compact-primary-selector/compact-primary-selector.stories.d.ts +6 -0
- package/lib/components/selectors/custom-scrollable-selector/custom-scrollable-selector.stories.d.ts +7 -0
- package/lib/components/selectors/custom-selector/custom-selector.stories.d.ts +7 -0
- package/lib/components/selectors/primary-custom-scrollable-selector/primary-custom-scrollable-selector.stories.d.ts +8 -0
- package/lib/components/selectors/primary-selector/primary-selector.stories.d.ts +7 -0
- package/lib/components/selectors/primary-selector-v2/primary-selector-v2.stories.d.ts +7 -0
- package/lib/components/selectors/secondary-custom-selector/secondary-custom-selector.stories.d.ts +7 -0
- package/lib/components/selectors/secondary-selector/secondary-selector.stories.d.ts +9 -0
- package/lib/components/selectors/secondary-selector-v2/secondary-selector-v2.stories.d.ts +7 -0
- package/lib/components/selectors/selector/selector.stories.d.ts +6 -0
- package/lib/components/selectors/selector-v2/selector-v2.stories.d.ts +10 -0
- package/lib/components/selectors/tertiary-custom-selector/tertiary-custom-selector.stories.d.ts +7 -0
- package/lib/components/selectors/tertiary-selector/tertiary-selector.stories.d.ts +8 -0
- package/lib/components/selectors/tertiary-selector-v2/tertiary-selector-v2.stories.d.ts +7 -0
- package/lib/components/selectors/updated-secondary-selector-v2/updated-secondary-selector-v2.stories.d.ts +7 -0
- package/lib/components/switches/carousel-switch/carousel-switch.stories.d.ts +7 -0
- package/lib/components/switches/text-switch/text-switch.stories.d.ts +7 -0
- package/lib/components/switches/toggle-switch/toggle-switch.stories.d.ts +6 -0
- package/lib/components/tabs/tab-bar/partials/tab/tab.d.ts +0 -1
- package/lib/components/tabs/tab-bar/tab-bar.d.ts +0 -1
- package/lib/components/tabs/tab-bar/tab-bar.stories.d.ts +17 -0
- package/lib/components/tabs/tab-bar-v2/tab-bar-v2.stories.d.ts +9 -0
- package/lib/components/tabs/tabbed-view-v2/tab-bar-v2.stories.d.ts +7 -0
- package/lib/components/tabs/tabs-menu/tabs-menu.d.ts +0 -1
- package/lib/components/tabs/tabs-menu/tabs-menu.stories.d.ts +29 -0
- package/lib/components/texts/base-text-v2/base-text-v2.stories.d.ts +6 -0
- package/lib/components/texts/eighteen-bold/eighteen-bold.stories.d.ts +6 -0
- package/lib/components/texts/eighteen-regular/eighteen-regular.stories.d.ts +6 -0
- package/lib/components/texts/fifty-five-sb/fifty-five-sb.stories.d.ts +6 -0
- package/lib/components/texts/fourteen-regular/fourteen-regular.stories.d.ts +6 -0
- package/lib/components/texts/fourteen-sb/fourteen-sb.stories.d.ts +6 -0
- package/lib/components/texts/fourty-bold/fourty-bold.stories.d.ts +6 -0
- package/lib/components/texts/no-translate/no-translate.stories.d.ts +6 -0
- package/lib/components/texts/responsive-text/responsive-text.stories.d.ts +6 -0
- package/lib/components/texts/responsive-text-v2/responsive-text-v2.stories.d.ts +6 -0
- package/lib/components/texts/sixteen-regular/sixteen-regular.stories.d.ts +6 -0
- package/lib/components/texts/sixteen-sb/sixteen-sb.stories.d.ts +6 -0
- package/lib/components/texts/ten-sb/ten-sb.stories.d.ts +6 -0
- package/lib/components/texts/thirteen-bold/thirteen-bold.stories.d.ts +6 -0
- package/lib/components/texts/thirteen-regular/thirteen-regular.stories.d.ts +6 -0
- package/lib/components/texts/thirteen-sb/thirteen-sb.stories.d.ts +6 -0
- package/lib/components/texts/thirty-two-bold/thirty-two-bold.stories.d.ts +6 -0
- package/lib/components/texts/thirty-two-regular/thirty-two-regular.stories.d.ts +6 -0
- package/lib/components/texts/twelve-regular/twelve-regular.stories.d.ts +6 -0
- package/lib/components/texts/twelve-sb/twelve-regular.stories.d.ts +6 -0
- package/lib/components/texts/twenty-four-bold/twenty-four-bold.stories.d.ts +6 -0
- package/lib/components/texts/twenty-four-regular/twenty-four-regular.stories.d.ts +6 -0
- package/lib/components/tooltips/actions-tooltip/actions-tooltip.stories.d.ts +6 -0
- package/lib/components/tooltips/primary-info-tooltip/primary-info-tooltip.stories.d.ts +6 -0
- package/lib/components/tooltips/react-element-tooltip/react-element-tooltip.stories.d.ts +6 -0
- package/lib/components/tooltips/tooltip-with-pointer/tooltip-with-pointer.stories.d.ts +8 -0
- package/lib/sd-component-library101.js +4 -4
- package/lib/sd-component-library107.js +1 -1
- package/lib/sd-component-library113.js +1 -1
- package/lib/sd-component-library121.js +1 -1
- package/lib/sd-component-library122.js +1 -1
- package/lib/sd-component-library124.js +1 -1
- package/lib/sd-component-library15.js +1 -1
- package/lib/sd-component-library161.js +1 -1
- package/lib/sd-component-library166.js +1 -1
- package/lib/sd-component-library190.js +3 -3
- package/lib/sd-component-library194.js +3 -2
- package/lib/sd-component-library194.js.map +1 -1
- package/lib/sd-component-library195.js +2 -30
- package/lib/sd-component-library195.js.map +1 -1
- package/lib/sd-component-library196.js +21 -590
- package/lib/sd-component-library196.js.map +1 -1
- package/lib/sd-component-library197.js +599 -57
- package/lib/sd-component-library197.js.map +1 -1
- package/lib/sd-component-library200.js +3 -3
- package/lib/sd-component-library200.js.map +1 -1
- package/lib/sd-component-library201.js +3 -3
- package/lib/sd-component-library201.js.map +1 -1
- package/lib/sd-component-library202.js +57 -3
- package/lib/sd-component-library202.js.map +1 -1
- package/lib/sd-component-library203.js +21 -20
- package/lib/sd-component-library203.js.map +1 -1
- package/lib/sd-component-library205.js +19 -62
- package/lib/sd-component-library205.js.map +1 -1
- package/lib/sd-component-library206.js +3 -23
- package/lib/sd-component-library206.js.map +1 -1
- package/lib/sd-component-library207.js +3 -3
- package/lib/sd-component-library207.js.map +1 -1
- package/lib/sd-component-library208.js +64 -3
- package/lib/sd-component-library208.js.map +1 -1
- package/lib/sd-component-library209.js +23 -31
- package/lib/sd-component-library209.js.map +1 -1
- package/lib/sd-component-library210.js +40 -19
- package/lib/sd-component-library210.js.map +1 -1
- package/lib/sd-component-library211.js +127 -18
- package/lib/sd-component-library211.js.map +1 -1
- package/lib/sd-component-library212.js +13 -28
- package/lib/sd-component-library212.js.map +1 -1
- package/lib/sd-component-library213.js +14 -33
- package/lib/sd-component-library213.js.map +1 -1
- package/lib/sd-component-library214.js +3 -129
- package/lib/sd-component-library214.js.map +1 -1
- package/lib/sd-component-library215.js +3 -43
- package/lib/sd-component-library215.js.map +1 -1
- package/lib/sd-component-library216.js +44 -45
- package/lib/sd-component-library216.js.map +1 -1
- package/lib/sd-component-library217.js +3 -8
- package/lib/sd-component-library217.js.map +1 -1
- package/lib/sd-component-library218.js +52 -21
- package/lib/sd-component-library218.js.map +1 -1
- package/lib/sd-component-library219.js +14 -107
- package/lib/sd-component-library219.js.map +1 -1
- package/lib/sd-component-library220.js +60 -42
- package/lib/sd-component-library220.js.map +1 -1
- package/lib/sd-component-library221.js +3 -24
- package/lib/sd-component-library221.js.map +1 -1
- package/lib/sd-component-library222.js +3 -53
- package/lib/sd-component-library222.js.map +1 -1
- package/lib/sd-component-library223.js +25 -63
- package/lib/sd-component-library223.js.map +1 -1
- package/lib/sd-component-library224.js +31 -43
- package/lib/sd-component-library224.js.map +1 -1
- package/lib/sd-component-library225.js +129 -13
- package/lib/sd-component-library225.js.map +1 -1
- package/lib/sd-component-library226.js +42 -47
- package/lib/sd-component-library226.js.map +1 -1
- package/lib/sd-component-library227.js +45 -39
- package/lib/sd-component-library227.js.map +1 -1
- package/lib/sd-component-library228.js +8 -27
- package/lib/sd-component-library228.js.map +1 -1
- package/lib/sd-component-library229.js +3 -75
- package/lib/sd-component-library229.js.map +1 -1
- package/lib/sd-component-library23.js +1 -1
- package/lib/sd-component-library230.js +19 -21
- package/lib/sd-component-library230.js.map +1 -1
- package/lib/sd-component-library231.js +20 -20
- package/lib/sd-component-library231.js.map +1 -1
- package/lib/sd-component-library232.js +28 -2
- package/lib/sd-component-library232.js.map +1 -1
- package/lib/sd-component-library233.js +29 -22
- package/lib/sd-component-library233.js.map +1 -1
- package/lib/sd-component-library234.js +47 -20
- package/lib/sd-component-library234.js.map +1 -1
- package/lib/sd-component-library235.js +75 -3
- package/lib/sd-component-library235.js.map +1 -1
- package/lib/sd-component-library236.js +64 -3
- package/lib/sd-component-library236.js.map +1 -1
- package/lib/sd-component-library237.js +39 -36
- package/lib/sd-component-library237.js.map +1 -1
- package/lib/sd-component-library238.js +12 -128
- package/lib/sd-component-library238.js.map +1 -1
- package/lib/sd-component-library239.js +29 -13
- package/lib/sd-component-library239.js.map +1 -1
- package/lib/sd-component-library24.js +1 -1
- package/lib/sd-component-library240.js +3 -14
- package/lib/sd-component-library240.js.map +1 -1
- package/lib/sd-component-library241.js +24 -3
- package/lib/sd-component-library241.js.map +1 -1
- package/lib/sd-component-library242.js +3 -3
- package/lib/sd-component-library242.js.map +1 -1
- package/lib/sd-component-library243.js +321 -61
- package/lib/sd-component-library243.js.map +1 -1
- package/lib/sd-component-library244.js +5 -3
- package/lib/sd-component-library244.js.map +1 -1
- package/lib/sd-component-library245.js +2 -3
- package/lib/sd-component-library245.js.map +1 -1
- package/lib/sd-component-library246.js +19 -44
- package/lib/sd-component-library246.js.map +1 -1
- package/lib/sd-component-library247.js +19 -51
- package/lib/sd-component-library247.js.map +1 -1
- package/lib/sd-component-library248.js +20 -324
- package/lib/sd-component-library248.js.map +1 -1
- package/lib/sd-component-library249.js +109 -5
- package/lib/sd-component-library249.js.map +1 -1
- package/lib/sd-component-library250.js +42 -24
- package/lib/sd-component-library250.js.map +1 -1
- package/lib/sd-component-library251.js +24 -3
- package/lib/sd-component-library251.js.map +1 -1
- package/lib/sd-component-library252.js +48 -19
- package/lib/sd-component-library252.js.map +1 -1
- package/lib/sd-component-library253.js +25 -3
- package/lib/sd-component-library253.js.map +1 -1
- package/lib/sd-component-library254.js +21 -15
- package/lib/sd-component-library254.js.map +1 -1
- package/lib/sd-component-library255.js +39 -23
- package/lib/sd-component-library255.js.map +1 -1
- package/lib/sd-component-library256.js +25 -20
- package/lib/sd-component-library256.js.map +1 -1
- package/lib/sd-component-library259.js +1 -1
- package/lib/sd-component-library275.js +2 -3
- package/lib/sd-component-library275.js.map +1 -1
- package/lib/sd-component-library276.js +2 -3
- package/lib/sd-component-library276.js.map +1 -1
- package/lib/sd-component-library277.js +70 -3
- package/lib/sd-component-library277.js.map +1 -1
- package/lib/sd-component-library278.js +102 -6
- package/lib/sd-component-library278.js.map +1 -1
- package/lib/sd-component-library279.js +106 -10
- package/lib/sd-component-library279.js.map +1 -1
- package/lib/sd-component-library280.js +10 -2
- package/lib/sd-component-library280.js.map +1 -1
- package/lib/sd-component-library281.js +6 -2
- package/lib/sd-component-library281.js.map +1 -1
- package/lib/sd-component-library282.js +2 -70
- package/lib/sd-component-library282.js.map +1 -1
- package/lib/sd-component-library283.js +35 -101
- package/lib/sd-component-library283.js.map +1 -1
- package/lib/sd-component-library284.js +14 -106
- package/lib/sd-component-library284.js.map +1 -1
- package/lib/sd-component-library285.js +2 -2
- package/lib/sd-component-library286.js +8 -36
- package/lib/sd-component-library286.js.map +1 -1
- package/lib/sd-component-library287.js +328 -14
- package/lib/sd-component-library287.js.map +1 -1
- package/lib/sd-component-library288.js +51 -2
- package/lib/sd-component-library288.js.map +1 -1
- package/lib/sd-component-library289.js +3 -8
- package/lib/sd-component-library289.js.map +1 -1
- package/lib/sd-component-library290.js +3 -328
- package/lib/sd-component-library290.js.map +1 -1
- package/lib/sd-component-library291.js +3 -51
- package/lib/sd-component-library291.js.map +1 -1
- package/lib/sd-component-library293.js +1 -1
- package/lib/sd-component-library294.js +1 -1
- package/lib/sd-component-library299.js +2 -9
- package/lib/sd-component-library299.js.map +1 -1
- package/lib/sd-component-library300.js +2 -5
- package/lib/sd-component-library300.js.map +1 -1
- package/lib/sd-component-library301.js +8 -3
- package/lib/sd-component-library301.js.map +1 -1
- package/lib/sd-component-library302.js +5 -19
- package/lib/sd-component-library302.js.map +1 -1
- package/lib/sd-component-library303.js +4 -3
- package/lib/sd-component-library303.js.map +1 -1
- package/lib/sd-component-library304.js +19 -2
- package/lib/sd-component-library304.js.map +1 -1
- package/lib/sd-component-library305.js +3 -2
- package/lib/sd-component-library305.js.map +1 -1
- package/lib/sd-component-library307.js +54 -31
- package/lib/sd-component-library307.js.map +1 -1
- package/lib/sd-component-library308.js +22 -21
- package/lib/sd-component-library308.js.map +1 -1
- package/lib/sd-component-library309.js +20 -88
- package/lib/sd-component-library309.js.map +1 -1
- package/lib/sd-component-library310.js +34 -50
- package/lib/sd-component-library310.js.map +1 -1
- package/lib/sd-component-library311.js +51 -5
- package/lib/sd-component-library311.js.map +1 -1
- package/lib/sd-component-library312.js +93 -4
- package/lib/sd-component-library312.js.map +1 -1
- package/lib/sd-component-library313.js +4 -57
- package/lib/sd-component-library313.js.map +1 -1
- package/lib/sd-component-library314.js +4 -26
- package/lib/sd-component-library314.js.map +1 -1
- package/lib/sd-component-library316.js +28 -89
- package/lib/sd-component-library316.js.map +1 -1
- package/lib/sd-component-library317.js +17 -25
- package/lib/sd-component-library317.js.map +1 -1
- package/lib/sd-component-library318.js +89 -20
- package/lib/sd-component-library318.js.map +1 -1
- package/lib/sd-component-library5.js +1 -1
- package/lib/sd-component-library52.js +3 -3
- package/lib/sd-component-library53.js +2 -2
- package/lib/sd-component-library54.js +2 -2
- package/lib/sd-component-library55.js +1 -1
- package/lib/sd-component-library56.js +2 -2
- package/lib/sd-component-library57.js +5 -5
- package/lib/sd-component-library58.js +1 -1
- package/lib/sd-component-library59.js +2 -2
- package/lib/sd-component-library6.js +1 -1
- package/lib/sd-component-library60.js +1 -1
- package/lib/sd-component-library65.js +2 -2
- package/lib/sd-component-library67.js +3 -3
- package/lib/sd-component-library69.js +2 -2
- package/lib/sd-component-library70.js +3 -3
- package/lib/sd-component-library71.js +1 -1
- package/lib/sd-component-library72.js +1 -1
- package/lib/sd-component-library74.js +1 -1
- package/lib/sd-component-library75.js +1 -1
- package/lib/sd-component-library80.js +1 -1
- package/lib/sd-component-library81.js +42 -41
- package/lib/sd-component-library81.js.map +1 -1
- package/lib/sd-component-library82.js +2 -2
- package/lib/sd-component-library83.js +1 -1
- package/lib/sd-component-library84.js +41 -40
- package/lib/sd-component-library84.js.map +1 -1
- package/lib/sd-component-library85.js +1 -1
- package/lib/sd-component-library87.js +33 -32
- package/lib/sd-component-library87.js.map +1 -1
- package/lib/sd-component-library88.js +1 -1
- package/lib/sd-component-library89.js +39 -38
- package/lib/sd-component-library89.js.map +1 -1
- package/lib/sd-component-library90.js +1 -1
- package/lib/sd-component-library93.js +2 -2
- package/lib/sd-component-library94.js +3 -3
- package/lib/sd-component-library95.js +2 -2
- package/lib/sd-component-library96.js +3 -3
- package/lib/sd-component-library97.js +2 -2
- package/lib/sd-component-library99.js +4 -4
- package/package.json +20 -6
- package/lib/favicon.ico +0 -0
- package/lib/index.html +0 -35
|
@@ -1,31 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
), i = n.map((e, t) => ({
|
|
10
|
-
...e,
|
|
11
|
-
color: t < o ? n[o].color : e.color
|
|
12
|
-
}));
|
|
13
|
-
return /* @__PURE__ */ a.jsx(a.Fragment, { children: i.map((e, t) => /* @__PURE__ */ g(
|
|
14
|
-
d,
|
|
15
|
-
{
|
|
16
|
-
...e,
|
|
17
|
-
...r,
|
|
18
|
-
idx: t,
|
|
19
|
-
totalRanges: n.length,
|
|
20
|
-
pointerLength: c,
|
|
21
|
-
key: `${e.start}-${e.end}-${t}`,
|
|
22
|
-
isMatchedRange: o === t,
|
|
23
|
-
ref: m
|
|
24
|
-
}
|
|
25
|
-
)) });
|
|
26
|
-
}
|
|
27
|
-
);
|
|
1
|
+
import { escape as c, unescape as a } from "lodash-es";
|
|
2
|
+
const l = " ", n = (e) => `<div>${e}</div>`, r = (e, p) => p === 0 ? e : n(e), i = (e) => a(
|
|
3
|
+
e.replaceAll("<br>", "\r").split("<div>").map(
|
|
4
|
+
(p) => p.endsWith("</div>") ? p.slice(0, -6) : p
|
|
5
|
+
).join(`
|
|
6
|
+
`)
|
|
7
|
+
).replaceAll(l, " "), t = (e) => c(e).replaceAll(" ", l).replaceAll("\r", "<br>").split(`
|
|
8
|
+
`).map(r).join("");
|
|
28
9
|
export {
|
|
29
|
-
|
|
10
|
+
t as escapeWrapper,
|
|
11
|
+
l as htmlSpace,
|
|
12
|
+
r as lineToHtml,
|
|
13
|
+
i as unescapeWrapper,
|
|
14
|
+
n as wrapByDiv
|
|
30
15
|
};
|
|
31
16
|
//# sourceMappingURL=sd-component-library212.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sd-component-library212.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"sd-component-library212.js","sources":["../src/components/inputs/multi-row-secondary-text-input/utils.ts"],"sourcesContent":["import { escape, unescape } from \"lodash-es\";\n\nexport const htmlSpace = \" \";\n\nexport const wrapByDiv = (s: string) => `<div>${s}</div>`;\n\nexport const lineToHtml = (line: string, idx: number) =>\n idx === 0 ? line : wrapByDiv(line);\n\nexport const unescapeWrapper = (s: string) =>\n unescape(\n s\n .replaceAll(\"<br>\", \"\\r\")\n .split(\"<div>\")\n .map((row) =>\n row.endsWith(\"</div>\") ? row.slice(0, -\"<div/>\".length) : row\n )\n .join(\"\\n\")\n ).replaceAll(htmlSpace, \" \");\n\nexport const escapeWrapper = (s: string) =>\n escape(s)\n .replaceAll(\" \", htmlSpace)\n .replaceAll(\"\\r\", \"<br>\")\n .split(\"\\n\")\n .map(lineToHtml)\n .join(\"\");\n"],"names":["htmlSpace","wrapByDiv","s","lineToHtml","line","idx","unescapeWrapper","unescape","row","escapeWrapper","escape"],"mappings":";AAEO,MAAMA,IAAY,UAEZC,IAAY,CAACC,MAAc,QAAQA,CAAC,UAEpCC,IAAa,CAACC,GAAcC,MACvCA,MAAQ,IAAID,IAAOH,EAAUG,CAAI,GAEtBE,IAAkB,CAACJ,MAC9BK;AAAA,EACEL,EACG,WAAW,QAAQ,IAAI,EACvB,MAAM,OAAO,EACb;AAAA,IAAI,CAACM,MACJA,EAAI,SAAS,QAAQ,IAAIA,EAAI,MAAM,GAAG,EAAgB,IAAIA;AAAA,EAAA,EAE3D,KAAK;AAAA,CAAI;AACd,EAAE,WAAWR,GAAW,GAAG,GAEhBS,IAAgB,CAACP,MAC5BQ,EAAOR,CAAC,EACL,WAAW,KAAKF,CAAS,EACzB,WAAW,MAAM,MAAM,EACvB,MAAM;AAAA,CAAI,EACV,IAAIG,CAAU,EACd,KAAK,EAAE;"}
|
|
@@ -1,36 +1,17 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
} = e, { start: g, end: l } = a, m = d / 2, { rangeArcMiddle: x } = p(
|
|
15
|
-
n,
|
|
16
|
-
o,
|
|
17
|
-
r,
|
|
18
|
-
s,
|
|
19
|
-
g,
|
|
20
|
-
l
|
|
21
|
-
), t = Math.round(x);
|
|
22
|
-
return /* @__PURE__ */ h.jsx(
|
|
23
|
-
u,
|
|
24
|
-
{
|
|
25
|
-
...e,
|
|
26
|
-
...a,
|
|
27
|
-
alpha: i ? 360 - t : t,
|
|
28
|
-
radius: m,
|
|
29
|
-
round: c
|
|
30
|
-
}
|
|
31
|
-
);
|
|
32
|
-
};
|
|
1
|
+
import { j as i } from "./sd-component-library190.js";
|
|
2
|
+
import { Button as e } from "./sd-component-library25.js";
|
|
3
|
+
const n = (t) => /* @__PURE__ */ i.jsx(
|
|
4
|
+
e,
|
|
5
|
+
{
|
|
6
|
+
...t,
|
|
7
|
+
variant: "_circle",
|
|
8
|
+
width: [`${t.diameter}px`],
|
|
9
|
+
height: [`${t.diameter}px`],
|
|
10
|
+
"data-testid": "circle-button",
|
|
11
|
+
children: t.children
|
|
12
|
+
}
|
|
13
|
+
);
|
|
33
14
|
export {
|
|
34
|
-
|
|
15
|
+
n as CircleButton
|
|
35
16
|
};
|
|
36
17
|
//# sourceMappingURL=sd-component-library213.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sd-component-library213.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"sd-component-library213.js","sources":["../src/components/buttons/partials/circle-button/circle-button.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { CircleButtonProps } from \".\";\nimport { Button } from \"../../button\";\n\n/**\n * The circle button.\n */\nexport const CircleButton: React.FC<CircleButtonProps> = (props) => (\n <Button\n {...props}\n variant=\"_circle\"\n width={[`${props.diameter}px`]}\n height={[`${props.diameter}px`]}\n data-testid=\"circle-button\"\n >\n {props.children}\n </Button>\n);\n"],"names":["CircleButton","props","jsx","Button"],"mappings":";;AAQa,MAAAA,IAA4C,CAACC,MACxDC,gBAAAA,EAAA;AAAA,EAACC;AAAA,EAAA;AAAA,IACE,GAAGF;AAAA,IACJ,SAAQ;AAAA,IACR,OAAO,CAAC,GAAGA,EAAM,QAAQ,IAAI;AAAA,IAC7B,QAAQ,CAAC,GAAGA,EAAM,QAAQ,IAAI;AAAA,IAC9B,eAAY;AAAA,IAEX,UAAMA,EAAA;AAAA,EAAA;AACT;"}
|
|
@@ -1,132 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
import { isValueInRange as Z, inValueHigherThanRange as F, getCoordinateForArc as d, getInnerX as $, getInnerY as tt, degToRad as L } from "./sd-component-library86.js";
|
|
4
|
-
import { BaseOutlineArc as X } from "./sd-component-library308.js";
|
|
5
|
-
import { OutlineMeterLabelPointer as O } from "./sd-component-library221.js";
|
|
6
|
-
const st = U.forwardRef(
|
|
7
|
-
(D, M) => {
|
|
8
|
-
const {
|
|
9
|
-
start: n,
|
|
10
|
-
end: r,
|
|
11
|
-
color: x,
|
|
12
|
-
bounds: R,
|
|
13
|
-
diameter: o,
|
|
14
|
-
arc: v,
|
|
15
|
-
distanceBetweenRanges: l,
|
|
16
|
-
totalRanges: y,
|
|
17
|
-
value: g,
|
|
18
|
-
gaugeWidth: s,
|
|
19
|
-
segmented: f,
|
|
20
|
-
idx: m,
|
|
21
|
-
pointStrokeWidth: I,
|
|
22
|
-
innerPointRadius: T,
|
|
23
|
-
distanceFromRanges: b,
|
|
24
|
-
label: w,
|
|
25
|
-
labelPosition: V,
|
|
26
|
-
hideLabels: E,
|
|
27
|
-
connected: _
|
|
28
|
-
} = D, S = "#CCD0DB", A = v - (y - 1) * l, H = A * (r - n), Y = Z(g, n, r, R), q = (360 - v) / 2, t = o / 2, a = q + l * m + A * n, C = _ && F(g, r, R), i = a + A * (r - n) + (C ? l : 0), { x: P, y: j } = d(
|
|
29
|
-
t,
|
|
30
|
-
a
|
|
31
|
-
), { x: W, y: k } = d(
|
|
32
|
-
t,
|
|
33
|
-
i
|
|
34
|
-
), u = V || m === 0 ? "left" : m === y - 1 ? "right" : "top";
|
|
35
|
-
if (f || !Y) {
|
|
36
|
-
const J = f && Y || !f && F(g, r, R) ? x : S, B = C ? i - l : i, { y: K } = d(
|
|
37
|
-
t,
|
|
38
|
-
B
|
|
39
|
-
), { x: N, y: Q } = d(
|
|
40
|
-
t,
|
|
41
|
-
(a + B) / 2
|
|
42
|
-
);
|
|
43
|
-
return /* @__PURE__ */ e.jsxs("g", { children: [
|
|
44
|
-
/* @__PURE__ */ e.jsx(
|
|
45
|
-
X,
|
|
46
|
-
{
|
|
47
|
-
startX: P,
|
|
48
|
-
startY: j,
|
|
49
|
-
endX: W,
|
|
50
|
-
endY: k,
|
|
51
|
-
startAlpha: a,
|
|
52
|
-
endAlpha: i,
|
|
53
|
-
color: J,
|
|
54
|
-
radius: t,
|
|
55
|
-
width: s
|
|
56
|
-
}
|
|
57
|
-
),
|
|
58
|
-
!E && w && /* @__PURE__ */ e.jsx(
|
|
59
|
-
O,
|
|
60
|
-
{
|
|
61
|
-
diameter: o,
|
|
62
|
-
position: u,
|
|
63
|
-
distanceFromRanges: b,
|
|
64
|
-
isInRange: Y,
|
|
65
|
-
...u === "right" && j > o / 2 || u === "left" && K > o / 2 ? {
|
|
66
|
-
rangeX: N,
|
|
67
|
-
rangeY: Q
|
|
68
|
-
} : void 0
|
|
69
|
-
}
|
|
70
|
-
)
|
|
71
|
-
] });
|
|
72
|
-
}
|
|
73
|
-
const c = a + (g - n) / (r - n) * H, { x: h, y: p } = d(t, c), z = $(h, L(c), s), G = tt(p, L(c), s);
|
|
74
|
-
return /* @__PURE__ */ e.jsxs("g", { children: [
|
|
75
|
-
/* @__PURE__ */ e.jsx(
|
|
76
|
-
X,
|
|
77
|
-
{
|
|
78
|
-
startX: P,
|
|
79
|
-
startY: j,
|
|
80
|
-
endX: h,
|
|
81
|
-
endY: p,
|
|
82
|
-
startAlpha: a,
|
|
83
|
-
endAlpha: c,
|
|
84
|
-
color: x,
|
|
85
|
-
radius: t,
|
|
86
|
-
width: s,
|
|
87
|
-
roundEnd: !1
|
|
88
|
-
}
|
|
89
|
-
),
|
|
90
|
-
/* @__PURE__ */ e.jsx(
|
|
91
|
-
X,
|
|
92
|
-
{
|
|
93
|
-
startX: h,
|
|
94
|
-
startY: p,
|
|
95
|
-
endX: W,
|
|
96
|
-
endY: k,
|
|
97
|
-
startAlpha: c,
|
|
98
|
-
endAlpha: i,
|
|
99
|
-
color: S,
|
|
100
|
-
radius: t,
|
|
101
|
-
width: s,
|
|
102
|
-
roundStart: !1
|
|
103
|
-
}
|
|
104
|
-
),
|
|
105
|
-
/* @__PURE__ */ e.jsx(
|
|
106
|
-
"circle",
|
|
107
|
-
{
|
|
108
|
-
cx: (h + z) / 2,
|
|
109
|
-
cy: (p + G) / 2,
|
|
110
|
-
r: I + T,
|
|
111
|
-
strokeWidth: I,
|
|
112
|
-
stroke: x,
|
|
113
|
-
fill: "white",
|
|
114
|
-
ref: M
|
|
115
|
-
}
|
|
116
|
-
),
|
|
117
|
-
!E && w && /* @__PURE__ */ e.jsx(
|
|
118
|
-
O,
|
|
119
|
-
{
|
|
120
|
-
diameter: o,
|
|
121
|
-
isInRange: !0,
|
|
122
|
-
position: u,
|
|
123
|
-
distanceFromRanges: b
|
|
124
|
-
}
|
|
125
|
-
)
|
|
126
|
-
] });
|
|
127
|
-
}
|
|
128
|
-
);
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const o = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "#4B71F7", d: "M0 9h24v6h-24z" }));
|
|
129
3
|
export {
|
|
130
|
-
|
|
4
|
+
o as ReactComponent
|
|
131
5
|
};
|
|
132
6
|
//# sourceMappingURL=sd-component-library214.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sd-component-library214.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"sd-component-library214.js","sources":["../src/components/inputs/primary-number-input/assets/minus-active.svg"],"sourcesContent":["export default \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjNEI3MUY3IiBkPSJNMCA5aDI0djZoLTI0eiIvPjwvc3ZnPg==\""],"names":["SvgMinusActive","props","React"],"mappings":";AACK,MAACA,IAAiB,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,GAAGD,EAAO,GAAkB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,MAAM,WAAW,GAAG,iBAAgB,CAAE,CAAC;"}
|
|
@@ -1,46 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const X = (p) => {
|
|
4
|
-
const {
|
|
5
|
-
diameter: l,
|
|
6
|
-
arc: a,
|
|
7
|
-
color: u = "#CCD0DB",
|
|
8
|
-
dashHeight: e,
|
|
9
|
-
dashWidth: x,
|
|
10
|
-
numberOfDashes: r,
|
|
11
|
-
distanceFromRangesToScale: t,
|
|
12
|
-
gaugeWidth: o
|
|
13
|
-
} = p, R = l / 2, j = (360 - a) / 2, D = a / (r - 1);
|
|
14
|
-
return /* @__PURE__ */ i.jsx("g", { children: [...Array(r)].map((I, n) => {
|
|
15
|
-
const c = j + n * D, { x: d, y: h } = C(R, c), s = F(c), T = m(
|
|
16
|
-
d,
|
|
17
|
-
s,
|
|
18
|
-
o + t
|
|
19
|
-
), $ = g(
|
|
20
|
-
h,
|
|
21
|
-
s,
|
|
22
|
-
o + t
|
|
23
|
-
), f = m(
|
|
24
|
-
d,
|
|
25
|
-
s,
|
|
26
|
-
o + t + e
|
|
27
|
-
), B = g(
|
|
28
|
-
h,
|
|
29
|
-
s,
|
|
30
|
-
o + t + e
|
|
31
|
-
);
|
|
32
|
-
return /* @__PURE__ */ i.jsx(
|
|
33
|
-
"path",
|
|
34
|
-
{
|
|
35
|
-
d: `M${T},${$} L${f},${B}`,
|
|
36
|
-
stroke: u,
|
|
37
|
-
strokeWidth: x
|
|
38
|
-
},
|
|
39
|
-
n
|
|
40
|
-
);
|
|
41
|
-
}) });
|
|
42
|
-
};
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const h = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ t.createElement("path", { fill: "#4B71F7", d: "M24 9h-9v-9h-6v9h-9v6h9v9h6v-9h9z" }));
|
|
43
3
|
export {
|
|
44
|
-
|
|
4
|
+
h as ReactComponent
|
|
45
5
|
};
|
|
46
6
|
//# sourceMappingURL=sd-component-library215.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sd-component-library215.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"sd-component-library215.js","sources":["../src/components/inputs/primary-number-input/assets/plus-active.svg"],"sourcesContent":["export default \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjNEI3MUY3IiBkPSJNMjQgOWgtOXYtOWgtNnY5aC05djZoOXY5aDZ2LTloOXoiLz48L3N2Zz4=\""],"names":["SvgPlusActive","props","React"],"mappings":";AACK,MAACA,IAAgB,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,OAAO,IAAI,QAAQ,IAAI,SAAS,aAAa,GAAGD,EAAO,GAAkB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,MAAM,WAAW,GAAG,oCAAmC,CAAE,CAAC;"}
|
|
@@ -1,50 +1,49 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { j as r } from "./sd-component-library190.js";
|
|
2
|
+
import { Flex as c } from "rebass";
|
|
3
|
+
import { BaseTextV2 as m } from "./sd-component-library132.js";
|
|
4
|
+
import { ResponsiveTextV2 as p } from "./sd-component-library144.js";
|
|
5
|
+
const u = (t) => {
|
|
5
6
|
const {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
);
|
|
7
|
+
label: o,
|
|
8
|
+
errorMessage: l,
|
|
9
|
+
labelMargin: s,
|
|
10
|
+
secondLabel: e,
|
|
11
|
+
secondLabelTextTransform: n,
|
|
12
|
+
labelSx: a,
|
|
13
|
+
labelColor: i = "cl_darkGrey",
|
|
14
|
+
...x
|
|
15
|
+
} = t;
|
|
16
|
+
return o ? /* @__PURE__ */ r.jsxs(c, { sx: { cursor: "default" }, ...x, children: [
|
|
17
|
+
/* @__PURE__ */ r.jsx(
|
|
18
|
+
m,
|
|
19
|
+
{
|
|
20
|
+
color: l ? "cl_red" : i,
|
|
21
|
+
sx: {
|
|
22
|
+
fontSize: 12,
|
|
23
|
+
fontWeight: 600,
|
|
24
|
+
m: s,
|
|
25
|
+
letterSpacing: "1px",
|
|
26
|
+
textTransform: "uppercase",
|
|
27
|
+
...a
|
|
28
|
+
},
|
|
29
|
+
children: o
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
e && /* @__PURE__ */ r.jsx(
|
|
33
|
+
p,
|
|
34
|
+
{
|
|
35
|
+
letterSpacing: "1px",
|
|
36
|
+
ml: e.ml || "3px",
|
|
37
|
+
color: e.color || "cl_grey",
|
|
38
|
+
fontSizeWeight: e.fontSizeWeight || [[10, "semi-bold"]],
|
|
39
|
+
textTransform: n,
|
|
40
|
+
...e,
|
|
41
|
+
children: e.text
|
|
42
|
+
}
|
|
43
|
+
)
|
|
44
|
+
] }) : null;
|
|
46
45
|
};
|
|
47
46
|
export {
|
|
48
|
-
|
|
47
|
+
u as SecondaryInputLabels
|
|
49
48
|
};
|
|
50
49
|
//# sourceMappingURL=sd-component-library216.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sd-component-library216.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"sd-component-library216.js","sources":["../src/components/inputs/secondary-text-input/partials/secondary-input-labels/secondary-input-labels.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { Flex } from \"rebass\";\n\nimport { BaseTextV2, ResponsiveTextV2 } from \"../../../../texts\";\nimport { SecondaryInputLabelsProps as Props } from \"./interfaces\";\n\nexport const SecondaryInputLabels: React.FC<Props> = (props) => {\n const {\n label,\n errorMessage,\n labelMargin,\n secondLabel,\n secondLabelTextTransform,\n labelSx,\n labelColor = \"cl_darkGrey\",\n ...restOfProps\n } = props;\n\n if (!label) return null;\n\n return (\n <Flex sx={{ cursor: \"default\" }} {...restOfProps}>\n <BaseTextV2\n color={errorMessage ? \"cl_red\" : labelColor}\n sx={{\n fontSize: 12,\n fontWeight: 600,\n m: labelMargin,\n letterSpacing: \"1px\",\n textTransform: \"uppercase\",\n ...labelSx,\n }}\n >\n {label}\n </BaseTextV2>\n\n {secondLabel && (\n <ResponsiveTextV2\n letterSpacing=\"1px\"\n ml={secondLabel.ml || \"3px\"}\n color={secondLabel.color || \"cl_grey\"}\n fontSizeWeight={secondLabel.fontSizeWeight || [[10, \"semi-bold\"]]}\n textTransform={secondLabelTextTransform}\n {...secondLabel}\n >\n {secondLabel.text}\n </ResponsiveTextV2>\n )}\n </Flex>\n );\n};\n"],"names":["SecondaryInputLabels","props","label","errorMessage","labelMargin","secondLabel","secondLabelTextTransform","labelSx","labelColor","restOfProps","jsxs","Flex","jsx","BaseTextV2","ResponsiveTextV2"],"mappings":";;;;AAOa,MAAAA,IAAwC,CAACC,MAAU;AACxD,QAAA;AAAA,IACJ,OAAAC;AAAA,IACA,cAAAC;AAAA,IACA,aAAAC;AAAA,IACA,aAAAC;AAAA,IACA,0BAAAC;AAAA,IACA,SAAAC;AAAA,IACA,YAAAC,IAAa;AAAA,IACb,GAAGC;AAAA,EACD,IAAAR;AAEJ,SAAKC,IAGHQ,gBAAAA,EAAA,KAACC,KAAK,IAAI,EAAE,QAAQ,UAAU,GAAI,GAAGF,GACnC,UAAA;AAAA,IAAAG,gBAAAA,EAAA;AAAA,MAACC;AAAA,MAAA;AAAA,QACC,OAAOV,IAAe,WAAWK;AAAA,QACjC,IAAI;AAAA,UACF,UAAU;AAAA,UACV,YAAY;AAAA,UACZ,GAAGJ;AAAA,UACH,eAAe;AAAA,UACf,eAAe;AAAA,UACf,GAAGG;AAAA,QACL;AAAA,QAEC,UAAAL;AAAA,MAAA;AAAA,IACH;AAAA,IAECG,KACCO,gBAAAA,EAAA;AAAA,MAACE;AAAA,MAAA;AAAA,QACC,eAAc;AAAA,QACd,IAAIT,EAAY,MAAM;AAAA,QACtB,OAAOA,EAAY,SAAS;AAAA,QAC5B,gBAAgBA,EAAY,kBAAkB,CAAC,CAAC,IAAI,WAAW,CAAC;AAAA,QAChE,eAAeC;AAAA,QACd,GAAGD;AAAA,QAEH,UAAYA,EAAA;AAAA,MAAA;AAAA,IACf;AAAA,EAEJ,EAAA,CAAA,IA9BiB;AAgCrB;"}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
import { BaseMeterLabelBox as u } from "./sd-component-library222.js";
|
|
4
|
-
const g = (t) => {
|
|
5
|
-
const { value: o, idx: e, totalRanges: n, start: s, end: r, bounds: a } = t, i = x(o, s, r, a), l = e === 0 ? "left" : e === n - 1 ? "right" : "top";
|
|
6
|
-
return /* @__PURE__ */ m.jsx(u, { isInRange: i, position: l, ...t });
|
|
7
|
-
};
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
const a = (e) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22.94", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M2494.01,1419.91l-5.42-5.67a9.187,9.187,0,1,0-7.04,3.3,9.042,9.042,0,0,0,5.27-1.67l5.46,5.71a1.2,1.2,0,0,0,.87.37A1.2,1.2,0,0,0,2494.01,1419.91Zm-12.46-18.46a6.84,6.84,0,1,1-6.8,6.84A6.829,6.829,0,0,1,2481.55,1401.45Z", transform: "translate(-2472.34 -1399.03)" }));
|
|
8
3
|
export {
|
|
9
|
-
|
|
4
|
+
a as ReactComponent
|
|
10
5
|
};
|
|
11
6
|
//# sourceMappingURL=sd-component-library217.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sd-component-library217.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"sd-component-library217.js","sources":["../src/components/inputs/search-input/assets/search.svg"],"sourcesContent":["export default \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMi45NCI+CiAgPHBhdGggZD0iTTI0OTQuMDEsMTQxOS45MWwtNS40Mi01LjY3YTkuMTg3LDkuMTg3LDAsMSwwLTcuMDQsMy4zLDkuMDQyLDkuMDQyLDAsMCwwLDUuMjctMS42N2w1LjQ2LDUuNzFhMS4yLDEuMiwwLDAsMCwuODcuMzdBMS4yLDEuMiwwLDAsMCwyNDk0LjAxLDE0MTkuOTFabS0xMi40Ni0xOC40NmE2Ljg0LDYuODQsMCwxLDEtNi44LDYuODRBNi44MjksNi44MjksMCwwLDEsMjQ4MS41NSwxNDAxLjQ1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0NzIuMzQgLTEzOTkuMDMpIi8+Cjwvc3ZnPgo=\""],"names":["SvgSearch","props","React"],"mappings":";AACK,MAACA,IAAY,CAACC,MAA0B,gBAAAC,EAAM,cAAc,OAAO,EAAE,OAAO,8BAA8B,SAAS,gBAAgB,GAAGD,EAAO,GAAkB,gBAAAC,EAAM,cAAc,QAAQ,EAAE,GAAG,6NAA6N,WAAW,gCAAgC,CAAC;"}
|
|
@@ -1,24 +1,55 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { j as o } from "./sd-component-library190.js";
|
|
2
|
+
import n from "react";
|
|
3
|
+
import { Box as t } from "rebass";
|
|
4
|
+
import { HorizontalDivider as i } from "./sd-component-library49.js";
|
|
5
|
+
import { SearchAutocompleteRow as a } from "./sd-component-library308.js";
|
|
6
|
+
const g = (l) => {
|
|
7
|
+
const { results: p, onSelect: s, rowHeight: e, rowsDisplayed: x } = l, c = (r) => () => s(r);
|
|
8
|
+
return /* @__PURE__ */ o.jsxs(
|
|
9
|
+
t,
|
|
10
|
+
{
|
|
11
|
+
sx: {
|
|
12
|
+
top: "calc(100% - 2px)",
|
|
13
|
+
left: 0,
|
|
14
|
+
position: "absolute",
|
|
15
|
+
width: "100%",
|
|
16
|
+
cursor: "pointer",
|
|
17
|
+
zIndex: 1
|
|
18
|
+
},
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ o.jsx(i, { color: "cl_purple", height: "2px" }),
|
|
21
|
+
/* @__PURE__ */ o.jsx(
|
|
22
|
+
t,
|
|
23
|
+
{
|
|
24
|
+
sx: {
|
|
25
|
+
overflowY: "auto",
|
|
26
|
+
maxHeight: `${x * (e + 1) - 1}px`,
|
|
27
|
+
borderWidth: "1px",
|
|
28
|
+
borderStyle: "solid",
|
|
29
|
+
borderColor: "cl_lightGrey",
|
|
30
|
+
borderRadius: "0 0 3px 3px",
|
|
31
|
+
borderTopStyle: "none",
|
|
32
|
+
boxShadow: "2px 3px 10px rgba(211,223,255,0.25)",
|
|
33
|
+
bg: "cl_white"
|
|
34
|
+
},
|
|
35
|
+
children: p.map((r, d) => /* @__PURE__ */ o.jsxs(n.Fragment, { children: [
|
|
36
|
+
d !== 0 && /* @__PURE__ */ o.jsx(i, { color: "cl_headerLine" }),
|
|
37
|
+
/* @__PURE__ */ o.jsx(
|
|
38
|
+
a,
|
|
39
|
+
{
|
|
40
|
+
...r,
|
|
41
|
+
onClick: c(r),
|
|
42
|
+
height: e
|
|
43
|
+
}
|
|
44
|
+
)
|
|
45
|
+
] }, r.id))
|
|
46
|
+
}
|
|
47
|
+
)
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
);
|
|
51
|
+
};
|
|
18
52
|
export {
|
|
19
|
-
|
|
20
|
-
I as getFractionColor,
|
|
21
|
-
h as isLabelActive,
|
|
22
|
-
T as mapAdjacent
|
|
53
|
+
g as SearchAutocompleteResultsBox
|
|
23
54
|
};
|
|
24
55
|
//# sourceMappingURL=sd-component-library218.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sd-component-library218.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"sd-component-library218.js","sources":["../src/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/search-autocomplete-results-box.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { Box } from \"rebass\";\n\nimport { HorizontalDivider } from \"../../../../dividers/horizontal-divider\";\nimport { SearchAutocompleteOption } from \"../../interfaces\";\nimport { SearchAutocompleteRow } from \"../search-autocomplete-row\";\nimport { SearchAutocompleteResultsBoxProps as Props } from \"./interfaces\";\n\nexport const SearchAutocompleteResultsBox = <\n T extends { id: string } = { id: string }\n>(\n props: Props<T>\n) => {\n const { results, onSelect, rowHeight, rowsDisplayed } = props;\n\n const onClick = (result: SearchAutocompleteOption<T>) => () =>\n onSelect(result);\n\n return (\n <Box\n sx={{\n top: \"calc(100% - 2px)\",\n left: 0,\n position: \"absolute\",\n width: \"100%\",\n cursor: \"pointer\",\n zIndex: 1,\n }}\n >\n <HorizontalDivider color=\"cl_purple\" height=\"2px\" />\n\n <Box\n sx={{\n overflowY: \"auto\",\n maxHeight: `${rowsDisplayed * (rowHeight + 1) - 1}px`,\n borderWidth: \"1px\",\n borderStyle: \"solid\",\n borderColor: \"cl_lightGrey\",\n borderRadius: \"0 0 3px 3px\",\n borderTopStyle: \"none\",\n boxShadow: \"2px 3px 10px rgba(211,223,255,0.25)\",\n bg: \"cl_white\",\n }}\n >\n {results.map((result, idx) => (\n <React.Fragment key={result.id}>\n {idx !== 0 && <HorizontalDivider color=\"cl_headerLine\" />}\n\n <SearchAutocompleteRow\n {...result}\n onClick={onClick(result)}\n height={rowHeight}\n />\n </React.Fragment>\n ))}\n </Box>\n </Box>\n );\n};\n"],"names":["SearchAutocompleteResultsBox","props","results","onSelect","rowHeight","rowsDisplayed","onClick","result","jsxs","Box","jsx","HorizontalDivider","idx","React","SearchAutocompleteRow"],"mappings":";;;;;AASa,MAAAA,IAA+B,CAG1CC,MACG;AACH,QAAM,EAAE,SAAAC,GAAS,UAAAC,GAAU,WAAAC,GAAW,eAAAC,MAAkBJ,GAElDK,IAAU,CAACC,MAAwC,MACvDJ,EAASI,CAAM;AAGf,SAAAC,gBAAAA,EAAA;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,IAAI;AAAA,QACF,KAAK;AAAA,QACL,MAAM;AAAA,QACN,UAAU;AAAA,QACV,OAAO;AAAA,QACP,QAAQ;AAAA,QACR,QAAQ;AAAA,MACV;AAAA,MAEA,UAAA;AAAA,QAAAC,gBAAAA,EAAA,IAACC,GAAkB,EAAA,OAAM,aAAY,QAAO,OAAM;AAAA,QAElDD,gBAAAA,EAAA;AAAA,UAACD;AAAA,UAAA;AAAA,YACC,IAAI;AAAA,cACF,WAAW;AAAA,cACX,WAAW,GAAGJ,KAAiBD,IAAY,KAAK,CAAC;AAAA,cACjD,aAAa;AAAA,cACb,aAAa;AAAA,cACb,aAAa;AAAA,cACb,cAAc;AAAA,cACd,gBAAgB;AAAA,cAChB,WAAW;AAAA,cACX,IAAI;AAAA,YACN;AAAA,YAEC,UAAAF,EAAQ,IAAI,CAACK,GAAQK,MACnBJ,gBAAAA,EAAAA,KAAAK,EAAM,UAAN,EACE,UAAA;AAAA,cAAAD,MAAQ,KAAKF,gBAAAA,EAAA,IAACC,GAAkB,EAAA,OAAM,iBAAgB;AAAA,cAEvDD,gBAAAA,EAAA;AAAA,gBAACI;AAAA,gBAAA;AAAA,kBACE,GAAGP;AAAA,kBACJ,SAASD,EAAQC,CAAM;AAAA,kBACvB,QAAQH;AAAA,gBAAA;AAAA,cACV;AAAA,YAAA,KAPmBG,EAAO,EAQ5B,CACD;AAAA,UAAA;AAAA,QACH;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGN;"}
|