@alto-avios/alto-ui 5.3.0 → 5.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/dist/assets/Accordion.css +1 -1
  2. package/dist/assets/Box.css +1 -1
  3. package/dist/assets/CalloutBanner.css +1 -1
  4. package/dist/assets/Carousel.css +1 -1
  5. package/dist/assets/CarouselButton.css +1 -1
  6. package/dist/assets/CategoryTileGroup.css +1 -0
  7. package/dist/assets/Input.css +1 -1
  8. package/dist/assets/IntroSection.css +1 -1
  9. package/dist/assets/Link.css +1 -1
  10. package/dist/assets/Popover.css +1 -1
  11. package/dist/assets/SelectCard.css +1 -1
  12. package/dist/assets/margin.css +1 -0
  13. package/dist/components/Accordion/Accordion.d.ts +16 -4
  14. package/dist/components/Accordion/Accordion.js +12 -12
  15. package/dist/components/Accordion/Accordion.js.map +1 -1
  16. package/dist/components/Box/Box.d.ts +17 -6
  17. package/dist/components/Box/Box.js +2 -2
  18. package/dist/components/Box/Box.js.map +1 -1
  19. package/dist/components/BoxLink/BoxLink.d.ts +7 -0
  20. package/dist/components/BoxLink/BoxLink.js +2 -2
  21. package/dist/components/BoxLink/BoxLink.js.map +1 -1
  22. package/dist/components/CalloutBanner/CalloutBanner.d.ts +2 -1
  23. package/dist/components/CalloutBanner/CalloutBanner.js +9 -9
  24. package/dist/components/CalloutBanner/CalloutBanner.js.map +1 -1
  25. package/dist/components/Carousel/Carousel.d.ts +27 -6
  26. package/dist/components/Carousel/Carousel.js +8 -8
  27. package/dist/components/Carousel/Carousel.js.map +1 -1
  28. package/dist/components/Carousel/CarouselButton/CarouselButton.d.ts +6 -0
  29. package/dist/components/Carousel/CarouselButton/CarouselButton.js +1 -1
  30. package/dist/components/Carousel/CarouselButton/CarouselButton.js.map +1 -1
  31. package/dist/components/Carousel/CarouselControls.js +1 -1
  32. package/dist/components/Carousel/CarouselControls.js.map +1 -1
  33. package/dist/components/Carousel/index.d.ts +2 -0
  34. package/dist/components/Carousel/index.js +1 -1
  35. package/dist/components/CategoryTileGroup/CategoryTileGroup.d.ts +52 -0
  36. package/dist/components/CategoryTileGroup/CategoryTileGroup.js +8 -0
  37. package/dist/components/CategoryTileGroup/CategoryTileGroup.js.map +1 -0
  38. package/dist/components/CategoryTileGroup/index.d.ts +2 -0
  39. package/dist/components/CategoryTileGroup/index.js +2 -0
  40. package/dist/components/CategoryTileGroup/index.js.map +1 -0
  41. package/dist/components/Checkbox/Checkbox.d.ts +1 -1
  42. package/dist/components/Checkbox/Checkbox.js +5 -5
  43. package/dist/components/Checkbox/Checkbox.js.map +1 -1
  44. package/dist/components/CreditCardNumberField/CreditCardNumberField.d.ts +2 -1
  45. package/dist/components/CreditCardNumberField/CreditCardNumberField.js +4 -4
  46. package/dist/components/CreditCardNumberField/CreditCardNumberField.js.map +1 -1
  47. package/dist/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.d.ts +1 -1
  48. package/dist/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.js +6 -6
  49. package/dist/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.js.map +1 -1
  50. package/dist/components/DatePicker/DatePicker.d.ts +1 -1
  51. package/dist/components/DatePicker/DatePicker.js +3 -3
  52. package/dist/components/DatePicker/DatePicker.js.map +1 -1
  53. package/dist/components/DateRangePicker/DateRangePicker.d.ts +1 -1
  54. package/dist/components/DateRangePicker/DateRangePicker.js +6 -6
  55. package/dist/components/DateRangePicker/DateRangePicker.js.map +1 -1
  56. package/dist/components/FieldHeader/FieldHeader.d.ts +1 -1
  57. package/dist/components/FieldHeader/FieldHeader.js +2 -2
  58. package/dist/components/FieldHeader/FieldHeader.js.map +1 -1
  59. package/dist/components/Form/Form.d.ts +1 -1
  60. package/dist/components/Form/Form.js +1 -1
  61. package/dist/components/Form/Form.js.map +1 -1
  62. package/dist/components/Heading/Heading.js +2 -2
  63. package/dist/components/Heading/Heading.js.map +1 -1
  64. package/dist/components/IntroSection/IntroSection.js +3 -3
  65. package/dist/components/Label/Label.js +1 -1
  66. package/dist/components/Label/Label.js.map +1 -1
  67. package/dist/components/Link/Link.js +2 -3
  68. package/dist/components/Link/Link.js.map +1 -1
  69. package/dist/components/Menu/Menu.js +1 -1
  70. package/dist/components/Menu/Menu.js.map +1 -1
  71. package/dist/components/Paragraph/Paragraph.js +1 -1
  72. package/dist/components/Paragraph/Paragraph.js.map +1 -1
  73. package/dist/components/Popover/Popover.d.ts +1 -1
  74. package/dist/components/Popover/Popover.js +3 -3
  75. package/dist/components/Popover/Popover.js.map +1 -1
  76. package/dist/components/Radio/Radio.d.ts +1 -1
  77. package/dist/components/Radio/Radio.js +1 -1
  78. package/dist/components/Radio/Radio.js.map +1 -1
  79. package/dist/components/SearchField/SearchField.d.ts +2 -1
  80. package/dist/components/SearchField/SearchField.js +4 -4
  81. package/dist/components/SearchField/SearchField.js.map +1 -1
  82. package/dist/components/Section/Section.d.ts +9 -1
  83. package/dist/components/Section/Section.js +3 -3
  84. package/dist/components/Section/Section.js.map +1 -1
  85. package/dist/components/SelectCard/SelectCard.d.ts +18 -9
  86. package/dist/components/SelectCard/SelectCard.js +5 -5
  87. package/dist/components/SelectCard/SelectCard.js.map +1 -1
  88. package/dist/components/Slider/Slider.d.ts +1 -1
  89. package/dist/components/Slider/Slider.js +12 -12
  90. package/dist/components/Slider/Slider.js.map +1 -1
  91. package/dist/components/SubHeading/SubHeading.js +1 -1
  92. package/dist/components/SubHeading/SubHeading.js.map +1 -1
  93. package/dist/components/_base/Input/Input.js +8 -8
  94. package/dist/components/index.d.ts +4 -0
  95. package/dist/components/index.js +1 -1
  96. package/dist/{flex-BJOhaXnU.js → flex-BfhdHBb6.js} +2 -2
  97. package/dist/flex-BfhdHBb6.js.map +1 -0
  98. package/dist/index.js +1 -1
  99. package/dist/margin-CCJx_ENX.js +2 -0
  100. package/dist/margin-CCJx_ENX.js.map +1 -0
  101. package/dist/useObjectRef-DIiuqtNU.js +2 -0
  102. package/dist/useObjectRef-DIiuqtNU.js.map +1 -0
  103. package/dist/utils/flex/flex.d.ts +20 -6
  104. package/dist/utils/flex/flex.js +1 -1
  105. package/dist/utils/index.d.ts +2 -0
  106. package/dist/utils/index.js +1 -1
  107. package/dist/utils/layout/hooks/useFitCount.d.ts +74 -0
  108. package/dist/utils/layout/hooks/useFitCount.js +2 -0
  109. package/dist/utils/layout/hooks/useFitCount.js.map +1 -0
  110. package/dist/utils/margin/margin.d.ts +13 -0
  111. package/dist/utils/margin/margin.js +2 -0
  112. package/dist/utils/margin/margin.js.map +1 -0
  113. package/dist/utils/margin/margin.test.d.ts +1 -0
  114. package/dist/utils/position/position.d.ts +1 -1
  115. package/dist/utils/stories/DraggableContainer.js +6 -6
  116. package/dist/utils/stories/DraggableContainer.js.map +1 -1
  117. package/dist/utils/stories/IntroSectionWithCategoryTileGroup.d.ts +3 -0
  118. package/dist/utils/stories/IntroSectionWithCategoryTileGroup.js +5 -0
  119. package/dist/utils/stories/IntroSectionWithCategoryTileGroup.js.map +1 -0
  120. package/package.json +3 -2
  121. package/dist/assets/truncate.css +0 -1
  122. package/dist/flex-BJOhaXnU.js.map +0 -1
  123. package/dist/utils/truncate/truncate.d.ts +0 -6
  124. package/dist/utils/truncate/truncate.js +0 -2
  125. package/dist/utils/truncate/truncate.js.map +0 -1
@@ -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 '../../assets/truncate.css';import '../../assets/SubHeading.css';/* empty css */import{getBaseValue as s,generateResponsiveClasses as n}from"../../utils/breakpoint/responsiveSSR.js";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__ */
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 '../../utils/truncate/truncate.css';\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":"+nEAcMA,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
+ {"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-field_14jbw_1","input-field__grid":"_input-field__grid_14jbw_20","input-field__wrapper":"_input-field__wrapper_14jbw_26","input-field__input":"_input-field__input_14jbw_56","input-field__startSelect":"_input-field__startSelect_14jbw_117","input-field__endSelect":"_input-field__endSelect_14jbw_118","input-field__prefix":"_input-field__prefix_14jbw_134","input-field__suffix":"_input-field__suffix_14jbw_135","input-field__startIcon":"_input-field__startIcon_14jbw_138","input-field__endIcon":"_input-field__endIcon_14jbw_139","input-field__startSlot":"_input-field__startSlot_14jbw_140","input-field__endSlot":"_input-field__endSlot_14jbw_141","input-field__clearButton":"_input-field__clearButton_14jbw_261","input-field__errorMessage":"_input-field__errorMessage_14jbw_319","input-field__input--hideSearchClear":"_input-field__input--hideSearchClear_14jbw_324"};function w(e){return a(e)&&(e.type===m||"function"==typeof e.type&&"IconButton"===e.type.name)}function N(e){return a(e)&&(e.type===b||"function"==typeof e.type&&"Button"===e.type.name)}let j=null;const R=e=>{if(!e.current)return 0;if(j){const t=j.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 j&&j.set(e.current,t),t}return j&&j.set(e.current,0),0},C=n({}),g=l(({children:t,visuallyHiddenLabel:i},n)=>{const l=r(C);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})});g.displayName="Input.Prefix";const D=l(({children:t,visuallyHiddenLabel:i},n)=>{const l=r(C);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})});D.displayName="Input.Suffix";const P=(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)?N(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})},B=l(({children:t,className:n,increment:l,decrement:a},d)=>{const s=r(C);let o=P(t,s.isDisabled);return(l||a)&&(o=i.Children.map(t,e=>i.isValidElement(e)&&(N(e)||w(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(N)?"true":void 0,children:o})});B.displayName="Input.StartSlot";const V=l(({children:t,className:n,increment:l,decrement:a},d)=>{const s=r(C);let o=P(t,s.isDisabled);return(l||a)&&(o=i.Children.map(t,e=>i.isValidElement(e)&&(N(e)||w(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(N)?"true":void 0,children:o})});V.displayName="Input.EndSlot";const $=l(({children:t,className:i},n)=>{const l=r(C),a=P(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(C),a=P(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(C);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(C);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:P=!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;j=/* @__PURE__ */new WeakMap;const n=R(t.startSlotRef),l=R(t.endSlotRef),r=R(t.prefixRef),a=R(t.suffixRef),d=R(t.startSelectRef),s=R(t.endSelectRef),o=R(t.startIconRef),c=R(t.endIconRef);j=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),we=xe.find(e=>i.isValidElement(e)&&e.type===B),Ne=xe.find(e=>i.isValidElement(e)&&e.type===V),je=e=>{if(!e)return!1;return i.Children.toArray(e.props.children).some(e=>N(e)||w(e))},Re=je(we),Ce=je(Ne),ge=xe.find(e=>i.isValidElement(e)&&e.type===g),De=xe.find(e=>i.isValidElement(e)&&e.type===D),Pe=xe.find(e=>i.isValidElement(e)&&e.type===M),Be=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&&!P;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:P,...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(C.Provider,{value:{isDisabled:P,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(" "),...Re?{"data-has-start-button":"true"}:{},...Ce?{"data-has-end-button":"true"}:{},children:[Ve?i.cloneElement(Ve,{ref:Ie}):Pe?i.cloneElement(Pe,{ref:be}):we?i.cloneElement(we,{ref:pe}):ge?i.cloneElement(ge,{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":!!P||void 0,"data-invalid":!!E||void 0,"data-required":!!H||void 0,disabled:!!P||void 0}),de&&/* @__PURE__ */e("div",{className:x["input-field__clearButton"],children:He}),$e?i.cloneElement($e,{ref:Se}):Be?i.cloneElement(Be,{ref:ye}):Ne?i.cloneElement(Ne,{ref:fe}):De?i.cloneElement(De,{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=B,H.EndSlot=V,H.Prefix=g,H.Suffix=D,H.StartSelect=M,H.EndSelect=k,H.StartIcon=$,H.EndIcon=L;export{C as InputContext,H as default};
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
@@ -34,6 +34,10 @@ export { default as CardSection } from './CardSection';
34
34
  export type * from './CardSection';
35
35
  export { default as Carousel } from './Carousel';
36
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';
37
41
  export { default as Checkbox } from './Checkbox';
38
42
  export type * from './Checkbox';
39
43
  export { default as CheckboxGroup } from './CheckboxGroup';
@@ -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{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{Checkbox as b}from"./Checkbox/Checkbox.js";import{CheckboxGroup as x}from"./CheckboxGroup/CheckboxGroup.js";import{ClearFieldButton as T}from"./ClearFieldButton/ClearFieldButton.js";import{ComboBox as L}from"./ComboBox/ComboBox.js";import{CreditCardNumberField as k}from"./CreditCardNumberField/CreditCardNumberField.js";import{CreditCardSecurityCodeField as y}from"./CreditCardSecurityCodeField/CreditCardSecurityCodeField.js";import{Currency as P}from"./Currency/Currency.js";import{D}from"../DateField-rBq9QuR6.js";import{DatePicker as h}from"./DatePicker/DatePicker.js";import{DateRangePicker as I}from"./DateRangePicker/DateRangePicker.js";import{DestinationHeading as v}from"./DestinationHeading/DestinationHeading.js";import{DetailsDisclosure as A}from"./DetailsDisclosure/DetailsDisclosure.js";import{Dialog as H}from"./Dialog/Dialog.js";import{ErrorSummary as N}from"./ErrorSummary/ErrorSummary.js";import{Eyebrow as G}from"./Eyebrow/Eyebrow.js";import{default as R}from"./FieldDescription/FieldDescription.js";import{FieldError as w}from"./FieldError/FieldError.js";import{FieldHeader as E}from"./FieldHeader/FieldHeader.js";import{FieldLabel as M}from"./FieldLabel/FieldLabel.js";import{default as V}from"./Fieldset/Fieldset.js";import{FieldsetHeader as Y}from"./FieldsetHeader/FieldsetHeader.js";import{Form as q}from"./Form/Form.js";import{Grid as z}from"./Grid/Grid.js";import{Heading as J}from"./Heading/Heading.js";import{Icon as K}from"./Icon/Icon.js";import{IconBackdrop as O}from"./IconBackdrop/IconBackdrop.js";import{IconButton as Q}from"./IconButton/IconButton.js";import{Image as U}from"./Image/Image.js";import{IntroSection as W}from"./IntroSection/IntroSection.js";import{Label as X}from"./Label/Label.js";import{default as Z}from"./Link/Link.js";import{ListBox as $}from"./ListBox/ListBox.js";import{ListBoxItem as _}from"./ListBoxItem/ListBoxItem.js";import{default as oo}from"./LoadingSpinner/LoadingSpinner.js";import{Menu as ro}from"./Menu/Menu.js";import{MonthYearField as eo}from"./MonthYearField/MonthYearField.js";import{NumberField as io}from"./NumberField/NumberField.js";import{Paragraph as to}from"./Paragraph/Paragraph.js";import{PasswordField as mo}from"./PasswordField/PasswordField.js";import{PhoneNumberField as ao}from"./PhoneNumberField/PhoneNumberField.js";import"../utils/phoneNumber/phoneNumber.js";import{Popover as so}from"./Popover/Popover.js";import{ProductTile as no}from"./ProductTile/ProductTile.js";import{Radio as po}from"./Radio/Radio.js";import{RadioGroup as lo}from"./RadioGroup/RadioGroup.js";import{SearchField as fo}from"./SearchField/SearchField.js";import{default as jo}from"./Section/Section.js";import{default as uo}from"./SelectCard/SelectCard.js";import{default as co}from"./SelectNative/SelectNative.js";import{SkeletonLoader as Co}from"./SkeletonLoader/SkeletonLoader.js";import{Slider as go}from"./Slider/Slider.js";import{Spacer as Bo}from"./Spacer/Spacer.js";import{SubHeading as So}from"./SubHeading/SubHeading.js";import{Switch as Fo}from"./Switch/Switch.js";import{Tab as bo,TabList as xo,Tabs as To,useTabsContext as Lo}from"./Tabs/Tabs.js";import{T as ko}from"../TabPanel-C7ANBbTA.js";import{Tag as yo}from"./Tag/Tag.js";import{TagGroup as Po}from"./TagGroup/TagGroup.js";import{TextField as Do}from"./TextField/TextField.js";import{TextAreaField as ho}from"./TextAreaField/TextAreaField.js";import{default as Io}from"./ToggleButton/ToggleButton.js";import{default as vo}from"./ToggleIconButton/ToggleIconButton.js";import{Tooltip as Ao}from"./Tooltip/Tooltip.js";import{VisuallyHidden as Ho}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 Checkbox,x as CheckboxGroup,T as ClearFieldButton,L as ComboBox,k as CreditCardNumberField,y as CreditCardSecurityCodeField,P as Currency,D as DateField,h as DatePicker,I as DateRangePicker,v as DestinationHeading,A as DetailsDisclosure,H as Dialog,N as ErrorSummary,G as Eyebrow,R as FieldDescription,w as FieldError,E as FieldHeader,M as FieldLabel,V as Fieldset,Y as FieldsetHeader,q as Form,z as Grid,J as Heading,K as Icon,O as IconBackdrop,Q as IconButton,U as Image,W as IntroSection,X as Label,Z as Link,$ as ListBox,_ as ListBoxItem,oo as LoadingSpinner,ro as Menu,eo as MonthYearField,io as NumberField,to as Paragraph,mo as PasswordField,ao as PhoneNumberField,so as Popover,no as ProductTile,po as Radio,lo as RadioGroup,fo as SearchField,jo as Section,uo as SelectCard,co as SelectNative,Co as SkeletonLoader,go as Slider,Bo as Spacer,So as SubHeading,Fo as Switch,bo as Tab,xo as TabList,ko as TabPanel,To as Tabs,yo as Tag,Po as TagGroup,ho as TextAreaField,Do as TextField,Io as ToggleButton,vo as ToggleIconButton,Ao as Tooltip,Ho as VisuallyHidden,f as useBoxLink,Lo as useTabsContext};
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-BJOhaXnU.js.map
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flex-BfhdHBb6.js","sources":["../src/utils/flex/flex.ts"],"sourcesContent":["import { cva, VariantProps } from 'class-variance-authority';\nimport styles from './flex.module.css';\n\nexport const FLEX_BASIS_CSS_VALUES = {\n maxContent: 'max-content',\n minContent: 'min-content',\n fitContent: 'fit-content',\n content: 'content',\n inherit: 'inherit',\n initial: 'initial',\n revert: 'revert',\n revertLayer: 'revert-layer',\n unset: 'unset',\n} as const;\n\nexport type FlexBasisToken = keyof typeof FLEX_BASIS_CSS_VALUES;\n\nexport const isFlexBasisToken = (value: unknown): value is FlexBasisToken => {\n return (\n typeof value === 'string' &&\n Object.prototype.hasOwnProperty.call(FLEX_BASIS_CSS_VALUES, value)\n );\n};\n\nexport const resolveFlexBasisCssValue = (\n value: FlexBasisToken | string | number,\n) => {\n if (typeof value === 'number') {\n return value === 0 ? '0' : `${value}px`;\n }\n\n return isFlexBasisToken(value) ? FLEX_BASIS_CSS_VALUES[value] : value;\n};\n\nexport const flexVariants = cva('', {\n variants: {\n display: {\n flex: styles['flex'],\n 'inline-flex': styles['flex--inline'],\n },\n alignItems: {\n start: styles['flex-align-items--start'],\n flexStart: styles['flex-align-items--flex-start'],\n center: styles['flex-align-items--center'],\n flexEnd: styles['flex-align-items--flex-end'],\n end: styles['flex-align-items--end'],\n stretch: styles['flex-align-items--stretch'],\n selfStart: styles['flex-align-items--self-start'],\n selfEnd: styles['flex-align-items--self-end'],\n selfCenter: styles['flex-align-items--self-center'],\n },\n justifyContent: {\n flexStart: styles['flex-justify-content--flex-start'],\n start: styles['flex-justify-content--start'],\n center: styles['flex-justify-content--center'],\n flexEnd: styles['flex-justify-content--flex-end'],\n end: styles['flex-justify-content--end'],\n spaceBetween: styles['flex-justify-content--space-between'],\n spaceAround: styles['flex-justify-content--space-around'],\n spaceEvenly: styles['flex-justify-content--space-evenly'],\n left: styles['flex-justify-content--left'],\n right: styles['flex-justify-content--right'],\n normal: styles['flex-justify-content--normal'],\n stretch: styles['flex-justify-content--stretch'],\n inherit: styles['flex-justify-content--inherit'],\n initial: styles['flex-justify-content--initial'],\n revert: styles['flex-justify-content--revert'],\n revertLayer: styles['flex-justify-content--revert-layer'],\n unset: styles['flex-justify-content--unset'],\n },\n flexWrap: {\n wrap: styles['flex-wrap--wrap'],\n nowrap: styles['flex-wrap--nowrap'],\n wrapReverse: styles['flex-wrap--wrap-reverse'],\n },\n flexGrow: {\n 0: styles['flex-grow--0'],\n 1: styles['flex-grow--1'],\n inherit: styles['flex-grow--inherit'],\n initial: styles['flex-grow--initial'],\n revert: styles['flex-grow--revert'],\n revertLayer: styles['flex-grow--revert-layer'],\n unset: styles['flex-grow--unset'],\n },\n flexShrink: {\n 0: styles['flex-shrink--0'],\n 1: styles['flex-shrink--1'],\n inherit: styles['flex-shrink--inherit'],\n initial: styles['flex-shrink--initial'],\n revert: styles['flex-shrink--revert'],\n revertLayer: styles['flex-shrink--revert-layer'],\n unset: styles['flex-shrink--unset'],\n },\n flexDirection: {\n row: styles['flex-direction--row'],\n rowReverse: styles['flex-direction--row-reverse'],\n column: styles['flex-direction--column'],\n columnReverse: styles['flex-direction--column-reverse'],\n },\n alignSelf: {\n auto: styles['flex-align-self--auto'],\n normal: styles['flex-align-self--normal'],\n start: styles['flex-align-self--start'],\n end: styles['flex-align-self--end'],\n center: styles['flex-align-self--center'],\n flexStart: styles['flex-align-self--flex-start'],\n flexEnd: styles['flex-align-self--flex-end'],\n selfStart: styles['flex-align-self--self-start'],\n selfEnd: styles['flex-align-self--self-end'],\n baseline: styles['flex-align-self--baseline'],\n stretch: styles['flex-align-self--stretch'],\n inherit: styles['flex-align-self--inherit'],\n initial: styles['flex-align-self--initial'],\n revert: styles['flex-align-self--revert'],\n revertLayer: styles['flex-align-self--revert-layer'],\n unset: styles['flex-align-self--unset'],\n },\n alignContent: {\n normal: styles['flex-align-content--normal'],\n start: styles['flex-align-content--start'],\n center: styles['flex-align-content--center'],\n end: styles['flex-align-content--end'],\n flexStart: styles['flex-align-content--flex-start'],\n flexEnd: styles['flex-align-content--flex-end'],\n baseline: styles['flex-align-content--baseline'],\n firstBaseline: styles['flex-align-content--first-baseline'],\n lastBaseline: styles['flex-align-content--last-baseline'],\n spaceBetween: styles['flex-align-content--space-between'],\n spaceAround: styles['flex-align-content--space-around'],\n spaceEvenly: styles['flex-align-content--space-evenly'],\n stretch: styles['flex-align-content--stretch'],\n safeCenter: styles['flex-align-content--safe-center'],\n unsafeCenter: styles['flex-align-content--unsafe-center'],\n inherit: styles['flex-align-content--inherit'],\n initial: styles['flex-align-content--initial'],\n revert: styles['flex-align-content--revert'],\n revertLayer: styles['flex-align-content--revert-layer'],\n unset: styles['flex-align-content--unset'],\n },\n flexBasis: {\n maxContent: styles['flex-basis--max-content'],\n minContent: styles['flex-basis--min-content'],\n fitContent: styles['flex-basis--fit-content'],\n content: styles['flex-basis--content'],\n inherit: styles['flex-basis--inherit'],\n initial: styles['flex-basis--initial'],\n revert: styles['flex-basis--revert'],\n revertLayer: styles['flex-basis--revert-layer'],\n unset: styles['flex-basis--unset'],\n },\n gap: {\n '5xs': styles['flex-gap--5xs'],\n '4xs': styles['flex-gap--4xs'],\n '3xs': styles['flex-gap--3xs'],\n '2xs': styles['flex-gap--2xs'],\n xs: styles['flex-gap--xs'],\n sm: styles['flex-gap--sm'],\n md: styles['flex-gap--md'],\n lg: styles['flex-gap--lg'],\n xl: styles['flex-gap--xl'],\n '2xl': styles['flex-gap--2xl'],\n '3xl': styles['flex-gap--3xl'],\n '4xl': styles['flex-gap--4xl'],\n '5xl': styles['flex-gap--5xl'],\n '6xl': styles['flex-gap--6xl'],\n },\n rowGap: {\n '5xs': styles['flex-row-gap--5xs'],\n '4xs': styles['flex-row-gap--4xs'],\n '3xs': styles['flex-row-gap--3xs'],\n '2xs': styles['flex-row-gap--2xs'],\n xs: styles['flex-row-gap--xs'],\n sm: styles['flex-row-gap--sm'],\n md: styles['flex-row-gap--md'],\n lg: styles['flex-row-gap--lg'],\n xl: styles['flex-row-gap--xl'],\n '2xl': styles['flex-row-gap--2xl'],\n '3xl': styles['flex-row-gap--3xl'],\n '4xl': styles['flex-row-gap--4xl'],\n '5xl': styles['flex-row-gap--5xl'],\n '6xl': styles['flex-row-gap--6xl'],\n },\n columnGap: {\n '5xs': styles['flex-column-gap--5xs'],\n '4xs': styles['flex-column-gap--4xs'],\n '3xs': styles['flex-column-gap--3xs'],\n '2xs': styles['flex-column-gap--2xs'],\n xs: styles['flex-column-gap--xs'],\n sm: styles['flex-column-gap--sm'],\n md: styles['flex-column-gap--md'],\n lg: styles['flex-column-gap--lg'],\n xl: styles['flex-column-gap--xl'],\n '2xl': styles['flex-column-gap--2xl'],\n '3xl': styles['flex-column-gap--3xl'],\n '4xl': styles['flex-column-gap--4xl'],\n '5xl': styles['flex-column-gap--5xl'],\n '6xl': styles['flex-column-gap--6xl'],\n },\n },\n defaultVariants: {\n display: 'flex',\n alignItems: 'stretch',\n justifyContent: 'flexStart',\n },\n});\n\nexport type FlexVariants = VariantProps<typeof flexVariants>;\n\nexport const flexArgTypes = {\n display: {\n control: 'select',\n options: ['flex', 'inline-flex'],\n description: 'CSS display property for flex container',\n table: {\n type: { summary: 'flex | inline-flex' },\n category: 'Layout',\n },\n },\n flexDirection: {\n control: 'select',\n options: ['row', 'row-reverse', 'column', 'column-reverse'],\n description: '**[Responsive]** Defines the direction of flex items',\n table: {\n type: { summary: 'row | row-reverse | column | column-reverse' },\n category: 'Layout',\n },\n },\n flexWrap: {\n control: 'select',\n options: ['wrap', 'nowrap', 'wrapReverse'],\n description: 'Controls whether flex items wrap onto multiple lines',\n table: {\n type: { summary: 'wrap | nowrap | wrapReverse' },\n category: 'Layout',\n },\n },\n justifyContent: {\n control: 'select',\n options: [\n 'flexStart',\n 'start',\n 'center',\n 'flexEnd',\n 'end',\n 'spaceBetween',\n 'spaceAround',\n 'spaceEvenly',\n 'left',\n 'right',\n 'normal',\n 'stretch',\n 'inherit',\n 'initial',\n 'revert',\n 'revertLayer',\n 'unset',\n ],\n description: '**[Responsive]** Aligns flex items along the main axis',\n table: {\n type: { summary: 'JustifyContent' },\n category: 'Layout',\n },\n },\n alignItems: {\n control: 'select',\n options: [\n 'start',\n 'flexStart',\n 'center',\n 'flexEnd',\n 'end',\n 'stretch',\n 'selfStart',\n 'selfEnd',\n 'selfCenter',\n ],\n description: '**[Responsive]** Aligns flex items along the cross axis',\n table: {\n type: { summary: 'AlignItems' },\n category: 'Layout',\n },\n },\n alignContent: {\n control: 'select',\n options: [\n 'normal',\n 'start',\n 'center',\n 'end',\n 'flexStart',\n 'flexEnd',\n 'baseline',\n 'firstBaseline',\n 'lastBaseline',\n 'spaceBetween',\n 'spaceAround',\n 'spaceEvenly',\n 'stretch',\n 'safeCenter',\n 'unsafeCenter',\n 'inherit',\n 'initial',\n 'revert',\n 'revertLayer',\n 'unset',\n ],\n description:\n 'Aligns flex lines when there is extra space in the cross axis',\n table: {\n type: { summary: 'AlignContent' },\n category: 'Layout',\n },\n },\n alignSelf: {\n control: 'select',\n options: [\n 'auto',\n 'normal',\n 'start',\n 'end',\n 'center',\n 'flexStart',\n 'flexEnd',\n 'selfStart',\n 'selfEnd',\n 'baseline',\n 'stretch',\n 'inherit',\n 'initial',\n 'revert',\n 'revertLayer',\n 'unset',\n ],\n description: 'Overrides align-items for individual flex items',\n table: {\n type: { summary: 'AlignSelf' },\n category: 'Layout',\n },\n },\n gap: {\n control: 'select',\n options: [\n '5xs',\n '4xs',\n '3xs',\n '2xs',\n 'xs',\n 'sm',\n 'md',\n 'lg',\n 'xl',\n '2xl',\n '3xl',\n '4xl',\n '5xl',\n '6xl',\n ],\n description:\n '**[Responsive]** Gap between flex items (both row and column)',\n table: {\n type: { summary: 'GapSize' },\n category: 'Layout',\n },\n },\n rowGap: {\n control: 'select',\n options: [\n '5xs',\n '4xs',\n '3xs',\n '2xs',\n 'xs',\n 'sm',\n 'md',\n 'lg',\n 'xl',\n '2xl',\n '3xl',\n '4xl',\n '5xl',\n '6xl',\n ],\n description: '**[Responsive]** Gap between flex rows',\n table: {\n type: { summary: 'GapSize' },\n category: 'Layout',\n },\n },\n columnGap: {\n control: 'select',\n options: [\n '5xs',\n '4xs',\n '3xs',\n '2xs',\n 'xs',\n 'sm',\n 'md',\n 'lg',\n 'xl',\n '2xl',\n '3xl',\n '4xl',\n '5xl',\n '6xl',\n ],\n description: '**[Responsive]** Gap between flex columns',\n table: {\n type: { summary: 'GapSize' },\n category: 'Layout',\n },\n },\n flexGrow: {\n control: 'select',\n options: [0, 1, 'inherit', 'initial', 'revert', 'revertLayer', 'unset'],\n description: 'Defines the ability for a flex item to grow',\n table: {\n type: {\n summary: '0 | 1 | inherit | initial | revert | revertLayer | unset',\n },\n category: 'Layout',\n },\n },\n flexShrink: {\n control: 'select',\n options: [0, 1, 'inherit', 'initial', 'revert', 'revertLayer', 'unset'],\n description: 'Defines the ability for a flex item to shrink',\n table: {\n type: {\n summary: '0 | 1 | inherit | initial | revert | revertLayer | unset',\n },\n category: 'Layout',\n },\n },\n flexBasis: {\n control: 'select',\n options: [\n 'maxContent',\n 'minContent',\n 'fitContent',\n 'content',\n 'inherit',\n 'initial',\n 'revert',\n 'revertLayer',\n 'unset',\n ],\n description:\n '**[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)\").',\n table: {\n type: { summary: 'FlexBasis' },\n category: 'Layout',\n },\n },\n};\n"],"names":["FLEX_BASIS_CSS_VALUES","maxContent","minContent","fitContent","content","inherit","initial","revert","revertLayer","unset","isFlexBasisToken","value","Object","prototype","hasOwnProperty","call","resolveFlexBasisCssValue","flexVariants","cva","variants","display","flex","styles","alignItems","start","flexStart","center","flexEnd","end","stretch","selfStart","selfEnd","selfCenter","justifyContent","spaceBetween","spaceAround","spaceEvenly","left","right","normal","flexWrap","wrap","nowrap","wrapReverse","flexGrow","flexShrink","flexDirection","row","rowReverse","column","columnReverse","alignSelf","auto","baseline","alignContent","firstBaseline","lastBaseline","safeCenter","unsafeCenter","flexBasis","gap","xs","sm","md","lg","xl","rowGap","columnGap","defaultVariants","flexArgTypes","control","options","description","table","type","summary","category"],"mappings":"kvnCAGaA,EAAwB,CACnCC,WAAY,cACZC,WAAY,cACZC,WAAY,cACZC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,OAAQ,SACRC,YAAa,eACbC,MAAO,SAKIC,EAAoBC,GAEZ,iBAAVA,GACPC,OAAOC,UAAUC,eAAeC,KAAKf,EAAuBW,GAInDK,EACXL,GAEqB,iBAAVA,EACQ,IAAVA,EAAc,IAAM,GAAGA,MAGzBD,EAAiBC,GAASX,EAAsBW,GAASA,EAGrDM,EAAeC,EAAI,GAAI,CAClCC,SAAU,CACRC,QAAS,CACPC,KAAMC,EAAa,KACnB,cAAeA,EAAO,iBAExBC,WAAY,CACVC,MAAOF,EAAO,2BACdG,UAAWH,EAAO,gCAClBI,OAAQJ,EAAO,4BACfK,QAASL,EAAO,8BAChBM,IAAKN,EAAO,yBACZO,QAASP,EAAO,6BAChBQ,UAAWR,EAAO,gCAClBS,QAAST,EAAO,8BAChBU,WAAYV,EAAO,kCAErBW,eAAgB,CACdR,UAAWH,EAAO,oCAClBE,MAAOF,EAAO,+BACdI,OAAQJ,EAAO,gCACfK,QAASL,EAAO,kCAChBM,IAAKN,EAAO,6BACZY,aAAcZ,EAAO,uCACrBa,YAAab,EAAO,sCACpBc,YAAad,EAAO,sCACpBe,KAAMf,EAAO,8BACbgB,MAAOhB,EAAO,+BACdiB,OAAQjB,EAAO,gCACfO,QAASP,EAAO,iCAChBjB,QAASiB,EAAO,iCAChBhB,QAASgB,EAAO,iCAChBf,OAAQe,EAAO,gCACfd,YAAac,EAAO,sCACpBb,MAAOa,EAAO,gCAEhBkB,SAAU,CACRC,KAAMnB,EAAO,mBACboB,OAAQpB,EAAO,qBACfqB,YAAarB,EAAO,4BAEtBsB,SAAU,CACR,EAAGtB,EAAO,gBACV,EAAGA,EAAO,gBACVjB,QAASiB,EAAO,sBAChBhB,QAASgB,EAAO,sBAChBf,OAAQe,EAAO,qBACfd,YAAac,EAAO,2BACpBb,MAAOa,EAAO,qBAEhBuB,WAAY,CACV,EAAGvB,EAAO,kBACV,EAAGA,EAAO,kBACVjB,QAASiB,EAAO,wBAChBhB,QAASgB,EAAO,wBAChBf,OAAQe,EAAO,uBACfd,YAAac,EAAO,6BACpBb,MAAOa,EAAO,uBAEhBwB,cAAe,CACbC,IAAKzB,EAAO,uBACZ0B,WAAY1B,EAAO,+BACnB2B,OAAQ3B,EAAO,0BACf4B,cAAe5B,EAAO,mCAExB6B,UAAW,CACTC,KAAM9B,EAAO,yBACbiB,OAAQjB,EAAO,2BACfE,MAAOF,EAAO,0BACdM,IAAKN,EAAO,wBACZI,OAAQJ,EAAO,2BACfG,UAAWH,EAAO,+BAClBK,QAASL,EAAO,6BAChBQ,UAAWR,EAAO,+BAClBS,QAAST,EAAO,6BAChB+B,SAAU/B,EAAO,6BACjBO,QAASP,EAAO,4BAChBjB,QAASiB,EAAO,4BAChBhB,QAASgB,EAAO,4BAChBf,OAAQe,EAAO,2BACfd,YAAac,EAAO,iCACpBb,MAAOa,EAAO,2BAEhBgC,aAAc,CACZf,OAAQjB,EAAO,8BACfE,MAAOF,EAAO,6BACdI,OAAQJ,EAAO,8BACfM,IAAKN,EAAO,2BACZG,UAAWH,EAAO,kCAClBK,QAASL,EAAO,gCAChB+B,SAAU/B,EAAO,gCACjBiC,cAAejC,EAAO,sCACtBkC,aAAclC,EAAO,qCACrBY,aAAcZ,EAAO,qCACrBa,YAAab,EAAO,oCACpBc,YAAad,EAAO,oCACpBO,QAASP,EAAO,+BAChBmC,WAAYnC,EAAO,mCACnBoC,aAAcpC,EAAO,qCACrBjB,QAASiB,EAAO,+BAChBhB,QAASgB,EAAO,+BAChBf,OAAQe,EAAO,8BACfd,YAAac,EAAO,oCACpBb,MAAOa,EAAO,8BAEhBqC,UAAW,CACT1D,WAAYqB,EAAO,2BACnBpB,WAAYoB,EAAO,2BACnBnB,WAAYmB,EAAO,2BACnBlB,QAASkB,EAAO,uBAChBjB,QAASiB,EAAO,uBAChBhB,QAASgB,EAAO,uBAChBf,OAAQe,EAAO,sBACfd,YAAac,EAAO,4BACpBb,MAAOa,EAAO,sBAEhBsC,IAAK,CACH,MAAOtC,EAAO,iBACd,MAAOA,EAAO,iBACd,MAAOA,EAAO,iBACd,MAAOA,EAAO,iBACduC,GAAIvC,EAAO,gBACXwC,GAAIxC,EAAO,gBACXyC,GAAIzC,EAAO,gBACX0C,GAAI1C,EAAO,gBACX2C,GAAI3C,EAAO,gBACX,MAAOA,EAAO,iBACd,MAAOA,EAAO,iBACd,MAAOA,EAAO,iBACd,MAAOA,EAAO,iBACd,MAAOA,EAAO,kBAEhB4C,OAAQ,CACN,MAAO5C,EAAO,qBACd,MAAOA,EAAO,qBACd,MAAOA,EAAO,qBACd,MAAOA,EAAO,qBACduC,GAAIvC,EAAO,oBACXwC,GAAIxC,EAAO,oBACXyC,GAAIzC,EAAO,oBACX0C,GAAI1C,EAAO,oBACX2C,GAAI3C,EAAO,oBACX,MAAOA,EAAO,qBACd,MAAOA,EAAO,qBACd,MAAOA,EAAO,qBACd,MAAOA,EAAO,qBACd,MAAOA,EAAO,sBAEhB6C,UAAW,CACT,MAAO7C,EAAO,wBACd,MAAOA,EAAO,wBACd,MAAOA,EAAO,wBACd,MAAOA,EAAO,wBACduC,GAAIvC,EAAO,uBACXwC,GAAIxC,EAAO,uBACXyC,GAAIzC,EAAO,uBACX0C,GAAI1C,EAAO,uBACX2C,GAAI3C,EAAO,uBACX,MAAOA,EAAO,wBACd,MAAOA,EAAO,wBACd,MAAOA,EAAO,wBACd,MAAOA,EAAO,wBACd,MAAOA,EAAO,0BAGlB8C,gBAAiB,CACfhD,QAAS,OACTG,WAAY,UACZU,eAAgB,eAMPoC,EAAe,CAC1BjD,QAAS,CACPkD,QAAS,SACTC,QAAS,CAAC,OAAQ,eAClBC,YAAa,0CACbC,MAAO,CACLC,KAAM,CAAEC,QAAS,sBACjBC,SAAU,WAGd9B,cAAe,CACbwB,QAAS,SACTC,QAAS,CAAC,MAAO,cAAe,SAAU,kBAC1CC,YAAa,uDACbC,MAAO,CACLC,KAAM,CAAEC,QAAS,+CACjBC,SAAU,WAGdpC,SAAU,CACR8B,QAAS,SACTC,QAAS,CAAC,OAAQ,SAAU,eAC5BC,YAAa,uDACbC,MAAO,CACLC,KAAM,CAAEC,QAAS,+BACjBC,SAAU,WAGd3C,eAAgB,CACdqC,QAAS,SACTC,QAAS,CACP,YACA,QACA,SACA,UACA,MACA,eACA,cACA,cACA,OACA,QACA,SACA,UACA,UACA,UACA,SACA,cACA,SAEFC,YAAa,yDACbC,MAAO,CACLC,KAAM,CAAEC,QAAS,kBACjBC,SAAU,WAGdrD,WAAY,CACV+C,QAAS,SACTC,QAAS,CACP,QACA,YACA,SACA,UACA,MACA,UACA,YACA,UACA,cAEFC,YAAa,0DACbC,MAAO,CACLC,KAAM,CAAEC,QAAS,cACjBC,SAAU,WAGdtB,aAAc,CACZgB,QAAS,SACTC,QAAS,CACP,SACA,QACA,SACA,MACA,YACA,UACA,WACA,gBACA,eACA,eACA,cACA,cACA,UACA,aACA,eACA,UACA,UACA,SACA,cACA,SAEFC,YACE,gEACFC,MAAO,CACLC,KAAM,CAAEC,QAAS,gBACjBC,SAAU,WAGdzB,UAAW,CACTmB,QAAS,SACTC,QAAS,CACP,OACA,SACA,QACA,MACA,SACA,YACA,UACA,YACA,UACA,WACA,UACA,UACA,UACA,SACA,cACA,SAEFC,YAAa,kDACbC,MAAO,CACLC,KAAM,CAAEC,QAAS,aACjBC,SAAU,WAGdhB,IAAK,CACHU,QAAS,SACTC,QAAS,CACP,MACA,MACA,MACA,MACA,KACA,KACA,KACA,KACA,KACA,MACA,MACA,MACA,MACA,OAEFC,YACE,gEACFC,MAAO,CACLC,KAAM,CAAEC,QAAS,WACjBC,SAAU,WAGdV,OAAQ,CACNI,QAAS,SACTC,QAAS,CACP,MACA,MACA,MACA,MACA,KACA,KACA,KACA,KACA,KACA,MACA,MACA,MACA,MACA,OAEFC,YAAa,yCACbC,MAAO,CACLC,KAAM,CAAEC,QAAS,WACjBC,SAAU,WAGdT,UAAW,CACTG,QAAS,SACTC,QAAS,CACP,MACA,MACA,MACA,MACA,KACA,KACA,KACA,KACA,KACA,MACA,MACA,MACA,MACA,OAEFC,YAAa,4CACbC,MAAO,CACLC,KAAM,CAAEC,QAAS,WACjBC,SAAU,WAGdhC,SAAU,CACR0B,QAAS,SACTC,QAAS,CAAC,EAAG,EAAG,UAAW,UAAW,SAAU,cAAe,SAC/DC,YAAa,8CACbC,MAAO,CACLC,KAAM,CACJC,QAAS,4DAEXC,SAAU,WAGd/B,WAAY,CACVyB,QAAS,SACTC,QAAS,CAAC,EAAG,EAAG,UAAW,UAAW,SAAU,cAAe,SAC/DC,YAAa,gDACbC,MAAO,CACLC,KAAM,CACJC,QAAS,4DAEXC,SAAU,WAGdjB,UAAW,CACTW,QAAS,SACTC,QAAS,CACP,aACA,aACA,aACA,UACA,UACA,UACA,SACA,cACA,SAEFC,YACE,oNACFC,MAAO,CACLC,KAAM,CAAEC,QAAS,aACjBC,SAAU"}