@yahoo/uds 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) 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 -1
  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/getDirChoices.ts +0 -1
  27. package/cli/utils/secrets.ts +40 -0
  28. package/dist/analytics/server.cjs +1 -0
  29. package/dist/analytics/server.d.cts +1 -0
  30. package/dist/analytics/server.d.ts +1 -0
  31. package/dist/analytics/server.js +1 -0
  32. package/dist/chunk-3PK6DOFO.js +3 -0
  33. package/dist/chunk-5WBROFT5.cjs +1 -0
  34. package/dist/chunk-DCXVARRB.cjs +1 -0
  35. package/dist/chunk-DMMTEAJW.cjs +2 -0
  36. package/dist/chunk-EYFQOFYW.cjs +1 -0
  37. package/dist/chunk-FWF2C6TL.cjs +1 -0
  38. package/dist/chunk-GIJ2FHY5.cjs +1 -0
  39. package/dist/chunk-IUL5ZI4O.js +2 -0
  40. package/dist/chunk-JGIKFUBH.cjs +2 -0
  41. package/dist/chunk-P5B5IOMM.js +2 -0
  42. package/dist/chunk-PE2P7J44.js +2 -0
  43. package/dist/chunk-PFT3UA6K.cjs +2 -0
  44. package/dist/chunk-SUASN3GG.js +2 -0
  45. package/dist/chunk-VPR62GYQ.js +2 -0
  46. package/dist/chunk-X6F5UEQ5.js +2 -0
  47. package/dist/chunk-YM5TKITI.js +2 -0
  48. package/dist/chunk-YUHY3FXT.cjs +1 -0
  49. package/dist/chunk-ZV62SW5G.js +1 -0
  50. package/dist/client/index.cjs +3 -0
  51. package/dist/client/index.d.cts +97 -0
  52. package/dist/client/index.d.ts +97 -0
  53. package/dist/client/index.js +4 -0
  54. package/dist/experimental/index.cjs +2 -0
  55. package/dist/experimental/index.d.cts +469 -0
  56. package/dist/experimental/index.d.ts +469 -0
  57. package/dist/experimental/index.js +2 -0
  58. package/dist/fixtures.cjs +1506 -0
  59. package/dist/fixtures.d.cts +94 -0
  60. package/dist/fixtures.d.ts +94 -0
  61. package/dist/fixtures.js +1449 -0
  62. package/dist/flags.cjs +1 -0
  63. package/dist/flags.d.cts +17 -0
  64. package/dist/flags.d.ts +17 -0
  65. package/dist/flags.js +2 -0
  66. package/dist/index.cjs +1 -0
  67. package/dist/index.d.cts +385 -0
  68. package/dist/index.d.ts +385 -0
  69. package/dist/index.js +1 -0
  70. package/dist/metafile-cjs.json +1 -0
  71. package/dist/metafile-esm.json +1 -0
  72. package/dist/motionFeatures-I76FFCTS.js +1 -0
  73. package/dist/motionFeatures-P3FQL2KP.cjs +1 -0
  74. package/dist/styles/toast.css +3 -0
  75. package/dist/styles/toast.d.cts +2 -0
  76. package/dist/styles/toast.d.ts +2 -0
  77. package/dist/tailwind/plugin.cjs +2 -0
  78. package/dist/tailwind/plugin.d.cts +60 -0
  79. package/dist/tailwind/plugin.d.ts +60 -0
  80. package/dist/tailwind/plugin.js +2 -0
  81. package/dist/tailwind/purger.cjs +5 -0
  82. package/dist/tailwind/purger.d.cts +17 -0
  83. package/dist/tailwind/purger.d.ts +17 -0
  84. package/dist/tailwind/purger.js +6 -0
  85. package/dist/tailwind/tsMorph.cjs +1 -0
  86. package/dist/tailwind/tsMorph.d.cts +31 -0
  87. package/dist/tailwind/tsMorph.d.ts +31 -0
  88. package/dist/tailwind/tsMorph.js +1 -0
  89. package/dist/tailwind/utils.cjs +1 -0
  90. package/dist/tailwind/utils.d.cts +99 -0
  91. package/dist/tailwind/utils.d.ts +99 -0
  92. package/dist/tailwind/utils.js +1 -0
  93. package/dist/tokens/index.cjs +1 -0
  94. package/dist/tokens/index.d.cts +1127 -0
  95. package/dist/tokens/index.d.ts +1127 -0
  96. package/dist/tokens/index.js +1 -0
  97. package/dist/tokens/parseTokens.cjs +1 -0
  98. package/dist/tokens/parseTokens.d.cts +59 -0
  99. package/dist/tokens/parseTokens.d.ts +59 -0
  100. package/dist/tokens/parseTokens.js +1 -0
  101. package/dist/types-Pyccco5Q.d.cts +949 -0
  102. package/dist/types-Pyccco5Q.d.ts +949 -0
  103. package/fonts/mobile.cjs +1 -1
  104. package/package.json +48 -21
  105. package/cli/codemods/propsToClass.test.tsx +0 -97
  106. package/cli/utils/purgeCSS.test.ts +0 -210
@@ -0,0 +1,338 @@
1
+ import { unlink } from 'node:fs/promises';
2
+ import path from 'node:path';
3
+
4
+ import { print, red } from 'bluebun';
5
+ import Bun from 'bun';
6
+ import { getApps, initializeApp } from 'firebase/app';
7
+ import {
8
+ connectAuthEmulator,
9
+ getAuth,
10
+ GoogleAuthProvider,
11
+ signInWithCredential,
12
+ } from 'firebase/auth';
13
+ import { google, oauth2_v2 } from 'googleapis';
14
+ import http from 'http';
15
+ import open from 'open';
16
+ import { type FirebaseUser } from 'root/database/firebase';
17
+ import { v5 as uuidv5 } from 'uuid';
18
+
19
+ import clientSecrets from './client_secrets.json';
20
+
21
+ type User = oauth2_v2.Schema$Userinfo | FirebaseUser;
22
+ type LoginProvider = 'google' | 'firebase' | 'configurator';
23
+
24
+ const LOGIN_PROVIDER: LoginProvider =
25
+ (process.env.LOGIN_PROVIDER as LoginProvider) ?? 'configurator';
26
+
27
+ const REDIRECT_URL = clientSecrets.web.redirect_uris[0];
28
+ const { port: PORT, origin: SERVER_ORIGIN } = new URL(REDIRECT_URL);
29
+
30
+ const configuratorUrlOrigin =
31
+ process.env.NODE_ENV === 'development' ? 'http://localhost:4001' : 'https://config.uds.build';
32
+
33
+ const CACHE_FILEPATH = '.uds/user.json';
34
+ const DEFAULT_CLI_PATH = path.resolve(import.meta.dir, '..');
35
+ const CACHED_USER_FILE = path.resolve(DEFAULT_CLI_PATH, CACHE_FILEPATH);
36
+
37
+ const isEmulator = process.env.EMULATOR || process.env.NEXT_PUBLIC_EMULATOR;
38
+
39
+ // TODO: consolidate with the firebase config and setup in database/firebase.ts
40
+ const firebaseConfig = !isEmulator
41
+ ? clientSecrets.firebaseConfig
42
+ : {
43
+ projectId: 'uds-poc',
44
+ apiKey: 'DUMMY_API_KEY',
45
+ authDomain: 'uds-poc.firebaseapp.com',
46
+ };
47
+
48
+ const firebaseApp = getApps().length === 0 ? initializeApp(firebaseConfig) : getApps()[0];
49
+ const auth = getAuth(firebaseApp);
50
+
51
+ if (isEmulator) {
52
+ connectAuthEmulator(auth, 'http://127.0.0.1:9099');
53
+ }
54
+
55
+ // Credentials can be found in https://console.cloud.google.com/apis/credentials/oauthclient/700524957090-6uju02gp6i0rlm3p17nt1v6vbrretfka.apps.googleusercontent.com?project=uds-poc.
56
+ const oauth2Client = new google.auth.OAuth2(
57
+ clientSecrets.web.client_id,
58
+ clientSecrets.web.client_secret,
59
+ REDIRECT_URL,
60
+ );
61
+
62
+ function isYahooEmployee(user?: User) {
63
+ return user?.email?.endsWith('@yahooinc.com');
64
+ }
65
+
66
+ function getAuthorizeUrl(loginProvider = LOGIN_PROVIDER) {
67
+ if (loginProvider === 'configurator') {
68
+ return `${configuratorUrlOrigin}/login?continue=${REDIRECT_URL}`;
69
+ }
70
+
71
+ return oauth2Client.generateAuthUrl({
72
+ access_type: 'offline',
73
+ scope: [
74
+ 'https://www.googleapis.com/auth/userinfo.profile',
75
+ 'https://www.googleapis.com/auth/userinfo.email',
76
+ ].join(' '),
77
+ hd: 'yahooinc.com',
78
+ include_granted_scopes: true,
79
+ });
80
+ }
81
+
82
+ function onPostHandler(
83
+ this: http.Server,
84
+ req: http.IncomingMessage,
85
+ res: http.ServerResponse,
86
+ resolve: (user: User) => void,
87
+ reject: (reason?: unknown) => void,
88
+ ) {
89
+ const corsHeaders = {
90
+ 'Access-Control-Allow-Origin': configuratorUrlOrigin,
91
+ 'Access-Control-Allow-Methods': 'OPTIONS, POST',
92
+ 'Access-Control-Allow-Headers': '*',
93
+ 'Access-Control-Request-Method': '*',
94
+ };
95
+
96
+ for (const [header, value] of Object.entries(corsHeaders)) {
97
+ res.setHeader(header, value);
98
+ }
99
+
100
+ if (req.headers.origin !== configuratorUrlOrigin) {
101
+ res.writeHead(405).end(`Request origin not allowed.`);
102
+ reject(`Request origin not allowed.`);
103
+ return;
104
+ }
105
+
106
+ if (req.method === 'OPTIONS') {
107
+ res.writeHead(204).end();
108
+ return;
109
+ }
110
+
111
+ if (req.method !== 'POST') {
112
+ // Set the 405 status and Allow header
113
+ res.writeHead(405, { Allow: 'POST' }).end('Method Not Allowed');
114
+ reject('Method Not Allowed');
115
+ return;
116
+ }
117
+
118
+ let data = '';
119
+
120
+ req.on('data', (chunk) => {
121
+ data += chunk.toString();
122
+ });
123
+
124
+ req.on('error', (err: NodeJS.ErrnoException) => {
125
+ reject(err);
126
+ });
127
+
128
+ req.on('end', () => {
129
+ try {
130
+ const user: FirebaseUser = JSON.parse(data);
131
+ res.end('Authentication successful! Please close this window.');
132
+ resolve(user);
133
+ } catch (err) {
134
+ reject(err);
135
+ } finally {
136
+ this.close();
137
+ }
138
+ });
139
+ }
140
+
141
+ async function onGETHandler(
142
+ this: http.Server,
143
+ req: http.IncomingMessage,
144
+ res: http.ServerResponse,
145
+ resolve: (user: User) => void,
146
+ reject: (reason?: unknown) => void,
147
+ ) {
148
+ try {
149
+ const code = new URL(req.url || '', SERVER_ORIGIN).searchParams.get('code');
150
+ if (!code) {
151
+ res.end('There was no code parameter on the url.');
152
+ this.close();
153
+ return;
154
+ }
155
+
156
+ res.end('Authentication successful! Please close this window.');
157
+ this.close();
158
+
159
+ const { tokens } = await oauth2Client.getToken(code);
160
+ oauth2Client.setCredentials(tokens);
161
+
162
+ let user: User;
163
+
164
+ if (LOGIN_PROVIDER === 'firebase') {
165
+ // Build Firebase credential using the Google ID token.
166
+ const credential = GoogleAuthProvider.credential(tokens.id_token);
167
+ user = (await signInWithCredential(auth, credential)).user;
168
+ } else {
169
+ const oauth2 = google.oauth2({ version: 'v2', auth: oauth2Client });
170
+ user = (await oauth2.userinfo.get()).data;
171
+ }
172
+
173
+ resolve(user);
174
+ } catch (err) {
175
+ reject(err);
176
+ }
177
+ }
178
+
179
+ /**
180
+ * Opens a browser window to authenticate the user using Google OAuth2 flow.
181
+ * The id token is exchanged for Firebase user credentials.
182
+ * @returns
183
+ */
184
+ async function authenticateUser(): Promise<User> {
185
+ return new Promise((resolve, reject) => {
186
+ // TODO: If port (3000) is already in use, this will fail.
187
+ // Setup https://www.npmjs.com/package/find-free-ports, but that won't
188
+ // play well with the pre-configured redirect_uris in the Google Cloud Console.
189
+ const server = http.createServer();
190
+
191
+ server.listen(PORT, async () => {
192
+ const authorizeUrl = getAuthorizeUrl();
193
+
194
+ print(`Please visit the following URL if it didn't open automatically:\n${authorizeUrl}`);
195
+
196
+ const childProcess = await open(authorizeUrl, { wait: false });
197
+ childProcess.unref();
198
+
199
+ process.on('SIGINT', () => {
200
+ server.close();
201
+ reject('Received SIGINT.');
202
+ });
203
+ });
204
+
205
+ server.on('error', (err: NodeJS.ErrnoException) => {
206
+ if (err.code && err.code.includes('EADDRINUSE')) {
207
+ print(
208
+ red(`🚨 Port ${PORT} already in use. Cannot start local server to handle OAuth flow.`),
209
+ );
210
+ server.close();
211
+ }
212
+ });
213
+
214
+ if (LOGIN_PROVIDER === 'configurator') {
215
+ server.on('request', (req, res) => onPostHandler.call(server, req, res, resolve, reject));
216
+ } else {
217
+ server.on('request', (req, res) => onGETHandler.call(server, req, res, resolve, reject));
218
+ }
219
+ });
220
+ }
221
+
222
+ async function logout(cachePath?: string) {
223
+ // 1. TODO: Revoke token access
224
+ try {
225
+ // 2. Remove cached user data.
226
+ return await unlink(cachePath ?? CACHED_USER_FILE);
227
+ } catch {
228
+ // noop
229
+ }
230
+ }
231
+
232
+ /**
233
+ * Takes the user through the OAuth2 flow, creating a server for the oauth callback.
234
+ * If the user has previously authenticated, it returns the cached user.
235
+ * @returns
236
+ */
237
+ async function login() {
238
+ let user = await getAuthenticatedUser();
239
+ // Authenticate if there's no user cached.
240
+ if (!user) {
241
+ try {
242
+ user = await authenticateUser();
243
+ await Bun.write(CACHED_USER_FILE, JSON.stringify(user, null, 2));
244
+ } catch (err) {
245
+ console.error('Error:', err);
246
+ throw err;
247
+ }
248
+ }
249
+
250
+ return user;
251
+ }
252
+
253
+ /**
254
+ * Builds a FirebaseUser object for a Continuous Integration (CI) user.
255
+ *
256
+ * This function generates a CI user with an email based on the UDS_TEAM_SLUG
257
+ * environment variable. If the UDS_TEAM_SLUG is not defined, it defaults to 'unknown'.
258
+ * The generated user has a predefined first name, display name, and an empty avatar.
259
+ * The analytics context includes the team and a role set to 'other'.
260
+ *
261
+ * @returns {FirebaseUser} The generated CI user object.
262
+ */
263
+ function buildCIUser(): FirebaseUser {
264
+ const team = process.env.UDS_TEAM_SLUG;
265
+
266
+ if (!team) {
267
+ print(
268
+ red(
269
+ `🚨 CI=1 also requires a 'UDS_TEAM_SLUG' env variable. Please see https://www.uds.build/docs/tools/cli#circumventing-login.`,
270
+ ),
271
+ );
272
+ process.exit(0);
273
+ }
274
+
275
+ const email = `ci-user-${team}@yahooinc.com`;
276
+ const id = uuidv5(email, '6ba7b810-9dad-11d1-80b4-00c04fd430c8'); // DNS namespace
277
+
278
+ return {
279
+ id,
280
+ email,
281
+ teams: team ? [team] : [],
282
+ avatar: '',
283
+ firstName: 'CI',
284
+ displayName: 'CI',
285
+ analyticsContext: {
286
+ team,
287
+ role: 'ci',
288
+ },
289
+ };
290
+ }
291
+
292
+ /**
293
+ * The authenticated user or undefined if the user is not authenticated.
294
+ * @param cliPath Root folder of cli commands. Defaults to 'packages/uds/cli'.
295
+ * Note: this is only needed when calling this method in cli.ts. The compiled
296
+ * platform-specific binaries create a virtual file system and we need
297
+ * to forward the package libPath from exec.ts.
298
+ * @returns user info
299
+ */
300
+
301
+ async function getAuthenticatedUser(cliPath = DEFAULT_CLI_PATH): Promise<User | undefined> {
302
+ if (process.env.CI) {
303
+ return buildCIUser();
304
+ }
305
+
306
+ try {
307
+ const cachePath = path.resolve(cliPath, CACHE_FILEPATH);
308
+ const file = Bun.file(cachePath);
309
+ const user = await file.json();
310
+
311
+ if (isYahooEmployee(user)) {
312
+ return user;
313
+ }
314
+
315
+ await logout(cachePath); // remove cached user if they're not a @yahooinc.com email.
316
+ } catch (err) {
317
+ if ((err as NodeJS.ErrnoException).code !== 'ENOENT') {
318
+ console.error(err);
319
+ }
320
+ }
321
+
322
+ return undefined;
323
+ }
324
+
325
+ export {
326
+ authenticateUser,
327
+ buildCIUser,
328
+ configuratorUrlOrigin,
329
+ getAuthenticatedUser,
330
+ getAuthorizeUrl,
331
+ isYahooEmployee,
332
+ login,
333
+ type LoginProvider,
334
+ logout,
335
+ onGETHandler,
336
+ onPostHandler,
337
+ type User,
338
+ };
@@ -0,0 +1,23 @@
1
+ {
2
+ "web": {
3
+ "client_id": "700524957090-6uju02gp6i0rlm3p17nt1v6vbrretfka.apps.googleusercontent.com",
4
+ "project_id": "uds-poc",
5
+ "auth_uri": "https://accounts.google.com/o/oauth2/auth",
6
+ "token_uri": "https://oauth2.googleapis.com/token",
7
+ "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
8
+ "client_secret": "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",
9
+ "redirect_uris": [
10
+ "http://localhost:3000/oauth2callback",
11
+ "https://uds.build/oauth2callback",
12
+ "https://config.uds.build/oauth2callback"
13
+ ]
14
+ },
15
+ "firebaseConfig": {
16
+ "apiKey": "AIzaSyDZEsm1GQ1lkK7T8NxJ9D_Pqmcz5u5D2hc",
17
+ "authDomain": "uds-poc.firebaseapp.com",
18
+ "projectId": "uds-poc",
19
+ "storageBucket": "uds-poc.appspot.com",
20
+ "messagingSenderId": "700524957090",
21
+ "appId": "1:700524957090:web:b4b5cdba42f694bb5cf6fb"
22
+ }
23
+ }
@@ -3,7 +3,7 @@
3
3
  declare var self: Worker;
4
4
 
5
5
  import { UniversalTokensConfig } from '@yahoo/uds/tokens';
6
- import { gte } from 'semver';
6
+ import { eq, gte } from 'semver';
7
7
 
8
8
  import { ConfigWorkerThreadMessageEvent } from './types';
9
9
 
@@ -61,8 +61,9 @@ self.onmessage = async ({ data }: ConfigWorkerThreadMessageEvent) => {
61
61
 
62
62
  // check if the locally installed version of UDS is compatible with the config version
63
63
  // it needs to be equal or greater than the config version
64
+ // note: 0.0.0-development is a special case for local development
64
65
  const installedUdsVersion = (await import('@yahoo/uds/package.json')).default.version;
65
- if (!gte(installedUdsVersion, udsVersion)) {
66
+ if (!gte(installedUdsVersion, udsVersion) && !eq(installedUdsVersion, '0.0.0-development')) {
66
67
  throw new Error(`
67
68
  Installed version of UDS is not compatible with the config version. \n
68
69
  Required: ${udsVersion}. Installed: ${installedUdsVersion} \n
@@ -12,7 +12,6 @@ const lessCommonDirs = [
12
12
  'build',
13
13
  'public',
14
14
  ];
15
-
16
15
  export const getDirChoices = (rootDir = '.'): Choice[] => {
17
16
  return fs
18
17
  .readdirSync(rootDir)
@@ -0,0 +1,40 @@
1
+ import path from 'node:path';
2
+
3
+ // eslint-disable-next-line n/no-unpublished-import
4
+ import { loadEnvConfig } from '@next/env';
5
+ import { $ } from 'bun';
6
+
7
+ loadEnvConfig(process.cwd());
8
+
9
+ const secretsFile = path.resolve(import.meta.dir, 'client_secrets.json');
10
+ const encryptedFilename = `${secretsFile}.enc`;
11
+
12
+ async function encrypt() {
13
+ await $`openssl enc -aes-256-cbc -in ${secretsFile} -out ${encryptedFilename}`;
14
+ }
15
+
16
+ async function decrypt() {
17
+ const f = Bun.file(secretsFile);
18
+ if (!(await f.exists())) {
19
+ await $`openssl enc -aes-256-cbc -in ${encryptedFilename} -out ${secretsFile} -d -pass env:UDS_CLI_SECRETS_PW`;
20
+ }
21
+ }
22
+
23
+ async function main() {
24
+ if (!process.env.UDS_CLI_SECRETS_PW) {
25
+ console.error('Please set the UDS_CLI_SECRETS_PW env variable. The password is in LastPass.');
26
+ process.exitCode = 1;
27
+ return;
28
+ }
29
+
30
+ const cmd = Bun.argv[2];
31
+ if (cmd === 'encrypt') {
32
+ await encrypt();
33
+ console.log(`Secrets file encrypted to ${encryptedFilename}`);
34
+ } else if (cmd === 'decrypt') {
35
+ await decrypt();
36
+ console.log(`Secrets file saved to ${secretsFile}`);
37
+ }
38
+ }
39
+
40
+ main();
@@ -0,0 +1 @@
1
+ "use strict";var e=require("os"),t=require("child_process"),i=require("uuid");function r(e){return e&&e.__esModule?e:{default:e}}var n=r(e),s=r(t),a=/^(\w+)\:\s+flags=/,o=/^(\w+)\s{2,}link encap:\w+/i,c=/(?:ether|HWaddr)\s+((?:[a-z0-9]{2}\:){5}[a-z0-9]{2})/i,l=/inet\s(?:addr\:)?(\d+\.\d+\.\d+\.\d+)/;function u(){let e="eth";const t=n.default.platform();return"darwin"===t?e="en":"win32"===t&&(e=void 0),e}function d(e,t){return"IPv4"===t?"IPv4"===e||4===e:"IPv6"===t?"IPv6"===e||6===e:e===t}function f(e,t,i=!1){let r;for(const n of e)if(d(n.family,t)){if(i&&n.address.startsWith("127."))continue;if("IPv6"!==t)return n;if(0===n.scopeid)return n;r||(r=n)}return r}function m(e,t){let i;i=e,i=i||u();const r=function(e,t){const i=n.default.networkInterfaces(),r=!t;if(e=e||"IPv4",t=t||u())for(let r=-1;r<8;r++){const n=i[t+(r>=0?r:"")];if(n){const t=f(n,e);if(t)return t}}if(r)for(const t in i){const r=i[t];if(r){const t=f(r,e,!0);if(t)return t}}}("IPv4",i);return r?(process.env.CI||"ff:00:00:00:00:00"!==r.mac&&"00:00:00:00:00:00"!==r.mac||(r.mac=""),r.mac?t(null,r.mac):void s.default.exec("win32"===n.default.platform()?"ipconfig/all":"/sbin/ifconfig",{timeout:5e3},((e,n)=>{if(e||!n)return t(e);if(!i)return t();const s=function(e,t,i){const r=e.split("\n");for(let e=0;e<r.length;e++){let n=r[e].trimEnd();const s=a.exec(n)||o.exec(n);if(!s)continue;if(0!==s[1].indexOf(t))continue;let u=null,d=null,f=c.exec(n);for(f&&(d=f[1]),e++;;){if(n=r[e],!n||a.exec(n)||o.exec(n)){e--;break}d||(f=c.exec(n),f&&(d=f[1])),u||(f=l.exec(n),f&&(u=f[1])),e++}if(u===i)return d}return null}(n||"",i,r.address);t(null,s)}))):t()}async function h(){const e=await new Promise(((e,t)=>{m("",((i,r)=>{if(i)return t(i);e(r||null)}))}))??n.default.hostname();return i.v5(e,"6ba7b810-9dad-11d1-80b4-00c04fd430c8")}var p={all:"G-0C2FBF3K5Y",docs:"G-6HSWE4WFFV",cli:"G-4N1G785K8W","figma-plugin":"G-Q1PFL2R17E","figma-dev-mode":"G-ZD8YHG3NWV",metrics:"G-1JW6B5D3JH",configurator:"G-JEHT4QPKB0"},w={all:"GwoNoIVUQwy-AP5hKnoskw",cli:"lrds1CjyTGimkKEA9hvmmQ","figma-plugin":"CgJ4b2ISS8KArcJHihE9og","figma-dev-mode":"Ns1whhmxTE-QIpDdbZr45Q"},g=["development","test"].includes(process.env.NODE_ENV??""),v=new class{#e;#t;#i;#r=!1;appName;user;debugMode;async init({appName:e,measurementId:t,apiSecret:i,debugMode:r,user:n}){if(!this.#r)return this.#e=t,this.#t=i,this.user=n,this.appName=e,this.debugMode=r??g,h().then((e=>{this.#i=e,this.#r=!0,this.#n()}));console.info("UDS analytics: already initialized.")}getClientId(){return this.#i}#n(){if(!this.#r)throw new Error("UDS analytics: not been initialized. Have you called init()?");if(!this.#e)throw new Error("UDS analytics: measurement property ID has not been set.");if(!this.#i)throw new Error("UDS analytics - client ID has not been set.");if(!this.user)throw new Error("UDS analytics: user has not been set.");if(!this.user.analyticsContext)throw new Error("UDS analytics: user is missing analyticsContext.")}pageview(e={}){return this.event("page_view",e)}event(e,t={}){return this.#s(e,t)}error(e={}){return this.#s("error",e)}async#s(e,t={}){this.#n();const{role:i,team:r}=this.user.analyticsContext??{},n=i&&r?{role:{value:i},team:{value:r}}:void 0,s={client_id:this.#i,user_id:this.user.id,user_properties:n,events:[{name:e,params:{app_name:this.appName,engagement_time_msec:"0",...this.debugMode&&{debug_mode:!0},...t}}]},a=[{id:this.#e,apiSecret:this.#t},{id:p.all,apiSecret:w.all}].map((async({id:t,apiSecret:i})=>{try{const r=new URL("https://www.google-analytics.com/mp/collect");r.searchParams.set("measurement_id",t),r.searchParams.set("api_secret",i);const n=await fetch(r.toString(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(s)});if(!n.ok)throw new Error(`HTTP error status: ${n.status}`);g&&console.log(`UDS analytics: event "${e}" sent successfully to ${t}.`)}catch(e){console.error(`UDS analytics: error sending event to ${t}:`,e)}}));return Promise.allSettled(a)}};exports.GA_MEASUREMENT_IDS=p,exports.GA_MEASUREMENT_SECRETS=w,exports.track=v;
@@ -0,0 +1 @@
1
+ export { EventName, GA_MEASUREMENT_IDS, GA_MEASUREMENT_SECRETS, track } from '@yahoo/uds-analytics/providers/google/server';
@@ -0,0 +1 @@
1
+ export { EventName, GA_MEASUREMENT_IDS, GA_MEASUREMENT_SECRETS, track } from '@yahoo/uds-analytics/providers/google/server';
@@ -0,0 +1 @@
1
+ import e from"node:os";import t from"node:child_process";import i from"os";import{v5 as n}from"uuid";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */var r=/^(\w+)\:\s+flags=/,s=/^(\w+)\s{2,}link encap:\w+/i,o=/(?:ether|HWaddr)\s+((?:[a-z0-9]{2}\:){5}[a-z0-9]{2})/i,a=/inet\s(?:addr\:)?(\d+\.\d+\.\d+\.\d+)/;function c(){let t="eth";const i=e.platform();return"darwin"===i?t="en":"win32"===i&&(t=void 0),t}function l(e,t){return"IPv4"===t?"IPv4"===e||4===e:"IPv6"===t?"IPv6"===e||6===e:e===t}function d(e,t,i=!1){let n;for(const r of e)if(l(r.family,t)){if(i&&r.address.startsWith("127."))continue;if("IPv6"!==t)return r;if(0===r.scopeid)return r;n||(n=r)}return n}function u(i,n){let l;l=i,l=l||c();const u=function(t,i){const n=e.networkInterfaces(),r=!i;if(t=t||"IPv4",i=i||c())for(let e=-1;e<8;e++){const r=n[i+(e>=0?e:"")];if(r){const e=d(r,t);if(e)return e}}if(r)for(const e in n){const i=n[e];if(i){const e=d(i,t,!0);if(e)return e}}}("IPv4",l);return u?(process.env.CI||"ff:00:00:00:00:00"!==u.mac&&"00:00:00:00:00:00"!==u.mac||(u.mac=""),u.mac?n(null,u.mac):void t.exec("win32"===e.platform()?"ipconfig/all":"/sbin/ifconfig",{timeout:5e3},((e,t)=>{if(e||!t)return n(e);if(!l)return n();const i=function(e,t,i){const n=e.split("\n");for(let e=0;e<n.length;e++){let c=n[e].trimEnd();const l=r.exec(c)||s.exec(c);if(!l)continue;if(0!==l[1].indexOf(t))continue;let d=null,u=null,m=o.exec(c);for(m&&(u=m[1]),e++;;){if(c=n[e],!c||r.exec(c)||s.exec(c)){e--;break}u||(m=o.exec(c),m&&(u=m[1])),d||(m=a.exec(c),m&&(d=m[1])),e++}if(d===i)return u}return null}(t||"",l,u.address);n(null,i)}))):n()}async function m(){const e=await new Promise(((e,t)=>{u("",((i,n)=>{if(i)return t(i);e(n||null)}))}))??i.hostname();return n(e,"6ba7b810-9dad-11d1-80b4-00c04fd430c8")}var f={all:"G-0C2FBF3K5Y",docs:"G-6HSWE4WFFV",cli:"G-4N1G785K8W","figma-plugin":"G-Q1PFL2R17E","figma-dev-mode":"G-ZD8YHG3NWV",metrics:"G-1JW6B5D3JH",configurator:"G-JEHT4QPKB0"},h={all:"GwoNoIVUQwy-AP5hKnoskw",cli:"lrds1CjyTGimkKEA9hvmmQ","figma-plugin":"CgJ4b2ISS8KArcJHihE9og","figma-dev-mode":"Ns1whhmxTE-QIpDdbZr45Q"},p=["development","test"].includes(process.env.NODE_ENV??""),w=new class{#e;#t;#i;#n=!1;appName;user;debugMode;async init({appName:e,measurementId:t,apiSecret:i,debugMode:n,user:r}){if(!this.#n)return this.#e=t,this.#t=i,this.user=r,this.appName=e,this.debugMode=n??p,m().then((e=>{this.#i=e,this.#n=!0,this.#r()}));console.info("UDS analytics: already initialized.")}getClientId(){return this.#i}#r(){if(!this.#n)throw new Error("UDS analytics: not been initialized. Have you called init()?");if(!this.#e)throw new Error("UDS analytics: measurement property ID has not been set.");if(!this.#i)throw new Error("UDS analytics - client ID has not been set.");if(!this.user)throw new Error("UDS analytics: user has not been set.");if(!this.user.analyticsContext)throw new Error("UDS analytics: user is missing analyticsContext.")}pageview(e={}){return this.event("page_view",e)}event(e,t={}){return this.#s(e,t)}error(e={}){return this.#s("error",e)}async#s(e,t={}){this.#r();const{role:i,team:n}=this.user.analyticsContext??{},r=i&&n?{role:{value:i},team:{value:n}}:void 0,s={client_id:this.#i,user_id:this.user.id,user_properties:r,events:[{name:e,params:{app_name:this.appName,engagement_time_msec:"0",...this.debugMode&&{debug_mode:!0},...t}}]},o=[{id:this.#e,apiSecret:this.#t},{id:f.all,apiSecret:h.all}].map((async({id:t,apiSecret:i})=>{try{const n=new URL("https://www.google-analytics.com/mp/collect");n.searchParams.set("measurement_id",t),n.searchParams.set("api_secret",i);const r=await fetch(n.toString(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(s)});if(!r.ok)throw new Error(`HTTP error status: ${r.status}`);p&&console.log(`UDS analytics: event "${e}" sent successfully to ${t}.`)}catch(e){console.error(`UDS analytics: error sending event to ${t}:`,e)}}));return Promise.allSettled(o)}};export{f as GA_MEASUREMENT_IDS,h as GA_MEASUREMENT_SECRETS,w as track};
@@ -0,0 +1,3 @@
1
+ import{xSmall as o,small as e,medium as t,large as a,xLarge as r,xxLarge as n,xxxLarge as l,fontFamily as s,fontWeight as i,textTransform as f}from"./chunk-SUASN3GG.js";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */
2
+ var p=["none","custom","lighten","darken"],c=["none","custom"],u=["none","up","down"],y={hover:{backgroundColor:{value:"darken",options:p},borderColor:{value:"none",options:c},color:{value:"none",options:[...c,"darken"]},scale:{value:"up",options:u}},pressed:{backgroundColor:{value:"darken",options:p},borderColor:{value:"none",options:c},color:{value:"none",options:[...c,"darken"]},scale:{value:"down",options:u}}},d={hover:{backgroundColor:{value:"none",options:c},borderColor:{value:"darken",options:p},color:{value:"darken",options:p},scale:{value:"up",options:u}},pressed:{backgroundColor:{value:"none",options:c},borderColor:{value:"darken",options:p},color:{value:"darken",options:p},scale:{value:"down",options:u}}},m={hover:{backgroundColor:{value:"lighten",options:["none","custom","lighten"]},borderColor:{value:"none",options:c},color:{value:"none",options:["none","custom","lighten"]},scale:{value:"up",options:u}},pressed:{backgroundColor:{value:"lighten",options:p},borderColor:{value:"none",options:c},color:{value:"none",options:p},scale:{value:"down",options:u}}};function g(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 b(o){return{borderWidth:"thin",borderRadius:"full",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"palette",value:o},color:{type:"palette",value:o},scale:"none"}}function h(o){return{borderWidth:"none",borderRadius:"full",backgroundColor:{type:"palette",value:"transparent"},borderColor:{type:"palette",value:"transparent"},color:{type:"palette",value:o},scale:"none"}}var v={fill:g,outline:b,ghost:h},w={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:y,base:g("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:d,base:b("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:m,base:h("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:y,base:g("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:d,base:b("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:m,base:h("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:y,base:g("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:d,base:b("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:m,base:h("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:y,base:g("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:d,base:b("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:m,base:h("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:y,base:g("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:d,base:b("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:m,base:h("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"}}}}}}},C={white:"#ffffff",black:"#000000",transparent:"transparent",current:"currentColor"},k={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"}}}},S={defaults:w.defaults,size:{xs:{spacing:"1",iconSize:"sm"},sm:{spacing:w.size.sm.spacingVertical,iconSize:w.size.sm.iconSize},md:{spacing:w.size.md.spacingVertical,iconSize:w.size.md.iconSize},lg:{spacing:w.size.lg.spacingVertical,iconSize:w.size.lg.iconSize},xl:{spacing:"4",iconSize:"lg"}}},F={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}}},W={sm:16,md:24,lg:32},D={sm:16,md:24,lg:32},$=W,x={fontFamily:s,fontWeight:i,textTransform:f,avatarSizes:D,iconSizes:W,borderRadius:{none:0,xs:2,sm:4,md:8,lg:12,xl:24,full:9999},borderWidth:{none:0,thin:1,medium:2,thick:2}},z={fontFamily:s,fontWeight:i,textTransform:f,avatarSizes:D,iconSizes:$,borderRadius:{none:0,xs:2,sm:4,md:8,lg:16,xl:32,full:9999},borderWidth:{none:0,thin:1,medium:2,thick:4}},R={colorMode:k,scaleMode:{xSmall:{...x,...o},small:{...x,...e},medium:{...x,...t},large:{...z,...a},xLarge:{...z,...r},xxLarge:{...z,...n},xxxLarge:{...z,...l}},font:{sans:"yahoo-sans-cr4","sans-alt":"yahoo-sans-condensed",serif:"yahoo-serif-display","serif-alt":"yahoo-serif-text",mono:"roboto-mono"},button:w,iconButton:S,version:"v0.0.0",motion:F},M="system",N="system",V="light",Y="large",T=!1,H="🇺🇸 US",j="https://s.yimg.com/bw/fonts",E=["Helvetica Neue","Helvetica","Arial","sans-serif"],L=["Georgia","Times","Times New Roman","serif"],G={"centra-no2":{fallback:E,type:"sans",isVariableFont:!1,declarations:[{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"100",src:`url('${j}/centra-no2-hairline.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"100",src:`url('${j}/centra-no2-hairline-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"200",src:`url('${j}/centra-no2-thin.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"200",src:`url('${j}/centra-no2-thin-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"300",src:`url('${j}/centra-no2-light.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"300",src:`url('${j}/centra-no2-light-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"400",src:`url('${j}/centra-no2-book.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"400",src:`url('${j}/centra-no2-book-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"500",src:`url('${j}/centra-no2-medium.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"500",src:`url('${j}/centra-no2-medium-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"700",src:`url('${j}/centra-no2-bold.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"700",src:`url('${j}/centra-no2-bold-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"800",src:`url('${j}/centra-no2-extrabold.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"800",src:`url('${j}/centra-no2-extrabold-italic.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"normal",fontDisplay:"swap",fontWeight:"900",src:`url('${j}/centra-no2-black.woff2') format('woff2')`},{fontFamily:"Centra No2",fontStyle:"italic",fontDisplay:"swap",fontWeight:"900",src:`url('${j}/centra-no2-black-italic.woff2') format('woff2')`}]},inter:{fallback:E,type:"sans",isVariableFont:!0,declarations:[{fontFamily:"Inter",fontDisplay:"swap",fontWeight:"1 1000",src:`url('${j}/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('${j}/roboto-mono-100.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"100",src:`url('${j}/roboto-mono-100-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"200",src:`url('${j}/roboto-mono-200.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"200",src:`url('${j}/roboto-mono-200-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"300",src:`url('${j}/roboto-mono-300.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"300",src:`url('${j}/roboto-mono-300-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"400",src:`url('${j}/roboto-mono-400.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"400",src:`url('${j}/roboto-mono-400-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"500",src:`url('${j}/roboto-mono-500.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"500",src:`url('${j}/roboto-mono-500-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"600",src:`url('${j}/roboto-mono-600.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"600",src:`url('${j}/roboto-mono-600-italic.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"normal",fontDisplay:"swap",fontWeight:"700",src:`url('${j}/roboto-mono-700.woff2') format('woff2')`},{fontFamily:"Roboto Mono",fontStyle:"italic",fontDisplay:"swap",fontWeight:"700",src:`url('${j}/roboto-mono-700-italic.woff2') format('woff2')`}]},"yahoo-sans":{fallback:E,type:"sans",isVariableFont:!0,declarations:[{fontFamily:"Yahoo Sans",fontDisplay:"swap",fontWeight:"1 1000",src:`url('${j}/yahoo-sans-vf.woff2') format('woff2')`}]},"yahoo-sans-cr4":{fallback:E,type:"sans",isVariableFont:!0,declarations:[{fontFamily:"Yahoo Sans CR4",fontDisplay:"swap",fontWeight:"1 1000",src:`url('${j}/yahoo-sans-cr4-vf.woff2') format('woff2')`}]},"yahoo-sans-condensed":{fallback:E,type:"sans",isVariableFont:!0,declarations:[{fontFamily:"Yahoo Sans Condensed",fontDisplay:"swap",fontWeight:"1 1000",src:`url('${j}/yahoo-sans-condensed-vf.woff2') format('woff2')`}]},"yahoo-serif-display":{fallback:L,type:"serif",isVariableFont:!1,declarations:[{fontFamily:"Yahoo Serif Display",fontStyle:"normal",fontDisplay:"swap",fontWeight:"300",src:`url('${j}/yahoo-serif-display-light.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Display",fontStyle:"normal",fontDisplay:"swap",fontWeight:"400",src:`url('${j}/yahoo-serif-display-regular.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Display",fontStyle:"normal",fontDisplay:"swap",fontWeight:"700",src:`url('${j}/yahoo-serif-display-bold.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Display",fontStyle:"normal",fontDisplay:"swap",fontWeight:"800",src:`url('${j}/yahoo-serif-display-extrabold.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Display",fontStyle:"normal",fontDisplay:"swap",fontWeight:"900",src:`url('${j}/yahoo-serif-display-black.woff2') format('woff2')`}]},"yahoo-serif-text":{fallback:L,type:"serif",isVariableFont:!1,declarations:[{fontFamily:"Yahoo Serif Text",fontStyle:"normal",fontDisplay:"swap",fontWeight:"400",src:`url('${j}/yahoo-serif-text-regular.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Text",fontStyle:"italic",fontDisplay:"swap",fontWeight:"400",src:`url('${j}/yahoo-serif-text-italic.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Text",fontStyle:"normal",fontDisplay:"swap",fontWeight:"700",src:`url('${j}/yahoo-serif-text-bold.woff2') format('woff2')`},{fontFamily:"Yahoo Serif Text",fontStyle:"italic",fontDisplay:"swap",fontWeight:"700",src:`url('${j}/yahoo-serif-text-bold-italic.woff2') format('woff2')`}]}};function O(o){return Object.fromEntries(o)}function A(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}),[])}
3
+ /*! © 2025 Yahoo, Inc. UDS v0.0.0-development */export{V as DEFAULT_COLOR_MODE,M as DEFAULT_COLOR_MODE_FOR_APP,T as DEFAULT_HIGH_CONTRAST_MODE,H as DEFAULT_REGION_MODE,Y as DEFAULT_SCALE_MODE,N as DEFAULT_SCALE_MODE_FOR_APP,G as FONT_DECLARATIONS_MAP,C as alwaysPalette,w as button,R as defaultTokensConfig,O as fromEntries,A as generateConfigCombinations,v as getDefaultButtonBaseMap,F as motion,$ as normalIconSizes};
@@ -0,0 +1 @@
1
+ "use strict";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */var o="uds",e=`${o}-avatar-size`,t=`${o}-border-radius`,r=`${o}-border-width`,s=`${o}-font`,_=`${o}-font-size`,E=`${o}-font-weight`,n=`${o}-icon-size`,d=`${o}-line-height`,A=`${o}-motion`,i=`${o}-spectrum-color`,S=`${o}-text-transform`,a=`${o}-color-mode-dark`,l=`${o}-color-mode-light`,L=`${o}-scale-mode-xsmall`,$=`${o}-scale-mode-small`,c=`${o}-scale-mode-medium`,p=`${o}-scale-mode-large`,x=`${o}-scale-mode-xlarge`,b=`${o}-scale-mode-xxlarge`,R=`${o}-scale-mode-xxxlarge`,M=l,O=p,C={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`}}},u={padding:`--${o}-icon-button-padding`,iconSize:`--${o}-icon-button-icon-size`};exports.AVATAR_SIZE_PREFIX=e,exports.BORDER_RADIUS_PREFIX=t,exports.BORDER_WIDTH_PREFIX=r,exports.BUTTON_CSS_VAR_MAP=C,exports.DARK_COLOR_MODE_CLASSNAME=a,exports.DEFAULT_COLOR_MODE_CLASSNAME=M,exports.DEFAULT_SCALE_MODE_CLASSNAME=O,exports.FONT_FAMILY_PREFIX=s,exports.FONT_SIZE_PREFIX=_,exports.FONT_WEIGHT_PREFIX=E,exports.ICON_BUTTON_CSS_VAR_MAP=u,exports.ICON_SIZE_PREFIX=n,exports.LARGE_SCALE_MODE_CLASSNAME=p,exports.LIGHT_COLOR_MODE_CLASSNAME=l,exports.LINE_HEIGHT_PREFIX=d,exports.MEDIUM_SCALE_MODE_CLASSNAME=c,exports.MOTION_PREFIX=A,exports.PSEUDO_STYLE_SELECTOR_MAP={hover:":hover:not([disabled])",pressed:":active:not([disabled])",disabled:":disabled",focused:":focus-visible",notDisabled:":not(:disabled)"},exports.SMALL_SCALE_MODE_CLASSNAME=$,exports.SPECTRUM_COLOR_PREFIX=i,exports.TEXT_TRANSFORM_PREFIX=S,exports.UDS_PREFIX=o,exports.XLARGE_SCALE_MODE_CLASSNAME=x,exports.XSMALL_SCALE_MODE_CLASSNAME=L,exports.XXLARGE_SCALE_MODE_CLASSNAME=b,exports.XXXLARGE_SCALE_MODE_CLASSNAME=R;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./chunk-5WBROFT5.cjs"),t={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.DARK_COLOR_MODE_CLASSNAME,light:e.LIGHT_COLOR_MODE_CLASSNAME},scaleMode:{xSmall:e.XSMALL_SCALE_MODE_CLASSNAME,small:e.SMALL_SCALE_MODE_CLASSNAME,medium:e.MEDIUM_SCALE_MODE_CLASSNAME,large:e.LARGE_SCALE_MODE_CLASSNAME,xLarge:e.XLARGE_SCALE_MODE_CLASSNAME,xxxLarge:e.XXXLARGE_SCALE_MODE_CLASSNAME,xxLarge:e.XXLARGE_SCALE_MODE_CLASSNAME},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"}};/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */exports.variants=t;