@vitality-ds/system-react-native 4.9.5 → 4.10.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ThemeProvider/index.js +1 -2
- package/dist/{stitches.config.d.ts → packages/system-react-native/src/stitches.config.d.ts} +3 -630
- package/dist/{types.d.ts → packages/system-react-native/src/types.d.ts} +0 -1
- package/dist/stitches-rn-vitality/src/internals/theme/constants.d.ts +170 -0
- package/dist/stitches-rn-vitality/src/internals/theme/types.d.ts +22 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- /package/dist/{Provider → packages/system-react-native/src/Provider}/index.d.ts +0 -0
- /package/dist/{Provider → packages/system-react-native/src/Provider}/types.d.ts +0 -0
- /package/dist/{ThemeProvider → packages/system-react-native/src/ThemeProvider}/constants.d.ts +0 -0
- /package/dist/{ThemeProvider → packages/system-react-native/src/ThemeProvider}/hooks/useTheme.d.ts +0 -0
- /package/dist/{ThemeProvider → packages/system-react-native/src/ThemeProvider}/index.d.ts +0 -0
- /package/dist/{ThemeProvider → packages/system-react-native/src/ThemeProvider}/logic/getSavedTheme.d.ts +0 -0
- /package/dist/{ThemeProvider → packages/system-react-native/src/ThemeProvider}/logic/index.d.ts +0 -0
- /package/dist/{ThemeProvider → packages/system-react-native/src/ThemeProvider}/logic/setInitialState.d.ts +0 -0
- /package/dist/{ThemeProvider → packages/system-react-native/src/ThemeProvider}/logic/setSavedTheme.d.ts +0 -0
- /package/dist/{ThemeProvider → packages/system-react-native/src/ThemeProvider}/types.d.ts +0 -0
- /package/dist/{exclude-types.d.ts → packages/system-react-native/src/exclude-types.d.ts} +0 -0
- /package/dist/{index.d.ts → packages/system-react-native/src/index.d.ts} +0 -0
|
@@ -2375,384 +2375,7 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
2375
2375
|
} & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => import("stitches-rn-vitality/src/types/styled-component").CssComponent<import("stitches-rn-vitality/src/types/styled-component").StyledComponentType<Composers>, import("stitches-rn-vitality/src/types/styled-component").StyledComponentProps<Composers>, {
|
|
2376
2376
|
bp1: "(width <= 320px)";
|
|
2377
2377
|
bp2: "(width >= 393px)";
|
|
2378
|
-
}, CSS>, theme:
|
|
2379
|
-
colors: {
|
|
2380
|
-
blue1: import("stitches-rn-vitality/src/types/theme").Token<"blue1", string, "colors">;
|
|
2381
|
-
cyan1: import("stitches-rn-vitality/src/types/theme").Token<"cyan1", string, "colors">;
|
|
2382
|
-
green1: import("stitches-rn-vitality/src/types/theme").Token<"green1", string, "colors">;
|
|
2383
|
-
grey1: import("stitches-rn-vitality/src/types/theme").Token<"grey1", string, "colors">;
|
|
2384
|
-
greyA1: import("stitches-rn-vitality/src/types/theme").Token<"greyA1", string, "colors">;
|
|
2385
|
-
orange1: import("stitches-rn-vitality/src/types/theme").Token<"orange1", string, "colors">;
|
|
2386
|
-
pink1: import("stitches-rn-vitality/src/types/theme").Token<"pink1", string, "colors">;
|
|
2387
|
-
red1: import("stitches-rn-vitality/src/types/theme").Token<"red1", string, "colors">;
|
|
2388
|
-
violet1: import("stitches-rn-vitality/src/types/theme").Token<"violet1", string, "colors">;
|
|
2389
|
-
yellow1: import("stitches-rn-vitality/src/types/theme").Token<"yellow1", string, "colors">;
|
|
2390
|
-
blue2: import("stitches-rn-vitality/src/types/theme").Token<"blue2", string, "colors">;
|
|
2391
|
-
cyan2: import("stitches-rn-vitality/src/types/theme").Token<"cyan2", string, "colors">;
|
|
2392
|
-
green2: import("stitches-rn-vitality/src/types/theme").Token<"green2", string, "colors">;
|
|
2393
|
-
grey2: import("stitches-rn-vitality/src/types/theme").Token<"grey2", string, "colors">;
|
|
2394
|
-
greyA2: import("stitches-rn-vitality/src/types/theme").Token<"greyA2", string, "colors">;
|
|
2395
|
-
orange2: import("stitches-rn-vitality/src/types/theme").Token<"orange2", string, "colors">;
|
|
2396
|
-
pink2: import("stitches-rn-vitality/src/types/theme").Token<"pink2", string, "colors">;
|
|
2397
|
-
red2: import("stitches-rn-vitality/src/types/theme").Token<"red2", string, "colors">;
|
|
2398
|
-
violet2: import("stitches-rn-vitality/src/types/theme").Token<"violet2", string, "colors">;
|
|
2399
|
-
yellow2: import("stitches-rn-vitality/src/types/theme").Token<"yellow2", string, "colors">;
|
|
2400
|
-
blue7: import("stitches-rn-vitality/src/types/theme").Token<"blue7", string, "colors">;
|
|
2401
|
-
cyan7: import("stitches-rn-vitality/src/types/theme").Token<"cyan7", string, "colors">;
|
|
2402
|
-
green7: import("stitches-rn-vitality/src/types/theme").Token<"green7", string, "colors">;
|
|
2403
|
-
grey7: import("stitches-rn-vitality/src/types/theme").Token<"grey7", string, "colors">;
|
|
2404
|
-
greyA7: import("stitches-rn-vitality/src/types/theme").Token<"greyA7", string, "colors">;
|
|
2405
|
-
orange7: import("stitches-rn-vitality/src/types/theme").Token<"orange7", string, "colors">;
|
|
2406
|
-
pink7: import("stitches-rn-vitality/src/types/theme").Token<"pink7", string, "colors">;
|
|
2407
|
-
red7: import("stitches-rn-vitality/src/types/theme").Token<"red7", string, "colors">;
|
|
2408
|
-
violet7: import("stitches-rn-vitality/src/types/theme").Token<"violet7", string, "colors">;
|
|
2409
|
-
yellow7: import("stitches-rn-vitality/src/types/theme").Token<"yellow7", string, "colors">;
|
|
2410
|
-
blue12: import("stitches-rn-vitality/src/types/theme").Token<"blue12", string, "colors">;
|
|
2411
|
-
cyan12: import("stitches-rn-vitality/src/types/theme").Token<"cyan12", string, "colors">;
|
|
2412
|
-
green12: import("stitches-rn-vitality/src/types/theme").Token<"green12", string, "colors">;
|
|
2413
|
-
grey12: import("stitches-rn-vitality/src/types/theme").Token<"grey12", string, "colors">;
|
|
2414
|
-
greyA12: import("stitches-rn-vitality/src/types/theme").Token<"greyA12", string, "colors">;
|
|
2415
|
-
orange12: import("stitches-rn-vitality/src/types/theme").Token<"orange12", string, "colors">;
|
|
2416
|
-
pink12: import("stitches-rn-vitality/src/types/theme").Token<"pink12", string, "colors">;
|
|
2417
|
-
red12: import("stitches-rn-vitality/src/types/theme").Token<"red12", string, "colors">;
|
|
2418
|
-
violet12: import("stitches-rn-vitality/src/types/theme").Token<"violet12", string, "colors">;
|
|
2419
|
-
yellow12: import("stitches-rn-vitality/src/types/theme").Token<"yellow12", string, "colors">;
|
|
2420
|
-
blue3: import("stitches-rn-vitality/src/types/theme").Token<"blue3", string, "colors">;
|
|
2421
|
-
cyan3: import("stitches-rn-vitality/src/types/theme").Token<"cyan3", string, "colors">;
|
|
2422
|
-
green3: import("stitches-rn-vitality/src/types/theme").Token<"green3", string, "colors">;
|
|
2423
|
-
grey3: import("stitches-rn-vitality/src/types/theme").Token<"grey3", string, "colors">;
|
|
2424
|
-
greyA3: import("stitches-rn-vitality/src/types/theme").Token<"greyA3", string, "colors">;
|
|
2425
|
-
orange3: import("stitches-rn-vitality/src/types/theme").Token<"orange3", string, "colors">;
|
|
2426
|
-
pink3: import("stitches-rn-vitality/src/types/theme").Token<"pink3", string, "colors">;
|
|
2427
|
-
red3: import("stitches-rn-vitality/src/types/theme").Token<"red3", string, "colors">;
|
|
2428
|
-
violet3: import("stitches-rn-vitality/src/types/theme").Token<"violet3", string, "colors">;
|
|
2429
|
-
yellow3: import("stitches-rn-vitality/src/types/theme").Token<"yellow3", string, "colors">;
|
|
2430
|
-
blue4: import("stitches-rn-vitality/src/types/theme").Token<"blue4", string, "colors">;
|
|
2431
|
-
cyan4: import("stitches-rn-vitality/src/types/theme").Token<"cyan4", string, "colors">;
|
|
2432
|
-
green4: import("stitches-rn-vitality/src/types/theme").Token<"green4", string, "colors">;
|
|
2433
|
-
grey4: import("stitches-rn-vitality/src/types/theme").Token<"grey4", string, "colors">;
|
|
2434
|
-
greyA4: import("stitches-rn-vitality/src/types/theme").Token<"greyA4", string, "colors">;
|
|
2435
|
-
orange4: import("stitches-rn-vitality/src/types/theme").Token<"orange4", string, "colors">;
|
|
2436
|
-
pink4: import("stitches-rn-vitality/src/types/theme").Token<"pink4", string, "colors">;
|
|
2437
|
-
red4: import("stitches-rn-vitality/src/types/theme").Token<"red4", string, "colors">;
|
|
2438
|
-
violet4: import("stitches-rn-vitality/src/types/theme").Token<"violet4", string, "colors">;
|
|
2439
|
-
yellow4: import("stitches-rn-vitality/src/types/theme").Token<"yellow4", string, "colors">;
|
|
2440
|
-
blue5: import("stitches-rn-vitality/src/types/theme").Token<"blue5", string, "colors">;
|
|
2441
|
-
cyan5: import("stitches-rn-vitality/src/types/theme").Token<"cyan5", string, "colors">;
|
|
2442
|
-
green5: import("stitches-rn-vitality/src/types/theme").Token<"green5", string, "colors">;
|
|
2443
|
-
grey5: import("stitches-rn-vitality/src/types/theme").Token<"grey5", string, "colors">;
|
|
2444
|
-
greyA5: import("stitches-rn-vitality/src/types/theme").Token<"greyA5", string, "colors">;
|
|
2445
|
-
orange5: import("stitches-rn-vitality/src/types/theme").Token<"orange5", string, "colors">;
|
|
2446
|
-
pink5: import("stitches-rn-vitality/src/types/theme").Token<"pink5", string, "colors">;
|
|
2447
|
-
red5: import("stitches-rn-vitality/src/types/theme").Token<"red5", string, "colors">;
|
|
2448
|
-
violet5: import("stitches-rn-vitality/src/types/theme").Token<"violet5", string, "colors">;
|
|
2449
|
-
yellow5: import("stitches-rn-vitality/src/types/theme").Token<"yellow5", string, "colors">;
|
|
2450
|
-
blue10: import("stitches-rn-vitality/src/types/theme").Token<"blue10", string, "colors">;
|
|
2451
|
-
cyan10: import("stitches-rn-vitality/src/types/theme").Token<"cyan10", string, "colors">;
|
|
2452
|
-
green10: import("stitches-rn-vitality/src/types/theme").Token<"green10", string, "colors">;
|
|
2453
|
-
grey10: import("stitches-rn-vitality/src/types/theme").Token<"grey10", string, "colors">;
|
|
2454
|
-
greyA10: import("stitches-rn-vitality/src/types/theme").Token<"greyA10", string, "colors">;
|
|
2455
|
-
orange10: import("stitches-rn-vitality/src/types/theme").Token<"orange10", string, "colors">;
|
|
2456
|
-
pink10: import("stitches-rn-vitality/src/types/theme").Token<"pink10", string, "colors">;
|
|
2457
|
-
red10: import("stitches-rn-vitality/src/types/theme").Token<"red10", string, "colors">;
|
|
2458
|
-
violet10: import("stitches-rn-vitality/src/types/theme").Token<"violet10", string, "colors">;
|
|
2459
|
-
yellow10: import("stitches-rn-vitality/src/types/theme").Token<"yellow10", string, "colors">;
|
|
2460
|
-
blue9: import("stitches-rn-vitality/src/types/theme").Token<"blue9", string, "colors">;
|
|
2461
|
-
cyan9: import("stitches-rn-vitality/src/types/theme").Token<"cyan9", string, "colors">;
|
|
2462
|
-
green9: import("stitches-rn-vitality/src/types/theme").Token<"green9", string, "colors">;
|
|
2463
|
-
grey9: import("stitches-rn-vitality/src/types/theme").Token<"grey9", string, "colors">;
|
|
2464
|
-
greyA9: import("stitches-rn-vitality/src/types/theme").Token<"greyA9", string, "colors">;
|
|
2465
|
-
orange9: import("stitches-rn-vitality/src/types/theme").Token<"orange9", string, "colors">;
|
|
2466
|
-
pink9: import("stitches-rn-vitality/src/types/theme").Token<"pink9", string, "colors">;
|
|
2467
|
-
red9: import("stitches-rn-vitality/src/types/theme").Token<"red9", string, "colors">;
|
|
2468
|
-
violet9: import("stitches-rn-vitality/src/types/theme").Token<"violet9", string, "colors">;
|
|
2469
|
-
yellow9: import("stitches-rn-vitality/src/types/theme").Token<"yellow9", string, "colors">;
|
|
2470
|
-
blue11: import("stitches-rn-vitality/src/types/theme").Token<"blue11", string, "colors">;
|
|
2471
|
-
cyan11: import("stitches-rn-vitality/src/types/theme").Token<"cyan11", string, "colors">;
|
|
2472
|
-
green11: import("stitches-rn-vitality/src/types/theme").Token<"green11", string, "colors">;
|
|
2473
|
-
grey11: import("stitches-rn-vitality/src/types/theme").Token<"grey11", string, "colors">;
|
|
2474
|
-
greyA11: import("stitches-rn-vitality/src/types/theme").Token<"greyA11", string, "colors">;
|
|
2475
|
-
orange11: import("stitches-rn-vitality/src/types/theme").Token<"orange11", string, "colors">;
|
|
2476
|
-
pink11: import("stitches-rn-vitality/src/types/theme").Token<"pink11", string, "colors">;
|
|
2477
|
-
red11: import("stitches-rn-vitality/src/types/theme").Token<"red11", string, "colors">;
|
|
2478
|
-
violet11: import("stitches-rn-vitality/src/types/theme").Token<"violet11", string, "colors">;
|
|
2479
|
-
yellow11: import("stitches-rn-vitality/src/types/theme").Token<"yellow11", string, "colors">;
|
|
2480
|
-
blue6: import("stitches-rn-vitality/src/types/theme").Token<"blue6", string, "colors">;
|
|
2481
|
-
cyan6: import("stitches-rn-vitality/src/types/theme").Token<"cyan6", string, "colors">;
|
|
2482
|
-
green6: import("stitches-rn-vitality/src/types/theme").Token<"green6", string, "colors">;
|
|
2483
|
-
grey6: import("stitches-rn-vitality/src/types/theme").Token<"grey6", string, "colors">;
|
|
2484
|
-
greyA6: import("stitches-rn-vitality/src/types/theme").Token<"greyA6", string, "colors">;
|
|
2485
|
-
orange6: import("stitches-rn-vitality/src/types/theme").Token<"orange6", string, "colors">;
|
|
2486
|
-
pink6: import("stitches-rn-vitality/src/types/theme").Token<"pink6", string, "colors">;
|
|
2487
|
-
red6: import("stitches-rn-vitality/src/types/theme").Token<"red6", string, "colors">;
|
|
2488
|
-
violet6: import("stitches-rn-vitality/src/types/theme").Token<"violet6", string, "colors">;
|
|
2489
|
-
yellow6: import("stitches-rn-vitality/src/types/theme").Token<"yellow6", string, "colors">;
|
|
2490
|
-
blue8: import("stitches-rn-vitality/src/types/theme").Token<"blue8", string, "colors">;
|
|
2491
|
-
cyan8: import("stitches-rn-vitality/src/types/theme").Token<"cyan8", string, "colors">;
|
|
2492
|
-
green8: import("stitches-rn-vitality/src/types/theme").Token<"green8", string, "colors">;
|
|
2493
|
-
grey8: import("stitches-rn-vitality/src/types/theme").Token<"grey8", string, "colors">;
|
|
2494
|
-
greyA8: import("stitches-rn-vitality/src/types/theme").Token<"greyA8", string, "colors">;
|
|
2495
|
-
orange8: import("stitches-rn-vitality/src/types/theme").Token<"orange8", string, "colors">;
|
|
2496
|
-
pink8: import("stitches-rn-vitality/src/types/theme").Token<"pink8", string, "colors">;
|
|
2497
|
-
red8: import("stitches-rn-vitality/src/types/theme").Token<"red8", string, "colors">;
|
|
2498
|
-
violet8: import("stitches-rn-vitality/src/types/theme").Token<"violet8", string, "colors">;
|
|
2499
|
-
yellow8: import("stitches-rn-vitality/src/types/theme").Token<"yellow8", string, "colors">;
|
|
2500
|
-
blue13: import("stitches-rn-vitality/src/types/theme").Token<"blue13", string, "colors">;
|
|
2501
|
-
cyan13: import("stitches-rn-vitality/src/types/theme").Token<"cyan13", string, "colors">;
|
|
2502
|
-
green13: import("stitches-rn-vitality/src/types/theme").Token<"green13", string, "colors">;
|
|
2503
|
-
grey13: import("stitches-rn-vitality/src/types/theme").Token<"grey13", string, "colors">;
|
|
2504
|
-
greyA13: import("stitches-rn-vitality/src/types/theme").Token<"greyA13", string, "colors">;
|
|
2505
|
-
orange13: import("stitches-rn-vitality/src/types/theme").Token<"orange13", string, "colors">;
|
|
2506
|
-
pink13: import("stitches-rn-vitality/src/types/theme").Token<"pink13", string, "colors">;
|
|
2507
|
-
red13: import("stitches-rn-vitality/src/types/theme").Token<"red13", string, "colors">;
|
|
2508
|
-
violet13: import("stitches-rn-vitality/src/types/theme").Token<"violet13", string, "colors">;
|
|
2509
|
-
yellow13: import("stitches-rn-vitality/src/types/theme").Token<"yellow13", string, "colors">;
|
|
2510
|
-
neutral1: import("stitches-rn-vitality/src/types/theme").Token<"neutral1", string, "colors">;
|
|
2511
|
-
neutralA1: import("stitches-rn-vitality/src/types/theme").Token<"neutralA1", string, "colors">;
|
|
2512
|
-
primary1: import("stitches-rn-vitality/src/types/theme").Token<"primary1", string, "colors">;
|
|
2513
|
-
accent1: import("stitches-rn-vitality/src/types/theme").Token<"accent1", string, "colors">;
|
|
2514
|
-
success1: import("stitches-rn-vitality/src/types/theme").Token<"success1", string, "colors">;
|
|
2515
|
-
info1: import("stitches-rn-vitality/src/types/theme").Token<"info1", string, "colors">;
|
|
2516
|
-
warning1: import("stitches-rn-vitality/src/types/theme").Token<"warning1", string, "colors">;
|
|
2517
|
-
critical1: import("stitches-rn-vitality/src/types/theme").Token<"critical1", string, "colors">;
|
|
2518
|
-
brand1: import("stitches-rn-vitality/src/types/theme").Token<"brand1", string, "colors">;
|
|
2519
|
-
neutral2: import("stitches-rn-vitality/src/types/theme").Token<"neutral2", string, "colors">;
|
|
2520
|
-
neutralA2: import("stitches-rn-vitality/src/types/theme").Token<"neutralA2", string, "colors">;
|
|
2521
|
-
primary2: import("stitches-rn-vitality/src/types/theme").Token<"primary2", string, "colors">;
|
|
2522
|
-
accent2: import("stitches-rn-vitality/src/types/theme").Token<"accent2", string, "colors">;
|
|
2523
|
-
success2: import("stitches-rn-vitality/src/types/theme").Token<"success2", string, "colors">;
|
|
2524
|
-
info2: import("stitches-rn-vitality/src/types/theme").Token<"info2", string, "colors">;
|
|
2525
|
-
warning2: import("stitches-rn-vitality/src/types/theme").Token<"warning2", string, "colors">;
|
|
2526
|
-
critical2: import("stitches-rn-vitality/src/types/theme").Token<"critical2", string, "colors">;
|
|
2527
|
-
brand2: import("stitches-rn-vitality/src/types/theme").Token<"brand2", string, "colors">;
|
|
2528
|
-
neutral7: import("stitches-rn-vitality/src/types/theme").Token<"neutral7", string, "colors">;
|
|
2529
|
-
neutralA7: import("stitches-rn-vitality/src/types/theme").Token<"neutralA7", string, "colors">;
|
|
2530
|
-
primary7: import("stitches-rn-vitality/src/types/theme").Token<"primary7", string, "colors">;
|
|
2531
|
-
accent7: import("stitches-rn-vitality/src/types/theme").Token<"accent7", string, "colors">;
|
|
2532
|
-
success7: import("stitches-rn-vitality/src/types/theme").Token<"success7", string, "colors">;
|
|
2533
|
-
info7: import("stitches-rn-vitality/src/types/theme").Token<"info7", string, "colors">;
|
|
2534
|
-
warning7: import("stitches-rn-vitality/src/types/theme").Token<"warning7", string, "colors">;
|
|
2535
|
-
critical7: import("stitches-rn-vitality/src/types/theme").Token<"critical7", string, "colors">;
|
|
2536
|
-
brand7: import("stitches-rn-vitality/src/types/theme").Token<"brand7", string, "colors">;
|
|
2537
|
-
neutral12: import("stitches-rn-vitality/src/types/theme").Token<"neutral12", string, "colors">;
|
|
2538
|
-
neutralA12: import("stitches-rn-vitality/src/types/theme").Token<"neutralA12", string, "colors">;
|
|
2539
|
-
primary12: import("stitches-rn-vitality/src/types/theme").Token<"primary12", string, "colors">;
|
|
2540
|
-
accent12: import("stitches-rn-vitality/src/types/theme").Token<"accent12", string, "colors">;
|
|
2541
|
-
success12: import("stitches-rn-vitality/src/types/theme").Token<"success12", string, "colors">;
|
|
2542
|
-
info12: import("stitches-rn-vitality/src/types/theme").Token<"info12", string, "colors">;
|
|
2543
|
-
warning12: import("stitches-rn-vitality/src/types/theme").Token<"warning12", string, "colors">;
|
|
2544
|
-
critical12: import("stitches-rn-vitality/src/types/theme").Token<"critical12", string, "colors">;
|
|
2545
|
-
brand12: import("stitches-rn-vitality/src/types/theme").Token<"brand12", string, "colors">;
|
|
2546
|
-
neutral3: import("stitches-rn-vitality/src/types/theme").Token<"neutral3", string, "colors">;
|
|
2547
|
-
neutralA3: import("stitches-rn-vitality/src/types/theme").Token<"neutralA3", string, "colors">;
|
|
2548
|
-
primary3: import("stitches-rn-vitality/src/types/theme").Token<"primary3", string, "colors">;
|
|
2549
|
-
accent3: import("stitches-rn-vitality/src/types/theme").Token<"accent3", string, "colors">;
|
|
2550
|
-
success3: import("stitches-rn-vitality/src/types/theme").Token<"success3", string, "colors">;
|
|
2551
|
-
info3: import("stitches-rn-vitality/src/types/theme").Token<"info3", string, "colors">;
|
|
2552
|
-
warning3: import("stitches-rn-vitality/src/types/theme").Token<"warning3", string, "colors">;
|
|
2553
|
-
critical3: import("stitches-rn-vitality/src/types/theme").Token<"critical3", string, "colors">;
|
|
2554
|
-
brand3: import("stitches-rn-vitality/src/types/theme").Token<"brand3", string, "colors">;
|
|
2555
|
-
neutral4: import("stitches-rn-vitality/src/types/theme").Token<"neutral4", string, "colors">;
|
|
2556
|
-
neutralA4: import("stitches-rn-vitality/src/types/theme").Token<"neutralA4", string, "colors">;
|
|
2557
|
-
primary4: import("stitches-rn-vitality/src/types/theme").Token<"primary4", string, "colors">;
|
|
2558
|
-
accent4: import("stitches-rn-vitality/src/types/theme").Token<"accent4", string, "colors">;
|
|
2559
|
-
success4: import("stitches-rn-vitality/src/types/theme").Token<"success4", string, "colors">;
|
|
2560
|
-
info4: import("stitches-rn-vitality/src/types/theme").Token<"info4", string, "colors">;
|
|
2561
|
-
warning4: import("stitches-rn-vitality/src/types/theme").Token<"warning4", string, "colors">;
|
|
2562
|
-
critical4: import("stitches-rn-vitality/src/types/theme").Token<"critical4", string, "colors">;
|
|
2563
|
-
brand4: import("stitches-rn-vitality/src/types/theme").Token<"brand4", string, "colors">;
|
|
2564
|
-
neutral5: import("stitches-rn-vitality/src/types/theme").Token<"neutral5", string, "colors">;
|
|
2565
|
-
neutralA5: import("stitches-rn-vitality/src/types/theme").Token<"neutralA5", string, "colors">;
|
|
2566
|
-
primary5: import("stitches-rn-vitality/src/types/theme").Token<"primary5", string, "colors">;
|
|
2567
|
-
accent5: import("stitches-rn-vitality/src/types/theme").Token<"accent5", string, "colors">;
|
|
2568
|
-
success5: import("stitches-rn-vitality/src/types/theme").Token<"success5", string, "colors">;
|
|
2569
|
-
info5: import("stitches-rn-vitality/src/types/theme").Token<"info5", string, "colors">;
|
|
2570
|
-
warning5: import("stitches-rn-vitality/src/types/theme").Token<"warning5", string, "colors">;
|
|
2571
|
-
critical5: import("stitches-rn-vitality/src/types/theme").Token<"critical5", string, "colors">;
|
|
2572
|
-
brand5: import("stitches-rn-vitality/src/types/theme").Token<"brand5", string, "colors">;
|
|
2573
|
-
neutral10: import("stitches-rn-vitality/src/types/theme").Token<"neutral10", string, "colors">;
|
|
2574
|
-
neutralA10: import("stitches-rn-vitality/src/types/theme").Token<"neutralA10", string, "colors">;
|
|
2575
|
-
primary10: import("stitches-rn-vitality/src/types/theme").Token<"primary10", string, "colors">;
|
|
2576
|
-
accent10: import("stitches-rn-vitality/src/types/theme").Token<"accent10", string, "colors">;
|
|
2577
|
-
success10: import("stitches-rn-vitality/src/types/theme").Token<"success10", string, "colors">;
|
|
2578
|
-
info10: import("stitches-rn-vitality/src/types/theme").Token<"info10", string, "colors">;
|
|
2579
|
-
warning10: import("stitches-rn-vitality/src/types/theme").Token<"warning10", string, "colors">;
|
|
2580
|
-
critical10: import("stitches-rn-vitality/src/types/theme").Token<"critical10", string, "colors">;
|
|
2581
|
-
brand10: import("stitches-rn-vitality/src/types/theme").Token<"brand10", string, "colors">;
|
|
2582
|
-
neutral9: import("stitches-rn-vitality/src/types/theme").Token<"neutral9", string, "colors">;
|
|
2583
|
-
neutralA9: import("stitches-rn-vitality/src/types/theme").Token<"neutralA9", string, "colors">;
|
|
2584
|
-
primary9: import("stitches-rn-vitality/src/types/theme").Token<"primary9", string, "colors">;
|
|
2585
|
-
accent9: import("stitches-rn-vitality/src/types/theme").Token<"accent9", string, "colors">;
|
|
2586
|
-
success9: import("stitches-rn-vitality/src/types/theme").Token<"success9", string, "colors">;
|
|
2587
|
-
info9: import("stitches-rn-vitality/src/types/theme").Token<"info9", string, "colors">;
|
|
2588
|
-
warning9: import("stitches-rn-vitality/src/types/theme").Token<"warning9", string, "colors">;
|
|
2589
|
-
critical9: import("stitches-rn-vitality/src/types/theme").Token<"critical9", string, "colors">;
|
|
2590
|
-
brand9: import("stitches-rn-vitality/src/types/theme").Token<"brand9", string, "colors">;
|
|
2591
|
-
neutral11: import("stitches-rn-vitality/src/types/theme").Token<"neutral11", string, "colors">;
|
|
2592
|
-
neutralA11: import("stitches-rn-vitality/src/types/theme").Token<"neutralA11", string, "colors">;
|
|
2593
|
-
primary11: import("stitches-rn-vitality/src/types/theme").Token<"primary11", string, "colors">;
|
|
2594
|
-
accent11: import("stitches-rn-vitality/src/types/theme").Token<"accent11", string, "colors">;
|
|
2595
|
-
success11: import("stitches-rn-vitality/src/types/theme").Token<"success11", string, "colors">;
|
|
2596
|
-
info11: import("stitches-rn-vitality/src/types/theme").Token<"info11", string, "colors">;
|
|
2597
|
-
warning11: import("stitches-rn-vitality/src/types/theme").Token<"warning11", string, "colors">;
|
|
2598
|
-
critical11: import("stitches-rn-vitality/src/types/theme").Token<"critical11", string, "colors">;
|
|
2599
|
-
brand11: import("stitches-rn-vitality/src/types/theme").Token<"brand11", string, "colors">;
|
|
2600
|
-
neutral6: import("stitches-rn-vitality/src/types/theme").Token<"neutral6", string, "colors">;
|
|
2601
|
-
neutralA6: import("stitches-rn-vitality/src/types/theme").Token<"neutralA6", string, "colors">;
|
|
2602
|
-
primary6: import("stitches-rn-vitality/src/types/theme").Token<"primary6", string, "colors">;
|
|
2603
|
-
accent6: import("stitches-rn-vitality/src/types/theme").Token<"accent6", string, "colors">;
|
|
2604
|
-
success6: import("stitches-rn-vitality/src/types/theme").Token<"success6", string, "colors">;
|
|
2605
|
-
info6: import("stitches-rn-vitality/src/types/theme").Token<"info6", string, "colors">;
|
|
2606
|
-
warning6: import("stitches-rn-vitality/src/types/theme").Token<"warning6", string, "colors">;
|
|
2607
|
-
critical6: import("stitches-rn-vitality/src/types/theme").Token<"critical6", string, "colors">;
|
|
2608
|
-
brand6: import("stitches-rn-vitality/src/types/theme").Token<"brand6", string, "colors">;
|
|
2609
|
-
neutral8: import("stitches-rn-vitality/src/types/theme").Token<"neutral8", string, "colors">;
|
|
2610
|
-
neutralA8: import("stitches-rn-vitality/src/types/theme").Token<"neutralA8", string, "colors">;
|
|
2611
|
-
primary8: import("stitches-rn-vitality/src/types/theme").Token<"primary8", string, "colors">;
|
|
2612
|
-
accent8: import("stitches-rn-vitality/src/types/theme").Token<"accent8", string, "colors">;
|
|
2613
|
-
success8: import("stitches-rn-vitality/src/types/theme").Token<"success8", string, "colors">;
|
|
2614
|
-
info8: import("stitches-rn-vitality/src/types/theme").Token<"info8", string, "colors">;
|
|
2615
|
-
warning8: import("stitches-rn-vitality/src/types/theme").Token<"warning8", string, "colors">;
|
|
2616
|
-
critical8: import("stitches-rn-vitality/src/types/theme").Token<"critical8", string, "colors">;
|
|
2617
|
-
brand8: import("stitches-rn-vitality/src/types/theme").Token<"brand8", string, "colors">;
|
|
2618
|
-
neutral13: import("stitches-rn-vitality/src/types/theme").Token<"neutral13", string, "colors">;
|
|
2619
|
-
neutralA13: import("stitches-rn-vitality/src/types/theme").Token<"neutralA13", string, "colors">;
|
|
2620
|
-
primary13: import("stitches-rn-vitality/src/types/theme").Token<"primary13", string, "colors">;
|
|
2621
|
-
accent13: import("stitches-rn-vitality/src/types/theme").Token<"accent13", string, "colors">;
|
|
2622
|
-
success13: import("stitches-rn-vitality/src/types/theme").Token<"success13", string, "colors">;
|
|
2623
|
-
info13: import("stitches-rn-vitality/src/types/theme").Token<"info13", string, "colors">;
|
|
2624
|
-
warning13: import("stitches-rn-vitality/src/types/theme").Token<"warning13", string, "colors">;
|
|
2625
|
-
critical13: import("stitches-rn-vitality/src/types/theme").Token<"critical13", string, "colors">;
|
|
2626
|
-
brand13: import("stitches-rn-vitality/src/types/theme").Token<"brand13", string, "colors">;
|
|
2627
|
-
};
|
|
2628
|
-
fonts: {
|
|
2629
|
-
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "fonts">;
|
|
2630
|
-
display200: import("stitches-rn-vitality/src/types/theme").Token<"display200", string, "fonts">;
|
|
2631
|
-
display300: import("stitches-rn-vitality/src/types/theme").Token<"display300", string, "fonts">;
|
|
2632
|
-
display400: import("stitches-rn-vitality/src/types/theme").Token<"display400", string, "fonts">;
|
|
2633
|
-
display500: import("stitches-rn-vitality/src/types/theme").Token<"display500", string, "fonts">;
|
|
2634
|
-
display600: import("stitches-rn-vitality/src/types/theme").Token<"display600", string, "fonts">;
|
|
2635
|
-
display700: import("stitches-rn-vitality/src/types/theme").Token<"display700", string, "fonts">;
|
|
2636
|
-
display800: import("stitches-rn-vitality/src/types/theme").Token<"display800", string, "fonts">;
|
|
2637
|
-
display900: import("stitches-rn-vitality/src/types/theme").Token<"display900", string, "fonts">;
|
|
2638
|
-
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "fonts">;
|
|
2639
|
-
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "fonts">;
|
|
2640
|
-
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "fonts">;
|
|
2641
|
-
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fonts">;
|
|
2642
|
-
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fonts">;
|
|
2643
|
-
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fonts">;
|
|
2644
|
-
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "fonts">;
|
|
2645
|
-
microcopy: import("stitches-rn-vitality/src/types/theme").Token<"microcopy", string, "fonts">;
|
|
2646
|
-
navTitle: import("stitches-rn-vitality/src/types/theme").Token<"navTitle", string, "fonts">;
|
|
2647
|
-
navTitleCompacted: import("stitches-rn-vitality/src/types/theme").Token<"navTitleCompacted", string, "fonts">;
|
|
2648
|
-
default: import("stitches-rn-vitality/src/types/theme").Token<"default", string, "fonts">;
|
|
2649
|
-
};
|
|
2650
|
-
fontSizes: {
|
|
2651
|
-
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "fontSizes">;
|
|
2652
|
-
display200: import("stitches-rn-vitality/src/types/theme").Token<"display200", string, "fontSizes">;
|
|
2653
|
-
display300: import("stitches-rn-vitality/src/types/theme").Token<"display300", string, "fontSizes">;
|
|
2654
|
-
display400: import("stitches-rn-vitality/src/types/theme").Token<"display400", string, "fontSizes">;
|
|
2655
|
-
display500: import("stitches-rn-vitality/src/types/theme").Token<"display500", string, "fontSizes">;
|
|
2656
|
-
display600: import("stitches-rn-vitality/src/types/theme").Token<"display600", string, "fontSizes">;
|
|
2657
|
-
display700: import("stitches-rn-vitality/src/types/theme").Token<"display700", string, "fontSizes">;
|
|
2658
|
-
display800: import("stitches-rn-vitality/src/types/theme").Token<"display800", string, "fontSizes">;
|
|
2659
|
-
display900: import("stitches-rn-vitality/src/types/theme").Token<"display900", string, "fontSizes">;
|
|
2660
|
-
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "fontSizes">;
|
|
2661
|
-
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "fontSizes">;
|
|
2662
|
-
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "fontSizes">;
|
|
2663
|
-
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fontSizes">;
|
|
2664
|
-
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fontSizes">;
|
|
2665
|
-
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fontSizes">;
|
|
2666
|
-
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "fontSizes">;
|
|
2667
|
-
microcopy: import("stitches-rn-vitality/src/types/theme").Token<"microcopy", string, "fontSizes">;
|
|
2668
|
-
navTitle: import("stitches-rn-vitality/src/types/theme").Token<"navTitle", string, "fontSizes">;
|
|
2669
|
-
navTitleCompacted: import("stitches-rn-vitality/src/types/theme").Token<"navTitleCompacted", string, "fontSizes">;
|
|
2670
|
-
};
|
|
2671
|
-
fontWeights: {
|
|
2672
|
-
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "fontWeights">;
|
|
2673
|
-
display200: import("stitches-rn-vitality/src/types/theme").Token<"display200", string, "fontWeights">;
|
|
2674
|
-
display300: import("stitches-rn-vitality/src/types/theme").Token<"display300", string, "fontWeights">;
|
|
2675
|
-
display400: import("stitches-rn-vitality/src/types/theme").Token<"display400", string, "fontWeights">;
|
|
2676
|
-
display500: import("stitches-rn-vitality/src/types/theme").Token<"display500", string, "fontWeights">;
|
|
2677
|
-
display600: import("stitches-rn-vitality/src/types/theme").Token<"display600", string, "fontWeights">;
|
|
2678
|
-
display700: import("stitches-rn-vitality/src/types/theme").Token<"display700", string, "fontWeights">;
|
|
2679
|
-
display800: import("stitches-rn-vitality/src/types/theme").Token<"display800", string, "fontWeights">;
|
|
2680
|
-
display900: import("stitches-rn-vitality/src/types/theme").Token<"display900", string, "fontWeights">;
|
|
2681
|
-
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "fontWeights">;
|
|
2682
|
-
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "fontWeights">;
|
|
2683
|
-
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "fontWeights">;
|
|
2684
|
-
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "fontWeights">;
|
|
2685
|
-
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "fontWeights">;
|
|
2686
|
-
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "fontWeights">;
|
|
2687
|
-
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "fontWeights">;
|
|
2688
|
-
microcopy: import("stitches-rn-vitality/src/types/theme").Token<"microcopy", string, "fontWeights">;
|
|
2689
|
-
navTitle: import("stitches-rn-vitality/src/types/theme").Token<"navTitle", string, "fontWeights">;
|
|
2690
|
-
navTitleCompacted: import("stitches-rn-vitality/src/types/theme").Token<"navTitleCompacted", string, "fontWeights">;
|
|
2691
|
-
};
|
|
2692
|
-
letterSpacings: {
|
|
2693
|
-
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "letterSpacings">;
|
|
2694
|
-
display200: import("stitches-rn-vitality/src/types/theme").Token<"display200", string, "letterSpacings">;
|
|
2695
|
-
display300: import("stitches-rn-vitality/src/types/theme").Token<"display300", string, "letterSpacings">;
|
|
2696
|
-
display400: import("stitches-rn-vitality/src/types/theme").Token<"display400", string, "letterSpacings">;
|
|
2697
|
-
display500: import("stitches-rn-vitality/src/types/theme").Token<"display500", string, "letterSpacings">;
|
|
2698
|
-
display600: import("stitches-rn-vitality/src/types/theme").Token<"display600", string, "letterSpacings">;
|
|
2699
|
-
display700: import("stitches-rn-vitality/src/types/theme").Token<"display700", string, "letterSpacings">;
|
|
2700
|
-
display800: import("stitches-rn-vitality/src/types/theme").Token<"display800", string, "letterSpacings">;
|
|
2701
|
-
display900: import("stitches-rn-vitality/src/types/theme").Token<"display900", string, "letterSpacings">;
|
|
2702
|
-
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "letterSpacings">;
|
|
2703
|
-
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "letterSpacings">;
|
|
2704
|
-
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "letterSpacings">;
|
|
2705
|
-
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "letterSpacings">;
|
|
2706
|
-
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "letterSpacings">;
|
|
2707
|
-
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "letterSpacings">;
|
|
2708
|
-
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "letterSpacings">;
|
|
2709
|
-
microcopy: import("stitches-rn-vitality/src/types/theme").Token<"microcopy", string, "letterSpacings">;
|
|
2710
|
-
navTitle: import("stitches-rn-vitality/src/types/theme").Token<"navTitle", string, "letterSpacings">;
|
|
2711
|
-
navTitleCompacted: import("stitches-rn-vitality/src/types/theme").Token<"navTitleCompacted", string, "letterSpacings">;
|
|
2712
|
-
};
|
|
2713
|
-
lineHeights: {
|
|
2714
|
-
display100: import("stitches-rn-vitality/src/types/theme").Token<"display100", string, "lineHeights">;
|
|
2715
|
-
display200: import("stitches-rn-vitality/src/types/theme").Token<"display200", string, "lineHeights">;
|
|
2716
|
-
display300: import("stitches-rn-vitality/src/types/theme").Token<"display300", string, "lineHeights">;
|
|
2717
|
-
display400: import("stitches-rn-vitality/src/types/theme").Token<"display400", string, "lineHeights">;
|
|
2718
|
-
display500: import("stitches-rn-vitality/src/types/theme").Token<"display500", string, "lineHeights">;
|
|
2719
|
-
display600: import("stitches-rn-vitality/src/types/theme").Token<"display600", string, "lineHeights">;
|
|
2720
|
-
display700: import("stitches-rn-vitality/src/types/theme").Token<"display700", string, "lineHeights">;
|
|
2721
|
-
display800: import("stitches-rn-vitality/src/types/theme").Token<"display800", string, "lineHeights">;
|
|
2722
|
-
display900: import("stitches-rn-vitality/src/types/theme").Token<"display900", string, "lineHeights">;
|
|
2723
|
-
body: import("stitches-rn-vitality/src/types/theme").Token<"body", string, "lineHeights">;
|
|
2724
|
-
caption: import("stitches-rn-vitality/src/types/theme").Token<"caption", string, "lineHeights">;
|
|
2725
|
-
pageTitle: import("stitches-rn-vitality/src/types/theme").Token<"pageTitle", string, "lineHeights">;
|
|
2726
|
-
sectionTitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionTitle", string, "lineHeights">;
|
|
2727
|
-
sectionSubtitle: import("stitches-rn-vitality/src/types/theme").Token<"sectionSubtitle", string, "lineHeights">;
|
|
2728
|
-
button: import("stitches-rn-vitality/src/types/theme").Token<"button", string, "lineHeights">;
|
|
2729
|
-
textInput: import("stitches-rn-vitality/src/types/theme").Token<"textInput", string, "lineHeights">;
|
|
2730
|
-
microcopy: import("stitches-rn-vitality/src/types/theme").Token<"microcopy", string, "lineHeights">;
|
|
2731
|
-
navTitle: import("stitches-rn-vitality/src/types/theme").Token<"navTitle", string, "lineHeights">;
|
|
2732
|
-
navTitleCompacted: import("stitches-rn-vitality/src/types/theme").Token<"navTitleCompacted", string, "lineHeights">;
|
|
2733
|
-
};
|
|
2734
|
-
radii: {
|
|
2735
|
-
default: import("stitches-rn-vitality/src/types/theme").Token<"default", string, "radii">;
|
|
2736
|
-
large: import("stitches-rn-vitality/src/types/theme").Token<"large", string, "radii">;
|
|
2737
|
-
rounded: import("stitches-rn-vitality/src/types/theme").Token<"rounded", string, "radii">;
|
|
2738
|
-
};
|
|
2739
|
-
space: {
|
|
2740
|
-
sm: import("stitches-rn-vitality/src/types/theme").Token<"sm", string, "space">;
|
|
2741
|
-
md: import("stitches-rn-vitality/src/types/theme").Token<"md", string, "space">;
|
|
2742
|
-
lg: import("stitches-rn-vitality/src/types/theme").Token<"lg", string, "space">;
|
|
2743
|
-
xs: import("stitches-rn-vitality/src/types/theme").Token<"xs", string, "space">;
|
|
2744
|
-
xl: import("stitches-rn-vitality/src/types/theme").Token<"xl", string, "space">;
|
|
2745
|
-
xxl: import("stitches-rn-vitality/src/types/theme").Token<"xxl", string, "space">;
|
|
2746
|
-
};
|
|
2747
|
-
zIndices: {
|
|
2748
|
-
floatingElements: import("stitches-rn-vitality/src/types/theme").Token<"floatingElements", string, "zIndices">;
|
|
2749
|
-
blanket: import("stitches-rn-vitality/src/types/theme").Token<"blanket", string, "zIndices">;
|
|
2750
|
-
dialog: import("stitches-rn-vitality/src/types/theme").Token<"dialog", string, "zIndices">;
|
|
2751
|
-
toast: import("stitches-rn-vitality/src/types/theme").Token<"toast", string, "zIndices">;
|
|
2752
|
-
tooltip: import("stitches-rn-vitality/src/types/theme").Token<"tooltip", string, "zIndices">;
|
|
2753
|
-
portalElement: import("stitches-rn-vitality/src/types/theme").Token<"portalElement", string, "zIndices">;
|
|
2754
|
-
};
|
|
2755
|
-
}, config: {
|
|
2378
|
+
}, CSS>, theme: import("stitches-rn-vitality/src/internals/theme/types").StoredTheme, config: {
|
|
2756
2379
|
media: {
|
|
2757
2380
|
bp1: "(width <= 320px)";
|
|
2758
2381
|
bp2: "(width >= 393px)";
|
|
@@ -3530,255 +3153,5 @@ export declare const styled: <Type extends keyof import("stitches-rn-vitality/sr
|
|
|
3530
3153
|
[x: string]: string | number | boolean;
|
|
3531
3154
|
[x: number]: string | number | boolean;
|
|
3532
3155
|
};
|
|
3533
|
-
}>(arg: Arg) =>
|
|
3534
|
-
export declare const darkTheme:
|
|
3535
|
-
colors: {
|
|
3536
|
-
blue1: string;
|
|
3537
|
-
cyan1: string;
|
|
3538
|
-
green1: string;
|
|
3539
|
-
grey1: string;
|
|
3540
|
-
greyA1: string;
|
|
3541
|
-
orange1: string;
|
|
3542
|
-
pink1: string;
|
|
3543
|
-
red1: string;
|
|
3544
|
-
violet1: string;
|
|
3545
|
-
yellow1: string;
|
|
3546
|
-
blue2: string;
|
|
3547
|
-
cyan2: string;
|
|
3548
|
-
green2: string;
|
|
3549
|
-
grey2: string;
|
|
3550
|
-
greyA2: string;
|
|
3551
|
-
orange2: string;
|
|
3552
|
-
pink2: string;
|
|
3553
|
-
red2: string;
|
|
3554
|
-
violet2: string;
|
|
3555
|
-
yellow2: string;
|
|
3556
|
-
blue7: string;
|
|
3557
|
-
cyan7: string;
|
|
3558
|
-
green7: string;
|
|
3559
|
-
grey7: string;
|
|
3560
|
-
greyA7: string;
|
|
3561
|
-
orange7: string;
|
|
3562
|
-
pink7: string;
|
|
3563
|
-
red7: string;
|
|
3564
|
-
violet7: string;
|
|
3565
|
-
yellow7: string;
|
|
3566
|
-
blue12: string;
|
|
3567
|
-
cyan12: string;
|
|
3568
|
-
green12: string;
|
|
3569
|
-
grey12: string;
|
|
3570
|
-
greyA12: string;
|
|
3571
|
-
orange12: string;
|
|
3572
|
-
pink12: string;
|
|
3573
|
-
red12: string;
|
|
3574
|
-
violet12: string;
|
|
3575
|
-
yellow12: string;
|
|
3576
|
-
blue3: string;
|
|
3577
|
-
cyan3: string;
|
|
3578
|
-
green3: string;
|
|
3579
|
-
grey3: string;
|
|
3580
|
-
greyA3: string;
|
|
3581
|
-
orange3: string;
|
|
3582
|
-
pink3: string;
|
|
3583
|
-
red3: string;
|
|
3584
|
-
violet3: string;
|
|
3585
|
-
yellow3: string;
|
|
3586
|
-
blue4: string;
|
|
3587
|
-
cyan4: string;
|
|
3588
|
-
green4: string;
|
|
3589
|
-
grey4: string;
|
|
3590
|
-
greyA4: string;
|
|
3591
|
-
orange4: string;
|
|
3592
|
-
pink4: string;
|
|
3593
|
-
red4: string;
|
|
3594
|
-
violet4: string;
|
|
3595
|
-
yellow4: string;
|
|
3596
|
-
blue5: string;
|
|
3597
|
-
cyan5: string;
|
|
3598
|
-
green5: string;
|
|
3599
|
-
grey5: string;
|
|
3600
|
-
greyA5: string;
|
|
3601
|
-
orange5: string;
|
|
3602
|
-
pink5: string;
|
|
3603
|
-
red5: string;
|
|
3604
|
-
violet5: string;
|
|
3605
|
-
yellow5: string;
|
|
3606
|
-
blue10: string;
|
|
3607
|
-
cyan10: string;
|
|
3608
|
-
green10: string;
|
|
3609
|
-
grey10: string;
|
|
3610
|
-
greyA10: string;
|
|
3611
|
-
orange10: string;
|
|
3612
|
-
pink10: string;
|
|
3613
|
-
red10: string;
|
|
3614
|
-
violet10: string;
|
|
3615
|
-
yellow10: string;
|
|
3616
|
-
blue9: string;
|
|
3617
|
-
cyan9: string;
|
|
3618
|
-
green9: string;
|
|
3619
|
-
grey9: string;
|
|
3620
|
-
greyA9: string;
|
|
3621
|
-
orange9: string;
|
|
3622
|
-
pink9: string;
|
|
3623
|
-
red9: string;
|
|
3624
|
-
violet9: string;
|
|
3625
|
-
yellow9: string;
|
|
3626
|
-
blue11: string;
|
|
3627
|
-
cyan11: string;
|
|
3628
|
-
green11: string;
|
|
3629
|
-
grey11: string;
|
|
3630
|
-
greyA11: string;
|
|
3631
|
-
orange11: string;
|
|
3632
|
-
pink11: string;
|
|
3633
|
-
red11: string;
|
|
3634
|
-
violet11: string;
|
|
3635
|
-
yellow11: string;
|
|
3636
|
-
blue6: string;
|
|
3637
|
-
cyan6: string;
|
|
3638
|
-
green6: string;
|
|
3639
|
-
grey6: string;
|
|
3640
|
-
greyA6: string;
|
|
3641
|
-
orange6: string;
|
|
3642
|
-
pink6: string;
|
|
3643
|
-
red6: string;
|
|
3644
|
-
violet6: string;
|
|
3645
|
-
yellow6: string;
|
|
3646
|
-
blue8: string;
|
|
3647
|
-
cyan8: string;
|
|
3648
|
-
green8: string;
|
|
3649
|
-
grey8: string;
|
|
3650
|
-
greyA8: string;
|
|
3651
|
-
orange8: string;
|
|
3652
|
-
pink8: string;
|
|
3653
|
-
red8: string;
|
|
3654
|
-
violet8: string;
|
|
3655
|
-
yellow8: string;
|
|
3656
|
-
blue13: string;
|
|
3657
|
-
cyan13: string;
|
|
3658
|
-
green13: string;
|
|
3659
|
-
grey13: string;
|
|
3660
|
-
greyA13: string;
|
|
3661
|
-
orange13: string;
|
|
3662
|
-
pink13: string;
|
|
3663
|
-
red13: string;
|
|
3664
|
-
violet13: string;
|
|
3665
|
-
yellow13: string;
|
|
3666
|
-
neutral1: string;
|
|
3667
|
-
neutralA1: string;
|
|
3668
|
-
primary1: string;
|
|
3669
|
-
accent1: string;
|
|
3670
|
-
success1: string;
|
|
3671
|
-
info1: string;
|
|
3672
|
-
warning1: string;
|
|
3673
|
-
critical1: string;
|
|
3674
|
-
brand1: string;
|
|
3675
|
-
neutral2: string;
|
|
3676
|
-
neutralA2: string;
|
|
3677
|
-
primary2: string;
|
|
3678
|
-
accent2: string;
|
|
3679
|
-
success2: string;
|
|
3680
|
-
info2: string;
|
|
3681
|
-
warning2: string;
|
|
3682
|
-
critical2: string;
|
|
3683
|
-
brand2: string;
|
|
3684
|
-
neutral7: string;
|
|
3685
|
-
neutralA7: string;
|
|
3686
|
-
primary7: string;
|
|
3687
|
-
accent7: string;
|
|
3688
|
-
success7: string;
|
|
3689
|
-
info7: string;
|
|
3690
|
-
warning7: string;
|
|
3691
|
-
critical7: string;
|
|
3692
|
-
brand7: string;
|
|
3693
|
-
neutral12: string;
|
|
3694
|
-
neutralA12: string;
|
|
3695
|
-
primary12: string;
|
|
3696
|
-
accent12: string;
|
|
3697
|
-
success12: string;
|
|
3698
|
-
info12: string;
|
|
3699
|
-
warning12: string;
|
|
3700
|
-
critical12: string;
|
|
3701
|
-
brand12: string;
|
|
3702
|
-
neutral3: string;
|
|
3703
|
-
neutralA3: string;
|
|
3704
|
-
primary3: string;
|
|
3705
|
-
accent3: string;
|
|
3706
|
-
success3: string;
|
|
3707
|
-
info3: string;
|
|
3708
|
-
warning3: string;
|
|
3709
|
-
critical3: string;
|
|
3710
|
-
brand3: string;
|
|
3711
|
-
neutral4: string;
|
|
3712
|
-
neutralA4: string;
|
|
3713
|
-
primary4: string;
|
|
3714
|
-
accent4: string;
|
|
3715
|
-
success4: string;
|
|
3716
|
-
info4: string;
|
|
3717
|
-
warning4: string;
|
|
3718
|
-
critical4: string;
|
|
3719
|
-
brand4: string;
|
|
3720
|
-
neutral5: string;
|
|
3721
|
-
neutralA5: string;
|
|
3722
|
-
primary5: string;
|
|
3723
|
-
accent5: string;
|
|
3724
|
-
success5: string;
|
|
3725
|
-
info5: string;
|
|
3726
|
-
warning5: string;
|
|
3727
|
-
critical5: string;
|
|
3728
|
-
brand5: string;
|
|
3729
|
-
neutral10: string;
|
|
3730
|
-
neutralA10: string;
|
|
3731
|
-
primary10: string;
|
|
3732
|
-
accent10: string;
|
|
3733
|
-
success10: string;
|
|
3734
|
-
info10: string;
|
|
3735
|
-
warning10: string;
|
|
3736
|
-
critical10: string;
|
|
3737
|
-
brand10: string;
|
|
3738
|
-
neutral9: string;
|
|
3739
|
-
neutralA9: string;
|
|
3740
|
-
primary9: string;
|
|
3741
|
-
accent9: string;
|
|
3742
|
-
success9: string;
|
|
3743
|
-
info9: string;
|
|
3744
|
-
warning9: string;
|
|
3745
|
-
critical9: string;
|
|
3746
|
-
brand9: string;
|
|
3747
|
-
neutral11: string;
|
|
3748
|
-
neutralA11: string;
|
|
3749
|
-
primary11: string;
|
|
3750
|
-
accent11: string;
|
|
3751
|
-
success11: string;
|
|
3752
|
-
info11: string;
|
|
3753
|
-
warning11: string;
|
|
3754
|
-
critical11: string;
|
|
3755
|
-
brand11: string;
|
|
3756
|
-
neutral6: string;
|
|
3757
|
-
neutralA6: string;
|
|
3758
|
-
primary6: string;
|
|
3759
|
-
accent6: string;
|
|
3760
|
-
success6: string;
|
|
3761
|
-
info6: string;
|
|
3762
|
-
warning6: string;
|
|
3763
|
-
critical6: string;
|
|
3764
|
-
brand6: string;
|
|
3765
|
-
neutral8: string;
|
|
3766
|
-
neutralA8: string;
|
|
3767
|
-
primary8: string;
|
|
3768
|
-
accent8: string;
|
|
3769
|
-
success8: string;
|
|
3770
|
-
info8: string;
|
|
3771
|
-
warning8: string;
|
|
3772
|
-
critical8: string;
|
|
3773
|
-
brand8: string;
|
|
3774
|
-
neutral13: string;
|
|
3775
|
-
neutralA13: string;
|
|
3776
|
-
primary13: string;
|
|
3777
|
-
accent13: string;
|
|
3778
|
-
success13: string;
|
|
3779
|
-
info13: string;
|
|
3780
|
-
warning13: string;
|
|
3781
|
-
critical13: string;
|
|
3782
|
-
brand13: string;
|
|
3783
|
-
};
|
|
3784
|
-
}>;
|
|
3156
|
+
}>(arg: Arg) => import("stitches-rn-vitality/src/internals/theme/types").StoredTheme, ThemeProvider: import("react").FunctionComponent<import("stitches-rn-vitality/src/types/stitches").ThemeProviderType>;
|
|
3157
|
+
export declare const darkTheme: import("stitches-rn-vitality/src/internals/theme/types").StoredTheme;
|