@yahoo/uds 0.1.11 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. package/cli/README.md +135 -0
  2. package/cli/commands/config/config.ts +10 -0
  3. package/cli/commands/config/sync.ts +22 -0
  4. package/cli/commands/expo/_setup.ts +260 -0
  5. package/cli/commands/expo/build.ts +15 -0
  6. package/cli/commands/expo/dev.ts +79 -0
  7. package/cli/commands/expo/expo.ts +23 -0
  8. package/cli/commands/expo/launch.ts +15 -0
  9. package/cli/commands/expo/update.ts +16 -0
  10. package/cli/commands/nextjs/dev.ts +17 -0
  11. package/cli/commands/nextjs/nextjs.ts +10 -0
  12. package/cli/commands/uds.ts +10 -0
  13. package/cli/commands/version.ts +11 -0
  14. package/cli/env.d.ts +15 -0
  15. package/cli/eslint.config.mjs +8 -0
  16. package/cli/tsconfig.json +10 -0
  17. package/cli/uds-cli +7 -0
  18. package/cli/utils/configWorker.ts +9 -0
  19. package/cli/utils/getCommandHelp.ts +65 -0
  20. package/cli/utils/setupConfigWorker.ts +81 -0
  21. package/cli/utils/sortKeys.ts +27 -0
  22. package/cli/utils/types.ts +13 -0
  23. package/dist/chunk-3I3D5S54.js +1 -0
  24. package/dist/chunk-74YHFBTD.js +1 -0
  25. package/dist/chunk-AWTLI4D3.js +1 -0
  26. package/dist/chunk-D4K3CXV6.js +0 -0
  27. package/dist/chunk-M346JMQS.js +0 -0
  28. package/dist/chunk-MBOOJIH7.js +1 -0
  29. package/dist/chunk-MFA2Y7DA.js +1 -0
  30. package/dist/chunk-P7GR6E3K.js +1 -0
  31. package/dist/chunk-PQBOZFJV.js +1 -0
  32. package/dist/chunk-WYDHNV42.js +1 -0
  33. package/dist/fixtures/index.cjs +1 -0
  34. package/dist/fixtures/index.d.cts +141 -0
  35. package/dist/fixtures/index.d.ts +141 -0
  36. package/dist/fixtures/index.js +1 -0
  37. package/dist/index.cjs +1 -1
  38. package/dist/index.d.cts +62 -93
  39. package/dist/index.d.ts +62 -93
  40. package/dist/index.js +1 -1
  41. package/dist/index.native-3ww4C4UV.d.cts +15 -0
  42. package/dist/index.native-9kYJrUPa.d.ts +15 -0
  43. package/dist/index.native.cjs +1 -0
  44. package/dist/index.native.d.cts +1493 -0
  45. package/dist/index.native.d.ts +1493 -0
  46. package/dist/index.native.js +1 -0
  47. package/dist/tailwindPlugin.cjs +1 -1
  48. package/dist/tailwindPlugin.d.cts +2 -1
  49. package/dist/tailwindPlugin.d.ts +2 -1
  50. package/dist/tailwindPlugin.js +1 -1
  51. package/dist/tokens/index.cjs +1 -0
  52. package/dist/tokens/index.d.cts +39 -0
  53. package/dist/tokens/index.d.ts +39 -0
  54. package/dist/tokens/index.js +1 -0
  55. package/dist/tokens/index.native.cjs +1 -0
  56. package/dist/tokens/index.native.d.cts +3 -0
  57. package/dist/tokens/index.native.d.ts +3 -0
  58. package/dist/tokens/index.native.js +1 -0
  59. package/dist/tokens/parseTokens.cjs +1 -0
  60. package/dist/tokens/parseTokens.d.cts +85 -0
  61. package/dist/tokens/parseTokens.d.ts +85 -0
  62. package/dist/tokens/parseTokens.js +1 -0
  63. package/dist/tokens/parseTokens.native.cjs +1 -0
  64. package/dist/tokens/parseTokens.native.d.cts +416 -0
  65. package/dist/tokens/parseTokens.native.d.ts +416 -0
  66. package/dist/tokens/parseTokens.native.js +1 -0
  67. package/dist/types-J4DLS6Xj.d.cts +38 -0
  68. package/dist/types-J4DLS6Xj.d.ts +38 -0
  69. package/dist/types-hirL9Qk5.d.cts +510 -0
  70. package/dist/types-hirL9Qk5.d.ts +510 -0
  71. package/fonts/mobile.cjs +29 -0
  72. package/fonts/mobile.d.ts +3 -0
  73. package/fonts/yahoo-icons.ttf +0 -0
  74. package/fonts/yahoo-sans-beta-bold.otf +0 -0
  75. package/fonts/yahoo-sans-beta-medium.otf +0 -0
  76. package/fonts/yahoo-sans-beta-regular.otf +0 -0
  77. package/fonts/yahoo-sans-black.otf +0 -0
  78. package/fonts/yahoo-sans-bold.otf +0 -0
  79. package/fonts/yahoo-sans-condensed-black.otf +0 -0
  80. package/fonts/yahoo-sans-condensed-bold.otf +0 -0
  81. package/fonts/yahoo-sans-condensed-light.otf +0 -0
  82. package/fonts/yahoo-sans-condensed-medium.otf +0 -0
  83. package/fonts/yahoo-sans-condensed-regular.otf +0 -0
  84. package/fonts/yahoo-sans-extrabold.otf +0 -0
  85. package/fonts/yahoo-sans-extralight.otf +0 -0
  86. package/fonts/yahoo-sans-italic.otf +0 -0
  87. package/fonts/yahoo-sans-light.otf +0 -0
  88. package/fonts/yahoo-sans-medium.otf +0 -0
  89. package/fonts/yahoo-sans-regular.otf +0 -0
  90. package/fonts/yahoo-sans-semibold.otf +0 -0
  91. package/fonts/yahoo-serif-display-black.otf +0 -0
  92. package/fonts/yahoo-serif-display-bold.otf +0 -0
  93. package/fonts/yahoo-serif-display-extrabold.otf +0 -0
  94. package/fonts/yahoo-serif-display-light.otf +0 -0
  95. package/fonts/yahoo-serif-display-regular.otf +0 -0
  96. package/fonts/yahoo-serif-text-bold.otf +0 -0
  97. package/fonts/yahoo-serif-text-italic.otf +0 -0
  98. package/fonts/yahoo-serif-text-regular.otf +0 -0
  99. package/package.json +130 -35
  100. package/bin/uds +0 -0
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- import{forwardRef as Or}from"react";import{backgroundColors as Hr,borderWidths as Br,elevations as Rr,foregroundColors as zr,lineColors as Nr,shapes as Ar,textVariants as nr}from"@yahoo/uds-fixtures";import Mr from"clsx";import{extendTailwindMerge as Vr}from"tailwind-merge";function je(r){return typeof r=="boolean"?`${r}`:r===0?"0":r}var Lr=Vr({cacheSize:0,override:{classGroups:{"text-color":[{text:zr}],"border-color":[{border:Nr}],"border-w":[{border:Br}],"bg-color":[{bg:Hr}],rounded:[{rounded:Ar}],"font-family":[{font:["icons",...nr]}],leading:[{leading:nr}],shadow:[{shadow:Rr}]},conflictingClassGroups:{}}}),g=(...r)=>{let e=Mr(r);return Lr(e)},sr=r=>e=>{if(!r?.variants)return g(r?.base,e?.className);let{variants:o,defaultVariants:t}=r,n=Object.keys(o).map(s=>{let i=e?.[s],c=t?.[s],d=je(i)||je(c);return o[s][d]}),a={...t,...e&&Object.entries(e).reduce((s,[i,c])=>typeof c>"u"?s:{...s,[i]:c},{})},p=r?.compoundVariants?.reduce((s,{className:i,...c})=>Object.entries(c).every(([d,m])=>a[d]===m)?g(s,i):s,"");return g(r?.base,n,p,e?.className)},l=sr({variants:{color:{accent:"text-accent",alert:"text-alert",black:"text-black",brand:"text-brand",positive:"text-positive",warning:"text-warning",white:"text-white",transparent:"text-transparent",muted:"text-muted","on-color":"text-on-color",primary:"text-primary",secondary:"text-secondary",tertiary:"text-tertiary"},colorChecked:{accent:"data-[state=checked]:text-accent",alert:"data-[state=checked]:text-alert",black:"data-[state=checked]:text-black",brand:"data-[state=checked]:text-brand",positive:"data-[state=checked]:text-positive",warning:"data-[state=checked]:text-warning",white:"data-[state=checked]:text-white",transparent:"data-[state=checked]:text-transparent",primary:"data-[state=checked]:text-primary",secondary:"data-[state=checked]:text-secondary",muted:"data-[state=checked]:text-muted","on-color":"data-[state=checked]:text-on-color",tertiary:"data-[state=checked]:text-tertiary"},fontFamily:{icons:"font-icons",sans:"font-sans","sans-beta":"font-sans-beta","sans-condensed":"font-sans-condensed","serif-text":"font-serif-text","serif-display":"font-serif-display",display1:"font-display1",display2:"font-display2",title1:"font-title1",title2:"font-title2",title3:"font-title3",title4:"font-title4",headline1:"font-headline1",body1:"font-body1",label1:"font-label1",label2:"font-label2",caption1:"font-caption1",caption2:"font-caption2",legal1:"font-legal1"},fontSize:{display1:"font-size-display1",display2:"font-size-display2",title1:"font-size-title1",title2:"font-size-title2",title3:"font-size-title3",title4:"font-size-title4",headline1:"font-size-headline1",body1:"font-size-body1",label1:"font-size-label1",label2:"font-size-label2",caption1:"font-size-caption1",caption2:"font-size-caption2",legal1:"font-size-legal1"},fontWeight:{thin:"font-weight-thin",extralight:"font-weight-extralight",light:"font-weight-light",regular:"font-weight-regular",medium:"font-weight-medium",semibold:"font-weight-semibold",bold:"font-weight-bold",extrabold:"font-weight-extrabold",black:"font-weight-black",display1:"font-weight-display1",display2:"font-weight-display2",title1:"font-weight-title1",title2:"font-weight-title2",title3:"font-weight-title3",title4:"font-weight-title4",headline1:"font-weight-headline1",body1:"font-weight-body1",label1:"font-weight-label1",label2:"font-weight-label2",caption1:"font-weight-caption1",caption2:"font-weight-caption2",legal1:"font-weight-legal1"},lineHeight:{display1:"leading-display1",display2:"leading-display2",title1:"leading-title1",title2:"leading-title2",title3:"leading-title3",title4:"leading-title4",headline1:"leading-headline1",body1:"leading-body1",label1:"leading-label1",label2:"leading-label2",caption1:"leading-caption1",caption2:"leading-caption2",legal1:"leading-legal1"},textAlign:{center:"text-center",justify:"text-justify",start:"text-start",end:"text-end"},textTransform:{display1:"case-display1",display2:"case-display2",title1:"case-title1",title2:"case-title2",title3:"case-title3",title4:"case-title4",headline1:"case-headline1",body1:"case-body1",label1:"case-label1",label2:"case-label2",caption1:"case-caption1",caption2:"case-caption2",legal1:"case-legal1",none:"normal-case",uppercase:"uppercase",lowercase:"lowercase",capitalize:"capitalize"},spacing:{0:"p-0",1:"p-1",2:"p-2",3:"p-3",4:"p-4",5:"p-5",6:"p-6",7:"p-7",8:"p-8",9:"p-9",10:"p-10",11:"p-11",12:"p-12",13:"p-13",14:"p-14"},spacingHorizontal:{0:"px-0",1:"px-1",2:"px-2",3:"px-3",4:"px-4",5:"px-5",6:"px-6",7:"px-7",8:"px-8",9:"px-9",10:"px-10",11:"px-11",12:"px-12",13:"px-13",14:"px-14"},spacingVertical:{0:"py-0",1:"py-1",2:"py-2",3:"py-3",4:"py-4",5:"py-5",6:"py-6",7:"py-7",8:"py-8",9:"py-9",10:"py-10",11:"py-11",12:"py-12",13:"py-13",14:"py-14"},spacingBottom:{0:"pb-0",1:"pb-1",2:"pb-2",3:"pb-3",4:"pb-4",5:"pb-5",6:"pb-6",7:"pb-7",8:"pb-8",9:"pb-9",10:"pb-10",11:"pb-11",12:"pb-12",13:"pb-13",14:"pb-14"},spacingEnd:{0:"pe-0",1:"pe-1",2:"pe-2",3:"pe-3",4:"pe-4",5:"pe-5",6:"pe-6",7:"pe-7",8:"pe-8",9:"pe-9",10:"pe-10",11:"pe-11",12:"pe-12",13:"pe-13",14:"pe-14"},spacingStart:{0:"ps-0",1:"ps-1",2:"ps-2",3:"ps-3",4:"ps-4",5:"ps-5",6:"ps-6",7:"ps-7",8:"ps-8",9:"ps-9",10:"ps-10",11:"ps-11",12:"ps-12",13:"ps-13",14:"ps-14"},spacingTop:{0:"pt-0",1:"pt-1",2:"pt-2",3:"pt-3",4:"pt-4",5:"pt-5",6:"pt-6",7:"pt-7",8:"pt-8",9:"pt-9",10:"pt-10",11:"pt-11",12:"pt-12",13:"pt-13",14:"pt-14"},offset:{0:"-m-0",1:"-m-1",2:"-m-2",3:"-m-3",4:"-m-4",5:"-m-5",6:"-m-6",7:"-m-7",8:"-m-8",9:"-m-9",10:"-m-10",11:"-m-11",12:"-m-12",13:"-m-13",14:"-m-14"},offsetVertical:{0:"-my-0",1:"-my-1",2:"-my-2",3:"-my-3",4:"-my-4",5:"-my-5",6:"-my-6",7:"-my-7",8:"-my-8",9:"-my-9",10:"-my-10",11:"-my-11",12:"-my-12",13:"-my-13",14:"-my-14"},offsetHorizontal:{0:"-mx-0",1:"-mx-1",2:"-mx-2",3:"-mx-3",4:"-mx-4",5:"-mx-5",6:"-mx-6",7:"-mx-7",8:"-mx-8",9:"-mx-9",10:"-mx-10",11:"-mx-11",12:"-mx-12",13:"-mx-13",14:"-mx-14"},offsetBottom:{0:"-mb-0",1:"-mb-1",2:"-mb-2",3:"-mb-3",4:"-mb-4",5:"-mb-5",6:"-mb-6",7:"-mb-7",8:"-mb-8",9:"-mb-9",10:"-mb-10",11:"-mb-11",12:"-mb-12",13:"-mb-13",14:"-mb-14"},offsetEnd:{0:"-me-0",1:"-me-1",2:"-me-2",3:"-me-3",4:"-me-4",5:"-me-5",6:"-me-6",7:"-me-7",8:"-me-8",9:"-me-9",10:"-me-10",11:"-me-11",12:"-me-12",13:"-me-13",14:"-me-14"},offsetStart:{0:"-ms-0",1:"-ms-1",2:"-ms-2",3:"-ms-3",4:"-ms-4",5:"-ms-5",6:"-ms-6",7:"-ms-7",8:"-ms-8",9:"-ms-9",10:"-ms-10",11:"-ms-11",12:"-ms-12",13:"-ms-13",14:"-ms-14"},offsetTop:{0:"-mt-0",1:"-mt-1",2:"-mt-2",3:"-mt-3",4:"-mt-4",5:"-mt-5",6:"-mt-6",7:"-mt-7",8:"-mt-8",9:"-mt-9",10:"-mt-10",11:"-mt-11",12:"-mt-12",13:"-mt-13",14:"-mt-14"},columnGap:{0:"gap-x-0",1:"gap-x-1",2:"gap-x-2",3:"gap-x-3",4:"gap-x-4",5:"gap-x-5",6:"gap-x-6",7:"gap-x-7",8:"gap-x-8",9:"gap-x-9",10:"gap-x-10",11:"gap-x-11",12:"gap-x-12",13:"gap-x-13",14:"gap-x-14"},rowGap:{0:"gap-y-0",1:"gap-y-1",2:"gap-y-2",3:"gap-y-3",4:"gap-y-4",5:"gap-y-5",6:"gap-y-6",7:"gap-y-7",8:"gap-y-8",9:"gap-y-9",10:"gap-y-10",11:"gap-y-11",12:"gap-y-12",13:"gap-y-13",14:"gap-y-14"},backgroundColor:{accent:"bg-accent",alert:"bg-alert",black:"bg-black",brand:"bg-brand",positive:"bg-positive",warning:"bg-warning",white:"bg-white","accent-wash":"bg-accent-wash","alert-wash":"bg-alert-wash","brand-wash":"bg-brand-wash","elevation-1":"bg-elevation-1","elevation-2":"bg-elevation-2","elevation-3":"bg-elevation-3","elevation-3-inverse":"bg-elevation-3-inverse",overlay:"bg-overlay","positive-wash":"bg-positive-wash",primary:"bg-primary",secondary:"bg-secondary",transparent:"bg-transparent","warning-wash":"bg-warning-wash"},backgroundColorOnActive:{accent:"active:bg-accent",alert:"active:bg-alert",black:"active:bg-black",brand:"active:bg-brand",positive:"active:bg-positive",warning:"active:bg-warning",white:"active:bg-white","accent-wash":"active:bg-accent-wash","alert-wash":"active:bg-alert-wash","brand-wash":"active:bg-brand-wash","elevation-1":"active:bg-elevation-1","elevation-2":"active:bg-elevation-2","elevation-3":"active:bg-elevation-3","elevation-3-inverse":"active:bg-elevation-3-inverse",overlay:"active:bg-overlay","positive-wash":"active:bg-positive-wash",primary:"active:bg-primary",secondary:"active:bg-secondary",transparent:"active:bg-transparent","warning-wash":"active:bg-warning-wash"},backgroundColorOnHover:{accent:"hover:bg-accent/80",alert:"hover:bg-alert/80",black:"hover:bg-black/80",brand:"hover:bg-brand/80",positive:"hover:bg-positive/80",warning:"hover:bg-warning/80",white:"hover:bg-white/80","accent-wash":"hover:bg-accent-wash/80","alert-wash":"hover:bg-alert-wash/80","brand-wash":"hover:bg-brand-wash/80","elevation-1":"hover:bg-elevation-1/80","elevation-2":"hover:bg-elevation-2/80","elevation-3":"hover:bg-elevation-3/80","elevation-3-inverse":"hover:bg-elevation-3-inverse/80",overlay:"hover:bg-overlay/80","positive-wash":"hover:bg-positive-wash/80",primary:"hover:bg-primary/80",secondary:"hover:bg-secondary/80",transparent:"hover:bg-transparent/80","warning-wash":"hover:bg-warning-wash/80"},backgroundColorOnChecked:{accent:"data-[state=checked]:bg-accent",alert:"data-[state=checked]:bg-alert",black:"data-[state=checked]:bg-black",brand:"data-[state=checked]:bg-brand",positive:"data-[state=checked]:bg-positive",warning:"data-[state=checked]:bg-warning",white:"data-[state=checked]:bg-white","accent-wash":"data-[state=checked]:bg-accent-wash","alert-wash":"data-[state=checked]:bg-alert-wash","brand-wash":"data-[state=checked]:bg-brand-wash","elevation-1":"data-[state=checked]:bg-elevation-1","elevation-2":"data-[state=checked]:bg-elevation-2","elevation-3":"data-[state=checked]:bg-elevation-3","elevation-3-inverse":"data-[state=checked]:bg-elevation-3-inverse",overlay:"data-[state=checked]:bg-overlay","positive-wash":"data-[state=checked]:bg-positive-wash",primary:"data-[state=checked]:bg-primary",secondary:"data-[state=checked]:bg-secondary",transparent:"data-[state=checked]:bg-transparent","warning-wash":"data-[state=checked]:bg-warning-wash"},elevation:{1:"bg-elevation-1 z-30 shadow-1",2:"bg-elevation-2 z-40 shadow-2",3:"bg-elevation-3 z-50 shadow-3"},opacity:{0:"opacity-0",5:"opacity-5",10:"opacity-10",20:"opacity-20",25:"opacity-25",30:"opacity-30",40:"opacity-40",50:"opacity-50",60:"opacity-60",70:"opacity-70",75:"opacity-75",80:"opacity-80",90:"opacity-90",95:"opacity-95",100:"opacity-100"},borderColor:{accent:"border-accent",alert:"border-alert",black:"border-black",brand:"border-brand",positive:"border-positive",warning:"border-warning",white:"border-white",transparent:"border-transparent",muted:"border-muted",primary:"border-primary",secondary:"border-secondary",tertiary:"border-tertiary"},borderColorOnActive:{accent:"active:border-accent",alert:"active:border-alert",black:"active:border-black",brand:"active:border-brand",positive:"active:border-positive",warning:"active:border-warning",white:"active:border-white",transparent:"active:border-transparent",muted:"active:border-muted",primary:"active:border-primary",secondary:"active:border-secondary",tertiary:"active:border-tertiary"},borderColorOnFocus:{accent:"focus:border-accent",alert:"focus:border-alert",black:"focus:border-black",brand:"focus:border-brand",positive:"focus:border-positive",warning:"focus:border-warning",white:"focus:border-white",transparent:"focus:border-transparent",muted:"focus:border-muted",primary:"focus:border-primary",secondary:"focus:border-secondary",tertiary:"focus:border-tertiary"},borderColorOnHover:{accent:"hover:border-accent",alert:"hover:border-alert",black:"hover:border-black",brand:"hover:border-brand",positive:"hover:border-positive",warning:"hover:border-warning",white:"hover:border-white",transparent:"hover:border-transparent",muted:"hover:border-muted",primary:"hover:border-primary",secondary:"hover:border-secondary",tertiary:"hover:border-tertiary"},borderColorOnChecked:{accent:"data-[state=checked]:border-accent",alert:"data-[state=checked]:border-alert",black:"data-[state=checked]:border-black",brand:"data-[state=checked]:border-brand",positive:"data-[state=checked]:border-positive",warning:"data-[state=checked]:border-warning",white:"data-[state=checked]:border-white",transparent:"data-[state=checked]:border-transparent",muted:"data-[state=checked]:border-muted",primary:"data-[state=checked]:border-primary",secondary:"data-[state=checked]:border-secondary",tertiary:"data-[state=checked]:border-tertiary"},borderStartColor:{accent:"border-s-accent",alert:"border-s-alert",black:"border-s-black",brand:"border-s-brand",positive:"border-s-positive",warning:"border-s-warning",white:"border-s-white",transparent:"border-s-transparent",muted:"border-s-muted",primary:"border-s-primary",secondary:"border-s-secondary",tertiary:"border-s-tertiary"},borderEndColor:{accent:"border-e-accent",alert:"border-e-alert",black:"border-e-black",brand:"border-e-brand",positive:"border-e-positive",warning:"border-e-warning",white:"border-e-white",transparent:"border-e-transparent",muted:"border-e-muted",primary:"border-e-primary",secondary:"border-e-secondary",tertiary:"border-e-tertiary"},borderBottomColor:{accent:"border-b-accent",alert:"border-b-alert",black:"border-b-black",brand:"border-b-brand",positive:"border-b-positive",warning:"border-b-warning",white:"border-b-white",transparent:"border-b-transparent",muted:"border-b-muted",primary:"border-b-primary",secondary:"border-b-secondary",tertiary:"border-b-tertiary"},borderTopColor:{accent:"border-t-accent",alert:"border-t-alert",black:"border-t-black",brand:"border-t-brand",positive:"border-t-positive",warning:"border-t-warning",white:"border-t-white",transparent:"border-t-transparent",muted:"border-t-muted",primary:"border-t-primary",secondary:"border-t-secondary",tertiary:"border-t-tertiary"},borderRadius:{square:"rounded-square",xs:"rounded-xs",s:"rounded-s",m:"rounded-m",l:"rounded-l",xl:"rounded-xl",xxl:"rounded-xxl",circle:"rounded-circle"},borderTopStartRadius:{square:"rounded-ss-square",xs:"rounded-ss-xs",s:"rounded-ss-s",m:"rounded-ss-m",l:"rounded-ss-l",xl:"rounded-ss-xl",xxl:"rounded-ss-xxl",circle:"rounded-ss-circle"},borderTopEndRadius:{square:"rounded-se-square",xs:"rounded-se-xs",s:"rounded-se-s",m:"rounded-se-m",l:"rounded-se-l",xl:"rounded-se-xl",xxl:"rounded-se-xxl",circle:"rounded-se-circle"},borderBottomStartRadius:{square:"rounded-es-square",xs:"rounded-es-xs",s:"rounded-es-s",m:"rounded-es-m",l:"rounded-es-l",xl:"rounded-es-xl",xxl:"rounded-es-xxl",circle:"rounded-es-circle"},borderBottomEndRadius:{square:"rounded-ee-square",xs:"rounded-ee-xs",s:"rounded-ee-s",m:"rounded-ee-m",l:"rounded-ee-l",xl:"rounded-ee-xl",xxl:"rounded-ee-xxl",circle:"rounded-ee-circle"},bordered:{true:"border-1 border-solid"},borderWidth:{0:"border-0",1:"border-1",2:"border-2",4:"border-4",8:"border-8"},borderVerticalWidth:{0:"border-y-0",1:"border-y-1",2:"border-y-2",4:"border-y-4",8:"border-y-8"},borderHorizontalWidth:{0:"border-x-0",1:"border-x-1",2:"border-x-2",4:"border-x-4",8:"border-x-8"},borderStartWidth:{0:"border-s-0",1:"border-s-1",2:"border-s-2",4:"border-s-4",8:"border-s-8"},borderEndWidth:{0:"border-e-0",1:"border-e-1",2:"border-e-2",4:"border-e-4",8:"border-e-8"},borderTopWidth:{0:"border-t-0",1:"border-t-1",2:"border-t-2",4:"border-t-4",8:"border-t-8"},borderBottomWidth:{0:"border-b-0",1:"border-b-1",2:"border-b-2",4:"border-b-4",8:"border-b-8"},borderedVertical:{true:"border-y-1"},borderedTop:{true:"border-t-1"},borderedBottom:{true:"border-b-1"},borderedHorizontal:{true:"border-x-1"},borderedEnd:{true:"border-e-1"},borderedStart:{true:"border-s-1"},height:{auto:"h-auto",full:"h-full",screen:"h-screen",min:"h-min",max:"h-max",fit:"h-fit","1/2":"h-1/2","1/3":"h-1/3","2/3":"h-2/3","1/4":"h-1/4","2/4":"h-2/4","3/4":"h-3/4","1/5":"h-1/5","2/5":"h-2/5","3/5":"h-3/5","4/5":"h-4/5","1/6":"h-1/6","2/6":"h-2/6","3/6":"h-3/6","4/6":"h-4/6","5/6":"h-5/6"},minHeight:{full:"min-h-full",min:"min-h-min",max:"min-h-max",fit:"min-h-fit",screen:"min-h-screen"},maxHeight:{full:"max-h-full",min:"max-h-min",max:"max-h-max",fit:"max-h-fit",screen:"max-h-screen",none:"max-h-none"},width:{auto:"w-auto",full:"w-full",screen:"w-screen",min:"w-min",max:"w-max",fit:"w-fit","1/2":"w-1/2","1/3":"w-1/3","2/3":"w-2/3","1/4":"w-1/4","2/4":"w-2/4","3/4":"w-3/4","1/5":"w-1/5","2/5":"w-2/5","3/5":"w-3/5","4/5":"w-4/5","1/6":"w-1/6","2/6":"w-2/6","3/6":"w-3/6","4/6":"w-4/6","5/6":"w-5/6","1/12":"w-1/12","2/12":"w-2/12","3/12":"w-3/12","4/12":"w-4/12","5/12":"w-5/12","6/12":"w-6/12","7/12":"w-7/12","8/12":"w-8/12","9/12":"w-9/12","10/12":"w-10/12","11/12":"w-11/12"},minWidth:{full:"min-w-full",min:"min-w-min",max:"min-w-max",fit:"min-w-fit",screen:"min-w-screen"},maxWidth:{none:"max-w-none",full:"max-w-full",min:"max-w-min",max:"max-w-max",fit:"max-w-fit"},avatarSize:{s:"avatarSize-s",m:"avatarSize-m",l:"avatarSize-l"},iconSize:{s:"iconSize-s leading-none",m:"iconSize-m leading-none",l:"iconSize-l leading-none"},alignContent:{"flex-start":"content-start","flex-end":"content-end",center:"content-center",stretch:"content-stretch","space-between":"content-between","space-around":"content-around"},alignItems:{"flex-start":"items-start","flex-end":"items-end",center:"items-center",stretch:"items-stretch",baseline:"items-baseline"},alignSelf:{auto:"self-auto","flex-start":"self-start","flex-end":"self-end",center:"self-center",stretch:"self-stretch",baseline:"self-baseline"},flex:{1:"flex-1",auto:"flex-auto",initial:"flex-initial",none:"flex-none"},flexDirection:{row:"flex-row",column:"flex-col","row-reverse":"flex-row-reverse","column-reverse":"flex-col-reverse"},flexGrow:{0:"grow-0",1:"grow",2:"grow-[2]",3:"grow-[3]"},flexShrink:{0:"shrink-0",1:"shrink"},flexWrap:{wrap:"flex-wrap","wrap-reverse":"flex-wrap-reverse",nowrap:"flex-nowrap"},justifyContent:{"flex-start":"justify-start","flex-end":"justify-end",center:"justify-center","space-between":"justify-between","space-around":"justify-around","space-evenly":"justify-evenly"},flexBasis:{"min-content":"basis-[min-content]"},display:{block:"block","inline-block":"inline-block",inline:"inline",flex:"flex","inline-flex":"inline-flex",table:"table","inline-table":"inline-table","table-caption":"table-caption","table-cell":"table-cell","table-column":"table-column","table-column-group":"table-column-group","table-footer-group":"table-footer-group","table-header-group":"table-header-group","table-row-group":"table-row-group","table-row":"table-row","flow-root":"flow-root",grid:"grid",contents:"contents"},overflow:{auto:"overflow-auto",hidden:"overflow-hidden",clip:"overflow-clip",visible:"overflow-visible",scroll:"overflow-scroll"},overflowX:{auto:"overflow-x-auto",hidden:"overflow-x-hidden",clip:"overflow-x-clip",visible:"overflow-x-visible",scroll:"overflow-x-scroll"},overflowY:{auto:"overflow-y-auto",hidden:"overflow-y-hidden",clip:"overflow-y-clip",visible:"overflow-y-visible",scroll:"overflow-y-scroll"},position:{static:"static",fixed:"fixed",absolute:"absolute",relative:"relative",sticky:"sticky"},zIndex:{0:"z-0",10:"z-10",20:"z-20",30:"z-40",40:"z-30",50:"z-50",auto:"z-auto"},contentFit:{contain:"object-contain",cover:"object-cover",fill:"object-fill",none:"object-none","scale-down":"object-scale-down"}}});import{Children as Ve,cloneElement as lr,forwardRef as pr,isValidElement as We}from"react";function Er(r,e){typeof r=="function"?r(e):r!=null&&(r.current=e)}function ir(...r){return e=>r.forEach(o=>Er(o,e))}import{jsx as cr}from"react/jsx-runtime";function v(){let r=pr((a,p)=>{let{children:s,...i}=a,c=Ve.toArray(s),d=c.find(t);if(d){let m=d.props.children,u=c.map(h=>h===d?Ve.count(m)>1?Ve.only(null):We(m)?m.props.children:null:h);return cr(e,{...i,ref:p,children:We(m)?lr(m,void 0,u):null})}return cr(e,{...i,ref:p,children:s})});r.displayName="Slot";let e=pr((a,p)=>{let{children:s,...i}=a;return We(s)?lr(s,{...n(i,s.props),ref:p?ir(p,s.ref):s.ref}):Ve.count(s)>1?Ve.only(null):null});e.displayName="SlotClone";let o=({children:a})=>a;function t(a){return We(a)&&a.type===o}function n(a,p){let s={...p};for(let i in p){let c=a[i],d=p[i];/^on[A-Z]/.test(i)?c&&d?s[i]=(...u)=>{d(...u),c(...u)}:c&&(s[i]=c):i==="style"&&(s[i]={...c,...d})}return{...a,...s}}return r}import{jsx as Wr}from"react/jsx-runtime";var Ur=v(),f=Or(function({className:e,asChild:o=!1,size:t="l",color:n="primary",name:a,colorChecked:p,opacity:s,textAlign:i,backgroundColor:c,backgroundColorOnActive:d,backgroundColorOnHover:m,backgroundColorOnChecked:u,bordered:h,borderedTop:w,borderedBottom:P,borderedStart:k,borderedEnd:C,borderedHorizontal:T,borderedVertical:S,borderRadius:I,borderTopStartRadius:D,borderTopEndRadius:H,borderBottomStartRadius:B,borderBottomEndRadius:R,borderColor:z,borderColorOnActive:N,borderColorOnFocus:A,borderColorOnChecked:M,borderColorOnHover:V,borderStartColor:L,borderEndColor:E,borderTopColor:O,borderBottomColor:U,borderWidth:W,borderVerticalWidth:G,borderHorizontalWidth:q,borderStartWidth:F,borderEndWidth:j,borderTopWidth:X,borderBottomWidth:Z,alignContent:_,alignItems:$,alignSelf:J,flex:K,flexDirection:Y,flexGrow:Q,flexShrink:ee,flexWrap:re,justifyContent:oe,flexBasis:te,display:ae,zIndex:ne,overflow:se,overflowX:ie,overflowY:le,position:pe,spacing:ce,spacingHorizontal:de,spacingVertical:be,spacingBottom:me,spacingEnd:fe,spacingStart:ue,spacingTop:ge,offset:ye,offsetVertical:he,offsetHorizontal:ve,offsetBottom:xe,offsetEnd:we,offsetStart:Pe,offsetTop:ke,columnGap:Ce,rowGap:Te,height:Se,minHeight:Ie,maxHeight:De,width:He,minWidth:Re,maxWidth:Ne,...Me},Ue){let qe=o?Ur:"span",Fe=l({iconSize:t,color:n,colorChecked:p,opacity:s,fontFamily:"icons",textAlign:i,backgroundColor:c,backgroundColorOnActive:d,backgroundColorOnHover:m,backgroundColorOnChecked:u,bordered:h,borderedTop:w,borderedBottom:P,borderedStart:k,borderedEnd:C,borderedHorizontal:T,borderedVertical:S,borderRadius:I,borderTopStartRadius:D,borderTopEndRadius:H,borderBottomStartRadius:B,borderBottomEndRadius:R,borderColor:z,borderColorOnActive:N,borderColorOnFocus:A,borderColorOnChecked:M,borderColorOnHover:V,borderStartColor:L,borderEndColor:E,borderTopColor:O,borderBottomColor:U,borderWidth:W,borderVerticalWidth:G,borderHorizontalWidth:q,borderStartWidth:F,borderEndWidth:j,borderTopWidth:X,borderBottomWidth:Z,alignContent:_,alignItems:$,alignSelf:J,flex:K,flexDirection:Y,flexGrow:Q,flexShrink:ee,flexWrap:re,justifyContent:oe,flexBasis:te,display:ae,zIndex:ne,overflow:se,overflowX:ie,overflowY:le,position:pe,spacing:ce,spacingHorizontal:de,spacingVertical:be,spacingBottom:me,spacingEnd:fe,spacingStart:ue,spacingTop:ge,offset:ye,offsetVertical:he,offsetHorizontal:ve,offsetBottom:xe,offsetEnd:we,offsetStart:Pe,offsetTop:ke,columnGap:Ce,rowGap:Te,height:Se,minHeight:Ie,maxHeight:De,width:He,minWidth:Re,maxWidth:Ne,className:e});return Wr(qe,{className:Fe,ref:Ue,...Me,children:a})});import{forwardRef as Gr}from"react";import{jsx as Fr}from"react/jsx-runtime";var qr=v(),y=Gr(function({className:e,asChild:o,onPress:t,onClick:n=t,backgroundColor:a,backgroundColorOnActive:p,backgroundColorOnHover:s,backgroundColorOnChecked:i,elevation:c,opacity:d,bordered:m,borderedTop:u,borderedBottom:h,borderedStart:w,borderedEnd:P,borderedHorizontal:k,borderedVertical:C,borderRadius:T,borderTopStartRadius:S,borderTopEndRadius:I,borderBottomStartRadius:D,borderBottomEndRadius:H,borderColor:B,borderColorOnActive:R,borderColorOnFocus:z,borderColorOnChecked:N,borderColorOnHover:A,borderStartColor:M,borderEndColor:V,borderTopColor:L,borderBottomColor:E,borderWidth:O,borderVerticalWidth:U,borderHorizontalWidth:W,borderStartWidth:G,borderEndWidth:q,borderTopWidth:F,borderBottomWidth:j,alignContent:X,alignItems:Z,alignSelf:_,flex:$,flexDirection:J,flexGrow:K,flexShrink:Y,flexWrap:Q,justifyContent:ee,flexBasis:re,display:oe,zIndex:te,overflow:ae,overflowX:ne,overflowY:se,position:ie,spacing:le,spacingHorizontal:pe,spacingVertical:ce,spacingBottom:de,spacingEnd:be,spacingStart:me,spacingTop:fe,offset:ue,offsetVertical:ge,offsetHorizontal:ye,offsetBottom:he,offsetEnd:ve,offsetStart:xe,offsetTop:we,columnGap:Pe,rowGap:ke,height:Ce,minHeight:Te,maxHeight:Se,width:Ie,minWidth:De,maxWidth:He,...Re},Ne){let Me=l({backgroundColor:a,backgroundColorOnActive:p,backgroundColorOnHover:s,backgroundColorOnChecked:i,elevation:c,opacity:d,bordered:m,borderedTop:u,borderedBottom:h,borderedStart:w,borderedEnd:P,borderedHorizontal:k,borderedVertical:C,borderRadius:T,borderTopStartRadius:S,borderTopEndRadius:I,borderBottomStartRadius:D,borderBottomEndRadius:H,borderColor:B,borderColorOnActive:R,borderColorOnFocus:z,borderColorOnChecked:N,borderColorOnHover:A,borderStartColor:M,borderEndColor:V,borderTopColor:L,borderBottomColor:E,borderWidth:O,borderVerticalWidth:U,borderHorizontalWidth:W,borderStartWidth:G,borderEndWidth:q,borderTopWidth:F,borderBottomWidth:j,alignContent:X,alignItems:Z,alignSelf:_,flex:$,flexDirection:J,flexGrow:K,flexShrink:Y,flexWrap:Q,justifyContent:ee,flexBasis:re,display:oe,zIndex:te,overflow:ae,overflowX:ne,overflowY:se,position:ie,spacing:le,spacingHorizontal:pe,spacingVertical:ce,spacingBottom:de,spacingEnd:be,spacingStart:me,spacingTop:fe,offset:ue,offsetVertical:ge,offsetHorizontal:ye,offsetBottom:he,offsetEnd:ve,offsetStart:xe,offsetTop:we,columnGap:Pe,rowGap:ke,height:Ce,minHeight:Te,maxHeight:Se,width:Ie,minWidth:De,maxWidth:He,className:e});return Fr(o?qr:"button",{className:Me,ref:Ne,onClick:n,...Re})});import{forwardRef as jr}from"react";import{jsx as _r}from"react/jsx-runtime";var Xr=v(),Zr={display1:"h1",title1:"h1",title2:"h2",title3:"h3",title4:"h4",headline1:"h5",body1:"p",label1:"p",label2:"p",caption1:"p",caption2:"p",legal1:"p"},b=jr(function({className:e,asChild:o,color:t="primary",colorChecked:n,variant:a="body1",as:p=Zr[a],fontSize:s=a,fontFamily:i=a,fontWeight:c=a,lineHeight:d=a,textTransform:m=a,textAlign:u,backgroundColor:h,backgroundColorOnActive:w,backgroundColorOnHover:P,backgroundColorOnChecked:k,opacity:C,bordered:T,borderedTop:S,borderedBottom:I,borderedStart:D,borderedEnd:H,borderedHorizontal:B,borderedVertical:R,borderRadius:z,borderTopStartRadius:N,borderTopEndRadius:A,borderBottomStartRadius:M,borderBottomEndRadius:V,borderColor:L,borderColorOnActive:E,borderColorOnFocus:O,borderColorOnChecked:U,borderColorOnHover:W,borderStartColor:G,borderEndColor:q,borderTopColor:F,borderBottomColor:j,borderWidth:X,borderVerticalWidth:Z,borderHorizontalWidth:_,borderStartWidth:$,borderEndWidth:J,borderTopWidth:K,borderBottomWidth:Y,alignContent:Q,alignItems:ee,alignSelf:re,flex:oe,flexDirection:te,flexGrow:ae,flexShrink:ne,flexWrap:se,justifyContent:ie,flexBasis:le,display:pe,zIndex:ce,overflow:de,overflowX:be,overflowY:me,position:fe,spacing:ue,spacingHorizontal:ge,spacingVertical:ye,spacingBottom:he,spacingEnd:ve,spacingStart:xe,spacingTop:we,offset:Pe,offsetVertical:ke,offsetHorizontal:Ce,offsetBottom:Te,offsetEnd:Se,offsetStart:Ie,offsetTop:De,columnGap:He,rowGap:Re,height:Ne,minHeight:Me,maxHeight:Ue,width:qe,minWidth:Fe,maxWidth:Tr,...Sr},Ir){let Dr=l({className:e,color:t,colorChecked:n,fontFamily:i,fontSize:s,fontWeight:c,lineHeight:d,textTransform:m,textAlign:u,backgroundColor:h,backgroundColorOnActive:w,backgroundColorOnHover:P,backgroundColorOnChecked:k,opacity:C,bordered:T,borderedTop:S,borderedBottom:I,borderedStart:D,borderedEnd:H,borderedHorizontal:B,borderedVertical:R,borderRadius:z,borderTopStartRadius:N,borderTopEndRadius:A,borderBottomStartRadius:M,borderBottomEndRadius:V,borderColor:L,borderColorOnActive:E,borderColorOnFocus:O,borderColorOnChecked:U,borderColorOnHover:W,borderStartColor:G,borderEndColor:q,borderTopColor:F,borderBottomColor:j,borderWidth:X,borderVerticalWidth:Z,borderHorizontalWidth:_,borderStartWidth:$,borderEndWidth:J,borderTopWidth:K,borderBottomWidth:Y,alignContent:Q,alignItems:ee,alignSelf:re,flex:oe,flexDirection:te,flexGrow:ae,flexShrink:ne,flexWrap:se,justifyContent:ie,flexBasis:le,display:pe,zIndex:ce,overflow:de,overflowX:be,overflowY:me,position:fe,spacing:ue,spacingHorizontal:ge,spacingVertical:ye,spacingBottom:he,spacingEnd:ve,spacingStart:xe,spacingTop:we,offset:Pe,offsetVertical:ke,offsetHorizontal:Ce,offsetBottom:Te,offsetEnd:Se,offsetStart:Ie,offsetTop:De,columnGap:He,rowGap:Re,height:Ne,minHeight:Me,maxHeight:Ue,width:qe,minWidth:Fe,maxWidth:Tr});return _r(o?Xr:p,{className:Dr,ref:Ir,...Sr})});import{forwardRef as Yr}from"react";import{forwardRef as $r}from"react";import{jsx as Kr}from"react/jsx-runtime";var Jr=v(),Le=$r(function({asChild:e,className:o,elevation:t,backgroundColor:n=t?`elevation-${t}`:void 0,backgroundColorOnActive:a,backgroundColorOnHover:p,backgroundColorOnChecked:s,opacity:i,bordered:c,borderedTop:d,borderedBottom:m,borderedStart:u,borderedEnd:h,borderedHorizontal:w,borderedVertical:P,borderRadius:k,borderTopStartRadius:C,borderTopEndRadius:T,borderBottomStartRadius:S,borderBottomEndRadius:I,borderColor:D,borderColorOnActive:H,borderColorOnFocus:B,borderColorOnChecked:R,borderColorOnHover:z,borderStartColor:N,borderEndColor:A,borderTopColor:M,borderBottomColor:V,borderWidth:L,borderVerticalWidth:E,borderHorizontalWidth:O,borderStartWidth:U,borderEndWidth:W,borderTopWidth:G,borderBottomWidth:q,alignContent:F,alignItems:j,alignSelf:X,flex:Z,flexDirection:_,flexGrow:$,flexShrink:J,flexWrap:K,justifyContent:Y,flexBasis:Q,display:ee="flex",zIndex:re,overflow:oe,overflowX:te,overflowY:ae,position:ne,spacing:se,spacingHorizontal:ie,spacingVertical:le,spacingBottom:pe,spacingEnd:ce,spacingStart:de,spacingTop:be,offset:me,offsetVertical:fe,offsetHorizontal:ue,offsetBottom:ge,offsetEnd:ye,offsetStart:he,offsetTop:ve,columnGap:xe,rowGap:we,height:Pe,minHeight:ke,maxHeight:Ce,width:Te,minWidth:Se,maxWidth:Ie,...De},He){let Re=l({elevation:t,backgroundColor:n,backgroundColorOnActive:a,backgroundColorOnHover:p,backgroundColorOnChecked:s,opacity:i,bordered:c,borderedTop:d,borderedBottom:m,borderedStart:u,borderedEnd:h,borderedHorizontal:w,borderedVertical:P,borderRadius:k,borderTopStartRadius:C,borderTopEndRadius:T,borderBottomStartRadius:S,borderBottomEndRadius:I,borderColor:D,borderColorOnActive:H,borderColorOnFocus:B,borderColorOnChecked:R,borderColorOnHover:z,borderStartColor:N,borderEndColor:A,borderTopColor:M,borderBottomColor:V,borderWidth:L,borderVerticalWidth:E,borderHorizontalWidth:O,borderStartWidth:U,borderEndWidth:W,borderTopWidth:G,borderBottomWidth:q,alignContent:F,alignItems:j,alignSelf:X,flex:Z,flexDirection:_,flexGrow:$,flexShrink:J,flexWrap:K,justifyContent:Y,flexBasis:Q,display:ee,zIndex:re,overflow:oe,overflowX:te,overflowY:ae,position:ne,spacing:se,spacingHorizontal:ie,spacingVertical:le,spacingBottom:pe,spacingEnd:ce,spacingStart:de,spacingTop:be,offset:me,offsetVertical:fe,offsetHorizontal:ue,offsetBottom:ge,offsetEnd:ye,offsetStart:he,offsetTop:ve,columnGap:xe,rowGap:we,height:Pe,minHeight:ke,maxHeight:Ce,width:Te,minWidth:Se,maxWidth:Ie,className:o});return Kr(e?Jr:"div",{className:Re,ref:He,...De})});import{jsx as Qr}from"react/jsx-runtime";var x=Yr(function({gap:e,...o},t){return Qr(Le,{ref:t,flexDirection:"column",columnGap:e,rowGap:e,...o})});import{Fragment as ro,jsx as Xe,jsxs as dr}from"react/jsx-runtime";function eo({label:r,children:e,onClick:o,open:t}){return dr(ro,{children:[dr(y,{display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",spacingVertical:"6",spacingHorizontal:"8",width:"full",onClick:o,children:[Xe(b,{variant:"title4",children:r}),Xe(f,{name:t?"chevronDown":"chevronUp",size:"s"})]}),Xe(x,{spacingHorizontal:"8",children:t&&e})]})}var br={display:"inline-flex",alignItems:"center",justifyContent:"center",overflow:"hidden",backgroundColor:"primary",contentFit:"cover"},Ze={base:{display:"inline-flex",alignItems:"center",justifyContent:"center",borderRadius:"circle",minWidth:"fit"},variant:{accent:{color:"on-color",backgroundColor:"accent",borderColor:"accent",bordered:!0},"accent-outline":{color:"accent",backgroundColor:"transparent",borderColor:"accent",bordered:!0},"accent-ghost":{color:"accent"},"accent-wash":{color:"accent",backgroundColor:"accent-wash",borderColor:"accent",bordered:!0},brand:{color:"on-color",backgroundColor:"brand",borderColor:"brand",bordered:!0},"brand-outline":{color:"brand",backgroundColor:"transparent",borderColor:"brand",bordered:!0},"brand-ghost":{color:"brand"},"brand-wash":{color:"brand",backgroundColor:"brand-wash",borderColor:"brand",bordered:!0},positive:{color:"on-color",backgroundColor:"positive",borderColor:"positive",bordered:!0},"positive-outline":{color:"positive",backgroundColor:"transparent",borderColor:"positive",bordered:!0},"positive-ghost":{color:"positive"},"positive-wash":{color:"positive",backgroundColor:"positive-wash",borderColor:"positive",bordered:!0},alert:{color:"on-color",backgroundColor:"alert",borderColor:"alert",bordered:!0},"alert-outline":{color:"alert",backgroundColor:"transparent",borderColor:"alert",bordered:!0},"alert-ghost":{color:"alert"},"alert-wash":{color:"alert",backgroundColor:"alert-wash",borderColor:"alert",bordered:!0},warning:{color:"on-color",backgroundColor:"warning",borderColor:"warning",bordered:!0},"warning-outline":{color:"warning",backgroundColor:"transparent",borderColor:"warning",bordered:!0},"warning-ghost":{color:"warning"},"warning-wash":{color:"warning",backgroundColor:"warning-wash",borderColor:"warning",bordered:!0},"primary-outline":{color:"primary",borderColor:"muted",bordered:!0},"primary-ghost":{color:"primary"},secondary:{backgroundColor:"secondary",color:"primary"}},size:{s:{variant:"label1",spacingHorizontal:"6",spacingVertical:"4",columnGap:"4"},m:{variant:"headline1",spacingHorizontal:"7",spacingVertical:"5",columnGap:"4"},l:{variant:"headline1",spacingHorizontal:"8",spacingVertical:"6",columnGap:"4"}}};function Ae({variant:r="accent",size:e="s"}){let{color:o,...t}=Ze.variant[r],{variant:n,...a}=Ze.size[e];return{pressable:{...Ze.base,...t,...a},text:{color:o,variant:n,textAlign:"center"},icon:{color:o,size:"s"}}}import{jsx as to}from"react/jsx-runtime";function oo({size:r,shape:e,src:o,alt:t,...n}){let a=l({...br,avatarSize:r,borderRadius:e});return to("img",{src:o,alt:t,className:a,...n})}import{forwardRef as ao}from"react";import{jsx as _e,jsxs as no}from"react/jsx-runtime";var $e=ao(function({variant:e="accent",size:o,startIcon:t,endIcon:n,children:a,...p},s){let i=Ae({variant:e,size:o}),c=t?_e(f,{name:t,...i.icon}):null,d=n?_e(f,{name:n,...i.icon}):null;return no(y,{...i.pressable,ref:s,...p,children:[c,_e(b,{...i.text,children:a}),d]})});import{jsx as Je,jsxs as lo}from"react/jsx-runtime";var mr={accent:"on-color",secondary:"primary"},so={accent:"on-color",secondary:"tertiary"};function io({children:r,variant:e,startIcon:o,startContent:t=o?Je(f,{name:o,size:"s",color:mr[e]}):null,endIcon:n,endContent:a=n?Je(f,{name:n,size:"s",color:mr[e]}):null}){return lo(y,{display:"inline-flex",flexDirection:"row",columnGap:"4",borderRadius:"circle",backgroundColor:e,alignItems:"center",spacingVertical:"4",spacingHorizontal:"5",children:[t,Je(b,{variant:"label2",color:so[e],children:r}),a]})}import{forwardRef as ur,useCallback as Io}from"react";import{Popover as bo,PopoverAnchor as mo,PopoverArrow as fo,PopoverDescription as uo,PopoverDisclosure as go,PopoverDisclosureArrow as yo,PopoverDismiss as ho,PopoverHeading as vo,PopoverProvider as xo,usePopoverStore as Ke}from"@ariakit/react";import{forwardRef as po}from"react";import{jsx as co}from"react/jsx-runtime";var Ee=po(function({gap:e,...o},t){return co(Le,{ref:t,flexDirection:"row",rowGap:e,columnGap:e,...o})});import{jsx as fr,jsxs as So}from"react/jsx-runtime";function wo({children:r,leading:e,trailing:o}){return So(Ee,{children:[e,fr(b,{variant:"headline1",asChild:!0,children:fr(vo,{children:r})}),o]})}var Ye=bo,Qe=fo,Po=mo,ko=uo,Co=ho,er=xo,rr=go,To=yo;import{jsx as Be,jsxs as or}from"react/jsx-runtime";var Do=ur(function({children:e,className:o,overflow:t="scroll",...n},a){return Be(x,{borderRadius:"l",elevation:"3",className:g("min-w-[220px] max-h-[312px]",o),overflow:t,spacingVertical:"4",asChild:!0,children:or(Ye,{preventBodyScroll:!0,...n,ref:a,children:[Be(Qe,{className:"!fill-elevation-3 !stroke-muted !stroke-1"}),e]})})}),gr=ur(function({children:e,onClick:o,...t},n){let a=Ke(),p=Io(s=>{s.preventDefault(),o?.(()=>a.setOpen(!1))},[o,a]);return Be(y,{display:"flex",flexDirection:"row",alignItems:"flex-start",spacingVertical:"6",spacingHorizontal:"8",columnGap:"5",borderColor:"muted",className:"hover:bg-gray-2",onClick:o?p:void 0,ref:n,...t,children:e})});function Ho({title:r,description:e,_title:o,_description:t,startIcon:n,endIcon:a,...p}){return or(gr,{...p,children:[n&&Be(f,{name:n,size:"s"}),or(x,{gap:"3",alignItems:"flex-start",children:[r&&Be(b,{variant:"headline1",...o,children:r}),e&&Be(b,{variant:"label2",color:"muted",...t,children:e})]}),a&&Be(f,{name:a,size:"s"})]})}function Bo({children:r,variant:e,size:o,...t}){let n=Ae({variant:e,size:o}),a=e?n.pressable:{display:"flex",flexDirection:"row",alignItems:"center",columnGap:"6",justifyContent:"space-between"};return Be(y,{...a,...t,asChild:!0,children:Be(rr,{children:r})})}var Ro=er;import{forwardRef as zo}from"react";import{jsx as yr}from"react/jsx-runtime";var No={s:"w-[36px] h-[36px]",m:"w-[48px] h-[48px]",l:"w-[64px] h-[64px]"},tr=zo(function({variant:e="accent",size:o="s",name:t,className:n,color:a,...p},s){let i=Ae({variant:e,size:o});return yr(y,{...i.pressable,spacingHorizontal:i.pressable.spacingVertical,ref:s,className:g("leading-[0px]",No[o],n),...p,children:yr(f,{name:t,...i.icon,color:a})})});import{jsx as Mo}from"react/jsx-runtime";function Ao({width:r,height:e,src:o,alt:t,contentFit:n="cover",elevation:a,backgroundColor:p=a?`elevation-${a}`:"primary",backgroundColorOnActive:s,backgroundColorOnHover:i,backgroundColorOnChecked:c,opacity:d,bordered:m,borderedTop:u,borderedBottom:h,borderedStart:w,borderedEnd:P,borderedHorizontal:k,borderedVertical:C,borderRadius:T,borderTopStartRadius:S,borderTopEndRadius:I,borderBottomStartRadius:D,borderBottomEndRadius:H,borderColor:B,borderColorOnActive:R,borderColorOnFocus:z,borderColorOnChecked:N,borderColorOnHover:A,borderStartColor:M,borderEndColor:V,borderTopColor:L,borderBottomColor:E,borderWidth:O,borderVerticalWidth:U,borderHorizontalWidth:W,borderStartWidth:G,borderEndWidth:q,borderTopWidth:F,borderBottomWidth:j,alignContent:X,alignItems:Z,alignSelf:_,flex:$,flexDirection:J,flexGrow:K,flexShrink:Y="0",flexWrap:Q,justifyContent:ee,flexBasis:re,display:oe="flex",zIndex:te,overflow:ae,overflowX:ne,overflowY:se,position:ie,spacing:le,spacingHorizontal:pe,spacingVertical:ce,spacingBottom:de,spacingEnd:be,spacingStart:me,spacingTop:fe,offset:ue,offsetVertical:ge,offsetHorizontal:ye,offsetBottom:he,offsetEnd:ve,offsetStart:xe,offsetTop:we,columnGap:Pe,rowGap:ke,minHeight:Ce,maxHeight:Te,minWidth:Se,maxWidth:Ie,...De}){let He=l({contentFit:n,elevation:a,backgroundColor:p,backgroundColorOnActive:s,backgroundColorOnHover:i,backgroundColorOnChecked:c,opacity:d,bordered:m,borderedTop:u,borderedBottom:h,borderedStart:w,borderedEnd:P,borderedHorizontal:k,borderedVertical:C,borderRadius:T,borderTopStartRadius:S,borderTopEndRadius:I,borderBottomStartRadius:D,borderBottomEndRadius:H,borderColor:B,borderColorOnActive:R,borderColorOnFocus:z,borderColorOnChecked:N,borderColorOnHover:A,borderStartColor:M,borderEndColor:V,borderTopColor:L,borderBottomColor:E,borderWidth:O,borderVerticalWidth:U,borderHorizontalWidth:W,borderStartWidth:G,borderEndWidth:q,borderTopWidth:F,borderBottomWidth:j,alignContent:X,alignItems:Z,alignSelf:_,flex:$,flexDirection:J,flexGrow:K,flexShrink:Y,flexWrap:Q,justifyContent:ee,flexBasis:re,display:oe,zIndex:te,overflow:ae,overflowX:ne,overflowY:se,position:ie,spacing:le,spacingHorizontal:pe,spacingVertical:ce,spacingBottom:de,spacingEnd:be,spacingStart:me,spacingTop:fe,offset:ue,offsetVertical:ge,offsetHorizontal:ye,offsetBottom:he,offsetEnd:ve,offsetStart:xe,offsetTop:we,columnGap:Pe,rowGap:ke,minHeight:Ce,maxHeight:Te,minWidth:Se,maxWidth:Ie});return Mo("img",{src:o,alt:t,className:He,style:{objectPosition:"left",width:r,height:e},...De})}import{Dialog as Vo,DialogDismiss as Lo,useDialogStore as Eo}from"@ariakit/react";import{jsx as Oe,jsxs as qo}from"react/jsx-runtime";function Oo(r){return Eo({animated:!0,...r})}function Uo({children:r,handleClose:e}){return qo(Ee,{alignItems:"center",justifyContent:"space-between",children:[Oe(b,{variant:"headline1",children:r}),Oe($e,{variant:"accent-ghost",size:"m",spacingEnd:"0",spacingVertical:"0",onClick:e,children:"close"})]})}function Wo({className:r,...e}){return Oe(x,{borderRadius:"m",elevation:"3",position:"fixed",height:"fit",zIndex:"50",className:g("top-[250px] w-[600px] inset-8 mx-auto origin-center scale-95 transition-all data-[enter]:opacity-100 duration-200 data-[enter]:scale-100",r),spacing:"8",asChild:!0,children:Oe(Vo,{backdrop:Oe("div",{className:"bg-overlay transition-opacity duration-200 data-[enter]:opacity-100"}),...e})})}var Go=Lo;import{jsx as ar,jsxs as hr}from"react/jsx-runtime";function Fo({className:r,...e}){return hr("div",{role:"status",className:`self-center ${r}`,...e,style:{width:8,maxWidth:8,height:8,maxHeight:8},children:[hr("svg",{"aria-hidden":"true",className:"w-8 h-8 text-gray-3 animate-spin fill-accent",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[ar("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),ar("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})]}),ar("span",{className:"sr-only",children:"Loading..."})]})}import{Tab as jo,TabList as Xo,TabPanel as Zo,TabProvider as _o,useTabContext as vr}from"@ariakit/react";import{forwardRef as xr}from"react";import{jsx as ze,jsxs as et}from"react/jsx-runtime";var $o=v();function Jo(r){return ze(_o,{...r})}var Ko=xr(function({className:e,...o},t){let n=l({display:"flex",flexDirection:"row",columnGap:"7",className:e});return ze(Xo,{ref:t,...o,className:n})}),Yo=function({asChild:e,label:o,value:t,startIcon:n}){let a=e?$o:"a",p=l({}),s=vr();if(!s)throw new Error("Tab must be wrapped in a Tabs component");let i=s?.useState().activeId===t,c=i?"accent":"primary";return ze(jo,{id:t,className:p,render:ze(a,{children:et(y,{borderColor:i?"accent":"transparent",borderBottomWidth:"4",spacingVertical:"6",flexDirection:"row",columnGap:"8",children:[n?ze(f,{name:n,color:c,size:"m"}):null,ze(b,{color:c,variant:"headline1",children:o})]})})})},Qo=xr(function(e,o){let t=vr();if(!t)throw new Error("TabPanel must be wrapped in a Tabs component");let n=t.useState("selectedId");return ze(Zo,{ref:o,tabId:n,...e})});import{jsx as Ge,jsxs as kr}from"react/jsx-runtime";function wr({children:r,required:e}){return kr(b,{variant:"caption2",children:[r,e&&Ge(b,{variant:"caption2",as:"span",color:"alert",spacingStart:"2",children:"*"})]})}function Pr({className:r,disabled:e,...o}){return Ge("input",{type:"text","data-1p-ignore":!0,className:g(l({backgroundColor:e?"secondary":"primary",borderColor:"tertiary",bordered:!0,borderRadius:"m",spacingVertical:"5",spacingHorizontal:"6",className:"placeholder:text-tertiary font-sans",width:"full",fontSize:"body1",fontWeight:"body1",lineHeight:"body1",color:"primary"}),r),disabled:e,...o})}function rt({label:r,required:e,...o}){return kr(x,{gap:"4",width:"full",children:[Ge(wr,{required:e,children:r}),Ge(Pr,{required:e,...o})]})}import{Slide as ot,toast as tt,ToastContainer as at}from"react-toastify";import{jsx as Cr}from"react/jsx-runtime";var nt=l({elevation:"3",borderRadius:"m",spacingVertical:"6",spacingHorizontal:"5",display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",columnGap:"5",overflow:"hidden",position:"relative",className:"cursor-pointer"}),st=l({fontSize:"label2",lineHeight:"label2",fontWeight:"label2"}),it=l({backgroundColor:"positive"}),lt=l({backgroundColor:"alert"}),pt=l({backgroundColor:"accent"}),ct=l({backgroundColor:"warning"}),dt=l({backgroundColor:"elevation-3-inverse"}),bt=l({backgroundColor:"elevation-3-inverse"}),mt=l({backgroundColor:"positive-wash",color:"positive"}),ft=l({backgroundColor:"alert-wash",color:"alert"}),ut=l({backgroundColor:"accent-wash",color:"accent"}),gt=l({backgroundColor:"warning-wash",color:"warning"}),yt=l({backgroundColor:"elevation-3-inverse",color:"on-color"}),ht=l({backgroundColor:"elevation-3-inverse",color:"on-color"}),vt=r=>{let{type:e="default"}=r??{},o={success:mt,error:ft,info:ut,warning:gt,default:yt,dark:ht}[e];return g(nt,o)};function xt(r){let{type:e="default",defaultClassName:o=""}=r??{},t={success:it,error:lt,info:pt,warning:ct,default:dt,dark:bt}[e],n=o.replace(/Toastify__progress-bar-theme--light/,"");return g(n,t)}function wt({closeToast:r,type:e}){let o={success:"positive",error:"alert",info:"accent",warning:"warning",default:"on-color",dark:"white"}[e];return Cr(tr,{name:"close",size:"s",variant:"accent-ghost",color:o,onClick:r})}function Pt(r){return Cr(at,{toastClassName:vt,bodyClassName:st,progressClassName:xt,transition:ot,closeButton:wt,...r})}export*from"@yahoo/uds-tokens";export{eo as Accordion,oo as Avatar,Le as Box,$e as Button,io as Chip,Ro as Dropdown,Ho as DropdownItem,gr as DropdownItemPressable,Do as DropdownItems,Bo as DropdownTrigger,Ee as HStack,f as Icon,tr as IconButton,Ao as Image,Wo as Modal,Go as ModalDismiss,Uo as ModalHeader,Ye as Popover,Po as PopoverAnchor,Qe as PopoverArrow,ko as PopoverDescription,rr as PopoverDisclosure,To as PopoverDisclosureArrow,Co as PopoverDismiss,wo as PopoverHeading,er as PopoverProvider,y as Pressable,Fo as Spinner,Yo as Tab,Ko as TabList,Qo as TabPanel,Jo as Tabs,b as Text,Pr as TextInput,rt as TextInputGroup,wr as TextInputLabel,Pt as ToastContainer,x as VStack,sr as cva,g as cx,l as getStyles,tt as toast,Oo as useModalStore,Ke as usePopoverStore};
1
+ import{a as qe,b as h,c as rt,d as Re}from"./chunk-MFA2Y7DA.js";import"./chunk-M346JMQS.js";import{a as uo,b as ho,c as Jo,d as Ko,e as Yo,f as Qo,g as ea,h as ta}from"./chunk-AWTLI4D3.js";import{A as _o,B as jo,C as Zo,D as $o,a as xo,b as wo,c as Po,d as ko,e as To,f as Co,g as So,h as Io,i as Do,j as Ho,k as Bo,l as zo,m as Mo,n as No,o as Ro,p as Ao,q as Lo,r as Oo,s as Vo,t as Eo,u as Uo,v as Wo,w as Go,x as qo,y as Fo,z as Xo}from"./chunk-3I3D5S54.js";import{a as yo,c as vo}from"./chunk-P7GR6E3K.js";import{a as ra}from"./chunk-74YHFBTD.js";import{forwardRef as zt}from"react";import{backgroundColors as Pt,borderWidths as kt,elevations as Tt,foregroundColors as Ct,lineColors as St,shapes as It,textVariants as ot}from"@yahoo/uds/fixtures";import Dt from"clsx";import{extendTailwindMerge as Ht}from"tailwind-merge";var Bt=Ht({cacheSize:0,override:{classGroups:{"text-color":[{text:Ct}],"border-color":[{border:St}],"border-w":[{border:kt}],"bg-color":[{bg:Pt}],rounded:[{rounded:It}],"font-family":[{font:["icons",...ot]}],leading:[{leading:ot}],shadow:[{shadow:Tt}]},conflictingClassGroups:{}}}),f=(...t)=>{let e=Dt(t);return Bt(e)},at=t=>e=>{if(!t?.variants)return f(t?.base,e?.className);let{variants:r,defaultVariants:o}=t,a=Object.keys(r).map(i=>{let p=e?.[i],c=o?.[i],m=qe(p)||qe(c);return r[i][m]}),n={...o,...e&&Object.entries(e).reduce((i,[p,c])=>typeof c>"u"?i:{...i,[p]:c},{})},l=t?.compoundVariants?.reduce((i,{className:p,...c})=>Object.entries(c).every(([m,u])=>n[m]===u)?f(i,p):i,"");return f(t?.base,a,l,e?.className)},s=at({variants:{color:{accent:"text-accent",alert:"text-alert",black:"text-black",brand:"text-brand",positive:"text-positive",warning:"text-warning",white:"text-white",transparent:"text-transparent",muted:"text-muted","on-color":"text-on-color",primary:"text-primary",secondary:"text-secondary",tertiary:"text-tertiary"},colorChecked:{accent:"data-[state=checked]:text-accent",alert:"data-[state=checked]:text-alert",black:"data-[state=checked]:text-black",brand:"data-[state=checked]:text-brand",positive:"data-[state=checked]:text-positive",warning:"data-[state=checked]:text-warning",white:"data-[state=checked]:text-white",transparent:"data-[state=checked]:text-transparent",primary:"data-[state=checked]:text-primary",secondary:"data-[state=checked]:text-secondary",muted:"data-[state=checked]:text-muted","on-color":"data-[state=checked]:text-on-color",tertiary:"data-[state=checked]:text-tertiary"},fontFamily:{icons:"font-icons",sans:"font-sans","sans-beta":"font-sans-beta","sans-condensed":"font-sans-condensed","serif-text":"font-serif-text","serif-display":"font-serif-display",display1:"font-display1",display2:"font-display2",title1:"font-title1",title2:"font-title2",title3:"font-title3",title4:"font-title4",headline1:"font-headline1",body1:"font-body1",label1:"font-label1",label2:"font-label2",caption1:"font-caption1",caption2:"font-caption2",legal1:"font-legal1"},fontSize:{display1:"font-size-display1",display2:"font-size-display2",title1:"font-size-title1",title2:"font-size-title2",title3:"font-size-title3",title4:"font-size-title4",headline1:"font-size-headline1",body1:"font-size-body1",label1:"font-size-label1",label2:"font-size-label2",caption1:"font-size-caption1",caption2:"font-size-caption2",legal1:"font-size-legal1"},fontWeight:{thin:"font-weight-thin",extralight:"font-weight-extralight",light:"font-weight-light",regular:"font-weight-regular",medium:"font-weight-medium",semibold:"font-weight-semibold",bold:"font-weight-bold",extrabold:"font-weight-extrabold",black:"font-weight-black",display1:"font-weight-display1",display2:"font-weight-display2",title1:"font-weight-title1",title2:"font-weight-title2",title3:"font-weight-title3",title4:"font-weight-title4",headline1:"font-weight-headline1",body1:"font-weight-body1",label1:"font-weight-label1",label2:"font-weight-label2",caption1:"font-weight-caption1",caption2:"font-weight-caption2",legal1:"font-weight-legal1"},lineHeight:{display1:"leading-display1",display2:"leading-display2",title1:"leading-title1",title2:"leading-title2",title3:"leading-title3",title4:"leading-title4",headline1:"leading-headline1",body1:"leading-body1",label1:"leading-label1",label2:"leading-label2",caption1:"leading-caption1",caption2:"leading-caption2",legal1:"leading-legal1"},textAlign:{center:"text-center",justify:"text-justify",start:"text-start",end:"text-end"},textTransform:{display1:"case-display1",display2:"case-display2",title1:"case-title1",title2:"case-title2",title3:"case-title3",title4:"case-title4",headline1:"case-headline1",body1:"case-body1",label1:"case-label1",label2:"case-label2",caption1:"case-caption1",caption2:"case-caption2",legal1:"case-legal1",none:"normal-case",uppercase:"uppercase",lowercase:"lowercase",capitalize:"capitalize"},spacing:{0:"p-0",1:"p-1",2:"p-2",3:"p-3",4:"p-4",5:"p-5",6:"p-6",7:"p-7",8:"p-8",9:"p-9",10:"p-10",11:"p-11",12:"p-12",13:"p-13",14:"p-14"},spacingHorizontal:{0:"px-0",1:"px-1",2:"px-2",3:"px-3",4:"px-4",5:"px-5",6:"px-6",7:"px-7",8:"px-8",9:"px-9",10:"px-10",11:"px-11",12:"px-12",13:"px-13",14:"px-14"},spacingVertical:{0:"py-0",1:"py-1",2:"py-2",3:"py-3",4:"py-4",5:"py-5",6:"py-6",7:"py-7",8:"py-8",9:"py-9",10:"py-10",11:"py-11",12:"py-12",13:"py-13",14:"py-14"},spacingBottom:{0:"pb-0",1:"pb-1",2:"pb-2",3:"pb-3",4:"pb-4",5:"pb-5",6:"pb-6",7:"pb-7",8:"pb-8",9:"pb-9",10:"pb-10",11:"pb-11",12:"pb-12",13:"pb-13",14:"pb-14"},spacingEnd:{0:"pe-0",1:"pe-1",2:"pe-2",3:"pe-3",4:"pe-4",5:"pe-5",6:"pe-6",7:"pe-7",8:"pe-8",9:"pe-9",10:"pe-10",11:"pe-11",12:"pe-12",13:"pe-13",14:"pe-14"},spacingStart:{0:"ps-0",1:"ps-1",2:"ps-2",3:"ps-3",4:"ps-4",5:"ps-5",6:"ps-6",7:"ps-7",8:"ps-8",9:"ps-9",10:"ps-10",11:"ps-11",12:"ps-12",13:"ps-13",14:"ps-14"},spacingTop:{0:"pt-0",1:"pt-1",2:"pt-2",3:"pt-3",4:"pt-4",5:"pt-5",6:"pt-6",7:"pt-7",8:"pt-8",9:"pt-9",10:"pt-10",11:"pt-11",12:"pt-12",13:"pt-13",14:"pt-14"},offset:{0:"-m-0",1:"-m-1",2:"-m-2",3:"-m-3",4:"-m-4",5:"-m-5",6:"-m-6",7:"-m-7",8:"-m-8",9:"-m-9",10:"-m-10",11:"-m-11",12:"-m-12",13:"-m-13",14:"-m-14"},offsetVertical:{0:"-my-0",1:"-my-1",2:"-my-2",3:"-my-3",4:"-my-4",5:"-my-5",6:"-my-6",7:"-my-7",8:"-my-8",9:"-my-9",10:"-my-10",11:"-my-11",12:"-my-12",13:"-my-13",14:"-my-14"},offsetHorizontal:{0:"-mx-0",1:"-mx-1",2:"-mx-2",3:"-mx-3",4:"-mx-4",5:"-mx-5",6:"-mx-6",7:"-mx-7",8:"-mx-8",9:"-mx-9",10:"-mx-10",11:"-mx-11",12:"-mx-12",13:"-mx-13",14:"-mx-14"},offsetBottom:{0:"-mb-0",1:"-mb-1",2:"-mb-2",3:"-mb-3",4:"-mb-4",5:"-mb-5",6:"-mb-6",7:"-mb-7",8:"-mb-8",9:"-mb-9",10:"-mb-10",11:"-mb-11",12:"-mb-12",13:"-mb-13",14:"-mb-14"},offsetEnd:{0:"-me-0",1:"-me-1",2:"-me-2",3:"-me-3",4:"-me-4",5:"-me-5",6:"-me-6",7:"-me-7",8:"-me-8",9:"-me-9",10:"-me-10",11:"-me-11",12:"-me-12",13:"-me-13",14:"-me-14"},offsetStart:{0:"-ms-0",1:"-ms-1",2:"-ms-2",3:"-ms-3",4:"-ms-4",5:"-ms-5",6:"-ms-6",7:"-ms-7",8:"-ms-8",9:"-ms-9",10:"-ms-10",11:"-ms-11",12:"-ms-12",13:"-ms-13",14:"-ms-14"},offsetTop:{0:"-mt-0",1:"-mt-1",2:"-mt-2",3:"-mt-3",4:"-mt-4",5:"-mt-5",6:"-mt-6",7:"-mt-7",8:"-mt-8",9:"-mt-9",10:"-mt-10",11:"-mt-11",12:"-mt-12",13:"-mt-13",14:"-mt-14"},columnGap:{0:"gap-x-0",1:"gap-x-1",2:"gap-x-2",3:"gap-x-3",4:"gap-x-4",5:"gap-x-5",6:"gap-x-6",7:"gap-x-7",8:"gap-x-8",9:"gap-x-9",10:"gap-x-10",11:"gap-x-11",12:"gap-x-12",13:"gap-x-13",14:"gap-x-14"},rowGap:{0:"gap-y-0",1:"gap-y-1",2:"gap-y-2",3:"gap-y-3",4:"gap-y-4",5:"gap-y-5",6:"gap-y-6",7:"gap-y-7",8:"gap-y-8",9:"gap-y-9",10:"gap-y-10",11:"gap-y-11",12:"gap-y-12",13:"gap-y-13",14:"gap-y-14"},backgroundColor:{accent:"bg-accent",alert:"bg-alert",black:"bg-black",brand:"bg-brand",positive:"bg-positive",warning:"bg-warning",white:"bg-white","accent-wash":"bg-accent-wash","alert-wash":"bg-alert-wash","brand-wash":"bg-brand-wash","elevation-1":"bg-elevation-1","elevation-2":"bg-elevation-2","elevation-3":"bg-elevation-3","elevation-3-inverse":"bg-elevation-3-inverse",overlay:"bg-overlay","positive-wash":"bg-positive-wash",primary:"bg-primary",secondary:"bg-secondary",transparent:"bg-transparent","warning-wash":"bg-warning-wash"},backgroundColorOnActive:{accent:"active:bg-accent",alert:"active:bg-alert",black:"active:bg-black",brand:"active:bg-brand",positive:"active:bg-positive",warning:"active:bg-warning",white:"active:bg-white","accent-wash":"active:bg-accent-wash","alert-wash":"active:bg-alert-wash","brand-wash":"active:bg-brand-wash","elevation-1":"active:bg-elevation-1","elevation-2":"active:bg-elevation-2","elevation-3":"active:bg-elevation-3","elevation-3-inverse":"active:bg-elevation-3-inverse",overlay:"active:bg-overlay","positive-wash":"active:bg-positive-wash",primary:"active:bg-primary",secondary:"active:bg-secondary",transparent:"active:bg-transparent","warning-wash":"active:bg-warning-wash"},backgroundColorOnHover:{accent:"hover:bg-accent/80",alert:"hover:bg-alert/80",black:"hover:bg-black/80",brand:"hover:bg-brand/80",positive:"hover:bg-positive/80",warning:"hover:bg-warning/80",white:"hover:bg-white/80","accent-wash":"hover:bg-accent-wash/80","alert-wash":"hover:bg-alert-wash/80","brand-wash":"hover:bg-brand-wash/80","elevation-1":"hover:bg-elevation-1/80","elevation-2":"hover:bg-elevation-2/80","elevation-3":"hover:bg-elevation-3/80","elevation-3-inverse":"hover:bg-elevation-3-inverse/80",overlay:"hover:bg-overlay/80","positive-wash":"hover:bg-positive-wash/80",primary:"hover:bg-primary/80",secondary:"hover:bg-secondary/80",transparent:"hover:bg-transparent/80","warning-wash":"hover:bg-warning-wash/80"},backgroundColorOnChecked:{accent:"data-[state=checked]:bg-accent",alert:"data-[state=checked]:bg-alert",black:"data-[state=checked]:bg-black",brand:"data-[state=checked]:bg-brand",positive:"data-[state=checked]:bg-positive",warning:"data-[state=checked]:bg-warning",white:"data-[state=checked]:bg-white","accent-wash":"data-[state=checked]:bg-accent-wash","alert-wash":"data-[state=checked]:bg-alert-wash","brand-wash":"data-[state=checked]:bg-brand-wash","elevation-1":"data-[state=checked]:bg-elevation-1","elevation-2":"data-[state=checked]:bg-elevation-2","elevation-3":"data-[state=checked]:bg-elevation-3","elevation-3-inverse":"data-[state=checked]:bg-elevation-3-inverse",overlay:"data-[state=checked]:bg-overlay","positive-wash":"data-[state=checked]:bg-positive-wash",primary:"data-[state=checked]:bg-primary",secondary:"data-[state=checked]:bg-secondary",transparent:"data-[state=checked]:bg-transparent","warning-wash":"data-[state=checked]:bg-warning-wash"},elevation:{1:"bg-elevation-1 z-30 shadow-1",2:"bg-elevation-2 z-40 shadow-2",3:"bg-elevation-3 z-50 shadow-3"},opacity:{0:"opacity-0",5:"opacity-5",10:"opacity-10",20:"opacity-20",25:"opacity-25",30:"opacity-30",40:"opacity-40",50:"opacity-50",60:"opacity-60",70:"opacity-70",75:"opacity-75",80:"opacity-80",90:"opacity-90",95:"opacity-95",100:"opacity-100"},borderColor:{accent:"border-accent",alert:"border-alert",black:"border-black",brand:"border-brand",positive:"border-positive",warning:"border-warning",white:"border-white",transparent:"border-transparent",muted:"border-muted",primary:"border-primary",secondary:"border-secondary",tertiary:"border-tertiary"},borderColorOnActive:{accent:"active:border-accent",alert:"active:border-alert",black:"active:border-black",brand:"active:border-brand",positive:"active:border-positive",warning:"active:border-warning",white:"active:border-white",transparent:"active:border-transparent",muted:"active:border-muted",primary:"active:border-primary",secondary:"active:border-secondary",tertiary:"active:border-tertiary"},borderColorOnFocus:{accent:"focus:border-accent",alert:"focus:border-alert",black:"focus:border-black",brand:"focus:border-brand",positive:"focus:border-positive",warning:"focus:border-warning",white:"focus:border-white",transparent:"focus:border-transparent",muted:"focus:border-muted",primary:"focus:border-primary",secondary:"focus:border-secondary",tertiary:"focus:border-tertiary"},borderColorOnHover:{accent:"hover:border-accent",alert:"hover:border-alert",black:"hover:border-black",brand:"hover:border-brand",positive:"hover:border-positive",warning:"hover:border-warning",white:"hover:border-white",transparent:"hover:border-transparent",muted:"hover:border-muted",primary:"hover:border-primary",secondary:"hover:border-secondary",tertiary:"hover:border-tertiary"},borderColorOnChecked:{accent:"data-[state=checked]:border-accent",alert:"data-[state=checked]:border-alert",black:"data-[state=checked]:border-black",brand:"data-[state=checked]:border-brand",positive:"data-[state=checked]:border-positive",warning:"data-[state=checked]:border-warning",white:"data-[state=checked]:border-white",transparent:"data-[state=checked]:border-transparent",muted:"data-[state=checked]:border-muted",primary:"data-[state=checked]:border-primary",secondary:"data-[state=checked]:border-secondary",tertiary:"data-[state=checked]:border-tertiary"},borderStartColor:{accent:"border-s-accent",alert:"border-s-alert",black:"border-s-black",brand:"border-s-brand",positive:"border-s-positive",warning:"border-s-warning",white:"border-s-white",transparent:"border-s-transparent",muted:"border-s-muted",primary:"border-s-primary",secondary:"border-s-secondary",tertiary:"border-s-tertiary"},borderEndColor:{accent:"border-e-accent",alert:"border-e-alert",black:"border-e-black",brand:"border-e-brand",positive:"border-e-positive",warning:"border-e-warning",white:"border-e-white",transparent:"border-e-transparent",muted:"border-e-muted",primary:"border-e-primary",secondary:"border-e-secondary",tertiary:"border-e-tertiary"},borderBottomColor:{accent:"border-b-accent",alert:"border-b-alert",black:"border-b-black",brand:"border-b-brand",positive:"border-b-positive",warning:"border-b-warning",white:"border-b-white",transparent:"border-b-transparent",muted:"border-b-muted",primary:"border-b-primary",secondary:"border-b-secondary",tertiary:"border-b-tertiary"},borderTopColor:{accent:"border-t-accent",alert:"border-t-alert",black:"border-t-black",brand:"border-t-brand",positive:"border-t-positive",warning:"border-t-warning",white:"border-t-white",transparent:"border-t-transparent",muted:"border-t-muted",primary:"border-t-primary",secondary:"border-t-secondary",tertiary:"border-t-tertiary"},borderRadius:{square:"rounded-square",xs:"rounded-xs",s:"rounded-s",m:"rounded-m",l:"rounded-l",xl:"rounded-xl",xxl:"rounded-xxl",circle:"rounded-circle"},borderTopStartRadius:{square:"rounded-ss-square",xs:"rounded-ss-xs",s:"rounded-ss-s",m:"rounded-ss-m",l:"rounded-ss-l",xl:"rounded-ss-xl",xxl:"rounded-ss-xxl",circle:"rounded-ss-circle"},borderTopEndRadius:{square:"rounded-se-square",xs:"rounded-se-xs",s:"rounded-se-s",m:"rounded-se-m",l:"rounded-se-l",xl:"rounded-se-xl",xxl:"rounded-se-xxl",circle:"rounded-se-circle"},borderBottomStartRadius:{square:"rounded-es-square",xs:"rounded-es-xs",s:"rounded-es-s",m:"rounded-es-m",l:"rounded-es-l",xl:"rounded-es-xl",xxl:"rounded-es-xxl",circle:"rounded-es-circle"},borderBottomEndRadius:{square:"rounded-ee-square",xs:"rounded-ee-xs",s:"rounded-ee-s",m:"rounded-ee-m",l:"rounded-ee-l",xl:"rounded-ee-xl",xxl:"rounded-ee-xxl",circle:"rounded-ee-circle"},bordered:{true:"border-1 border-solid"},borderWidth:{0:"border-0",1:"border-1",2:"border-2",4:"border-4",8:"border-8"},borderVerticalWidth:{0:"border-y-0",1:"border-y-1",2:"border-y-2",4:"border-y-4",8:"border-y-8"},borderHorizontalWidth:{0:"border-x-0",1:"border-x-1",2:"border-x-2",4:"border-x-4",8:"border-x-8"},borderStartWidth:{0:"border-s-0",1:"border-s-1",2:"border-s-2",4:"border-s-4",8:"border-s-8"},borderEndWidth:{0:"border-e-0",1:"border-e-1",2:"border-e-2",4:"border-e-4",8:"border-e-8"},borderTopWidth:{0:"border-t-0",1:"border-t-1",2:"border-t-2",4:"border-t-4",8:"border-t-8"},borderBottomWidth:{0:"border-b-0",1:"border-b-1",2:"border-b-2",4:"border-b-4",8:"border-b-8"},borderedVertical:{true:"border-y-1"},borderedTop:{true:"border-t-1"},borderedBottom:{true:"border-b-1"},borderedHorizontal:{true:"border-x-1"},borderedEnd:{true:"border-e-1"},borderedStart:{true:"border-s-1"},height:{auto:"h-auto",full:"h-full",screen:"h-screen",min:"h-min",max:"h-max",fit:"h-fit","1/2":"h-1/2","1/3":"h-1/3","2/3":"h-2/3","1/4":"h-1/4","2/4":"h-2/4","3/4":"h-3/4","1/5":"h-1/5","2/5":"h-2/5","3/5":"h-3/5","4/5":"h-4/5","1/6":"h-1/6","2/6":"h-2/6","3/6":"h-3/6","4/6":"h-4/6","5/6":"h-5/6"},minHeight:{full:"min-h-full",min:"min-h-min",max:"min-h-max",fit:"min-h-fit",screen:"min-h-screen"},maxHeight:{full:"max-h-full",min:"max-h-min",max:"max-h-max",fit:"max-h-fit",screen:"max-h-screen",none:"max-h-none"},width:{auto:"w-auto",full:"w-full",screen:"w-screen",min:"w-min",max:"w-max",fit:"w-fit","1/2":"w-1/2","1/3":"w-1/3","2/3":"w-2/3","1/4":"w-1/4","2/4":"w-2/4","3/4":"w-3/4","1/5":"w-1/5","2/5":"w-2/5","3/5":"w-3/5","4/5":"w-4/5","1/6":"w-1/6","2/6":"w-2/6","3/6":"w-3/6","4/6":"w-4/6","5/6":"w-5/6","1/12":"w-1/12","2/12":"w-2/12","3/12":"w-3/12","4/12":"w-4/12","5/12":"w-5/12","6/12":"w-6/12","7/12":"w-7/12","8/12":"w-8/12","9/12":"w-9/12","10/12":"w-10/12","11/12":"w-11/12"},minWidth:{full:"min-w-full",min:"min-w-min",max:"min-w-max",fit:"min-w-fit",screen:"min-w-screen"},maxWidth:{none:"max-w-none",full:"max-w-full",min:"max-w-min",max:"max-w-max",fit:"max-w-fit"},avatarSize:{s:"avatarSize-s",m:"avatarSize-m",l:"avatarSize-l"},iconSize:{s:"iconSize-s leading-none",m:"iconSize-m leading-none",l:"iconSize-l leading-none"},alignContent:{"flex-start":"content-start","flex-end":"content-end",center:"content-center",stretch:"content-stretch","space-between":"content-between","space-around":"content-around"},alignItems:{"flex-start":"items-start","flex-end":"items-end",center:"items-center",stretch:"items-stretch",baseline:"items-baseline"},alignSelf:{auto:"self-auto","flex-start":"self-start","flex-end":"self-end",center:"self-center",stretch:"self-stretch",baseline:"self-baseline"},flex:{1:"flex-1",auto:"flex-auto",initial:"flex-initial",none:"flex-none"},flexDirection:{row:"flex-row",column:"flex-col","row-reverse":"flex-row-reverse","column-reverse":"flex-col-reverse"},flexGrow:{0:"grow-0",1:"grow",2:"grow-[2]",3:"grow-[3]"},flexShrink:{0:"shrink-0",1:"shrink"},flexWrap:{wrap:"flex-wrap","wrap-reverse":"flex-wrap-reverse",nowrap:"flex-nowrap"},justifyContent:{"flex-start":"justify-start","flex-end":"justify-end",center:"justify-center","space-between":"justify-between","space-around":"justify-around","space-evenly":"justify-evenly"},flexBasis:{"min-content":"basis-[min-content]"},display:{block:"block","inline-block":"inline-block",inline:"inline",flex:"flex","inline-flex":"inline-flex",table:"table","inline-table":"inline-table","table-caption":"table-caption","table-cell":"table-cell","table-column":"table-column","table-column-group":"table-column-group","table-footer-group":"table-footer-group","table-header-group":"table-header-group","table-row-group":"table-row-group","table-row":"table-row","flow-root":"flow-root",grid:"grid",contents:"contents"},overflow:{auto:"overflow-auto",hidden:"overflow-hidden",clip:"overflow-clip",visible:"overflow-visible",scroll:"overflow-scroll"},overflowX:{auto:"overflow-x-auto",hidden:"overflow-x-hidden",clip:"overflow-x-clip",visible:"overflow-x-visible",scroll:"overflow-x-scroll"},overflowY:{auto:"overflow-y-auto",hidden:"overflow-y-hidden",clip:"overflow-y-clip",visible:"overflow-y-visible",scroll:"overflow-y-scroll"},position:{static:"static",fixed:"fixed",absolute:"absolute",relative:"relative",sticky:"sticky"},zIndex:{0:"z-0",10:"z-10",20:"z-20",30:"z-40",40:"z-30",50:"z-50",auto:"z-auto"},contentFit:{contain:"object-contain",cover:"object-cover",fill:"object-fill",none:"object-none","scale-down":"object-scale-down"}}});import{jsx as Nt}from"react/jsx-runtime";var Mt=h(),b=zt(function({className:e,asChild:r=!1,size:o="l",color:a="primary",name:n,colorChecked:l,opacity:i,textAlign:p,backgroundColor:c,backgroundColorOnActive:m,backgroundColorOnHover:u,backgroundColorOnChecked:y,bordered:v,borderedTop:w,borderedBottom:P,borderedStart:k,borderedEnd:T,borderedHorizontal:C,borderedVertical:S,borderRadius:I,borderTopStartRadius:D,borderTopEndRadius:H,borderBottomStartRadius:B,borderBottomEndRadius:z,borderColor:M,borderColorOnActive:N,borderColorOnFocus:R,borderColorOnChecked:A,borderColorOnHover:L,borderStartColor:O,borderEndColor:V,borderTopColor:E,borderBottomColor:U,borderWidth:W,borderVerticalWidth:G,borderHorizontalWidth:q,borderStartWidth:F,borderEndWidth:X,borderTopWidth:_,borderBottomWidth:j,alignContent:Z,alignItems:$,alignSelf:J,flex:K,flexDirection:Y,flexGrow:Q,flexShrink:ee,flexWrap:te,justifyContent:re,flexBasis:oe,display:ae,zIndex:ne,overflow:se,overflowX:ie,overflowY:pe,position:le,spacing:ce,spacingHorizontal:de,spacingVertical:me,spacingBottom:be,spacingEnd:fe,spacingStart:ge,spacingTop:ue,offset:ye,offsetVertical:ve,offsetHorizontal:he,offsetBottom:xe,offsetEnd:we,offsetStart:Pe,offsetTop:ke,columnGap:Te,rowGap:Ce,height:Se,minHeight:Ie,maxHeight:De,width:He,minWidth:ze,maxWidth:Ne,...Ae},Ee){let We=r?Mt:"span",Ge=s({iconSize:o,color:a,colorChecked:l,opacity:i,fontFamily:"icons",textAlign:p,backgroundColor:c,backgroundColorOnActive:m,backgroundColorOnHover:u,backgroundColorOnChecked:y,bordered:v,borderedTop:w,borderedBottom:P,borderedStart:k,borderedEnd:T,borderedHorizontal:C,borderedVertical:S,borderRadius:I,borderTopStartRadius:D,borderTopEndRadius:H,borderBottomStartRadius:B,borderBottomEndRadius:z,borderColor:M,borderColorOnActive:N,borderColorOnFocus:R,borderColorOnChecked:A,borderColorOnHover:L,borderStartColor:O,borderEndColor:V,borderTopColor:E,borderBottomColor:U,borderWidth:W,borderVerticalWidth:G,borderHorizontalWidth:q,borderStartWidth:F,borderEndWidth:X,borderTopWidth:_,borderBottomWidth:j,alignContent:Z,alignItems:$,alignSelf:J,flex:K,flexDirection:Y,flexGrow:Q,flexShrink:ee,flexWrap:te,justifyContent:re,flexBasis:oe,display:ae,zIndex:ne,overflow:se,overflowX:ie,overflowY:pe,position:le,spacing:ce,spacingHorizontal:de,spacingVertical:me,spacingBottom:be,spacingEnd:fe,spacingStart:ge,spacingTop:ue,offset:ye,offsetVertical:ve,offsetHorizontal:he,offsetBottom:xe,offsetEnd:we,offsetStart:Pe,offsetTop:ke,columnGap:Te,rowGap:Ce,height:Se,minHeight:Ie,maxHeight:De,width:He,minWidth:ze,maxWidth:Ne,className:e});return Nt(We,{className:Ge,ref:Ee,...Ae,children:n})});import{forwardRef as Rt}from"react";import{jsx as Lt}from"react/jsx-runtime";var At=h(),g=Rt(function({className:e,asChild:r,onPress:o,onClick:a=o,backgroundColor:n,backgroundColorOnActive:l,backgroundColorOnHover:i,backgroundColorOnChecked:p,elevation:c,opacity:m,bordered:u,borderedTop:y,borderedBottom:v,borderedStart:w,borderedEnd:P,borderedHorizontal:k,borderedVertical:T,borderRadius:C,borderTopStartRadius:S,borderTopEndRadius:I,borderBottomStartRadius:D,borderBottomEndRadius:H,borderColor:B,borderColorOnActive:z,borderColorOnFocus:M,borderColorOnChecked:N,borderColorOnHover:R,borderStartColor:A,borderEndColor:L,borderTopColor:O,borderBottomColor:V,borderWidth:E,borderVerticalWidth:U,borderHorizontalWidth:W,borderStartWidth:G,borderEndWidth:q,borderTopWidth:F,borderBottomWidth:X,alignContent:_,alignItems:j,alignSelf:Z,flex:$,flexDirection:J,flexGrow:K,flexShrink:Y,flexWrap:Q,justifyContent:ee,flexBasis:te,display:re,zIndex:oe,overflow:ae,overflowX:ne,overflowY:se,position:ie,spacing:pe,spacingHorizontal:le,spacingVertical:ce,spacingBottom:de,spacingEnd:me,spacingStart:be,spacingTop:fe,offset:ge,offsetVertical:ue,offsetHorizontal:ye,offsetBottom:ve,offsetEnd:he,offsetStart:xe,offsetTop:we,columnGap:Pe,rowGap:ke,height:Te,minHeight:Ce,maxHeight:Se,width:Ie,minWidth:De,maxWidth:He,...ze},Ne){let Ae=s({backgroundColor:n,backgroundColorOnActive:l,backgroundColorOnHover:i,backgroundColorOnChecked:p,elevation:c,opacity:m,bordered:u,borderedTop:y,borderedBottom:v,borderedStart:w,borderedEnd:P,borderedHorizontal:k,borderedVertical:T,borderRadius:C,borderTopStartRadius:S,borderTopEndRadius:I,borderBottomStartRadius:D,borderBottomEndRadius:H,borderColor:B,borderColorOnActive:z,borderColorOnFocus:M,borderColorOnChecked:N,borderColorOnHover:R,borderStartColor:A,borderEndColor:L,borderTopColor:O,borderBottomColor:V,borderWidth:E,borderVerticalWidth:U,borderHorizontalWidth:W,borderStartWidth:G,borderEndWidth:q,borderTopWidth:F,borderBottomWidth:X,alignContent:_,alignItems:j,alignSelf:Z,flex:$,flexDirection:J,flexGrow:K,flexShrink:Y,flexWrap:Q,justifyContent:ee,flexBasis:te,display:re,zIndex:oe,overflow:ae,overflowX:ne,overflowY:se,position:ie,spacing:pe,spacingHorizontal:le,spacingVertical:ce,spacingBottom:de,spacingEnd:me,spacingStart:be,spacingTop:fe,offset:ge,offsetVertical:ue,offsetHorizontal:ye,offsetBottom:ve,offsetEnd:he,offsetStart:xe,offsetTop:we,columnGap:Pe,rowGap:ke,height:Te,minHeight:Ce,maxHeight:Se,width:Ie,minWidth:De,maxWidth:He,className:e});return Lt(r?At:"button",{className:Ae,ref:Ne,onClick:a,...ze})});import{forwardRef as Ot}from"react";import{jsx as Ut}from"react/jsx-runtime";var Vt=h(),Et={display1:"h1",title1:"h1",title2:"h2",title3:"h3",title4:"h4",headline1:"h5",body1:"p",label1:"p",label2:"p",caption1:"p",caption2:"p",legal1:"p"},d=Ot(function({className:e,asChild:r,color:o="primary",colorChecked:a,variant:n="body1",as:l=Et[n],fontSize:i=n,fontFamily:p=n,fontWeight:c=n,lineHeight:m=n,textTransform:u=n,textAlign:y,backgroundColor:v,backgroundColorOnActive:w,backgroundColorOnHover:P,backgroundColorOnChecked:k,opacity:T,bordered:C,borderedTop:S,borderedBottom:I,borderedStart:D,borderedEnd:H,borderedHorizontal:B,borderedVertical:z,borderRadius:M,borderTopStartRadius:N,borderTopEndRadius:R,borderBottomStartRadius:A,borderBottomEndRadius:L,borderColor:O,borderColorOnActive:V,borderColorOnFocus:E,borderColorOnChecked:U,borderColorOnHover:W,borderStartColor:G,borderEndColor:q,borderTopColor:F,borderBottomColor:X,borderWidth:_,borderVerticalWidth:j,borderHorizontalWidth:Z,borderStartWidth:$,borderEndWidth:J,borderTopWidth:K,borderBottomWidth:Y,alignContent:Q,alignItems:ee,alignSelf:te,flex:re,flexDirection:oe,flexGrow:ae,flexShrink:ne,flexWrap:se,justifyContent:ie,flexBasis:pe,display:le,zIndex:ce,overflow:de,overflowX:me,overflowY:be,position:fe,spacing:ge,spacingHorizontal:ue,spacingVertical:ye,spacingBottom:ve,spacingEnd:he,spacingStart:xe,spacingTop:we,offset:Pe,offsetVertical:ke,offsetHorizontal:Te,offsetBottom:Ce,offsetEnd:Se,offsetStart:Ie,offsetTop:De,columnGap:He,rowGap:ze,height:Ne,minHeight:Ae,maxHeight:Ee,width:We,minWidth:Ge,maxWidth:vt,...ht},xt){let wt=s({className:e,color:o,colorChecked:a,fontFamily:p,fontSize:i,fontWeight:c,lineHeight:m,textTransform:u,textAlign:y,backgroundColor:v,backgroundColorOnActive:w,backgroundColorOnHover:P,backgroundColorOnChecked:k,opacity:T,bordered:C,borderedTop:S,borderedBottom:I,borderedStart:D,borderedEnd:H,borderedHorizontal:B,borderedVertical:z,borderRadius:M,borderTopStartRadius:N,borderTopEndRadius:R,borderBottomStartRadius:A,borderBottomEndRadius:L,borderColor:O,borderColorOnActive:V,borderColorOnFocus:E,borderColorOnChecked:U,borderColorOnHover:W,borderStartColor:G,borderEndColor:q,borderTopColor:F,borderBottomColor:X,borderWidth:_,borderVerticalWidth:j,borderHorizontalWidth:Z,borderStartWidth:$,borderEndWidth:J,borderTopWidth:K,borderBottomWidth:Y,alignContent:Q,alignItems:ee,alignSelf:te,flex:re,flexDirection:oe,flexGrow:ae,flexShrink:ne,flexWrap:se,justifyContent:ie,flexBasis:pe,display:le,zIndex:ce,overflow:de,overflowX:me,overflowY:be,position:fe,spacing:ge,spacingHorizontal:ue,spacingVertical:ye,spacingBottom:ve,spacingEnd:he,spacingStart:xe,spacingTop:we,offset:Pe,offsetVertical:ke,offsetHorizontal:Te,offsetBottom:Ce,offsetEnd:Se,offsetStart:Ie,offsetTop:De,columnGap:He,rowGap:ze,height:Ne,minHeight:Ae,maxHeight:Ee,width:We,minWidth:Ge,maxWidth:vt});return Ut(r?Vt:l,{className:wt,ref:xt,...ht})});import{forwardRef as Ft}from"react";import{forwardRef as Wt}from"react";import{jsx as qt}from"react/jsx-runtime";var Gt=h(),Le=Wt(function({asChild:e,className:r,elevation:o,backgroundColor:a=o?`elevation-${o}`:void 0,backgroundColorOnActive:n,backgroundColorOnHover:l,backgroundColorOnChecked:i,opacity:p,bordered:c,borderedTop:m,borderedBottom:u,borderedStart:y,borderedEnd:v,borderedHorizontal:w,borderedVertical:P,borderRadius:k,borderTopStartRadius:T,borderTopEndRadius:C,borderBottomStartRadius:S,borderBottomEndRadius:I,borderColor:D,borderColorOnActive:H,borderColorOnFocus:B,borderColorOnChecked:z,borderColorOnHover:M,borderStartColor:N,borderEndColor:R,borderTopColor:A,borderBottomColor:L,borderWidth:O,borderVerticalWidth:V,borderHorizontalWidth:E,borderStartWidth:U,borderEndWidth:W,borderTopWidth:G,borderBottomWidth:q,alignContent:F,alignItems:X,alignSelf:_,flex:j,flexDirection:Z,flexGrow:$,flexShrink:J,flexWrap:K,justifyContent:Y,flexBasis:Q,display:ee="flex",zIndex:te,overflow:re,overflowX:oe,overflowY:ae,position:ne,spacing:se,spacingHorizontal:ie,spacingVertical:pe,spacingBottom:le,spacingEnd:ce,spacingStart:de,spacingTop:me,offset:be,offsetVertical:fe,offsetHorizontal:ge,offsetBottom:ue,offsetEnd:ye,offsetStart:ve,offsetTop:he,columnGap:xe,rowGap:we,height:Pe,minHeight:ke,maxHeight:Te,width:Ce,minWidth:Se,maxWidth:Ie,...De},He){let ze=s({elevation:o,backgroundColor:a,backgroundColorOnActive:n,backgroundColorOnHover:l,backgroundColorOnChecked:i,opacity:p,bordered:c,borderedTop:m,borderedBottom:u,borderedStart:y,borderedEnd:v,borderedHorizontal:w,borderedVertical:P,borderRadius:k,borderTopStartRadius:T,borderTopEndRadius:C,borderBottomStartRadius:S,borderBottomEndRadius:I,borderColor:D,borderColorOnActive:H,borderColorOnFocus:B,borderColorOnChecked:z,borderColorOnHover:M,borderStartColor:N,borderEndColor:R,borderTopColor:A,borderBottomColor:L,borderWidth:O,borderVerticalWidth:V,borderHorizontalWidth:E,borderStartWidth:U,borderEndWidth:W,borderTopWidth:G,borderBottomWidth:q,alignContent:F,alignItems:X,alignSelf:_,flex:j,flexDirection:Z,flexGrow:$,flexShrink:J,flexWrap:K,justifyContent:Y,flexBasis:Q,display:ee,zIndex:te,overflow:re,overflowX:oe,overflowY:ae,position:ne,spacing:se,spacingHorizontal:ie,spacingVertical:pe,spacingBottom:le,spacingEnd:ce,spacingStart:de,spacingTop:me,offset:be,offsetVertical:fe,offsetHorizontal:ge,offsetBottom:ue,offsetEnd:ye,offsetStart:ve,offsetTop:he,columnGap:xe,rowGap:we,height:Pe,minHeight:ke,maxHeight:Te,width:Ce,minWidth:Se,maxWidth:Ie,className:r});return qt(e?Gt:"div",{className:ze,ref:He,...De})});import{jsx as Xt}from"react/jsx-runtime";var x=Ft(function({gap:e,...r},o){return Xt(Le,{ref:o,flexDirection:"column",columnGap:e,rowGap:e,...r})});import{Fragment as jt,jsx as Fe,jsxs as nt}from"react/jsx-runtime";function _t({label:t,children:e,onClick:r,open:o}){return nt(jt,{children:[nt(g,{display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",spacingVertical:"6",spacingHorizontal:"8",width:"full",onClick:r,children:[Fe(d,{variant:"title4",children:t}),Fe(b,{name:o?"chevronDown":"chevronUp",size:"s"})]}),Fe(x,{spacingHorizontal:"8",children:o&&e})]})}import{jsx as $t}from"react/jsx-runtime";function Zt({size:t,shape:e,src:r,alt:o,...a}){let n=s({...rt,avatarSize:t,borderRadius:e});return $t("img",{src:r,alt:o,className:n,...a})}import{forwardRef as Jt}from"react";import{jsx as Xe,jsxs as Kt}from"react/jsx-runtime";var _e=Jt(function({variant:e="accent",size:r,startIcon:o,endIcon:a,children:n,...l},i){let p=Re({variant:e,size:r}),c=o?Xe(b,{name:o,...p.icon}):null,m=a?Xe(b,{name:a,...p.icon}):null;return Kt(g,{...p.pressable,ref:i,...l,children:[c,Xe(d,{...p.text,children:n}),m]})});import{jsx as je,jsxs as er}from"react/jsx-runtime";var st={accent:"on-color",secondary:"primary"},Yt={accent:"on-color",secondary:"tertiary"};function Qt({children:t,variant:e,startIcon:r,startContent:o=r?je(b,{name:r,size:"s",color:st[e]}):null,endIcon:a,endContent:n=a?je(b,{name:a,size:"s",color:st[e]}):null}){return er(g,{display:"inline-flex",flexDirection:"row",columnGap:"4",borderRadius:"circle",backgroundColor:e,alignItems:"center",spacingVertical:"4",spacingHorizontal:"5",children:[o,je(d,{variant:"label2",color:Yt[e],children:t}),n]})}import{forwardRef as pt,useCallback as vr}from"react";import{Popover as or,PopoverAnchor as ar,PopoverArrow as nr,PopoverDescription as sr,PopoverDisclosure as ir,PopoverDisclosureArrow as pr,PopoverDismiss as lr,PopoverHeading as cr,PopoverProvider as dr,usePopoverStore as Ze}from"@ariakit/react";import{forwardRef as tr}from"react";import{jsx as rr}from"react/jsx-runtime";var Oe=tr(function({gap:e,...r},o){return rr(Le,{ref:o,flexDirection:"row",rowGap:e,columnGap:e,...r})});import{jsx as it,jsxs as yr}from"react/jsx-runtime";function mr({children:t,leading:e,trailing:r}){return yr(Oe,{children:[e,it(d,{variant:"headline1",asChild:!0,children:it(cr,{children:t})}),r]})}var $e=or,Je=nr,br=ar,fr=sr,gr=lr,Ke=dr,Ye=ir,ur=pr;import{jsx as Be,jsxs as Qe}from"react/jsx-runtime";var hr=pt(function({children:e,className:r,overflow:o="scroll",...a},n){return Be(x,{borderRadius:"l",elevation:"3",className:f("min-w-[220px] max-h-[312px]",r),overflow:o,spacingVertical:"4",asChild:!0,children:Qe($e,{preventBodyScroll:!0,...a,ref:n,children:[Be(Je,{className:"!fill-elevation-3 !stroke-muted !stroke-1"}),e]})})}),lt=pt(function({children:e,onClick:r,...o},a){let n=Ze(),l=vr(i=>{i.preventDefault(),r?.(()=>n.setOpen(!1))},[r,n]);return Be(g,{display:"flex",flexDirection:"row",alignItems:"flex-start",spacingVertical:"6",spacingHorizontal:"8",columnGap:"5",borderColor:"muted",className:"hover:bg-gray-2",onClick:r?l:void 0,ref:a,...o,children:e})});function xr({title:t,description:e,_title:r,_description:o,startIcon:a,endIcon:n,...l}){return Qe(lt,{...l,children:[a&&Be(b,{name:a,size:"s"}),Qe(x,{gap:"3",alignItems:"flex-start",children:[t&&Be(d,{variant:"headline1",...r,children:t}),e&&Be(d,{variant:"label2",color:"muted",...o,children:e})]}),n&&Be(b,{name:n,size:"s"})]})}function wr({children:t,variant:e,size:r,...o}){let a=Re({variant:e,size:r}),n=e?a.pressable:{display:"flex",flexDirection:"row",alignItems:"center",columnGap:"6",justifyContent:"space-between"};return Be(g,{...n,...o,asChild:!0,children:Be(Ye,{children:t})})}var Pr=Ke;import{forwardRef as kr}from"react";import{jsx as ct}from"react/jsx-runtime";var Tr={s:"w-[36px] h-[36px]",m:"w-[48px] h-[48px]",l:"w-[64px] h-[64px]"},et=kr(function({variant:e="accent",size:r="s",name:o,className:a,color:n,...l},i){let p=Re({variant:e,size:r});return ct(g,{...p.pressable,spacingHorizontal:p.pressable.spacingVertical,ref:i,className:f("leading-[0px]",Tr[r],a),...l,children:ct(b,{name:o,...p.icon,color:n})})});import{jsx as Sr}from"react/jsx-runtime";function Cr({width:t,height:e,src:r,alt:o,contentFit:a="cover",elevation:n,backgroundColor:l=n?`elevation-${n}`:"primary",backgroundColorOnActive:i,backgroundColorOnHover:p,backgroundColorOnChecked:c,opacity:m,bordered:u,borderedTop:y,borderedBottom:v,borderedStart:w,borderedEnd:P,borderedHorizontal:k,borderedVertical:T,borderRadius:C,borderTopStartRadius:S,borderTopEndRadius:I,borderBottomStartRadius:D,borderBottomEndRadius:H,borderColor:B,borderColorOnActive:z,borderColorOnFocus:M,borderColorOnChecked:N,borderColorOnHover:R,borderStartColor:A,borderEndColor:L,borderTopColor:O,borderBottomColor:V,borderWidth:E,borderVerticalWidth:U,borderHorizontalWidth:W,borderStartWidth:G,borderEndWidth:q,borderTopWidth:F,borderBottomWidth:X,alignContent:_,alignItems:j,alignSelf:Z,flex:$,flexDirection:J,flexGrow:K,flexShrink:Y="0",flexWrap:Q,justifyContent:ee,flexBasis:te,display:re="flex",zIndex:oe,overflow:ae,overflowX:ne,overflowY:se,position:ie,spacing:pe,spacingHorizontal:le,spacingVertical:ce,spacingBottom:de,spacingEnd:me,spacingStart:be,spacingTop:fe,offset:ge,offsetVertical:ue,offsetHorizontal:ye,offsetBottom:ve,offsetEnd:he,offsetStart:xe,offsetTop:we,columnGap:Pe,rowGap:ke,minHeight:Te,maxHeight:Ce,minWidth:Se,maxWidth:Ie,...De}){let He=s({contentFit:a,elevation:n,backgroundColor:l,backgroundColorOnActive:i,backgroundColorOnHover:p,backgroundColorOnChecked:c,opacity:m,bordered:u,borderedTop:y,borderedBottom:v,borderedStart:w,borderedEnd:P,borderedHorizontal:k,borderedVertical:T,borderRadius:C,borderTopStartRadius:S,borderTopEndRadius:I,borderBottomStartRadius:D,borderBottomEndRadius:H,borderColor:B,borderColorOnActive:z,borderColorOnFocus:M,borderColorOnChecked:N,borderColorOnHover:R,borderStartColor:A,borderEndColor:L,borderTopColor:O,borderBottomColor:V,borderWidth:E,borderVerticalWidth:U,borderHorizontalWidth:W,borderStartWidth:G,borderEndWidth:q,borderTopWidth:F,borderBottomWidth:X,alignContent:_,alignItems:j,alignSelf:Z,flex:$,flexDirection:J,flexGrow:K,flexShrink:Y,flexWrap:Q,justifyContent:ee,flexBasis:te,display:re,zIndex:oe,overflow:ae,overflowX:ne,overflowY:se,position:ie,spacing:pe,spacingHorizontal:le,spacingVertical:ce,spacingBottom:de,spacingEnd:me,spacingStart:be,spacingTop:fe,offset:ge,offsetVertical:ue,offsetHorizontal:ye,offsetBottom:ve,offsetEnd:he,offsetStart:xe,offsetTop:we,columnGap:Pe,rowGap:ke,minHeight:Te,maxHeight:Ce,minWidth:Se,maxWidth:Ie});return Sr("img",{src:r,alt:o,className:He,style:{objectPosition:"left",width:t,height:e},...De})}import{Dialog as Ir,DialogDismiss as Dr,useDialogStore as Hr}from"@ariakit/react";import{jsx as Ve,jsxs as Rr}from"react/jsx-runtime";function Br(t){return Hr({animated:!0,...t})}function zr({children:t,handleClose:e}){return Rr(Oe,{alignItems:"center",justifyContent:"space-between",children:[Ve(d,{variant:"headline1",children:t}),Ve(_e,{variant:"accent-ghost",size:"m",spacingEnd:"0",spacingVertical:"0",onClick:e,children:"close"})]})}function Mr({className:t,...e}){return Ve(x,{borderRadius:"m",elevation:"3",position:"fixed",height:"fit",zIndex:"50",className:f("top-[250px] w-[600px] inset-8 mx-auto origin-center scale-95 transition-all data-[enter]:opacity-100 duration-200 data-[enter]:scale-100",t),spacing:"8",asChild:!0,children:Ve(Ir,{backdrop:Ve("div",{className:"bg-overlay transition-opacity duration-200 data-[enter]:opacity-100"}),...e})})}var Nr=Dr;import{jsx as tt,jsxs as dt}from"react/jsx-runtime";function Ar({className:t,...e}){return dt("div",{role:"status",className:`self-center ${t}`,...e,style:{width:8,maxWidth:8,height:8,maxHeight:8},children:[dt("svg",{"aria-hidden":"true",className:"w-8 h-8 text-gray-3 animate-spin fill-accent",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[tt("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),tt("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})]}),tt("span",{className:"sr-only",children:"Loading..."})]})}import{Tab as Lr,TabList as Or,TabPanel as Vr,TabProvider as Er,useTabContext as mt}from"@ariakit/react";import{forwardRef as bt}from"react";import{jsx as Me,jsxs as Xr}from"react/jsx-runtime";var Ur=h();function Wr(t){return Me(Er,{...t})}var Gr=bt(function({className:e,...r},o){let a=s({display:"flex",flexDirection:"row",columnGap:"7",className:e});return Me(Or,{ref:o,...r,className:a})}),qr=function({asChild:e,label:r,value:o,startIcon:a}){let n=e?Ur:"a",l=s({}),i=mt();if(!i)throw new Error("Tab must be wrapped in a Tabs component");let p=i?.useState().activeId===o,c=p?"accent":"primary";return Me(Lr,{id:o,className:l,render:Me(n,{children:Xr(g,{borderColor:p?"accent":"transparent",borderBottomWidth:"4",spacingVertical:"6",flexDirection:"row",columnGap:"8",children:[a?Me(b,{name:a,color:c,size:"m"}):null,Me(d,{color:c,variant:"headline1",children:r})]})})})},Fr=bt(function(e,r){let o=mt();if(!o)throw new Error("TabPanel must be wrapped in a Tabs component");let a=o.useState("selectedId");return Me(Vr,{ref:r,tabId:a,...e})});import{jsx as Ue,jsxs as ut}from"react/jsx-runtime";function ft({children:t,required:e}){return ut(d,{variant:"caption2",children:[t,e&&Ue(d,{variant:"caption2",as:"span",color:"alert",spacingStart:"2",children:"*"})]})}function gt({className:t,disabled:e,...r}){return Ue("input",{type:"text","data-1p-ignore":!0,className:f(s({backgroundColor:e?"secondary":"primary",borderColor:"tertiary",bordered:!0,borderRadius:"m",spacingVertical:"5",spacingHorizontal:"6",className:"placeholder:text-tertiary font-sans",width:"full",fontSize:"body1",fontWeight:"body1",lineHeight:"body1",color:"primary"}),t),disabled:e,...r})}function _r({label:t,required:e,...r}){return ut(x,{gap:"4",width:"full",children:[Ue(ft,{required:e,children:t}),Ue(gt,{required:e,...r})]})}import{Slide as jr,toast as Zr,ToastContainer as $r}from"react-toastify";import{jsx as yt}from"react/jsx-runtime";var Jr=s({elevation:"3",borderRadius:"m",spacingVertical:"6",spacingHorizontal:"5",display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",columnGap:"5",overflow:"hidden",position:"relative",className:"cursor-pointer"}),Kr=s({fontSize:"label2",lineHeight:"label2",fontWeight:"label2"}),Yr=s({backgroundColor:"positive"}),Qr=s({backgroundColor:"alert"}),eo=s({backgroundColor:"accent"}),to=s({backgroundColor:"warning"}),ro=s({backgroundColor:"elevation-3-inverse"}),oo=s({backgroundColor:"elevation-3-inverse"}),ao=s({backgroundColor:"positive-wash",color:"positive"}),no=s({backgroundColor:"alert-wash",color:"alert"}),so=s({backgroundColor:"accent-wash",color:"accent"}),io=s({backgroundColor:"warning-wash",color:"warning"}),po=s({backgroundColor:"elevation-3-inverse",color:"on-color"}),lo=s({backgroundColor:"elevation-3-inverse",color:"on-color"}),co=t=>{let{type:e="default"}=t??{},r={success:ao,error:no,info:so,warning:io,default:po,dark:lo}[e];return f(Jr,r)};function mo(t){let{type:e="default",defaultClassName:r=""}=t??{},o={success:Yr,error:Qr,info:eo,warning:to,default:ro,dark:oo}[e],a=r.replace(/Toastify__progress-bar-theme--light/,"");return f(a,o)}function bo({closeToast:t,type:e}){let r={success:"positive",error:"alert",info:"accent",warning:"warning",default:"on-color",dark:"white"}[e];return yt(et,{name:"close",size:"s",variant:"accent-ghost",color:r,onClick:t})}function fo(t){return yt($r,{toastClassName:co,bodyClassName:Kr,progressClassName:mo,transition:jr,closeButton:bo,...t})}export{To as AVATAR_SIZE_PREFIX,_t as Accordion,Zt as Avatar,Le as Box,_e as Button,Qt as Chip,zo as DARK_COLOR_MODE_CLASSNAME,Yo as DEFAULT_COLOR_MODE,Uo as DEFAULT_COLOR_MODE_CLASSNAME,Jo as DEFAULT_COLOR_MODE_FOR_APP,ea as DEFAULT_HIGH_CONTRAST_MODE,ta as DEFAULT_REGION_MODE,Qo as DEFAULT_SCALE_MODE,Wo as DEFAULT_SCALE_MODE_CLASSNAME,Ko as DEFAULT_SCALE_MODE_FOR_APP,Pr as Dropdown,xr as DropdownItem,lt as DropdownItemPressable,hr as DropdownItems,wr as DropdownTrigger,Po as FONT_FAMILY_PREFIX,Fo as FONT_ICONS_CSS_VAR,_o as FONT_SANS_BETA_CSS_VAR,jo as FONT_SANS_CONDENSED_CSS_VAR,Xo as FONT_SANS_CSS_VAR,Zo as FONT_SERIF_DISPLAY_CSS_VAR,$o as FONT_SERIF_TEXT_CSS_VAR,Io as FONT_SIZE_PREFIX,Ho as FONT_WEIGHT_PREFIX,Oe as HStack,ko as ICON_SIZE_PREFIX,b as Icon,et as IconButton,Cr as Image,Lo as LARGE_SCALE_MODE_CLASSNAME,Mo as LIGHT_COLOR_MODE_CLASSNAME,Do as LINE_HEIGHT_PREFIX,Ao as MEDIUM_SCALE_MODE_CLASSNAME,Mr as Modal,Nr as ModalDismiss,zr as ModalHeader,$e as Popover,br as PopoverAnchor,Je as PopoverArrow,fr as PopoverDescription,Ye as PopoverDisclosure,ur as PopoverDisclosureArrow,gr as PopoverDismiss,mr as PopoverHeading,Ke as PopoverProvider,g as Pressable,Co as SHAPE_PREFIX,Ro as SMALL_SCALE_MODE_CLASSNAME,So as SPACING_PREFIX,wo as SPECTRUM_COLOR_PREFIX,Ar as Spinner,Bo as TEXT_TRANSFORM_PREFIX,qr as Tab,Gr as TabList,Fr as TabPanel,Wr as Tabs,d as Text,gt as TextInput,_r as TextInputGroup,ft as TextInputLabel,fo as ToastContainer,xo as UDS_PREFIX,x as VStack,Oo as XLARGE_SCALE_MODE_CLASSNAME,No as XSMALL_SCALE_MODE_CLASSNAME,Vo as XXLARGE_SCALE_MODE_CLASSNAME,Eo as XXXLARGE_SCALE_MODE_CLASSNAME,uo as alwaysPalette,at as cva,f as cx,ho as defaultTokensConfig,ra as entries,yo as fontFamilyGlobal,vo as fontWeightMap,Go as getColorModeClassName,qo as getScaleModeClassName,s as getStyles,Zr as toast,Br as useModalStore,Ze as usePopoverStore};
@@ -0,0 +1,15 @@
1
+ import { U as UniversalTokensConfig, i as FontFamilyGlobalConfig, a3 as FontWeightDescriptiveAlias, g as FontWeightNumericAlias, X as ColorModeForApp, ao as ScaleModeForApp, C as ColorMode, S as ScaleMode, a5 as HighContrastMode, al as RegionMode } from './types-hirL9Qk5.cjs';
2
+
3
+ declare const defaultTokensConfig: UniversalTokensConfig;
4
+
5
+ declare const fontFamilyGlobal: FontFamilyGlobalConfig;
6
+ declare const fontWeightMap: Record<FontWeightDescriptiveAlias, FontWeightNumericAlias>;
7
+
8
+ declare const DEFAULT_COLOR_MODE_FOR_APP: ColorModeForApp;
9
+ declare const DEFAULT_SCALE_MODE_FOR_APP: ScaleModeForApp;
10
+ declare const DEFAULT_COLOR_MODE: ColorMode;
11
+ declare const DEFAULT_SCALE_MODE: ScaleMode;
12
+ declare const DEFAULT_HIGH_CONTRAST_MODE: HighContrastMode;
13
+ declare const DEFAULT_REGION_MODE: RegionMode;
14
+
15
+ export { DEFAULT_COLOR_MODE_FOR_APP as D, fontWeightMap as a, DEFAULT_SCALE_MODE_FOR_APP as b, DEFAULT_COLOR_MODE as c, defaultTokensConfig as d, DEFAULT_SCALE_MODE as e, fontFamilyGlobal as f, DEFAULT_HIGH_CONTRAST_MODE as g, DEFAULT_REGION_MODE as h };
@@ -0,0 +1,15 @@
1
+ import { U as UniversalTokensConfig, i as FontFamilyGlobalConfig, a3 as FontWeightDescriptiveAlias, g as FontWeightNumericAlias, X as ColorModeForApp, ao as ScaleModeForApp, C as ColorMode, S as ScaleMode, a5 as HighContrastMode, al as RegionMode } from './types-hirL9Qk5.js';
2
+
3
+ declare const defaultTokensConfig: UniversalTokensConfig;
4
+
5
+ declare const fontFamilyGlobal: FontFamilyGlobalConfig;
6
+ declare const fontWeightMap: Record<FontWeightDescriptiveAlias, FontWeightNumericAlias>;
7
+
8
+ declare const DEFAULT_COLOR_MODE_FOR_APP: ColorModeForApp;
9
+ declare const DEFAULT_SCALE_MODE_FOR_APP: ScaleModeForApp;
10
+ declare const DEFAULT_COLOR_MODE: ColorMode;
11
+ declare const DEFAULT_SCALE_MODE: ScaleMode;
12
+ declare const DEFAULT_HIGH_CONTRAST_MODE: HighContrastMode;
13
+ declare const DEFAULT_REGION_MODE: RegionMode;
14
+
15
+ export { DEFAULT_COLOR_MODE_FOR_APP as D, fontWeightMap as a, DEFAULT_SCALE_MODE_FOR_APP as b, DEFAULT_COLOR_MODE as c, defaultTokensConfig as d, DEFAULT_SCALE_MODE as e, fontFamilyGlobal as f, DEFAULT_HIGH_CONTRAST_MODE as g, DEFAULT_REGION_MODE as h };
@@ -0,0 +1 @@
1
+ "use strict";var _t=Object.create;var se=Object.defineProperty;var Ht=Object.getOwnPropertyDescriptor;var Vt=Object.getOwnPropertyNames;var It=Object.getPrototypeOf,Dt=Object.prototype.hasOwnProperty;var Lt=(e,r)=>{for(var t in r)se(e,t,{get:r[t],enumerable:!0})},Sr=(e,r,t,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Vt(r))!Dt.call(e,n)&&n!==t&&se(e,n,{get:()=>r[n],enumerable:!(a=Ht(r,n))||a.enumerable});return e};var Nt=(e,r,t)=>(t=e!=null?_t(It(e)):{},Sr(r||!e||!e.__esModule?se(t,"default",{value:e,enumerable:!0}):t,e)),Gt=e=>Sr(se({},"__esModule",{value:!0}),e);var Fa={};Lt(Fa,{AVATAR_SIZE_PREFIX:()=>qt,Avatar:()=>ga,Box:()=>oe,Button:()=>ua,ColorModeContext:()=>Xe,ColorModeForAppContext:()=>gr,ColorModeForAppContextUpdater:()=>Mt,ColorModeForAppProvider:()=>fr,ColorModeForDeviceContext:()=>pr,ColorModeForDeviceProvider:()=>mr,ColorModeProvider:()=>qe,ComputedTokensContext:()=>nr,ComputedTokensProvider:()=>lr,DARK_COLOR_MODE_CLASSNAME:()=>Hr,DEFAULT_COLOR_MODE:()=>co,DEFAULT_COLOR_MODE_CLASSNAME:()=>oa,DEFAULT_COLOR_MODE_FOR_APP:()=>Lo,DEFAULT_HIGH_CONTRAST_MODE:()=>pa,DEFAULT_REGION_MODE:()=>ca,DEFAULT_SCALE_MODE:()=>mo,DEFAULT_SCALE_MODE_CLASSNAME:()=>ea,DEFAULT_SCALE_MODE_FOR_APP:()=>No,DEFAULT_STYLER:()=>he,FONT_FAMILY_PREFIX:()=>Ut,FONT_ICONS_CSS_VAR:()=>aa,FONT_SANS_BETA_CSS_VAR:()=>ia,FONT_SANS_CONDENSED_CSS_VAR:()=>la,FONT_SANS_CSS_VAR:()=>na,FONT_SERIF_DISPLAY_CSS_VAR:()=>sa,FONT_SERIF_TEXT_CSS_VAR:()=>da,FONT_SIZE_PREFIX:()=>Zt,FONT_WEIGHT_PREFIX:()=>Jt,HStack:()=>ba,ICON_SIZE_PREFIX:()=>Xt,Icon:()=>Go,IconButton:()=>ya,Image:()=>or,LARGE_SCALE_MODE_CLASSNAME:()=>fe,LIGHT_COLOR_MODE_CLASSNAME:()=>ge,LINE_HEIGHT_PREFIX:()=>Kt,MEDIUM_SCALE_MODE_CLASSNAME:()=>Dr,Pressable:()=>ee,SHAPE_PREFIX:()=>Yt,SMALL_SCALE_MODE_CLASSNAME:()=>Ir,SPACING_PREFIX:()=>jt,SPECTRUM_COLOR_PREFIX:()=>$t,ScaleModeContext:()=>Ye,ScaleModeForAppContext:()=>At,ScaleModeForAppProvider:()=>yr,ScaleModeForAppUpdaterContext:()=>Wt,ScaleModeForDeviceContext:()=>ur,ScaleModeForDeviceProvider:()=>hr,ScaleModeProvider:()=>je,Screen:()=>Sa,StyleProvider:()=>Ke,TEXT_TRANSFORM_PREFIX:()=>Qt,Text:()=>rr,ThemeProvider:()=>Ea,UDS_PREFIX:()=>E,VStack:()=>xa,XLARGE_SCALE_MODE_CLASSNAME:()=>Lr,XSMALL_SCALE_MODE_CLASSNAME:()=>Vr,XXLARGE_SCALE_MODE_CLASSNAME:()=>Nr,XXXLARGE_SCALE_MODE_CLASSNAME:()=>Gr,alwaysPalette:()=>Vo,createStyler:()=>be,defaultTokensConfig:()=>Jo,entries:()=>$e,fontFamilyGlobal:()=>ce,fontWeightMap:()=>N,getColorModeClassName:()=>ra,getScaleModeClassName:()=>ta,useAppState:()=>re,useColorMode:()=>Qo,useColorModeForApp:()=>wa,useColorModeForDevice:()=>cr,useComputedTokens:()=>ir,useDeviceFontScale:()=>dr,useScaleMode:()=>Se,useScaleModeForDevice:()=>br,useStyles:()=>$,useTokens:()=>Je});module.exports=Gt(Fa);var xr={0:0,1:1,2:2,4:4,8:8};var vr={1:[{color:"rgba(0, 0, 0, 0.08)",offsetX:0,offsetY:2,blurRadius:4,spreadRadius:0},{color:"rgba(0, 0, 0, 0.10)",offsetX:0,offsetY:0,blurRadius:1,spreadRadius:0}],2:[{color:"rgba(0, 0, 0, 0.1)",offsetX:0,offsetY:4,blurRadius:8,spreadRadius:0},{color:"rgba(0, 0, 0, 0.1)",offsetX:0,offsetY:0,blurRadius:1,spreadRadius:0}],3:[{color:"rgba(0, 0, 0, 0.1)",offsetX:0,offsetY:4,blurRadius:16,spreadRadius:0},{color:"rgba(0, 0, 0, 0.1)",offsetX:0,offsetY:0,blurRadius:2,spreadRadius:0}]};var Pr={auto:"auto",square:"1 / 1",video:"16 / 9"},wr={auto:"auto",0:"0",10:"10",20:"20",30:"30",40:"40",50:"50"};var Tr={core:{brand:{hue:"purple",step:"9"},accent:{hue:"blue",step:"9"},alert:{hue:"red",step:"9"},positive:{hue:"green",step:"9"},warning:{hue:"orange",step:"9"}},background:{primary:{hue:"gray",step:"0"},secondary:{hue:"gray",step:"2"}},backgroundWash:{"alert-wash":{hue:"red",step:"1"},"brand-wash":{hue:"purple",step:"1"},"accent-wash":{hue:"blue",step:"1"},"positive-wash":{hue:"green",step:"1"},"warning-wash":{hue:"orange",step:"1"}},elevation:{"elevation-1":{hue:"gray",step:"0"},"elevation-2":{hue:"gray",step:"0"},"elevation-3":{hue:"gray",step:"0"},"elevation-3-inverse":{hue:"gray",step:"14"},overlay:{hue:"gray",step:"9",opacity:"0.6"}},foreground:{primary:{hue:"gray",step:"13"},secondary:{hue:"gray",step:"12"},tertiary:{hue:"gray",step:"9"},muted:{hue:"gray",step:"8"},"on-color":{hue:"gray",step:"0"}},line:{primary:{hue:"gray",step:"12"},secondary:{hue:"gray",step:"9"},tertiary:{hue:"gray",step:"7"},muted:{hue:"gray",step:"3"}}},kr={core:{brand:{hue:"purple",step:"9"},accent:{hue:"blue",step:"9"},alert:{hue:"red",step:"9"},positive:{hue:"green",step:"9"},warning:{hue:"orange",step:"9"}},background:{primary:{hue:"gray",step:"1"},secondary:{hue:"gray",step:"3"}},backgroundWash:{"brand-wash":{hue:"purple",step:"1"},"accent-wash":{hue:"blue",step:"1"},"alert-wash":{hue:"red",step:"1"},"positive-wash":{hue:"green",step:"1"},"warning-wash":{hue:"orange",step:"1"}},elevation:{"elevation-1":{hue:"gray",step:"2"},"elevation-2":{hue:"gray",step:"3"},"elevation-3":{hue:"gray",step:"4"},"elevation-3-inverse":{hue:"gray",step:"14"},overlay:{hue:"gray",step:"9",opacity:"0.6"}},foreground:{primary:{hue:"gray",step:"14"},secondary:{hue:"gray",step:"13"},tertiary:{hue:"gray",step:"9"},muted:{hue:"gray",step:"8"},"on-color":{hue:"gray",step:"0"}},line:{primary:{hue:"gray",step:"12"},secondary:{hue:"gray",step:"9"},tertiary:{hue:"gray",step:"7"},muted:{hue:"gray",step:"3"}}},Vo={white:"#ffffff",black:"#000000",transparent:"transparent"};var Er={square:0,xs:2,s:4,m:8,l:12,xl:16,xxl:20,circle:9999},Fr={square:0,xs:2,s:4,m:8,l:16,xl:24,xxl:32,circle:9999};var ze={s:16,m:24,l:32},Mr=ze,Be={s:16,m:24,l:32},Rr=Be;var Ar={0:0,1:1,2:2,3:4,4:8,5:12,6:16,7:20,8:24,9:28,10:32,11:36,12:40,13:44,14:48},Wr={0:0,1:1,2:2,3:4,4:8,5:12,6:16,7:24,8:32,9:40,10:48,11:56,12:64,13:72,14:80};var zr={blue:{0:"242 250 255",1:"223 242 255",2:"202 234 255",3:"162 218 255",4:"125 203 255",5:"89 189 255",6:"18 169 255",7:"24 143 255",8:"15 105 255",9:"0 99 235",10:"0 89 222",11:"0 72 196",12:"0 55 164",13:"0 39 126",14:"0 23 83",15:"0 10 38"},purple:{15:"16 0 38",14:"29 0 71",13:"43 0 103",12:"57 0 125",11:"80 21 176",10:"96 1 210",9:"126 31 255",8:"129 56 255",7:"124 73 252",6:"122 93 252",5:"149 126 252",4:"176 159 252",3:"202 194 255",2:"225 217 255",1:"235 229 255",0:"248 244 255"},pink:{15:"38 0 16",14:"76 0 33",13:"116 0 52",12:"156 0 72",11:"195 0 94",10:"227 0 113",9:"255 0 128",8:"255 54 161",7:"255 79 176",6:"255 121 200",5:"255 155 219",4:"255 183 233",3:"255 204 242",2:"255 220 248",1:"255 235 249",0:"255 247 252"},red:{15:"38 3 0",14:"68 4 0",13:"98 3 0",12:"127 0 0",11:"157 0 4",10:"187 0 10",9:"211 13 46",8:"245 44 57",7:"255 77 82",6:"253 106 116",5:"255 152 159",4:"255 187 192",3:"255 214 218",2:"255 231 232",1:"255 240 241",0:"255 250 250"},yellow:{15:"38 30 0",14:"49 38 0",13:"64 50 0",12:"83 65 0",11:"108 85 0",10:"138 109 4",9:"160 127 8",8:"181 144 12",7:"229 185 23",6:"255 211 51",5:"255 224 46",4:"255 233 87",3:"255 242 125",2:"255 246 161",1:"255 250 209",0:"255 253 238"},green:{15:"3 33 21",14:"4 43 27",13:"4 51 31",12:"4 59 35",11:"4 77 44",10:"4 94 52",9:"0 108 59",8:"10 122 68",7:"0 135 81",6:"48 161 89",5:"86 196 112",4:"126 228 135",3:"162 242 162",2:"202 250 197",1:"225 253 220",0:"246 255 244"},teal:{15:"0 38 38",14:"0 44 44",13:"0 54 53",12:"0 69 67",11:"0 89 86",10:"0 110 107",9:"0 122 122",8:"0 160 160",7:"0 189 184",6:"17 211 205",5:"78 232 220",4:"133 247 233",3:"177 255 243",2:"207 255 248",1:"224 255 248",0:"242 255 251"},gray:{15:"0 0 0",14:"16 21 24",13:"29 34 40",12:"35 42 49",11:"44 54 63",10:"70 78 86",9:"91 99 106",8:"110 119 128",7:"130 138 147",6:"151 158 168",5:"176 185 193",4:"199 205 210",3:"224 228 233",2:"240 243 245",1:"245 248 250",0:"255 255 255"},orange:{0:"255 249 242",1:"255 239 222",2:"255 229 202",4:"252 182 111",5:"255 158 66",6:"255 137 21",7:"240 114 5",8:"217 94 18",9:"191 73 0",10:"166 64 0",11:"145 56 0",3:"249 208 167",12:"115 44 0",13:"94 37 1",14:"68 26 0",15:"38 15 0"},rose:{0:"255 247 250",1:"255 235 243",2:"255 224 239",3:"255 209 226",4:"255 193 213",5:"250 162 187",6:"233 126 157",7:"211 89 124",8:"189 57 95",9:"167 52 85",10:"144 47 75",11:"113 35 57",12:"87 27 44",13:"66 22 35",14:"50 18 27",15:"38 15 22"},sunset:{0:"255 240 238",1:"251 221 218",2:"247 203 199",3:"234 170 163",4:"221 140 130",5:"209 113 99",6:"196 89 71",7:"184 68 46",8:"171 51 24",9:"158 44 18",10:"145 38 12",11:"124 26 1",12:"102 22 0",13:"81 18 0",14:"60 13 0",15:"38 8 0"},brown:{0:"255 253 250",1:"255 246 224",2:"255 236 209",3:"251 221 191",4:"237 199 159",5:"217 170 118",6:"185 136 79",7:"151 104 47",8:"134 90 35",9:"117 76 25",10:"91 56 11",11:"71 42 4",12:"55 33 1",13:"45 27 0",14:"38 23 0",15:"26 16 0"},citron:{0:"253 255 230",1:"249 253 193",2:"245 252 158",3:"235 244 87",4:"222 231 23",5:"205 212 0",6:"184 188 0",7:"158 159 0",8:"128 128 0",9:"115 113 0",10:"101 99 0",11:"78 76 0",12:"61 58 0",13:"49 46 0",14:"42 39 0",15:"38 35 0"},lime:{0:"249 255 245",1:"237 255 224",2:"230 255 209",3:"217 250 190",4:"202 239 168",5:"172 222 122",6:"137 199 70",7:"101 169 21",8:"77 137 0",9:"70 122 0",10:"62 107 0",11:"50 83 0",12:"40 65 0",13:"33 51 0",14:"28 43 0",15:"26 38 0"},mint:{0:"245 255 249",1:"231 252 240",2:"218 248 232",3:"201 239 219",4:"174 224 199",5:"133 203 172",6:"88 179 142",7:"45 151 113",8:"12 122 88",9:"1 109 78",10:"1 96 71",11:"0 74 57",12:"0 58 46",13:"0 47 38",14:"0 41 33",15:"0 28 23"},cyan:{0:"245 255 255",1:"223 255 255",2:"201 255 255",3:"161 245 251",4:"121 229 240",5:"85 205 223",6:"54 177 201",7:"29 146 174",8:"20 114 142",9:"19 100 126",10:"17 86 111",11:"13 64 86",12:"10 48 67",13:"9 37 53",14:"8 29 44",15:"4 18 28"},indigo:{0:"242 244 255",1:"226 230 255",2:"209 213 255",3:"184 188 255",4:"156 160 255",5:"130 130 255",6:"93 94 255",7:"64 64 227",8:"47 41 204",9:"32 21 194",10:"26 13 171",11:"22 9 144",12:"18 5 118",13:"15 3 91",14:"11 1 65",15:"6 0 38"},magenta:{0:"244 235 255",1:"236 217 251",2:"229 199 247",3:"223 182 243",4:"220 166 240",5:"212 136 227",6:"207 109 214",7:"201 84 199",8:"188 61 177",9:"164 46 151",10:"140 32 126",11:"116 22 103",12:"92 13 81",13:"68 6 60",14:"44 2 39",15:"20 0 18"},nude:{0:"255 245 245",1:"251 222 221",2:"248 203 196",3:"235 185 172",4:"222 169 149",5:"202 155 136",6:"182 139 122",7:"162 122 106",8:"142 104 89",9:"131 93 80",10:"120 83 71",11:"100 61 48",12:"80 34 19",13:"60 14 0",14:"40 9 0",15:"20 4 0"},carbon:{0:"255 255 255",1:"252 251 251",2:"245 245 245",3:"227 227 227",4:"205 205 205",5:"176 176 176",6:"142 142 142",7:"106 106 106",8:"90 90 90",9:"68 68 68",10:"50 50 50",11:"41 41 41",12:"31 31 31",13:"20 20 20",14:"10 10 10",15:"0 0 0"}},Br={blue:{15:"240 247 252",14:"213 237 252",13:"182 224 252",12:"150 210 250",11:"125 203 255",10:"99 192 255",9:"18 169 255",8:"17 148 236",7:"0 116 210",6:"0 87 183",5:"0 63 156",4:"0 44 129",3:"0 29 102",2:"0 19 75",1:"0 14 57",0:"0 10 38"},purple:{15:"248 244 255",14:"235 232 254",13:"225 219 252",12:"209 201 251",11:"187 174 249",10:"165 149 248",9:"144 124 255",8:"119 89 255",7:"108 36 242",6:"96 1 210",5:"80 21 176",4:"57 0 125",3:"51 0 102",2:"42 0 75",1:"34 0 57",0:"25 0 38"},pink:{15:"255 229 247",14:"255 212 240",13:"255 186 228",12:"255 150 211",11:"255 101 186",10:"255 54 161",9:"255 0 128",8:"233 0 107",7:"194 0 81",6:"157 0 67",5:"123 0 54",4:"96 0 43",3:"75 0 34",2:"58 0 27",1:"48 0 23",0:"38 0 19"},red:{15:"255 240 241",14:"254 210 214",13:"255 183 188",12:"255 155 161",11:"255 135 141",10:"255 105 109",9:"255 77 82",8:"232 58 62",7:"210 46 47",6:"183 28 27",5:"156 15 12",4:"129 5 0",3:"102 1 0",2:"75 3 0",1:"57 3 0",0:"38 3 0"},yellow:{15:"255 253 238",14:"255 251 197",13:"255 249 163",12:"255 243 138",11:"255 232 102",10:"255 220 79",9:"255 204 0",8:"233 171 0",7:"194 136 0",6:"157 112 0",5:"123 91 0",4:"96 73 0",3:"75 60 0",2:"58 49 0",1:"48 42 0",0:"38 35 0"},green:{15:"247 255 245",14:"213 255 208",13:"169 251 169",12:"128 242 143",11:"91 235 126",10:"55 219 115",9:"26 197 103",8:"29 181 97",7:"23 149 83",6:"18 118 68",5:"14 91 55",4:"11 70 44",3:"8 55 36",2:"8 48 32",1:"7 43 29",0:"7 33 23"},teal:{15:"242 255 254",14:"216 255 252",13:"185 255 251",12:"145 249 243",11:"99 237 231",10:"52 227 222",9:"17 211 205",8:"15 194 190",7:"1 160 159",6:"0 126 127",5:"0 97 99",4:"0 73 76",3:"0 56 60",2:"0 45 49",1:"0 40 43",0:"0 35 38"},gray:{15:"255 255 255",14:"245 248 250",13:"240 243 245",12:"224 228 233",11:"199 205 210",10:"176 185 193",9:"151 158 168",8:"130 138 147",7:"110 119 128",6:"91 99 106",5:"70 78 86",4:"44 54 63",3:"35 42 49",2:"29 34 40",1:"16 21 24",0:"0 0 0"},carbon:{15:"255 255 255",14:"252 251 251",13:"245 245 245",12:"227 227 227",11:"205 205 205",10:"176 176 176",9:"142 142 142",8:"117 117 117",7:"90 90 90",6:"68 68 68",5:"50 50 50",4:"41 41 41",3:"31 31 31",2:"20 20 20",1:"10 10 10",0:"0 0 0"},orange:{15:"255 246 240",14:"255 224 204",13:"255 192 153",12:"255 161 102",0:"38 15 0",1:"46 17 0",2:"54 19 0",4:"86 28 0",3:"67 23 0",5:"111 34 0",6:"142 41 0",7:"177 54 0",8:"229 80 0",9:"253 97 0",10:"255 123 41",11:"255 145 77"},rose:{0:"28 4 11",1:"38 5 15",2:"50 18 27",3:"66 22 35",4:"87 27 44",5:"113 35 57",6:"158 49 80",7:"191 58 96",8:"214 87 124",9:"221 108 141",10:"228 131 159",11:"245 164 188",12:"255 193 211",13:"255 214 226",14:"255 233 240",15:"255 251 252"},sunset:{0:"38 8 0",1:"54 11 0",2:"69 15 0",3:"100 20 0",4:"130 26 0",5:"156 40 12",6:"178 58 31",7:"197 79 53",8:"213 101 78",9:"219 112 90",10:"225 124 104",11:"235 147 131",12:"243 171 158",13:"249 194 185",14:"253 218 212",15:"255 241 238"},brown:{0:"38 23 0",1:"52 31 1",2:"66 40 2",3:"95 58 5",4:"123 75 10",5:"148 92 19",6:"168 108 31",7:"186 123 46",8:"200 138 66",9:"209 150 80",10:"219 165 103",11:"224 176 122",12:"229 190 148",13:"239 210 180",14:"248 230 212",15:"255 249 242"},citron:{0:"38 35 0",1:"42 39 0",2:"49 46 0",3:"61 58 0",4:"78 76 0",5:"101 99 0",6:"128 125 0",7:"153 153 0",8:"184 188 0",9:"205 212 0",10:"222 231 23",11:"235 244 87",12:"237 243 116",13:"243 249 158",14:"249 253 193",15:"254 255 238"},lime:{0:"20 38 0",1:"34 51 0",2:"41 63 0",3:"53 83 0",4:"65 104 2",5:"79 125 11",6:"94 145 24",7:"110 166 40",8:"127 187 60",9:"137 199 70",10:"151 209 90",11:"168 224 121",12:"184 237 148",13:"209 247 186",14:"226 255 211",15:"244 255 240"},mint:{0:"0 31 25",1:"0 41 34",2:"0 49 41",3:"0 62 52",4:"0 81 64",5:"0 106 77",6:"29 130 89",7:"33 150 104",8:"39 171 116",9:"72 194 129",10:"106 212 153",11:"149 222 182",12:"181 232 204",13:"209 244 224",14:"227 252 237",15:"242 255 248"},cyan:{0:"0 22 38",1:"0 32 54",2:"1 42 69",3:"3 65 100",4:"8 89 130",5:"15 114 156",6:"26 138 178",7:"41 161 197",8:"60 182 213",9:"72 192 219",10:"100 210 232",11:"124 227 242",12:"145 239 250",13:"179 244 249",14:"212 251 253",15:"242 255 255"},indigo:{0:"8 2 38",1:"13 4 65",2:"17 5 91",3:"20 7 117",4:"22 9 144",5:"26 13 171",6:"39 32 187",7:"60 63 219",8:"93 94 255",9:"112 117 242",10:"135 146 242",11:"163 175 251",12:"189 198 255",13:"211 214 255",14:"232 233 255",15:"252 253 255"},magenta:{0:"46 5 44",1:"63 6 58",2:"80 8 72",3:"96 11 86",4:"113 13 99",5:"138 23 122",6:"163 38 148",7:"188 61 177",8:"195 87 196",9:"194 116 205",10:"198 145 213",11:"206 172 222",13:"228 215 238",14:"239 231 247",15:"249 244 255",12:"217 195 230"},nude:{0:"20 0 0",1:"33 0 0",2:"46 0 0",3:"67 0 0",4:"89 20 18",5:"110 46 42",6:"132 73 66",7:"154 99 90",8:"175 124 112",9:"188 136 121",10:"200 147 131",11:"222 169 149",12:"230 189 170",13:"239 208 191",14:"247 224 210",15:"255 240 229"}};var de=["Helvetica Neue","Helvetica","Arial","sans-serif"],Or=["Georgia","Times","Times New Roman","serif"],ce={icons:{fallbacks:de,name:"yahoo-icons"},sans:{fallbacks:de,name:"yahoo-sans"},"sans-beta":{fallbacks:de,name:"yahoo-sans-beta"},"sans-condensed":{fallbacks:de,name:"yahoo-sans-condensed"},"serif-text":{fallbacks:Or,name:"yahoo-serif-text"},"serif-display":{fallbacks:Or,name:"yahoo-serif-display"}},Oe={display1:"sans",title1:"sans",title2:"sans",title3:"sans",title4:"sans",headline1:"sans",body1:"sans",label1:"sans",label2:"sans",caption1:"sans",caption2:"sans",legal1:"sans"},N={thin:"100",extralight:"200",light:"300",regular:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},_e={display1:"black",title1:"bold",title2:"bold",title3:"bold",title4:"bold",headline1:"semibold",body1:"regular",label1:"semibold",label2:"regular",caption1:"semibold",caption2:"regular",legal1:"semibold"},He={display1:"uppercase",title1:"none",title2:"none",title3:"none",title4:"none",headline1:"none",body1:"none",label1:"none",label2:"none",caption1:"none",caption2:"none",legal1:"none"},Ve={fontSize:{display1:46,title1:29,title2:25,title3:21,title4:17,headline1:13,body1:13,label1:12,label2:12,caption1:11,caption2:11,legal1:10},lineHeight:{display1:44,title1:36,title2:32,title3:28,title4:24,headline1:16,body1:16,label1:16,label2:16,caption1:16,caption2:16,legal1:12}},Ie={fontSize:{display1:46,title1:30,title2:26,title3:22,title4:18,headline1:14,body1:14,label1:13,label2:13,caption1:12,caption2:12,legal1:11},lineHeight:{...Ve.lineHeight,title1:40,headline1:20,body1:20,legal1:16}},pe={fontSize:{display1:47,title1:31,title2:27,title3:23,title4:19,headline1:15,body1:15,label1:13,label2:13,caption1:12,caption2:12,legal1:11},lineHeight:{...Ie.lineHeight,title2:36,title3:32}},De={fontSize:{...pe.fontSize,display1:48,title1:32,title2:28,title3:24,title4:20,headline1:16,body1:16,label1:14,label2:14},lineHeight:{...pe.lineHeight,title2:36,title3:32,headline1:20,body1:20,label1:20,label2:20}},Le={fontSize:{display1:50,title1:34,title2:30,title3:26,title4:22,headline1:18,body1:16,label1:16,label2:16,caption1:14,caption2:14,legal1:13},lineHeight:{...De.lineHeight,title1:44,headline1:24,body1:24,caption1:20,caption2:20}},Ne={fontSize:{display1:52,title1:36,title2:32,title3:28,title4:26,headline1:20,body1:20,label1:18,label2:18,caption1:16,caption2:16,legal1:15},lineHeight:{...Le.lineHeight,title2:40,title3:36,headline1:28,body1:28,label1:24,label2:24,legal1:20}},_r={fontSize:{display1:54,title1:38,title2:34,title3:30,title4:28,headline1:22,body1:22,label1:20,label2:20,caption1:18,caption2:18,legal1:17},lineHeight:{...Ne.lineHeight,title1:48,title2:44,title4:32,label1:28,label2:28,caption1:24,caption2:24}};var Ge={fontFamily:Oe,fontWeight:_e,textTransform:He,avatarSizes:ze,iconSizes:Be,shapes:Er,spacing:Ar},me={fontFamily:Oe,fontWeight:_e,textTransform:He,avatarSizes:Mr,iconSizes:Rr,shapes:Fr,spacing:Wr},Jo={colorMode:{light:{palette:Tr,spectrum:zr},dark:{palette:kr,spectrum:Br}},scaleMode:{xSmall:{...Ge,...Ve},small:{...Ge,...Ie},medium:{...Ge,...pe},large:{...me,...De},xLarge:{...me,...Le},xxLarge:{...me,...Ne},xxxLarge:{...me,..._r}},aspectRatio:Pr,borderWidth:xr,elevation:vr,fontFamily:ce,zIndex:wr};var E="uds",$t=`${E}-spectrum-color`,Ut=`${E}-font`,Xt=`${E}-icon-size`,qt=`${E}-avatar-size`,Yt=`${E}-shape`,jt=`${E}-spacing`,Zt=`${E}-font-size`,Kt=`${E}-line-height`,Jt=`${E}-font-weight`,Qt=`${E}-text-transform`,Hr=`${E}-color-mode-dark`,ge=`${E}-color-mode-light`,Vr=`${E}-scale-mode-xsmall`,Ir=`${E}-scale-mode-small`,Dr=`${E}-scale-mode-medium`,fe=`${E}-scale-mode-large`,Lr=`${E}-scale-mode-xlarge`,Nr=`${E}-scale-mode-xxlarge`,Gr=`${E}-scale-mode-xxxlarge`,oa=ge,ea=fe;function ra(e){switch(e){case"light":return ge;case"dark":return Hr;default:}}function ta(e){switch(e){case"xSmall":return Vr;case"small":return Ir;case"medium":return Dr;case"large":return fe;case"xLarge":return Lr;case"xxLarge":return Nr;case"xxxLarge":return Gr;default:}}var aa=`--${E}-font-icons`,na=`--${E}-font-sans`,ia=`--${E}-font-sans-beta`,la=`--${E}-font-sans-condensed`,sa=`--${E}-font-serif-display`,da=`--${E}-font-serif-text`;var Lo="system",No="system",co="light",mo="large",pa=!1,ca="\u{1F1FA}\u{1F1F8} US";function $e(e){return Object.entries(e)}var Bo=require("react");var Xr=require("@yahoo/uds/fixtures");function ue(e,r){return Object.keys(e).reduce((t,a,n)=>(t[a]=r(e[a],a,n),t),{})}function $r({spectrum:e,palette:r}){let t=ue(e,n=>ue(n,i=>`rgb(${i.replaceAll(" ",",")})`)),a=ue(r,n=>Object.entries(n).reduce((i,[p,{hue:o,step:s,opacity:f}])=>{let l=e[o][s],d=f?`rgb(${l.replaceAll(" ",",")} / ${f})`:`rgb(${l.replaceAll(" ",",")})`;return{...i,[p]:d}},{}));return{spectrum:t,palette:a}}function ma(e){let r={};for(let[t,[{color:a,offsetX:n,offsetY:i,blurRadius:p}]]of $e(e)){let o={shadowColor:a,shadowOffset:{width:n,height:i},shadowOpacity:1,shadowRadius:p};r[t]=o}return r}function Ur({colorMode:e,elevation:r,...t}){return{...t,colorMode:{light:$r(e.light),dark:$r(e.dark)},elevation:ma(r)}}function Ue(e){return typeof e=="boolean"?`${e}`:e===0?"0":e}var H={};function be({colorMode:e,scaleMode:r},t){let{colorMode:a,scaleMode:n,fontFamily:i,...p}=Ur(t),o={fontFamilyGlobal:i,...p,...a[e],...n[r]},s=Object.assign,f=function(G){return function(m){let ao={};if(!G?.variants)return s(ao,G?.base);let{base:ae,variants:Fe,defaultVariants:Me,compoundVariants:Ko}=G;ae&&s(ao,ae);function Re(Do){if(Do){let{style:Ho,...ne}=Do;for(let ie in ne){let le=Fe[ie],Ae=m?.[ie],Cr=Me?.[ie],We=Ue(Ae)||Ue(Cr);if(We&&We in le){let Ot=le[We];s(ao,Ot)}}Ho&&s(ao,Ho)}}if(Re(m),Ko&&Ko?.length>0)for(let Do of Ko){let{style:Ho,...ne}=Do;Object.entries(ne).every(([le,Ae])=>m?.[le]===Ae)&&Ho&&s(ao,Ho)}return m?.style&&s(ao,m.style),ao}},l=o.spacing[0],d=o.spacing[1],c=o.spacing[2],g=o.spacing[3],u=o.spacing[4],b=o.spacing[5],h=o.spacing[6],y=o.spacing[7],C=o.spacing[8],S=o.spacing[9],x=o.spacing[10],v=o.spacing[11],P=o.spacing[12],w=o.spacing[13],T=o.spacing[14],F=o.palette.core.accent,M=o.palette.core.alert,R=o.palette.core.brand,A=o.palette.core.positive,W=o.palette.core.warning,z=Vo.white,B=Vo.black,O=Vo.transparent,io=o.palette.foreground.muted,lo=o.palette.foreground["on-color"],so=o.palette.foreground.primary,no=o.palette.foreground.secondary,fo=o.palette.foreground.tertiary,j=o.palette.backgroundWash["accent-wash"],Z=o.palette.backgroundWash["alert-wash"],K=o.palette.backgroundWash["brand-wash"],J=o.palette.backgroundWash["positive-wash"],Q=o.palette.backgroundWash["warning-wash"],U=o.palette.elevation["elevation-1"],X=o.palette.elevation["elevation-2"],q=o.palette.elevation["elevation-3"],oo=o.palette.elevation["elevation-3-inverse"],eo=o.palette.elevation.overlay,ro=o.palette.background.primary,to=o.palette.background.secondary,_=o.palette.line.primary,V=o.palette.line.secondary,I=o.palette.line.tertiary,D=o.palette.line.muted,k=o.fontFamilyGlobal,uo=k.sans.name,bo=k["sans-beta"].name,ho=k["sans-condensed"].name,yo=k["serif-text"].name,Co=k["serif-display"].name,So=k[o.fontFamily.title1].name,xo=k[o.fontFamily.title1].name,vo=k[o.fontFamily.title2].name,Po=k[o.fontFamily.title3].name,wo=k[o.fontFamily.title4].name,To=k[o.fontFamily.headline1].name,ko=k[o.fontFamily.body1].name,Eo=k[o.fontFamily.label1].name,Fo=k[o.fontFamily.label2].name,Mo=k[o.fontFamily.caption1].name,Ro=k[o.fontFamily.caption2].name,Ao=k[o.fontFamily.legal1].name;function Wo(Y){return!!(typeof Y=="string"&&Xr.textVariants.includes(Y))}function zo({style:Y,...G}){let po={},m;Wo(G.fontWeight)?m=o.fontWeight[G.fontWeight]:m="regular";let ao=f({variants:{color:{accent:{color:F},alert:{color:M},black:{color:B},brand:{color:R},positive:{color:A},warning:{color:W},white:{color:z},transparent:{color:O},muted:{color:io},"on-color":{color:lo},primary:{color:so},secondary:{color:no},tertiary:{color:fo}},colorChecked:{accent:{color:F},alert:{color:M},black:{color:B},brand:{color:R},positive:{color:A},warning:{color:W},white:{color:z},transparent:{color:O},muted:{color:io},"on-color":{color:lo},primary:{color:so},secondary:{color:no},tertiary:{color:no}},fontFamily:{icons:{fontFamily:k.icons.name},sans:{fontFamily:`${uo}-${m}`},"sans-beta":{fontFamily:`${bo}-${m}`},"sans-condensed":{fontFamily:`${ho}-${m}`},"serif-text":{fontFamily:`${yo}-${m}`},"serif-display":{fontFamily:`${Co}-${m}`},display1:{fontFamily:`${So}-${m}`},title1:{fontFamily:`${xo}-${m}`},title2:{fontFamily:`${vo}-${m}`},title3:{fontFamily:`${Po}-${m}`},title4:{fontFamily:`${wo}-${m}`},headline1:{fontFamily:`${To}-${m}`},body1:{fontFamily:`${ko}-${m}`},label1:{fontFamily:`${Eo}-${m}`},label2:{fontFamily:`${Fo}-${m}`},caption1:{fontFamily:`${Mo}-${m}`},caption2:{fontFamily:`${Ro}-${m}`},legal1:{fontFamily:`${Ao}-${m}`}},fontSize:{display1:{fontSize:o.fontSize.display1},title1:{fontSize:o.fontSize.title1},title2:{fontSize:o.fontSize.title2},title3:{fontSize:o.fontSize.title3},title4:{fontSize:o.fontSize.title4},headline1:{fontSize:o.fontSize.headline1},body1:{fontSize:o.fontSize.body1},label1:{fontSize:o.fontSize.label1},label2:{fontSize:o.fontSize.label2},caption1:{fontSize:o.fontSize.caption1},caption2:{fontSize:o.fontSize.caption2},legal1:{fontSize:o.fontSize.legal1}},fontWeight:{display1:{fontWeight:N[o.fontWeight.display1]},title1:{fontWeight:N[o.fontWeight.title1]},title2:{fontWeight:N[o.fontWeight.title2]},title3:{fontWeight:N[o.fontWeight.title3]},title4:{fontWeight:N[o.fontWeight.title4]},headline1:{fontWeight:N[o.fontWeight.headline1]},body1:{fontWeight:N[o.fontWeight.body1]},label1:{fontWeight:N[o.fontWeight.label1]},label2:{fontWeight:N[o.fontWeight.label2]},caption1:{fontWeight:N[o.fontWeight.caption1]},caption2:{fontWeight:N[o.fontWeight.caption2]},legal1:{fontWeight:N[o.fontWeight.legal1]},thin:{},extralight:{},light:{},regular:{},medium:{},semibold:{},bold:{},extrabold:{},black:{}},lineHeight:{display1:{lineHeight:o.lineHeight.display1},title1:{lineHeight:o.lineHeight.title1},title2:{lineHeight:o.lineHeight.title2},title3:{lineHeight:o.lineHeight.title3},title4:{lineHeight:o.lineHeight.title4},headline1:{lineHeight:o.lineHeight.headline1},body1:{lineHeight:o.lineHeight.body1},label1:{lineHeight:o.lineHeight.label1},label2:{lineHeight:o.lineHeight.label2},caption1:{lineHeight:o.lineHeight.caption1},caption2:{lineHeight:o.lineHeight.caption2},legal1:{lineHeight:o.lineHeight.legal1}},textAlign:{center:{textAlign:"center"},justify:{textAlign:"justify"},start:{textAlign:"left"},end:{textAlign:"right"}},backgroundColor:{accent:{backgroundColor:F},alert:{backgroundColor:M},black:{backgroundColor:B},brand:{backgroundColor:R},positive:{backgroundColor:A},warning:{backgroundColor:W},white:{backgroundColor:z},"accent-wash":{backgroundColor:j},"alert-wash":{backgroundColor:Z},"brand-wash":{backgroundColor:K},"elevation-1":{backgroundColor:U},"elevation-2":{backgroundColor:X},"elevation-3":{backgroundColor:q},"elevation-3-inverse":{backgroundColor:oo},overlay:{backgroundColor:eo},"positive-wash":{backgroundColor:J},primary:{backgroundColor:ro},secondary:{backgroundColor:to},transparent:{backgroundColor:O},"warning-wash":{backgroundColor:Q}},backgroundColorOnActive:{accent:{backgroundColor:F},alert:{backgroundColor:M},black:{backgroundColor:B},brand:{backgroundColor:R},positive:{backgroundColor:A},warning:{backgroundColor:W},white:{backgroundColor:z},"accent-wash":{backgroundColor:j},"alert-wash":{backgroundColor:Z},"brand-wash":{backgroundColor:K},"elevation-1":{backgroundColor:U},"elevation-2":{backgroundColor:X},"elevation-3":{backgroundColor:q},"elevation-3-inverse":{backgroundColor:oo},overlay:{backgroundColor:eo},"positive-wash":{backgroundColor:J},primary:{backgroundColor:ro},secondary:{backgroundColor:to},transparent:{backgroundColor:O},"warning-wash":{backgroundColor:Q}},backgroundColorOnHover:{accent:{backgroundColor:F},alert:{backgroundColor:M},black:{backgroundColor:B},brand:{backgroundColor:R},positive:{backgroundColor:A},warning:{backgroundColor:W},white:{backgroundColor:z},"accent-wash":{backgroundColor:j},"alert-wash":{backgroundColor:Z},"brand-wash":{backgroundColor:K},"elevation-1":{backgroundColor:U},"elevation-2":{backgroundColor:X},"elevation-3":{backgroundColor:q},"elevation-3-inverse":{backgroundColor:oo},overlay:{backgroundColor:eo},"positive-wash":{backgroundColor:J},primary:{backgroundColor:ro},secondary:{backgroundColor:to},transparent:{backgroundColor:O},"warning-wash":{backgroundColor:Q}},backgroundColorOnChecked:{accent:{backgroundColor:F},alert:{backgroundColor:M},black:{backgroundColor:B},brand:{backgroundColor:R},positive:{backgroundColor:A},warning:{backgroundColor:W},white:{backgroundColor:z},"accent-wash":{backgroundColor:j},"alert-wash":{backgroundColor:Z},"brand-wash":{backgroundColor:K},"elevation-1":{backgroundColor:U},"elevation-2":{backgroundColor:X},"elevation-3":{backgroundColor:q},"elevation-3-inverse":{backgroundColor:oo},overlay:{backgroundColor:eo},"positive-wash":{backgroundColor:J},primary:{backgroundColor:ro},secondary:{backgroundColor:to},transparent:{backgroundColor:O},"warning-wash":{backgroundColor:Q}},elevation:{1:{backgroundColor:U,shadowColor:"rgba(0, 0, 0, 0.08)",shadowOffset:{width:0,height:2},shadowRadius:4,shadowOpacity:1,overflow:"visible"},2:{backgroundColor:X,shadowColor:"rgba(0, 0, 0, 0.1)",shadowOffset:{width:0,height:4},shadowRadius:8,shadowOpacity:1,overflow:"visible"},3:{backgroundColor:q,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffset:{width:0,height:4},shadowRadius:16,shadowOpacity:1,overflow:"visible"}},opacity:{0:{opacity:0},5:{opacity:.05},10:{opacity:.1},20:{opacity:.2},25:{opacity:.25},30:{opacity:.3},40:{opacity:.4},50:{opacity:.5},60:{opacity:.6},70:{opacity:.7},75:{opacity:.75},80:{opacity:.8},90:{opacity:.9},95:{opacity:.95},100:{opacity:1}},spacing:{0:{padding:l},1:{padding:d},2:{padding:c},3:{padding:g},4:{padding:u},5:{padding:b},6:{padding:h},7:{padding:y},8:{padding:C},9:{padding:S},10:{padding:x},11:{padding:v},12:{padding:P},13:{padding:w},14:{padding:T}},spacingHorizontal:{0:{paddingHorizontal:l},1:{paddingHorizontal:d},2:{paddingHorizontal:c},3:{paddingHorizontal:g},4:{paddingHorizontal:u},5:{paddingHorizontal:b},6:{paddingHorizontal:h},7:{paddingHorizontal:y},8:{paddingHorizontal:C},9:{paddingHorizontal:S},10:{paddingHorizontal:x},11:{paddingHorizontal:v},12:{paddingHorizontal:P},13:{paddingHorizontal:w},14:{paddingHorizontal:T}},spacingVertical:{0:{paddingVertical:l},1:{paddingVertical:d},2:{paddingVertical:c},3:{paddingVertical:g},4:{paddingVertical:u},5:{paddingVertical:b},6:{paddingVertical:h},7:{paddingVertical:y},8:{paddingVertical:C},9:{paddingVertical:S},10:{paddingVertical:x},11:{paddingVertical:v},12:{paddingVertical:P},13:{paddingVertical:w},14:{paddingVertical:T}},spacingBottom:{0:{paddingBottom:l},1:{paddingBottom:d},2:{paddingBottom:c},3:{paddingBottom:g},4:{paddingBottom:u},5:{paddingBottom:b},6:{paddingBottom:h},7:{paddingBottom:y},8:{paddingBottom:C},9:{paddingBottom:S},10:{paddingBottom:x},11:{paddingBottom:v},12:{paddingBottom:P},13:{paddingBottom:w},14:{paddingBottom:T}},spacingEnd:{0:{paddingEnd:l},1:{paddingEnd:d},2:{paddingEnd:c},3:{paddingEnd:g},4:{paddingEnd:u},5:{paddingEnd:b},6:{paddingEnd:h},7:{paddingEnd:y},8:{paddingEnd:C},9:{paddingEnd:S},10:{paddingEnd:x},11:{paddingEnd:v},12:{paddingEnd:P},13:{paddingEnd:w},14:{paddingEnd:T}},spacingStart:{0:{paddingStart:l},1:{paddingStart:d},2:{paddingStart:c},3:{paddingStart:g},4:{paddingStart:u},5:{paddingStart:b},6:{paddingStart:h},7:{paddingStart:y},8:{paddingStart:C},9:{paddingStart:S},10:{paddingStart:x},11:{paddingStart:v},12:{paddingStart:P},13:{paddingStart:w},14:{paddingStart:T}},spacingTop:{0:{paddingTop:l},1:{paddingTop:d},2:{paddingTop:c},3:{paddingTop:g},4:{paddingTop:u},5:{paddingTop:b},6:{paddingTop:h},7:{paddingTop:y},8:{paddingTop:C},9:{paddingTop:S},10:{paddingTop:x},11:{paddingTop:v},12:{paddingTop:P},13:{paddingTop:w},14:{paddingTop:T}},offset:{0:{margin:-l},1:{margin:-d},2:{margin:-c},3:{margin:-g},4:{margin:-u},5:{margin:-b},6:{margin:-h},7:{margin:-y},8:{margin:-C},9:{margin:-S},10:{margin:-x},11:{margin:-v},12:{margin:-P},13:{margin:-w},14:{margin:-T}},offsetVertical:{0:{marginVertical:-l},1:{marginVertical:-d},2:{marginVertical:-c},3:{marginVertical:-g},4:{marginVertical:-u},5:{marginVertical:-b},6:{marginVertical:-h},7:{marginVertical:-y},8:{marginVertical:-C},9:{marginVertical:-S},10:{marginVertical:-x},11:{marginVertical:-v},12:{marginVertical:-P},13:{marginVertical:-w},14:{marginVertical:-T}},offsetHorizontal:{0:{marginHorizontal:-l},1:{marginHorizontal:-d},2:{marginHorizontal:-c},3:{marginHorizontal:-g},4:{marginHorizontal:-u},5:{marginHorizontal:-b},6:{marginHorizontal:-h},7:{marginHorizontal:-y},8:{marginHorizontal:-C},9:{marginHorizontal:-S},10:{marginHorizontal:-x},11:{marginHorizontal:-v},12:{marginHorizontal:-P},13:{marginHorizontal:-w},14:{marginHorizontal:-T}},offsetBottom:{0:{marginBottom:-l},1:{marginBottom:-d},2:{marginBottom:-c},3:{marginBottom:-g},4:{marginBottom:-u},5:{marginBottom:-b},6:{marginBottom:-h},7:{marginBottom:-y},8:{marginBottom:-C},9:{marginBottom:-S},10:{marginBottom:-x},11:{marginBottom:-v},12:{marginBottom:-P},13:{marginBottom:-w},14:{marginBottom:-T}},offsetEnd:{0:{marginEnd:-l},1:{marginEnd:-d},2:{marginEnd:-c},3:{marginEnd:-g},4:{marginEnd:-u},5:{marginEnd:-b},6:{marginEnd:-h},7:{marginEnd:-y},8:{marginEnd:-C},9:{marginEnd:-S},10:{marginEnd:-x},11:{marginEnd:-v},12:{marginEnd:-P},13:{marginEnd:-w},14:{marginEnd:-T}},offsetStart:{0:{marginStart:-l},1:{marginStart:-d},2:{marginStart:-c},3:{marginStart:-g},4:{marginStart:-u},5:{marginStart:-b},6:{marginStart:-h},7:{marginStart:-y},8:{marginStart:-C},9:{marginStart:-S},10:{marginStart:-x},11:{marginStart:-v},12:{marginStart:-P},13:{marginStart:-w},14:{marginStart:-T}},offsetTop:{0:{marginTop:-l},1:{marginTop:-d},2:{marginTop:-c},3:{marginTop:-g},4:{marginTop:-u},5:{marginTop:-b},6:{marginTop:-h},7:{marginTop:-y},8:{marginTop:-C},9:{marginTop:-S},10:{marginTop:-x},11:{marginTop:-v},12:{marginTop:-P},13:{marginTop:-w},14:{marginTop:-T}},columnGap:{0:{columnGap:l},1:{columnGap:d},2:{columnGap:c},3:{columnGap:g},4:{columnGap:u},5:{columnGap:b},6:{columnGap:h},7:{columnGap:y},8:{columnGap:C},9:{columnGap:S},10:{columnGap:x},11:{columnGap:v},12:{columnGap:P},13:{columnGap:w},14:{columnGap:T}},rowGap:{0:{rowGap:l},1:{rowGap:d},2:{rowGap:c},3:{rowGap:g},4:{rowGap:u},5:{rowGap:b},6:{rowGap:h},7:{rowGap:y},8:{rowGap:C},9:{rowGap:S},10:{rowGap:x},11:{rowGap:v},12:{rowGap:P},13:{rowGap:w},14:{rowGap:T}},alignContent:{"flex-start":{alignContent:"flex-start"},"flex-end":{alignContent:"flex-end"},center:{alignContent:"center"},stretch:{alignContent:"stretch"},"space-between":{alignContent:"space-between"},"space-around":{alignContent:"space-around"}},alignItems:{"flex-start":{alignItems:"flex-start"},"flex-end":{alignItems:"flex-end"},center:{alignItems:"center"},stretch:{alignItems:"stretch"},baseline:{alignItems:"baseline"}},alignSelf:{auto:{alignSelf:"auto"},"flex-start":{alignSelf:"flex-start"},"flex-end":{alignSelf:"flex-end"},center:{alignSelf:"center"},stretch:{alignSelf:"stretch"},baseline:{alignSelf:"baseline"}},flex:{1:{flex:1},auto:{flexGrow:1,flexShrink:1,flexBasis:"auto"},initial:{flexGrow:1,flexShrink:1},none:{}},flexDirection:{row:{flexDirection:"row"},column:{flexDirection:"column"},"row-reverse":{flexDirection:"row-reverse"},"column-reverse":{flexDirection:"column-reverse"}},flexGrow:{0:{flexGrow:0},1:{flexGrow:1},2:{flexGrow:2},3:{flexGrow:3}},flexShrink:{0:{flexShrink:0},1:{flexShrink:1}},flexWrap:{wrap:{flexWrap:"wrap"},"wrap-reverse":{flexWrap:"wrap-reverse"},nowrap:{flexWrap:"nowrap"}},justifyContent:{"flex-start":{justifyContent:"flex-start"},"flex-end":{justifyContent:"flex-end"},center:{justifyContent:"center"},"space-between":{justifyContent:"space-between"},"space-around":{justifyContent:"space-around"},"space-evenly":{justifyContent:"space-evenly"}},flexBasis:{"min-content":{flexBasis:"auto"}},display:{block:{display:"flex"},"inline-block":{display:"flex",flexDirection:"row"},inline:{display:"flex",flexDirection:"row"},flex:{display:"flex"},"inline-flex":{display:"flex",flexDirection:"row",flexGrow:0},table:{display:"flex",flexDirection:"column"},"inline-table":{display:"flex",flexDirection:"row"},"table-caption":H,"table-cell":H,"table-column":H,"table-column-group":H,"table-footer-group":H,"table-header-group":H,"table-row-group":H,"table-row":H,"flow-root":H,grid:H,contents:H},overflow:{auto:{overflow:"visible"},hidden:{overflow:"hidden"},clip:{overflow:"hidden"},visible:{overflow:"visible"},scroll:{overflow:void 0}},overflowX:{auto:{overflow:"visible"},hidden:{overflow:"hidden"},clip:{overflow:"visible"},visible:{overflow:"visible"},scroll:{overflow:void 0}},overflowY:{auto:{overflow:"visible"},hidden:{overflow:"hidden"},clip:{overflow:"visible"},visible:{overflow:"visible"},scroll:{overflow:void 0}},position:{static:H,fixed:H,absolute:{position:"absolute"},relative:{position:"relative"},sticky:H},zIndex:{0:{zIndex:0},10:{zIndex:10},20:{zIndex:20},30:{zIndex:40},40:{zIndex:30},50:{zIndex:50},auto:H},height:{auto:{height:"auto"},full:{height:"100%"},screen:{height:"100%"},min:{height:"auto"},max:{height:"auto"},fit:{},"1/2":{height:"50%"},"1/3":{height:"33.33%"},"2/3":{height:"66.67%"},"1/4":{height:"25%"},"2/4":{height:"50%"},"3/4":{height:"75%"},"1/5":{height:"20%"},"2/5":{height:"40%"},"3/5":{height:"60%"},"4/5":{height:"80%"},"1/6":{height:"16.67%"},"2/6":{height:"33.33%"},"3/6":{height:"50%"},"4/6":{height:"66.67%"},"5/6":{height:"83.33%"}},minHeight:{full:{minHeight:"100%"},min:{minHeight:"auto"},max:{minHeight:"auto"},fit:{},screen:{minHeight:"auto"}},maxHeight:{full:{maxHeight:"100%"},min:{maxHeight:"auto"},max:{maxHeight:"auto"},fit:{},screen:{maxHeight:"auto"},none:H},width:{auto:{width:"auto"},full:{width:"100%"},screen:{width:"auto"},min:{width:"auto"},max:{width:"auto"},fit:{},"1/2":{width:"50%"},"1/3":{width:"33.33%"},"2/3":{width:"66.67%"},"1/4":{width:"25%"},"2/4":{width:"50%"},"3/4":{width:"75%"},"1/5":{width:"20%"},"2/5":{width:"40%"},"3/5":{width:"60%"},"4/5":{width:"80%"},"1/6":{width:"16.67%"},"2/6":{width:"33.33%"},"3/6":{width:"50%"},"4/6":{width:"66.67%"},"5/6":{width:"83.33%"},"1/12":{width:"8.33%"},"2/12":{width:"16.67%"},"3/12":{width:"25%"},"4/12":{width:"33.33%"},"5/12":{width:"41.67%"},"6/12":{width:"50%"},"7/12":{width:"58.33%"},"8/12":{width:"66.67%"},"9/12":{width:"75%"},"10/12":{width:"83.33%"},"11/12":{width:"91.67%"}},minWidth:{full:{minWidth:"100%"},min:{minWidth:"auto"},max:{minWidth:"auto"},fit:{},screen:{minWidth:"100%"}},maxWidth:{none:H,full:{maxWidth:"100%"},min:{maxWidth:"auto"},max:{maxWidth:"auto"},fit:{}},avatarSize:{s:{width:o.avatarSizes.s,height:o.avatarSizes.s,lineHeight:o.avatarSizes.s,fontSize:o.avatarSizes.s},m:{width:o.avatarSizes.m,height:o.avatarSizes.m,lineHeight:o.avatarSizes.m,fontSize:o.avatarSizes.m},l:{width:o.avatarSizes.l,height:o.avatarSizes.l,lineHeight:o.avatarSizes.l,fontSize:o.avatarSizes.l}},iconSize:{s:{width:o.iconSizes.s,height:o.iconSizes.s,lineHeight:o.iconSizes.s,fontSize:o.iconSizes.s},m:{width:o.iconSizes.m,height:o.iconSizes.m,lineHeight:o.iconSizes.m,fontSize:o.iconSizes.m},l:{width:o.iconSizes.l,height:o.iconSizes.l,lineHeight:o.iconSizes.l,fontSize:o.iconSizes.l}},bordered:{true:{borderWidth:1}},borderColor:{accent:{borderColor:F},alert:{borderColor:M},black:{borderColor:B},brand:{borderColor:R},positive:{borderColor:A},warning:{borderColor:W},white:{borderColor:z},transparent:{borderColor:O},muted:{borderColor:D},primary:{borderColor:_},secondary:{borderColor:V},tertiary:{borderColor:I}},borderColorOnActive:{accent:{borderColor:F},alert:{borderColor:M},black:{borderColor:B},brand:{borderColor:R},positive:{borderColor:A},warning:{borderColor:W},white:{borderColor:z},transparent:{borderColor:O},muted:{borderColor:D},primary:{borderColor:_},secondary:{borderColor:V},tertiary:{borderColor:I}},borderColorOnFocus:{accent:{borderColor:F},alert:{borderColor:M},black:{borderColor:B},brand:{borderColor:R},positive:{borderColor:A},warning:{borderColor:W},white:{borderColor:z},transparent:{borderColor:O},muted:{borderColor:D},primary:{borderColor:_},secondary:{borderColor:V},tertiary:{borderColor:I}},borderColorOnHover:{accent:{borderColor:F},alert:{borderColor:M},black:{borderColor:B},brand:{borderColor:R},positive:{borderColor:A},warning:{borderColor:W},white:{borderColor:z},transparent:{borderColor:O},muted:{borderColor:D},primary:{borderColor:_},secondary:{borderColor:V},tertiary:{borderColor:I}},borderColorOnChecked:{accent:{borderColor:F},alert:{borderColor:M},black:{borderColor:B},brand:{borderColor:R},positive:{borderColor:A},warning:{borderColor:W},white:{borderColor:z},transparent:{borderColor:O},muted:{borderColor:D},primary:{borderColor:_},secondary:{borderColor:V},tertiary:{borderColor:I}},borderStartColor:{accent:{borderStartColor:F},alert:{borderStartColor:M},black:{borderStartColor:B},brand:{borderStartColor:R},positive:{borderStartColor:A},warning:{borderStartColor:W},white:{borderStartColor:z},transparent:{borderStartColor:O},muted:{borderStartColor:D},primary:{borderStartColor:_},secondary:{borderStartColor:V},tertiary:{borderStartColor:I}},borderEndColor:{accent:{borderEndColor:F},alert:{borderEndColor:M},black:{borderEndColor:B},brand:{borderEndColor:R},positive:{borderEndColor:A},warning:{borderEndColor:W},white:{borderEndColor:z},transparent:{borderEndColor:O},muted:{borderEndColor:D},primary:{borderEndColor:_},secondary:{borderEndColor:V},tertiary:{borderEndColor:I}},borderBottomColor:{accent:{borderBottomColor:F},alert:{borderBottomColor:M},black:{borderBottomColor:B},brand:{borderBottomColor:R},positive:{borderBottomColor:A},warning:{borderBottomColor:W},white:{borderBottomColor:z},transparent:{borderBottomColor:O},muted:{borderBottomColor:D},primary:{borderBottomColor:_},secondary:{borderBottomColor:V},tertiary:{borderBottomColor:I}},borderTopColor:{accent:{borderTopColor:F},alert:{borderTopColor:M},black:{borderTopColor:B},brand:{borderTopColor:R},positive:{borderTopColor:A},warning:{borderTopColor:W},white:{borderTopColor:z},transparent:{borderTopColor:O},muted:{borderTopColor:D},primary:{borderTopColor:_},secondary:{borderTopColor:V},tertiary:{borderTopColor:I}},borderRadius:{square:{borderRadius:o.shapes.square},xs:{borderRadius:o.shapes.xs},s:{borderRadius:o.shapes.s},m:{borderRadius:o.shapes.m},l:{borderRadius:o.shapes.l},xl:{borderRadius:o.shapes.xl},xxl:{borderRadius:o.shapes.xxl},circle:{borderRadius:o.shapes.circle}},borderTopStartRadius:{square:{borderTopStartRadius:o.shapes.square},xs:{borderTopStartRadius:o.shapes.xs},s:{borderTopStartRadius:o.shapes.s},m:{borderTopStartRadius:o.shapes.m},l:{borderTopStartRadius:o.shapes.l},xl:{borderTopStartRadius:o.shapes.xl},xxl:{borderTopStartRadius:o.shapes.xxl},circle:{borderTopStartRadius:o.shapes.circle}},borderTopEndRadius:{square:{borderTopEndRadius:o.shapes.square},xs:{borderTopEndRadius:o.shapes.xs},s:{borderTopEndRadius:o.shapes.s},m:{borderTopEndRadius:o.shapes.m},l:{borderTopEndRadius:o.shapes.l},xl:{borderTopEndRadius:o.shapes.xl},xxl:{borderTopEndRadius:o.shapes.xxl},circle:{borderTopEndRadius:o.shapes.circle}},borderBottomStartRadius:{square:{borderBottomStartRadius:o.shapes.square},xs:{borderBottomStartRadius:o.shapes.xs},s:{borderBottomStartRadius:o.shapes.s},m:{borderBottomStartRadius:o.shapes.m},l:{borderBottomStartRadius:o.shapes.l},xl:{borderBottomStartRadius:o.shapes.xl},xxl:{borderBottomStartRadius:o.shapes.xxl},circle:{borderBottomStartRadius:o.shapes.circle}},borderBottomEndRadius:{square:{borderBottomEndRadius:o.shapes.square},xs:{borderBottomEndRadius:o.shapes.xs},s:{borderBottomEndRadius:o.shapes.s},m:{borderBottomEndRadius:o.shapes.m},l:{borderBottomEndRadius:o.shapes.l},xl:{borderBottomEndRadius:o.shapes.xl},xxl:{borderBottomEndRadius:o.shapes.xxl},circle:{borderBottomEndRadius:o.shapes.circle}},borderWidth:{0:{borderWidth:0},1:{borderWidth:1},2:{borderWidth:2},4:{borderWidth:4},8:{borderWidth:8}},borderVerticalWidth:{0:{borderTopWidth:0,borderBottomWidth:0},1:{borderTopWidth:1,borderBottomWidth:1},2:{borderTopWidth:2,borderBottomWidth:2},4:{borderTopWidth:4,borderBottomWidth:4},8:{borderTopWidth:8,borderBottomWidth:8}},borderHorizontalWidth:{0:{borderStartWidth:0,borderEndWidth:0},1:{borderStartWidth:1,borderEndWidth:1},2:{borderStartWidth:2,borderEndWidth:2},4:{borderStartWidth:4,borderEndWidth:4},8:{borderStartWidth:8,borderEndWidth:8}},borderStartWidth:{0:{borderStartWidth:0},1:{borderStartWidth:1},2:{borderStartWidth:2},4:{borderStartWidth:4},8:{borderStartWidth:8}},borderEndWidth:{0:{borderEndWidth:0},1:{borderEndWidth:1},2:{borderEndWidth:2},4:{borderEndWidth:4},8:{borderEndWidth:8}},borderTopWidth:{0:{borderTopWidth:0},1:{borderTopWidth:1},2:{borderTopWidth:2},4:{borderTopWidth:4},8:{borderTopWidth:8}},borderBottomWidth:{0:{borderBottomWidth:0},1:{borderBottomWidth:1},2:{borderBottomWidth:2},4:{borderBottomWidth:4},8:{borderBottomWidth:8}},borderedVertical:{true:{borderTopWidth:1,borderBottomWidth:1,borderColor:_}},borderedTop:{true:{borderTopWidth:1,borderColor:_}},borderedBottom:{true:{borderBottomWidth:1,borderColor:_}},borderedHorizontal:{true:{borderStartWidth:1,borderEndWidth:1,borderColor:_}},borderedEnd:{true:{borderEndWidth:1,borderColor:_}},borderedStart:{true:{borderStartWidth:1,borderColor:_}},contentFit:{contain:H,cover:H,fill:H,none:H,"scale-down":H},textTransform:{display1:{textTransform:o.textTransform.display1},title1:{textTransform:o.textTransform.title1},title2:{textTransform:o.textTransform.title2},title3:{textTransform:o.textTransform.title3},title4:{textTransform:o.textTransform.title4},headline1:{textTransform:o.textTransform.headline1},body1:{textTransform:o.textTransform.body1},label1:{textTransform:o.textTransform.label1},label2:{textTransform:o.textTransform.label2},caption1:{textTransform:o.textTransform.caption1},caption2:{textTransform:o.textTransform.caption2},legal1:{textTransform:o.textTransform.legal1},none:{textTransform:"none"},uppercase:{textTransform:"uppercase"},lowercase:{textTransform:"lowercase"},capitalize:{textTransform:"capitalize"}}}})(G);return s(po,ao,Y)}return{cva:f,getStyles:zo,tokens:o}}var he=be({colorMode:co,scaleMode:mo},Jo);var ye=require("react"),qr=require("react/jsx-runtime"),Xe=(0,ye.createContext)(co);function Qo(){return(0,ye.useContext)(Xe)}function qe({value:e=co,children:r}){return(0,qr.jsx)(Xe.Provider,{value:e,children:r})}var Ce=require("react"),Yr=require("react/jsx-runtime"),Ye=(0,Ce.createContext)(mo);function Se(){let e=(0,Ce.useContext)(Ye);return e||mo}function je({value:e,children:r}){let t=Se();return(0,Yr.jsx)(Ye.Provider,{value:e??t,children:r})}var jr=require("react/jsx-runtime"),Ze=(0,Bo.createContext)(he),Ke=(0,Bo.memo)(function({children:r,value:t=Jo}){let a=Qo(),n=Se(),i=(0,Bo.useMemo)(()=>t===void 0&&a===co&&n===mo?he:be({colorMode:a,scaleMode:n},t),[a,n,t]);return(0,jr.jsx)(Ze.Provider,{value:i,children:r})});function $(e){let{getStyles:r}=(0,Bo.useContext)(Ze);return r(e)}function Je(){return(0,Bo.useContext)(Ze).tokens}var Zr={display:"inline-flex",alignItems:"center",justifyContent:"center",overflow:"hidden",backgroundColor:"primary",contentFit:"cover"},Qe={base:{display:"inline-flex",alignItems:"center",justifyContent:"center",borderRadius:"circle",minWidth:"fit"},variant:{accent:{color:"on-color",backgroundColor:"accent",borderColor:"accent",bordered:!0},"accent-outline":{color:"accent",backgroundColor:"transparent",borderColor:"accent",bordered:!0},"accent-ghost":{color:"accent"},"accent-wash":{color:"accent",backgroundColor:"accent-wash",borderColor:"accent",bordered:!0},brand:{color:"on-color",backgroundColor:"brand",borderColor:"brand",bordered:!0},"brand-outline":{color:"brand",backgroundColor:"transparent",borderColor:"brand",bordered:!0},"brand-ghost":{color:"brand"},"brand-wash":{color:"brand",backgroundColor:"brand-wash",borderColor:"brand",bordered:!0},positive:{color:"on-color",backgroundColor:"positive",borderColor:"positive",bordered:!0},"positive-outline":{color:"positive",backgroundColor:"transparent",borderColor:"positive",bordered:!0},"positive-ghost":{color:"positive"},"positive-wash":{color:"positive",backgroundColor:"positive-wash",borderColor:"positive",bordered:!0},alert:{color:"on-color",backgroundColor:"alert",borderColor:"alert",bordered:!0},"alert-outline":{color:"alert",backgroundColor:"transparent",borderColor:"alert",bordered:!0},"alert-ghost":{color:"alert"},"alert-wash":{color:"alert",backgroundColor:"alert-wash",borderColor:"alert",bordered:!0},warning:{color:"on-color",backgroundColor:"warning",borderColor:"warning",bordered:!0},"warning-outline":{color:"warning",backgroundColor:"transparent",borderColor:"warning",bordered:!0},"warning-ghost":{color:"warning"},"warning-wash":{color:"warning",backgroundColor:"warning-wash",borderColor:"warning",bordered:!0},"primary-outline":{color:"primary",borderColor:"muted",bordered:!0},"primary-ghost":{color:"primary"},secondary:{backgroundColor:"secondary",color:"primary"}},size:{s:{variant:"label1",spacingHorizontal:"6",spacingVertical:"4",columnGap:"4"},m:{variant:"headline1",spacingHorizontal:"7",spacingVertical:"5",columnGap:"4"},l:{variant:"headline1",spacingHorizontal:"8",spacingVertical:"6",columnGap:"4"}}};function xe({variant:e="accent",size:r="s"}){let{color:t,...a}=Qe.variant[e],{variant:n,...i}=Qe.size[r];return{pressable:{...Qe.base,...a,...i},text:{color:t,variant:n,textAlign:"center"},icon:{color:t,size:"s"}}}var Kr=require("expo-image");var Jr=require("react/jsx-runtime");function or({width:e,height:r,src:t,alt:a,contentFit:n="cover",elevation:i,backgroundColor:p=i?`elevation-${i}`:"primary",backgroundColorOnActive:o,backgroundColorOnHover:s,backgroundColorOnChecked:f,opacity:l,bordered:d,borderedTop:c,borderedBottom:g,borderedStart:u,borderedEnd:b,borderedHorizontal:h,borderedVertical:y,borderRadius:C,borderTopStartRadius:S,borderTopEndRadius:x,borderBottomStartRadius:v,borderBottomEndRadius:P,borderColor:w,borderColorOnActive:T,borderColorOnFocus:F,borderColorOnChecked:M,borderColorOnHover:R,borderStartColor:A,borderEndColor:W,borderTopColor:z,borderBottomColor:B,borderWidth:O,borderVerticalWidth:io,borderHorizontalWidth:lo,borderStartWidth:so,borderEndWidth:no,borderTopWidth:fo,borderBottomWidth:j,alignContent:Z,alignItems:K,alignSelf:J,flex:Q,flexDirection:U,flexGrow:X,flexShrink:q="0",flexWrap:oo,justifyContent:eo,flexBasis:ro,display:to="flex",zIndex:_,overflow:V,overflowX:I,overflowY:D,position:k,spacing:uo,spacingHorizontal:bo,spacingVertical:ho,spacingBottom:yo,spacingEnd:Co,spacingStart:So,spacingTop:xo,offset:vo,offsetVertical:Po,offsetHorizontal:wo,offsetBottom:To,offsetEnd:ko,offsetStart:Eo,offsetTop:Fo,columnGap:Mo,rowGap:Ro,minHeight:Ao,maxHeight:Wo,minWidth:zo,maxWidth:Y,...G}){let po=$({contentFit:n,elevation:i,backgroundColor:p,backgroundColorOnActive:o,backgroundColorOnHover:s,backgroundColorOnChecked:f,opacity:l,bordered:d,borderedTop:c,borderedBottom:g,borderedStart:u,borderedEnd:b,borderedHorizontal:h,borderedVertical:y,borderRadius:C,borderTopStartRadius:S,borderTopEndRadius:x,borderBottomStartRadius:v,borderBottomEndRadius:P,borderColor:w,borderColorOnActive:T,borderColorOnFocus:F,borderColorOnChecked:M,borderColorOnHover:R,borderStartColor:A,borderEndColor:W,borderTopColor:z,borderBottomColor:B,borderWidth:O,borderVerticalWidth:io,borderHorizontalWidth:lo,borderStartWidth:so,borderEndWidth:no,borderTopWidth:fo,borderBottomWidth:j,alignContent:Z,alignItems:K,alignSelf:J,flex:Q,flexDirection:U,flexGrow:X,flexShrink:q,flexWrap:oo,justifyContent:eo,flexBasis:ro,display:to,zIndex:_,overflow:V,overflowX:I,overflowY:D,position:k,spacing:uo,spacingHorizontal:bo,spacingVertical:ho,spacingBottom:yo,spacingEnd:Co,spacingStart:So,spacingTop:xo,offset:vo,offsetVertical:Po,offsetHorizontal:wo,offsetBottom:To,offsetEnd:ko,offsetStart:Eo,offsetTop:Fo,columnGap:Mo,rowGap:Ro,minHeight:Ao,maxHeight:Wo,minWidth:zo,maxWidth:Y,style:{width:e,height:r,justifyContent:"flex-start"}});return(0,Jr.jsx)(Kr.Image,{source:t,alt:a,style:po,contentFit:n,contentPosition:"left",...G})}var Qr=require("react/jsx-runtime");function ga({size:e,shape:r,contentFit:t="cover",...a}){let n=$({...Zr,avatarSize:e,borderRadius:r});return(0,Qr.jsx)(or,{style:n,contentFit:t,...a})}var at=require("react");var L=require("react");function fa(e,r){typeof e=="function"?e(r):e!=null&&(e.current=r)}function ot(...e){return r=>e.forEach(t=>fa(t,r))}var er=require("react/jsx-runtime");function ve(){let e=(0,L.forwardRef)((i,p)=>{let{children:o,...s}=i,f=L.Children.toArray(o),l=f.find(a);if(l){let d=l.props.children,c=f.map(g=>g===l?L.Children.count(d)>1?L.Children.only(null):(0,L.isValidElement)(d)?d.props.children:null:g);return(0,er.jsx)(r,{...s,ref:p,children:(0,L.isValidElement)(d)?(0,L.cloneElement)(d,void 0,c):null})}return(0,er.jsx)(r,{...s,ref:p,children:o})});e.displayName="Slot";let r=(0,L.forwardRef)((i,p)=>{let{children:o,...s}=i;return(0,L.isValidElement)(o)?(0,L.cloneElement)(o,{...n(s,o.props),ref:p?ot(p,o.ref):o.ref}):L.Children.count(o)>1?L.Children.only(null):null});r.displayName="SlotClone";let t=({children:i})=>i;function a(i){return(0,L.isValidElement)(i)&&i.type===t}function n(i,p){let o={...p};for(let s in p){let f=i[s],l=p[s];/^on[A-Z]/.test(s)?f&&l?o[s]=(...c)=>{l(...c),f(...c)}:f&&(o[s]=f):s==="style"&&(o[s]={...f,...l})}return{...i,...o}}return e}var et="RCTView",Pe="RCTText",rt=ve(),we=ve(),tt=ve();var nt=require("react/jsx-runtime"),oe=(0,at.forwardRef)(function({asChild:r=!1,style:t,backgroundColor:a,backgroundColorOnActive:n,backgroundColorOnHover:i,backgroundColorOnChecked:p,elevation:o,bordered:s,borderedTop:f,borderedBottom:l,borderedStart:d,borderedEnd:c,borderedHorizontal:g,borderedVertical:u,borderRadius:b,borderTopStartRadius:h,borderTopEndRadius:y,borderBottomStartRadius:C,borderBottomEndRadius:S,borderColor:x,borderColorOnActive:v,borderColorOnFocus:P,borderColorOnChecked:w,borderColorOnHover:T,borderStartColor:F,borderEndColor:M,borderTopColor:R,borderBottomColor:A,borderWidth:W,borderVerticalWidth:z,borderHorizontalWidth:B,borderStartWidth:O,borderEndWidth:io,borderTopWidth:lo,borderBottomWidth:so,alignContent:no,alignItems:fo="stretch",alignSelf:j,flex:Z,flexBasis:K,flexDirection:J="column",flexGrow:Q,flexShrink:U,flexWrap:X="nowrap",justifyContent:q="flex-start",display:oo,zIndex:eo,overflow:ro,overflowX:to,overflowY:_,position:V,spacing:I,spacingHorizontal:D,spacingVertical:k,spacingBottom:uo,spacingEnd:bo,spacingStart:ho,spacingTop:yo,offset:Co,offsetVertical:So,offsetHorizontal:xo,offsetBottom:vo,offsetEnd:Po,offsetStart:wo,offsetTop:To,columnGap:ko,rowGap:Eo,height:Fo,minHeight:Mo,maxHeight:Ro,width:Ao,minWidth:Wo,maxWidth:zo,...Y},G){let po=$({backgroundColor:a,backgroundColorOnActive:n,backgroundColorOnHover:i,backgroundColorOnChecked:p,elevation:o,bordered:s,borderedTop:f,borderedBottom:l,borderedStart:d,borderedEnd:c,borderedHorizontal:g,borderedVertical:u,borderRadius:b,borderTopStartRadius:h,borderTopEndRadius:y,borderBottomStartRadius:C,borderBottomEndRadius:S,borderColor:x,borderColorOnActive:v,borderColorOnFocus:P,borderColorOnChecked:w,borderColorOnHover:T,borderStartColor:F,borderEndColor:M,borderTopColor:R,borderBottomColor:A,borderWidth:W,borderVerticalWidth:z,borderHorizontalWidth:B,borderStartWidth:O,borderEndWidth:io,borderTopWidth:lo,borderBottomWidth:so,alignContent:no,alignItems:fo,alignSelf:j,flex:Z,flexDirection:J,flexGrow:Q,flexShrink:U,flexWrap:X,justifyContent:q,flexBasis:K,display:oo,zIndex:eo,overflow:ro,overflowX:to,overflowY:_,position:V,spacing:I,spacingHorizontal:D,spacingVertical:k,spacingBottom:uo,spacingEnd:bo,spacingStart:ho,spacingTop:yo,offset:Co,offsetVertical:So,offsetHorizontal:xo,offsetBottom:vo,offsetEnd:Po,offsetStart:wo,offsetTop:To,columnGap:ko,rowGap:Eo,height:Fo,minHeight:Mo,maxHeight:Ro,width:Ao,minWidth:Wo,maxWidth:zo,style:t});return(0,nt.jsx)(r?rt:et,{ref:G,style:po,...Y})});var gt=require("react");var it=require("react");var lt=require("react/jsx-runtime"),Go=(0,it.forwardRef)(function({style:r,asChild:t=!1,size:a="l",color:n="primary",name:i,colorChecked:p,opacity:o,textAlign:s,spacing:f,spacingBottom:l,spacingEnd:d,spacingHorizontal:c,spacingStart:g,spacingTop:u,spacingVertical:b,offset:h,offsetBottom:y,offsetEnd:C,offsetHorizontal:S,offsetStart:x,offsetTop:v,offsetVertical:P,...w},T){let F=$({color:n,colorChecked:p,opacity:o,fontFamily:"icons",textAlign:s,spacing:f,spacingBottom:l,spacingEnd:d,spacingHorizontal:c,spacingStart:g,spacingTop:u,spacingVertical:b,offset:h,offsetBottom:y,offsetEnd:C,offsetHorizontal:S,offsetStart:x,offsetTop:v,offsetVertical:P,iconSize:a,style:r});return(0,lt.jsx)(t?we:Pe,{ref:T,maxFontSizeMultiplier:1,allowFontScaling:!1,style:F,...w,children:i})});var st=require("react"),dt=require("react-native");var pt=require("react/jsx-runtime"),ee=(0,st.forwardRef)(function({style:r,asChild:t=!1,backgroundColor:a,backgroundColorOnActive:n,backgroundColorOnHover:i,backgroundColorOnChecked:p,elevation:o,opacity:s,bordered:f,borderedTop:l,borderedBottom:d,borderedStart:c,borderedEnd:g,borderedHorizontal:u,borderedVertical:b,borderRadius:h,borderTopStartRadius:y,borderTopEndRadius:C,borderBottomStartRadius:S,borderBottomEndRadius:x,borderColor:v,borderColorOnActive:P,borderColorOnFocus:w,borderColorOnChecked:T,borderColorOnHover:F,borderStartColor:M,borderEndColor:R,borderTopColor:A,borderBottomColor:W,borderWidth:z,borderVerticalWidth:B,borderHorizontalWidth:O,borderStartWidth:io,borderEndWidth:lo,borderTopWidth:so,borderBottomWidth:no,alignContent:fo,alignItems:j,alignSelf:Z,flex:K,flexBasis:J,flexDirection:Q,flexGrow:U,flexShrink:X,flexWrap:q,justifyContent:oo,display:eo,zIndex:ro,overflow:to,overflowX:_,overflowY:V,position:I,spacing:D,spacingHorizontal:k,spacingVertical:uo,spacingBottom:bo,spacingEnd:ho,spacingStart:yo,spacingTop:Co,offset:So,offsetVertical:xo,offsetHorizontal:vo,offsetBottom:Po,offsetEnd:wo,offsetStart:To,offsetTop:ko,columnGap:Eo,rowGap:Fo,height:Mo,minHeight:Ro,maxHeight:Ao,width:Wo,minWidth:zo,maxWidth:Y,...G},po){let m=$({backgroundColor:a,backgroundColorOnActive:n,backgroundColorOnHover:i,backgroundColorOnChecked:p,elevation:o,opacity:s,bordered:f,borderedTop:l,borderedBottom:d,borderedStart:c,borderedEnd:g,borderedHorizontal:u,borderedVertical:b,borderRadius:h,borderTopStartRadius:y,borderTopEndRadius:C,borderBottomStartRadius:S,borderBottomEndRadius:x,borderColor:v,borderColorOnActive:P,borderColorOnFocus:w,borderColorOnChecked:T,borderColorOnHover:F,borderStartColor:M,borderEndColor:R,borderTopColor:A,borderBottomColor:W,borderWidth:z,borderVerticalWidth:B,borderHorizontalWidth:O,borderStartWidth:io,borderEndWidth:lo,borderTopWidth:so,borderBottomWidth:no,alignContent:fo,alignItems:j,alignSelf:Z,flex:K,flexDirection:Q,flexGrow:U,flexShrink:X,flexWrap:q,justifyContent:oo,flexBasis:J,display:eo,zIndex:ro,overflow:to,overflowX:_,overflowY:V,position:I,spacing:D,spacingHorizontal:k,spacingVertical:uo,spacingBottom:bo,spacingEnd:ho,spacingStart:yo,spacingTop:Co,offset:So,offsetVertical:xo,offsetHorizontal:vo,offsetBottom:Po,offsetEnd:wo,offsetStart:To,offsetTop:ko,columnGap:Eo,rowGap:Fo,height:Mo,minHeight:Ro,maxHeight:Ao,width:Wo,minWidth:zo,maxWidth:Y,style:r});return(0,pt.jsx)(t?tt:dt.Pressable,{style:m,ref:po,...G})});var ct=require("react");var mt=require("react/jsx-runtime"),rr=(0,ct.forwardRef)(function({style:r,asChild:t,color:a="primary",colorChecked:n,variant:i="body1",fontSize:p=i,fontFamily:o=i,fontWeight:s=i,lineHeight:f=i,textTransform:l=i,textAlign:d,backgroundColor:c,backgroundColorOnActive:g,backgroundColorOnHover:u,backgroundColorOnChecked:b,opacity:h,bordered:y,borderedTop:C,borderedBottom:S,borderedStart:x,borderedEnd:v,borderedHorizontal:P,borderedVertical:w,borderRadius:T,borderTopStartRadius:F,borderTopEndRadius:M,borderBottomStartRadius:R,borderBottomEndRadius:A,borderColor:W,borderColorOnActive:z,borderColorOnFocus:B,borderColorOnChecked:O,borderColorOnHover:io,borderStartColor:lo,borderEndColor:so,borderTopColor:no,borderBottomColor:fo,borderWidth:j,borderVerticalWidth:Z,borderHorizontalWidth:K,borderStartWidth:J,borderEndWidth:Q,borderTopWidth:U,borderBottomWidth:X,alignContent:q,alignItems:oo,alignSelf:eo,flex:ro,flexDirection:to,flexGrow:_,flexShrink:V,flexWrap:I,justifyContent:D,flexBasis:k,display:uo,zIndex:bo,overflow:ho,overflowX:yo,overflowY:Co,position:So,spacing:xo,spacingHorizontal:vo,spacingVertical:Po,spacingBottom:wo,spacingEnd:To,spacingStart:ko,spacingTop:Eo,offset:Fo,offsetVertical:Mo,offsetHorizontal:Ro,offsetBottom:Ao,offsetEnd:Wo,offsetStart:zo,offsetTop:Y,columnGap:G,rowGap:po,height:m,minHeight:ao,maxHeight:ae,width:Fe,minWidth:Me,maxWidth:Ko,...Re},Do){let Ho=$({style:r,color:a,colorChecked:n,fontFamily:o,fontSize:p,fontWeight:s,lineHeight:f,textTransform:l,textAlign:d,backgroundColor:c,backgroundColorOnActive:g,backgroundColorOnHover:u,backgroundColorOnChecked:b,opacity:h,bordered:y,borderedTop:C,borderedBottom:S,borderedStart:x,borderedEnd:v,borderedHorizontal:P,borderedVertical:w,borderRadius:T,borderTopStartRadius:F,borderTopEndRadius:M,borderBottomStartRadius:R,borderBottomEndRadius:A,borderColor:W,borderColorOnActive:z,borderColorOnFocus:B,borderColorOnChecked:O,borderColorOnHover:io,borderStartColor:lo,borderEndColor:so,borderTopColor:no,borderBottomColor:fo,borderWidth:j,borderVerticalWidth:Z,borderHorizontalWidth:K,borderStartWidth:J,borderEndWidth:Q,borderTopWidth:U,borderBottomWidth:X,alignContent:q,alignItems:oo,alignSelf:eo,flex:ro,flexDirection:to,flexGrow:_,flexShrink:V,flexWrap:I,justifyContent:D,flexBasis:k,display:uo,zIndex:bo,overflow:ho,overflowX:yo,overflowY:Co,position:So,spacing:xo,spacingHorizontal:vo,spacingVertical:Po,spacingBottom:wo,spacingEnd:To,spacingStart:ko,spacingTop:Eo,offset:Fo,offsetVertical:Mo,offsetHorizontal:Ro,offsetBottom:Ao,offsetEnd:Wo,offsetStart:zo,offsetTop:Y,columnGap:G,rowGap:po,height:m,minHeight:ao,maxHeight:ae,width:Fe,minWidth:Me,maxWidth:Ko});return(0,mt.jsx)(t?we:Pe,{style:Ho,ref:Do,maxFontSizeMultiplier:1,allowFontScaling:!1,...Re})});var $o=require("react/jsx-runtime"),ua=(0,gt.forwardRef)(function({variant:r="accent",size:t,startIcon:a,endIcon:n,children:i,...p},o){let s=xe({variant:r,size:t}),f=a?(0,$o.jsx)(Go,{name:a,...s.icon}):null,l=n?(0,$o.jsx)(Go,{name:n,...s.icon}):null;return(0,$o.jsxs)(ee,{ref:o,...s.pressable,...p,children:[f,(0,$o.jsx)(rr,{...s.text,children:i}),l]})});var ft=require("react");var ut=require("react/jsx-runtime"),ba=(0,ft.forwardRef)(function({gap:r,...t},a){return(0,ut.jsx)(oe,{ref:a,flexDirection:"row",rowGap:r,columnGap:r,...t})});var ht=require("react");var tr=require("react/jsx-runtime"),bt={s:36,m:48,l:64},ha={},ya=(0,ht.forwardRef)(function({variant:r="accent",size:t="s",name:a,style:n=ha,...i},p){let o=xe({variant:r,size:t});return(0,tr.jsx)(ee,{ref:p,...o.pressable,flexShrink:"0",style:{...n,width:bt[t],height:bt[t]},...i,children:(0,tr.jsx)(Go,{name:a,...o.icon})})});var vt=require("@react-navigation/native"),Xo=require("react"),Pt=require("react-native");var yt=require("react"),Ca=(e,r)=>{typeof e=="function"?e(r):e&&(e.current=r)},Ct=(...e)=>(0,yt.useMemo)(()=>e.every(r=>r==null)?null:r=>{e.forEach(t=>{Ca(t,r)})},[e]);var ar=Nt(require("expo-constants"),1),Uo=require("react"),St=require("react-native-safe-area-context");var xt=require("react/jsx-runtime"),nr=(0,Uo.createContext)({tabBarHeight:0,statusBarHeight:ar.default.statusBarHeight,safeAreaInsets:{top:0,right:0,bottom:0,left:0}});function ir(){return(0,Uo.useContext)(nr)}function lr({children:e}){let r=(0,St.useSafeAreaInsets)(),t=Je(),a=(0,Uo.useMemo)(()=>({tabBarHeight:t.spacing[5]+t.iconSizes.m+t.spacing[3]+t.lineHeight.caption1+t.spacing[5]+r.bottom,statusBarHeight:ar.default.statusBarHeight,safeAreaInsets:r}),[t.spacing,t.iconSizes,t.lineHeight,r]);return(0,xt.jsx)(nr.Provider,{value:a,children:e})}var wt=require("react/jsx-runtime"),Sa=(0,Xo.forwardRef)(function({children:r,...t},a){let n=Qo(),i=(0,Xo.useRef)(null),p=Ct(i,a);(0,vt.useScrollToTop)(i);let{tabBarHeight:o,safeAreaInsets:s}=ir(),f=$({backgroundColor:"primary",flexGrow:"1",spacingHorizontal:"6"}),l=(0,Xo.useMemo)(()=>({paddingTop:s.top,paddingBottom:o}),[s.top,o]);return(0,wt.jsx)(Pt.ScrollView,{ref:p,style:f,contentInsetAdjustmentBehavior:"never",automaticallyAdjustContentInsets:!1,contentContainerStyle:l,indicatorStyle:n==="dark"?"black":"white",...t,children:r})});var Tt=require("react");var kt=require("react/jsx-runtime"),xa=(0,Tt.forwardRef)(function({gap:r,...t},a){return(0,kt.jsx)(oe,{ref:a,flexDirection:"column",columnGap:r,rowGap:r,...t})});var qo=require("react"),sr=require("react-native");function re(){let[e,r]=(0,qo.useState)(sr.AppState.currentState),t=(0,qo.useCallback)(a=>{r(a)},[]);return(0,qo.useEffect)(()=>{let a=sr.AppState.addEventListener("change",t);return()=>{a.remove()}},[t]),e}var Yo=require("react"),Te=require("react-native");var dr=()=>{let[e,r]=(0,Yo.useState)(Te.PixelRatio.getFontScale()),t=(0,Yo.useRef)(Te.PixelRatio.getFontScale()),a=re();return(0,Yo.useEffect)(()=>{if(a==="active"){let n=Te.PixelRatio.getFontScale();t.current!==n&&(r(n),t.current=n)}},[a]),e};var Ft=require("expo-status-bar"),go=require("react");var _o=require("react"),jo=require("react-native");var Et=require("react/jsx-runtime"),pr=(0,_o.createContext)(co);function cr(){return(0,_o.useContext)(pr)}function va(){let e=re(),r=(0,jo.useColorScheme)(),[t,a]=(0,_o.useState)(r),n=jo.Platform.OS==="android";return(0,_o.useEffect)(()=>{if(e==="active"){if(n){let i=jo.Appearance.getColorScheme();a(i);return}a(r)}},[r,e,n]),t??"light"}function mr({children:e}){let r=va();return(0,Et.jsx)(pr.Provider,{value:r,children:e})}var ke=require("react/jsx-runtime"),Pa=()=>{},gr=(0,go.createContext)(Lo),Mt=(0,go.createContext)(Pa);function wa(){return(0,go.useContext)(gr)}function fr({children:e,value:r=Lo}){let[t,a]=(0,go.useState)(r),n=cr(),i=t==="system"?n:t;return(0,go.useEffect)(()=>{(0,Ft.setStatusBarStyle)(i==="light"?"dark":"light")},[i]),(0,go.useEffect)(()=>{a(r)},[r]),(0,ke.jsx)(gr.Provider,{value:t,children:(0,ke.jsx)(Mt.Provider,{value:a,children:(0,ke.jsx)(qe,{value:i,children:e})})})}var te=require("react");var Zo=require("react");var Rt=require("react/jsx-runtime"),ur=(0,Zo.createContext)(mo),Io={xSmall:.823,small:.882,medium:.941,large:1,xLarge:1.118,xxLarge:1.235,xxxLarge:1.353};function br(){return(0,Zo.useContext)(ur)}function Ta(){let e=dr();return(0,Zo.useMemo)(()=>e<=Io.xSmall?"xSmall":e<=Io.small?"small":e<=Io.medium?"medium":e<=Io.large?"large":e<=Io.xLarge?"xLarge":e<=Io.xxLarge?"xxLarge":e>=Io.xxxLarge?"xxxLarge":"large",[e])}function hr({children:e}){let r=Ta();return(0,Rt.jsx)(ur.Provider,{value:r,children:e})}var Ee=require("react/jsx-runtime"),ka=()=>{},At=(0,te.createContext)(No),Wt=(0,te.createContext)(ka);function yr({children:e,value:r=No}){let[t,a]=(0,te.useState)(r),n=br(),i=t==="system"?n:t;return(0,Ee.jsx)(At.Provider,{value:t,children:(0,Ee.jsx)(Wt.Provider,{value:a,children:(0,Ee.jsx)(je,{value:i,children:e})})})}var zt=require("@gorhom/bottom-sheet");var Bt=require("react-native-safe-area-context");var Oo=require("react/jsx-runtime");function Ea({children:e,colorModeForApp:r=Lo,scaleModeForApp:t=No,config:a}){return(0,Oo.jsx)(Bt.SafeAreaProvider,{children:(0,Oo.jsx)(mr,{children:(0,Oo.jsx)(fr,{value:r,children:(0,Oo.jsx)(hr,{children:(0,Oo.jsx)(yr,{value:t,children:(0,Oo.jsx)(Ke,{value:a,children:(0,Oo.jsx)(lr,{children:(0,Oo.jsx)(zt.BottomSheetModalProvider,{children:e})})})})})})})})}0&&(module.exports={AVATAR_SIZE_PREFIX,Avatar,Box,Button,ColorModeContext,ColorModeForAppContext,ColorModeForAppContextUpdater,ColorModeForAppProvider,ColorModeForDeviceContext,ColorModeForDeviceProvider,ColorModeProvider,ComputedTokensContext,ComputedTokensProvider,DARK_COLOR_MODE_CLASSNAME,DEFAULT_COLOR_MODE,DEFAULT_COLOR_MODE_CLASSNAME,DEFAULT_COLOR_MODE_FOR_APP,DEFAULT_HIGH_CONTRAST_MODE,DEFAULT_REGION_MODE,DEFAULT_SCALE_MODE,DEFAULT_SCALE_MODE_CLASSNAME,DEFAULT_SCALE_MODE_FOR_APP,DEFAULT_STYLER,FONT_FAMILY_PREFIX,FONT_ICONS_CSS_VAR,FONT_SANS_BETA_CSS_VAR,FONT_SANS_CONDENSED_CSS_VAR,FONT_SANS_CSS_VAR,FONT_SERIF_DISPLAY_CSS_VAR,FONT_SERIF_TEXT_CSS_VAR,FONT_SIZE_PREFIX,FONT_WEIGHT_PREFIX,HStack,ICON_SIZE_PREFIX,Icon,IconButton,Image,LARGE_SCALE_MODE_CLASSNAME,LIGHT_COLOR_MODE_CLASSNAME,LINE_HEIGHT_PREFIX,MEDIUM_SCALE_MODE_CLASSNAME,Pressable,SHAPE_PREFIX,SMALL_SCALE_MODE_CLASSNAME,SPACING_PREFIX,SPECTRUM_COLOR_PREFIX,ScaleModeContext,ScaleModeForAppContext,ScaleModeForAppProvider,ScaleModeForAppUpdaterContext,ScaleModeForDeviceContext,ScaleModeForDeviceProvider,ScaleModeProvider,Screen,StyleProvider,TEXT_TRANSFORM_PREFIX,Text,ThemeProvider,UDS_PREFIX,VStack,XLARGE_SCALE_MODE_CLASSNAME,XSMALL_SCALE_MODE_CLASSNAME,XXLARGE_SCALE_MODE_CLASSNAME,XXXLARGE_SCALE_MODE_CLASSNAME,alwaysPalette,createStyler,defaultTokensConfig,entries,fontFamilyGlobal,fontWeightMap,getColorModeClassName,getScaleModeClassName,useAppState,useColorMode,useColorModeForApp,useColorModeForDevice,useComputedTokens,useDeviceFontScale,useScaleMode,useScaleModeForDevice,useStyles,useTokens});