@100mslive/roomkit-react 0.1.12-alpha.0 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import type * as Stitches from '@stitches/react';
3
- declare const HmsStitches: import("@stitches/react/types/stitches").default<`hms-ui-${string}`, {
3
+ declare const HmsStitches: import("@stitches/react/types/stitches").default<"hms-ui", {
4
4
  allowMotion: string;
5
5
  sm: string;
6
6
  md: string;
@@ -436,133 +436,133 @@ export declare const theme: string & {
436
436
  selector: string;
437
437
  } & {
438
438
  colors: {
439
- primary_default: import("@stitches/react/types/theme").Token<"primary_default", string, "colors", `hms-ui-${string}`>;
440
- primary_bright: import("@stitches/react/types/theme").Token<"primary_bright", string, "colors", `hms-ui-${string}`>;
441
- primary_dim: import("@stitches/react/types/theme").Token<"primary_dim", string, "colors", `hms-ui-${string}`>;
442
- primary_disabled: import("@stitches/react/types/theme").Token<"primary_disabled", string, "colors", `hms-ui-${string}`>;
443
- on_primary_high: import("@stitches/react/types/theme").Token<"on_primary_high", string, "colors", `hms-ui-${string}`>;
444
- on_primary_medium: import("@stitches/react/types/theme").Token<"on_primary_medium", string, "colors", `hms-ui-${string}`>;
445
- on_primary_low: import("@stitches/react/types/theme").Token<"on_primary_low", string, "colors", `hms-ui-${string}`>;
446
- secondary_default: import("@stitches/react/types/theme").Token<"secondary_default", string, "colors", `hms-ui-${string}`>;
447
- secondary_bright: import("@stitches/react/types/theme").Token<"secondary_bright", string, "colors", `hms-ui-${string}`>;
448
- secondary_dim: import("@stitches/react/types/theme").Token<"secondary_dim", string, "colors", `hms-ui-${string}`>;
449
- secondary_disabled: import("@stitches/react/types/theme").Token<"secondary_disabled", string, "colors", `hms-ui-${string}`>;
450
- on_secondary_high: import("@stitches/react/types/theme").Token<"on_secondary_high", string, "colors", `hms-ui-${string}`>;
451
- on_secondary_medium: import("@stitches/react/types/theme").Token<"on_secondary_medium", string, "colors", `hms-ui-${string}`>;
452
- on_secondary_low: import("@stitches/react/types/theme").Token<"on_secondary_low", string, "colors", `hms-ui-${string}`>;
453
- background_default: import("@stitches/react/types/theme").Token<"background_default", string, "colors", `hms-ui-${string}`>;
454
- background_dim: import("@stitches/react/types/theme").Token<"background_dim", string, "colors", `hms-ui-${string}`>;
455
- surface_default: import("@stitches/react/types/theme").Token<"surface_default", string, "colors", `hms-ui-${string}`>;
456
- surface_bright: import("@stitches/react/types/theme").Token<"surface_bright", string, "colors", `hms-ui-${string}`>;
457
- surface_brighter: import("@stitches/react/types/theme").Token<"surface_brighter", string, "colors", `hms-ui-${string}`>;
458
- surface_dim: import("@stitches/react/types/theme").Token<"surface_dim", string, "colors", `hms-ui-${string}`>;
459
- on_surface_high: import("@stitches/react/types/theme").Token<"on_surface_high", string, "colors", `hms-ui-${string}`>;
460
- on_surface_medium: import("@stitches/react/types/theme").Token<"on_surface_medium", string, "colors", `hms-ui-${string}`>;
461
- on_surface_low: import("@stitches/react/types/theme").Token<"on_surface_low", string, "colors", `hms-ui-${string}`>;
462
- border_default: import("@stitches/react/types/theme").Token<"border_default", string, "colors", `hms-ui-${string}`>;
463
- border_bright: import("@stitches/react/types/theme").Token<"border_bright", string, "colors", `hms-ui-${string}`>;
464
- alert_success: import("@stitches/react/types/theme").Token<"alert_success", string, "colors", `hms-ui-${string}`>;
465
- alert_warning: import("@stitches/react/types/theme").Token<"alert_warning", string, "colors", `hms-ui-${string}`>;
466
- alert_error_default: import("@stitches/react/types/theme").Token<"alert_error_default", string, "colors", `hms-ui-${string}`>;
467
- alert_error_bright: import("@stitches/react/types/theme").Token<"alert_error_bright", string, "colors", `hms-ui-${string}`>;
468
- alert_error_brighter: import("@stitches/react/types/theme").Token<"alert_error_brighter", string, "colors", `hms-ui-${string}`>;
469
- alert_error_dim: import("@stitches/react/types/theme").Token<"alert_error_dim", string, "colors", `hms-ui-${string}`>;
439
+ primary_default: import("@stitches/react/types/theme").Token<"primary_default", string, "colors", "hms-ui">;
440
+ primary_bright: import("@stitches/react/types/theme").Token<"primary_bright", string, "colors", "hms-ui">;
441
+ primary_dim: import("@stitches/react/types/theme").Token<"primary_dim", string, "colors", "hms-ui">;
442
+ primary_disabled: import("@stitches/react/types/theme").Token<"primary_disabled", string, "colors", "hms-ui">;
443
+ on_primary_high: import("@stitches/react/types/theme").Token<"on_primary_high", string, "colors", "hms-ui">;
444
+ on_primary_medium: import("@stitches/react/types/theme").Token<"on_primary_medium", string, "colors", "hms-ui">;
445
+ on_primary_low: import("@stitches/react/types/theme").Token<"on_primary_low", string, "colors", "hms-ui">;
446
+ secondary_default: import("@stitches/react/types/theme").Token<"secondary_default", string, "colors", "hms-ui">;
447
+ secondary_bright: import("@stitches/react/types/theme").Token<"secondary_bright", string, "colors", "hms-ui">;
448
+ secondary_dim: import("@stitches/react/types/theme").Token<"secondary_dim", string, "colors", "hms-ui">;
449
+ secondary_disabled: import("@stitches/react/types/theme").Token<"secondary_disabled", string, "colors", "hms-ui">;
450
+ on_secondary_high: import("@stitches/react/types/theme").Token<"on_secondary_high", string, "colors", "hms-ui">;
451
+ on_secondary_medium: import("@stitches/react/types/theme").Token<"on_secondary_medium", string, "colors", "hms-ui">;
452
+ on_secondary_low: import("@stitches/react/types/theme").Token<"on_secondary_low", string, "colors", "hms-ui">;
453
+ background_default: import("@stitches/react/types/theme").Token<"background_default", string, "colors", "hms-ui">;
454
+ background_dim: import("@stitches/react/types/theme").Token<"background_dim", string, "colors", "hms-ui">;
455
+ surface_default: import("@stitches/react/types/theme").Token<"surface_default", string, "colors", "hms-ui">;
456
+ surface_bright: import("@stitches/react/types/theme").Token<"surface_bright", string, "colors", "hms-ui">;
457
+ surface_brighter: import("@stitches/react/types/theme").Token<"surface_brighter", string, "colors", "hms-ui">;
458
+ surface_dim: import("@stitches/react/types/theme").Token<"surface_dim", string, "colors", "hms-ui">;
459
+ on_surface_high: import("@stitches/react/types/theme").Token<"on_surface_high", string, "colors", "hms-ui">;
460
+ on_surface_medium: import("@stitches/react/types/theme").Token<"on_surface_medium", string, "colors", "hms-ui">;
461
+ on_surface_low: import("@stitches/react/types/theme").Token<"on_surface_low", string, "colors", "hms-ui">;
462
+ border_default: import("@stitches/react/types/theme").Token<"border_default", string, "colors", "hms-ui">;
463
+ border_bright: import("@stitches/react/types/theme").Token<"border_bright", string, "colors", "hms-ui">;
464
+ alert_success: import("@stitches/react/types/theme").Token<"alert_success", string, "colors", "hms-ui">;
465
+ alert_warning: import("@stitches/react/types/theme").Token<"alert_warning", string, "colors", "hms-ui">;
466
+ alert_error_default: import("@stitches/react/types/theme").Token<"alert_error_default", string, "colors", "hms-ui">;
467
+ alert_error_bright: import("@stitches/react/types/theme").Token<"alert_error_bright", string, "colors", "hms-ui">;
468
+ alert_error_brighter: import("@stitches/react/types/theme").Token<"alert_error_brighter", string, "colors", "hms-ui">;
469
+ alert_error_dim: import("@stitches/react/types/theme").Token<"alert_error_dim", string, "colors", "hms-ui">;
470
470
  };
471
471
  shadows: {
472
- sm: import("@stitches/react/types/theme").Token<"sm", string, "shadows", `hms-ui-${string}`>;
473
- md: import("@stitches/react/types/theme").Token<"md", string, "shadows", `hms-ui-${string}`>;
472
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "shadows", "hms-ui">;
473
+ md: import("@stitches/react/types/theme").Token<"md", string, "shadows", "hms-ui">;
474
474
  };
475
475
  fonts: {
476
- sans: import("@stitches/react/types/theme").Token<"sans", string, "fonts", `hms-ui-${string}`>;
476
+ sans: import("@stitches/react/types/theme").Token<"sans", string, "fonts", "hms-ui">;
477
477
  };
478
478
  fontSizes: {
479
- h1: import("@stitches/react/types/theme").Token<"h1", string, "fontSizes", `hms-ui-${string}`>;
480
- h2: import("@stitches/react/types/theme").Token<"h2", string, "fontSizes", `hms-ui-${string}`>;
481
- h3: import("@stitches/react/types/theme").Token<"h3", string, "fontSizes", `hms-ui-${string}`>;
482
- h4: import("@stitches/react/types/theme").Token<"h4", string, "fontSizes", `hms-ui-${string}`>;
483
- h5: import("@stitches/react/types/theme").Token<"h5", string, "fontSizes", `hms-ui-${string}`>;
484
- h6: import("@stitches/react/types/theme").Token<"h6", string, "fontSizes", `hms-ui-${string}`>;
485
- tiny: import("@stitches/react/types/theme").Token<"tiny", string, "fontSizes", `hms-ui-${string}`>;
486
- xs: import("@stitches/react/types/theme").Token<"xs", string, "fontSizes", `hms-ui-${string}`>;
487
- sm: import("@stitches/react/types/theme").Token<"sm", string, "fontSizes", `hms-ui-${string}`>;
488
- md: import("@stitches/react/types/theme").Token<"md", string, "fontSizes", `hms-ui-${string}`>;
489
- lg: import("@stitches/react/types/theme").Token<"lg", string, "fontSizes", `hms-ui-${string}`>;
479
+ h1: import("@stitches/react/types/theme").Token<"h1", string, "fontSizes", "hms-ui">;
480
+ h2: import("@stitches/react/types/theme").Token<"h2", string, "fontSizes", "hms-ui">;
481
+ h3: import("@stitches/react/types/theme").Token<"h3", string, "fontSizes", "hms-ui">;
482
+ h4: import("@stitches/react/types/theme").Token<"h4", string, "fontSizes", "hms-ui">;
483
+ h5: import("@stitches/react/types/theme").Token<"h5", string, "fontSizes", "hms-ui">;
484
+ h6: import("@stitches/react/types/theme").Token<"h6", string, "fontSizes", "hms-ui">;
485
+ tiny: import("@stitches/react/types/theme").Token<"tiny", string, "fontSizes", "hms-ui">;
486
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "fontSizes", "hms-ui">;
487
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "fontSizes", "hms-ui">;
488
+ md: import("@stitches/react/types/theme").Token<"md", string, "fontSizes", "hms-ui">;
489
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "fontSizes", "hms-ui">;
490
490
  };
491
491
  fontWeights: {
492
- semiBold: import("@stitches/react/types/theme").Token<"semiBold", string, "fontWeights", `hms-ui-${string}`>;
493
- medium: import("@stitches/react/types/theme").Token<"medium", string, "fontWeights", `hms-ui-${string}`>;
494
- regular: import("@stitches/react/types/theme").Token<"regular", string, "fontWeights", `hms-ui-${string}`>;
492
+ semiBold: import("@stitches/react/types/theme").Token<"semiBold", string, "fontWeights", "hms-ui">;
493
+ medium: import("@stitches/react/types/theme").Token<"medium", string, "fontWeights", "hms-ui">;
494
+ regular: import("@stitches/react/types/theme").Token<"regular", string, "fontWeights", "hms-ui">;
495
495
  };
496
496
  lineHeights: {
497
- h1: import("@stitches/react/types/theme").Token<"h1", string, "lineHeights", `hms-ui-${string}`>;
498
- h2: import("@stitches/react/types/theme").Token<"h2", string, "lineHeights", `hms-ui-${string}`>;
499
- h3: import("@stitches/react/types/theme").Token<"h3", string, "lineHeights", `hms-ui-${string}`>;
500
- h4: import("@stitches/react/types/theme").Token<"h4", string, "lineHeights", `hms-ui-${string}`>;
501
- h5: import("@stitches/react/types/theme").Token<"h5", string, "lineHeights", `hms-ui-${string}`>;
502
- h6: import("@stitches/react/types/theme").Token<"h6", string, "lineHeights", `hms-ui-${string}`>;
503
- tiny: import("@stitches/react/types/theme").Token<"tiny", string, "lineHeights", `hms-ui-${string}`>;
504
- xs: import("@stitches/react/types/theme").Token<"xs", string, "lineHeights", `hms-ui-${string}`>;
505
- sm: import("@stitches/react/types/theme").Token<"sm", string, "lineHeights", `hms-ui-${string}`>;
506
- md: import("@stitches/react/types/theme").Token<"md", string, "lineHeights", `hms-ui-${string}`>;
497
+ h1: import("@stitches/react/types/theme").Token<"h1", string, "lineHeights", "hms-ui">;
498
+ h2: import("@stitches/react/types/theme").Token<"h2", string, "lineHeights", "hms-ui">;
499
+ h3: import("@stitches/react/types/theme").Token<"h3", string, "lineHeights", "hms-ui">;
500
+ h4: import("@stitches/react/types/theme").Token<"h4", string, "lineHeights", "hms-ui">;
501
+ h5: import("@stitches/react/types/theme").Token<"h5", string, "lineHeights", "hms-ui">;
502
+ h6: import("@stitches/react/types/theme").Token<"h6", string, "lineHeights", "hms-ui">;
503
+ tiny: import("@stitches/react/types/theme").Token<"tiny", string, "lineHeights", "hms-ui">;
504
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "lineHeights", "hms-ui">;
505
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "lineHeights", "hms-ui">;
506
+ md: import("@stitches/react/types/theme").Token<"md", string, "lineHeights", "hms-ui">;
507
507
  };
508
508
  radii: {
509
- 0: import("@stitches/react/types/theme").Token<"0", string, "radii", `hms-ui-${string}`>;
510
- 1: import("@stitches/react/types/theme").Token<"1", string, "radii", `hms-ui-${string}`>;
511
- 2: import("@stitches/react/types/theme").Token<"2", string, "radii", `hms-ui-${string}`>;
512
- 3: import("@stitches/react/types/theme").Token<"3", string, "radii", `hms-ui-${string}`>;
513
- 4: import("@stitches/react/types/theme").Token<"4", string, "radii", `hms-ui-${string}`>;
514
- round: import("@stitches/react/types/theme").Token<"round", string, "radii", `hms-ui-${string}`>;
509
+ 0: import("@stitches/react/types/theme").Token<"0", string, "radii", "hms-ui">;
510
+ 1: import("@stitches/react/types/theme").Token<"1", string, "radii", "hms-ui">;
511
+ 2: import("@stitches/react/types/theme").Token<"2", string, "radii", "hms-ui">;
512
+ 3: import("@stitches/react/types/theme").Token<"3", string, "radii", "hms-ui">;
513
+ 4: import("@stitches/react/types/theme").Token<"4", string, "radii", "hms-ui">;
514
+ round: import("@stitches/react/types/theme").Token<"round", string, "radii", "hms-ui">;
515
515
  };
516
516
  space: {
517
- 0: import("@stitches/react/types/theme").Token<"0", string, "space", `hms-ui-${string}`>;
518
- xs: import("@stitches/react/types/theme").Token<"xs", string, "space", `hms-ui-${string}`>;
519
- sm: import("@stitches/react/types/theme").Token<"sm", string, "space", `hms-ui-${string}`>;
520
- md: import("@stitches/react/types/theme").Token<"md", string, "space", `hms-ui-${string}`>;
521
- lg: import("@stitches/react/types/theme").Token<"lg", string, "space", `hms-ui-${string}`>;
522
- xl: import("@stitches/react/types/theme").Token<"xl", string, "space", `hms-ui-${string}`>;
523
- px: import("@stitches/react/types/theme").Token<"px", string, "space", `hms-ui-${string}`>;
524
- 1: import("@stitches/react/types/theme").Token<"1", string, "space", `hms-ui-${string}`>;
525
- 2: import("@stitches/react/types/theme").Token<"2", string, "space", `hms-ui-${string}`>;
526
- 3: import("@stitches/react/types/theme").Token<"3", string, "space", `hms-ui-${string}`>;
527
- 4: import("@stitches/react/types/theme").Token<"4", string, "space", `hms-ui-${string}`>;
528
- 5: import("@stitches/react/types/theme").Token<"5", string, "space", `hms-ui-${string}`>;
529
- 6: import("@stitches/react/types/theme").Token<"6", string, "space", `hms-ui-${string}`>;
530
- 7: import("@stitches/react/types/theme").Token<"7", string, "space", `hms-ui-${string}`>;
531
- 8: import("@stitches/react/types/theme").Token<"8", string, "space", `hms-ui-${string}`>;
532
- 9: import("@stitches/react/types/theme").Token<"9", string, "space", `hms-ui-${string}`>;
533
- 10: import("@stitches/react/types/theme").Token<"10", string, "space", `hms-ui-${string}`>;
534
- 11: import("@stitches/react/types/theme").Token<"11", string, "space", `hms-ui-${string}`>;
535
- 12: import("@stitches/react/types/theme").Token<"12", string, "space", `hms-ui-${string}`>;
536
- 13: import("@stitches/react/types/theme").Token<"13", string, "space", `hms-ui-${string}`>;
537
- 14: import("@stitches/react/types/theme").Token<"14", string, "space", `hms-ui-${string}`>;
538
- 15: import("@stitches/react/types/theme").Token<"15", string, "space", `hms-ui-${string}`>;
539
- 16: import("@stitches/react/types/theme").Token<"16", string, "space", `hms-ui-${string}`>;
540
- 17: import("@stitches/react/types/theme").Token<"17", string, "space", `hms-ui-${string}`>;
541
- 18: import("@stitches/react/types/theme").Token<"18", string, "space", `hms-ui-${string}`>;
542
- 19: import("@stitches/react/types/theme").Token<"19", string, "space", `hms-ui-${string}`>;
543
- 20: import("@stitches/react/types/theme").Token<"20", string, "space", `hms-ui-${string}`>;
544
- 24: import("@stitches/react/types/theme").Token<"24", string, "space", `hms-ui-${string}`>;
545
- 28: import("@stitches/react/types/theme").Token<"28", string, "space", `hms-ui-${string}`>;
546
- 32: import("@stitches/react/types/theme").Token<"32", string, "space", `hms-ui-${string}`>;
547
- 36: import("@stitches/react/types/theme").Token<"36", string, "space", `hms-ui-${string}`>;
548
- 40: import("@stitches/react/types/theme").Token<"40", string, "space", `hms-ui-${string}`>;
549
- 44: import("@stitches/react/types/theme").Token<"44", string, "space", `hms-ui-${string}`>;
550
- 48: import("@stitches/react/types/theme").Token<"48", string, "space", `hms-ui-${string}`>;
551
- 52: import("@stitches/react/types/theme").Token<"52", string, "space", `hms-ui-${string}`>;
552
- 56: import("@stitches/react/types/theme").Token<"56", string, "space", `hms-ui-${string}`>;
553
- 60: import("@stitches/react/types/theme").Token<"60", string, "space", `hms-ui-${string}`>;
554
- 64: import("@stitches/react/types/theme").Token<"64", string, "space", `hms-ui-${string}`>;
555
- 72: import("@stitches/react/types/theme").Token<"72", string, "space", `hms-ui-${string}`>;
556
- 80: import("@stitches/react/types/theme").Token<"80", string, "space", `hms-ui-${string}`>;
557
- 96: import("@stitches/react/types/theme").Token<"96", string, "space", `hms-ui-${string}`>;
558
- 100: import("@stitches/react/types/theme").Token<"100", string, "space", `hms-ui-${string}`>;
517
+ 0: import("@stitches/react/types/theme").Token<"0", string, "space", "hms-ui">;
518
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "space", "hms-ui">;
519
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "space", "hms-ui">;
520
+ md: import("@stitches/react/types/theme").Token<"md", string, "space", "hms-ui">;
521
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "space", "hms-ui">;
522
+ xl: import("@stitches/react/types/theme").Token<"xl", string, "space", "hms-ui">;
523
+ px: import("@stitches/react/types/theme").Token<"px", string, "space", "hms-ui">;
524
+ 1: import("@stitches/react/types/theme").Token<"1", string, "space", "hms-ui">;
525
+ 2: import("@stitches/react/types/theme").Token<"2", string, "space", "hms-ui">;
526
+ 3: import("@stitches/react/types/theme").Token<"3", string, "space", "hms-ui">;
527
+ 4: import("@stitches/react/types/theme").Token<"4", string, "space", "hms-ui">;
528
+ 5: import("@stitches/react/types/theme").Token<"5", string, "space", "hms-ui">;
529
+ 6: import("@stitches/react/types/theme").Token<"6", string, "space", "hms-ui">;
530
+ 7: import("@stitches/react/types/theme").Token<"7", string, "space", "hms-ui">;
531
+ 8: import("@stitches/react/types/theme").Token<"8", string, "space", "hms-ui">;
532
+ 9: import("@stitches/react/types/theme").Token<"9", string, "space", "hms-ui">;
533
+ 10: import("@stitches/react/types/theme").Token<"10", string, "space", "hms-ui">;
534
+ 11: import("@stitches/react/types/theme").Token<"11", string, "space", "hms-ui">;
535
+ 12: import("@stitches/react/types/theme").Token<"12", string, "space", "hms-ui">;
536
+ 13: import("@stitches/react/types/theme").Token<"13", string, "space", "hms-ui">;
537
+ 14: import("@stitches/react/types/theme").Token<"14", string, "space", "hms-ui">;
538
+ 15: import("@stitches/react/types/theme").Token<"15", string, "space", "hms-ui">;
539
+ 16: import("@stitches/react/types/theme").Token<"16", string, "space", "hms-ui">;
540
+ 17: import("@stitches/react/types/theme").Token<"17", string, "space", "hms-ui">;
541
+ 18: import("@stitches/react/types/theme").Token<"18", string, "space", "hms-ui">;
542
+ 19: import("@stitches/react/types/theme").Token<"19", string, "space", "hms-ui">;
543
+ 20: import("@stitches/react/types/theme").Token<"20", string, "space", "hms-ui">;
544
+ 24: import("@stitches/react/types/theme").Token<"24", string, "space", "hms-ui">;
545
+ 28: import("@stitches/react/types/theme").Token<"28", string, "space", "hms-ui">;
546
+ 32: import("@stitches/react/types/theme").Token<"32", string, "space", "hms-ui">;
547
+ 36: import("@stitches/react/types/theme").Token<"36", string, "space", "hms-ui">;
548
+ 40: import("@stitches/react/types/theme").Token<"40", string, "space", "hms-ui">;
549
+ 44: import("@stitches/react/types/theme").Token<"44", string, "space", "hms-ui">;
550
+ 48: import("@stitches/react/types/theme").Token<"48", string, "space", "hms-ui">;
551
+ 52: import("@stitches/react/types/theme").Token<"52", string, "space", "hms-ui">;
552
+ 56: import("@stitches/react/types/theme").Token<"56", string, "space", "hms-ui">;
553
+ 60: import("@stitches/react/types/theme").Token<"60", string, "space", "hms-ui">;
554
+ 64: import("@stitches/react/types/theme").Token<"64", string, "space", "hms-ui">;
555
+ 72: import("@stitches/react/types/theme").Token<"72", string, "space", "hms-ui">;
556
+ 80: import("@stitches/react/types/theme").Token<"80", string, "space", "hms-ui">;
557
+ 96: import("@stitches/react/types/theme").Token<"96", string, "space", "hms-ui">;
558
+ 100: import("@stitches/react/types/theme").Token<"100", string, "space", "hms-ui">;
559
559
  };
560
560
  borderWidths: {
561
- light: import("@stitches/react/types/theme").Token<"light", string, "borderWidths", `hms-ui-${string}`>;
562
- normal: import("@stitches/react/types/theme").Token<"normal", string, "borderWidths", `hms-ui-${string}`>;
563
- bold: import("@stitches/react/types/theme").Token<"bold", string, "borderWidths", `hms-ui-${string}`>;
564
- extrabold: import("@stitches/react/types/theme").Token<"extrabold", string, "borderWidths", `hms-ui-${string}`>;
565
- black: import("@stitches/react/types/theme").Token<"black", string, "borderWidths", `hms-ui-${string}`>;
561
+ light: import("@stitches/react/types/theme").Token<"light", string, "borderWidths", "hms-ui">;
562
+ normal: import("@stitches/react/types/theme").Token<"normal", string, "borderWidths", "hms-ui">;
563
+ bold: import("@stitches/react/types/theme").Token<"bold", string, "borderWidths", "hms-ui">;
564
+ extrabold: import("@stitches/react/types/theme").Token<"extrabold", string, "borderWidths", "hms-ui">;
565
+ black: import("@stitches/react/types/theme").Token<"black", string, "borderWidths", "hms-ui">;
566
566
  };
567
567
  }, createThemeBase: <Argument0 extends string | ({
568
568
  colors?: {
@@ -837,7 +837,7 @@ export declare const theme: string & {
837
837
  })>(nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1 | undefined) => string & {
838
838
  className: string;
839
839
  selector: string;
840
- } & (Argument0 extends string ? import("@stitches/react/types/stitches").ThemeTokens<Argument1, `hms-ui-${string}`> : import("@stitches/react/types/stitches").ThemeTokens<Argument0, `hms-ui-${string}`>), styled: <Type extends import("@stitches/react/types/util").Function | import("react").ComponentType<any> | keyof JSX.IntrinsicElements, Composers extends (string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> | {
840
+ } & (Argument0 extends string ? import("@stitches/react/types/stitches").ThemeTokens<Argument1, "hms-ui"> : import("@stitches/react/types/stitches").ThemeTokens<Argument0, "hms-ui">), styled: <Type extends import("@stitches/react/types/util").Function | import("react").ComponentType<any> | keyof JSX.IntrinsicElements, Composers extends (string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> | {
841
841
  [name: string]: unknown;
842
842
  })[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
843
843
  allowMotion: string;
@@ -3472,7 +3472,7 @@ export declare const theme: string & {
3472
3472
  '2xl': string;
3473
3473
  ls: string;
3474
3474
  }, CSS_1>, getCssText: () => string, config: {
3475
- prefix: `hms-ui-${string}`;
3475
+ prefix: "hms-ui";
3476
3476
  media: {
3477
3477
  allowMotion: string;
3478
3478
  sm: string;
@@ -3924,133 +3924,133 @@ export declare const createTheme: ({ themeType, theme, className, }: {
3924
3924
  selector: string;
3925
3925
  } & {
3926
3926
  colors: {
3927
- primary_default: import("@stitches/react/types/theme").Token<"primary_default", string, "colors", `hms-ui-${string}`>;
3928
- primary_bright: import("@stitches/react/types/theme").Token<"primary_bright", string, "colors", `hms-ui-${string}`>;
3929
- primary_dim: import("@stitches/react/types/theme").Token<"primary_dim", string, "colors", `hms-ui-${string}`>;
3930
- primary_disabled: import("@stitches/react/types/theme").Token<"primary_disabled", string, "colors", `hms-ui-${string}`>;
3931
- on_primary_high: import("@stitches/react/types/theme").Token<"on_primary_high", string, "colors", `hms-ui-${string}`>;
3932
- on_primary_medium: import("@stitches/react/types/theme").Token<"on_primary_medium", string, "colors", `hms-ui-${string}`>;
3933
- on_primary_low: import("@stitches/react/types/theme").Token<"on_primary_low", string, "colors", `hms-ui-${string}`>;
3934
- secondary_default: import("@stitches/react/types/theme").Token<"secondary_default", string, "colors", `hms-ui-${string}`>;
3935
- secondary_bright: import("@stitches/react/types/theme").Token<"secondary_bright", string, "colors", `hms-ui-${string}`>;
3936
- secondary_dim: import("@stitches/react/types/theme").Token<"secondary_dim", string, "colors", `hms-ui-${string}`>;
3937
- secondary_disabled: import("@stitches/react/types/theme").Token<"secondary_disabled", string, "colors", `hms-ui-${string}`>;
3938
- on_secondary_high: import("@stitches/react/types/theme").Token<"on_secondary_high", string, "colors", `hms-ui-${string}`>;
3939
- on_secondary_medium: import("@stitches/react/types/theme").Token<"on_secondary_medium", string, "colors", `hms-ui-${string}`>;
3940
- on_secondary_low: import("@stitches/react/types/theme").Token<"on_secondary_low", string, "colors", `hms-ui-${string}`>;
3941
- background_default: import("@stitches/react/types/theme").Token<"background_default", string, "colors", `hms-ui-${string}`>;
3942
- background_dim: import("@stitches/react/types/theme").Token<"background_dim", string, "colors", `hms-ui-${string}`>;
3943
- surface_default: import("@stitches/react/types/theme").Token<"surface_default", string, "colors", `hms-ui-${string}`>;
3944
- surface_bright: import("@stitches/react/types/theme").Token<"surface_bright", string, "colors", `hms-ui-${string}`>;
3945
- surface_brighter: import("@stitches/react/types/theme").Token<"surface_brighter", string, "colors", `hms-ui-${string}`>;
3946
- surface_dim: import("@stitches/react/types/theme").Token<"surface_dim", string, "colors", `hms-ui-${string}`>;
3947
- on_surface_high: import("@stitches/react/types/theme").Token<"on_surface_high", string, "colors", `hms-ui-${string}`>;
3948
- on_surface_medium: import("@stitches/react/types/theme").Token<"on_surface_medium", string, "colors", `hms-ui-${string}`>;
3949
- on_surface_low: import("@stitches/react/types/theme").Token<"on_surface_low", string, "colors", `hms-ui-${string}`>;
3950
- border_default: import("@stitches/react/types/theme").Token<"border_default", string, "colors", `hms-ui-${string}`>;
3951
- border_bright: import("@stitches/react/types/theme").Token<"border_bright", string, "colors", `hms-ui-${string}`>;
3952
- alert_success: import("@stitches/react/types/theme").Token<"alert_success", string, "colors", `hms-ui-${string}`>;
3953
- alert_warning: import("@stitches/react/types/theme").Token<"alert_warning", string, "colors", `hms-ui-${string}`>;
3954
- alert_error_default: import("@stitches/react/types/theme").Token<"alert_error_default", string, "colors", `hms-ui-${string}`>;
3955
- alert_error_bright: import("@stitches/react/types/theme").Token<"alert_error_bright", string, "colors", `hms-ui-${string}`>;
3956
- alert_error_brighter: import("@stitches/react/types/theme").Token<"alert_error_brighter", string, "colors", `hms-ui-${string}`>;
3957
- alert_error_dim: import("@stitches/react/types/theme").Token<"alert_error_dim", string, "colors", `hms-ui-${string}`>;
3927
+ primary_default: import("@stitches/react/types/theme").Token<"primary_default", string, "colors", "hms-ui">;
3928
+ primary_bright: import("@stitches/react/types/theme").Token<"primary_bright", string, "colors", "hms-ui">;
3929
+ primary_dim: import("@stitches/react/types/theme").Token<"primary_dim", string, "colors", "hms-ui">;
3930
+ primary_disabled: import("@stitches/react/types/theme").Token<"primary_disabled", string, "colors", "hms-ui">;
3931
+ on_primary_high: import("@stitches/react/types/theme").Token<"on_primary_high", string, "colors", "hms-ui">;
3932
+ on_primary_medium: import("@stitches/react/types/theme").Token<"on_primary_medium", string, "colors", "hms-ui">;
3933
+ on_primary_low: import("@stitches/react/types/theme").Token<"on_primary_low", string, "colors", "hms-ui">;
3934
+ secondary_default: import("@stitches/react/types/theme").Token<"secondary_default", string, "colors", "hms-ui">;
3935
+ secondary_bright: import("@stitches/react/types/theme").Token<"secondary_bright", string, "colors", "hms-ui">;
3936
+ secondary_dim: import("@stitches/react/types/theme").Token<"secondary_dim", string, "colors", "hms-ui">;
3937
+ secondary_disabled: import("@stitches/react/types/theme").Token<"secondary_disabled", string, "colors", "hms-ui">;
3938
+ on_secondary_high: import("@stitches/react/types/theme").Token<"on_secondary_high", string, "colors", "hms-ui">;
3939
+ on_secondary_medium: import("@stitches/react/types/theme").Token<"on_secondary_medium", string, "colors", "hms-ui">;
3940
+ on_secondary_low: import("@stitches/react/types/theme").Token<"on_secondary_low", string, "colors", "hms-ui">;
3941
+ background_default: import("@stitches/react/types/theme").Token<"background_default", string, "colors", "hms-ui">;
3942
+ background_dim: import("@stitches/react/types/theme").Token<"background_dim", string, "colors", "hms-ui">;
3943
+ surface_default: import("@stitches/react/types/theme").Token<"surface_default", string, "colors", "hms-ui">;
3944
+ surface_bright: import("@stitches/react/types/theme").Token<"surface_bright", string, "colors", "hms-ui">;
3945
+ surface_brighter: import("@stitches/react/types/theme").Token<"surface_brighter", string, "colors", "hms-ui">;
3946
+ surface_dim: import("@stitches/react/types/theme").Token<"surface_dim", string, "colors", "hms-ui">;
3947
+ on_surface_high: import("@stitches/react/types/theme").Token<"on_surface_high", string, "colors", "hms-ui">;
3948
+ on_surface_medium: import("@stitches/react/types/theme").Token<"on_surface_medium", string, "colors", "hms-ui">;
3949
+ on_surface_low: import("@stitches/react/types/theme").Token<"on_surface_low", string, "colors", "hms-ui">;
3950
+ border_default: import("@stitches/react/types/theme").Token<"border_default", string, "colors", "hms-ui">;
3951
+ border_bright: import("@stitches/react/types/theme").Token<"border_bright", string, "colors", "hms-ui">;
3952
+ alert_success: import("@stitches/react/types/theme").Token<"alert_success", string, "colors", "hms-ui">;
3953
+ alert_warning: import("@stitches/react/types/theme").Token<"alert_warning", string, "colors", "hms-ui">;
3954
+ alert_error_default: import("@stitches/react/types/theme").Token<"alert_error_default", string, "colors", "hms-ui">;
3955
+ alert_error_bright: import("@stitches/react/types/theme").Token<"alert_error_bright", string, "colors", "hms-ui">;
3956
+ alert_error_brighter: import("@stitches/react/types/theme").Token<"alert_error_brighter", string, "colors", "hms-ui">;
3957
+ alert_error_dim: import("@stitches/react/types/theme").Token<"alert_error_dim", string, "colors", "hms-ui">;
3958
3958
  };
3959
3959
  shadows: {
3960
- sm: import("@stitches/react/types/theme").Token<"sm", string, "shadows", `hms-ui-${string}`>;
3961
- md: import("@stitches/react/types/theme").Token<"md", string, "shadows", `hms-ui-${string}`>;
3960
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "shadows", "hms-ui">;
3961
+ md: import("@stitches/react/types/theme").Token<"md", string, "shadows", "hms-ui">;
3962
3962
  };
3963
3963
  fonts: {
3964
- sans: import("@stitches/react/types/theme").Token<"sans", string, "fonts", `hms-ui-${string}`>;
3964
+ sans: import("@stitches/react/types/theme").Token<"sans", string, "fonts", "hms-ui">;
3965
3965
  };
3966
3966
  fontSizes: {
3967
- h1: import("@stitches/react/types/theme").Token<"h1", string, "fontSizes", `hms-ui-${string}`>;
3968
- h2: import("@stitches/react/types/theme").Token<"h2", string, "fontSizes", `hms-ui-${string}`>;
3969
- h3: import("@stitches/react/types/theme").Token<"h3", string, "fontSizes", `hms-ui-${string}`>;
3970
- h4: import("@stitches/react/types/theme").Token<"h4", string, "fontSizes", `hms-ui-${string}`>;
3971
- h5: import("@stitches/react/types/theme").Token<"h5", string, "fontSizes", `hms-ui-${string}`>;
3972
- h6: import("@stitches/react/types/theme").Token<"h6", string, "fontSizes", `hms-ui-${string}`>;
3973
- tiny: import("@stitches/react/types/theme").Token<"tiny", string, "fontSizes", `hms-ui-${string}`>;
3974
- xs: import("@stitches/react/types/theme").Token<"xs", string, "fontSizes", `hms-ui-${string}`>;
3975
- sm: import("@stitches/react/types/theme").Token<"sm", string, "fontSizes", `hms-ui-${string}`>;
3976
- md: import("@stitches/react/types/theme").Token<"md", string, "fontSizes", `hms-ui-${string}`>;
3977
- lg: import("@stitches/react/types/theme").Token<"lg", string, "fontSizes", `hms-ui-${string}`>;
3967
+ h1: import("@stitches/react/types/theme").Token<"h1", string, "fontSizes", "hms-ui">;
3968
+ h2: import("@stitches/react/types/theme").Token<"h2", string, "fontSizes", "hms-ui">;
3969
+ h3: import("@stitches/react/types/theme").Token<"h3", string, "fontSizes", "hms-ui">;
3970
+ h4: import("@stitches/react/types/theme").Token<"h4", string, "fontSizes", "hms-ui">;
3971
+ h5: import("@stitches/react/types/theme").Token<"h5", string, "fontSizes", "hms-ui">;
3972
+ h6: import("@stitches/react/types/theme").Token<"h6", string, "fontSizes", "hms-ui">;
3973
+ tiny: import("@stitches/react/types/theme").Token<"tiny", string, "fontSizes", "hms-ui">;
3974
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "fontSizes", "hms-ui">;
3975
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "fontSizes", "hms-ui">;
3976
+ md: import("@stitches/react/types/theme").Token<"md", string, "fontSizes", "hms-ui">;
3977
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "fontSizes", "hms-ui">;
3978
3978
  };
3979
3979
  fontWeights: {
3980
- semiBold: import("@stitches/react/types/theme").Token<"semiBold", string, "fontWeights", `hms-ui-${string}`>;
3981
- medium: import("@stitches/react/types/theme").Token<"medium", string, "fontWeights", `hms-ui-${string}`>;
3982
- regular: import("@stitches/react/types/theme").Token<"regular", string, "fontWeights", `hms-ui-${string}`>;
3980
+ semiBold: import("@stitches/react/types/theme").Token<"semiBold", string, "fontWeights", "hms-ui">;
3981
+ medium: import("@stitches/react/types/theme").Token<"medium", string, "fontWeights", "hms-ui">;
3982
+ regular: import("@stitches/react/types/theme").Token<"regular", string, "fontWeights", "hms-ui">;
3983
3983
  };
3984
3984
  lineHeights: {
3985
- h1: import("@stitches/react/types/theme").Token<"h1", string, "lineHeights", `hms-ui-${string}`>;
3986
- h2: import("@stitches/react/types/theme").Token<"h2", string, "lineHeights", `hms-ui-${string}`>;
3987
- h3: import("@stitches/react/types/theme").Token<"h3", string, "lineHeights", `hms-ui-${string}`>;
3988
- h4: import("@stitches/react/types/theme").Token<"h4", string, "lineHeights", `hms-ui-${string}`>;
3989
- h5: import("@stitches/react/types/theme").Token<"h5", string, "lineHeights", `hms-ui-${string}`>;
3990
- h6: import("@stitches/react/types/theme").Token<"h6", string, "lineHeights", `hms-ui-${string}`>;
3991
- tiny: import("@stitches/react/types/theme").Token<"tiny", string, "lineHeights", `hms-ui-${string}`>;
3992
- xs: import("@stitches/react/types/theme").Token<"xs", string, "lineHeights", `hms-ui-${string}`>;
3993
- sm: import("@stitches/react/types/theme").Token<"sm", string, "lineHeights", `hms-ui-${string}`>;
3994
- md: import("@stitches/react/types/theme").Token<"md", string, "lineHeights", `hms-ui-${string}`>;
3985
+ h1: import("@stitches/react/types/theme").Token<"h1", string, "lineHeights", "hms-ui">;
3986
+ h2: import("@stitches/react/types/theme").Token<"h2", string, "lineHeights", "hms-ui">;
3987
+ h3: import("@stitches/react/types/theme").Token<"h3", string, "lineHeights", "hms-ui">;
3988
+ h4: import("@stitches/react/types/theme").Token<"h4", string, "lineHeights", "hms-ui">;
3989
+ h5: import("@stitches/react/types/theme").Token<"h5", string, "lineHeights", "hms-ui">;
3990
+ h6: import("@stitches/react/types/theme").Token<"h6", string, "lineHeights", "hms-ui">;
3991
+ tiny: import("@stitches/react/types/theme").Token<"tiny", string, "lineHeights", "hms-ui">;
3992
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "lineHeights", "hms-ui">;
3993
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "lineHeights", "hms-ui">;
3994
+ md: import("@stitches/react/types/theme").Token<"md", string, "lineHeights", "hms-ui">;
3995
3995
  };
3996
3996
  radii: {
3997
- 0: import("@stitches/react/types/theme").Token<"0", string, "radii", `hms-ui-${string}`>;
3998
- 1: import("@stitches/react/types/theme").Token<"1", string, "radii", `hms-ui-${string}`>;
3999
- 2: import("@stitches/react/types/theme").Token<"2", string, "radii", `hms-ui-${string}`>;
4000
- 3: import("@stitches/react/types/theme").Token<"3", string, "radii", `hms-ui-${string}`>;
4001
- 4: import("@stitches/react/types/theme").Token<"4", string, "radii", `hms-ui-${string}`>;
4002
- round: import("@stitches/react/types/theme").Token<"round", string, "radii", `hms-ui-${string}`>;
3997
+ 0: import("@stitches/react/types/theme").Token<"0", string, "radii", "hms-ui">;
3998
+ 1: import("@stitches/react/types/theme").Token<"1", string, "radii", "hms-ui">;
3999
+ 2: import("@stitches/react/types/theme").Token<"2", string, "radii", "hms-ui">;
4000
+ 3: import("@stitches/react/types/theme").Token<"3", string, "radii", "hms-ui">;
4001
+ 4: import("@stitches/react/types/theme").Token<"4", string, "radii", "hms-ui">;
4002
+ round: import("@stitches/react/types/theme").Token<"round", string, "radii", "hms-ui">;
4003
4003
  };
4004
4004
  space: {
4005
- 0: import("@stitches/react/types/theme").Token<"0", string, "space", `hms-ui-${string}`>;
4006
- xs: import("@stitches/react/types/theme").Token<"xs", string, "space", `hms-ui-${string}`>;
4007
- sm: import("@stitches/react/types/theme").Token<"sm", string, "space", `hms-ui-${string}`>;
4008
- md: import("@stitches/react/types/theme").Token<"md", string, "space", `hms-ui-${string}`>;
4009
- lg: import("@stitches/react/types/theme").Token<"lg", string, "space", `hms-ui-${string}`>;
4010
- xl: import("@stitches/react/types/theme").Token<"xl", string, "space", `hms-ui-${string}`>;
4011
- px: import("@stitches/react/types/theme").Token<"px", string, "space", `hms-ui-${string}`>;
4012
- 1: import("@stitches/react/types/theme").Token<"1", string, "space", `hms-ui-${string}`>;
4013
- 2: import("@stitches/react/types/theme").Token<"2", string, "space", `hms-ui-${string}`>;
4014
- 3: import("@stitches/react/types/theme").Token<"3", string, "space", `hms-ui-${string}`>;
4015
- 4: import("@stitches/react/types/theme").Token<"4", string, "space", `hms-ui-${string}`>;
4016
- 5: import("@stitches/react/types/theme").Token<"5", string, "space", `hms-ui-${string}`>;
4017
- 6: import("@stitches/react/types/theme").Token<"6", string, "space", `hms-ui-${string}`>;
4018
- 7: import("@stitches/react/types/theme").Token<"7", string, "space", `hms-ui-${string}`>;
4019
- 8: import("@stitches/react/types/theme").Token<"8", string, "space", `hms-ui-${string}`>;
4020
- 9: import("@stitches/react/types/theme").Token<"9", string, "space", `hms-ui-${string}`>;
4021
- 10: import("@stitches/react/types/theme").Token<"10", string, "space", `hms-ui-${string}`>;
4022
- 11: import("@stitches/react/types/theme").Token<"11", string, "space", `hms-ui-${string}`>;
4023
- 12: import("@stitches/react/types/theme").Token<"12", string, "space", `hms-ui-${string}`>;
4024
- 13: import("@stitches/react/types/theme").Token<"13", string, "space", `hms-ui-${string}`>;
4025
- 14: import("@stitches/react/types/theme").Token<"14", string, "space", `hms-ui-${string}`>;
4026
- 15: import("@stitches/react/types/theme").Token<"15", string, "space", `hms-ui-${string}`>;
4027
- 16: import("@stitches/react/types/theme").Token<"16", string, "space", `hms-ui-${string}`>;
4028
- 17: import("@stitches/react/types/theme").Token<"17", string, "space", `hms-ui-${string}`>;
4029
- 18: import("@stitches/react/types/theme").Token<"18", string, "space", `hms-ui-${string}`>;
4030
- 19: import("@stitches/react/types/theme").Token<"19", string, "space", `hms-ui-${string}`>;
4031
- 20: import("@stitches/react/types/theme").Token<"20", string, "space", `hms-ui-${string}`>;
4032
- 24: import("@stitches/react/types/theme").Token<"24", string, "space", `hms-ui-${string}`>;
4033
- 28: import("@stitches/react/types/theme").Token<"28", string, "space", `hms-ui-${string}`>;
4034
- 32: import("@stitches/react/types/theme").Token<"32", string, "space", `hms-ui-${string}`>;
4035
- 36: import("@stitches/react/types/theme").Token<"36", string, "space", `hms-ui-${string}`>;
4036
- 40: import("@stitches/react/types/theme").Token<"40", string, "space", `hms-ui-${string}`>;
4037
- 44: import("@stitches/react/types/theme").Token<"44", string, "space", `hms-ui-${string}`>;
4038
- 48: import("@stitches/react/types/theme").Token<"48", string, "space", `hms-ui-${string}`>;
4039
- 52: import("@stitches/react/types/theme").Token<"52", string, "space", `hms-ui-${string}`>;
4040
- 56: import("@stitches/react/types/theme").Token<"56", string, "space", `hms-ui-${string}`>;
4041
- 60: import("@stitches/react/types/theme").Token<"60", string, "space", `hms-ui-${string}`>;
4042
- 64: import("@stitches/react/types/theme").Token<"64", string, "space", `hms-ui-${string}`>;
4043
- 72: import("@stitches/react/types/theme").Token<"72", string, "space", `hms-ui-${string}`>;
4044
- 80: import("@stitches/react/types/theme").Token<"80", string, "space", `hms-ui-${string}`>;
4045
- 96: import("@stitches/react/types/theme").Token<"96", string, "space", `hms-ui-${string}`>;
4046
- 100: import("@stitches/react/types/theme").Token<"100", string, "space", `hms-ui-${string}`>;
4005
+ 0: import("@stitches/react/types/theme").Token<"0", string, "space", "hms-ui">;
4006
+ xs: import("@stitches/react/types/theme").Token<"xs", string, "space", "hms-ui">;
4007
+ sm: import("@stitches/react/types/theme").Token<"sm", string, "space", "hms-ui">;
4008
+ md: import("@stitches/react/types/theme").Token<"md", string, "space", "hms-ui">;
4009
+ lg: import("@stitches/react/types/theme").Token<"lg", string, "space", "hms-ui">;
4010
+ xl: import("@stitches/react/types/theme").Token<"xl", string, "space", "hms-ui">;
4011
+ px: import("@stitches/react/types/theme").Token<"px", string, "space", "hms-ui">;
4012
+ 1: import("@stitches/react/types/theme").Token<"1", string, "space", "hms-ui">;
4013
+ 2: import("@stitches/react/types/theme").Token<"2", string, "space", "hms-ui">;
4014
+ 3: import("@stitches/react/types/theme").Token<"3", string, "space", "hms-ui">;
4015
+ 4: import("@stitches/react/types/theme").Token<"4", string, "space", "hms-ui">;
4016
+ 5: import("@stitches/react/types/theme").Token<"5", string, "space", "hms-ui">;
4017
+ 6: import("@stitches/react/types/theme").Token<"6", string, "space", "hms-ui">;
4018
+ 7: import("@stitches/react/types/theme").Token<"7", string, "space", "hms-ui">;
4019
+ 8: import("@stitches/react/types/theme").Token<"8", string, "space", "hms-ui">;
4020
+ 9: import("@stitches/react/types/theme").Token<"9", string, "space", "hms-ui">;
4021
+ 10: import("@stitches/react/types/theme").Token<"10", string, "space", "hms-ui">;
4022
+ 11: import("@stitches/react/types/theme").Token<"11", string, "space", "hms-ui">;
4023
+ 12: import("@stitches/react/types/theme").Token<"12", string, "space", "hms-ui">;
4024
+ 13: import("@stitches/react/types/theme").Token<"13", string, "space", "hms-ui">;
4025
+ 14: import("@stitches/react/types/theme").Token<"14", string, "space", "hms-ui">;
4026
+ 15: import("@stitches/react/types/theme").Token<"15", string, "space", "hms-ui">;
4027
+ 16: import("@stitches/react/types/theme").Token<"16", string, "space", "hms-ui">;
4028
+ 17: import("@stitches/react/types/theme").Token<"17", string, "space", "hms-ui">;
4029
+ 18: import("@stitches/react/types/theme").Token<"18", string, "space", "hms-ui">;
4030
+ 19: import("@stitches/react/types/theme").Token<"19", string, "space", "hms-ui">;
4031
+ 20: import("@stitches/react/types/theme").Token<"20", string, "space", "hms-ui">;
4032
+ 24: import("@stitches/react/types/theme").Token<"24", string, "space", "hms-ui">;
4033
+ 28: import("@stitches/react/types/theme").Token<"28", string, "space", "hms-ui">;
4034
+ 32: import("@stitches/react/types/theme").Token<"32", string, "space", "hms-ui">;
4035
+ 36: import("@stitches/react/types/theme").Token<"36", string, "space", "hms-ui">;
4036
+ 40: import("@stitches/react/types/theme").Token<"40", string, "space", "hms-ui">;
4037
+ 44: import("@stitches/react/types/theme").Token<"44", string, "space", "hms-ui">;
4038
+ 48: import("@stitches/react/types/theme").Token<"48", string, "space", "hms-ui">;
4039
+ 52: import("@stitches/react/types/theme").Token<"52", string, "space", "hms-ui">;
4040
+ 56: import("@stitches/react/types/theme").Token<"56", string, "space", "hms-ui">;
4041
+ 60: import("@stitches/react/types/theme").Token<"60", string, "space", "hms-ui">;
4042
+ 64: import("@stitches/react/types/theme").Token<"64", string, "space", "hms-ui">;
4043
+ 72: import("@stitches/react/types/theme").Token<"72", string, "space", "hms-ui">;
4044
+ 80: import("@stitches/react/types/theme").Token<"80", string, "space", "hms-ui">;
4045
+ 96: import("@stitches/react/types/theme").Token<"96", string, "space", "hms-ui">;
4046
+ 100: import("@stitches/react/types/theme").Token<"100", string, "space", "hms-ui">;
4047
4047
  };
4048
4048
  borderWidths: {
4049
- light: import("@stitches/react/types/theme").Token<"light", string, "borderWidths", `hms-ui-${string}`>;
4050
- normal: import("@stitches/react/types/theme").Token<"normal", string, "borderWidths", `hms-ui-${string}`>;
4051
- bold: import("@stitches/react/types/theme").Token<"bold", string, "borderWidths", `hms-ui-${string}`>;
4052
- extrabold: import("@stitches/react/types/theme").Token<"extrabold", string, "borderWidths", `hms-ui-${string}`>;
4053
- black: import("@stitches/react/types/theme").Token<"black", string, "borderWidths", `hms-ui-${string}`>;
4049
+ light: import("@stitches/react/types/theme").Token<"light", string, "borderWidths", "hms-ui">;
4050
+ normal: import("@stitches/react/types/theme").Token<"normal", string, "borderWidths", "hms-ui">;
4051
+ bold: import("@stitches/react/types/theme").Token<"bold", string, "borderWidths", "hms-ui">;
4052
+ extrabold: import("@stitches/react/types/theme").Token<"extrabold", string, "borderWidths", "hms-ui">;
4053
+ black: import("@stitches/react/types/theme").Token<"black", string, "borderWidths", "hms-ui">;
4054
4054
  };
4055
4055
  }> | undefined;
4056
4056
  }) => string & {
@@ -4186,6 +4186,6 @@ export declare const createTheme: ({ themeType, theme, className, }: {
4186
4186
  extrabold: string;
4187
4187
  black: string;
4188
4188
  };
4189
- }, `hms-ui-${string}`>;
4189
+ }, "hms-ui">;
4190
4190
  export declare type CSS = Stitches.CSS<typeof HmsStitches>;
4191
4191
  export {};