@yahoo/uds 2.0.0-beta.1 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. package/cli/README.md +50 -0
  2. package/cli/bin/uds-darwin-arm64-baseline +0 -0
  3. package/cli/bin/uds-linux-arm64 +0 -0
  4. package/cli/bin/uds-linux-x64-baseline +0 -0
  5. package/cli/cli.ts +21 -4
  6. package/cli/commands/codemod/codemod.ts +12 -9
  7. package/cli/commands/codemod/sizingProps.ts +1 -1
  8. package/cli/commands/login.ts +30 -0
  9. package/cli/commands/logout.ts +27 -0
  10. package/cli/commands/purge.ts +3 -1
  11. package/cli/commands/sync.ts +2 -0
  12. package/cli/commands/uds.ts +6 -1
  13. package/cli/commands/version.ts +2 -0
  14. package/cli/compile.ts +8 -9
  15. package/cli/consts.ts +5 -2
  16. package/cli/env.d.ts +5 -0
  17. package/cli/exec.ts +1 -1
  18. package/cli/preload.ts +17 -0
  19. package/cli/tsconfig.json +4 -4
  20. package/cli/uds-cli +6 -2
  21. package/cli/utils/analytics.ts +26 -0
  22. package/cli/utils/auth.ts +338 -0
  23. package/cli/utils/client_secrets.json +23 -0
  24. package/cli/utils/client_secrets.json.enc +0 -0
  25. package/cli/utils/configWorker.ts +3 -2
  26. package/cli/utils/secrets.ts +40 -0
  27. package/dist/analytics/server.cjs +1 -0
  28. package/dist/analytics/server.d.cts +1 -0
  29. package/dist/analytics/server.d.ts +1 -0
  30. package/dist/analytics/server.js +1 -0
  31. package/dist/chunk-3PK6DOFO.js +3 -0
  32. package/dist/chunk-5WBROFT5.cjs +1 -0
  33. package/dist/chunk-DCXVARRB.cjs +1 -0
  34. package/dist/chunk-DMMTEAJW.cjs +2 -0
  35. package/dist/chunk-EYFQOFYW.cjs +1 -0
  36. package/dist/chunk-FWF2C6TL.cjs +1 -0
  37. package/dist/chunk-GIJ2FHY5.cjs +1 -0
  38. package/dist/chunk-IUL5ZI4O.js +2 -0
  39. package/dist/chunk-JGIKFUBH.cjs +2 -0
  40. package/dist/chunk-P5B5IOMM.js +2 -0
  41. package/dist/chunk-PE2P7J44.js +2 -0
  42. package/dist/chunk-PFT3UA6K.cjs +2 -0
  43. package/dist/chunk-SUASN3GG.js +2 -0
  44. package/dist/chunk-VPR62GYQ.js +2 -0
  45. package/dist/chunk-X6F5UEQ5.js +2 -0
  46. package/dist/chunk-YM5TKITI.js +2 -0
  47. package/dist/chunk-YUHY3FXT.cjs +1 -0
  48. package/dist/chunk-ZV62SW5G.js +1 -0
  49. package/dist/client/index.cjs +3 -0
  50. package/dist/client/index.d.cts +97 -0
  51. package/dist/client/index.d.ts +97 -0
  52. package/dist/client/index.js +4 -0
  53. package/dist/experimental/index.cjs +2 -0
  54. package/dist/experimental/index.d.cts +469 -0
  55. package/dist/experimental/index.d.ts +469 -0
  56. package/dist/experimental/index.js +2 -0
  57. package/dist/fixtures.cjs +1506 -0
  58. package/dist/fixtures.d.cts +94 -0
  59. package/dist/fixtures.d.ts +94 -0
  60. package/dist/fixtures.js +1449 -0
  61. package/dist/flags.cjs +1 -0
  62. package/dist/flags.d.cts +17 -0
  63. package/dist/flags.d.ts +17 -0
  64. package/dist/flags.js +2 -0
  65. package/dist/index.cjs +1 -0
  66. package/dist/index.d.cts +385 -0
  67. package/dist/index.d.ts +385 -0
  68. package/dist/index.js +1 -0
  69. package/dist/metafile-cjs.json +1 -0
  70. package/dist/metafile-esm.json +1 -0
  71. package/dist/motionFeatures-I76FFCTS.js +1 -0
  72. package/dist/motionFeatures-P3FQL2KP.cjs +1 -0
  73. package/dist/styles/toast.css +3 -0
  74. package/dist/styles/toast.d.cts +2 -0
  75. package/dist/styles/toast.d.ts +2 -0
  76. package/dist/tailwind/plugin.cjs +2 -0
  77. package/dist/tailwind/plugin.d.cts +60 -0
  78. package/dist/tailwind/plugin.d.ts +60 -0
  79. package/dist/tailwind/plugin.js +2 -0
  80. package/dist/tailwind/purger.cjs +5 -0
  81. package/dist/tailwind/purger.d.cts +17 -0
  82. package/dist/tailwind/purger.d.ts +17 -0
  83. package/dist/tailwind/purger.js +6 -0
  84. package/dist/tailwind/tsMorph.cjs +1 -0
  85. package/dist/tailwind/tsMorph.d.cts +31 -0
  86. package/dist/tailwind/tsMorph.d.ts +31 -0
  87. package/dist/tailwind/tsMorph.js +1 -0
  88. package/dist/tailwind/utils.cjs +1 -0
  89. package/dist/tailwind/utils.d.cts +99 -0
  90. package/dist/tailwind/utils.d.ts +99 -0
  91. package/dist/tailwind/utils.js +1 -0
  92. package/dist/tokens/index.cjs +1 -0
  93. package/dist/tokens/index.d.cts +1127 -0
  94. package/dist/tokens/index.d.ts +1127 -0
  95. package/dist/tokens/index.js +1 -0
  96. package/dist/tokens/parseTokens.cjs +1 -0
  97. package/dist/tokens/parseTokens.d.cts +59 -0
  98. package/dist/tokens/parseTokens.d.ts +59 -0
  99. package/dist/tokens/parseTokens.js +1 -0
  100. package/dist/types-Pyccco5Q.d.cts +949 -0
  101. package/dist/types-Pyccco5Q.d.ts +949 -0
  102. package/fonts/mobile.cjs +1 -1
  103. package/package.json +183 -156
  104. package/cli/codemods/propsToClass.test.tsx +0 -97
  105. package/cli/utils/purgeCSS.test.ts +0 -210
@@ -0,0 +1,2 @@
1
+ "use strict";var o=require("./chunk-GIJ2FHY5.cjs"),e=["none","custom","lighten","darken"],t=["none","custom"],a=["none","up","down"],r={hover:{backgroundColor:{value:"darken",options:e},borderColor:{value:"none",options:t},color:{value:"none",options:[...t,"darken"]},scale:{value:"up",options:a}},pressed:{backgroundColor:{value:"darken",options:e},borderColor:{value:"none",options:t},color:{value:"none",options:[...t,"darken"]},scale:{value:"down",options:a}}},n={hover:{backgroundColor:{value:"none",options:t},borderColor:{value:"darken",options:e},color:{value:"darken",options:e},scale:{value:"up",options:a}},pressed:{backgroundColor:{value:"none",options:t},borderColor:{value:"darken",options:e},color:{value:"darken",options:e},scale:{value:"down",options:a}}},l={hover:{backgroundColor:{value:"lighten",options:["none","custom","lighten"]},borderColor:{value:"none",options:t},color:{value:"none",options:["none","custom","lighten"]},scale:{value:"up",options:a}},pressed:{backgroundColor:{value:"lighten",options:e},borderColor:{value:"none",options:t},color:{value:"none",options:e},scale:{value:"down",options:a}}};/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */function s(o){return{borderWidth:"none",borderRadius:"full",borderColor:{type:"palette",value:"transparent"},backgroundColor:{type:"palette",value:o},color:{type:"palette",value:"on-color"},scale:"none"}}function i(o){return{borderWidth:"thin",borderRadius:"full",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"palette",value:o},color:{type:"palette",value:o},scale:"none"}}function f(o){return{borderWidth:"none",borderRadius:"full",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:o},scale:"none"}}var p={fill:s,outline:i,ghost:f},c={defaults:{palette:"accent",variant:"primary",size:"md"},size:{sm:{spacingHorizontal:"4",spacingVertical:"1",gap:"2",iconSize:"sm",textVariant:"label1"},md:{spacingHorizontal:"6",spacingVertical:"3",gap:"2",iconSize:"sm",textVariant:"label1"},lg:{spacingHorizontal:"7",spacingVertical:"4",gap:"2",iconSize:"md",textVariant:"headline1"}},palette:{accent:{primary:{kind:"fill",effect:r,base:s("accent"),state:{hover:{scale:"up",backgroundColor:{type:"spectrum",value:"carbon-10"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"on-color"}},pressed:{scale:"down",backgroundColor:{type:"spectrum",value:"carbon-11"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"on-color"}}}},secondary:{kind:"outline",effect:n,base:i("accent"),state:{hover:{scale:"up",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"spectrum",value:"carbon-10"},color:{type:"spectrum",value:"carbon-10"}},pressed:{scale:"down",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"spectrum",value:"carbon-11"},color:{type:"spectrum",value:"carbon-11"}}}},tertiary:{kind:"ghost",effect:l,base:f("accent"),state:{hover:{scale:"up",backgroundColor:{type:"spectrum",value:"carbon-2"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"accent"}},pressed:{scale:"down",backgroundColor:{type:"spectrum",value:"carbon-4"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"accent"}}}}},brand:{primary:{kind:"fill",effect:r,base:s("brand"),state:{hover:{scale:"up",backgroundColor:{type:"spectrum",value:"purple-10"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"on-color"}},pressed:{scale:"down",backgroundColor:{type:"spectrum",value:"purple-11"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"on-color"}}}},secondary:{kind:"outline",effect:n,base:i("brand"),state:{hover:{scale:"up",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"spectrum",value:"purple-10"},color:{type:"spectrum",value:"purple-10"}},pressed:{scale:"down",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"spectrum",value:"purple-11"},color:{type:"spectrum",value:"purple-11"}}}},tertiary:{kind:"ghost",effect:l,base:f("brand"),state:{hover:{scale:"up",backgroundColor:{type:"spectrum",value:"purple-2"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"brand"}},pressed:{scale:"down",backgroundColor:{type:"spectrum",value:"purple-4"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"brand"}}}}},alert:{primary:{kind:"fill",effect:r,base:s("alert"),state:{hover:{scale:"up",backgroundColor:{type:"spectrum",value:"red-10"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"on-color"}},pressed:{scale:"down",backgroundColor:{type:"spectrum",value:"red-11"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"on-color"}}}},secondary:{kind:"outline",effect:n,base:i("alert"),state:{hover:{scale:"up",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"spectrum",value:"red-10"},color:{type:"spectrum",value:"red-10"}},pressed:{scale:"down",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"spectrum",value:"red-11"},color:{type:"spectrum",value:"red-11"}}}},tertiary:{kind:"ghost",effect:l,base:f("alert"),state:{hover:{scale:"up",backgroundColor:{type:"spectrum",value:"red-2"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"alert"}},pressed:{scale:"down",backgroundColor:{type:"spectrum",value:"red-4"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"alert"}}}}},positive:{primary:{kind:"fill",effect:r,base:s("positive"),state:{hover:{scale:"up",backgroundColor:{type:"spectrum",value:"green-10"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"on-color"}},pressed:{scale:"down",backgroundColor:{type:"spectrum",value:"green-11"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"on-color"}}}},secondary:{kind:"outline",effect:n,base:i("positive"),state:{hover:{scale:"up",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"spectrum",value:"green-10"},color:{type:"spectrum",value:"green-10"}},pressed:{scale:"down",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"spectrum",value:"green-11"},color:{type:"spectrum",value:"green-11"}}}},tertiary:{kind:"ghost",effect:l,base:f("positive"),state:{hover:{scale:"up",backgroundColor:{type:"spectrum",value:"green-2"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"positive"}},pressed:{scale:"down",backgroundColor:{type:"spectrum",value:"green-4"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"positive"}}}}},warning:{primary:{kind:"fill",effect:r,base:s("warning"),state:{hover:{scale:"up",backgroundColor:{type:"spectrum",value:"orange-10"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"on-color"}},pressed:{scale:"down",backgroundColor:{type:"spectrum",value:"orange-11"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"on-color"}}}},secondary:{kind:"outline",effect:n,base:i("warning"),state:{hover:{scale:"up",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"spectrum",value:"orange-10"},color:{type:"spectrum",value:"orange-10"}},pressed:{scale:"down",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"spectrum",value:"orange-11"},color:{type:"spectrum",value:"orange-11"}}}},tertiary:{kind:"ghost",effect:l,base:f("warning"),state:{hover:{scale:"up",backgroundColor:{type:"spectrum",value:"orange-2"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"warning"}},pressed:{scale:"down",backgroundColor:{type:"spectrum",value:"orange-4"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:"warning"}}}}}}},u={light:{palette:{core:{brand:{hue:"purple",step:"9"},accent:{hue:"carbon",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"}},foreground:{primary:{hue:"carbon",step:"13"},secondary:{hue:"carbon",step:"10"},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"}}},spectrum:{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:{0:"248 244 255",1:"235 229 255",2:"225 217 255",3:"213 207 255",4:"202 194 255",5:"176 159 252",6:"149 126 252",7:"131 103 255",8:"124 73 252",9:"125 46 255",10:"96 1 210",11:"80 21 176",12:"57 0 125",13:"43 0 103",14:"29 0 71",15:"16 0 38"},pink:{0:"255 247 252",1:"255 235 249",2:"254 216 247",3:"255 176 231",4:"255 133 211",5:"255 85 195",6:"255 54 161",7:"255 0 128",8:"230 0 115",9:"220 2 118",10:"178 6 102",11:"113 0 75",12:"85 0 58",13:"56 0 40",14:"45 0 34",15:"38 0 16"},red:{0:"255 250 250",1:"255 240 241",2:"255 231 232",3:"255 214 218",4:"255 187 192",5:"255 152 159",6:"253 106 116",7:"255 77 82",8:"238 0 23",9:"211 13 46",10:"187 0 10",11:"157 0 4",12:"127 0 0",13:"98 3 0",14:"68 4 0",15:"38 3 0"},yellow:{0:"255 253 238",1:"255 250 209",2:"255 246 161",4:"255 233 87",3:"255 242 125",5:"255 211 51",6:"229 185 23",7:"151 117 0",8:"124 90 0",9:"100 67 0",10:"88 57 0",11:"75 47 0",12:"58 34 0",13:"44 25 0",14:"32 17 0",15:"21 11 0"},green:{0:"246 255 244",1:"225 253 220",2:"202 250 197",3:"162 242 162",4:"126 228 135",5:"86 196 112",6:"48 161 89",7:"0 135 81",8:"10 122 68",9:"0 108 59",10:"4 94 52",11:"4 77 44",12:"4 59 35",13:"4 51 31",14:"4 43 27",15:"3 33 21"},teal:{0:"242 255 251",1:"224 255 248",2:"207 255 248",3:"177 255 243",4:"133 247 233",5:"78 232 220",6:"17 211 205",7:"0 160 160",8:"0 130 130",9:"0 122 122",10:"0 110 107",11:"0 89 86",12:"0 69 67",13:"0 54 53",14:"0 44 44",15:"0 38 38"},gray:{0:"255 255 255",1:"245 248 250",2:"240 243 245",3:"224 228 233",4:"199 205 210",5:"176 185 193",6:"151 158 168",7:"130 138 147",8:"110 119 128",9:"91 99 106",10:"70 78 86",11:"44 54 63",12:"35 42 49",13:"29 34 40",14:"16 21 24",15:"0 0 0"},orange:{0:"255 249 242",1:"255 239 222",2:"255 229 202",3:"249 208 167",4:"252 182 111",5:"255 158 66",6:"255 137 21",7:"226 105 0",8:"204 78 0",9:"191 73 0",10:"166 64 0",11:"145 56 0",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:"122 122 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:"75 133 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:"109 110 255",7:"93 94 255",8:"64 64 227",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"}}},dark:{palette:{core:{brand:{hue:"purple",step:"9"},accent:{hue:"carbon",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"}},foreground:{primary:{hue:"carbon",step:"13"},secondary:{hue:"carbon",step:"10"},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"}}},spectrum:{blue:{0:"0 10 38",1:"0 14 57",2:"0 19 75",3:"0 29 102",4:"0 44 129",5:"0 63 156",6:"0 87 183",7:"0 116 210",8:"17 148 236",9:"18 169 255",10:"99 192 255",11:"125 203 255",12:"150 210 250",13:"182 224 252",14:"213 237 252",15:"240 247 252"},purple:{0:"25 0 38",1:"34 0 57",2:"42 0 75",3:"51 0 102",4:"57 0 125",5:"80 21 176",6:"96 1 210",7:"108 36 242",8:"119 89 255",9:"144 124 255",10:"165 149 248",11:"187 174 249",12:"209 201 251",13:"225 219 252",14:"235 232 254",15:"248 244 255"},pink:{0:"38 0 19",1:"48 0 23",2:"58 0 27",3:"75 0 34",4:"96 0 43",5:"123 0 54",6:"157 0 67",7:"194 0 81",8:"233 0 107",9:"255 0 128",10:"255 54 161",11:"255 101 186",12:"255 150 211",13:"255 186 228",14:"255 212 240",15:"255 229 247"},red:{0:"38 3 0",1:"57 3 0",2:"75 3 0",3:"102 1 0",4:"129 5 0",5:"156 15 12",6:"183 28 27",7:"210 46 47",8:"232 58 62",9:"255 77 82",10:"255 105 109",11:"255 135 141",12:"255 155 161",13:"255 183 188",14:"254 210 214",15:"255 240 241"},yellow:{0:"38 35 0",1:"48 42 0",2:"58 49 0",4:"96 73 0",3:"75 60 0",5:"123 91 0",6:"157 112 0",7:"194 136 0",8:"233 171 0",9:"255 204 0",10:"255 220 79",11:"255 232 102",12:"255 243 138",13:"255 249 163",14:"255 251 197",15:"255 253 238"},green:{0:"7 33 23",1:"7 43 29",2:"8 48 32",3:"8 55 36",4:"11 70 44",5:"14 91 55",6:"18 118 68",7:"23 149 83",8:"29 181 97",9:"26 197 103",10:"55 219 115",11:"91 235 126",12:"128 242 143",13:"169 251 169",14:"213 255 208",15:"247 255 245"},teal:{0:"0 35 38",1:"0 40 43",2:"0 45 49",3:"0 56 60",4:"0 73 76",5:"0 97 99",6:"0 126 127",7:"1 160 159",8:"15 194 190",9:"17 211 205",10:"52 227 222",11:"99 237 231",12:"145 249 243",13:"185 255 251",14:"216 255 252",15:"242 255 254"},gray:{0:"0 0 0",1:"16 21 24",2:"29 34 40",3:"35 42 49",4:"44 54 63",5:"70 78 86",6:"91 99 106",7:"110 119 128",8:"130 138 147",9:"151 158 168",10:"176 185 193",11:"199 205 210",12:"224 228 233",13:"240 243 245",14:"245 248 250",15:"255 255 255"},carbon:{0:"0 0 0",1:"10 10 10",2:"20 20 20",3:"31 31 31",4:"41 41 41",5:"50 50 50",6:"68 68 68",7:"90 90 90",8:"117 117 117",9:"142 142 142",10:"176 176 176",11:"205 205 205",12:"227 227 227",13:"245 245 245",14:"252 251 251",15:"255 255 255"},orange:{0:"38 15 0",1:"46 17 0",2:"54 19 0",3:"67 23 0",4:"86 28 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",12:"255 161 102",13:"255 192 153",14:"255 224 204",15:"255 246 240"},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"}}}},y={defaults:c.defaults,size:{xs:{spacing:"1",iconSize:"sm"},sm:{spacing:c.size.sm.spacingVertical,iconSize:c.size.sm.iconSize},md:{spacing:c.size.md.spacingVertical,iconSize:c.size.md.iconSize},lg:{spacing:c.size.lg.spacingVertical,iconSize:c.size.lg.iconSize},xl:{spacing:"4",iconSize:"lg"}}},d={damped:{1:{damping:20.585796264350424,stiffness:62.37968115365702},2:{damping:29.312551281312288,stiffness:126.47801753759964},3:{damping:48.92799401356162,stiffness:352.3892336537332},4:{damping:123.42690994256348,stiffness:2242.474548821137}},smooth:{1:{damping:16.46863701148034,stiffness:67.80400125397502},2:{damping:23.45004102504983,stiffness:137.47610601913004},3:{damping:39.1423952108493,stiffness:383.03177571057955},4:{damping:98.7415279540508,stiffness:2437.4723356751488}},subtle:{1:{damping:13.04316051309243,stiffness:67.80400125397502},2:{damping:18.572432491839468,stiffness:137.47610601913004},3:{damping:31.000777006992646,stiffness:383.03177571057955},4:{damping:78.20329013960823,stiffness:2437.4723356751488}},bouncy:{1:{damping:9.229712940600143,stiffness:48.880672622541795},2:{damping:12.634144343496553,stiffness:91.59092691366399},3:{damping:19.40217701790486,stiffness:216.00395877230474},4:{damping:37.541723184430275,stiffness:808.7032559422912}},veryBouncy:{1:{damping:6.902290754946187,stiffness:38.92152745126911},2:{damping:9.155550514215523,stiffness:68.48134828711234},3:{damping:13.244464908166709,stiffness:143.30858570843873},4:{damping:22.17862652876726,stiffness:401.85804919502965}}},m={sm:16,md:24,lg:32},g={sm:16,md:24,lg:32},b=g,h=m,w=m,v={fontFamily:o.fontFamily,fontWeight:o.fontWeight,textTransform:o.textTransform,avatarSizes:g,iconSizes:h,borderRadius:{none:0,xs:2,sm:4,md:8,lg:12,xl:24,full:9999},borderWidth:{none:0,thin:1,medium:2,thick:2}},C={fontFamily:o.fontFamily,fontWeight:o.fontWeight,textTransform:o.textTransform,avatarSizes:b,iconSizes:w,borderRadius:{none:0,xs:2,sm:4,md:8,lg:16,xl:32,full:9999},borderWidth:{none:0,thin:1,medium:2,thick:4}},k={colorMode:u,scaleMode:{xSmall:{...v,...o.xSmall},small:{...v,...o.small},medium:{...v,...o.medium},large:{...C,...o.large},xLarge:{...C,...o.xLarge},xxLarge:{...C,...o.xxLarge},xxxLarge:{...C,...o.xxxLarge}},font:{sans:"yahoo-sans-cr4","sans-alt":"yahoo-sans-condensed",serif:"yahoo-serif-display","serif-alt":"yahoo-serif-text",mono:"roboto-mono"},button:c,iconButton:y,version:"v0.0.0",motion:d},S="https://s.yimg.com/bw/fonts",F=["Helvetica Neue","Helvetica","Arial","sans-serif"],D=["Georgia","Times","Times New Roman","serif"],x={"centra-no2":{fallback:F,type:"sans",isVariableFont:!1,declarations:[{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"100",src:`url('${S}/centra-no2-hairline.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"100",src:`url('${S}/centra-no2-hairline-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"200",src:`url('${S}/centra-no2-thin.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"200",src:`url('${S}/centra-no2-thin-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"300",src:`url('${S}/centra-no2-light.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"300",src:`url('${S}/centra-no2-light-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"400",src:`url('${S}/centra-no2-book.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"400",src:`url('${S}/centra-no2-book-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"500",src:`url('${S}/centra-no2-medium.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"500",src:`url('${S}/centra-no2-medium-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"700",src:`url('${S}/centra-no2-bold.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"700",src:`url('${S}/centra-no2-bold-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"800",src:`url('${S}/centra-no2-extrabold.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"800",src:`url('${S}/centra-no2-extrabold-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"900",src:`url('${S}/centra-no2-black.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"900",src:`url('${S}/centra-no2-black-italic.woff2') format('woff2')`}]},inter:{fallback:F,type:"sans",isVariableFont:!0,declarations:[{fontFamily:"Inter",fontDisplay:"swap",fontWeight:"1 1000",src:`url('${S}/inter-vf.woff2') format('woff2')`}]},"roboto-mono":{fallback:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas","Liberation Mono","Courier New","monospace"],type:"mono",isVariableFont:!1,declarations:[{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"100",src:`url('${S}/roboto-mono-100.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"100",src:`url('${S}/roboto-mono-100-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"200",src:`url('${S}/roboto-mono-200.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"200",src:`url('${S}/roboto-mono-200-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"300",src:`url('${S}/roboto-mono-300.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"300",src:`url('${S}/roboto-mono-300-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"400",src:`url('${S}/roboto-mono-400.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"400",src:`url('${S}/roboto-mono-400-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"500",src:`url('${S}/roboto-mono-500.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"500",src:`url('${S}/roboto-mono-500-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"600",src:`url('${S}/roboto-mono-600.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"600",src:`url('${S}/roboto-mono-600-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"700",src:`url('${S}/roboto-mono-700.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"700",src:`url('${S}/roboto-mono-700-italic.woff2') format('woff2')`}]},"yahoo-sans":{fallback:F,type:"sans",isVariableFont:!0,declarations:[{fontFamily:"Yahoo Sans",fontDisplay:"swap",fontWeight:"1 1000",src:`url('${S}/yahoo-sans-vf.woff2') format('woff2')`}]},"yahoo-sans-cr4":{fallback:F,type:"sans",isVariableFont:!0,declarations:[{fontFamily:"Yahoo Sans CR4",fontDisplay:"swap",fontWeight:"1 1000",src:`url('${S}/yahoo-sans-cr4-vf.woff2') format('woff2')`}]},"yahoo-sans-condensed":{fallback:F,type:"sans",isVariableFont:!0,declarations:[{fontFamily:"Yahoo Sans Condensed",fontDisplay:"swap",fontWeight:"1 1000",src:`url('${S}/yahoo-sans-condensed-vf.woff2') format('woff2')`}]},"yahoo-serif-display":{fallback:D,type:"serif",isVariableFont:!1,declarations:[{fontFamily:"Yahoo Serif Display",fontStyle:"normal",fontDisplay:"swap",fontWeight:"300",src:`url('${S}/yahoo-serif-display-light.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Display",fontStyle:"normal",fontDisplay:"swap",fontWeight:"400",src:`url('${S}/yahoo-serif-display-regular.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Display",fontStyle:"normal",fontDisplay:"swap",fontWeight:"700",src:`url('${S}/yahoo-serif-display-bold.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Display",fontStyle:"normal",fontDisplay:"swap",fontWeight:"800",src:`url('${S}/yahoo-serif-display-extrabold.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Display",fontStyle:"normal",fontDisplay:"swap",fontWeight:"900",src:`url('${S}/yahoo-serif-display-black.woff2') format('woff2')`}]},"yahoo-serif-text":{fallback:D,type:"serif",isVariableFont:!1,declarations:[{fontFamily:"Yahoo Serif Text",fontStyle:"normal",fontDisplay:"swap",fontWeight:"400",src:`url('${S}/yahoo-serif-text-regular.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Text",fontStyle:"italic",fontDisplay:"swap",fontWeight:"400",src:`url('${S}/yahoo-serif-text-italic.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Text",fontStyle:"normal",fontDisplay:"swap",fontWeight:"700",src:`url('${S}/yahoo-serif-text-bold.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Text",fontStyle:"italic",fontDisplay:"swap",fontWeight:"700",src:`url('${S}/yahoo-serif-text-bold-italic.woff2') format('woff2')`}]}};
2
+ /*! © 2025 Yahoo, Inc. UDS v0.0.0-development */exports.DEFAULT_COLOR_MODE="light",exports.DEFAULT_COLOR_MODE_FOR_APP="system",exports.DEFAULT_HIGH_CONTRAST_MODE=!1,exports.DEFAULT_REGION_MODE="🇺🇸 US",exports.DEFAULT_SCALE_MODE="large",exports.DEFAULT_SCALE_MODE_FOR_APP="system",exports.FONT_DECLARATIONS_MAP=x,exports.alwaysPalette={white:"#ffffff",black:"#000000",transparent:"transparent",current:"currentColor"},exports.button=c,exports.defaultTokensConfig=k,exports.fromEntries=function(o){return Object.fromEntries(o)},exports.generateConfigCombinations=function(o){return Object.keys(o).filter((o=>"defaults"!==o)).reduce(((e,t)=>{const a=[],r=[...Object.keys(o[t]),void 0];return 0===e.length?r.forEach((o=>{a.push({[t]:o})})):e.forEach((o=>{r.forEach((e=>{a.push({...o,[t]:e})}))})),a}),[])},exports.getDefaultButtonBaseMap=p,exports.motion=d,exports.normalIconSizes=w;
@@ -0,0 +1 @@
1
+ "use strict";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */var e=(e=>"undefined"!=typeof require?require:"undefined"!=typeof Proxy?new Proxy(e,{get:(e,r)=>("undefined"!=typeof require?require:e)[r]}):e)((function(e){if("undefined"!=typeof require)return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}));exports.__require=e;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("./chunk-GIJ2FHY5.cjs"),r=require("./chunk-5WBROFT5.cjs");/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */function e(e){const{palette:o,spectrum:n}=e,i={},a={spectrum:{},palette:{}};for(const[e,o]of t.entries(n))for(const[n,s]of t.entries(o)){const t=`${e}-${n}`,o=`--${r.SPECTRUM_COLOR_PREFIX}-${t}`;a.spectrum[e]||(a.spectrum[e]={}),a.spectrum[e][n]=`rgb(var(${o}))`,i[o]=s}return t.entries(o).forEach((([t,e])=>{for(const[o,{hue:n,step:s,opacity:c}]of Object.entries(e)){t in a.palette||(a.palette[t]={});const e=`--${r.UDS_PREFIX}-${t}-color-${o}`;i[e]=`var(--${r.SPECTRUM_COLOR_PREFIX}-${n}-${s})`,a.palette[t][o]=c?`rgb(var(${e}) / ${c})`:`rgb(var(${e}))`}})),{_vars:i,_raw:e,tailwindConfig:a}}function o(e){const o={},n={};for(const[i,a="regular"]of t.entries(e)){const e=`--${r.FONT_WEIGHT_PREFIX}-${i}`,s="number"==typeof a?`${a}`:t.fontWeightMap[a];o[e]=s,n[i]=`var(${e})`}return{_vars:o,_raw:e,tailwindConfig:{...t.fontWeightMap,...n}}}function n(r,e,o){const n={},i={};for(const[a,s]of t.entries(e)){const t=`--${r}-${a}`,e=o?o(s):s;n[t]=e,i[a]=`var(${t})`}return{_vars:n,_raw:e,tailwindConfig:i}}function i(r,e){if(!e)return{_vars:{},_raw:{},tailwindConfig:{}};const o={},n={};for(const[i,a]of t.entries(e)){const t=`--${r}-${i}`,e=`${a}px`;o[t]=e,n[i]=`var(${t})`}return{_vars:o,_raw:e,tailwindConfig:n}}exports.parseTokens=function(a){const{colorMode:s,scaleMode:c}=a;return{...a,colorMode:{light:e(s.light),dark:e(s.dark)},scaleMode:t.mapValues(c,(({borderRadius:t,borderWidth:e,fontSize:a,lineHeight:s,fontFamily:c,fontWeight:f,textTransform:_,avatarSizes:R,iconSizes:u})=>({fontFamily:n(r.FONT_FAMILY_PREFIX,c,(t=>`var(--${r.FONT_FAMILY_PREFIX}-${t})`)),fontSize:i(r.FONT_SIZE_PREFIX,a),fontWeight:o(f),lineHeight:i(r.LINE_HEIGHT_PREFIX,s),textTransform:n(r.TEXT_TRANSFORM_PREFIX,_),borderRadius:i(r.BORDER_RADIUS_PREFIX,t),borderWidth:i(r.BORDER_WIDTH_PREFIX,e),avatarSizes:i(r.AVATAR_SIZE_PREFIX,R),iconSizes:i(r.ICON_SIZE_PREFIX,u)})))}};
@@ -0,0 +1 @@
1
+ "use strict";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */var l={fontSize:{display1:46,display2:37,display3:33,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,display2:44,display3:44,title1:36,title2:32,title3:28,title4:24,headline1:16,body1:16,label1:16,label2:16,caption1:16,caption2:16,legal1:12}},e={fontSize:{display1:46,display2:38,display3:34,title1:30,title2:26,title3:22,title4:18,headline1:14,body1:14,label1:13,label2:13,caption1:12,caption2:12,legal1:11},lineHeight:{...l.lineHeight,title1:40,headline1:20,body1:20,legal1:16}},t={fontSize:{display1:47,display2:39,display3:35,title1:31,title2:27,title3:23,title4:19,headline1:15,body1:15,label1:13,label2:13,caption1:12,caption2:12,legal1:11},lineHeight:{...e.lineHeight,title2:36,title3:32}},i={fontSize:{...t.fontSize,display1:48,display2:40,display3:36,title1:32,title2:28,title3:24,title4:20,headline1:16,body1:16,label1:14,label2:14},lineHeight:{...t.lineHeight,title2:36,title3:32,headline1:20,body1:20,label1:20,label2:20}},a={fontSize:{display1:50,display2:42,display3:38,title1:34,title2:30,title3:26,title4:22,headline1:18,body1:16,label1:16,label2:16,caption1:14,caption2:14,legal1:13},lineHeight:{...i.lineHeight,title1:44,headline1:24,body1:24,caption1:20,caption2:20}},n={fontSize:{display1:52,display2:44,display3:40,title1:36,title2:32,title3:28,title4:26,headline1:20,body1:20,label1:18,label2:18,caption1:16,caption2:16,legal1:15},lineHeight:{...a.lineHeight,title2:40,title3:36,headline1:28,body1:28,label1:24,label2:24,legal1:20}},o={fontSize:{display1:54,display2:46,display3:42,title1:38,title2:34,title3:30,title4:28,headline1:22,body1:22,label1:20,label2:20,caption1:18,caption2:18,legal1:17},lineHeight:{...n.lineHeight,title1:48,title2:44,title4:32,label1:28,label2:28,caption1:24,caption2:24}};exports.entries=function(l){return Object.entries(l)},exports.fontFamily={display1:"sans",display2:"sans",display3:"sans",title1:"sans",title2:"sans",title3:"sans",title4:"sans",headline1:"sans",body1:"sans",label1:"sans",label2:"sans",caption1:"sans",caption2:"sans",legal1:"sans"},exports.fontWeight={display1:"black",display2:"extrabold",display3:"extrabold",title1:"bold",title2:"bold",title3:"bold",title4:"bold",headline1:"semibold",body1:"regular",label1:"semibold",label2:"regular",caption1:"semibold",caption2:"regular",legal1:"semibold"},exports.fontWeightMap={thin:"100",extralight:"200",light:"300",regular:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},exports.large=i,exports.mapValues=function(l,e){return Object.keys(l).reduce(((t,i,a)=>(t[i]=e(l[i],i,a),t)),{})},exports.medium=t,exports.small=e,exports.textTransform={display1:"uppercase",display2:"none",display3:"none",title1:"none",title2:"none",title3:"none",title4:"none",headline1:"none",body1:"none",label1:"none",label2:"none",caption1:"none",caption2:"none",legal1:"none"},exports.xLarge=a,exports.xSmall=l,exports.xxLarge=n,exports.xxxLarge=o;
@@ -0,0 +1,2 @@
1
+ import{DARK_COLOR_MODE_CLASSNAME as e,LIGHT_COLOR_MODE_CLASSNAME as t,XSMALL_SCALE_MODE_CLASSNAME as r,SMALL_SCALE_MODE_CLASSNAME as o,MEDIUM_SCALE_MODE_CLASSNAME as a,LARGE_SCALE_MODE_CLASSNAME as n,XLARGE_SCALE_MODE_CLASSNAME as p,XXXLARGE_SCALE_MODE_CLASSNAME as l,XXLARGE_SCALE_MODE_CLASSNAME as i}from"./chunk-PE2P7J44.js";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
2
+ var d={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",current:"text-current"},placeholderColor:{accent:"placeholder:text-accent",alert:"placeholder:text-alert",black:"placeholder:text-black",brand:"placeholder:text-brand",positive:"placeholder:text-positive",warning:"placeholder:text-warning",white:"placeholder:text-white",transparent:"placeholder:text-transparent",muted:"placeholder:text-muted","on-color":"placeholder:text-on-color",primary:"placeholder:text-primary",secondary:"placeholder:text-secondary",tertiary:"placeholder:text-tertiary",current:"placeholder:text-current"},fontFamily:{sans:"font-sans","sans-alt":"font-sans-alt",serif:"font-serif","serif-alt":"font-serif-alt",mono:"font-mono",display1:"font-display1",display2:"font-display2",display3:"font-display3",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",display3:"font-size-display3",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",display3:"font-weight-display3",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",display3:"leading-display3",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",display3:"case-display3",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",px:"p-px",.5:"p-0.5",1:"p-1",1.5:"p-1.5",2:"p-2",2.5:"p-2.5",3:"p-3",3.5:"p-3.5",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",14:"p-14",16:"p-16",20:"p-20",24:"p-24",28:"p-28",32:"p-32",36:"p-36",40:"p-40",44:"p-44",48:"p-48",52:"p-52",56:"p-56",60:"p-60",64:"p-64",72:"p-72",80:"p-80",96:"p-96"},spacingHorizontal:{0:"px-0",px:"px-px",.5:"px-0.5",1:"px-1",1.5:"px-1.5",2:"px-2",2.5:"px-2.5",3:"px-3",3.5:"px-3.5",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",14:"px-14",16:"px-16",20:"px-20",24:"px-24",28:"px-28",32:"px-32",36:"px-36",40:"px-40",44:"px-44",48:"px-48",52:"px-52",56:"px-56",60:"px-60",64:"px-64",72:"px-72",80:"px-80",96:"px-96"},spacingVertical:{0:"py-0",px:"py-px",.5:"py-0.5",1:"py-1",1.5:"py-1.5",2:"py-2",2.5:"py-2.5",3:"py-3",3.5:"py-3.5",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",14:"py-14",16:"py-16",20:"py-20",24:"py-24",28:"py-28",32:"py-32",36:"py-36",40:"py-40",44:"py-44",48:"py-48",52:"py-52",56:"py-56",60:"py-60",64:"py-64",72:"py-72",80:"py-80",96:"py-96"},spacingBottom:{0:"pb-0",px:"pb-px",.5:"pb-0.5",1:"pb-1",1.5:"pb-1.5",2:"pb-2",2.5:"pb-2.5",3:"pb-3",3.5:"pb-3.5",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",14:"pb-14",16:"pb-16",20:"pb-20",24:"pb-24",28:"pb-28",32:"pb-32",36:"pb-36",40:"pb-40",44:"pb-44",48:"pb-48",52:"pb-52",56:"pb-56",60:"pb-60",64:"pb-64",72:"pb-72",80:"pb-80",96:"pb-96"},spacingEnd:{0:"pe-0",px:"pe-px",.5:"pe-0.5",1:"pe-1",1.5:"pe-1.5",2:"pe-2",2.5:"pe-2.5",3:"pe-3",3.5:"pe-3.5",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",14:"pe-14",16:"pe-16",20:"pe-20",24:"pe-24",28:"pe-28",32:"pe-32",36:"pe-36",40:"pe-40",44:"pe-44",48:"pe-48",52:"pe-52",56:"pe-56",60:"pe-60",64:"pe-64",72:"pe-72",80:"pe-80",96:"pe-96"},spacingStart:{0:"ps-0",px:"ps-px",.5:"ps-0.5",1:"ps-1",1.5:"ps-1.5",2:"ps-2",2.5:"ps-2.5",3:"ps-3",3.5:"ps-3.5",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",14:"ps-14",16:"ps-16",20:"ps-20",24:"ps-24",28:"ps-28",32:"ps-32",36:"ps-36",40:"ps-40",44:"ps-44",48:"ps-48",52:"ps-52",56:"ps-56",60:"ps-60",64:"ps-64",72:"ps-72",80:"ps-80",96:"ps-96"},spacingTop:{0:"pt-0",px:"pt-px",.5:"pt-0.5",1:"pt-1",1.5:"pt-1.5",2:"pt-2",2.5:"pt-2.5",3:"pt-3",3.5:"pt-3.5",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",14:"pt-14",16:"pt-16",20:"pt-20",24:"pt-24",28:"pt-28",32:"pt-32",36:"pt-36",40:"pt-40",44:"pt-44",48:"pt-48",52:"pt-52",56:"pt-56",60:"pt-60",64:"pt-64",72:"pt-72",80:"pt-80",96:"pt-96"},offset:{0:"-m-0",px:"-m-px",.5:"-m-0.5",1:"-m-1",1.5:"-m-1.5",2:"-m-2",2.5:"-m-2.5",3:"-m-3",3.5:"-m-3.5",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",14:"-m-14",16:"-m-16",20:"-m-20",24:"-m-24",28:"-m-28",32:"-m-32",36:"-m-36",40:"-m-40",44:"-m-44",48:"-m-48",52:"-m-52",56:"-m-56",60:"-m-60",64:"-m-64",72:"-m-72",80:"-m-80",96:"-m-96"},offsetVertical:{0:"-my-0",px:"-my-px",.5:"-my-0.5",1:"-my-1",1.5:"-my-1.5",2:"-my-2",2.5:"-my-2.5",3:"-my-3",3.5:"-my-3.5",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",14:"-my-14",16:"-my-16",20:"-my-20",24:"-my-24",28:"-my-28",32:"-my-32",36:"-my-36",40:"-my-40",44:"-my-44",48:"-my-48",52:"-my-52",56:"-my-56",60:"-my-60",64:"-my-64",72:"-my-72",80:"-my-80",96:"-my-96"},offsetHorizontal:{0:"-mx-0",px:"-mx-px",.5:"-mx-0.5",1:"-mx-1",1.5:"-mx-1.5",2:"-mx-2",2.5:"-mx-2.5",3:"-mx-3",3.5:"-mx-3.5",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",14:"-mx-14",16:"-mx-16",20:"-mx-20",24:"-mx-24",28:"-mx-28",32:"-mx-32",36:"-mx-36",40:"-mx-40",44:"-mx-44",48:"-mx-48",52:"-mx-52",56:"-mx-56",60:"-mx-60",64:"-mx-64",72:"-mx-72",80:"-mx-80",96:"-mx-96"},offsetBottom:{0:"-mb-0",px:"-mb-px",.5:"-mb-0.5",1:"-mb-1",1.5:"-mb-1.5",2:"-mb-2",2.5:"-mb-2.5",3:"-mb-3",3.5:"-mb-3.5",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",14:"-mb-14",16:"-mb-16",20:"-mb-20",24:"-mb-24",28:"-mb-28",32:"-mb-32",36:"-mb-36",40:"-mb-40",44:"-mb-44",48:"-mb-48",52:"-mb-52",56:"-mb-56",60:"-mb-60",64:"-mb-64",72:"-mb-72",80:"-mb-80",96:"-mb-96"},offsetEnd:{0:"-me-0",px:"-me-px",.5:"-me-0.5",1:"-me-1",1.5:"-me-1.5",2:"-me-2",2.5:"-me-2.5",3:"-me-3",3.5:"-me-3.5",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",14:"-me-14",16:"-me-16",20:"-me-20",24:"-me-24",28:"-me-28",32:"-me-32",36:"-me-36",40:"-me-40",44:"-me-44",48:"-me-48",52:"-me-52",56:"-me-56",60:"-me-60",64:"-me-64",72:"-me-72",80:"-me-80",96:"-me-96"},offsetStart:{0:"-ms-0",px:"-ms-px",.5:"-ms-0.5",1:"-ms-1",1.5:"-ms-1.5",2:"-ms-2",2.5:"-ms-2.5",3:"-ms-3",3.5:"-ms-3.5",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",14:"-ms-14",16:"-ms-16",20:"-ms-20",24:"-ms-24",28:"-ms-28",32:"-ms-32",36:"-ms-36",40:"-ms-40",44:"-ms-44",48:"-ms-48",52:"-ms-52",56:"-ms-56",60:"-ms-60",64:"-ms-64",72:"-ms-72",80:"-ms-80",96:"-ms-96"},offsetTop:{0:"-mt-0",px:"-mt-px",.5:"-mt-0.5",1:"-mt-1",1.5:"-mt-1.5",2:"-mt-2",2.5:"-mt-2.5",3:"-mt-3",3.5:"-mt-3.5",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",14:"-mt-14",16:"-mt-16",20:"-mt-20",24:"-mt-24",28:"-mt-28",32:"-mt-32",36:"-mt-36",40:"-mt-40",44:"-mt-44",48:"-mt-48",52:"-mt-52",56:"-mt-56",60:"-mt-60",64:"-mt-64",72:"-mt-72",80:"-mt-80",96:"-mt-96"},columnGap:{0:"gap-x-0",px:"gap-x-px",.5:"gap-x-0.5",1:"gap-x-1",1.5:"gap-x-1.5",2:"gap-x-2",2.5:"gap-x-2.5",3:"gap-x-3",3.5:"gap-x-3.5",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",14:"gap-x-14",16:"gap-x-16",20:"gap-x-20",24:"gap-x-24",28:"gap-x-28",32:"gap-x-32",36:"gap-x-36",40:"gap-x-40",44:"gap-x-44",48:"gap-x-48",52:"gap-x-52",56:"gap-x-56",60:"gap-x-60",64:"gap-x-64",72:"gap-x-72",80:"gap-x-80",96:"gap-x-96"},rowGap:{0:"gap-y-0",px:"gap-y-px",.5:"gap-y-0.5",1:"gap-y-1",1.5:"gap-y-1.5",2:"gap-y-2",2.5:"gap-y-2.5",3:"gap-y-3",3.5:"gap-y-3.5",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",14:"gap-y-14",16:"gap-y-16",20:"gap-y-20",24:"gap-y-24",28:"gap-y-28",32:"gap-y-32",36:"gap-y-36",40:"gap-y-40",44:"gap-y-44",48:"gap-y-48",52:"gap-y-52",56:"gap-y-56",60:"gap-y-60",64:"gap-y-64",72:"gap-y-72",80:"gap-y-80",96:"gap-y-96"},backgroundColor:{accent:"bg-accent",alert:"bg-alert",black:"bg-black",brand:"bg-brand",positive:"bg-positive",warning:"bg-warning",white:"bg-white",primary:"bg-primary",secondary:"bg-secondary",transparent:"bg-transparent",current:"bg-current"},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",current:"border-current"},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",current:"border-s-current"},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",current:"border-e-current"},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",current:"border-b-current"},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",current:"border-t-current"},borderRadius:{none:"rounded-none",xs:"rounded-sm",sm:"rounded",md:"rounded-md",lg:"rounded-lg",xl:"rounded-xl",full:"rounded-full"},borderTopStartRadius:{none:"rounded-ss-none",xs:"rounded-ss-xs",sm:"rounded-ss-sm",md:"rounded-ss-md",lg:"rounded-ss-lg",xl:"rounded-ss-xl",full:"rounded-ss-full"},borderTopEndRadius:{none:"rounded-se-none",xs:"rounded-se-xs",sm:"rounded-se-sm",md:"rounded-se-md",lg:"rounded-se-lg",xl:"rounded-se-xl",full:"rounded-se-full"},borderBottomStartRadius:{none:"rounded-es-none",xs:"rounded-es-xs",sm:"rounded-es-sm",md:"rounded-es-md",lg:"rounded-es-lg",xl:"rounded-es-xl",full:"rounded-es-full"},borderBottomEndRadius:{none:"rounded-ee-none",xs:"rounded-ee-xs",sm:"rounded-ee-sm",md:"rounded-ee-md",lg:"rounded-ee-lg",xl:"rounded-ee-xl",full:"rounded-ee-full"},borderWidth:{none:"border-none",thin:"border-thin",medium:"border-medium",thick:"border-thick"},borderVerticalWidth:{none:"border-y-none",thin:"border-y-thin",medium:"border-y-medium",thick:"border-y-thick"},borderHorizontalWidth:{none:"border-x-none",thin:"border-x-thin",medium:"border-x-medium",thick:"border-x-thick"},borderStartWidth:{none:"border-s-none",thin:"border-s-thin",medium:"border-s-medium",thick:"border-s-thick"},borderEndWidth:{none:"border-e-none",thin:"border-e-thin",medium:"border-e-medium",thick:"border-e-thick"},borderTopWidth:{none:"border-t-none",thin:"border-t-thin",medium:"border-t-medium",thick:"border-t-thick"},borderBottomWidth:{none:"border-b-none",thin:"border-b-thin",medium:"border-b-medium",thick:"border-b-thick"},avatarSize:{sm:"avatarSize-sm",md:"avatarSize-md",lg:"avatarSize-lg"},iconSize:{sm:"iconSize-sm leading-none",md:"iconSize-md leading-none",lg:"iconSize-lg 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"},contentFit:{contain:"object-contain",cover:"object-cover",fill:"object-fill",none:"object-none","scale-down":"object-scale-down"},colorMode:{dark:e,light:t},scaleMode:{xSmall:r,small:o,medium:a,large:n,xLarge:p,xxxLarge:l,xxLarge:i},buttonPalette:{accent:"uds-button-accent",brand:"uds-button-brand",alert:"uds-button-alert",positive:"uds-button-positive",warning:"uds-button-warning"},buttonVariant:{primary:"uds-button-primary",secondary:"uds-button-secondary",tertiary:"uds-button-tertiary"},buttonSize:{sm:"uds-button-sm",md:"uds-button-md",lg:"uds-button-lg"},iconButtonSize:{xs:"uds-icon-button-xs",sm:"uds-icon-button-sm",md:"uds-icon-button-md",lg:"uds-icon-button-lg",xl:"uds-icon-button-xl"}};export{d as variants};
@@ -0,0 +1,2 @@
1
+ "use strict";var e=require("./chunk-DMMTEAJW.cjs"),r=require("./chunk-DCXVARRB.cjs"),n=require("@yahoo/uds/fixtures"),t=require("@yahoo/uds/flags"),o=require("clsx"),s=require("imurmurhash"),l=require("tailwind-merge"),i=require("react"),a=require("react/jsx-runtime");function c(e){return e&&e.__esModule?e:{default:e}}var u=c(o),d=c(s);/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
2
+ function f(e){return"boolean"==typeof e?`${e}`:0===e?"0":e}function h(e){const r=Object.create(null),n=Object.keys(e);for(let t=0,o=n.length;t<o;t++){const o=n[t];void 0!==e[o]&&(r[o]=e[o])}return r}var m=l.extendTailwindMerge({extend:{theme:{borderColor:n.lineColors,borderWidth:n.borderWidths,borderRadius:n.borderRadii}},override:{classGroups:{"text-color":[{text:[...n.foregroundColors,...n.spectrumColors]}],"bg-color":[{bg:n.backgroundColors}],"font-family":[{font:["icons",...n.textVariants]}],leading:[{leading:n.textVariants}]},conflictingClassGroups:{}}}),p=(...e)=>{const r=u.default(e);return m(r)},x=e=>r=>{if(!e?.variants)return p(e?.base,r?.className);const{variants:n,defaultVariants:t}=e,o=Object.keys(n).map((e=>{const o=r?.[e],s=t?.[e],l=f(o)||f(s);return n[e][l]})),s={...t,...r&&h(r)},l=e?.compoundVariants?.reduce(((e,{className:r,...n})=>Object.entries(n).every((([e,r])=>s[e]===r))?p(e,r):e),"");return p(e?.base,o,l,r?.className)},g=x({variants:r.variants}),y=new Map,b=e=>{const{useGetStylesCache:r}=t.getFeatureFlags();if(r){const r=function(e){const r=Object.create(null),n=Object.keys(e).sort();for(let t=0,o=n.length;t<o;t++){const o=n[t];r[o]=e[o]}return r}(h(e)),n=(new d.default).hash(JSON.stringify(r)).result();if(y.has(n))return y.get(n);const t=g(r);return y.set(n,t),t}return g(e)},v=i.forwardRef((function({name:r,size:n="md",variant:t="outline",color:o="primary",className:s,...l},i){const c=b({color:o,flex:"none",className:s}),u=e.normalIconSizes[n];return a.jsx("svg",{ref:i,xmlns:"http://www.w3.org/2000/svg",width:u,height:u,viewBox:`0 0 ${u} ${u}`,"aria-hidden":"true",focusable:"false",className:c,...l,children:a.jsx(r,{size:n,variant:t})})}));function C(...e){return r=>e.forEach((e=>function(e,r){"function"==typeof e?e(r):null!=e&&(e.current=r)}(e,r)))}exports.Icon=v,exports.createSlot=function(){const e=i.forwardRef(((e,n)=>{const{children:o,...s}=e,l=i.Children.toArray(o),c=l.find(t);if(c){const e=c.props.children,t=l.map((r=>r===c?i.Children.count(e)>1?i.Children.only(null):i.isValidElement(e)?e.props.children:null:r));return a.jsx(r,{...s,ref:n,children:i.isValidElement(e)?i.cloneElement(e,void 0,t):null})}return a.jsx(r,{...s,ref:n,children:o})}));e.displayName="Slot";const r=i.forwardRef(((e,r)=>{const{children:n,...t}=e;return i.isValidElement(n)?i.cloneElement(n,{...o(t,n.props),ref:r?C(r,n.ref):n.ref}):i.Children.count(n)>1?i.Children.only(null):null}));r.displayName="SlotClone";const n=({children:e})=>e;function t(e){return i.isValidElement(e)&&e.type===n}function o(e,r){const n={...r};for(const t in r){const o=e[t],s=r[t];/^on[A-Z]/.test(t)?o&&s?n[t]=(...e)=>{s(...e),o(...e)}:o&&(n[t]=o):"style"===t&&(n[t]={...o,...s})}return{...e,...n}}return e},exports.cva=x,exports.cx=p,exports.getStyles=b;
@@ -0,0 +1,2 @@
1
+ import{normalIconSizes as r}from"./chunk-3PK6DOFO.js";import{variants as t}from"./chunk-IUL5ZI4O.js";import{lineColors as n,borderWidths as e,borderRadii as o,foregroundColors as s,spectrumColors as c,backgroundColors as i,textVariants as l}from"@yahoo/uds/fixtures";import{getFeatureFlags as a}from"@yahoo/uds/flags";import u from"clsx";import f from"imurmurhash";import{extendTailwindMerge as m}from"tailwind-merge";import{forwardRef as d,Children as p,isValidElement as h,cloneElement as y}from"react";import{jsx as b}from"react/jsx-runtime";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
2
+ function g(r){return"boolean"==typeof r?`${r}`:0===r?"0":r}function v(r){const t=Object.create(null),n=Object.keys(r);for(let e=0,o=n.length;e<o;e++){const o=n[e];void 0!==r[o]&&(t[o]=r[o])}return t}var x=m({extend:{theme:{borderColor:n,borderWidth:e,borderRadius:o}},override:{classGroups:{"text-color":[{text:[...s,...c]}],"bg-color":[{bg:i}],"font-family":[{font:["icons",...l]}],leading:[{leading:l}]},conflictingClassGroups:{}}}),O=(...r)=>{const t=u(r);return x(t)},j=r=>t=>{if(!r?.variants)return O(r?.base,t?.className);const{variants:n,defaultVariants:e}=r,o=Object.keys(n).map((r=>{const o=t?.[r],s=e?.[r],c=g(o)||g(s);return n[r][c]})),s={...e,...t&&v(t)},c=r?.compoundVariants?.reduce(((r,{className:t,...n})=>Object.entries(n).every((([r,t])=>s[r]===t))?O(r,t):r),"");return O(r?.base,o,c,t?.className)},w=j({variants:t}),N=new Map,k=r=>{const{useGetStylesCache:t}=a();if(t){const t=function(r){const t=Object.create(null),n=Object.keys(r).sort();for(let e=0,o=n.length;e<o;e++){const o=n[e];t[o]=r[o]}return t}(v(r)),n=(new f).hash(JSON.stringify(t)).result();if(N.has(n))return N.get(n);const e=w(t);return N.set(n,e),e}return w(r)},C=d((function({name:t,size:n="md",variant:e="outline",color:o="primary",className:s,...c},i){const l=k({color:o,flex:"none",className:s}),a=r[n];return b("svg",{ref:i,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:`0 0 ${a} ${a}`,"aria-hidden":"true",focusable:"false",className:l,...c,children:b(t,{size:n,variant:e})})}));function S(...r){return t=>r.forEach((r=>function(r,t){"function"==typeof r?r(t):null!=r&&(r.current=t)}(r,t)))}function G(){const r=d(((r,n)=>{const{children:o,...s}=r,c=p.toArray(o),i=c.find(e);if(i){const r=i.props.children,e=c.map((t=>t===i?p.count(r)>1?p.only(null):h(r)?r.props.children:null:t));return b(t,{...s,ref:n,children:h(r)?y(r,void 0,e):null})}return b(t,{...s,ref:n,children:o})}));r.displayName="Slot";const t=d(((r,t)=>{const{children:n,...e}=r;return h(n)?y(n,{...o(e,n.props),ref:t?S(t,n.ref):n.ref}):p.count(n)>1?p.only(null):null}));t.displayName="SlotClone";const n=({children:r})=>r;function e(r){return h(r)&&r.type===n}function o(r,t){const n={...t};for(const e in t){const o=r[e],s=t[e];/^on[A-Z]/.test(e)?o&&s?n[e]=(...r)=>{s(...r),o(...r)}:o&&(n[e]=o):"style"===e&&(n[e]={...o,...s})}return{...r,...n}}return r}export{C as Icon,G as createSlot,j as cva,O as cx,k as getStyles};
@@ -0,0 +1,2 @@
1
+ /*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
2
+ var o="uds",e=`${o}-avatar-size`,t=`${o}-border-radius`,r=`${o}-border-width`,n=`${o}-font`,d=`${o}-font-size`,i=`${o}-font-weight`,s=`${o}-icon-size`,a=`${o}-line-height`,l=`${o}-motion`,$=`${o}-spectrum-color`,c=`${o}-text-transform`,b=`${o}-color-mode-dark`,u=`${o}-color-mode-light`,f=`${o}-scale-mode-xsmall`,m=`${o}-scale-mode-small`,g=`${o}-scale-mode-medium`,h=`${o}-scale-mode-large`,p=`${o}-scale-mode-xlarge`,x=`${o}-scale-mode-xxlarge`,z=`${o}-scale-mode-xxxlarge`,v=u,w=h,k={borderRadius:`--${o}-button-border-radius`,borderWidth:`--${o}-button-border-width`,color:`--${o}-button-color`,backgroundColor:`--${o}-button-background-color`,borderColor:`--${o}-button-border-color`,padding:`--${o}-button-padding`,columnGap:`--${o}-button-gap`,fontFamily:`--${o}-button-font`,fontWeight:`--${o}-button-font-weight`,fontSize:`--${o}-button-font-size`,lineHeight:`--${o}-button-line-height`,textTransform:`--${o}-button-text-transform`,iconSize:`--${o}-button-icon-size`,effects:{scale:{rest:`--${o}-button-effects-scale--rest`,hover:`--${o}-button-effects-scale--hover`,pressed:`--${o}-button-effects-scale--pressed`}}},S={padding:`--${o}-icon-button-padding`,iconSize:`--${o}-icon-button-icon-size`},C={hover:":hover:not([disabled])",pressed:":active:not([disabled])",disabled:":disabled",focused:":focus-visible",notDisabled:":not(:disabled)"};export{e as AVATAR_SIZE_PREFIX,t as BORDER_RADIUS_PREFIX,r as BORDER_WIDTH_PREFIX,k as BUTTON_CSS_VAR_MAP,b as DARK_COLOR_MODE_CLASSNAME,v as DEFAULT_COLOR_MODE_CLASSNAME,w as DEFAULT_SCALE_MODE_CLASSNAME,n as FONT_FAMILY_PREFIX,d as FONT_SIZE_PREFIX,i as FONT_WEIGHT_PREFIX,S as ICON_BUTTON_CSS_VAR_MAP,s as ICON_SIZE_PREFIX,h as LARGE_SCALE_MODE_CLASSNAME,u as LIGHT_COLOR_MODE_CLASSNAME,a as LINE_HEIGHT_PREFIX,g as MEDIUM_SCALE_MODE_CLASSNAME,l as MOTION_PREFIX,C as PSEUDO_STYLE_SELECTOR_MAP,m as SMALL_SCALE_MODE_CLASSNAME,$ as SPECTRUM_COLOR_PREFIX,c as TEXT_TRANSFORM_PREFIX,o as UDS_PREFIX,p as XLARGE_SCALE_MODE_CLASSNAME,f as XSMALL_SCALE_MODE_CLASSNAME,x as XXLARGE_SCALE_MODE_CLASSNAME,z as XXXLARGE_SCALE_MODE_CLASSNAME};
@@ -0,0 +1,2 @@
1
+ "use strict";var e=require("./chunk-DMMTEAJW.cjs"),r=require("./chunk-GIJ2FHY5.cjs"),t=require("./chunk-5WBROFT5.cjs");function a(e){return e&&e.__esModule?e:{default:e}}/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
2
+ function o(r,t){for(const a of r){const{declarations:r}=e.FONT_DECLARATIONS_MAP[a];for(const e of r)t({"@font-face":e})}}var n=a(require("tailwindcss/plugin")).default.withOptions((function({fontIds:e}){return function({addBase:r}){o(e,r)}}));function s(e){return`"${e}"`}function c(e){return{...e.borderRadius._vars,...e.borderWidth._vars,...e.avatarSizes._vars,...e.iconSizes._vars,...e.fontFamily._vars,...e.fontSize._vars,...e.fontWeight._vars,...e.lineHeight._vars,...e.textTransform._vars}}exports.addFontFaceDeclarations=o,exports.addFontsPlugin=n,exports.getColorModeStyles=function(e){return{light:{colorScheme:"light",...e.colorMode.light._vars},dark:{colorScheme:"dark",...e.colorMode.dark._vars}}},exports.getFontFaceDeclarations=function(r){return r.flatMap((r=>{const{declarations:t}=e.FONT_DECLARATIONS_MAP[r];return t.map((e=>e))}))},exports.getFontStyles=function(a){return e.fromEntries(r.entries(a).map((([r,a])=>{const o=`--${t.FONT_FAMILY_PREFIX}-${r}`,n=e.FONT_DECLARATIONS_MAP[a];return[o,[n.declarations[0].fontFamily,...n.fallback].map(s).join(", ")]})))},exports.getScaleModeStyles=function(e){return{xSmall:c(e.scaleMode.xSmall),small:c(e.scaleMode.small),medium:c(e.scaleMode.medium),large:c(e.scaleMode.large),xLarge:c(e.scaleMode.xLarge),xxLarge:c(e.scaleMode.xxLarge),xxxLarge:c(e.scaleMode.xxxLarge)}};
@@ -0,0 +1,2 @@
1
+ /*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
2
+ var l={display1:"sans",display2:"sans",display3:"sans",title1:"sans",title2:"sans",title3:"sans",title4:"sans",headline1:"sans",body1:"sans",label1:"sans",label2:"sans",caption1:"sans",caption2:"sans",legal1:"sans"},e={thin:"100",extralight:"200",light:"300",regular:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},i={display1:"black",display2:"extrabold",display3:"extrabold",title1:"bold",title2:"bold",title3:"bold",title4:"bold",headline1:"semibold",body1:"regular",label1:"semibold",label2:"regular",caption1:"semibold",caption2:"regular",legal1:"semibold"},t={display1:"uppercase",display2:"none",display3:"none",title1:"none",title2:"none",title3:"none",title4:"none",headline1:"none",body1:"none",label1:"none",label2:"none",caption1:"none",caption2:"none",legal1:"none"},a={fontSize:{display1:46,display2:37,display3:33,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,display2:44,display3:44,title1:36,title2:32,title3:28,title4:24,headline1:16,body1:16,label1:16,label2:16,caption1:16,caption2:16,legal1:12}},n={fontSize:{display1:46,display2:38,display3:34,title1:30,title2:26,title3:22,title4:18,headline1:14,body1:14,label1:13,label2:13,caption1:12,caption2:12,legal1:11},lineHeight:{...a.lineHeight,title1:40,headline1:20,body1:20,legal1:16}},d={fontSize:{display1:47,display2:39,display3:35,title1:31,title2:27,title3:23,title4:19,headline1:15,body1:15,label1:13,label2:13,caption1:12,caption2:12,legal1:11},lineHeight:{...n.lineHeight,title2:36,title3:32}},o={fontSize:{...d.fontSize,display1:48,display2:40,display3:36,title1:32,title2:28,title3:24,title4:20,headline1:16,body1:16,label1:14,label2:14},lineHeight:{...d.lineHeight,title2:36,title3:32,headline1:20,body1:20,label1:20,label2:20}},s={fontSize:{display1:50,display2:42,display3:38,title1:34,title2:30,title3:26,title4:22,headline1:18,body1:16,label1:16,label2:16,caption1:14,caption2:14,legal1:13},lineHeight:{...o.lineHeight,title1:44,headline1:24,body1:24,caption1:20,caption2:20}},b={fontSize:{display1:52,display2:44,display3:40,title1:36,title2:32,title3:28,title4:26,headline1:20,body1:20,label1:18,label2:18,caption1:16,caption2:16,legal1:15},lineHeight:{...s.lineHeight,title2:40,title3:36,headline1:28,body1:28,label1:24,label2:24,legal1:20}},p={fontSize:{display1:54,display2:46,display3:42,title1:38,title2:34,title3:30,title4:28,headline1:22,body1:22,label1:20,label2:20,caption1:18,caption2:18,legal1:17},lineHeight:{...b.lineHeight,title1:48,title2:44,title4:32,label1:28,label2:28,caption1:24,caption2:24}};function y(l){return Object.entries(l)}function c(l,e){return Object.keys(l).reduce(((i,t,a)=>(i[t]=e(l[t],t,a),i)),{})}export{y as entries,l as fontFamily,i as fontWeight,e as fontWeightMap,o as large,c as mapValues,d as medium,n as small,t as textTransform,s as xLarge,a as xSmall,b as xxLarge,p as xxxLarge};
@@ -0,0 +1,2 @@
1
+ /*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
2
+ var e=(e=>"undefined"!=typeof require?require:"undefined"!=typeof Proxy?new Proxy(e,{get:(e,r)=>("undefined"!=typeof require?require:e)[r]}):e)((function(e){if("undefined"!=typeof require)return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}));export{e as __require};
@@ -0,0 +1,2 @@
1
+ import{mapValues as t,entries as r,fontWeightMap as o}from"./chunk-SUASN3GG.js";import{SPECTRUM_COLOR_PREFIX as n,FONT_FAMILY_PREFIX as e,FONT_SIZE_PREFIX as i,LINE_HEIGHT_PREFIX as a,TEXT_TRANSFORM_PREFIX as s,BORDER_RADIUS_PREFIX as c,BORDER_WIDTH_PREFIX as f,AVATAR_SIZE_PREFIX as $,ICON_SIZE_PREFIX as u,UDS_PREFIX as l,FONT_WEIGHT_PREFIX as d}from"./chunk-PE2P7J44.js";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
2
+ function p(t){const{palette:o,spectrum:e}=t,i={},a={spectrum:{},palette:{}};for(const[t,o]of r(e))for(const[e,s]of r(o)){const r=`--${n}-${`${t}-${e}`}`;a.spectrum[t]||(a.spectrum[t]={}),a.spectrum[t][e]=`rgb(var(${r}))`,i[r]=s}return r(o).forEach((([t,r])=>{for(const[o,{hue:e,step:s,opacity:c}]of Object.entries(r)){t in a.palette||(a.palette[t]={});const r=`--${l}-${t}-color-${o}`;i[r]=`var(--${n}-${e}-${s})`,a.palette[t][o]=c?`rgb(var(${r}) / ${c})`:`rgb(var(${r}))`}})),{_vars:i,_raw:t,tailwindConfig:a}}function g(t){const n={},e={};for(const[i,a="regular"]of r(t)){const t=`--${d}-${i}`,r="number"==typeof a?`${a}`:o[a];n[t]=r,e[i]=`var(${t})`}return{_vars:n,_raw:t,tailwindConfig:{...o,...e}}}function v(t,o,n){const e={},i={};for(const[a,s]of r(o)){const r=`--${t}-${a}`,o=n?n(s):s;e[r]=o,i[a]=`var(${r})`}return{_vars:e,_raw:o,tailwindConfig:i}}function m(t,o){if(!o)return{_vars:{},_raw:{},tailwindConfig:{}};const n={},e={};for(const[i,a]of r(o)){const r=`--${t}-${i}`,o=`${a}px`;n[r]=o,e[i]=`var(${r})`}return{_vars:n,_raw:o,tailwindConfig:e}}function h(r){const{colorMode:o,scaleMode:n}=r;return{...r,colorMode:{light:p(o.light),dark:p(o.dark)},scaleMode:t(n,(({borderRadius:t,borderWidth:r,fontSize:o,lineHeight:n,fontFamily:l,fontWeight:d,textTransform:p,avatarSizes:h,iconSizes:w})=>({fontFamily:v(e,l,(t=>`var(--${e}-${t})`)),fontSize:m(i,o),fontWeight:g(d),lineHeight:m(a,n),textTransform:v(s,p),borderRadius:m(c,t),borderWidth:m(f,r),avatarSizes:m($,h),iconSizes:m(u,w)})))}}export{h as parseTokens};
@@ -0,0 +1,2 @@
1
+ import{fromEntries as r,FONT_DECLARATIONS_MAP as o}from"./chunk-3PK6DOFO.js";import{entries as a}from"./chunk-SUASN3GG.js";import{FONT_FAMILY_PREFIX as e}from"./chunk-PE2P7J44.js";import n from"tailwindcss/plugin";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
2
+ function t(r,a){for(const e of r){const{declarations:r}=o[e];for(const o of r)a({"@font-face":o})}}var s=n.withOptions((function({fontIds:r}){return function({addBase:o}){t(r,o)}}));function i(r){return{light:{colorScheme:"light",...r.colorMode.light._vars},dark:{colorScheme:"dark",...r.colorMode.dark._vars}}}function c(r){return r.flatMap((r=>{const{declarations:a}=o[r];return a.map((r=>r))}))}function l(r){return`"${r}"`}function f(n){return r(a(n).map((([r,a])=>{const n=`--${e}-${r}`,t=o[a];return[n,[t.declarations[0].fontFamily,...t.fallback].map(l).join(", ")]})))}function d(r){return{...r.borderRadius._vars,...r.borderWidth._vars,...r.avatarSizes._vars,...r.iconSizes._vars,...r.fontFamily._vars,...r.fontSize._vars,...r.fontWeight._vars,...r.lineHeight._vars,...r.textTransform._vars}}function u(r){return{xSmall:d(r.scaleMode.xSmall),small:d(r.scaleMode.small),medium:d(r.scaleMode.medium),large:d(r.scaleMode.large),xLarge:d(r.scaleMode.xLarge),xxLarge:d(r.scaleMode.xxLarge),xxxLarge:d(r.scaleMode.xxxLarge)}}export{t as addFontFaceDeclarations,s as addFontsPlugin,i as getColorModeStyles,c as getFontFaceDeclarations,f as getFontStyles,u as getScaleModeStyles};
@@ -0,0 +1 @@
1
+ "use strict";var r=require("./chunk-DMMTEAJW.cjs"),e=require("./chunk-GIJ2FHY5.cjs"),t=require("./chunk-5WBROFT5.cjs"),n=require("@yahoo/uds/fixtures");/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */function o({variant:r,speed:e,control:n}){return`${[`--${t.MOTION_PREFIX}`,r,e,n].join("-")}`}exports.getMotionStyles=function(t){const i=e.entries(t).flatMap((([r,t])=>e.entries(t).flatMap((([e,t])=>n.motionSpringConfigOptions.map((n=>[o({variant:r,speed:e,control:n}),`${t[n]}`]))))));return r.fromEntries(i)},exports.getMotionVar=o;
@@ -0,0 +1 @@
1
+ import{fromEntries as o}from"./chunk-3PK6DOFO.js";import{entries as r}from"./chunk-SUASN3GG.js";import{MOTION_PREFIX as t}from"./chunk-PE2P7J44.js";import{motionSpringConfigOptions as n}from"@yahoo/uds/fixtures";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */function a({variant:o,speed:r,control:n}){return`${[`--${t}`,o,r,n].join("-")}`}function i(t){const i=r(t).flatMap((([o,t])=>r(t).flatMap((([r,t])=>n.map((n=>[a({variant:o,speed:r,control:n}),`${t[n]}`]))))));return o(i)}export{i as getMotionStyles,a as getMotionVar};
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ "use strict";var e=require("../chunk-JGIKFUBH.cjs"),t=require("../chunk-YUHY3FXT.cjs"),n=require("../chunk-DMMTEAJW.cjs"),i=require("../chunk-5WBROFT5.cjs"),a=require("@yahoo/uds/fixtures"),o=require("react/jsx-runtime"),r=require("framer-motion"),s=require("react"),c={scale:.7,opacity:0},l={scale:[.7,.7,1],opacity:[0,0,1],transition:{times:[0,.5,1]}},u={icon:l,hide:c,loading:c},d={loading:l,hide:c,icon:c},m=`var(${i.BUTTON_CSS_VAR_MAP.columnGap})`,h=`var(${i.BUTTON_CSS_VAR_MAP.iconSize})`,p={rest:{scale:`var(${i.BUTTON_CSS_VAR_MAP.effects.scale.rest})`},hover:{scale:`var(${i.BUTTON_CSS_VAR_MAP.effects.scale.hover})`},pressed:{scale:`var(${i.BUTTON_CSS_VAR_MAP.effects.scale.pressed})`},withoutIcon:{columnGap:"0px"},withIcon:{columnGap:m}},g={hide:{width:"0px",opacity:0,display:"none"},loading:{width:h,display:"flex",opacity:1},icon:{width:h,display:"flex",opacity:1}},x=({size:e,variant:t})=>{if("outline"===t)switch(e){case"sm":return o.jsx(o.Fragment,{children:o.jsx("path",{fill:"currentColor",d:"M7.9 2.7a5.2 5.2 0 1 0 5.2 5.2h1.6a6.8 6.8 0 1 1-6.8-6.8.8.8 0 1 1 0 1.6"})});case"md":return o.jsx(o.Fragment,{children:o.jsx("path",{fill:"currentColor",d:"M12 4a8 8 0 1 0 8 8h2c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2a1 1 0 1 1 0 2"})});case"lg":return o.jsx(o.Fragment,{children:o.jsx("path",{fill:"currentColor",d:"M16.15 4.3C9.605 4.3 4.3 9.605 4.3 16.15S9.605 28 16.15 28 28 22.695 28 16.15h2.3c0 7.815-6.335 14.15-14.15 14.15S2 23.965 2 16.15 8.335 2 16.15 2a1.15 1.15 0 0 1 0 2.3"})})}if("fill"===t)switch(e){case"sm":return o.jsx(o.Fragment,{children:o.jsx("path",{fill:"currentColor",d:"M8 2.9A5.1 5.1 0 1 0 13.1 8h1.8A6.9 6.9 0 1 1 8 1.1a.9.9 0 1 1 0 1.8"})});case"md":return o.jsx(o.Fragment,{children:o.jsx("path",{fill:"currentColor",d:"M12.15 4.3A7.85 7.85 0 1 0 20 12.15h2.3c0 5.606-4.544 10.15-10.15 10.15S2 17.756 2 12.15 6.544 2 12.15 2a1.15 1.15 0 0 1 0 2.3"})});case"lg":return o.jsx(o.Fragment,{children:o.jsx("path",{fill:"currentColor",d:"M16.35 4.7C9.916 4.7 4.7 9.916 4.7 16.35S9.916 28 16.35 28 28 22.784 28 16.35h2.7c0 7.925-6.425 14.35-14.35 14.35S2 24.275 2 16.35 8.425 2 16.35 2a1.35 1.35 0 1 1 0 2.7"})})}return o.jsx(o.Fragment,{})},f=()=>import("../motionFeatures-P3FQL2KP.cjs").then((({domAnimation:e})=>e));/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */function v({reducedMotion:e="user",children:i,layoutVariant:a="subtle",layoutSpeed:c="3",colorVariant:l="smooth",colorSpeed:u="3"}){const d=n.motion[a][c],m=n.motion[l][u],[h,p]=s.useState(d),[g,x]=s.useState(m),v={variant:l,speed:u},j=t.getMotionVar({...v,control:"stiffness"}),b=t.getMotionVar({...v,control:"damping"}),S={variant:a,speed:c},y=t.getMotionVar({...S,control:"stiffness"}),M=t.getMotionVar({...S,control:"damping"});s.useEffect((()=>{const e=getComputedStyle(document.documentElement),t={damping:Number(e.getPropertyValue(M)),stiffness:Number(e.getPropertyValue(y))},n={damping:Number(e.getPropertyValue(b)),stiffness:Number(e.getPropertyValue(j))};p(t),x(n)}),[b,j,M,y]);const I=s.useMemo((()=>({type:"spring",mass:1,...h,layout:h,opacity:g,color:g,borderColor:g,backgroundColor:g})),[g,h]);return o.jsx(r.LazyMotion,{features:f,strict:!0,children:o.jsx(r.MotionConfig,{transition:I,reducedMotion:e,children:i})})}var j=e.createSlot(),b=r.m.create(j),S=s.forwardRef((function({palette:t,variant:n,size:i,startIcon:c,endIcon:l,iconVariant:m,loading:h,disableEffects:f,children:j,asChild:S,className:y,...M},I){const N=s.useRef(null);s.useImperativeHandle(I,(()=>N.current));const C=l?"icon":"hide",w=(({startIcon:e,endIcon:t,loading:n})=>e||t||n?"withIcon":"withoutIcon")({startIcon:c,endIcon:l,loading:h}),V=(({loading:e,startIcon:t})=>e?"loading":t?"icon":"hide")({loading:h,startIcon:c}),A={button:e.getStyles({buttonSize:i,buttonVariant:n,buttonPalette:t,className:e.cx("uds-button","uds-ring","uds-hit-target",h&&"uds-button-loading",f&&"uds-button-without-effects","withIcon"===w&&"uds-button-with-gap",y)}),content:"uds-button-content truncate",iconContainer:"uds-button-icon-container flex overflow-clip",loading:"uds-button-icon start-content animate-spin",start:"uds-button-icon start-content",end:"uds-button-icon end-content"},z=r.useReducedMotion()?"smooth":"subtle",P=s.useMemo((()=>o.jsx(r.m.span,{className:A.iconContainer,initial:!1,variants:g,animate:V,children:o.jsxs(r.AnimatePresence,{initial:!1,mode:"popLayout",children:[h&&o.jsx(r.m.span,{variants:d,initial:"hide",animate:"loading",exit:"hide",children:o.jsx(e.Icon,{size:a.buttonIconSvgSize,name:x,variant:m,color:"current",className:A.loading})},"loading"),c&&!h&&o.jsx(r.m.span,{variants:u,initial:"hide",animate:"icon",exit:"hide",children:o.jsx(e.Icon,{size:a.buttonIconSvgSize,name:c,variant:m,color:"current",className:A.start})},c.name)]})})),[A.iconContainer,A.loading,A.start,V,h,m,c]),T=s.useMemo((()=>o.jsx(r.m.span,{className:A.iconContainer,initial:!1,variants:g,animate:C,children:o.jsx(r.AnimatePresence,{initial:!1,mode:"popLayout",children:l&&o.jsx(r.m.span,{variants:u,initial:"hide",animate:"icon",exit:"hide",children:o.jsx(e.Icon,{size:a.buttonIconSvgSize,name:l,variant:m,color:"current",className:A.start})},l.name)})})),[A.iconContainer,A.start,l,C,m]),_=s.useMemo((()=>f?{...p,rest:{},hover:{},pressed:{}}:p),[f]);return S&&s.isValidElement(j)?o.jsx(v,{layoutSpeed:"3",layoutVariant:z,children:o.jsx(b,{className:A.button,initial:["hide",w],animate:w,variants:_,whileHover:"hover",whileTap:"pressed",...M,children:s.cloneElement(j,j.props,o.jsxs(o.Fragment,{children:[P,o.jsx("span",{className:A.content,children:j.props.children}),T]}))})}):o.jsx(v,{layoutSpeed:"3",layoutVariant:z,children:o.jsxs(r.m.button,{ref:N,className:A.button,initial:["hide",w],animate:w,variants:_,whileHover:"hover",whileTap:"pressed",...M,children:[P,o.jsx("span",{className:A.content,children:j}),T]})})})),y=s.forwardRef((function({palette:t,variant:n,size:i,iconVariant:c,loading:l,disableEffects:m,name:h,className:g,children:f,...j},b){const S=s.useRef(null);s.useImperativeHandle(b,(()=>S.current));const y=s.useMemo((()=>({button:e.getStyles({buttonVariant:n,buttonPalette:t,iconButtonSize:i,className:e.cx("uds-icon-button","uds-button","uds-ring","uds-hit-target",l&&"uds-button-loading",m&&"uds-button-without-effects",g)}),loading:"uds-button-icon start-content animate-spin",icon:"uds-button-icon start-content"})),[t,n,g,m,i,l]),M=r.useReducedMotion(),I=s.useMemo((()=>M?"smooth":"subtle"),[M]),N=s.useMemo((()=>{const{rest:e,hover:t,pressed:n}=p;return m?{rest:{},hover:{},pressed:{}}:{rest:e,hover:t,pressed:n}}),[m]);return o.jsx(v,{layoutSpeed:"3",layoutVariant:I,reducedMotion:m?"always":"user",children:o.jsx(r.m.button,{ref:S,className:y.button,initial:"icon",variants:N,whileHover:"hover",whileTap:"pressed",...j,children:o.jsxs(r.AnimatePresence,{initial:!1,mode:"popLayout",children:[l&&o.jsx(r.m.span,{variants:d,initial:"loading",animate:"loading",exit:"hide",children:o.jsx(e.Icon,{size:a.buttonIconSvgSize,name:x,variant:c,color:"current",className:y.loading})},"loading"),h&&!l&&o.jsx(r.m.span,{variants:u,initial:"icon",animate:"icon",exit:"hide",children:f||o.jsx(e.Icon,{size:a.buttonIconSvgSize,name:h,variant:c,color:"current",className:y.icon})},h.name)]})})})}));
3
+ /*! © 2025 Yahoo, Inc. UDS v0.0.0-development */exports.Button=S,exports.IconButton=y,exports.SpringMotionConfig=v;
@@ -0,0 +1,97 @@
1
+ import { e as UniversalButtonProps, f as UniversalIconButtonProps, M as MotionVariant, g as MotionVariantSpeed } from '../types-Pyccco5Q.cjs';
2
+ import { HTMLMotionProps, MotionConfigProps } from 'framer-motion';
3
+ import * as react from 'react';
4
+ import react__default from 'react';
5
+ import * as react_jsx_runtime from 'react/jsx-runtime';
6
+ import '@yahoo/uds-icons/types';
7
+
8
+ type HtmlButtonProps$1 = Omit<HTMLMotionProps<'button'>, 'color' | 'name'> & Omit<react__default.ButtonHTMLAttributes<HTMLButtonElement>, 'color'>;
9
+ interface ButtonProps extends HtmlButtonProps$1, UniversalButtonProps {
10
+ }
11
+ /**
12
+ * **🖲️ A button element that can be used to trigger an action**
13
+ *
14
+ * @type Client component
15
+ *
16
+ * @description
17
+ * A button is a fundamental component used to trigger an action or event. Buttons are interactive elements that users can click, tap, or otherwise engage
18
+ * with to submit forms, open dialogues, or perform any other interaction within an application or website.
19
+ * Consider an [IconButton](https://uds.build/docs/components/icon-button) for buttons that only contain an icon.
20
+ *
21
+ * @see The {@link https://uds.build/docs/components/button Button Docs} for more info
22
+ *
23
+ * @example
24
+ * ```tsx
25
+ * 'use client';
26
+ * import { Button, HStack } from "@yahoo/uds";
27
+ *
28
+ * export function Demo() {
29
+ * return (
30
+ * <HStack gap="2">
31
+ * <Button onClick={console.log}>Save</Button>
32
+ * <Button variant="secondary" onClick={console.log}>Cancel</Button>
33
+ * </HStack>
34
+ * )
35
+ * }
36
+ * ```
37
+ *
38
+ * @usage
39
+ * Buttons should be used to clearly indicate and initiate actions that users can take.
40
+ *
41
+ * @related [Icon](https://uds.build/docs/components/icon), [IconButton](https://uds.build/docs/components/icon-button), [Pressable](https://uds.build/docs/components/pressable)
42
+ **/
43
+ declare const Button: react__default.ForwardRefExoticComponent<ButtonProps & react__default.RefAttributes<HTMLButtonElement>>;
44
+
45
+ type HtmlButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'color' | 'name'> & Omit<HTMLMotionProps<'button'>, 'name'>;
46
+ interface IconButtonProps extends HtmlButtonProps, UniversalIconButtonProps {
47
+ }
48
+ /**
49
+ * **⚙️️ An icon button element that can be used to trigger an action**
50
+ *
51
+ * @type Client component
52
+ *
53
+ * @description
54
+ * An icon button is essentially an interactive icon. They should be used to
55
+ * display an icon which, when clicked, allows the user to trigger an action.
56
+ * Icon buttons provide additional features such hover states, focus states, and
57
+ * pressable functionality.
58
+ *
59
+ * @see
60
+ * Check out the {@link https://uds.build/docs/components/icon-button IconButton Docs} for more info
61
+ *
62
+ * @usage
63
+ * - When you need a button that is represented by an icon rather than text. This is useful in compact spaces, toolbars, or when the action is commonly understood through a visual symbol.
64
+ * - If you need a button that is used to trigger a non-critical action.
65
+ *
66
+ * @example
67
+ * ```tsx
68
+ * 'use client';
69
+ * import { IconButton } from "@yahoo/uds";
70
+ * import { AddFolder } from "@yahoo/uds-icons";
71
+ *
72
+ * <IconButton name={AddFolder} palette="accent" />
73
+ * ```
74
+ *
75
+ * @related [Icon](https://uds.build/docs/components/icon), [Button](https://uds.build/docs/components/button), and [Pressable](https://uds.build/docs/components/pressable)
76
+ *
77
+ **/
78
+ declare const IconButton: react.ForwardRefExoticComponent<IconButtonProps & react.RefAttributes<HTMLButtonElement>>;
79
+
80
+ interface SpringMotionConfigProps extends Pick<MotionConfigProps, 'children' | 'reducedMotion'> {
81
+ layoutVariant?: MotionVariant;
82
+ layoutSpeed?: MotionVariantSpeed;
83
+ colorVariant?: MotionVariant;
84
+ colorSpeed?: MotionVariantSpeed;
85
+ }
86
+ /**
87
+ * **🎬 Spring Motion Config to define motion animations for all UDS components**
88
+ *
89
+ * @type Client component
90
+ *
91
+ * @description
92
+ * The SpringConfig component provides a way to configure the spring animations for the entire application.
93
+ * This component provides a way to use uds motion configs with Framer Motion.
94
+ */
95
+ declare function SpringMotionConfig({ reducedMotion, children, layoutVariant, layoutSpeed, colorVariant, colorSpeed, }: SpringMotionConfigProps): react_jsx_runtime.JSX.Element;
96
+
97
+ export { Button, type ButtonProps, IconButton, type IconButtonProps, SpringMotionConfig, type SpringMotionConfigProps };
@@ -0,0 +1,97 @@
1
+ import { e as UniversalButtonProps, f as UniversalIconButtonProps, M as MotionVariant, g as MotionVariantSpeed } from '../types-Pyccco5Q.js';
2
+ import { HTMLMotionProps, MotionConfigProps } from 'framer-motion';
3
+ import * as react from 'react';
4
+ import react__default from 'react';
5
+ import * as react_jsx_runtime from 'react/jsx-runtime';
6
+ import '@yahoo/uds-icons/types';
7
+
8
+ type HtmlButtonProps$1 = Omit<HTMLMotionProps<'button'>, 'color' | 'name'> & Omit<react__default.ButtonHTMLAttributes<HTMLButtonElement>, 'color'>;
9
+ interface ButtonProps extends HtmlButtonProps$1, UniversalButtonProps {
10
+ }
11
+ /**
12
+ * **🖲️ A button element that can be used to trigger an action**
13
+ *
14
+ * @type Client component
15
+ *
16
+ * @description
17
+ * A button is a fundamental component used to trigger an action or event. Buttons are interactive elements that users can click, tap, or otherwise engage
18
+ * with to submit forms, open dialogues, or perform any other interaction within an application or website.
19
+ * Consider an [IconButton](https://uds.build/docs/components/icon-button) for buttons that only contain an icon.
20
+ *
21
+ * @see The {@link https://uds.build/docs/components/button Button Docs} for more info
22
+ *
23
+ * @example
24
+ * ```tsx
25
+ * 'use client';
26
+ * import { Button, HStack } from "@yahoo/uds";
27
+ *
28
+ * export function Demo() {
29
+ * return (
30
+ * <HStack gap="2">
31
+ * <Button onClick={console.log}>Save</Button>
32
+ * <Button variant="secondary" onClick={console.log}>Cancel</Button>
33
+ * </HStack>
34
+ * )
35
+ * }
36
+ * ```
37
+ *
38
+ * @usage
39
+ * Buttons should be used to clearly indicate and initiate actions that users can take.
40
+ *
41
+ * @related [Icon](https://uds.build/docs/components/icon), [IconButton](https://uds.build/docs/components/icon-button), [Pressable](https://uds.build/docs/components/pressable)
42
+ **/
43
+ declare const Button: react__default.ForwardRefExoticComponent<ButtonProps & react__default.RefAttributes<HTMLButtonElement>>;
44
+
45
+ type HtmlButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'color' | 'name'> & Omit<HTMLMotionProps<'button'>, 'name'>;
46
+ interface IconButtonProps extends HtmlButtonProps, UniversalIconButtonProps {
47
+ }
48
+ /**
49
+ * **⚙️️ An icon button element that can be used to trigger an action**
50
+ *
51
+ * @type Client component
52
+ *
53
+ * @description
54
+ * An icon button is essentially an interactive icon. They should be used to
55
+ * display an icon which, when clicked, allows the user to trigger an action.
56
+ * Icon buttons provide additional features such hover states, focus states, and
57
+ * pressable functionality.
58
+ *
59
+ * @see
60
+ * Check out the {@link https://uds.build/docs/components/icon-button IconButton Docs} for more info
61
+ *
62
+ * @usage
63
+ * - When you need a button that is represented by an icon rather than text. This is useful in compact spaces, toolbars, or when the action is commonly understood through a visual symbol.
64
+ * - If you need a button that is used to trigger a non-critical action.
65
+ *
66
+ * @example
67
+ * ```tsx
68
+ * 'use client';
69
+ * import { IconButton } from "@yahoo/uds";
70
+ * import { AddFolder } from "@yahoo/uds-icons";
71
+ *
72
+ * <IconButton name={AddFolder} palette="accent" />
73
+ * ```
74
+ *
75
+ * @related [Icon](https://uds.build/docs/components/icon), [Button](https://uds.build/docs/components/button), and [Pressable](https://uds.build/docs/components/pressable)
76
+ *
77
+ **/
78
+ declare const IconButton: react.ForwardRefExoticComponent<IconButtonProps & react.RefAttributes<HTMLButtonElement>>;
79
+
80
+ interface SpringMotionConfigProps extends Pick<MotionConfigProps, 'children' | 'reducedMotion'> {
81
+ layoutVariant?: MotionVariant;
82
+ layoutSpeed?: MotionVariantSpeed;
83
+ colorVariant?: MotionVariant;
84
+ colorSpeed?: MotionVariantSpeed;
85
+ }
86
+ /**
87
+ * **🎬 Spring Motion Config to define motion animations for all UDS components**
88
+ *
89
+ * @type Client component
90
+ *
91
+ * @description
92
+ * The SpringConfig component provides a way to configure the spring animations for the entire application.
93
+ * This component provides a way to use uds motion configs with Framer Motion.
94
+ */
95
+ declare function SpringMotionConfig({ reducedMotion, children, layoutVariant, layoutSpeed, colorVariant, colorSpeed, }: SpringMotionConfigProps): react_jsx_runtime.JSX.Element;
96
+
97
+ export { Button, type ButtonProps, IconButton, type IconButtonProps, SpringMotionConfig, type SpringMotionConfigProps };
@@ -0,0 +1,4 @@
1
+ "use client";
2
+ import{createSlot as t,getStyles as n,cx as e,Icon as i}from"../chunk-P5B5IOMM.js";import{getMotionVar as a}from"../chunk-ZV62SW5G.js";import{motion as o}from"../chunk-3PK6DOFO.js";import{BUTTON_CSS_VAR_MAP as r}from"../chunk-PE2P7J44.js";import{buttonIconSvgSize as s}from"@yahoo/uds/fixtures";import{jsx as c,jsxs as l,Fragment as d}from"react/jsx-runtime";import{m as u,useReducedMotion as h,AnimatePresence as m,LazyMotion as p,MotionConfig as f}from"framer-motion";import{forwardRef as g,useRef as v,useImperativeHandle as b,useMemo as y,isValidElement as w,cloneElement as N,useState as C,useEffect as S}from"react";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
3
+ var I={scale:.7,opacity:0},V={scale:[.7,.7,1],opacity:[0,0,1],transition:{times:[0,.5,1]}},x={icon:V,hide:I,loading:I},z={loading:V,hide:I,icon:I},M=`var(${r.columnGap})`,P=`var(${r.iconSize})`,j={rest:{scale:`var(${r.effects.scale.rest})`},hover:{scale:`var(${r.effects.scale.hover})`},pressed:{scale:`var(${r.effects.scale.pressed})`},withoutIcon:{columnGap:"0px"},withIcon:{columnGap:M}},k={hide:{width:"0px",opacity:0,display:"none"},loading:{width:P,display:"flex",opacity:1},icon:{width:P,display:"flex",opacity:1}},$=({size:t,variant:n})=>{if("outline"===n)switch(t){case"sm":return c(d,{children:c("path",{fill:"currentColor",d:"M7.9 2.7a5.2 5.2 0 1 0 5.2 5.2h1.6a6.8 6.8 0 1 1-6.8-6.8.8.8 0 1 1 0 1.6"})});case"md":return c(d,{children:c("path",{fill:"currentColor",d:"M12 4a8 8 0 1 0 8 8h2c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2a1 1 0 1 1 0 2"})});case"lg":return c(d,{children:c("path",{fill:"currentColor",d:"M16.15 4.3C9.605 4.3 4.3 9.605 4.3 16.15S9.605 28 16.15 28 28 22.695 28 16.15h2.3c0 7.815-6.335 14.15-14.15 14.15S2 23.965 2 16.15 8.335 2 16.15 2a1.15 1.15 0 0 1 0 2.3"})})}if("fill"===n)switch(t){case"sm":return c(d,{children:c("path",{fill:"currentColor",d:"M8 2.9A5.1 5.1 0 1 0 13.1 8h1.8A6.9 6.9 0 1 1 8 1.1a.9.9 0 1 1 0 1.8"})});case"md":return c(d,{children:c("path",{fill:"currentColor",d:"M12.15 4.3A7.85 7.85 0 1 0 20 12.15h2.3c0 5.606-4.544 10.15-10.15 10.15S2 17.756 2 12.15 6.544 2 12.15 2a1.15 1.15 0 0 1 0 2.3"})});case"lg":return c(d,{children:c("path",{fill:"currentColor",d:"M16.35 4.7C9.916 4.7 4.7 9.916 4.7 16.35S9.916 28 16.35 28 28 22.784 28 16.35h2.7c0 7.925-6.425 14.35-14.35 14.35S2 24.275 2 16.35 8.425 2 16.35 2a1.35 1.35 0 1 1 0 2.7"})})}return c(d,{})},A=()=>import("../motionFeatures-I76FFCTS.js").then((({domAnimation:t})=>t));function E({reducedMotion:t="user",children:n,layoutVariant:e="subtle",layoutSpeed:i="3",colorVariant:r="smooth",colorSpeed:s="3"}){const l=o[e][i],d=o[r][s],[u,h]=C(l),[m,g]=C(d),v={variant:r,speed:s},b=a({...v,control:"stiffness"}),w=a({...v,control:"damping"}),N={variant:e,speed:i},I=a({...N,control:"stiffness"}),V=a({...N,control:"damping"});S((()=>{const t=getComputedStyle(document.documentElement),n={damping:Number(t.getPropertyValue(V)),stiffness:Number(t.getPropertyValue(I))},e={damping:Number(t.getPropertyValue(w)),stiffness:Number(t.getPropertyValue(b))};h(n),g(e)}),[w,b,V,I]);const x=y((()=>({type:"spring",mass:1,...u,layout:u,opacity:m,color:m,borderColor:m,backgroundColor:m})),[m,u]);return c(p,{features:A,strict:!0,children:c(f,{transition:x,reducedMotion:t,children:n})})}var F=t(),G=u.create(F),T=g((function({palette:t,variant:a,size:o,startIcon:r,endIcon:p,iconVariant:f,loading:g,disableEffects:C,children:S,asChild:I,className:V,...M},P){const A=v(null);b(P,(()=>A.current));const F=p?"icon":"hide",T=(({startIcon:t,endIcon:n,loading:e})=>t||n||e?"withIcon":"withoutIcon")({startIcon:r,endIcon:p,loading:g}),H=(({loading:t,startIcon:n})=>t?"loading":n?"icon":"hide")({loading:g,startIcon:r}),L={button:n({buttonSize:o,buttonVariant:a,buttonPalette:t,className:e("uds-button","uds-ring","uds-hit-target",g&&"uds-button-loading",C&&"uds-button-without-effects","withIcon"===T&&"uds-button-with-gap",V)}),content:"uds-button-content truncate",iconContainer:"uds-button-icon-container flex overflow-clip",loading:"uds-button-icon start-content animate-spin",start:"uds-button-icon start-content",end:"uds-button-icon end-content"},O=h()?"smooth":"subtle",B=y((()=>c(u.span,{className:L.iconContainer,initial:!1,variants:k,animate:H,children:l(m,{initial:!1,mode:"popLayout",children:[g&&c(u.span,{variants:z,initial:"hide",animate:"loading",exit:"hide",children:c(i,{size:s,name:$,variant:f,color:"current",className:L.loading})},"loading"),r&&!g&&c(u.span,{variants:x,initial:"hide",animate:"icon",exit:"hide",children:c(i,{size:s,name:r,variant:f,color:"current",className:L.start})},r.name)]})})),[L.iconContainer,L.loading,L.start,H,g,f,r]),D=y((()=>c(u.span,{className:L.iconContainer,initial:!1,variants:k,animate:F,children:c(m,{initial:!1,mode:"popLayout",children:p&&c(u.span,{variants:x,initial:"hide",animate:"icon",exit:"hide",children:c(i,{size:s,name:p,variant:f,color:"current",className:L.start})},p.name)})})),[L.iconContainer,L.start,p,F,f]),J=y((()=>C?{...j,rest:{},hover:{},pressed:{}}:j),[C]);return I&&w(S)?c(E,{layoutSpeed:"3",layoutVariant:O,children:c(G,{className:L.button,initial:["hide",T],animate:T,variants:J,whileHover:"hover",whileTap:"pressed",...M,children:N(S,S.props,l(d,{children:[B,c("span",{className:L.content,children:S.props.children}),D]}))})}):c(E,{layoutSpeed:"3",layoutVariant:O,children:l(u.button,{ref:A,className:L.button,initial:["hide",T],animate:T,variants:J,whileHover:"hover",whileTap:"pressed",...M,children:[B,c("span",{className:L.content,children:S}),D]})})})),H=g((function({palette:t,variant:a,size:o,iconVariant:r,loading:d,disableEffects:p,name:f,className:g,children:w,...N},C){const S=v(null);b(C,(()=>S.current));const I=y((()=>({button:n({buttonVariant:a,buttonPalette:t,iconButtonSize:o,className:e("uds-icon-button","uds-button","uds-ring","uds-hit-target",d&&"uds-button-loading",p&&"uds-button-without-effects",g)}),loading:"uds-button-icon start-content animate-spin",icon:"uds-button-icon start-content"})),[t,a,g,p,o,d]),V=h(),M=y((()=>V?"smooth":"subtle"),[V]),P=y((()=>{const{rest:t,hover:n,pressed:e}=j;return p?{rest:{},hover:{},pressed:{}}:{rest:t,hover:n,pressed:e}}),[p]);return c(E,{layoutSpeed:"3",layoutVariant:M,reducedMotion:p?"always":"user",children:c(u.button,{ref:S,className:I.button,initial:"icon",variants:P,whileHover:"hover",whileTap:"pressed",...N,children:l(m,{initial:!1,mode:"popLayout",children:[d&&c(u.span,{variants:z,initial:"loading",animate:"loading",exit:"hide",children:c(i,{size:s,name:$,variant:r,color:"current",className:I.loading})},"loading"),f&&!d&&c(u.span,{variants:x,initial:"icon",animate:"icon",exit:"hide",children:w||c(i,{size:s,name:f,variant:r,color:"current",className:I.icon})},f.name)]})})})}));
4
+ /*! © 2025 Yahoo, Inc. UDS v0.0.0-development */export{T as Button,H as IconButton,E as SpringMotionConfig};