@alto-avios/alto-ui 5.2.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/BannerSectionContent.css +1 -0
- package/dist/assets/BannerSectionPlectrum.css +1 -0
- package/dist/assets/Box.css +1 -1
- package/dist/assets/BoxLink.css +1 -0
- package/dist/assets/CalloutBanner.css +1 -1
- package/dist/assets/Carousel.css +1 -1
- package/dist/assets/CarouselButton.css +1 -1
- package/dist/assets/CategoryTileGroup.css +1 -0
- package/dist/assets/Input.css +1 -1
- package/dist/assets/IntroSection.css +1 -0
- package/dist/assets/Link.css +1 -1
- package/dist/assets/ProductTile.css +1 -0
- package/dist/assets/SelectCard.css +1 -1
- package/dist/assets/margin.css +1 -0
- package/dist/components/BannerSectionContent/BannerSectionContent.d.ts +31 -0
- package/dist/components/BannerSectionContent/BannerSectionContent.js +5 -0
- package/dist/components/BannerSectionContent/BannerSectionContent.js.map +1 -0
- package/dist/components/BannerSectionContent/index.d.ts +2 -0
- package/dist/components/BannerSectionContent/index.js +2 -0
- package/dist/components/BannerSectionContent/index.js.map +1 -0
- package/dist/components/BannerSectionPlectrum/BannerSectionPlectrum.d.ts +39 -0
- package/dist/components/BannerSectionPlectrum/BannerSectionPlectrum.js +9 -0
- package/dist/components/BannerSectionPlectrum/BannerSectionPlectrum.js.map +1 -0
- package/dist/components/BannerSectionPlectrum/index.d.ts +2 -0
- package/dist/components/BannerSectionPlectrum/index.js +2 -0
- package/dist/components/BannerSectionPlectrum/index.js.map +1 -0
- package/dist/components/Box/Box.d.ts +17 -6
- package/dist/components/Box/Box.js +2 -2
- package/dist/components/Box/Box.js.map +1 -1
- package/dist/components/BoxLink/BoxLink.d.ts +59 -0
- package/dist/components/BoxLink/BoxLink.js +3 -0
- package/dist/components/BoxLink/BoxLink.js.map +1 -0
- package/dist/components/BoxLink/BoxLinkContext.d.ts +24 -0
- package/dist/components/BoxLink/BoxLinkContext.js +2 -0
- package/dist/components/BoxLink/BoxLinkContext.js.map +1 -0
- package/dist/components/BoxLink/index.d.ts +4 -0
- package/dist/components/BoxLink/index.js +2 -0
- package/dist/components/BoxLink/index.js.map +1 -0
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/CalloutBanner/CalloutBanner.d.ts +2 -1
- package/dist/components/CalloutBanner/CalloutBanner.js +9 -9
- package/dist/components/CalloutBanner/CalloutBanner.js.map +1 -1
- package/dist/components/Carousel/Carousel.d.ts +29 -1
- package/dist/components/Carousel/Carousel.js +8 -8
- package/dist/components/Carousel/Carousel.js.map +1 -1
- package/dist/components/Carousel/CarouselButton/CarouselButton.d.ts +6 -0
- package/dist/components/Carousel/CarouselButton/CarouselButton.js +1 -1
- package/dist/components/Carousel/CarouselButton/CarouselButton.js.map +1 -1
- package/dist/components/Carousel/CarouselControls.js +1 -1
- package/dist/components/Carousel/CarouselControls.js.map +1 -1
- package/dist/components/Carousel/index.d.ts +2 -0
- package/dist/components/Carousel/index.js +1 -1
- package/dist/components/CategoryTileGroup/CategoryTileGroup.d.ts +52 -0
- package/dist/components/CategoryTileGroup/CategoryTileGroup.js +8 -0
- package/dist/components/CategoryTileGroup/CategoryTileGroup.js.map +1 -0
- package/dist/components/CategoryTileGroup/index.d.ts +2 -0
- package/dist/components/CategoryTileGroup/index.js +2 -0
- package/dist/components/CategoryTileGroup/index.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.js +5 -5
- package/dist/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/CreditCardNumberField/CreditCardNumberField.d.ts +2 -1
- package/dist/components/CreditCardNumberField/CreditCardNumberField.js +4 -4
- package/dist/components/CreditCardNumberField/CreditCardNumberField.js.map +1 -1
- package/dist/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.d.ts +1 -1
- package/dist/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.js +6 -6
- package/dist/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.js.map +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/components/DatePicker/DatePicker.js +3 -3
- package/dist/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.d.ts +1 -1
- package/dist/components/DateRangePicker/DateRangePicker.js +6 -6
- package/dist/components/DateRangePicker/DateRangePicker.js.map +1 -1
- package/dist/components/FieldHeader/FieldHeader.d.ts +1 -1
- package/dist/components/FieldHeader/FieldHeader.js +2 -2
- package/dist/components/FieldHeader/FieldHeader.js.map +1 -1
- package/dist/components/Form/Form.d.ts +1 -1
- package/dist/components/Form/Form.js +1 -1
- package/dist/components/Form/Form.js.map +1 -1
- package/dist/components/Heading/Heading.js +2 -2
- package/dist/components/Heading/Heading.js.map +1 -1
- package/dist/components/IntroSection/IntroSection.d.ts +42 -0
- package/dist/components/IntroSection/IntroSection.js +4 -0
- package/dist/components/IntroSection/IntroSection.js.map +1 -0
- package/dist/components/IntroSection/index.d.ts +2 -0
- package/dist/components/IntroSection/index.js +2 -0
- package/dist/components/IntroSection/index.js.map +1 -0
- package/dist/components/Label/Label.js +1 -1
- package/dist/components/Label/Label.js.map +1 -1
- package/dist/components/Link/Link.js +2 -3
- package/dist/components/Link/Link.js.map +1 -1
- package/dist/components/Menu/Menu.d.ts +4 -4
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Menu/Menu.js.map +1 -1
- package/dist/components/Paragraph/Paragraph.js +1 -1
- package/dist/components/Paragraph/Paragraph.js.map +1 -1
- package/dist/components/Popover/Popover.d.ts +1 -1
- package/dist/components/Popover/Popover.js.map +1 -1
- package/dist/components/ProductTile/ProductTile.d.ts +51 -0
- package/dist/components/ProductTile/ProductTile.js +7 -0
- package/dist/components/ProductTile/ProductTile.js.map +1 -0
- package/dist/components/ProductTile/index.d.ts +2 -0
- package/dist/components/ProductTile/index.js +2 -0
- package/dist/components/ProductTile/index.js.map +1 -0
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/Radio/Radio.js +1 -1
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/SearchField/SearchField.d.ts +2 -1
- package/dist/components/SearchField/SearchField.js +4 -4
- package/dist/components/SearchField/SearchField.js.map +1 -1
- package/dist/components/Section/Section.d.ts +9 -1
- package/dist/components/Section/Section.js +3 -3
- package/dist/components/Section/Section.js.map +1 -1
- package/dist/components/SelectCard/SelectCard.d.ts +18 -9
- package/dist/components/SelectCard/SelectCard.js +5 -5
- package/dist/components/SelectCard/SelectCard.js.map +1 -1
- package/dist/components/Slider/Slider.d.ts +1 -1
- package/dist/components/Slider/Slider.js +12 -12
- package/dist/components/Slider/Slider.js.map +1 -1
- package/dist/components/SubHeading/SubHeading.js +1 -1
- package/dist/components/SubHeading/SubHeading.js.map +1 -1
- package/dist/components/_base/Input/Input.js +8 -8
- package/dist/components/index.d.ts +16 -2
- package/dist/components/index.js +1 -1
- package/dist/{flex-BJOhaXnU.js → flex-BfhdHBb6.js} +2 -2
- package/dist/flex-BfhdHBb6.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/margin-CCJx_ENX.js +2 -0
- package/dist/margin-CCJx_ENX.js.map +1 -0
- package/dist/useObjectRef-DIiuqtNU.js +2 -0
- package/dist/useObjectRef-DIiuqtNU.js.map +1 -0
- package/dist/utils/flex/flex.d.ts +20 -6
- package/dist/utils/flex/flex.js +1 -1
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.js +1 -1
- package/dist/utils/layout/hooks/useFitCount.d.ts +74 -0
- package/dist/utils/layout/hooks/useFitCount.js +2 -0
- package/dist/utils/layout/hooks/useFitCount.js.map +1 -0
- package/dist/utils/margin/margin.d.ts +13 -0
- package/dist/utils/margin/margin.js +2 -0
- package/dist/utils/margin/margin.js.map +1 -0
- package/dist/utils/margin/margin.test.d.ts +1 -0
- package/dist/utils/position/position.d.ts +1 -1
- package/dist/utils/stories/DraggableContainer.js +7 -7
- package/dist/utils/stories/DraggableContainer.js.map +1 -1
- package/dist/utils/stories/IntroSectionWithCategoryTileGroup.d.ts +3 -0
- package/dist/utils/stories/IntroSectionWithCategoryTileGroup.js +5 -0
- package/dist/utils/stories/IntroSectionWithCategoryTileGroup.js.map +1 -0
- package/package.json +4 -2
- package/dist/assets/truncate.css +0 -1
- package/dist/flex-BJOhaXnU.js.map +0 -1
- package/dist/utils/truncate/truncate.d.ts +0 -6
- package/dist/utils/truncate/truncate.js +0 -2
- package/dist/utils/truncate/truncate.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slider.js","sources":["../../../src/components/Slider/Slider.tsx"],"sourcesContent":["import {\n Slider as AriaSlider,\n SliderThumb,\n SliderTrack,\n} from 'react-aria-components';\nimport type { SliderRenderProps } from 'react-aria-components';\nimport { useId, useRef } from 'react';\nimport styles from './Slider.module.css';\nimport { Box } from '../Box/Box';\nimport FieldHeader from '../FieldHeader/FieldHeader';\nimport { Tooltip } from '../Tooltip/Tooltip';\n\nexport type SliderMode = 'numeric' | 'currency' | 'duration' | 'time';\n\nexport interface CurrencyFormatOptions\n extends Omit<Intl.NumberFormatOptions, 'style'> {\n currency: string;\n locale?: string;\n}\n\nexport type FormatOptions =\n | Intl.NumberFormatOptions\n | ((value: number, maxValue?: number) => string);\n\nexport type BaseSliderProps = {\n /**\n * The label for the slider.\n */\n label?: string;\n /**\n * The description for the slider.\n */\n description?: string;\n /**\n * Whether the slider is disabled.\n */\n isDisabled?: boolean;\n /**\n * Whether the slider is a range slider.\n */\n isRange?: boolean;\n /**\n * The minimum value for the slider.\n */\n minValue?: number;\n /**\n * The maximum value for the slider.\n */\n maxValue?: number;\n /**\n * The step value for the slider.\n */\n step?: number;\n /**\n * The format options for the slider.\n */\n formatOptions?: FormatOptions;\n /**\n * The id for the slider.\n */\n id?: string;\n /**\n * Whether to show the tooltip.\n */\n showTooltip?: boolean;\n};\n\nexport type SingleSliderProps = BaseSliderProps & {\n isRange?: false;\n /**\n * The default value for the single slider.\n */\n defaultValue?: number;\n /**\n * The value for the single slider.\n */\n value?: number;\n /**\n * The onChange handler for the single slider.\n */\n onChange?: (value: number) => void;\n};\n\nexport type RangeSliderProps = BaseSliderProps & {\n isRange: true;\n /**\n * The default value for the range slider.\n */\n defaultValue?: [number, number];\n /**\n * The value for the range slider.\n */\n value?: [number, number];\n /**\n * The onChange handler for the range slider.\n */\n onChange?: (value: [number, number]) => void;\n};\n\nexport type SliderProps = SingleSliderProps | RangeSliderProps;\n\nexport interface CustomThumbProps {\n /**\n * The index of the thumb.\n */\n index: number;\n /**\n * The state of the slider.\n */\n state: SliderRenderProps['state'];\n /**\n * The format value for the slider.\n */\n formatValue: (val: number) => string;\n /**\n * Whether the slider is disabled.\n */\n isDisabled?: boolean;\n /**\n * Whether to show the tooltip.\n */\n showTooltip?: boolean;\n /**\n * The label for the slider.\n */\n label: string;\n /**\n * The minimum value for the slider.\n */\n minValue: number;\n /**\n * The maximum value for the slider.\n */\n maxValue: number;\n /**\n * Whether the slider is a range slider.\n */\n isRange?: boolean;\n}\n\nconst CustomThumb = ({\n index,\n state,\n formatValue,\n isDisabled,\n showTooltip = false,\n label,\n minValue,\n maxValue,\n isRange,\n}: CustomThumbProps) => {\n const isDragging = state.isThumbDragging(index);\n const isFocused = state.focusedThumb === index;\n const isTooltipVisible = showTooltip && (isDragging || isFocused);\n const thumbRef = useRef<HTMLDivElement>(null);\n const value = state.values[index];\n\n let thumbLabel = label;\n if (isRange) {\n const thumbType = index === 0 ? 'Minimum' : 'Maximum';\n thumbLabel = `${thumbType} value for ${label}`;\n }\n\n const valueDescription = `${formatValue(value)} out of range ${formatValue(minValue)} to ${formatValue(maxValue)}`;\n\n return (\n <div\n className={styles.thumbContainer}\n style={{ left: `${state.getThumbPercent(index) * 100}%` }}\n role=\"presentation\"\n >\n <SliderThumb\n index={index}\n className={styles.thumb}\n ref={thumbRef}\n aria-label={thumbLabel}\n aria-valuetext={valueDescription}\n />\n <Tooltip\n label={formatValue(state.values[index])}\n placement=\"top\"\n isDisabled={isDisabled}\n visible={isTooltipVisible}\n triggerRef={thumbRef}\n >\n <div role=\"presentation\"></div>\n </Tooltip>\n </div>\n );\n};\n\nexport const Slider = ({\n label,\n description,\n isDisabled = false,\n isRange = false,\n minValue = 0,\n maxValue = 100,\n step,\n formatOptions,\n defaultValue = isRange ? [25, 75] : 50,\n value,\n id: providedId,\n onChange,\n showTooltip = false,\n}: SliderProps) => {\n const uniqueId = useId();\n const id = providedId || `slider-${uniqueId}`;\n // Calculate appropriate step if not provided\n const calculatedStep =\n step ??\n (typeof formatOptions === 'object' && formatOptions?.style === 'currency'\n ? 0.01\n : typeof defaultValue === 'number'\n ? defaultValue % 1 !== 0\n ? 0.01\n : 1\n : Array.isArray(defaultValue) && defaultValue.some((v) => v % 1 !== 0)\n ? 0.01\n : 1);\n\n const formatValue = (val: number) => {\n if (typeof formatOptions === 'function') {\n return formatOptions(val, maxValue);\n }\n\n if (!formatOptions) {\n const decimalPlaces = calculatedStep < 1 ? 2 : 0;\n return val.toFixed(decimalPlaces);\n }\n\n return new Intl.NumberFormat(undefined, formatOptions).format(val);\n };\n\n const sliderProps = {\n id,\n isDisabled,\n minValue,\n maxValue,\n step: calculatedStep,\n defaultValue,\n value,\n onChange: onChange as (value: number | [number, number]) => void,\n className: styles.slider,\n orientation: 'horizontal' as const,\n };\n\n return (\n <Box display=\"flex\" flexDirection=\"column\" gap=\"md\" padding=\"md\">\n <AriaSlider {...sliderProps}>\n {({ state }) => (\n <>\n <div className={styles.fieldHeaderWrapper}>\n <FieldHeader\n label={label}\n description={description}\n labelFor={id}\n isRequired={true}\n />\n <div\n className={styles.output}\n aria-live=\"polite\"\n aria-atomic=\"true\"\n >\n {isRange ? (\n <span>{`${formatValue(state.values[0])} - ${formatValue(state.values[1])}`}</span>\n ) : (\n <span>{formatValue(state.values[0])}</span>\n )}\n </div>\n </div>\n <div className={styles.sliderContainer} role=\"presentation\">\n <SliderTrack className={styles.track}>\n <div\n className={styles.fill}\n style={{\n left: isRange ? `${state.getThumbPercent(0) * 100}%` : 0,\n width: isRange\n ? `${(state.getThumbPercent(1) - state.getThumbPercent(0)) * 100}%`\n : `${state.getThumbPercent(0) * 100}%`,\n }}\n role=\"presentation\"\n />\n {isRange ? (\n <>\n <CustomThumb\n index={0}\n state={state}\n formatValue={formatValue}\n isDisabled={isDisabled}\n showTooltip={showTooltip}\n label={label || ''}\n minValue={minValue}\n maxValue={state.values[1]}\n isRange={true}\n />\n <CustomThumb\n index={1}\n state={state}\n formatValue={formatValue}\n isDisabled={isDisabled}\n showTooltip={showTooltip}\n label={label || ''}\n minValue={state.values[0]}\n maxValue={maxValue}\n isRange={true}\n />\n </>\n ) : (\n <CustomThumb\n index={0}\n state={state}\n formatValue={formatValue}\n isDisabled={isDisabled}\n showTooltip={showTooltip}\n label={label || ''}\n minValue={minValue}\n maxValue={maxValue}\n isRange={false}\n />\n )}\n </SliderTrack>\n </div>\n </>\n )}\n </AriaSlider>\n </Box>\n );\n};\n\nexport default Slider;\n"],"names":["CustomThumb","index","state","formatValue","isDisabled","showTooltip","label","minValue","maxValue","isRange","isDragging","isThumbDragging","isFocused","focusedThumb","isTooltipVisible","thumbRef","useRef","thumbLabel","valueDescription","values","jsxs","className","styles","style","left","getThumbPercent","role","children","jsx","SliderThumb","ref","Tooltip","placement","visible","triggerRef","Slider","description","step","formatOptions","defaultValue","value","id","providedId","onChange","uniqueId","useId","calculatedStep","Array","isArray","some","v","val","decimalPlaces","toFixed","Intl","NumberFormat","format","Box","display","flexDirection","gap","padding","AriaSlider","orientation","Fragment","FieldHeader","labelFor","isRequired","SliderTrack","width"],"mappings":"ghBA4IMA,EAAc,EAClBC,QACAC,QACAC,cACAC,aACAC,eAAc,EACdC,QACAC,WACAC,WACAC,cAEA,MAAMC,EAAaR,EAAMS,gBAAgBV,GACnCW,EAAYV,EAAMW,eAAiBZ,EACnCa,EAAmBT,IAAgBK,GAAcE,GACjDG,EAAWC,EAAuB,MAGxC,IAAIC,EAAaX,EACjB,GAAIG,EAAS,CAEXQ,EAAa,GADe,IAAVhB,EAAc,UAAY,uBACLK,GACzC,CAEA,MAAMY,EAAmB,GAAGf,EARdD,EAAMiB,OAAOlB,oBAQoCE,EAAYI,SAAgBJ,EAAYK;AAEvG,OACEY,EAAC,MAAA,CACCC,UAAWC,EACXC,MAAO,CAAEC,KAAwC,IAA/BtB,EAAMuB,gBAAgBxB,GAAzB,KACfyB,KAAK,eAELC,SAAA;eAAAC,EAACC,EAAA,CACC5B,QACAoB,UAAWC,EACXQ,IAAKf,EACL,aAAYE,EACZ,iBAAgBC;eAElBU,EAACG,EAAA,CACCzB,MAAOH,EAAYD,EAAMiB,OAAOlB,IAChC+B,UAAU,MACV5B,aACA6B,QAASnB,EACToB,WAAYnB,EAEZY,wBAAAC,EAAC,MAAA,CAAIF,KAAK,uBAMLS,EAAS,EACpB7B,QACA8B,cACAhC,cAAa,EACbK,WAAU,EACVF,WAAW,EACXC,WAAW,IACX6B,OACAC,gBACAC,gBAAe9B,EAAU,CAAC,GAAI,IAAM,IACpC+B,QACAC,GAAIC,EACJC,WACAtC,eAAc,MAEd,MAAMuC,EAAWC,IACXJ,EAAKC,GAAc,UAAUE,IAE7BE,EACJT,IAC0B,iBAAlBC,GAAuD,aAAzBA,GAAef,MACjD,IACwB,iBAAjBgB,EACLA,EAAe,GAAM,EACnB,IACA,EACFQ,MAAMC,QAAQT,IAAiBA,EAAaU,KAAMC,GAAMA,EAAI,GAAM,GAChE,IACA,GAEJ/C,EAAegD,IACnB,GAA6B,mBAAlBb,EACT,OAAOA,EAAca,EAAK3C,GAG5B,IAAK8B,EAAe,CAClB,MAAMc,EAAgBN,EAAiB,EAAI,EAAI,EAC/C,OAAOK,EAAIE,QAAQD,EACrB,CAEA,OAAO,IAAIE,KAAKC,oBAAwBjB,GAAekB,OAAOL;AAgBhE,SACGM,EAAA,CAAIC,QAAQ,OAAOC,cAAc,SAASC,IAAI,KAAKC,QAAQ,KAC1DlC,0BAACmC,MAfe,CAClBrB,KACArC,aACAG,WACAC,WACA6B,KAAMS,EACNP,eACAC,QACAG,WACAtB,UAAWC,EACXyC,YAAa,cAMRpC,WAAGzB,0BACFkB,EAAA4C,EAAA,CACErC,SAAA;iBAAC,MAAA,CAAIN,UAAWC,EACdK,SAAA;eAAAC,EAACqC,EAAA,CACC3D,QACA8B,cACA8B,SAAUzB,EACV0B,YAAY;eAEdvC,EAAC,MAAA,CACCP,UAAWC,EACX,YAAU,SACV,cAAY,OAEXK,wBACCC,EAAC,OADFnB,EACE,CAAMkB,SAAA,GAAGxB,EAAYD,EAAMiB,OAAO,SAAShB,EAAYD,EAAMiB,OAAO,OAEpE,CAAMQ,SAAAxB,EAAYD,EAAMiB,OAAO;eAItCS,EAAC,MAAA,CAAIP,UAAWC,EAAwBI,KAAK,eAC3CC,0BAACyC,EAAA,CAAY/C,UAAWC,EACtBK,SAAA;eAAAC,EAAC,MAAA,CACCP,UAAWC,EACXC,MAAO,CACLC,KAAMf,EAAwC,IAA3BP,EAAMuB,gBAAgB,GAAzB,IAAuC,EACvD4C,MAAO5D,EACwD,KAAvDP,EAAMuB,gBAAgB,GAAKvB,EAAMuB,gBAAgB,IAArD,IAC8B,IAA3BvB,EAAMuB,gBAAgB,GAAzB,KAENC,KAAK,iBAENjB,iBACCW,EAAA4C,EAAA,CACErC,SAAA;eAAAC,EAAC5B,EAAA,CACCC,MAAO,EACPC,QACAC,cACAC,aACAC,cACAC,MAAOA,GAAS,GAChBC,WACAC,SAAUN,EAAMiB,OAAO,GACvBV,SAAS;eAEXmB,EAAC5B,EAAA,CACCC,MAAO,EACPC,QACAC,cACAC,aACAC,cACAC,MAAOA,GAAS,GAChBC,SAAUL,EAAMiB,OAAO,GACvBX,WACAC,SAAS,sBAIbmB,EAAC5B,EAAA,CACCC,MAAO,EACPC,QACAC,cACAC,aACAC,cACAC,MAAOA,GAAS,GAChBC,WACAC,WACAC,SAAS"}
|
|
1
|
+
{"version":3,"file":"Slider.js","sources":["../../../src/components/Slider/Slider.tsx"],"sourcesContent":["import {\n Slider as AriaSlider,\n SliderThumb,\n SliderTrack,\n} from 'react-aria-components';\nimport type { SliderRenderProps } from 'react-aria-components';\nimport { forwardRef, useId, useRef } from 'react';\nimport styles from './Slider.module.css';\nimport { Box } from '../Box/Box';\nimport FieldHeader from '../FieldHeader/FieldHeader';\nimport { Tooltip } from '../Tooltip/Tooltip';\n\nexport type SliderMode = 'numeric' | 'currency' | 'duration' | 'time';\n\nexport interface CurrencyFormatOptions\n extends Omit<Intl.NumberFormatOptions, 'style'> {\n currency: string;\n locale?: string;\n}\n\nexport type FormatOptions =\n | Intl.NumberFormatOptions\n | ((value: number, maxValue?: number) => string);\n\nexport type BaseSliderProps = {\n /**\n * The label for the slider.\n */\n label?: string;\n /**\n * The description for the slider.\n */\n description?: string;\n /**\n * Whether the slider is disabled.\n */\n isDisabled?: boolean;\n /**\n * Whether the slider is a range slider.\n */\n isRange?: boolean;\n /**\n * The minimum value for the slider.\n */\n minValue?: number;\n /**\n * The maximum value for the slider.\n */\n maxValue?: number;\n /**\n * The step value for the slider.\n */\n step?: number;\n /**\n * The format options for the slider.\n */\n formatOptions?: FormatOptions;\n /**\n * The id for the slider.\n */\n id?: string;\n /**\n * Whether to show the tooltip.\n */\n showTooltip?: boolean;\n};\n\nexport type SingleSliderProps = BaseSliderProps & {\n isRange?: false;\n /**\n * The default value for the single slider.\n */\n defaultValue?: number;\n /**\n * The value for the single slider.\n */\n value?: number;\n /**\n * The onChange handler for the single slider.\n */\n onChange?: (value: number) => void;\n};\n\nexport type RangeSliderProps = BaseSliderProps & {\n isRange: true;\n /**\n * The default value for the range slider.\n */\n defaultValue?: [number, number];\n /**\n * The value for the range slider.\n */\n value?: [number, number];\n /**\n * The onChange handler for the range slider.\n */\n onChange?: (value: [number, number]) => void;\n};\n\nexport type SliderProps = SingleSliderProps | RangeSliderProps;\n\nexport interface CustomThumbProps {\n /**\n * The index of the thumb.\n */\n index: number;\n /**\n * The state of the slider.\n */\n state: SliderRenderProps['state'];\n /**\n * The format value for the slider.\n */\n formatValue: (val: number) => string;\n /**\n * Whether the slider is disabled.\n */\n isDisabled?: boolean;\n /**\n * Whether to show the tooltip.\n */\n showTooltip?: boolean;\n /**\n * The label for the slider.\n */\n label: string;\n /**\n * The minimum value for the slider.\n */\n minValue: number;\n /**\n * The maximum value for the slider.\n */\n maxValue: number;\n /**\n * Whether the slider is a range slider.\n */\n isRange?: boolean;\n}\n\nconst CustomThumb = ({\n index,\n state,\n formatValue,\n isDisabled,\n showTooltip = false,\n label,\n minValue,\n maxValue,\n isRange,\n}: CustomThumbProps) => {\n const isDragging = state.isThumbDragging(index);\n const isFocused = state.focusedThumb === index;\n const isTooltipVisible = showTooltip && (isDragging || isFocused);\n const thumbRef = useRef<HTMLDivElement>(null);\n const value = state.values[index];\n\n let thumbLabel = label;\n if (isRange) {\n const thumbType = index === 0 ? 'Minimum' : 'Maximum';\n thumbLabel = `${thumbType} value for ${label}`;\n }\n\n const valueDescription = `${formatValue(value)} out of range ${formatValue(minValue)} to ${formatValue(maxValue)}`;\n\n return (\n <div\n className={styles.thumbContainer}\n style={{ left: `${state.getThumbPercent(index) * 100}%` }}\n role=\"presentation\"\n >\n <SliderThumb\n index={index}\n className={styles.thumb}\n ref={thumbRef}\n aria-label={thumbLabel}\n aria-valuetext={valueDescription}\n />\n <Tooltip\n label={formatValue(state.values[index])}\n placement=\"top\"\n isDisabled={isDisabled}\n visible={isTooltipVisible}\n triggerRef={thumbRef}\n >\n <div role=\"presentation\"></div>\n </Tooltip>\n </div>\n );\n};\n\nexport const Slider = forwardRef<HTMLDivElement, SliderProps>(\n (\n {\n label,\n description,\n isDisabled = false,\n isRange = false,\n minValue = 0,\n maxValue = 100,\n step,\n formatOptions,\n defaultValue = isRange ? [25, 75] : 50,\n value,\n id: providedId,\n onChange,\n showTooltip = false,\n },\n forwardedRef,\n ) => {\n const uniqueId = useId();\n const id = providedId || `slider-${uniqueId}`;\n // Calculate appropriate step if not provided\n const calculatedStep =\n step ??\n (typeof formatOptions === 'object' && formatOptions?.style === 'currency'\n ? 0.01\n : typeof defaultValue === 'number'\n ? defaultValue % 1 !== 0\n ? 0.01\n : 1\n : Array.isArray(defaultValue) && defaultValue.some((v) => v % 1 !== 0)\n ? 0.01\n : 1);\n\n const formatValue = (val: number) => {\n if (typeof formatOptions === 'function') {\n return formatOptions(val, maxValue);\n }\n\n if (!formatOptions) {\n const decimalPlaces = calculatedStep < 1 ? 2 : 0;\n return val.toFixed(decimalPlaces);\n }\n\n return new Intl.NumberFormat(undefined, formatOptions).format(val);\n };\n\n const sliderProps = {\n id,\n isDisabled,\n minValue,\n maxValue,\n step: calculatedStep,\n defaultValue,\n value,\n onChange: onChange as (value: number | [number, number]) => void,\n className: styles.slider,\n orientation: 'horizontal' as const,\n };\n\n return (\n <Box display=\"flex\" flexDirection=\"column\" gap=\"md\" padding=\"md\">\n <AriaSlider {...sliderProps} ref={forwardedRef}>\n {({ state }) => (\n <>\n <div className={styles.fieldHeaderWrapper}>\n <FieldHeader\n label={label}\n description={description}\n labelFor={id}\n isRequired={true}\n />\n <div\n className={styles.output}\n aria-live=\"polite\"\n aria-atomic=\"true\"\n >\n {isRange ? (\n <span>{`${formatValue(state.values[0])} - ${formatValue(state.values[1])}`}</span>\n ) : (\n <span>{formatValue(state.values[0])}</span>\n )}\n </div>\n </div>\n <div className={styles.sliderContainer} role=\"presentation\">\n <SliderTrack className={styles.track}>\n <div\n className={styles.fill}\n style={{\n left: isRange ? `${state.getThumbPercent(0) * 100}%` : 0,\n width: isRange\n ? `${(state.getThumbPercent(1) - state.getThumbPercent(0)) * 100}%`\n : `${state.getThumbPercent(0) * 100}%`,\n }}\n role=\"presentation\"\n />\n {isRange ? (\n <>\n <CustomThumb\n index={0}\n state={state}\n formatValue={formatValue}\n isDisabled={isDisabled}\n showTooltip={showTooltip}\n label={label || ''}\n minValue={minValue}\n maxValue={state.values[1]}\n isRange={true}\n />\n <CustomThumb\n index={1}\n state={state}\n formatValue={formatValue}\n isDisabled={isDisabled}\n showTooltip={showTooltip}\n label={label || ''}\n minValue={state.values[0]}\n maxValue={maxValue}\n isRange={true}\n />\n </>\n ) : (\n <CustomThumb\n index={0}\n state={state}\n formatValue={formatValue}\n isDisabled={isDisabled}\n showTooltip={showTooltip}\n label={label || ''}\n minValue={minValue}\n maxValue={maxValue}\n isRange={false}\n />\n )}\n </SliderTrack>\n </div>\n </>\n )}\n </AriaSlider>\n </Box>\n );\n },\n);\nSlider.displayName = 'Slider';\n\nexport default Slider;\n"],"names":["CustomThumb","index","state","formatValue","isDisabled","showTooltip","label","minValue","maxValue","isRange","isDragging","isThumbDragging","isFocused","focusedThumb","isTooltipVisible","thumbRef","useRef","thumbLabel","valueDescription","values","jsxs","className","styles","style","left","getThumbPercent","role","children","jsx","SliderThumb","ref","Tooltip","placement","visible","triggerRef","Slider","forwardRef","description","step","formatOptions","defaultValue","value","id","providedId","onChange","forwardedRef","uniqueId","useId","calculatedStep","Array","isArray","some","v","val","decimalPlaces","toFixed","Intl","NumberFormat","format","Box","display","flexDirection","gap","padding","AriaSlider","orientation","Fragment","FieldHeader","labelFor","isRequired","SliderTrack","width","displayName"],"mappings":"giBA4IMA,EAAc,EAClBC,QACAC,QACAC,cACAC,aACAC,eAAc,EACdC,QACAC,WACAC,WACAC,cAEA,MAAMC,EAAaR,EAAMS,gBAAgBV,GACnCW,EAAYV,EAAMW,eAAiBZ,EACnCa,EAAmBT,IAAgBK,GAAcE,GACjDG,EAAWC,EAAuB,MAGxC,IAAIC,EAAaX,EACjB,GAAIG,EAAS,CAEXQ,EAAa,GADe,IAAVhB,EAAc,UAAY,uBACLK,GACzC,CAEA,MAAMY,EAAmB,GAAGf,EARdD,EAAMiB,OAAOlB,oBAQoCE,EAAYI,SAAgBJ,EAAYK;AAEvG,OACEY,EAAC,MAAA,CACCC,UAAWC,EACXC,MAAO,CAAEC,KAAwC,IAA/BtB,EAAMuB,gBAAgBxB,GAAzB,KACfyB,KAAK,eAELC,SAAA;eAAAC,EAACC,EAAA,CACC5B,QACAoB,UAAWC,EACXQ,IAAKf,EACL,aAAYE,EACZ,iBAAgBC;eAElBU,EAACG,EAAA,CACCzB,MAAOH,EAAYD,EAAMiB,OAAOlB,IAChC+B,UAAU,MACV5B,aACA6B,QAASnB,EACToB,WAAYnB,EAEZY,wBAAAC,EAAC,MAAA,CAAIF,KAAK,uBAMLS,EAASC,EACpB,EAEI9B,QACA+B,cACAjC,cAAa,EACbK,WAAU,EACVF,WAAW,EACXC,WAAW,IACX8B,OACAC,gBACAC,gBAAe/B,EAAU,CAAC,GAAI,IAAM,IACpCgC,QACAC,GAAIC,EACJC,WACAvC,eAAc,GAEhBwC,KAEA,MAAMC,EAAWC,IACXL,EAAKC,GAAc,UAAUG,IAE7BE,EACJV,IAC0B,iBAAlBC,GAAuD,aAAzBA,GAAehB,MACjD,IACwB,iBAAjBiB,EACLA,EAAe,GAAM,EACnB,IACA,EACFS,MAAMC,QAAQV,IAAiBA,EAAaW,KAAMC,GAAMA,EAAI,GAAM,GAChE,IACA,GAEJjD,EAAekD,IACnB,GAA6B,mBAAlBd,EACT,OAAOA,EAAcc,EAAK7C,GAG5B,IAAK+B,EAAe,CAClB,MAAMe,EAAgBN,EAAiB,EAAI,EAAI,EAC/C,OAAOK,EAAIE,QAAQD,EACrB,CAEA,OAAO,IAAIE,KAAKC,oBAAwBlB,GAAemB,OAAOL;AAgBhE,OACEzB,EAAC+B,GAAIC,QAAQ,OAAOC,cAAc,SAASC,IAAI,KAAKC,QAAQ,KAC1DpC,0BAACqC,EAAA,IAfe,CAClBtB,KACAtC,aACAG,WACAC,WACA8B,KAAMU,EACNR,eACAC,QACAG,WACAvB,UAAWC,EACX2C,YAAa,cAKkBnC,IAAKe,EAC/BlB,WAAGzB,0BACFkB,EAAA8C,EAAA,CACEvC,SAAA;iBAAC,MAAA,CAAIN,UAAWC,EACdK,SAAA;eAAAC,EAACuC,EAAA,CACC7D,QACA+B,cACA+B,SAAU1B,EACV2B,YAAY;eAEdzC,EAAC,MAAA,CACCP,UAAWC,EACX,YAAU,SACV,cAAY,OAEXK,wBACCC,EAAC,OADFnB,EACE,CAAMkB,SAAA,GAAGxB,EAAYD,EAAMiB,OAAO,SAAShB,EAAYD,EAAMiB,OAAO,OAEpE,CAAMQ,SAAAxB,EAAYD,EAAMiB,OAAO;eAItCS,EAAC,MAAA,CAAIP,UAAWC,EAAwBI,KAAK,eAC3CC,0BAAC2C,EAAA,CAAYjD,UAAWC,EACtBK,SAAA;eAAAC,EAAC,MAAA,CACCP,UAAWC,EACXC,MAAO,CACLC,KAAMf,EAAwC,IAA3BP,EAAMuB,gBAAgB,GAAzB,IAAuC,EACvD8C,MAAO9D,EACwD,KAAvDP,EAAMuB,gBAAgB,GAAKvB,EAAMuB,gBAAgB,IAArD,IAC8B,IAA3BvB,EAAMuB,gBAAgB,GAAzB,KAENC,KAAK,iBAENjB,iBACCW,EAAA8C,EAAA,CACEvC,SAAA;eAAAC,EAAC5B,EAAA,CACCC,MAAO,EACPC,QACAC,cACAC,aACAC,cACAC,MAAOA,GAAS,GAChBC,WACAC,SAAUN,EAAMiB,OAAO,GACvBV,SAAS;eAEXmB,EAAC5B,EAAA,CACCC,MAAO,EACPC,QACAC,cACAC,aACAC,cACAC,MAAOA,GAAS,GAChBC,SAAUL,EAAMiB,OAAO,GACvBX,WACAC,SAAS,sBAIbmB,EAAC5B,EAAA,CACCC,MAAO,EACPC,QACAC,cACAC,aACAC,cACAC,MAAOA,GAAS,GAChBC,WACAC,WACAC,SAAS,kBAY/B0B,EAAOqC,YAAc"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import{c as t}from"../../index-CCUt_dAN.js";import{foregroundColorVariants as _}from"../../utils/foregroundColour/foregroundColor.js";import
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import{c as t}from"../../index-CCUt_dAN.js";import{foregroundColorVariants as _}from"../../utils/foregroundColour/foregroundColor.js";import{getBaseValue as s,generateResponsiveClasses as n}from"../../utils/breakpoint/responsiveSSR.js";import '../../assets/SubHeading.css';const a={subHeading:"_subHeading_5fx4j_1","size--xs":"_size--xs_5fx4j_24","size--sm":"_size--sm_5fx4j_27","align--start":"_align--start_5fx4j_44","align--center":"_align--center_5fx4j_47","align--end":"_align--end_5fx4j_50","truncate--true":"_truncate--true_5fx4j_70","truncate--false":"_truncate--false_5fx4j_74","sm:size--xs":"_sm:size--xs_5fx4j_1","sm:size--sm":"_sm:size--sm_5fx4j_1","sm:align--start":"_sm:align--start_5fx4j_1","sm:align--center":"_sm:align--center_5fx4j_1","sm:align--end":"_sm:align--end_5fx4j_1","sm:truncate--true":"_sm:truncate--true_5fx4j_1","sm:truncate--false":"_sm:truncate--false_5fx4j_1","md:size--xs":"_md:size--xs_5fx4j_1","md:size--sm":"_md:size--sm_5fx4j_1","md:align--start":"_md:align--start_5fx4j_1","md:align--center":"_md:align--center_5fx4j_1","md:align--end":"_md:align--end_5fx4j_1","md:truncate--true":"_md:truncate--true_5fx4j_1","md:truncate--false":"_md:truncate--false_5fx4j_1","lg:size--xs":"_lg:size--xs_5fx4j_1","lg:size--sm":"_lg:size--sm_5fx4j_1","lg:align--start":"_lg:align--start_5fx4j_1","lg:align--center":"_lg:align--center_5fx4j_1","lg:align--end":"_lg:align--end_5fx4j_1","lg:truncate--true":"_lg:truncate--true_5fx4j_1","lg:truncate--false":"_lg:truncate--false_5fx4j_1","xl:size--xs":"_xl:size--xs_5fx4j_1","xl:size--sm":"_xl:size--sm_5fx4j_1","xl:align--start":"_xl:align--start_5fx4j_1","xl:align--center":"_xl:align--center_5fx4j_1","xl:align--end":"_xl:align--end_5fx4j_1","xl:truncate--true":"_xl:truncate--true_5fx4j_1","xl:truncate--false":"_xl:truncate--false_5fx4j_1","xxl:size--xs":"_xxl:size--xs_5fx4j_1","xxl:size--sm":"_xxl:size--sm_5fx4j_1","xxl:align--start":"_xxl:align--start_5fx4j_1","xxl:align--center":"_xxl:align--center_5fx4j_1","xxl:align--end":"_xxl:align--end_5fx4j_1","xxl:truncate--true":"_xxl:truncate--true_5fx4j_1","xxl:truncate--false":"_xxl:truncate--false_5fx4j_1"},l=n(a),r=t(a.subHeading,{variants:{size:{xs:a["size--xs"],sm:a["size--sm"]},textAlign:{start:a["align--start"],center:a["align--center"],end:a["align--end"]},truncate:{true:a["truncate--true"],false:a["truncate--false"]}},defaultVariants:{size:"sm",textAlign:"start"}}),x=({children:t,as:n="span",size:a,foregroundColor:x="accentPrimary",textAlign:i="start",truncate:f=!1,...g})=>{const u=s(a,"sm"),m=s(i,"start"),c=s(f,!1),j=l(a,"size"),d=l(i,"align"),o=l(f,"truncate");/* @__PURE__ */
|
|
2
2
|
return e(n,{className:[r({size:u,textAlign:m,truncate:c}),_({foregroundColor:x}),...j,...d,...o].filter(Boolean).join(" "),...g,children:t})};export{x as SubHeading,x as default};
|
|
3
3
|
//# sourceMappingURL=SubHeading.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubHeading.js","sources":["../../../src/components/SubHeading/SubHeading.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\nimport { cva, type VariantProps } from 'class-variance-authority';\nimport styles from './SubHeading.module.css';\nimport {\n foregroundColorVariants,\n type ForegroundVariants,\n} from '../../utils/foregroundColour/foregroundColor';\nimport
|
|
1
|
+
{"version":3,"file":"SubHeading.js","sources":["../../../src/components/SubHeading/SubHeading.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\nimport { cva, type VariantProps } from 'class-variance-authority';\nimport styles from './SubHeading.module.css';\nimport {\n foregroundColorVariants,\n type ForegroundVariants,\n} from '../../utils/foregroundColour/foregroundColor';\nimport {\n generateResponsiveClasses,\n getBaseValue,\n WithResponsiveProps,\n} from '../../utils/breakpoint/responsiveSSR';\n\nconst getResponsiveClasses = generateResponsiveClasses(styles);\n\nconst subHeading = cva(styles.subHeading, {\n variants: {\n size: {\n xs: styles['size--xs'],\n sm: styles['size--sm'],\n },\n textAlign: {\n start: styles['align--start'],\n center: styles['align--center'],\n end: styles['align--end'],\n },\n truncate: {\n true: styles['truncate--true'],\n false: styles['truncate--false'],\n },\n },\n defaultVariants: {\n size: 'sm',\n textAlign: 'start',\n },\n});\n\nexport type SubHeadingVariants = VariantProps<typeof subHeading>;\ntype SubHeadingLevel = 'span' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';\ntype SubHeadingSize = 'xs' | 'sm';\n\nexport interface BaseProps\n extends SubHeadingVariants,\n HTMLAttributes<HTMLHeadingElement | HTMLSpanElement> {\n /**\n * children\n */\n children: React.ReactNode;\n\n /**\n * The heading element to render\n */\n as?: SubHeadingLevel;\n\n /**\n * The size of the heading\n */\n size?: SubHeadingSize;\n\n /**\n * The foreground color of the heading\n * @default \"accentPrimary\"\n */\n foregroundColor?: ForegroundVariants['foregroundColor'];\n\n /**\n * The text alignment of the heading\n * @default \"start\"\n */\n textAlign?: 'start' | 'center' | 'end';\n\n /**\n * **[Responsive]** Truncate text with ellipsis\n * @default false\n */\n truncate?: boolean;\n}\n\n// ResponsivePropKeys are the keys of the props that can accept responsive values (base + breakpoint-specific)\ntype ResponsivePropKeys = 'size' | 'textAlign' | 'truncate';\n\nexport type SubHeadingProps = WithResponsiveProps<\n BaseProps,\n ResponsivePropKeys\n>;\n\nexport const SubHeading = ({\n children,\n as: Component = 'span',\n size,\n foregroundColor = 'accentPrimary',\n textAlign = 'start',\n truncate = false,\n ...props\n}: SubHeadingProps) => {\n // Get the base values for size and textAlign to apply the correct default variants\n const baseSize = getBaseValue(size, 'sm');\n const baseTextAlign = getBaseValue(textAlign, 'start');\n const truncateBase = getBaseValue(truncate, false);\n\n // Generate responsive classes for size and textAlign\n const sizeResp = getResponsiveClasses(size, 'size');\n const alignResp = getResponsiveClasses(textAlign, 'align');\n const truncateResp = getResponsiveClasses(truncate, 'truncate');\n return (\n <Component\n className={[\n subHeading({\n size: baseSize,\n textAlign: baseTextAlign,\n truncate: truncateBase,\n }),\n foregroundColorVariants({ foregroundColor }),\n ...sizeResp,\n ...alignResp,\n ...truncateResp,\n ]\n .filter(Boolean)\n .join(' ')}\n {...props}\n >\n {children}\n </Component>\n );\n};\n\nexport default SubHeading;\n"],"names":["getResponsiveClasses","generateResponsiveClasses","styles","subHeading","cva","variants","size","xs","sm","textAlign","start","center","end","truncate","true","false","defaultVariants","SubHeading","children","as","Component","foregroundColor","props","baseSize","getBaseValue","baseTextAlign","truncateBase","sizeResp","alignResp","truncateResp","jsx","className","foregroundColorVariants","filter","Boolean","join"],"mappings":"4lEAaMA,EAAuBC,EAA0BC,GAEjDC,EAAaC,EAAIF,EAAOC,WAAY,CACxCE,SAAU,CACRC,KAAM,CACJC,GAAIL,EAAO,YACXM,GAAIN,EAAO,aAEbO,UAAW,CACTC,MAAOR,EAAO,gBACdS,OAAQT,EAAO,iBACfU,IAAKV,EAAO,eAEdW,SAAU,CACRC,KAAMZ,EAAO,kBACba,MAAOb,EAAO,qBAGlBc,gBAAiB,CACfV,KAAM,KACNG,UAAW,WAqDFQ,EAAa,EACxBC,WACAC,GAAIC,EAAY,OAChBd,OACAe,kBAAkB,gBAClBZ,YAAY,QACZI,YAAW,KACRS,MAGH,MAAMC,EAAWC,EAAalB,EAAM,MAC9BmB,EAAgBD,EAAaf,EAAW,SACxCiB,EAAeF,EAAaX,GAAU,GAGtCc,EAAW3B,EAAqBM,EAAM,QACtCsB,EAAY5B,EAAqBS,EAAW,SAC5CoB,EAAe7B,EAAqBa,EAAU;AACpD,OACEiB,EAACV,EAAA,CACCW,UAAW,CACT5B,EAAW,CACTG,KAAMiB,EACNd,UAAWgB,EACXZ,SAAUa,IAEZM,EAAwB,CAAEX,uBACvBM,KACAC,KACAC,GAEFI,OAAOC,SACPC,KAAK,QACJb,EAEHJ"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import{jsx as e,jsxs as t}from"react/jsx-runtime";import i,{createContext as n,forwardRef as l,useContext as r,isValidElement as a,useRef as d,useLayoutEffect as s,useEffect as o}from"react";import{TextField as c,Input as u}from"react-aria-components";import{i as p,a as f}from"../../../input-Ct1NB1lu.js";import{FieldHeader as _}from"../../FieldHeader/FieldHeader.js";import{IconButton as m}from"../../IconButton/IconButton.js";import{Button as b}from"../../Button/Button.js";import{FieldError as y}from"../../FieldError/FieldError.js";import{getBaseValue as h,generateResponsiveClasses as v}from"../../../utils/breakpoint/responsiveSSR.js";import{useBreakpoint as I}from"../../../utils/breakpoint/hooks/useBreakpoint.js";import{resolveResponsiveProp as S}from"../../../utils/breakpoint/responsive.js";import{Icon as E}from"../../Icon/Icon.js";import '../../../assets/Input.css';const x={"input-field":"_input-
|
|
2
|
-
return e("div",{ref:n,className:`\n ${x["input-field__startIcon"]} \n ${i||""}\n `,...l.isDisabled?{"data-disabled":!0}:{},...l.isInvalid?{"data-invalid":!0}:{},children:a})});$.displayName="Input.StartIcon";const L=l(({children:t,className:i},n)=>{const l=r(
|
|
3
|
-
return e("div",{ref:n,className:`\n ${x["input-field__endIcon"]} \n ${i||""}\n `,...l.isDisabled?{"data-disabled":!0}:{},...l.isInvalid?{"data-invalid":!0}:{},children:a})});L.displayName="Input.EndIcon";const M=l(({children:t,className:n},l)=>{const d=r(
|
|
4
|
-
return e("div",{ref:l,className:`\n ${x["input-field__startSelect"]} \n ${n||""}\n `,...d.isDisabled?{"data-disabled":!0}:{},...d.isInvalid?{"data-invalid":!0}:{},children:i.cloneElement(t,{disabled:d.isDisabled,onFocusCapture:()=>{l&&"current"in l&&l.current&&(l.current.dataset.focused="true",l.current.dataset.focusVisible="true")},onBlurCapture:()=>{l&&"current"in l&&l.current&&(delete l.current.dataset.focused,delete l.current.dataset.focusVisible)}})})});M.displayName="Input.StartSelect";const k=l(({children:t,className:n},l)=>{const d=r(
|
|
5
|
-
return e("div",{ref:l,className:`\n ${x["input-field__endSelect"]} \n ${n||""}\n `,...d.isDisabled?{"data-disabled":!0}:{},...d.isInvalid?{"data-invalid":!0}:{},children:i.cloneElement(t,{disabled:d.isDisabled,onFocusCapture:()=>{l&&"current"in l&&l.current&&(l.current.dataset.focused="true",l.current.dataset.focusVisible="true")},onBlurCapture:()=>{l&&"current"in l&&l.current&&(delete l.current.dataset.focused,delete l.current.dataset.focusVisible)}})})});k.displayName="Input.EndSelect";const H=l(({label:n,description:l,placeholder:r,fieldColumns:a,fieldMaxWidthByChars:b,isInvalid:E=!1,isDisabled:
|
|
6
|
-
return t(O,{...U,isDisabled:
|
|
7
|
-
/* @__PURE__ */e(
|
|
8
|
-
/* @__PURE__ */e(u,{ref:e=>{"function"==typeof X?X(e):X&&"current"in X&&(X.current=e),he.current=e},...W,type:se,placeholder:r,className:oe,"data-disabled":!!
|
|
1
|
+
import{jsx as e,jsxs as t}from"react/jsx-runtime";import i,{createContext as n,forwardRef as l,useContext as r,isValidElement as a,useRef as d,useLayoutEffect as s,useEffect as o}from"react";import{TextField as c,Input as u}from"react-aria-components";import{i as p,a as f}from"../../../input-Ct1NB1lu.js";import{FieldHeader as _}from"../../FieldHeader/FieldHeader.js";import{IconButton as m}from"../../IconButton/IconButton.js";import{Button as b}from"../../Button/Button.js";import{FieldError as y}from"../../FieldError/FieldError.js";import{getBaseValue as h,generateResponsiveClasses as v}from"../../../utils/breakpoint/responsiveSSR.js";import{useBreakpoint as I}from"../../../utils/breakpoint/hooks/useBreakpoint.js";import{resolveResponsiveProp as S}from"../../../utils/breakpoint/responsive.js";import{Icon as E}from"../../Icon/Icon.js";import '../../../assets/Input.css';const x={"input-field":"_input-field_t4b0i_1","input-field__grid":"_input-field__grid_t4b0i_20","input-field__wrapper":"_input-field__wrapper_t4b0i_26","input-field__input":"_input-field__input_t4b0i_55","input-field__startSelect":"_input-field__startSelect_t4b0i_116","input-field__endSelect":"_input-field__endSelect_t4b0i_117","input-field__prefix":"_input-field__prefix_t4b0i_133","input-field__suffix":"_input-field__suffix_t4b0i_134","input-field__startIcon":"_input-field__startIcon_t4b0i_137","input-field__endIcon":"_input-field__endIcon_t4b0i_138","input-field__startSlot":"_input-field__startSlot_t4b0i_139","input-field__endSlot":"_input-field__endSlot_t4b0i_140","input-field__clearButton":"_input-field__clearButton_t4b0i_260","input-field__errorMessage":"_input-field__errorMessage_t4b0i_318","input-field__input--hideSearchClear":"_input-field__input--hideSearchClear_t4b0i_323"};function N(e){return a(e)&&(e.type===m||"function"==typeof e.type&&"IconButton"===e.type.name)}function R(e){return a(e)&&(e.type===b||"function"==typeof e.type&&"Button"===e.type.name)}let C=null;const g=e=>{if(!e.current)return 0;if(C){const t=C.get(e.current);if("number"==typeof t)return t}const t=[()=>e.current?.offsetWidth||0,()=>e.current?.clientWidth||0,()=>e.current?.scrollWidth||0,()=>Array.from(e.current?.children||[]).reduce((e,t)=>Math.max(e,t.clientWidth),0)];for(const i of t){const t=i();if(t>0)return C&&C.set(e.current,t),t}return C&&C.set(e.current,0),0},D=n({}),P=l(({children:t,visuallyHiddenLabel:i},n)=>{const l=r(D);return"string"!=typeof t?(console.warn("Input.Prefix only accepts a single string as a child"),/* @__PURE__ */e("div",{ref:n,className:x["input-field__prefix"],...l.isDisabled?{"data-disabled":!0}:{},...l.isInvalid?{"data-invalid":!0}:{},"data-prefix-type":"invalid",style:{color:"red"},"aria-hidden":i?"true":void 0,children:"Invalid Prefix"})):/* @__PURE__ */e("div",{ref:n,className:x["input-field__prefix"],...l.isDisabled?{"data-disabled":!0}:{},...l.isInvalid?{"data-invalid":!0}:{},"data-prefix-type":"text","aria-hidden":i?"true":void 0,children:t})});P.displayName="Input.Prefix";const B=l(({children:t,visuallyHiddenLabel:i},n)=>{const l=r(D);return"string"!=typeof t?(console.warn("Input.Suffix only accepts a single string as a child"),/* @__PURE__ */e("div",{ref:n,className:x["input-field__suffix"],...l.isDisabled?{"data-disabled":!0}:{},...l.isInvalid?{"data-invalid":!0}:{},"data-suffix-type":"invalid",style:{color:"red"},"aria-hidden":i?"true":void 0,children:"Invalid Suffix"})):/* @__PURE__ */e("div",{ref:n,className:x["input-field__suffix"],...l.isDisabled?{"data-disabled":!0}:{},...l.isInvalid?{"data-invalid":!0}:{},"data-suffix-type":"text","aria-hidden":i?"true":void 0,children:t})});B.displayName="Input.Suffix";const w=(e,t)=>{const n=e=>e.props.iconEndProps?t?{iconEndProps:{...e.props.iconEndProps,color:"disabledPrimary"}}:{iconEndProps:e.props.iconEndProps}:{};return i.Children.map(e,e=>{return i.isValidElement(e)?R(e)?i.cloneElement(e,{isDisabled:t,...n(e)}):a(l=e)&&(l.type===E||"function"==typeof l.type&&"Icon"===l.type.name)?i.cloneElement(e,{color:t?"disabledPrimary":e.props.color}):"string"==typeof(r=e.type)&&["button","input","select","textarea"].includes(r)?i.cloneElement(e,{disabled:t}):i.cloneElement(e,{isDisabled:t}):e;var l,r})},j=l(({children:t,className:n,increment:l,decrement:a},d)=>{const s=r(D);let o=w(t,s.isDisabled);return(l||a)&&(o=i.Children.map(t,e=>i.isValidElement(e)&&(R(e)||N(e))?i.cloneElement(e,{..."object"==typeof l&&null!==l?l:{},..."object"==typeof a&&null!==a?a:{}}):e)),/* @__PURE__ */e("div",{ref:d,className:`\n ${x["input-field__startSlot"]} \n ${n||""}\n `,...s.isDisabled?{"data-disabled":!0}:{},...s.isInvalid?{"data-invalid":!0}:{},"data-start-slot-button":i.Children.toArray(t).some(R)?"true":void 0,children:o})});j.displayName="Input.StartSlot";const V=l(({children:t,className:n,increment:l,decrement:a},d)=>{const s=r(D);let o=w(t,s.isDisabled);return(l||a)&&(o=i.Children.map(t,e=>i.isValidElement(e)&&(R(e)||N(e))?i.cloneElement(e,{..."object"==typeof l&&null!==l?l:{},..."object"==typeof a&&null!==a?a:{}}):e)),/* @__PURE__ */e("div",{ref:d,className:[x["input-field__endSlot"],n||""].filter(Boolean).join(" "),...s.isDisabled?{"data-disabled":!0}:{},...s.isInvalid?{"data-invalid":!0}:{},"data-end-slot-button":i.Children.toArray(t).some(R)?"true":void 0,children:o})});V.displayName="Input.EndSlot";const $=l(({children:t,className:i},n)=>{const l=r(D),a=w(t,l.isDisabled);/* @__PURE__ */
|
|
2
|
+
return e("div",{ref:n,className:`\n ${x["input-field__startIcon"]} \n ${i||""}\n `,...l.isDisabled?{"data-disabled":!0}:{},...l.isInvalid?{"data-invalid":!0}:{},children:a})});$.displayName="Input.StartIcon";const L=l(({children:t,className:i},n)=>{const l=r(D),a=w(t,l.isDisabled);/* @__PURE__ */
|
|
3
|
+
return e("div",{ref:n,className:`\n ${x["input-field__endIcon"]} \n ${i||""}\n `,...l.isDisabled?{"data-disabled":!0}:{},...l.isInvalid?{"data-invalid":!0}:{},children:a})});L.displayName="Input.EndIcon";const M=l(({children:t,className:n},l)=>{const d=r(D);if(!(a(t)&&("select"===t.type||"string"==typeof t.type&&"select"===t.type.toLowerCase())))throw new Error("Input.StartSelect only accepts a select element");/* @__PURE__ */
|
|
4
|
+
return e("div",{ref:l,className:`\n ${x["input-field__startSelect"]} \n ${n||""}\n `,...d.isDisabled?{"data-disabled":!0}:{},...d.isInvalid?{"data-invalid":!0}:{},children:i.cloneElement(t,{disabled:d.isDisabled,onFocusCapture:()=>{l&&"current"in l&&l.current&&(l.current.dataset.focused="true",l.current.dataset.focusVisible="true")},onBlurCapture:()=>{l&&"current"in l&&l.current&&(delete l.current.dataset.focused,delete l.current.dataset.focusVisible)}})})});M.displayName="Input.StartSelect";const k=l(({children:t,className:n},l)=>{const d=r(D);if(!(a(t)&&("select"===t.type||"string"==typeof t.type&&"select"===t.type.toLowerCase())))throw new Error("Input.EndSelect only accepts a select element");/* @__PURE__ */
|
|
5
|
+
return e("div",{ref:l,className:`\n ${x["input-field__endSelect"]} \n ${n||""}\n `,...d.isDisabled?{"data-disabled":!0}:{},...d.isInvalid?{"data-invalid":!0}:{},children:i.cloneElement(t,{disabled:d.isDisabled,onFocusCapture:()=>{l&&"current"in l&&l.current&&(l.current.dataset.focused="true",l.current.dataset.focusVisible="true")},onBlurCapture:()=>{l&&"current"in l&&l.current&&(delete l.current.dataset.focused,delete l.current.dataset.focusVisible)}})})});k.displayName="Input.EndSelect";const H=l(({label:n,description:l,placeholder:r,fieldColumns:a,fieldMaxWidthByChars:b,isInvalid:E=!1,isDisabled:w=!1,isRequired:H=!1,inputProps:W,children:F,clearable:A=!1,clearButtonTooltip:T="Clear input",optionalTranslation:q,errorMessage:z,errorId:G,errorPrefix:J,errorPlacement:K="top",as:O=c,visuallyHiddenLabel:Q,...U},X)=>{const Y=v(f),Z=I(),ee=h(a,"twelve"),te=h(b,"ten"),ie=S(a,Z)??ee,ne=S(b,Z)??te,le=Y(a,"input-field-variant--columns"),re=Y(b,"input-field-variant--max-width-by-chars"),ae=W?.type||U.type;let de=A,se=ae,oe=`${x["input-field__input"]}`;"search"===ae&&(de=!0,oe+=" "+x["input-field__input--hideSearchClear"],se="search");const ce=i.useId(),ue=d(null),pe=d(null),fe=d(null),_e=d(null),me=d(null),be=d(null),ye=d(null),he=d(null),ve=d(null),Ie=d(null),Se=d(null),Ee=(e,t)=>{const i=e.current;if(!i)return;C=/* @__PURE__ */new WeakMap;const n=g(t.startSlotRef),l=g(t.endSlotRef),r=g(t.prefixRef),a=g(t.suffixRef),d=g(t.startSelectRef),s=g(t.endSelectRef),o=g(t.startIconRef),c=g(t.endIconRef);C=null;const u=n||r||d||o;u>0?(i.style.setProperty("--input-start-slot-width",`${u}px`),i.dataset.startSlot="true"):delete i.dataset.startSlot;const p=l||a||s||c;p>0?(i.style.setProperty("--input-end-slot-width",`${p}px`),i.dataset.endSlot="true"):delete i.dataset.endSlot};s(()=>{Ee(ue,{startSlotRef:pe,endSlotRef:fe,prefixRef:_e,suffixRef:me,startSelectRef:be,endSelectRef:ye,startIconRef:Ie,endIconRef:Se})},[F]),o(()=>{const e=setTimeout(()=>{Ee(ue,{startSlotRef:pe,endSlotRef:fe,prefixRef:_e,suffixRef:me,startSelectRef:be,endSelectRef:ye,startIconRef:Ie,endIconRef:Se})},100);return()=>clearTimeout(e)},[F]);const xe=i.Children.toArray(F),Ne=xe.find(e=>i.isValidElement(e)&&e.type===j),Re=xe.find(e=>i.isValidElement(e)&&e.type===V),Ce=e=>{if(!e)return!1;return i.Children.toArray(e.props.children).some(e=>R(e)||N(e))},ge=Ce(Ne),De=Ce(Re),Pe=xe.find(e=>i.isValidElement(e)&&e.type===P),Be=xe.find(e=>i.isValidElement(e)&&e.type===B),we=xe.find(e=>i.isValidElement(e)&&e.type===M),je=xe.find(e=>i.isValidElement(e)&&e.type===k),Ve=xe.find(e=>i.isValidElement(e)&&e.type===$),$e=xe.find(e=>i.isValidElement(e)&&e.type===L),Le=de&&null!=W?.value&&String(W.value).length>0&&!w;let Me="",ke=[];a&&b?(Me=p({fieldColumns:ie,fieldMaxWidthByChars:ne}),ke=[...le,...re]):a?(Me=p({fieldColumns:ie}),ke=le):b?(Me=p({fieldMaxWidthByChars:ne}),ke=re):Me=p({});const He=Le?/* @__PURE__ */e("div",{ref:ve,children:/* @__PURE__ */e(m,{iconProps:{iconName:"circle-xmark",iconPrefix:"fas"},emphasis:"quaternary",size:"sm",styleVariant:"neutral",onClick:e=>{e.preventDefault(),e.stopPropagation(),he.current&&(he.current.focus(),W&&"value"in W&&W.onChange?.({target:{value:""}}))},tooltipLabel:T})}):null;/* @__PURE__ */
|
|
6
|
+
return t(O,{...U,isDisabled:w,...z||E?{isInvalid:E}:{},className:`\n ${x["input-field"]} \n `,children:[(n||l||"top"===K)&&/* @__PURE__ */e(_,{label:n,description:l,optionalTranslation:q,isInvalid:E,isRequired:H,errorMessage:z,showError:"top"===K,errorId:G,errorPrefix:J,labelFor:W?.id,visuallyHiddenLabel:Q}),
|
|
7
|
+
/* @__PURE__ */e(D.Provider,{value:{isDisabled:w,isInvalid:E,inputId:ce},children:/* @__PURE__ */e("div",{className:x["input-field__grid"],children:/* @__PURE__ */t("div",{ref:ue,className:[x["input-field__wrapper"],f["input-field-variant"],Me,...ke].filter(Boolean).join(" "),...ge?{"data-has-start-button":"true"}:{},...De?{"data-has-end-button":"true"}:{},children:[Ve?i.cloneElement(Ve,{ref:Ie}):we?i.cloneElement(we,{ref:be}):Ne?i.cloneElement(Ne,{ref:pe}):Pe?i.cloneElement(Pe,{ref:_e,visuallyHiddenLabel:Q}):null,
|
|
8
|
+
/* @__PURE__ */e(u,{ref:e=>{"function"==typeof X?X(e):X&&"current"in X&&(X.current=e),he.current=e},...W,type:se,placeholder:r,className:oe,"data-disabled":!!w||void 0,"data-invalid":!!E||void 0,"data-required":!!H||void 0,disabled:!!w||void 0}),de&&/* @__PURE__ */e("div",{className:x["input-field__clearButton"],children:He}),$e?i.cloneElement($e,{ref:Se}):je?i.cloneElement(je,{ref:ye}):Re?i.cloneElement(Re,{ref:fe}):Be?i.cloneElement(Be,{ref:me,visuallyHiddenLabel:Q}):null]})})}),"bottom"===K?/* @__PURE__ */e("div",{className:x["input-field__errorMessage"],children:/* @__PURE__ */e(y,{id:G,fieldLabel:n,errorPrefix:J,children:z})}):null]})});H.displayName="Input",H.StartSlot=j,H.EndSlot=V,H.Prefix=P,H.Suffix=B,H.StartSelect=M,H.EndSelect=k,H.StartIcon=$,H.EndIcon=L;export{D as InputContext,H as default};
|
|
9
9
|
//# sourceMappingURL=Input.js.map
|
|
@@ -10,8 +10,14 @@ export { default as AviosCurrencySymbol } from './AviosCurrencySymbol';
|
|
|
10
10
|
export type * from './AviosCurrencySymbol';
|
|
11
11
|
export { default as Badge } from './Badge';
|
|
12
12
|
export type * from './Badge';
|
|
13
|
+
export { default as BannerSectionContent } from './BannerSectionContent';
|
|
14
|
+
export type * from './BannerSectionContent';
|
|
15
|
+
export { default as BannerSectionPlectrum } from './BannerSectionPlectrum';
|
|
16
|
+
export type * from './BannerSectionPlectrum';
|
|
13
17
|
export { default as Box } from './Box';
|
|
14
18
|
export type * from './Box';
|
|
19
|
+
export { default as BoxLink, BoxLinkContext, useBoxLink } from './BoxLink';
|
|
20
|
+
export type * from './BoxLink';
|
|
15
21
|
export { default as Breadcrumbs } from './Breadcrumbs';
|
|
16
22
|
export type * from './Breadcrumbs';
|
|
17
23
|
export { default as Button } from './Button';
|
|
@@ -28,6 +34,10 @@ export { default as CardSection } from './CardSection';
|
|
|
28
34
|
export type * from './CardSection';
|
|
29
35
|
export { default as Carousel } from './Carousel';
|
|
30
36
|
export type * from './Carousel';
|
|
37
|
+
export { CarouselButton } from './Carousel';
|
|
38
|
+
export type { CarouselButtonProps } from './Carousel';
|
|
39
|
+
export { default as CategoryTileGroup } from './CategoryTileGroup';
|
|
40
|
+
export type * from './CategoryTileGroup';
|
|
31
41
|
export { default as Checkbox } from './Checkbox';
|
|
32
42
|
export type * from './Checkbox';
|
|
33
43
|
export { default as CheckboxGroup } from './CheckboxGroup';
|
|
@@ -84,6 +94,8 @@ export { default as IconButton } from './IconButton';
|
|
|
84
94
|
export type * from './IconButton';
|
|
85
95
|
export { default as Image } from './Image';
|
|
86
96
|
export type * from './Image';
|
|
97
|
+
export { default as IntroSection } from './IntroSection';
|
|
98
|
+
export type * from './IntroSection';
|
|
87
99
|
export { default as Label } from './Label';
|
|
88
100
|
export type * from './Label';
|
|
89
101
|
export { default as Link } from './Link';
|
|
@@ -102,12 +114,14 @@ export { default as NumberField } from './NumberField';
|
|
|
102
114
|
export type * from './NumberField';
|
|
103
115
|
export { default as Paragraph } from './Paragraph';
|
|
104
116
|
export type * from './Paragraph';
|
|
117
|
+
export { default as PasswordField } from './PasswordField';
|
|
118
|
+
export type * from './PasswordField';
|
|
105
119
|
export { default as PhoneNumberField } from './PhoneNumberField';
|
|
106
120
|
export type * from './PhoneNumberField';
|
|
107
121
|
export { default as Popover } from './Popover';
|
|
108
122
|
export type * from './Popover';
|
|
109
|
-
export { default as
|
|
110
|
-
export type * from './
|
|
123
|
+
export { default as ProductTile } from './ProductTile';
|
|
124
|
+
export type * from './ProductTile';
|
|
111
125
|
export { default as Radio } from './Radio';
|
|
112
126
|
export type * from './Radio';
|
|
113
127
|
export { default as RadioGroup } from './RadioGroup';
|
package/dist/components/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '../assets/global.css';/* empty css */import{Accordion as o,AccordionGroup as r}from"./Accordion/Accordion.js";import{AviosCurrencyBadge as e}from"./AviosCurrencyBadge/AviosCurrencyBadge.js";import{AviosCurrency as i}from"./AviosCurrency/AviosCurrency.js";import{AviosBadge as t}from"./AviosBadge/AviosBadge.js";import{AviosCurrencySymbol as m}from"./AviosCurrencySymbol/AviosCurrencySymbol.js";import{Badge as a}from"./Badge/Badge.js";import{
|
|
1
|
+
import '../assets/global.css';/* empty css */import{Accordion as o,AccordionGroup as r}from"./Accordion/Accordion.js";import{AviosCurrencyBadge as e}from"./AviosCurrencyBadge/AviosCurrencyBadge.js";import{AviosCurrency as i}from"./AviosCurrency/AviosCurrency.js";import{AviosBadge as t}from"./AviosBadge/AviosBadge.js";import{AviosCurrencySymbol as m}from"./AviosCurrencySymbol/AviosCurrencySymbol.js";import{Badge as a}from"./Badge/Badge.js";import{BannerSectionContent as s}from"./BannerSectionContent/BannerSectionContent.js";import{BannerSectionPlectrum as n}from"./BannerSectionPlectrum/BannerSectionPlectrum.js";import{Box as p}from"./Box/Box.js";import{BoxLink as d}from"./BoxLink/BoxLink.js";import{BoxLinkContext as l,useBoxLink as f}from"./BoxLink/BoxLinkContext.js";import{Breadcrumbs as j}from"./Breadcrumbs/Breadcrumbs.js";import{Button as u}from"./Button/Button.js";import{ButtonGroup as c}from"./ButtonGroup/ButtonGroup.js";import{Calendar as C}from"./Calendar/Calendar.js";import{CalendarRange as g}from"./CalendarRange/CalendarRange.js";import{CalloutBanner as B}from"./CalloutBanner/CalloutBanner.js";import{default as S}from"./CardSection/CardSection.js";import{Carousel as F}from"./Carousel/Carousel.js";import{CarouselButton as b}from"./Carousel/CarouselButton/CarouselButton.js";import{CategoryTileGroup as T}from"./CategoryTileGroup/CategoryTileGroup.js";import{Checkbox as x}from"./Checkbox/Checkbox.js";import{CheckboxGroup as y}from"./CheckboxGroup/CheckboxGroup.js";import{ClearFieldButton as L}from"./ClearFieldButton/ClearFieldButton.js";import{ComboBox as k}from"./ComboBox/ComboBox.js";import{CreditCardNumberField as P}from"./CreditCardNumberField/CreditCardNumberField.js";import{CreditCardSecurityCodeField as D}from"./CreditCardSecurityCodeField/CreditCardSecurityCodeField.js";import{Currency as h}from"./Currency/Currency.js";import{D as I}from"../DateField-rBq9QuR6.js";import{DatePicker as v}from"./DatePicker/DatePicker.js";import{DateRangePicker as A}from"./DateRangePicker/DateRangePicker.js";import{DestinationHeading as G}from"./DestinationHeading/DestinationHeading.js";import{DetailsDisclosure as H}from"./DetailsDisclosure/DetailsDisclosure.js";import{Dialog as N}from"./Dialog/Dialog.js";import{ErrorSummary as R}from"./ErrorSummary/ErrorSummary.js";import{Eyebrow as w}from"./Eyebrow/Eyebrow.js";import{default as E}from"./FieldDescription/FieldDescription.js";import{FieldError as M}from"./FieldError/FieldError.js";import{FieldHeader as V}from"./FieldHeader/FieldHeader.js";import{FieldLabel as Y}from"./FieldLabel/FieldLabel.js";import{default as q}from"./Fieldset/Fieldset.js";import{FieldsetHeader as z}from"./FieldsetHeader/FieldsetHeader.js";import{Form as J}from"./Form/Form.js";import{Grid as K}from"./Grid/Grid.js";import{Heading as O}from"./Heading/Heading.js";import{Icon as Q}from"./Icon/Icon.js";import{IconBackdrop as U}from"./IconBackdrop/IconBackdrop.js";import{IconButton as W}from"./IconButton/IconButton.js";import{Image as X}from"./Image/Image.js";import{IntroSection as Z}from"./IntroSection/IntroSection.js";import{Label as $}from"./Label/Label.js";import{default as _}from"./Link/Link.js";import{ListBox as oo}from"./ListBox/ListBox.js";import{ListBoxItem as ro}from"./ListBoxItem/ListBoxItem.js";import{default as eo}from"./LoadingSpinner/LoadingSpinner.js";import{Menu as io}from"./Menu/Menu.js";import{MonthYearField as to}from"./MonthYearField/MonthYearField.js";import{NumberField as mo}from"./NumberField/NumberField.js";import{Paragraph as ao}from"./Paragraph/Paragraph.js";import{PasswordField as so}from"./PasswordField/PasswordField.js";import{PhoneNumberField as no}from"./PhoneNumberField/PhoneNumberField.js";import"../utils/phoneNumber/phoneNumber.js";import{Popover as po}from"./Popover/Popover.js";import{ProductTile as lo}from"./ProductTile/ProductTile.js";import{Radio as fo}from"./Radio/Radio.js";import{RadioGroup as jo}from"./RadioGroup/RadioGroup.js";import{SearchField as uo}from"./SearchField/SearchField.js";import{default as co}from"./Section/Section.js";import{default as Co}from"./SelectCard/SelectCard.js";import{default as go}from"./SelectNative/SelectNative.js";import{SkeletonLoader as Bo}from"./SkeletonLoader/SkeletonLoader.js";import{Slider as So}from"./Slider/Slider.js";import{Spacer as Fo}from"./Spacer/Spacer.js";import{SubHeading as bo}from"./SubHeading/SubHeading.js";import{Switch as To}from"./Switch/Switch.js";import{Tab as xo,TabList as yo,Tabs as Lo,useTabsContext as ko}from"./Tabs/Tabs.js";import{T as Po}from"../TabPanel-C7ANBbTA.js";import{Tag as Do}from"./Tag/Tag.js";import{TagGroup as ho}from"./TagGroup/TagGroup.js";import{TextField as Io}from"./TextField/TextField.js";import{TextAreaField as vo}from"./TextAreaField/TextAreaField.js";import{default as Ao}from"./ToggleButton/ToggleButton.js";import{default as Go}from"./ToggleIconButton/ToggleIconButton.js";import{Tooltip as Ho}from"./Tooltip/Tooltip.js";import{VisuallyHidden as No}from"./VisuallyHidden/VisuallyHidden.js";export{o as Accordion,r as AccordionGroup,t as AviosBadge,i as AviosCurrency,e as AviosCurrencyBadge,m as AviosCurrencySymbol,a as Badge,s as BannerSectionContent,n as BannerSectionPlectrum,p as Box,d as BoxLink,l as BoxLinkContext,j as Breadcrumbs,u as Button,c as ButtonGroup,C as Calendar,g as CalendarRange,B as CalloutBanner,S as CardSection,F as Carousel,b as CarouselButton,T as CategoryTileGroup,x as Checkbox,y as CheckboxGroup,L as ClearFieldButton,k as ComboBox,P as CreditCardNumberField,D as CreditCardSecurityCodeField,h as Currency,I as DateField,v as DatePicker,A as DateRangePicker,G as DestinationHeading,H as DetailsDisclosure,N as Dialog,R as ErrorSummary,w as Eyebrow,E as FieldDescription,M as FieldError,V as FieldHeader,Y as FieldLabel,q as Fieldset,z as FieldsetHeader,J as Form,K as Grid,O as Heading,Q as Icon,U as IconBackdrop,W as IconButton,X as Image,Z as IntroSection,$ as Label,_ as Link,oo as ListBox,ro as ListBoxItem,eo as LoadingSpinner,io as Menu,to as MonthYearField,mo as NumberField,ao as Paragraph,so as PasswordField,no as PhoneNumberField,po as Popover,lo as ProductTile,fo as Radio,jo as RadioGroup,uo as SearchField,co as Section,Co as SelectCard,go as SelectNative,Bo as SkeletonLoader,So as Slider,Fo as Spacer,bo as SubHeading,To as Switch,xo as Tab,yo as TabList,Po as TabPanel,Lo as Tabs,Do as Tag,ho as TagGroup,vo as TextAreaField,Io as TextField,Ao as ToggleButton,Go as ToggleIconButton,Ho as Tooltip,No as VisuallyHidden,f as useBoxLink,ko as useTabsContext};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as l}from"./index-CCUt_dAN.js";import './assets/flex.css';const e={flex:"_flex_1ljoh_1","flex--inline":"_flex--inline_1ljoh_5","flex-justify-content--flex-start":"_flex-justify-content--flex-start_1ljoh_10","flex-justify-content--start":"_flex-justify-content--start_1ljoh_13","flex-justify-content--center":"_flex-justify-content--center_1ljoh_16","flex-justify-content--flex-end":"_flex-justify-content--flex-end_1ljoh_19","flex-justify-content--end":"_flex-justify-content--end_1ljoh_22","flex-justify-content--space-between":"_flex-justify-content--space-between_1ljoh_25","flex-justify-content--space-around":"_flex-justify-content--space-around_1ljoh_28","flex-justify-content--space-evenly":"_flex-justify-content--space-evenly_1ljoh_31","flex-justify-content--left":"_flex-justify-content--left_1ljoh_34","flex-justify-content--right":"_flex-justify-content--right_1ljoh_37","flex-justify-content--normal":"_flex-justify-content--normal_1ljoh_40","flex-justify-content--stretch":"_flex-justify-content--stretch_1ljoh_43","flex-justify-content--inherit":"_flex-justify-content--inherit_1ljoh_46","flex-justify-content--initial":"_flex-justify-content--initial_1ljoh_49","flex-justify-content--revert":"_flex-justify-content--revert_1ljoh_52","flex-justify-content--revert-layer":"_flex-justify-content--revert-layer_1ljoh_55","flex-justify-content--unset":"_flex-justify-content--unset_1ljoh_58","flex-align-items--flex-start":"_flex-align-items--flex-start_1ljoh_63","flex-align-items--start":"_flex-align-items--start_1ljoh_66","flex-align-items--center":"_flex-align-items--center_1ljoh_69","flex-align-items--flex-end":"_flex-align-items--flex-end_1ljoh_72","flex-align-items--end":"_flex-align-items--end_1ljoh_75","flex-align-items--stretch":"_flex-align-items--stretch_1ljoh_78","flex-align-items--self-start":"_flex-align-items--self-start_1ljoh_81","flex-align-items--self-end":"_flex-align-items--self-end_1ljoh_84","flex-align-items--self-center":"_flex-align-items--self-center_1ljoh_87","flex-align-items--self-flex-start":"_flex-align-items--self-flex-start_1ljoh_90","flex-align-items--self-flex-end":"_flex-align-items--self-flex-end_1ljoh_93","flex-align-items--self-self-start":"_flex-align-items--self-self-start_1ljoh_96","flex-align-items--self-self-end":"_flex-align-items--self-self-end_1ljoh_99","flex-align-items--self-baseline":"_flex-align-items--self-baseline_1ljoh_102","flex-align-items--self-stretch":"_flex-align-items--self-stretch_1ljoh_105","flex-align-items--self-inherit":"_flex-align-items--self-inherit_1ljoh_108","flex-align-items--self-initial":"_flex-align-items--self-initial_1ljoh_111","flex-align-items--self-revert":"_flex-align-items--self-revert_1ljoh_114","flex-align-items--self-revert-layer":"_flex-align-items--self-revert-layer_1ljoh_117","flex-align-items--self-unset":"_flex-align-items--self-unset_1ljoh_120","flex-direction--row":"_flex-direction--row_1ljoh_126","flex-direction--row-reverse":"_flex-direction--row-reverse_1ljoh_129","flex-direction--column":"_flex-direction--column_1ljoh_132","flex-direction--column-reverse":"_flex-direction--column-reverse_1ljoh_135","flex-gap--5xs":"_flex-gap--5xs_1ljoh_140","flex-gap--4xs":"_flex-gap--4xs_1ljoh_143","flex-gap--3xs":"_flex-gap--3xs_1ljoh_146","flex-gap--2xs":"_flex-gap--2xs_1ljoh_149","flex-gap--xs":"_flex-gap--xs_1ljoh_152","flex-gap--sm":"_flex-gap--sm_1ljoh_155","flex-gap--md":"_flex-gap--md_1ljoh_158","flex-gap--lg":"_flex-gap--lg_1ljoh_161","flex-gap--xl":"_flex-gap--xl_1ljoh_164","flex-gap--2xl":"_flex-gap--2xl_1ljoh_167","flex-gap--3xl":"_flex-gap--3xl_1ljoh_170","flex-gap--4xl":"_flex-gap--4xl_1ljoh_173","flex-gap--5xl":"_flex-gap--5xl_1ljoh_176","flex-gap--6xl":"_flex-gap--6xl_1ljoh_179","flex-row-gap--5xs":"_flex-row-gap--5xs_1ljoh_184","flex-row-gap--4xs":"_flex-row-gap--4xs_1ljoh_187","flex-row-gap--3xs":"_flex-row-gap--3xs_1ljoh_190","flex-row-gap--2xs":"_flex-row-gap--2xs_1ljoh_193","flex-row-gap--xs":"_flex-row-gap--xs_1ljoh_196","flex-row-gap--sm":"_flex-row-gap--sm_1ljoh_199","flex-row-gap--md":"_flex-row-gap--md_1ljoh_202","flex-row-gap--lg":"_flex-row-gap--lg_1ljoh_205","flex-row-gap--xl":"_flex-row-gap--xl_1ljoh_208","flex-row-gap--2xl":"_flex-row-gap--2xl_1ljoh_211","flex-row-gap--3xl":"_flex-row-gap--3xl_1ljoh_214","flex-row-gap--4xl":"_flex-row-gap--4xl_1ljoh_217","flex-row-gap--5xl":"_flex-row-gap--5xl_1ljoh_220","flex-row-gap--6xl":"_flex-row-gap--6xl_1ljoh_223","flex-column-gap--5xs":"_flex-column-gap--5xs_1ljoh_228","flex-column-gap--4xs":"_flex-column-gap--4xs_1ljoh_231","flex-column-gap--3xs":"_flex-column-gap--3xs_1ljoh_234","flex-column-gap--2xs":"_flex-column-gap--2xs_1ljoh_237","flex-column-gap--xs":"_flex-column-gap--xs_1ljoh_240","flex-column-gap--sm":"_flex-column-gap--sm_1ljoh_243","flex-column-gap--md":"_flex-column-gap--md_1ljoh_246","flex-column-gap--lg":"_flex-column-gap--lg_1ljoh_249","flex-column-gap--xl":"_flex-column-gap--xl_1ljoh_252","flex-column-gap--2xl":"_flex-column-gap--2xl_1ljoh_255","flex-column-gap--3xl":"_flex-column-gap--3xl_1ljoh_258","flex-column-gap--4xl":"_flex-column-gap--4xl_1ljoh_261","flex-column-gap--5xl":"_flex-column-gap--5xl_1ljoh_264","flex-column-gap--6xl":"_flex-column-gap--6xl_1ljoh_267","sm:flex-justify-content--flex-start":"_sm:flex-justify-content--flex-start_1ljoh_1","sm:flex-justify-content--start":"_sm:flex-justify-content--start_1ljoh_1","sm:flex-justify-content--center":"_sm:flex-justify-content--center_1ljoh_1","sm:flex-justify-content--flex-end":"_sm:flex-justify-content--flex-end_1ljoh_1","sm:flex-justify-content--end":"_sm:flex-justify-content--end_1ljoh_1","sm:flex-justify-content--space-between":"_sm:flex-justify-content--space-between_1ljoh_1","sm:flex-justify-content--space-around":"_sm:flex-justify-content--space-around_1ljoh_1","sm:flex-justify-content--space-evenly":"_sm:flex-justify-content--space-evenly_1ljoh_1","sm:flex-justify-content--left":"_sm:flex-justify-content--left_1ljoh_1","sm:flex-justify-content--right":"_sm:flex-justify-content--right_1ljoh_1","sm:flex-justify-content--normal":"_sm:flex-justify-content--normal_1ljoh_1","sm:flex-justify-content--stretch":"_sm:flex-justify-content--stretch_1ljoh_1","sm:flex-justify-content--inherit":"_sm:flex-justify-content--inherit_1ljoh_1","sm:flex-justify-content--initial":"_sm:flex-justify-content--initial_1ljoh_1","sm:flex-justify-content--revert":"_sm:flex-justify-content--revert_1ljoh_1","sm:flex-justify-content--revert-layer":"_sm:flex-justify-content--revert-layer_1ljoh_1","sm:flex-justify-content--unset":"_sm:flex-justify-content--unset_1ljoh_1","sm:flex-align-items--flex-start":"_sm:flex-align-items--flex-start_1ljoh_1","sm:flex-align-items--start":"_sm:flex-align-items--start_1ljoh_1","sm:flex-align-items--center":"_sm:flex-align-items--center_1ljoh_1","sm:flex-align-items--flex-end":"_sm:flex-align-items--flex-end_1ljoh_1","sm:flex-align-items--end":"_sm:flex-align-items--end_1ljoh_1","sm:flex-align-items--stretch":"_sm:flex-align-items--stretch_1ljoh_1","sm:flex-align-items--self-start":"_sm:flex-align-items--self-start_1ljoh_1","sm:flex-align-items--self-end":"_sm:flex-align-items--self-end_1ljoh_1","sm:flex-align-items--self-center":"_sm:flex-align-items--self-center_1ljoh_1","sm:flex-align-items--self-flex-start":"_sm:flex-align-items--self-flex-start_1ljoh_1","sm:flex-align-items--self-flex-end":"_sm:flex-align-items--self-flex-end_1ljoh_1","sm:flex-align-items--self-self-start":"_sm:flex-align-items--self-self-start_1ljoh_1","sm:flex-align-items--self-self-end":"_sm:flex-align-items--self-self-end_1ljoh_1","sm:flex-align-items--self-baseline":"_sm:flex-align-items--self-baseline_1ljoh_1","sm:flex-align-items--self-stretch":"_sm:flex-align-items--self-stretch_1ljoh_1","sm:flex-align-items--self-inherit":"_sm:flex-align-items--self-inherit_1ljoh_1","sm:flex-align-items--self-initial":"_sm:flex-align-items--self-initial_1ljoh_1","sm:flex-align-items--self-revert":"_sm:flex-align-items--self-revert_1ljoh_1","sm:flex-align-items--self-revert-layer":"_sm:flex-align-items--self-revert-layer_1ljoh_1","sm:flex-align-items--self-unset":"_sm:flex-align-items--self-unset_1ljoh_1","sm:flex-direction--row":"_sm:flex-direction--row_1ljoh_1","sm:flex-direction--row-reverse":"_sm:flex-direction--row-reverse_1ljoh_1","sm:flex-direction--column":"_sm:flex-direction--column_1ljoh_1","sm:flex-direction--column-reverse":"_sm:flex-direction--column-reverse_1ljoh_1","sm:flex-gap--5xs":"_sm:flex-gap--5xs_1ljoh_1","sm:flex-gap--4xs":"_sm:flex-gap--4xs_1ljoh_1","sm:flex-gap--3xs":"_sm:flex-gap--3xs_1ljoh_1","sm:flex-gap--2xs":"_sm:flex-gap--2xs_1ljoh_1","sm:flex-gap--xs":"_sm:flex-gap--xs_1ljoh_1","sm:flex-gap--sm":"_sm:flex-gap--sm_1ljoh_1","sm:flex-gap--md":"_sm:flex-gap--md_1ljoh_1","sm:flex-gap--lg":"_sm:flex-gap--lg_1ljoh_1","sm:flex-gap--xl":"_sm:flex-gap--xl_1ljoh_1","sm:flex-gap--2xl":"_sm:flex-gap--2xl_1ljoh_1","sm:flex-gap--3xl":"_sm:flex-gap--3xl_1ljoh_1","sm:flex-gap--4xl":"_sm:flex-gap--4xl_1ljoh_1","sm:flex-gap--5xl":"_sm:flex-gap--5xl_1ljoh_1","sm:flex-gap--6xl":"_sm:flex-gap--6xl_1ljoh_1","sm:flex-row-gap--5xs":"_sm:flex-row-gap--5xs_1ljoh_1","sm:flex-row-gap--4xs":"_sm:flex-row-gap--4xs_1ljoh_1","sm:flex-row-gap--3xs":"_sm:flex-row-gap--3xs_1ljoh_1","sm:flex-row-gap--2xs":"_sm:flex-row-gap--2xs_1ljoh_1","sm:flex-row-gap--xs":"_sm:flex-row-gap--xs_1ljoh_1","sm:flex-row-gap--sm":"_sm:flex-row-gap--sm_1ljoh_1","sm:flex-row-gap--md":"_sm:flex-row-gap--md_1ljoh_1","sm:flex-row-gap--lg":"_sm:flex-row-gap--lg_1ljoh_1","sm:flex-row-gap--xl":"_sm:flex-row-gap--xl_1ljoh_1","sm:flex-row-gap--2xl":"_sm:flex-row-gap--2xl_1ljoh_1","sm:flex-row-gap--3xl":"_sm:flex-row-gap--3xl_1ljoh_1","sm:flex-row-gap--4xl":"_sm:flex-row-gap--4xl_1ljoh_1","sm:flex-row-gap--5xl":"_sm:flex-row-gap--5xl_1ljoh_1","sm:flex-row-gap--6xl":"_sm:flex-row-gap--6xl_1ljoh_1","sm:flex-column-gap--5xs":"_sm:flex-column-gap--5xs_1ljoh_1","sm:flex-column-gap--4xs":"_sm:flex-column-gap--4xs_1ljoh_1","sm:flex-column-gap--3xs":"_sm:flex-column-gap--3xs_1ljoh_1","sm:flex-column-gap--2xs":"_sm:flex-column-gap--2xs_1ljoh_1","sm:flex-column-gap--xs":"_sm:flex-column-gap--xs_1ljoh_1","sm:flex-column-gap--sm":"_sm:flex-column-gap--sm_1ljoh_1","sm:flex-column-gap--md":"_sm:flex-column-gap--md_1ljoh_1","sm:flex-column-gap--lg":"_sm:flex-column-gap--lg_1ljoh_1","sm:flex-column-gap--xl":"_sm:flex-column-gap--xl_1ljoh_1","sm:flex-column-gap--2xl":"_sm:flex-column-gap--2xl_1ljoh_1","sm:flex-column-gap--3xl":"_sm:flex-column-gap--3xl_1ljoh_1","sm:flex-column-gap--4xl":"_sm:flex-column-gap--4xl_1ljoh_1","sm:flex-column-gap--5xl":"_sm:flex-column-gap--5xl_1ljoh_1","sm:flex-column-gap--6xl":"_sm:flex-column-gap--6xl_1ljoh_1","md:flex-justify-content--flex-start":"_md:flex-justify-content--flex-start_1ljoh_1","md:flex-justify-content--start":"_md:flex-justify-content--start_1ljoh_1","md:flex-justify-content--center":"_md:flex-justify-content--center_1ljoh_1","md:flex-justify-content--flex-end":"_md:flex-justify-content--flex-end_1ljoh_1","md:flex-justify-content--end":"_md:flex-justify-content--end_1ljoh_1","md:flex-justify-content--space-between":"_md:flex-justify-content--space-between_1ljoh_1","md:flex-justify-content--space-around":"_md:flex-justify-content--space-around_1ljoh_1","md:flex-justify-content--space-evenly":"_md:flex-justify-content--space-evenly_1ljoh_1","md:flex-justify-content--left":"_md:flex-justify-content--left_1ljoh_1","md:flex-justify-content--right":"_md:flex-justify-content--right_1ljoh_1","md:flex-justify-content--normal":"_md:flex-justify-content--normal_1ljoh_1","md:flex-justify-content--stretch":"_md:flex-justify-content--stretch_1ljoh_1","md:flex-justify-content--inherit":"_md:flex-justify-content--inherit_1ljoh_1","md:flex-justify-content--initial":"_md:flex-justify-content--initial_1ljoh_1","md:flex-justify-content--revert":"_md:flex-justify-content--revert_1ljoh_1","md:flex-justify-content--revert-layer":"_md:flex-justify-content--revert-layer_1ljoh_1","md:flex-justify-content--unset":"_md:flex-justify-content--unset_1ljoh_1","md:flex-align-items--flex-start":"_md:flex-align-items--flex-start_1ljoh_1","md:flex-align-items--start":"_md:flex-align-items--start_1ljoh_1","md:flex-align-items--center":"_md:flex-align-items--center_1ljoh_1","md:flex-align-items--flex-end":"_md:flex-align-items--flex-end_1ljoh_1","md:flex-align-items--end":"_md:flex-align-items--end_1ljoh_1","md:flex-align-items--stretch":"_md:flex-align-items--stretch_1ljoh_1","md:flex-align-items--self-start":"_md:flex-align-items--self-start_1ljoh_1","md:flex-align-items--self-end":"_md:flex-align-items--self-end_1ljoh_1","md:flex-align-items--self-center":"_md:flex-align-items--self-center_1ljoh_1","md:flex-align-items--self-flex-start":"_md:flex-align-items--self-flex-start_1ljoh_1","md:flex-align-items--self-flex-end":"_md:flex-align-items--self-flex-end_1ljoh_1","md:flex-align-items--self-self-start":"_md:flex-align-items--self-self-start_1ljoh_1","md:flex-align-items--self-self-end":"_md:flex-align-items--self-self-end_1ljoh_1","md:flex-align-items--self-baseline":"_md:flex-align-items--self-baseline_1ljoh_1","md:flex-align-items--self-stretch":"_md:flex-align-items--self-stretch_1ljoh_1","md:flex-align-items--self-inherit":"_md:flex-align-items--self-inherit_1ljoh_1","md:flex-align-items--self-initial":"_md:flex-align-items--self-initial_1ljoh_1","md:flex-align-items--self-revert":"_md:flex-align-items--self-revert_1ljoh_1","md:flex-align-items--self-revert-layer":"_md:flex-align-items--self-revert-layer_1ljoh_1","md:flex-align-items--self-unset":"_md:flex-align-items--self-unset_1ljoh_1","md:flex-direction--row":"_md:flex-direction--row_1ljoh_1","md:flex-direction--row-reverse":"_md:flex-direction--row-reverse_1ljoh_1","md:flex-direction--column":"_md:flex-direction--column_1ljoh_1","md:flex-direction--column-reverse":"_md:flex-direction--column-reverse_1ljoh_1","md:flex-gap--5xs":"_md:flex-gap--5xs_1ljoh_1","md:flex-gap--4xs":"_md:flex-gap--4xs_1ljoh_1","md:flex-gap--3xs":"_md:flex-gap--3xs_1ljoh_1","md:flex-gap--2xs":"_md:flex-gap--2xs_1ljoh_1","md:flex-gap--xs":"_md:flex-gap--xs_1ljoh_1","md:flex-gap--sm":"_md:flex-gap--sm_1ljoh_1","md:flex-gap--md":"_md:flex-gap--md_1ljoh_1","md:flex-gap--lg":"_md:flex-gap--lg_1ljoh_1","md:flex-gap--xl":"_md:flex-gap--xl_1ljoh_1","md:flex-gap--2xl":"_md:flex-gap--2xl_1ljoh_1","md:flex-gap--3xl":"_md:flex-gap--3xl_1ljoh_1","md:flex-gap--4xl":"_md:flex-gap--4xl_1ljoh_1","md:flex-gap--5xl":"_md:flex-gap--5xl_1ljoh_1","md:flex-gap--6xl":"_md:flex-gap--6xl_1ljoh_1","md:flex-row-gap--5xs":"_md:flex-row-gap--5xs_1ljoh_1","md:flex-row-gap--4xs":"_md:flex-row-gap--4xs_1ljoh_1","md:flex-row-gap--3xs":"_md:flex-row-gap--3xs_1ljoh_1","md:flex-row-gap--2xs":"_md:flex-row-gap--2xs_1ljoh_1","md:flex-row-gap--xs":"_md:flex-row-gap--xs_1ljoh_1","md:flex-row-gap--sm":"_md:flex-row-gap--sm_1ljoh_1","md:flex-row-gap--md":"_md:flex-row-gap--md_1ljoh_1","md:flex-row-gap--lg":"_md:flex-row-gap--lg_1ljoh_1","md:flex-row-gap--xl":"_md:flex-row-gap--xl_1ljoh_1","md:flex-row-gap--2xl":"_md:flex-row-gap--2xl_1ljoh_1","md:flex-row-gap--3xl":"_md:flex-row-gap--3xl_1ljoh_1","md:flex-row-gap--4xl":"_md:flex-row-gap--4xl_1ljoh_1","md:flex-row-gap--5xl":"_md:flex-row-gap--5xl_1ljoh_1","md:flex-row-gap--6xl":"_md:flex-row-gap--6xl_1ljoh_1","md:flex-column-gap--5xs":"_md:flex-column-gap--5xs_1ljoh_1","md:flex-column-gap--4xs":"_md:flex-column-gap--4xs_1ljoh_1","md:flex-column-gap--3xs":"_md:flex-column-gap--3xs_1ljoh_1","md:flex-column-gap--2xs":"_md:flex-column-gap--2xs_1ljoh_1","md:flex-column-gap--xs":"_md:flex-column-gap--xs_1ljoh_1","md:flex-column-gap--sm":"_md:flex-column-gap--sm_1ljoh_1","md:flex-column-gap--md":"_md:flex-column-gap--md_1ljoh_1","md:flex-column-gap--lg":"_md:flex-column-gap--lg_1ljoh_1","md:flex-column-gap--xl":"_md:flex-column-gap--xl_1ljoh_1","md:flex-column-gap--2xl":"_md:flex-column-gap--2xl_1ljoh_1","md:flex-column-gap--3xl":"_md:flex-column-gap--3xl_1ljoh_1","md:flex-column-gap--4xl":"_md:flex-column-gap--4xl_1ljoh_1","md:flex-column-gap--5xl":"_md:flex-column-gap--5xl_1ljoh_1","md:flex-column-gap--6xl":"_md:flex-column-gap--6xl_1ljoh_1","lg:flex-justify-content--flex-start":"_lg:flex-justify-content--flex-start_1ljoh_1","lg:flex-justify-content--start":"_lg:flex-justify-content--start_1ljoh_1","lg:flex-justify-content--center":"_lg:flex-justify-content--center_1ljoh_1","lg:flex-justify-content--flex-end":"_lg:flex-justify-content--flex-end_1ljoh_1","lg:flex-justify-content--end":"_lg:flex-justify-content--end_1ljoh_1","lg:flex-justify-content--space-between":"_lg:flex-justify-content--space-between_1ljoh_1","lg:flex-justify-content--space-around":"_lg:flex-justify-content--space-around_1ljoh_1","lg:flex-justify-content--space-evenly":"_lg:flex-justify-content--space-evenly_1ljoh_1","lg:flex-justify-content--left":"_lg:flex-justify-content--left_1ljoh_1","lg:flex-justify-content--right":"_lg:flex-justify-content--right_1ljoh_1","lg:flex-justify-content--normal":"_lg:flex-justify-content--normal_1ljoh_1","lg:flex-justify-content--stretch":"_lg:flex-justify-content--stretch_1ljoh_1","lg:flex-justify-content--inherit":"_lg:flex-justify-content--inherit_1ljoh_1","lg:flex-justify-content--initial":"_lg:flex-justify-content--initial_1ljoh_1","lg:flex-justify-content--revert":"_lg:flex-justify-content--revert_1ljoh_1","lg:flex-justify-content--revert-layer":"_lg:flex-justify-content--revert-layer_1ljoh_1","lg:flex-justify-content--unset":"_lg:flex-justify-content--unset_1ljoh_1","lg:flex-align-items--flex-start":"_lg:flex-align-items--flex-start_1ljoh_1","lg:flex-align-items--start":"_lg:flex-align-items--start_1ljoh_1","lg:flex-align-items--center":"_lg:flex-align-items--center_1ljoh_1","lg:flex-align-items--flex-end":"_lg:flex-align-items--flex-end_1ljoh_1","lg:flex-align-items--end":"_lg:flex-align-items--end_1ljoh_1","lg:flex-align-items--stretch":"_lg:flex-align-items--stretch_1ljoh_1","lg:flex-align-items--self-start":"_lg:flex-align-items--self-start_1ljoh_1","lg:flex-align-items--self-end":"_lg:flex-align-items--self-end_1ljoh_1","lg:flex-align-items--self-center":"_lg:flex-align-items--self-center_1ljoh_1","lg:flex-align-items--self-flex-start":"_lg:flex-align-items--self-flex-start_1ljoh_1","lg:flex-align-items--self-flex-end":"_lg:flex-align-items--self-flex-end_1ljoh_1","lg:flex-align-items--self-self-start":"_lg:flex-align-items--self-self-start_1ljoh_1","lg:flex-align-items--self-self-end":"_lg:flex-align-items--self-self-end_1ljoh_1","lg:flex-align-items--self-baseline":"_lg:flex-align-items--self-baseline_1ljoh_1","lg:flex-align-items--self-stretch":"_lg:flex-align-items--self-stretch_1ljoh_1","lg:flex-align-items--self-inherit":"_lg:flex-align-items--self-inherit_1ljoh_1","lg:flex-align-items--self-initial":"_lg:flex-align-items--self-initial_1ljoh_1","lg:flex-align-items--self-revert":"_lg:flex-align-items--self-revert_1ljoh_1","lg:flex-align-items--self-revert-layer":"_lg:flex-align-items--self-revert-layer_1ljoh_1","lg:flex-align-items--self-unset":"_lg:flex-align-items--self-unset_1ljoh_1","lg:flex-direction--row":"_lg:flex-direction--row_1ljoh_1","lg:flex-direction--row-reverse":"_lg:flex-direction--row-reverse_1ljoh_1","lg:flex-direction--column":"_lg:flex-direction--column_1ljoh_1","lg:flex-direction--column-reverse":"_lg:flex-direction--column-reverse_1ljoh_1","lg:flex-gap--5xs":"_lg:flex-gap--5xs_1ljoh_1","lg:flex-gap--4xs":"_lg:flex-gap--4xs_1ljoh_1","lg:flex-gap--3xs":"_lg:flex-gap--3xs_1ljoh_1","lg:flex-gap--2xs":"_lg:flex-gap--2xs_1ljoh_1","lg:flex-gap--xs":"_lg:flex-gap--xs_1ljoh_1","lg:flex-gap--sm":"_lg:flex-gap--sm_1ljoh_1","lg:flex-gap--md":"_lg:flex-gap--md_1ljoh_1","lg:flex-gap--lg":"_lg:flex-gap--lg_1ljoh_1","lg:flex-gap--xl":"_lg:flex-gap--xl_1ljoh_1","lg:flex-gap--2xl":"_lg:flex-gap--2xl_1ljoh_1","lg:flex-gap--3xl":"_lg:flex-gap--3xl_1ljoh_1","lg:flex-gap--4xl":"_lg:flex-gap--4xl_1ljoh_1","lg:flex-gap--5xl":"_lg:flex-gap--5xl_1ljoh_1","lg:flex-gap--6xl":"_lg:flex-gap--6xl_1ljoh_1","lg:flex-row-gap--5xs":"_lg:flex-row-gap--5xs_1ljoh_1","lg:flex-row-gap--4xs":"_lg:flex-row-gap--4xs_1ljoh_1","lg:flex-row-gap--3xs":"_lg:flex-row-gap--3xs_1ljoh_1","lg:flex-row-gap--2xs":"_lg:flex-row-gap--2xs_1ljoh_1","lg:flex-row-gap--xs":"_lg:flex-row-gap--xs_1ljoh_1","lg:flex-row-gap--sm":"_lg:flex-row-gap--sm_1ljoh_1","lg:flex-row-gap--md":"_lg:flex-row-gap--md_1ljoh_1","lg:flex-row-gap--lg":"_lg:flex-row-gap--lg_1ljoh_1","lg:flex-row-gap--xl":"_lg:flex-row-gap--xl_1ljoh_1","lg:flex-row-gap--2xl":"_lg:flex-row-gap--2xl_1ljoh_1","lg:flex-row-gap--3xl":"_lg:flex-row-gap--3xl_1ljoh_1","lg:flex-row-gap--4xl":"_lg:flex-row-gap--4xl_1ljoh_1","lg:flex-row-gap--5xl":"_lg:flex-row-gap--5xl_1ljoh_1","lg:flex-row-gap--6xl":"_lg:flex-row-gap--6xl_1ljoh_1","lg:flex-column-gap--5xs":"_lg:flex-column-gap--5xs_1ljoh_1","lg:flex-column-gap--4xs":"_lg:flex-column-gap--4xs_1ljoh_1","lg:flex-column-gap--3xs":"_lg:flex-column-gap--3xs_1ljoh_1","lg:flex-column-gap--2xs":"_lg:flex-column-gap--2xs_1ljoh_1","lg:flex-column-gap--xs":"_lg:flex-column-gap--xs_1ljoh_1","lg:flex-column-gap--sm":"_lg:flex-column-gap--sm_1ljoh_1","lg:flex-column-gap--md":"_lg:flex-column-gap--md_1ljoh_1","lg:flex-column-gap--lg":"_lg:flex-column-gap--lg_1ljoh_1","lg:flex-column-gap--xl":"_lg:flex-column-gap--xl_1ljoh_1","lg:flex-column-gap--2xl":"_lg:flex-column-gap--2xl_1ljoh_1","lg:flex-column-gap--3xl":"_lg:flex-column-gap--3xl_1ljoh_1","lg:flex-column-gap--4xl":"_lg:flex-column-gap--4xl_1ljoh_1","lg:flex-column-gap--5xl":"_lg:flex-column-gap--5xl_1ljoh_1","lg:flex-column-gap--6xl":"_lg:flex-column-gap--6xl_1ljoh_1","xl:flex-justify-content--flex-start":"_xl:flex-justify-content--flex-start_1ljoh_1","xl:flex-justify-content--start":"_xl:flex-justify-content--start_1ljoh_1","xl:flex-justify-content--center":"_xl:flex-justify-content--center_1ljoh_1","xl:flex-justify-content--flex-end":"_xl:flex-justify-content--flex-end_1ljoh_1","xl:flex-justify-content--end":"_xl:flex-justify-content--end_1ljoh_1","xl:flex-justify-content--space-between":"_xl:flex-justify-content--space-between_1ljoh_1","xl:flex-justify-content--space-around":"_xl:flex-justify-content--space-around_1ljoh_1","xl:flex-justify-content--space-evenly":"_xl:flex-justify-content--space-evenly_1ljoh_1","xl:flex-justify-content--left":"_xl:flex-justify-content--left_1ljoh_1","xl:flex-justify-content--right":"_xl:flex-justify-content--right_1ljoh_1","xl:flex-justify-content--normal":"_xl:flex-justify-content--normal_1ljoh_1","xl:flex-justify-content--stretch":"_xl:flex-justify-content--stretch_1ljoh_1","xl:flex-justify-content--inherit":"_xl:flex-justify-content--inherit_1ljoh_1","xl:flex-justify-content--initial":"_xl:flex-justify-content--initial_1ljoh_1","xl:flex-justify-content--revert":"_xl:flex-justify-content--revert_1ljoh_1","xl:flex-justify-content--revert-layer":"_xl:flex-justify-content--revert-layer_1ljoh_1","xl:flex-justify-content--unset":"_xl:flex-justify-content--unset_1ljoh_1","xl:flex-align-items--flex-start":"_xl:flex-align-items--flex-start_1ljoh_1","xl:flex-align-items--start":"_xl:flex-align-items--start_1ljoh_1","xl:flex-align-items--center":"_xl:flex-align-items--center_1ljoh_1","xl:flex-align-items--flex-end":"_xl:flex-align-items--flex-end_1ljoh_1","xl:flex-align-items--end":"_xl:flex-align-items--end_1ljoh_1","xl:flex-align-items--stretch":"_xl:flex-align-items--stretch_1ljoh_1","xl:flex-align-items--self-start":"_xl:flex-align-items--self-start_1ljoh_1","xl:flex-align-items--self-end":"_xl:flex-align-items--self-end_1ljoh_1","xl:flex-align-items--self-center":"_xl:flex-align-items--self-center_1ljoh_1","xl:flex-align-items--self-flex-start":"_xl:flex-align-items--self-flex-start_1ljoh_1","xl:flex-align-items--self-flex-end":"_xl:flex-align-items--self-flex-end_1ljoh_1","xl:flex-align-items--self-self-start":"_xl:flex-align-items--self-self-start_1ljoh_1","xl:flex-align-items--self-self-end":"_xl:flex-align-items--self-self-end_1ljoh_1","xl:flex-align-items--self-baseline":"_xl:flex-align-items--self-baseline_1ljoh_1","xl:flex-align-items--self-stretch":"_xl:flex-align-items--self-stretch_1ljoh_1","xl:flex-align-items--self-inherit":"_xl:flex-align-items--self-inherit_1ljoh_1","xl:flex-align-items--self-initial":"_xl:flex-align-items--self-initial_1ljoh_1","xl:flex-align-items--self-revert":"_xl:flex-align-items--self-revert_1ljoh_1","xl:flex-align-items--self-revert-layer":"_xl:flex-align-items--self-revert-layer_1ljoh_1","xl:flex-align-items--self-unset":"_xl:flex-align-items--self-unset_1ljoh_1","xl:flex-direction--row":"_xl:flex-direction--row_1ljoh_1","xl:flex-direction--row-reverse":"_xl:flex-direction--row-reverse_1ljoh_1","xl:flex-direction--column":"_xl:flex-direction--column_1ljoh_1","xl:flex-direction--column-reverse":"_xl:flex-direction--column-reverse_1ljoh_1","xl:flex-gap--5xs":"_xl:flex-gap--5xs_1ljoh_1","xl:flex-gap--4xs":"_xl:flex-gap--4xs_1ljoh_1","xl:flex-gap--3xs":"_xl:flex-gap--3xs_1ljoh_1","xl:flex-gap--2xs":"_xl:flex-gap--2xs_1ljoh_1","xl:flex-gap--xs":"_xl:flex-gap--xs_1ljoh_1","xl:flex-gap--sm":"_xl:flex-gap--sm_1ljoh_1","xl:flex-gap--md":"_xl:flex-gap--md_1ljoh_1","xl:flex-gap--lg":"_xl:flex-gap--lg_1ljoh_1","xl:flex-gap--xl":"_xl:flex-gap--xl_1ljoh_1","xl:flex-gap--2xl":"_xl:flex-gap--2xl_1ljoh_1","xl:flex-gap--3xl":"_xl:flex-gap--3xl_1ljoh_1","xl:flex-gap--4xl":"_xl:flex-gap--4xl_1ljoh_1","xl:flex-gap--5xl":"_xl:flex-gap--5xl_1ljoh_1","xl:flex-gap--6xl":"_xl:flex-gap--6xl_1ljoh_1","xl:flex-row-gap--5xs":"_xl:flex-row-gap--5xs_1ljoh_1","xl:flex-row-gap--4xs":"_xl:flex-row-gap--4xs_1ljoh_1","xl:flex-row-gap--3xs":"_xl:flex-row-gap--3xs_1ljoh_1","xl:flex-row-gap--2xs":"_xl:flex-row-gap--2xs_1ljoh_1","xl:flex-row-gap--xs":"_xl:flex-row-gap--xs_1ljoh_1","xl:flex-row-gap--sm":"_xl:flex-row-gap--sm_1ljoh_1","xl:flex-row-gap--md":"_xl:flex-row-gap--md_1ljoh_1","xl:flex-row-gap--lg":"_xl:flex-row-gap--lg_1ljoh_1","xl:flex-row-gap--xl":"_xl:flex-row-gap--xl_1ljoh_1","xl:flex-row-gap--2xl":"_xl:flex-row-gap--2xl_1ljoh_1","xl:flex-row-gap--3xl":"_xl:flex-row-gap--3xl_1ljoh_1","xl:flex-row-gap--4xl":"_xl:flex-row-gap--4xl_1ljoh_1","xl:flex-row-gap--5xl":"_xl:flex-row-gap--5xl_1ljoh_1","xl:flex-row-gap--6xl":"_xl:flex-row-gap--6xl_1ljoh_1","xl:flex-column-gap--5xs":"_xl:flex-column-gap--5xs_1ljoh_1","xl:flex-column-gap--4xs":"_xl:flex-column-gap--4xs_1ljoh_1","xl:flex-column-gap--3xs":"_xl:flex-column-gap--3xs_1ljoh_1","xl:flex-column-gap--2xs":"_xl:flex-column-gap--2xs_1ljoh_1","xl:flex-column-gap--xs":"_xl:flex-column-gap--xs_1ljoh_1","xl:flex-column-gap--sm":"_xl:flex-column-gap--sm_1ljoh_1","xl:flex-column-gap--md":"_xl:flex-column-gap--md_1ljoh_1","xl:flex-column-gap--lg":"_xl:flex-column-gap--lg_1ljoh_1","xl:flex-column-gap--xl":"_xl:flex-column-gap--xl_1ljoh_1","xl:flex-column-gap--2xl":"_xl:flex-column-gap--2xl_1ljoh_1","xl:flex-column-gap--3xl":"_xl:flex-column-gap--3xl_1ljoh_1","xl:flex-column-gap--4xl":"_xl:flex-column-gap--4xl_1ljoh_1","xl:flex-column-gap--5xl":"_xl:flex-column-gap--5xl_1ljoh_1","xl:flex-column-gap--6xl":"_xl:flex-column-gap--6xl_1ljoh_1","xxl:flex-justify-content--flex-start":"_xxl:flex-justify-content--flex-start_1ljoh_1","xxl:flex-justify-content--start":"_xxl:flex-justify-content--start_1ljoh_1","xxl:flex-justify-content--center":"_xxl:flex-justify-content--center_1ljoh_1","xxl:flex-justify-content--flex-end":"_xxl:flex-justify-content--flex-end_1ljoh_1","xxl:flex-justify-content--end":"_xxl:flex-justify-content--end_1ljoh_1","xxl:flex-justify-content--space-between":"_xxl:flex-justify-content--space-between_1ljoh_1","xxl:flex-justify-content--space-around":"_xxl:flex-justify-content--space-around_1ljoh_1","xxl:flex-justify-content--space-evenly":"_xxl:flex-justify-content--space-evenly_1ljoh_1","xxl:flex-justify-content--left":"_xxl:flex-justify-content--left_1ljoh_1","xxl:flex-justify-content--right":"_xxl:flex-justify-content--right_1ljoh_1","xxl:flex-justify-content--normal":"_xxl:flex-justify-content--normal_1ljoh_1","xxl:flex-justify-content--stretch":"_xxl:flex-justify-content--stretch_1ljoh_1","xxl:flex-justify-content--inherit":"_xxl:flex-justify-content--inherit_1ljoh_1","xxl:flex-justify-content--initial":"_xxl:flex-justify-content--initial_1ljoh_1","xxl:flex-justify-content--revert":"_xxl:flex-justify-content--revert_1ljoh_1","xxl:flex-justify-content--revert-layer":"_xxl:flex-justify-content--revert-layer_1ljoh_1","xxl:flex-justify-content--unset":"_xxl:flex-justify-content--unset_1ljoh_1","xxl:flex-align-items--flex-start":"_xxl:flex-align-items--flex-start_1ljoh_1","xxl:flex-align-items--start":"_xxl:flex-align-items--start_1ljoh_1","xxl:flex-align-items--center":"_xxl:flex-align-items--center_1ljoh_1","xxl:flex-align-items--flex-end":"_xxl:flex-align-items--flex-end_1ljoh_1","xxl:flex-align-items--end":"_xxl:flex-align-items--end_1ljoh_1","xxl:flex-align-items--stretch":"_xxl:flex-align-items--stretch_1ljoh_1","xxl:flex-align-items--self-start":"_xxl:flex-align-items--self-start_1ljoh_1","xxl:flex-align-items--self-end":"_xxl:flex-align-items--self-end_1ljoh_1","xxl:flex-align-items--self-center":"_xxl:flex-align-items--self-center_1ljoh_1","xxl:flex-align-items--self-flex-start":"_xxl:flex-align-items--self-flex-start_1ljoh_1","xxl:flex-align-items--self-flex-end":"_xxl:flex-align-items--self-flex-end_1ljoh_1","xxl:flex-align-items--self-self-start":"_xxl:flex-align-items--self-self-start_1ljoh_1","xxl:flex-align-items--self-self-end":"_xxl:flex-align-items--self-self-end_1ljoh_1","xxl:flex-align-items--self-baseline":"_xxl:flex-align-items--self-baseline_1ljoh_1","xxl:flex-align-items--self-stretch":"_xxl:flex-align-items--self-stretch_1ljoh_1","xxl:flex-align-items--self-inherit":"_xxl:flex-align-items--self-inherit_1ljoh_1","xxl:flex-align-items--self-initial":"_xxl:flex-align-items--self-initial_1ljoh_1","xxl:flex-align-items--self-revert":"_xxl:flex-align-items--self-revert_1ljoh_1","xxl:flex-align-items--self-revert-layer":"_xxl:flex-align-items--self-revert-layer_1ljoh_1","xxl:flex-align-items--self-unset":"_xxl:flex-align-items--self-unset_1ljoh_1","xxl:flex-direction--row":"_xxl:flex-direction--row_1ljoh_1","xxl:flex-direction--row-reverse":"_xxl:flex-direction--row-reverse_1ljoh_1","xxl:flex-direction--column":"_xxl:flex-direction--column_1ljoh_1","xxl:flex-direction--column-reverse":"_xxl:flex-direction--column-reverse_1ljoh_1","xxl:flex-gap--5xs":"_xxl:flex-gap--5xs_1ljoh_1","xxl:flex-gap--4xs":"_xxl:flex-gap--4xs_1ljoh_1","xxl:flex-gap--3xs":"_xxl:flex-gap--3xs_1ljoh_1","xxl:flex-gap--2xs":"_xxl:flex-gap--2xs_1ljoh_1","xxl:flex-gap--xs":"_xxl:flex-gap--xs_1ljoh_1","xxl:flex-gap--sm":"_xxl:flex-gap--sm_1ljoh_1","xxl:flex-gap--md":"_xxl:flex-gap--md_1ljoh_1","xxl:flex-gap--lg":"_xxl:flex-gap--lg_1ljoh_1","xxl:flex-gap--xl":"_xxl:flex-gap--xl_1ljoh_1","xxl:flex-gap--2xl":"_xxl:flex-gap--2xl_1ljoh_1","xxl:flex-gap--3xl":"_xxl:flex-gap--3xl_1ljoh_1","xxl:flex-gap--4xl":"_xxl:flex-gap--4xl_1ljoh_1","xxl:flex-gap--5xl":"_xxl:flex-gap--5xl_1ljoh_1","xxl:flex-gap--6xl":"_xxl:flex-gap--6xl_1ljoh_1","xxl:flex-row-gap--5xs":"_xxl:flex-row-gap--5xs_1ljoh_1","xxl:flex-row-gap--4xs":"_xxl:flex-row-gap--4xs_1ljoh_1","xxl:flex-row-gap--3xs":"_xxl:flex-row-gap--3xs_1ljoh_1","xxl:flex-row-gap--2xs":"_xxl:flex-row-gap--2xs_1ljoh_1","xxl:flex-row-gap--xs":"_xxl:flex-row-gap--xs_1ljoh_1","xxl:flex-row-gap--sm":"_xxl:flex-row-gap--sm_1ljoh_1","xxl:flex-row-gap--md":"_xxl:flex-row-gap--md_1ljoh_1","xxl:flex-row-gap--lg":"_xxl:flex-row-gap--lg_1ljoh_1","xxl:flex-row-gap--xl":"_xxl:flex-row-gap--xl_1ljoh_1","xxl:flex-row-gap--2xl":"_xxl:flex-row-gap--2xl_1ljoh_1","xxl:flex-row-gap--3xl":"_xxl:flex-row-gap--3xl_1ljoh_1","xxl:flex-row-gap--4xl":"_xxl:flex-row-gap--4xl_1ljoh_1","xxl:flex-row-gap--5xl":"_xxl:flex-row-gap--5xl_1ljoh_1","xxl:flex-row-gap--6xl":"_xxl:flex-row-gap--6xl_1ljoh_1","xxl:flex-column-gap--5xs":"_xxl:flex-column-gap--5xs_1ljoh_1","xxl:flex-column-gap--4xs":"_xxl:flex-column-gap--4xs_1ljoh_1","xxl:flex-column-gap--3xs":"_xxl:flex-column-gap--3xs_1ljoh_1","xxl:flex-column-gap--2xs":"_xxl:flex-column-gap--2xs_1ljoh_1","xxl:flex-column-gap--xs":"_xxl:flex-column-gap--xs_1ljoh_1","xxl:flex-column-gap--sm":"_xxl:flex-column-gap--sm_1ljoh_1","xxl:flex-column-gap--md":"_xxl:flex-column-gap--md_1ljoh_1","xxl:flex-column-gap--lg":"_xxl:flex-column-gap--lg_1ljoh_1","xxl:flex-column-gap--xl":"_xxl:flex-column-gap--xl_1ljoh_1","xxl:flex-column-gap--2xl":"_xxl:flex-column-gap--2xl_1ljoh_1","xxl:flex-column-gap--3xl":"_xxl:flex-column-gap--3xl_1ljoh_1","xxl:flex-column-gap--4xl":"_xxl:flex-column-gap--4xl_1ljoh_1","xxl:flex-column-gap--5xl":"_xxl:flex-column-gap--5xl_1ljoh_1","xxl:flex-column-gap--6xl":"_xxl:flex-column-gap--6xl_1ljoh_1","flex-align-content--normal":"_flex-align-content--normal_1ljoh_534","flex-align-content--start":"_flex-align-content--start_1ljoh_538","flex-align-content--center":"_flex-align-content--center_1ljoh_542","flex-align-content--end":"_flex-align-content--end_1ljoh_546","flex-align-content--flex-start":"_flex-align-content--flex-start_1ljoh_550","flex-align-content--flex-end":"_flex-align-content--flex-end_1ljoh_554","flex-align-content--baseline":"_flex-align-content--baseline_1ljoh_558","flex-align-content--first-baseline":"_flex-align-content--first-baseline_1ljoh_562","flex-align-content--last-baseline":"_flex-align-content--last-baseline_1ljoh_566","flex-align-content--space-between":"_flex-align-content--space-between_1ljoh_570","flex-align-content--space-around":"_flex-align-content--space-around_1ljoh_574","flex-align-content--space-evenly":"_flex-align-content--space-evenly_1ljoh_578","flex-align-content--stretch":"_flex-align-content--stretch_1ljoh_582","flex-align-content--safe-center":"_flex-align-content--safe-center_1ljoh_586","flex-align-content--unsafe-center":"_flex-align-content--unsafe-center_1ljoh_590","flex-align-content--inherit":"_flex-align-content--inherit_1ljoh_594","flex-align-content--initial":"_flex-align-content--initial_1ljoh_598","flex-align-content--revert":"_flex-align-content--revert_1ljoh_602","flex-align-content--revert-layer":"_flex-align-content--revert-layer_1ljoh_606","flex-align-content--unset":"_flex-align-content--unset_1ljoh_610","flex-wrap--wrap":"_flex-wrap--wrap_1ljoh_614","flex-wrap--nowrap":"_flex-wrap--nowrap_1ljoh_618","flex-wrap--wrap-reverse":"_flex-wrap--wrap-reverse_1ljoh_622","flex-grow--1":"_flex-grow--1_1ljoh_626","flex-grow--0":"_flex-grow--0_1ljoh_630","flex-grow--inherit":"_flex-grow--inherit_1ljoh_634","flex-grow--initial":"_flex-grow--initial_1ljoh_638","flex-grow--revert":"_flex-grow--revert_1ljoh_642","flex-grow--revert-layer":"_flex-grow--revert-layer_1ljoh_646","flex-grow--unset":"_flex-grow--unset_1ljoh_650","flex-shrink--1":"_flex-shrink--1_1ljoh_654","flex-shrink--0":"_flex-shrink--0_1ljoh_658","flex-shrink--inherit":"_flex-shrink--inherit_1ljoh_662","flex-shrink--initial":"_flex-shrink--initial_1ljoh_666","flex-shrink--revert":"_flex-shrink--revert_1ljoh_670","flex-shrink--revert-layer":"_flex-shrink--revert-layer_1ljoh_674","flex-shrink--unset":"_flex-shrink--unset_1ljoh_678","flex-align-self--auto":"_flex-align-self--auto_1ljoh_682","flex-align-self--normal":"_flex-align-self--normal_1ljoh_686","flex-align-self--start":"_flex-align-self--start_1ljoh_690","flex-align-self--end":"_flex-align-self--end_1ljoh_694","flex-align-self--center":"_flex-align-self--center_1ljoh_698","flex-align-self--flex-start":"_flex-align-self--flex-start_1ljoh_702","flex-align-self--flex-end":"_flex-align-self--flex-end_1ljoh_706","flex-align-self--self-start":"_flex-align-self--self-start_1ljoh_710","flex-align-self--self-end":"_flex-align-self--self-end_1ljoh_714","flex-align-self--baseline":"_flex-align-self--baseline_1ljoh_718","flex-align-self--stretch":"_flex-align-self--stretch_1ljoh_722","flex-align-self--inherit":"_flex-align-self--inherit_1ljoh_726","flex-align-self--initial":"_flex-align-self--initial_1ljoh_730","flex-align-self--revert":"_flex-align-self--revert_1ljoh_734","flex-align-self--revert-layer":"_flex-align-self--revert-layer_1ljoh_738","flex-align-self--unset":"_flex-align-self--unset_1ljoh_742","flex-basis--max-content":"_flex-basis--max-content_1ljoh_747","flex-basis--min-content":"_flex-basis--min-content_1ljoh_751","flex-basis--fit-content":"_flex-basis--fit-content_1ljoh_755","flex-basis--content":"_flex-basis--content_1ljoh_759","flex-basis--inherit":"_flex-basis--inherit_1ljoh_763","flex-basis--initial":"_flex-basis--initial_1ljoh_767","flex-basis--revert":"_flex-basis--revert_1ljoh_771","flex-basis--revert-layer":"_flex-basis--revert-layer_1ljoh_775","flex-basis--unset":"_flex-basis--unset_1ljoh_779"},x=l("",{variants:{display:{flex:e.flex,"inline-flex":e["flex--inline"]},alignItems:{start:e["flex-align-items--start"],flexStart:e["flex-align-items--flex-start"],center:e["flex-align-items--center"],flexEnd:e["flex-align-items--flex-end"],end:e["flex-align-items--end"],stretch:e["flex-align-items--stretch"],selfStart:e["flex-align-items--self-start"],selfEnd:e["flex-align-items--self-end"],selfCenter:e["flex-align-items--self-center"]},justifyContent:{flexStart:e["flex-justify-content--flex-start"],start:e["flex-justify-content--start"],center:e["flex-justify-content--center"],flexEnd:e["flex-justify-content--flex-end"],end:e["flex-justify-content--end"],spaceBetween:e["flex-justify-content--space-between"],spaceAround:e["flex-justify-content--space-around"],spaceEvenly:e["flex-justify-content--space-evenly"],left:e["flex-justify-content--left"],right:e["flex-justify-content--right"],normal:e["flex-justify-content--normal"],stretch:e["flex-justify-content--stretch"],inherit:e["flex-justify-content--inherit"],initial:e["flex-justify-content--initial"],revert:e["flex-justify-content--revert"],revertLayer:e["flex-justify-content--revert-layer"],unset:e["flex-justify-content--unset"]},flexWrap:{wrap:e["flex-wrap--wrap"],nowrap:e["flex-wrap--nowrap"],wrapReverse:e["flex-wrap--wrap-reverse"]},flexGrow:{0:e["flex-grow--0"],1:e["flex-grow--1"],inherit:e["flex-grow--inherit"],initial:e["flex-grow--initial"],revert:e["flex-grow--revert"],revertLayer:e["flex-grow--revert-layer"],unset:e["flex-grow--unset"]},flexShrink:{0:e["flex-shrink--0"],1:e["flex-shrink--1"],inherit:e["flex-shrink--inherit"],initial:e["flex-shrink--initial"],revert:e["flex-shrink--revert"],revertLayer:e["flex-shrink--revert-layer"],unset:e["flex-shrink--unset"]},flexDirection:{row:e["flex-direction--row"],rowReverse:e["flex-direction--row-reverse"],column:e["flex-direction--column"],columnReverse:e["flex-direction--column-reverse"]},alignSelf:{auto:e["flex-align-self--auto"],normal:e["flex-align-self--normal"],start:e["flex-align-self--start"],end:e["flex-align-self--end"],center:e["flex-align-self--center"],flexStart:e["flex-align-self--flex-start"],flexEnd:e["flex-align-self--flex-end"],selfStart:e["flex-align-self--self-start"],selfEnd:e["flex-align-self--self-end"],baseline:e["flex-align-self--baseline"],stretch:e["flex-align-self--stretch"],inherit:e["flex-align-self--inherit"],initial:e["flex-align-self--initial"],revert:e["flex-align-self--revert"],revertLayer:e["flex-align-self--revert-layer"],unset:e["flex-align-self--unset"]},alignContent:{normal:e["flex-align-content--normal"],start:e["flex-align-content--start"],center:e["flex-align-content--center"],end:e["flex-align-content--end"],flexStart:e["flex-align-content--flex-start"],flexEnd:e["flex-align-content--flex-end"],baseline:e["flex-align-content--baseline"],firstBaseline:e["flex-align-content--first-baseline"],lastBaseline:e["flex-align-content--last-baseline"],spaceBetween:e["flex-align-content--space-between"],spaceAround:e["flex-align-content--space-around"],spaceEvenly:e["flex-align-content--space-evenly"],stretch:e["flex-align-content--stretch"],safeCenter:e["flex-align-content--safe-center"],unsafeCenter:e["flex-align-content--unsafe-center"],inherit:e["flex-align-content--inherit"],initial:e["flex-align-content--initial"],revert:e["flex-align-content--revert"],revertLayer:e["flex-align-content--revert-layer"],unset:e["flex-align-content--unset"]},flexBasis:{maxContent:e["flex-basis--max-content"],minContent:e["flex-basis--min-content"],fitContent:e["flex-basis--fit-content"],content:e["flex-basis--content"],inherit:e["flex-basis--inherit"],initial:e["flex-basis--initial"],revert:e["flex-basis--revert"],revertLayer:e["flex-basis--revert-layer"],unset:e["flex-basis--unset"]},gap:{"5xs":e["flex-gap--5xs"],"4xs":e["flex-gap--4xs"],"3xs":e["flex-gap--3xs"],"2xs":e["flex-gap--2xs"],xs:e["flex-gap--xs"],sm:e["flex-gap--sm"],md:e["flex-gap--md"],lg:e["flex-gap--lg"],xl:e["flex-gap--xl"],"2xl":e["flex-gap--2xl"],"3xl":e["flex-gap--3xl"],"4xl":e["flex-gap--4xl"],"5xl":e["flex-gap--5xl"],"6xl":e["flex-gap--6xl"]},rowGap:{"5xs":e["flex-row-gap--5xs"],"4xs":e["flex-row-gap--4xs"],"3xs":e["flex-row-gap--3xs"],"2xs":e["flex-row-gap--2xs"],xs:e["flex-row-gap--xs"],sm:e["flex-row-gap--sm"],md:e["flex-row-gap--md"],lg:e["flex-row-gap--lg"],xl:e["flex-row-gap--xl"],"2xl":e["flex-row-gap--2xl"],"3xl":e["flex-row-gap--3xl"],"4xl":e["flex-row-gap--4xl"],"5xl":e["flex-row-gap--5xl"],"6xl":e["flex-row-gap--6xl"]},columnGap:{"5xs":e["flex-column-gap--5xs"],"4xs":e["flex-column-gap--4xs"],"3xs":e["flex-column-gap--3xs"],"2xs":e["flex-column-gap--2xs"],xs:e["flex-column-gap--xs"],sm:e["flex-column-gap--sm"],md:e["flex-column-gap--md"],lg:e["flex-column-gap--lg"],xl:e["flex-column-gap--xl"],"2xl":e["flex-column-gap--2xl"],"3xl":e["flex-column-gap--3xl"],"4xl":e["flex-column-gap--4xl"],"5xl":e["flex-column-gap--5xl"],"6xl":e["flex-column-gap--6xl"]}},defaultVariants:{display:"flex",alignItems:"stretch",justifyContent:"flexStart"}}),t={display:{control:"select",options:["flex","inline-flex"],description:"CSS display property for flex container",table:{type:{summary:"flex | inline-flex"},category:"Layout"}},flexDirection:{control:"select",options:["row","row-reverse","column","column-reverse"],description:"**[Responsive]** Defines the direction of flex items",table:{type:{summary:"row | row-reverse | column | column-reverse"},category:"Layout"}},flexWrap:{control:"select",options:["wrap","nowrap","wrapReverse"],description:"Controls whether flex items wrap onto multiple lines",table:{type:{summary:"wrap | nowrap | wrapReverse"},category:"Layout"}},justifyContent:{control:"select",options:["flexStart","start","center","flexEnd","end","spaceBetween","spaceAround","spaceEvenly","left","right","normal","stretch","inherit","initial","revert","revertLayer","unset"],description:"**[Responsive]** Aligns flex items along the main axis",table:{type:{summary:"JustifyContent"},category:"Layout"}},alignItems:{control:"select",options:["start","flexStart","center","flexEnd","end","stretch","selfStart","selfEnd","selfCenter"],description:"**[Responsive]** Aligns flex items along the cross axis",table:{type:{summary:"AlignItems"},category:"Layout"}},alignContent:{control:"select",options:["normal","start","center","end","flexStart","flexEnd","baseline","firstBaseline","lastBaseline","spaceBetween","spaceAround","spaceEvenly","stretch","safeCenter","unsafeCenter","inherit","initial","revert","revertLayer","unset"],description:"Aligns flex lines when there is extra space in the cross axis",table:{type:{summary:"AlignContent"},category:"Layout"}},alignSelf:{control:"select",options:["auto","normal","start","end","center","flexStart","flexEnd","selfStart","selfEnd","baseline","stretch","inherit","initial","revert","revertLayer","unset"],description:"Overrides align-items for individual flex items",table:{type:{summary:"AlignSelf"},category:"Layout"}},gap:{control:"select",options:["5xs","4xs","3xs","2xs","xs","sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl"],description:"**[Responsive]** Gap between flex items (both row and column)",table:{type:{summary:"GapSize"},category:"Layout"}},rowGap:{control:"select",options:["5xs","4xs","3xs","2xs","xs","sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl"],description:"**[Responsive]** Gap between flex rows",table:{type:{summary:"GapSize"},category:"Layout"}},columnGap:{control:"select",options:["5xs","4xs","3xs","2xs","xs","sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl"],description:"**[Responsive]** Gap between flex columns",table:{type:{summary:"GapSize"},category:"Layout"}},flexGrow:{control:"select",options:[0,1,"inherit","initial","revert","revertLayer","unset"],description:"Defines the ability for a flex item to grow",table:{type:{summary:"0 | 1 | inherit | initial | revert | revertLayer | unset"},category:"Layout"}},flexShrink:{control:"select",options:[0,1,"inherit","initial","revert","revertLayer","unset"],description:"Defines the ability for a flex item to shrink",table:{type:{summary:"0 | 1 | inherit | initial | revert | revertLayer | unset"},category:"Layout"}},flexBasis:{control:"select",options:["maxContent","minContent","fitContent","content","inherit","initial","revert","revertLayer","unset"],description:"Defines the default size of a flex item before remaining space is distributed",table:{type:{summary:"FlexBasis"},category:"Layout"}}};export{e as a,t as b,x as f};
|
|
2
|
-
//# sourceMappingURL=flex-
|
|
1
|
+
import{c as l}from"./index-CCUt_dAN.js";import './assets/flex.css';const e={flex:"_flex_1ljoh_1","flex--inline":"_flex--inline_1ljoh_5","flex-justify-content--flex-start":"_flex-justify-content--flex-start_1ljoh_10","flex-justify-content--start":"_flex-justify-content--start_1ljoh_13","flex-justify-content--center":"_flex-justify-content--center_1ljoh_16","flex-justify-content--flex-end":"_flex-justify-content--flex-end_1ljoh_19","flex-justify-content--end":"_flex-justify-content--end_1ljoh_22","flex-justify-content--space-between":"_flex-justify-content--space-between_1ljoh_25","flex-justify-content--space-around":"_flex-justify-content--space-around_1ljoh_28","flex-justify-content--space-evenly":"_flex-justify-content--space-evenly_1ljoh_31","flex-justify-content--left":"_flex-justify-content--left_1ljoh_34","flex-justify-content--right":"_flex-justify-content--right_1ljoh_37","flex-justify-content--normal":"_flex-justify-content--normal_1ljoh_40","flex-justify-content--stretch":"_flex-justify-content--stretch_1ljoh_43","flex-justify-content--inherit":"_flex-justify-content--inherit_1ljoh_46","flex-justify-content--initial":"_flex-justify-content--initial_1ljoh_49","flex-justify-content--revert":"_flex-justify-content--revert_1ljoh_52","flex-justify-content--revert-layer":"_flex-justify-content--revert-layer_1ljoh_55","flex-justify-content--unset":"_flex-justify-content--unset_1ljoh_58","flex-align-items--flex-start":"_flex-align-items--flex-start_1ljoh_63","flex-align-items--start":"_flex-align-items--start_1ljoh_66","flex-align-items--center":"_flex-align-items--center_1ljoh_69","flex-align-items--flex-end":"_flex-align-items--flex-end_1ljoh_72","flex-align-items--end":"_flex-align-items--end_1ljoh_75","flex-align-items--stretch":"_flex-align-items--stretch_1ljoh_78","flex-align-items--self-start":"_flex-align-items--self-start_1ljoh_81","flex-align-items--self-end":"_flex-align-items--self-end_1ljoh_84","flex-align-items--self-center":"_flex-align-items--self-center_1ljoh_87","flex-align-items--self-flex-start":"_flex-align-items--self-flex-start_1ljoh_90","flex-align-items--self-flex-end":"_flex-align-items--self-flex-end_1ljoh_93","flex-align-items--self-self-start":"_flex-align-items--self-self-start_1ljoh_96","flex-align-items--self-self-end":"_flex-align-items--self-self-end_1ljoh_99","flex-align-items--self-baseline":"_flex-align-items--self-baseline_1ljoh_102","flex-align-items--self-stretch":"_flex-align-items--self-stretch_1ljoh_105","flex-align-items--self-inherit":"_flex-align-items--self-inherit_1ljoh_108","flex-align-items--self-initial":"_flex-align-items--self-initial_1ljoh_111","flex-align-items--self-revert":"_flex-align-items--self-revert_1ljoh_114","flex-align-items--self-revert-layer":"_flex-align-items--self-revert-layer_1ljoh_117","flex-align-items--self-unset":"_flex-align-items--self-unset_1ljoh_120","flex-direction--row":"_flex-direction--row_1ljoh_126","flex-direction--row-reverse":"_flex-direction--row-reverse_1ljoh_129","flex-direction--column":"_flex-direction--column_1ljoh_132","flex-direction--column-reverse":"_flex-direction--column-reverse_1ljoh_135","flex-gap--5xs":"_flex-gap--5xs_1ljoh_140","flex-gap--4xs":"_flex-gap--4xs_1ljoh_143","flex-gap--3xs":"_flex-gap--3xs_1ljoh_146","flex-gap--2xs":"_flex-gap--2xs_1ljoh_149","flex-gap--xs":"_flex-gap--xs_1ljoh_152","flex-gap--sm":"_flex-gap--sm_1ljoh_155","flex-gap--md":"_flex-gap--md_1ljoh_158","flex-gap--lg":"_flex-gap--lg_1ljoh_161","flex-gap--xl":"_flex-gap--xl_1ljoh_164","flex-gap--2xl":"_flex-gap--2xl_1ljoh_167","flex-gap--3xl":"_flex-gap--3xl_1ljoh_170","flex-gap--4xl":"_flex-gap--4xl_1ljoh_173","flex-gap--5xl":"_flex-gap--5xl_1ljoh_176","flex-gap--6xl":"_flex-gap--6xl_1ljoh_179","flex-row-gap--5xs":"_flex-row-gap--5xs_1ljoh_184","flex-row-gap--4xs":"_flex-row-gap--4xs_1ljoh_187","flex-row-gap--3xs":"_flex-row-gap--3xs_1ljoh_190","flex-row-gap--2xs":"_flex-row-gap--2xs_1ljoh_193","flex-row-gap--xs":"_flex-row-gap--xs_1ljoh_196","flex-row-gap--sm":"_flex-row-gap--sm_1ljoh_199","flex-row-gap--md":"_flex-row-gap--md_1ljoh_202","flex-row-gap--lg":"_flex-row-gap--lg_1ljoh_205","flex-row-gap--xl":"_flex-row-gap--xl_1ljoh_208","flex-row-gap--2xl":"_flex-row-gap--2xl_1ljoh_211","flex-row-gap--3xl":"_flex-row-gap--3xl_1ljoh_214","flex-row-gap--4xl":"_flex-row-gap--4xl_1ljoh_217","flex-row-gap--5xl":"_flex-row-gap--5xl_1ljoh_220","flex-row-gap--6xl":"_flex-row-gap--6xl_1ljoh_223","flex-column-gap--5xs":"_flex-column-gap--5xs_1ljoh_228","flex-column-gap--4xs":"_flex-column-gap--4xs_1ljoh_231","flex-column-gap--3xs":"_flex-column-gap--3xs_1ljoh_234","flex-column-gap--2xs":"_flex-column-gap--2xs_1ljoh_237","flex-column-gap--xs":"_flex-column-gap--xs_1ljoh_240","flex-column-gap--sm":"_flex-column-gap--sm_1ljoh_243","flex-column-gap--md":"_flex-column-gap--md_1ljoh_246","flex-column-gap--lg":"_flex-column-gap--lg_1ljoh_249","flex-column-gap--xl":"_flex-column-gap--xl_1ljoh_252","flex-column-gap--2xl":"_flex-column-gap--2xl_1ljoh_255","flex-column-gap--3xl":"_flex-column-gap--3xl_1ljoh_258","flex-column-gap--4xl":"_flex-column-gap--4xl_1ljoh_261","flex-column-gap--5xl":"_flex-column-gap--5xl_1ljoh_264","flex-column-gap--6xl":"_flex-column-gap--6xl_1ljoh_267","sm:flex-justify-content--flex-start":"_sm:flex-justify-content--flex-start_1ljoh_1","sm:flex-justify-content--start":"_sm:flex-justify-content--start_1ljoh_1","sm:flex-justify-content--center":"_sm:flex-justify-content--center_1ljoh_1","sm:flex-justify-content--flex-end":"_sm:flex-justify-content--flex-end_1ljoh_1","sm:flex-justify-content--end":"_sm:flex-justify-content--end_1ljoh_1","sm:flex-justify-content--space-between":"_sm:flex-justify-content--space-between_1ljoh_1","sm:flex-justify-content--space-around":"_sm:flex-justify-content--space-around_1ljoh_1","sm:flex-justify-content--space-evenly":"_sm:flex-justify-content--space-evenly_1ljoh_1","sm:flex-justify-content--left":"_sm:flex-justify-content--left_1ljoh_1","sm:flex-justify-content--right":"_sm:flex-justify-content--right_1ljoh_1","sm:flex-justify-content--normal":"_sm:flex-justify-content--normal_1ljoh_1","sm:flex-justify-content--stretch":"_sm:flex-justify-content--stretch_1ljoh_1","sm:flex-justify-content--inherit":"_sm:flex-justify-content--inherit_1ljoh_1","sm:flex-justify-content--initial":"_sm:flex-justify-content--initial_1ljoh_1","sm:flex-justify-content--revert":"_sm:flex-justify-content--revert_1ljoh_1","sm:flex-justify-content--revert-layer":"_sm:flex-justify-content--revert-layer_1ljoh_1","sm:flex-justify-content--unset":"_sm:flex-justify-content--unset_1ljoh_1","sm:flex-align-items--flex-start":"_sm:flex-align-items--flex-start_1ljoh_1","sm:flex-align-items--start":"_sm:flex-align-items--start_1ljoh_1","sm:flex-align-items--center":"_sm:flex-align-items--center_1ljoh_1","sm:flex-align-items--flex-end":"_sm:flex-align-items--flex-end_1ljoh_1","sm:flex-align-items--end":"_sm:flex-align-items--end_1ljoh_1","sm:flex-align-items--stretch":"_sm:flex-align-items--stretch_1ljoh_1","sm:flex-align-items--self-start":"_sm:flex-align-items--self-start_1ljoh_1","sm:flex-align-items--self-end":"_sm:flex-align-items--self-end_1ljoh_1","sm:flex-align-items--self-center":"_sm:flex-align-items--self-center_1ljoh_1","sm:flex-align-items--self-flex-start":"_sm:flex-align-items--self-flex-start_1ljoh_1","sm:flex-align-items--self-flex-end":"_sm:flex-align-items--self-flex-end_1ljoh_1","sm:flex-align-items--self-self-start":"_sm:flex-align-items--self-self-start_1ljoh_1","sm:flex-align-items--self-self-end":"_sm:flex-align-items--self-self-end_1ljoh_1","sm:flex-align-items--self-baseline":"_sm:flex-align-items--self-baseline_1ljoh_1","sm:flex-align-items--self-stretch":"_sm:flex-align-items--self-stretch_1ljoh_1","sm:flex-align-items--self-inherit":"_sm:flex-align-items--self-inherit_1ljoh_1","sm:flex-align-items--self-initial":"_sm:flex-align-items--self-initial_1ljoh_1","sm:flex-align-items--self-revert":"_sm:flex-align-items--self-revert_1ljoh_1","sm:flex-align-items--self-revert-layer":"_sm:flex-align-items--self-revert-layer_1ljoh_1","sm:flex-align-items--self-unset":"_sm:flex-align-items--self-unset_1ljoh_1","sm:flex-direction--row":"_sm:flex-direction--row_1ljoh_1","sm:flex-direction--row-reverse":"_sm:flex-direction--row-reverse_1ljoh_1","sm:flex-direction--column":"_sm:flex-direction--column_1ljoh_1","sm:flex-direction--column-reverse":"_sm:flex-direction--column-reverse_1ljoh_1","sm:flex-gap--5xs":"_sm:flex-gap--5xs_1ljoh_1","sm:flex-gap--4xs":"_sm:flex-gap--4xs_1ljoh_1","sm:flex-gap--3xs":"_sm:flex-gap--3xs_1ljoh_1","sm:flex-gap--2xs":"_sm:flex-gap--2xs_1ljoh_1","sm:flex-gap--xs":"_sm:flex-gap--xs_1ljoh_1","sm:flex-gap--sm":"_sm:flex-gap--sm_1ljoh_1","sm:flex-gap--md":"_sm:flex-gap--md_1ljoh_1","sm:flex-gap--lg":"_sm:flex-gap--lg_1ljoh_1","sm:flex-gap--xl":"_sm:flex-gap--xl_1ljoh_1","sm:flex-gap--2xl":"_sm:flex-gap--2xl_1ljoh_1","sm:flex-gap--3xl":"_sm:flex-gap--3xl_1ljoh_1","sm:flex-gap--4xl":"_sm:flex-gap--4xl_1ljoh_1","sm:flex-gap--5xl":"_sm:flex-gap--5xl_1ljoh_1","sm:flex-gap--6xl":"_sm:flex-gap--6xl_1ljoh_1","sm:flex-row-gap--5xs":"_sm:flex-row-gap--5xs_1ljoh_1","sm:flex-row-gap--4xs":"_sm:flex-row-gap--4xs_1ljoh_1","sm:flex-row-gap--3xs":"_sm:flex-row-gap--3xs_1ljoh_1","sm:flex-row-gap--2xs":"_sm:flex-row-gap--2xs_1ljoh_1","sm:flex-row-gap--xs":"_sm:flex-row-gap--xs_1ljoh_1","sm:flex-row-gap--sm":"_sm:flex-row-gap--sm_1ljoh_1","sm:flex-row-gap--md":"_sm:flex-row-gap--md_1ljoh_1","sm:flex-row-gap--lg":"_sm:flex-row-gap--lg_1ljoh_1","sm:flex-row-gap--xl":"_sm:flex-row-gap--xl_1ljoh_1","sm:flex-row-gap--2xl":"_sm:flex-row-gap--2xl_1ljoh_1","sm:flex-row-gap--3xl":"_sm:flex-row-gap--3xl_1ljoh_1","sm:flex-row-gap--4xl":"_sm:flex-row-gap--4xl_1ljoh_1","sm:flex-row-gap--5xl":"_sm:flex-row-gap--5xl_1ljoh_1","sm:flex-row-gap--6xl":"_sm:flex-row-gap--6xl_1ljoh_1","sm:flex-column-gap--5xs":"_sm:flex-column-gap--5xs_1ljoh_1","sm:flex-column-gap--4xs":"_sm:flex-column-gap--4xs_1ljoh_1","sm:flex-column-gap--3xs":"_sm:flex-column-gap--3xs_1ljoh_1","sm:flex-column-gap--2xs":"_sm:flex-column-gap--2xs_1ljoh_1","sm:flex-column-gap--xs":"_sm:flex-column-gap--xs_1ljoh_1","sm:flex-column-gap--sm":"_sm:flex-column-gap--sm_1ljoh_1","sm:flex-column-gap--md":"_sm:flex-column-gap--md_1ljoh_1","sm:flex-column-gap--lg":"_sm:flex-column-gap--lg_1ljoh_1","sm:flex-column-gap--xl":"_sm:flex-column-gap--xl_1ljoh_1","sm:flex-column-gap--2xl":"_sm:flex-column-gap--2xl_1ljoh_1","sm:flex-column-gap--3xl":"_sm:flex-column-gap--3xl_1ljoh_1","sm:flex-column-gap--4xl":"_sm:flex-column-gap--4xl_1ljoh_1","sm:flex-column-gap--5xl":"_sm:flex-column-gap--5xl_1ljoh_1","sm:flex-column-gap--6xl":"_sm:flex-column-gap--6xl_1ljoh_1","md:flex-justify-content--flex-start":"_md:flex-justify-content--flex-start_1ljoh_1","md:flex-justify-content--start":"_md:flex-justify-content--start_1ljoh_1","md:flex-justify-content--center":"_md:flex-justify-content--center_1ljoh_1","md:flex-justify-content--flex-end":"_md:flex-justify-content--flex-end_1ljoh_1","md:flex-justify-content--end":"_md:flex-justify-content--end_1ljoh_1","md:flex-justify-content--space-between":"_md:flex-justify-content--space-between_1ljoh_1","md:flex-justify-content--space-around":"_md:flex-justify-content--space-around_1ljoh_1","md:flex-justify-content--space-evenly":"_md:flex-justify-content--space-evenly_1ljoh_1","md:flex-justify-content--left":"_md:flex-justify-content--left_1ljoh_1","md:flex-justify-content--right":"_md:flex-justify-content--right_1ljoh_1","md:flex-justify-content--normal":"_md:flex-justify-content--normal_1ljoh_1","md:flex-justify-content--stretch":"_md:flex-justify-content--stretch_1ljoh_1","md:flex-justify-content--inherit":"_md:flex-justify-content--inherit_1ljoh_1","md:flex-justify-content--initial":"_md:flex-justify-content--initial_1ljoh_1","md:flex-justify-content--revert":"_md:flex-justify-content--revert_1ljoh_1","md:flex-justify-content--revert-layer":"_md:flex-justify-content--revert-layer_1ljoh_1","md:flex-justify-content--unset":"_md:flex-justify-content--unset_1ljoh_1","md:flex-align-items--flex-start":"_md:flex-align-items--flex-start_1ljoh_1","md:flex-align-items--start":"_md:flex-align-items--start_1ljoh_1","md:flex-align-items--center":"_md:flex-align-items--center_1ljoh_1","md:flex-align-items--flex-end":"_md:flex-align-items--flex-end_1ljoh_1","md:flex-align-items--end":"_md:flex-align-items--end_1ljoh_1","md:flex-align-items--stretch":"_md:flex-align-items--stretch_1ljoh_1","md:flex-align-items--self-start":"_md:flex-align-items--self-start_1ljoh_1","md:flex-align-items--self-end":"_md:flex-align-items--self-end_1ljoh_1","md:flex-align-items--self-center":"_md:flex-align-items--self-center_1ljoh_1","md:flex-align-items--self-flex-start":"_md:flex-align-items--self-flex-start_1ljoh_1","md:flex-align-items--self-flex-end":"_md:flex-align-items--self-flex-end_1ljoh_1","md:flex-align-items--self-self-start":"_md:flex-align-items--self-self-start_1ljoh_1","md:flex-align-items--self-self-end":"_md:flex-align-items--self-self-end_1ljoh_1","md:flex-align-items--self-baseline":"_md:flex-align-items--self-baseline_1ljoh_1","md:flex-align-items--self-stretch":"_md:flex-align-items--self-stretch_1ljoh_1","md:flex-align-items--self-inherit":"_md:flex-align-items--self-inherit_1ljoh_1","md:flex-align-items--self-initial":"_md:flex-align-items--self-initial_1ljoh_1","md:flex-align-items--self-revert":"_md:flex-align-items--self-revert_1ljoh_1","md:flex-align-items--self-revert-layer":"_md:flex-align-items--self-revert-layer_1ljoh_1","md:flex-align-items--self-unset":"_md:flex-align-items--self-unset_1ljoh_1","md:flex-direction--row":"_md:flex-direction--row_1ljoh_1","md:flex-direction--row-reverse":"_md:flex-direction--row-reverse_1ljoh_1","md:flex-direction--column":"_md:flex-direction--column_1ljoh_1","md:flex-direction--column-reverse":"_md:flex-direction--column-reverse_1ljoh_1","md:flex-gap--5xs":"_md:flex-gap--5xs_1ljoh_1","md:flex-gap--4xs":"_md:flex-gap--4xs_1ljoh_1","md:flex-gap--3xs":"_md:flex-gap--3xs_1ljoh_1","md:flex-gap--2xs":"_md:flex-gap--2xs_1ljoh_1","md:flex-gap--xs":"_md:flex-gap--xs_1ljoh_1","md:flex-gap--sm":"_md:flex-gap--sm_1ljoh_1","md:flex-gap--md":"_md:flex-gap--md_1ljoh_1","md:flex-gap--lg":"_md:flex-gap--lg_1ljoh_1","md:flex-gap--xl":"_md:flex-gap--xl_1ljoh_1","md:flex-gap--2xl":"_md:flex-gap--2xl_1ljoh_1","md:flex-gap--3xl":"_md:flex-gap--3xl_1ljoh_1","md:flex-gap--4xl":"_md:flex-gap--4xl_1ljoh_1","md:flex-gap--5xl":"_md:flex-gap--5xl_1ljoh_1","md:flex-gap--6xl":"_md:flex-gap--6xl_1ljoh_1","md:flex-row-gap--5xs":"_md:flex-row-gap--5xs_1ljoh_1","md:flex-row-gap--4xs":"_md:flex-row-gap--4xs_1ljoh_1","md:flex-row-gap--3xs":"_md:flex-row-gap--3xs_1ljoh_1","md:flex-row-gap--2xs":"_md:flex-row-gap--2xs_1ljoh_1","md:flex-row-gap--xs":"_md:flex-row-gap--xs_1ljoh_1","md:flex-row-gap--sm":"_md:flex-row-gap--sm_1ljoh_1","md:flex-row-gap--md":"_md:flex-row-gap--md_1ljoh_1","md:flex-row-gap--lg":"_md:flex-row-gap--lg_1ljoh_1","md:flex-row-gap--xl":"_md:flex-row-gap--xl_1ljoh_1","md:flex-row-gap--2xl":"_md:flex-row-gap--2xl_1ljoh_1","md:flex-row-gap--3xl":"_md:flex-row-gap--3xl_1ljoh_1","md:flex-row-gap--4xl":"_md:flex-row-gap--4xl_1ljoh_1","md:flex-row-gap--5xl":"_md:flex-row-gap--5xl_1ljoh_1","md:flex-row-gap--6xl":"_md:flex-row-gap--6xl_1ljoh_1","md:flex-column-gap--5xs":"_md:flex-column-gap--5xs_1ljoh_1","md:flex-column-gap--4xs":"_md:flex-column-gap--4xs_1ljoh_1","md:flex-column-gap--3xs":"_md:flex-column-gap--3xs_1ljoh_1","md:flex-column-gap--2xs":"_md:flex-column-gap--2xs_1ljoh_1","md:flex-column-gap--xs":"_md:flex-column-gap--xs_1ljoh_1","md:flex-column-gap--sm":"_md:flex-column-gap--sm_1ljoh_1","md:flex-column-gap--md":"_md:flex-column-gap--md_1ljoh_1","md:flex-column-gap--lg":"_md:flex-column-gap--lg_1ljoh_1","md:flex-column-gap--xl":"_md:flex-column-gap--xl_1ljoh_1","md:flex-column-gap--2xl":"_md:flex-column-gap--2xl_1ljoh_1","md:flex-column-gap--3xl":"_md:flex-column-gap--3xl_1ljoh_1","md:flex-column-gap--4xl":"_md:flex-column-gap--4xl_1ljoh_1","md:flex-column-gap--5xl":"_md:flex-column-gap--5xl_1ljoh_1","md:flex-column-gap--6xl":"_md:flex-column-gap--6xl_1ljoh_1","lg:flex-justify-content--flex-start":"_lg:flex-justify-content--flex-start_1ljoh_1","lg:flex-justify-content--start":"_lg:flex-justify-content--start_1ljoh_1","lg:flex-justify-content--center":"_lg:flex-justify-content--center_1ljoh_1","lg:flex-justify-content--flex-end":"_lg:flex-justify-content--flex-end_1ljoh_1","lg:flex-justify-content--end":"_lg:flex-justify-content--end_1ljoh_1","lg:flex-justify-content--space-between":"_lg:flex-justify-content--space-between_1ljoh_1","lg:flex-justify-content--space-around":"_lg:flex-justify-content--space-around_1ljoh_1","lg:flex-justify-content--space-evenly":"_lg:flex-justify-content--space-evenly_1ljoh_1","lg:flex-justify-content--left":"_lg:flex-justify-content--left_1ljoh_1","lg:flex-justify-content--right":"_lg:flex-justify-content--right_1ljoh_1","lg:flex-justify-content--normal":"_lg:flex-justify-content--normal_1ljoh_1","lg:flex-justify-content--stretch":"_lg:flex-justify-content--stretch_1ljoh_1","lg:flex-justify-content--inherit":"_lg:flex-justify-content--inherit_1ljoh_1","lg:flex-justify-content--initial":"_lg:flex-justify-content--initial_1ljoh_1","lg:flex-justify-content--revert":"_lg:flex-justify-content--revert_1ljoh_1","lg:flex-justify-content--revert-layer":"_lg:flex-justify-content--revert-layer_1ljoh_1","lg:flex-justify-content--unset":"_lg:flex-justify-content--unset_1ljoh_1","lg:flex-align-items--flex-start":"_lg:flex-align-items--flex-start_1ljoh_1","lg:flex-align-items--start":"_lg:flex-align-items--start_1ljoh_1","lg:flex-align-items--center":"_lg:flex-align-items--center_1ljoh_1","lg:flex-align-items--flex-end":"_lg:flex-align-items--flex-end_1ljoh_1","lg:flex-align-items--end":"_lg:flex-align-items--end_1ljoh_1","lg:flex-align-items--stretch":"_lg:flex-align-items--stretch_1ljoh_1","lg:flex-align-items--self-start":"_lg:flex-align-items--self-start_1ljoh_1","lg:flex-align-items--self-end":"_lg:flex-align-items--self-end_1ljoh_1","lg:flex-align-items--self-center":"_lg:flex-align-items--self-center_1ljoh_1","lg:flex-align-items--self-flex-start":"_lg:flex-align-items--self-flex-start_1ljoh_1","lg:flex-align-items--self-flex-end":"_lg:flex-align-items--self-flex-end_1ljoh_1","lg:flex-align-items--self-self-start":"_lg:flex-align-items--self-self-start_1ljoh_1","lg:flex-align-items--self-self-end":"_lg:flex-align-items--self-self-end_1ljoh_1","lg:flex-align-items--self-baseline":"_lg:flex-align-items--self-baseline_1ljoh_1","lg:flex-align-items--self-stretch":"_lg:flex-align-items--self-stretch_1ljoh_1","lg:flex-align-items--self-inherit":"_lg:flex-align-items--self-inherit_1ljoh_1","lg:flex-align-items--self-initial":"_lg:flex-align-items--self-initial_1ljoh_1","lg:flex-align-items--self-revert":"_lg:flex-align-items--self-revert_1ljoh_1","lg:flex-align-items--self-revert-layer":"_lg:flex-align-items--self-revert-layer_1ljoh_1","lg:flex-align-items--self-unset":"_lg:flex-align-items--self-unset_1ljoh_1","lg:flex-direction--row":"_lg:flex-direction--row_1ljoh_1","lg:flex-direction--row-reverse":"_lg:flex-direction--row-reverse_1ljoh_1","lg:flex-direction--column":"_lg:flex-direction--column_1ljoh_1","lg:flex-direction--column-reverse":"_lg:flex-direction--column-reverse_1ljoh_1","lg:flex-gap--5xs":"_lg:flex-gap--5xs_1ljoh_1","lg:flex-gap--4xs":"_lg:flex-gap--4xs_1ljoh_1","lg:flex-gap--3xs":"_lg:flex-gap--3xs_1ljoh_1","lg:flex-gap--2xs":"_lg:flex-gap--2xs_1ljoh_1","lg:flex-gap--xs":"_lg:flex-gap--xs_1ljoh_1","lg:flex-gap--sm":"_lg:flex-gap--sm_1ljoh_1","lg:flex-gap--md":"_lg:flex-gap--md_1ljoh_1","lg:flex-gap--lg":"_lg:flex-gap--lg_1ljoh_1","lg:flex-gap--xl":"_lg:flex-gap--xl_1ljoh_1","lg:flex-gap--2xl":"_lg:flex-gap--2xl_1ljoh_1","lg:flex-gap--3xl":"_lg:flex-gap--3xl_1ljoh_1","lg:flex-gap--4xl":"_lg:flex-gap--4xl_1ljoh_1","lg:flex-gap--5xl":"_lg:flex-gap--5xl_1ljoh_1","lg:flex-gap--6xl":"_lg:flex-gap--6xl_1ljoh_1","lg:flex-row-gap--5xs":"_lg:flex-row-gap--5xs_1ljoh_1","lg:flex-row-gap--4xs":"_lg:flex-row-gap--4xs_1ljoh_1","lg:flex-row-gap--3xs":"_lg:flex-row-gap--3xs_1ljoh_1","lg:flex-row-gap--2xs":"_lg:flex-row-gap--2xs_1ljoh_1","lg:flex-row-gap--xs":"_lg:flex-row-gap--xs_1ljoh_1","lg:flex-row-gap--sm":"_lg:flex-row-gap--sm_1ljoh_1","lg:flex-row-gap--md":"_lg:flex-row-gap--md_1ljoh_1","lg:flex-row-gap--lg":"_lg:flex-row-gap--lg_1ljoh_1","lg:flex-row-gap--xl":"_lg:flex-row-gap--xl_1ljoh_1","lg:flex-row-gap--2xl":"_lg:flex-row-gap--2xl_1ljoh_1","lg:flex-row-gap--3xl":"_lg:flex-row-gap--3xl_1ljoh_1","lg:flex-row-gap--4xl":"_lg:flex-row-gap--4xl_1ljoh_1","lg:flex-row-gap--5xl":"_lg:flex-row-gap--5xl_1ljoh_1","lg:flex-row-gap--6xl":"_lg:flex-row-gap--6xl_1ljoh_1","lg:flex-column-gap--5xs":"_lg:flex-column-gap--5xs_1ljoh_1","lg:flex-column-gap--4xs":"_lg:flex-column-gap--4xs_1ljoh_1","lg:flex-column-gap--3xs":"_lg:flex-column-gap--3xs_1ljoh_1","lg:flex-column-gap--2xs":"_lg:flex-column-gap--2xs_1ljoh_1","lg:flex-column-gap--xs":"_lg:flex-column-gap--xs_1ljoh_1","lg:flex-column-gap--sm":"_lg:flex-column-gap--sm_1ljoh_1","lg:flex-column-gap--md":"_lg:flex-column-gap--md_1ljoh_1","lg:flex-column-gap--lg":"_lg:flex-column-gap--lg_1ljoh_1","lg:flex-column-gap--xl":"_lg:flex-column-gap--xl_1ljoh_1","lg:flex-column-gap--2xl":"_lg:flex-column-gap--2xl_1ljoh_1","lg:flex-column-gap--3xl":"_lg:flex-column-gap--3xl_1ljoh_1","lg:flex-column-gap--4xl":"_lg:flex-column-gap--4xl_1ljoh_1","lg:flex-column-gap--5xl":"_lg:flex-column-gap--5xl_1ljoh_1","lg:flex-column-gap--6xl":"_lg:flex-column-gap--6xl_1ljoh_1","xl:flex-justify-content--flex-start":"_xl:flex-justify-content--flex-start_1ljoh_1","xl:flex-justify-content--start":"_xl:flex-justify-content--start_1ljoh_1","xl:flex-justify-content--center":"_xl:flex-justify-content--center_1ljoh_1","xl:flex-justify-content--flex-end":"_xl:flex-justify-content--flex-end_1ljoh_1","xl:flex-justify-content--end":"_xl:flex-justify-content--end_1ljoh_1","xl:flex-justify-content--space-between":"_xl:flex-justify-content--space-between_1ljoh_1","xl:flex-justify-content--space-around":"_xl:flex-justify-content--space-around_1ljoh_1","xl:flex-justify-content--space-evenly":"_xl:flex-justify-content--space-evenly_1ljoh_1","xl:flex-justify-content--left":"_xl:flex-justify-content--left_1ljoh_1","xl:flex-justify-content--right":"_xl:flex-justify-content--right_1ljoh_1","xl:flex-justify-content--normal":"_xl:flex-justify-content--normal_1ljoh_1","xl:flex-justify-content--stretch":"_xl:flex-justify-content--stretch_1ljoh_1","xl:flex-justify-content--inherit":"_xl:flex-justify-content--inherit_1ljoh_1","xl:flex-justify-content--initial":"_xl:flex-justify-content--initial_1ljoh_1","xl:flex-justify-content--revert":"_xl:flex-justify-content--revert_1ljoh_1","xl:flex-justify-content--revert-layer":"_xl:flex-justify-content--revert-layer_1ljoh_1","xl:flex-justify-content--unset":"_xl:flex-justify-content--unset_1ljoh_1","xl:flex-align-items--flex-start":"_xl:flex-align-items--flex-start_1ljoh_1","xl:flex-align-items--start":"_xl:flex-align-items--start_1ljoh_1","xl:flex-align-items--center":"_xl:flex-align-items--center_1ljoh_1","xl:flex-align-items--flex-end":"_xl:flex-align-items--flex-end_1ljoh_1","xl:flex-align-items--end":"_xl:flex-align-items--end_1ljoh_1","xl:flex-align-items--stretch":"_xl:flex-align-items--stretch_1ljoh_1","xl:flex-align-items--self-start":"_xl:flex-align-items--self-start_1ljoh_1","xl:flex-align-items--self-end":"_xl:flex-align-items--self-end_1ljoh_1","xl:flex-align-items--self-center":"_xl:flex-align-items--self-center_1ljoh_1","xl:flex-align-items--self-flex-start":"_xl:flex-align-items--self-flex-start_1ljoh_1","xl:flex-align-items--self-flex-end":"_xl:flex-align-items--self-flex-end_1ljoh_1","xl:flex-align-items--self-self-start":"_xl:flex-align-items--self-self-start_1ljoh_1","xl:flex-align-items--self-self-end":"_xl:flex-align-items--self-self-end_1ljoh_1","xl:flex-align-items--self-baseline":"_xl:flex-align-items--self-baseline_1ljoh_1","xl:flex-align-items--self-stretch":"_xl:flex-align-items--self-stretch_1ljoh_1","xl:flex-align-items--self-inherit":"_xl:flex-align-items--self-inherit_1ljoh_1","xl:flex-align-items--self-initial":"_xl:flex-align-items--self-initial_1ljoh_1","xl:flex-align-items--self-revert":"_xl:flex-align-items--self-revert_1ljoh_1","xl:flex-align-items--self-revert-layer":"_xl:flex-align-items--self-revert-layer_1ljoh_1","xl:flex-align-items--self-unset":"_xl:flex-align-items--self-unset_1ljoh_1","xl:flex-direction--row":"_xl:flex-direction--row_1ljoh_1","xl:flex-direction--row-reverse":"_xl:flex-direction--row-reverse_1ljoh_1","xl:flex-direction--column":"_xl:flex-direction--column_1ljoh_1","xl:flex-direction--column-reverse":"_xl:flex-direction--column-reverse_1ljoh_1","xl:flex-gap--5xs":"_xl:flex-gap--5xs_1ljoh_1","xl:flex-gap--4xs":"_xl:flex-gap--4xs_1ljoh_1","xl:flex-gap--3xs":"_xl:flex-gap--3xs_1ljoh_1","xl:flex-gap--2xs":"_xl:flex-gap--2xs_1ljoh_1","xl:flex-gap--xs":"_xl:flex-gap--xs_1ljoh_1","xl:flex-gap--sm":"_xl:flex-gap--sm_1ljoh_1","xl:flex-gap--md":"_xl:flex-gap--md_1ljoh_1","xl:flex-gap--lg":"_xl:flex-gap--lg_1ljoh_1","xl:flex-gap--xl":"_xl:flex-gap--xl_1ljoh_1","xl:flex-gap--2xl":"_xl:flex-gap--2xl_1ljoh_1","xl:flex-gap--3xl":"_xl:flex-gap--3xl_1ljoh_1","xl:flex-gap--4xl":"_xl:flex-gap--4xl_1ljoh_1","xl:flex-gap--5xl":"_xl:flex-gap--5xl_1ljoh_1","xl:flex-gap--6xl":"_xl:flex-gap--6xl_1ljoh_1","xl:flex-row-gap--5xs":"_xl:flex-row-gap--5xs_1ljoh_1","xl:flex-row-gap--4xs":"_xl:flex-row-gap--4xs_1ljoh_1","xl:flex-row-gap--3xs":"_xl:flex-row-gap--3xs_1ljoh_1","xl:flex-row-gap--2xs":"_xl:flex-row-gap--2xs_1ljoh_1","xl:flex-row-gap--xs":"_xl:flex-row-gap--xs_1ljoh_1","xl:flex-row-gap--sm":"_xl:flex-row-gap--sm_1ljoh_1","xl:flex-row-gap--md":"_xl:flex-row-gap--md_1ljoh_1","xl:flex-row-gap--lg":"_xl:flex-row-gap--lg_1ljoh_1","xl:flex-row-gap--xl":"_xl:flex-row-gap--xl_1ljoh_1","xl:flex-row-gap--2xl":"_xl:flex-row-gap--2xl_1ljoh_1","xl:flex-row-gap--3xl":"_xl:flex-row-gap--3xl_1ljoh_1","xl:flex-row-gap--4xl":"_xl:flex-row-gap--4xl_1ljoh_1","xl:flex-row-gap--5xl":"_xl:flex-row-gap--5xl_1ljoh_1","xl:flex-row-gap--6xl":"_xl:flex-row-gap--6xl_1ljoh_1","xl:flex-column-gap--5xs":"_xl:flex-column-gap--5xs_1ljoh_1","xl:flex-column-gap--4xs":"_xl:flex-column-gap--4xs_1ljoh_1","xl:flex-column-gap--3xs":"_xl:flex-column-gap--3xs_1ljoh_1","xl:flex-column-gap--2xs":"_xl:flex-column-gap--2xs_1ljoh_1","xl:flex-column-gap--xs":"_xl:flex-column-gap--xs_1ljoh_1","xl:flex-column-gap--sm":"_xl:flex-column-gap--sm_1ljoh_1","xl:flex-column-gap--md":"_xl:flex-column-gap--md_1ljoh_1","xl:flex-column-gap--lg":"_xl:flex-column-gap--lg_1ljoh_1","xl:flex-column-gap--xl":"_xl:flex-column-gap--xl_1ljoh_1","xl:flex-column-gap--2xl":"_xl:flex-column-gap--2xl_1ljoh_1","xl:flex-column-gap--3xl":"_xl:flex-column-gap--3xl_1ljoh_1","xl:flex-column-gap--4xl":"_xl:flex-column-gap--4xl_1ljoh_1","xl:flex-column-gap--5xl":"_xl:flex-column-gap--5xl_1ljoh_1","xl:flex-column-gap--6xl":"_xl:flex-column-gap--6xl_1ljoh_1","xxl:flex-justify-content--flex-start":"_xxl:flex-justify-content--flex-start_1ljoh_1","xxl:flex-justify-content--start":"_xxl:flex-justify-content--start_1ljoh_1","xxl:flex-justify-content--center":"_xxl:flex-justify-content--center_1ljoh_1","xxl:flex-justify-content--flex-end":"_xxl:flex-justify-content--flex-end_1ljoh_1","xxl:flex-justify-content--end":"_xxl:flex-justify-content--end_1ljoh_1","xxl:flex-justify-content--space-between":"_xxl:flex-justify-content--space-between_1ljoh_1","xxl:flex-justify-content--space-around":"_xxl:flex-justify-content--space-around_1ljoh_1","xxl:flex-justify-content--space-evenly":"_xxl:flex-justify-content--space-evenly_1ljoh_1","xxl:flex-justify-content--left":"_xxl:flex-justify-content--left_1ljoh_1","xxl:flex-justify-content--right":"_xxl:flex-justify-content--right_1ljoh_1","xxl:flex-justify-content--normal":"_xxl:flex-justify-content--normal_1ljoh_1","xxl:flex-justify-content--stretch":"_xxl:flex-justify-content--stretch_1ljoh_1","xxl:flex-justify-content--inherit":"_xxl:flex-justify-content--inherit_1ljoh_1","xxl:flex-justify-content--initial":"_xxl:flex-justify-content--initial_1ljoh_1","xxl:flex-justify-content--revert":"_xxl:flex-justify-content--revert_1ljoh_1","xxl:flex-justify-content--revert-layer":"_xxl:flex-justify-content--revert-layer_1ljoh_1","xxl:flex-justify-content--unset":"_xxl:flex-justify-content--unset_1ljoh_1","xxl:flex-align-items--flex-start":"_xxl:flex-align-items--flex-start_1ljoh_1","xxl:flex-align-items--start":"_xxl:flex-align-items--start_1ljoh_1","xxl:flex-align-items--center":"_xxl:flex-align-items--center_1ljoh_1","xxl:flex-align-items--flex-end":"_xxl:flex-align-items--flex-end_1ljoh_1","xxl:flex-align-items--end":"_xxl:flex-align-items--end_1ljoh_1","xxl:flex-align-items--stretch":"_xxl:flex-align-items--stretch_1ljoh_1","xxl:flex-align-items--self-start":"_xxl:flex-align-items--self-start_1ljoh_1","xxl:flex-align-items--self-end":"_xxl:flex-align-items--self-end_1ljoh_1","xxl:flex-align-items--self-center":"_xxl:flex-align-items--self-center_1ljoh_1","xxl:flex-align-items--self-flex-start":"_xxl:flex-align-items--self-flex-start_1ljoh_1","xxl:flex-align-items--self-flex-end":"_xxl:flex-align-items--self-flex-end_1ljoh_1","xxl:flex-align-items--self-self-start":"_xxl:flex-align-items--self-self-start_1ljoh_1","xxl:flex-align-items--self-self-end":"_xxl:flex-align-items--self-self-end_1ljoh_1","xxl:flex-align-items--self-baseline":"_xxl:flex-align-items--self-baseline_1ljoh_1","xxl:flex-align-items--self-stretch":"_xxl:flex-align-items--self-stretch_1ljoh_1","xxl:flex-align-items--self-inherit":"_xxl:flex-align-items--self-inherit_1ljoh_1","xxl:flex-align-items--self-initial":"_xxl:flex-align-items--self-initial_1ljoh_1","xxl:flex-align-items--self-revert":"_xxl:flex-align-items--self-revert_1ljoh_1","xxl:flex-align-items--self-revert-layer":"_xxl:flex-align-items--self-revert-layer_1ljoh_1","xxl:flex-align-items--self-unset":"_xxl:flex-align-items--self-unset_1ljoh_1","xxl:flex-direction--row":"_xxl:flex-direction--row_1ljoh_1","xxl:flex-direction--row-reverse":"_xxl:flex-direction--row-reverse_1ljoh_1","xxl:flex-direction--column":"_xxl:flex-direction--column_1ljoh_1","xxl:flex-direction--column-reverse":"_xxl:flex-direction--column-reverse_1ljoh_1","xxl:flex-gap--5xs":"_xxl:flex-gap--5xs_1ljoh_1","xxl:flex-gap--4xs":"_xxl:flex-gap--4xs_1ljoh_1","xxl:flex-gap--3xs":"_xxl:flex-gap--3xs_1ljoh_1","xxl:flex-gap--2xs":"_xxl:flex-gap--2xs_1ljoh_1","xxl:flex-gap--xs":"_xxl:flex-gap--xs_1ljoh_1","xxl:flex-gap--sm":"_xxl:flex-gap--sm_1ljoh_1","xxl:flex-gap--md":"_xxl:flex-gap--md_1ljoh_1","xxl:flex-gap--lg":"_xxl:flex-gap--lg_1ljoh_1","xxl:flex-gap--xl":"_xxl:flex-gap--xl_1ljoh_1","xxl:flex-gap--2xl":"_xxl:flex-gap--2xl_1ljoh_1","xxl:flex-gap--3xl":"_xxl:flex-gap--3xl_1ljoh_1","xxl:flex-gap--4xl":"_xxl:flex-gap--4xl_1ljoh_1","xxl:flex-gap--5xl":"_xxl:flex-gap--5xl_1ljoh_1","xxl:flex-gap--6xl":"_xxl:flex-gap--6xl_1ljoh_1","xxl:flex-row-gap--5xs":"_xxl:flex-row-gap--5xs_1ljoh_1","xxl:flex-row-gap--4xs":"_xxl:flex-row-gap--4xs_1ljoh_1","xxl:flex-row-gap--3xs":"_xxl:flex-row-gap--3xs_1ljoh_1","xxl:flex-row-gap--2xs":"_xxl:flex-row-gap--2xs_1ljoh_1","xxl:flex-row-gap--xs":"_xxl:flex-row-gap--xs_1ljoh_1","xxl:flex-row-gap--sm":"_xxl:flex-row-gap--sm_1ljoh_1","xxl:flex-row-gap--md":"_xxl:flex-row-gap--md_1ljoh_1","xxl:flex-row-gap--lg":"_xxl:flex-row-gap--lg_1ljoh_1","xxl:flex-row-gap--xl":"_xxl:flex-row-gap--xl_1ljoh_1","xxl:flex-row-gap--2xl":"_xxl:flex-row-gap--2xl_1ljoh_1","xxl:flex-row-gap--3xl":"_xxl:flex-row-gap--3xl_1ljoh_1","xxl:flex-row-gap--4xl":"_xxl:flex-row-gap--4xl_1ljoh_1","xxl:flex-row-gap--5xl":"_xxl:flex-row-gap--5xl_1ljoh_1","xxl:flex-row-gap--6xl":"_xxl:flex-row-gap--6xl_1ljoh_1","xxl:flex-column-gap--5xs":"_xxl:flex-column-gap--5xs_1ljoh_1","xxl:flex-column-gap--4xs":"_xxl:flex-column-gap--4xs_1ljoh_1","xxl:flex-column-gap--3xs":"_xxl:flex-column-gap--3xs_1ljoh_1","xxl:flex-column-gap--2xs":"_xxl:flex-column-gap--2xs_1ljoh_1","xxl:flex-column-gap--xs":"_xxl:flex-column-gap--xs_1ljoh_1","xxl:flex-column-gap--sm":"_xxl:flex-column-gap--sm_1ljoh_1","xxl:flex-column-gap--md":"_xxl:flex-column-gap--md_1ljoh_1","xxl:flex-column-gap--lg":"_xxl:flex-column-gap--lg_1ljoh_1","xxl:flex-column-gap--xl":"_xxl:flex-column-gap--xl_1ljoh_1","xxl:flex-column-gap--2xl":"_xxl:flex-column-gap--2xl_1ljoh_1","xxl:flex-column-gap--3xl":"_xxl:flex-column-gap--3xl_1ljoh_1","xxl:flex-column-gap--4xl":"_xxl:flex-column-gap--4xl_1ljoh_1","xxl:flex-column-gap--5xl":"_xxl:flex-column-gap--5xl_1ljoh_1","xxl:flex-column-gap--6xl":"_xxl:flex-column-gap--6xl_1ljoh_1","flex-align-content--normal":"_flex-align-content--normal_1ljoh_534","flex-align-content--start":"_flex-align-content--start_1ljoh_538","flex-align-content--center":"_flex-align-content--center_1ljoh_542","flex-align-content--end":"_flex-align-content--end_1ljoh_546","flex-align-content--flex-start":"_flex-align-content--flex-start_1ljoh_550","flex-align-content--flex-end":"_flex-align-content--flex-end_1ljoh_554","flex-align-content--baseline":"_flex-align-content--baseline_1ljoh_558","flex-align-content--first-baseline":"_flex-align-content--first-baseline_1ljoh_562","flex-align-content--last-baseline":"_flex-align-content--last-baseline_1ljoh_566","flex-align-content--space-between":"_flex-align-content--space-between_1ljoh_570","flex-align-content--space-around":"_flex-align-content--space-around_1ljoh_574","flex-align-content--space-evenly":"_flex-align-content--space-evenly_1ljoh_578","flex-align-content--stretch":"_flex-align-content--stretch_1ljoh_582","flex-align-content--safe-center":"_flex-align-content--safe-center_1ljoh_586","flex-align-content--unsafe-center":"_flex-align-content--unsafe-center_1ljoh_590","flex-align-content--inherit":"_flex-align-content--inherit_1ljoh_594","flex-align-content--initial":"_flex-align-content--initial_1ljoh_598","flex-align-content--revert":"_flex-align-content--revert_1ljoh_602","flex-align-content--revert-layer":"_flex-align-content--revert-layer_1ljoh_606","flex-align-content--unset":"_flex-align-content--unset_1ljoh_610","flex-wrap--wrap":"_flex-wrap--wrap_1ljoh_614","flex-wrap--nowrap":"_flex-wrap--nowrap_1ljoh_618","flex-wrap--wrap-reverse":"_flex-wrap--wrap-reverse_1ljoh_622","flex-grow--1":"_flex-grow--1_1ljoh_626","flex-grow--0":"_flex-grow--0_1ljoh_630","flex-grow--inherit":"_flex-grow--inherit_1ljoh_634","flex-grow--initial":"_flex-grow--initial_1ljoh_638","flex-grow--revert":"_flex-grow--revert_1ljoh_642","flex-grow--revert-layer":"_flex-grow--revert-layer_1ljoh_646","flex-grow--unset":"_flex-grow--unset_1ljoh_650","flex-shrink--1":"_flex-shrink--1_1ljoh_654","flex-shrink--0":"_flex-shrink--0_1ljoh_658","flex-shrink--inherit":"_flex-shrink--inherit_1ljoh_662","flex-shrink--initial":"_flex-shrink--initial_1ljoh_666","flex-shrink--revert":"_flex-shrink--revert_1ljoh_670","flex-shrink--revert-layer":"_flex-shrink--revert-layer_1ljoh_674","flex-shrink--unset":"_flex-shrink--unset_1ljoh_678","flex-align-self--auto":"_flex-align-self--auto_1ljoh_682","flex-align-self--normal":"_flex-align-self--normal_1ljoh_686","flex-align-self--start":"_flex-align-self--start_1ljoh_690","flex-align-self--end":"_flex-align-self--end_1ljoh_694","flex-align-self--center":"_flex-align-self--center_1ljoh_698","flex-align-self--flex-start":"_flex-align-self--flex-start_1ljoh_702","flex-align-self--flex-end":"_flex-align-self--flex-end_1ljoh_706","flex-align-self--self-start":"_flex-align-self--self-start_1ljoh_710","flex-align-self--self-end":"_flex-align-self--self-end_1ljoh_714","flex-align-self--baseline":"_flex-align-self--baseline_1ljoh_718","flex-align-self--stretch":"_flex-align-self--stretch_1ljoh_722","flex-align-self--inherit":"_flex-align-self--inherit_1ljoh_726","flex-align-self--initial":"_flex-align-self--initial_1ljoh_730","flex-align-self--revert":"_flex-align-self--revert_1ljoh_734","flex-align-self--revert-layer":"_flex-align-self--revert-layer_1ljoh_738","flex-align-self--unset":"_flex-align-self--unset_1ljoh_742","flex-basis--max-content":"_flex-basis--max-content_1ljoh_747","flex-basis--min-content":"_flex-basis--min-content_1ljoh_751","flex-basis--fit-content":"_flex-basis--fit-content_1ljoh_755","flex-basis--content":"_flex-basis--content_1ljoh_759","flex-basis--inherit":"_flex-basis--inherit_1ljoh_763","flex-basis--initial":"_flex-basis--initial_1ljoh_767","flex-basis--revert":"_flex-basis--revert_1ljoh_771","flex-basis--revert-layer":"_flex-basis--revert-layer_1ljoh_775","flex-basis--unset":"_flex-basis--unset_1ljoh_779"},x={maxContent:"max-content",minContent:"min-content",fitContent:"fit-content",content:"content",inherit:"inherit",initial:"initial",revert:"revert",revertLayer:"revert-layer",unset:"unset"},t=l=>"string"==typeof l&&Object.prototype.hasOwnProperty.call(x,l),f=l=>"number"==typeof l?0===l?"0":`${l}px`:t(l)?x[l]:l,n=l("",{variants:{display:{flex:e.flex,"inline-flex":e["flex--inline"]},alignItems:{start:e["flex-align-items--start"],flexStart:e["flex-align-items--flex-start"],center:e["flex-align-items--center"],flexEnd:e["flex-align-items--flex-end"],end:e["flex-align-items--end"],stretch:e["flex-align-items--stretch"],selfStart:e["flex-align-items--self-start"],selfEnd:e["flex-align-items--self-end"],selfCenter:e["flex-align-items--self-center"]},justifyContent:{flexStart:e["flex-justify-content--flex-start"],start:e["flex-justify-content--start"],center:e["flex-justify-content--center"],flexEnd:e["flex-justify-content--flex-end"],end:e["flex-justify-content--end"],spaceBetween:e["flex-justify-content--space-between"],spaceAround:e["flex-justify-content--space-around"],spaceEvenly:e["flex-justify-content--space-evenly"],left:e["flex-justify-content--left"],right:e["flex-justify-content--right"],normal:e["flex-justify-content--normal"],stretch:e["flex-justify-content--stretch"],inherit:e["flex-justify-content--inherit"],initial:e["flex-justify-content--initial"],revert:e["flex-justify-content--revert"],revertLayer:e["flex-justify-content--revert-layer"],unset:e["flex-justify-content--unset"]},flexWrap:{wrap:e["flex-wrap--wrap"],nowrap:e["flex-wrap--nowrap"],wrapReverse:e["flex-wrap--wrap-reverse"]},flexGrow:{0:e["flex-grow--0"],1:e["flex-grow--1"],inherit:e["flex-grow--inherit"],initial:e["flex-grow--initial"],revert:e["flex-grow--revert"],revertLayer:e["flex-grow--revert-layer"],unset:e["flex-grow--unset"]},flexShrink:{0:e["flex-shrink--0"],1:e["flex-shrink--1"],inherit:e["flex-shrink--inherit"],initial:e["flex-shrink--initial"],revert:e["flex-shrink--revert"],revertLayer:e["flex-shrink--revert-layer"],unset:e["flex-shrink--unset"]},flexDirection:{row:e["flex-direction--row"],rowReverse:e["flex-direction--row-reverse"],column:e["flex-direction--column"],columnReverse:e["flex-direction--column-reverse"]},alignSelf:{auto:e["flex-align-self--auto"],normal:e["flex-align-self--normal"],start:e["flex-align-self--start"],end:e["flex-align-self--end"],center:e["flex-align-self--center"],flexStart:e["flex-align-self--flex-start"],flexEnd:e["flex-align-self--flex-end"],selfStart:e["flex-align-self--self-start"],selfEnd:e["flex-align-self--self-end"],baseline:e["flex-align-self--baseline"],stretch:e["flex-align-self--stretch"],inherit:e["flex-align-self--inherit"],initial:e["flex-align-self--initial"],revert:e["flex-align-self--revert"],revertLayer:e["flex-align-self--revert-layer"],unset:e["flex-align-self--unset"]},alignContent:{normal:e["flex-align-content--normal"],start:e["flex-align-content--start"],center:e["flex-align-content--center"],end:e["flex-align-content--end"],flexStart:e["flex-align-content--flex-start"],flexEnd:e["flex-align-content--flex-end"],baseline:e["flex-align-content--baseline"],firstBaseline:e["flex-align-content--first-baseline"],lastBaseline:e["flex-align-content--last-baseline"],spaceBetween:e["flex-align-content--space-between"],spaceAround:e["flex-align-content--space-around"],spaceEvenly:e["flex-align-content--space-evenly"],stretch:e["flex-align-content--stretch"],safeCenter:e["flex-align-content--safe-center"],unsafeCenter:e["flex-align-content--unsafe-center"],inherit:e["flex-align-content--inherit"],initial:e["flex-align-content--initial"],revert:e["flex-align-content--revert"],revertLayer:e["flex-align-content--revert-layer"],unset:e["flex-align-content--unset"]},flexBasis:{maxContent:e["flex-basis--max-content"],minContent:e["flex-basis--min-content"],fitContent:e["flex-basis--fit-content"],content:e["flex-basis--content"],inherit:e["flex-basis--inherit"],initial:e["flex-basis--initial"],revert:e["flex-basis--revert"],revertLayer:e["flex-basis--revert-layer"],unset:e["flex-basis--unset"]},gap:{"5xs":e["flex-gap--5xs"],"4xs":e["flex-gap--4xs"],"3xs":e["flex-gap--3xs"],"2xs":e["flex-gap--2xs"],xs:e["flex-gap--xs"],sm:e["flex-gap--sm"],md:e["flex-gap--md"],lg:e["flex-gap--lg"],xl:e["flex-gap--xl"],"2xl":e["flex-gap--2xl"],"3xl":e["flex-gap--3xl"],"4xl":e["flex-gap--4xl"],"5xl":e["flex-gap--5xl"],"6xl":e["flex-gap--6xl"]},rowGap:{"5xs":e["flex-row-gap--5xs"],"4xs":e["flex-row-gap--4xs"],"3xs":e["flex-row-gap--3xs"],"2xs":e["flex-row-gap--2xs"],xs:e["flex-row-gap--xs"],sm:e["flex-row-gap--sm"],md:e["flex-row-gap--md"],lg:e["flex-row-gap--lg"],xl:e["flex-row-gap--xl"],"2xl":e["flex-row-gap--2xl"],"3xl":e["flex-row-gap--3xl"],"4xl":e["flex-row-gap--4xl"],"5xl":e["flex-row-gap--5xl"],"6xl":e["flex-row-gap--6xl"]},columnGap:{"5xs":e["flex-column-gap--5xs"],"4xs":e["flex-column-gap--4xs"],"3xs":e["flex-column-gap--3xs"],"2xs":e["flex-column-gap--2xs"],xs:e["flex-column-gap--xs"],sm:e["flex-column-gap--sm"],md:e["flex-column-gap--md"],lg:e["flex-column-gap--lg"],xl:e["flex-column-gap--xl"],"2xl":e["flex-column-gap--2xl"],"3xl":e["flex-column-gap--3xl"],"4xl":e["flex-column-gap--4xl"],"5xl":e["flex-column-gap--5xl"],"6xl":e["flex-column-gap--6xl"]}},defaultVariants:{display:"flex",alignItems:"stretch",justifyContent:"flexStart"}}),s={display:{control:"select",options:["flex","inline-flex"],description:"CSS display property for flex container",table:{type:{summary:"flex | inline-flex"},category:"Layout"}},flexDirection:{control:"select",options:["row","row-reverse","column","column-reverse"],description:"**[Responsive]** Defines the direction of flex items",table:{type:{summary:"row | row-reverse | column | column-reverse"},category:"Layout"}},flexWrap:{control:"select",options:["wrap","nowrap","wrapReverse"],description:"Controls whether flex items wrap onto multiple lines",table:{type:{summary:"wrap | nowrap | wrapReverse"},category:"Layout"}},justifyContent:{control:"select",options:["flexStart","start","center","flexEnd","end","spaceBetween","spaceAround","spaceEvenly","left","right","normal","stretch","inherit","initial","revert","revertLayer","unset"],description:"**[Responsive]** Aligns flex items along the main axis",table:{type:{summary:"JustifyContent"},category:"Layout"}},alignItems:{control:"select",options:["start","flexStart","center","flexEnd","end","stretch","selfStart","selfEnd","selfCenter"],description:"**[Responsive]** Aligns flex items along the cross axis",table:{type:{summary:"AlignItems"},category:"Layout"}},alignContent:{control:"select",options:["normal","start","center","end","flexStart","flexEnd","baseline","firstBaseline","lastBaseline","spaceBetween","spaceAround","spaceEvenly","stretch","safeCenter","unsafeCenter","inherit","initial","revert","revertLayer","unset"],description:"Aligns flex lines when there is extra space in the cross axis",table:{type:{summary:"AlignContent"},category:"Layout"}},alignSelf:{control:"select",options:["auto","normal","start","end","center","flexStart","flexEnd","selfStart","selfEnd","baseline","stretch","inherit","initial","revert","revertLayer","unset"],description:"Overrides align-items for individual flex items",table:{type:{summary:"AlignSelf"},category:"Layout"}},gap:{control:"select",options:["5xs","4xs","3xs","2xs","xs","sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl"],description:"**[Responsive]** Gap between flex items (both row and column)",table:{type:{summary:"GapSize"},category:"Layout"}},rowGap:{control:"select",options:["5xs","4xs","3xs","2xs","xs","sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl"],description:"**[Responsive]** Gap between flex rows",table:{type:{summary:"GapSize"},category:"Layout"}},columnGap:{control:"select",options:["5xs","4xs","3xs","2xs","xs","sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl"],description:"**[Responsive]** Gap between flex columns",table:{type:{summary:"GapSize"},category:"Layout"}},flexGrow:{control:"select",options:[0,1,"inherit","initial","revert","revertLayer","unset"],description:"Defines the ability for a flex item to grow",table:{type:{summary:"0 | 1 | inherit | initial | revert | revertLayer | unset"},category:"Layout"}},flexShrink:{control:"select",options:[0,1,"inherit","initial","revert","revertLayer","unset"],description:"Defines the ability for a flex item to shrink",table:{type:{summary:"0 | 1 | inherit | initial | revert | revertLayer | unset"},category:"Layout"}},flexBasis:{control:"select",options:["maxContent","minContent","fitContent","content","inherit","initial","revert","revertLayer","unset"],description:'**[Responsive]** Defines the default size of a flex item before remaining space is distributed. Accepts predefined flex-basis tokens and arbitrary CSS values (e.g. "200px", "30%", "clamp(200px, 50vw, 400px)").',table:{type:{summary:"FlexBasis"},category:"Layout"}}};export{x as F,e as a,s as b,n as f,t as i,f as r};
|
|
2
|
+
//# sourceMappingURL=flex-BfhdHBb6.js.map
|