@obolnetwork/obol-ui 1.0.91 → 1.0.93

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.
Files changed (40) hide show
  1. package/dist/components/atoms/Avatar/Avatar.d.ts +2 -0
  2. package/dist/components/atoms/Box/Box.d.ts +1 -0
  3. package/dist/components/atoms/Button/Button.d.ts +1 -0
  4. package/dist/components/atoms/Checkbox/Checkbox.d.ts +1 -0
  5. package/dist/components/atoms/Container/Container.d.ts +2 -0
  6. package/dist/components/atoms/Flex/Flex.d.ts +1 -0
  7. package/dist/components/atoms/Grid/Grid.d.ts +1 -0
  8. package/dist/components/atoms/IconButton/IconButton.d.ts +1 -0
  9. package/dist/components/atoms/Image/Image.d.ts +1 -0
  10. package/dist/components/atoms/Link/Link.d.ts +1 -0
  11. package/dist/components/atoms/NavigationMenu/NavigationMenu.d.ts +5 -0
  12. package/dist/components/atoms/Separator/Separator.d.ts +1 -0
  13. package/dist/components/atoms/Skeleton/Skeleton.d.ts +489 -0
  14. package/dist/components/atoms/Spin/Spin.d.ts +2 -1
  15. package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +2 -1
  16. package/dist/components/atoms/Switch/Switch.d.ts +2 -0
  17. package/dist/components/atoms/Text/Text.d.ts +4 -3
  18. package/dist/components/atoms/TextField/TextField.d.ts +4 -0
  19. package/dist/components/atoms/Toggle/Toggle.d.ts +2 -0
  20. package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +2 -0
  21. package/dist/components/atoms/index.d.ts +1 -0
  22. package/dist/components/icons/GlowIconBox.d.ts +1 -0
  23. package/dist/components/icons/Planet.d.ts +1 -0
  24. package/dist/components/molecules/Accordion/Accordion.d.ts +2 -0
  25. package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +2 -0
  26. package/dist/components/molecules/Card/Card.d.ts +4 -0
  27. package/dist/components/molecules/Dialog/Dialog.d.ts +6 -0
  28. package/dist/components/molecules/MetricWidget/MetricWidget.d.ts +1 -0
  29. package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +2 -0
  30. package/dist/components/molecules/Profile/Profile.d.ts +1 -0
  31. package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +3 -0
  32. package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +2 -1
  33. package/dist/components/molecules/Table/TableV2.d.ts +1 -0
  34. package/dist/components/molecules/Tabs/Tabs.d.ts +4 -0
  35. package/dist/components/utils/color-variants.d.ts +1 -0
  36. package/dist/components/utils/styles.d.ts +1 -0
  37. package/dist/index.es.js +1 -1
  38. package/dist/index.js +1 -1
  39. package/dist/stitches.config.d.ts +10 -0
  40. package/package.json +1 -1
@@ -83,6 +83,7 @@ export declare const SwitchRoot: import("@stitches/react/types/styled-component"
83
83
  bg05: string;
84
84
  tooltip: string;
85
85
  tooltip2: string;
86
+ skeletonBg: string;
86
87
  };
87
88
  space: {
88
89
  1: string;
@@ -569,6 +570,7 @@ export declare const SwitchThumb: import("@stitches/react/types/styled-component
569
570
  bg05: string;
570
571
  tooltip: string;
571
572
  tooltip2: string;
573
+ skeletonBg: string;
572
574
  };
573
575
  space: {
574
576
  1: string;
@@ -3,7 +3,7 @@ import type * as Stitches from "@stitches/react";
3
3
  export declare const Text: import("@stitches/react/types/styled-component").StyledComponent<"span", {
4
4
  variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | undefined;
5
5
  size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
6
- color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | undefined;
6
+ color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | undefined;
7
7
  glow?: boolean | "true" | undefined;
8
8
  inline?: boolean | "true" | undefined;
9
9
  }, {
@@ -89,6 +89,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
89
89
  bg05: string;
90
90
  tooltip: string;
91
91
  tooltip2: string;
92
+ skeletonBg: string;
92
93
  };
93
94
  space: {
94
95
  1: string;
@@ -496,7 +497,7 @@ export default Text;
496
497
  export declare const TextStory: (props: Omit<import("@stitches/react/types/styled-component").TransformProps<{
497
498
  variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | undefined;
498
499
  size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
499
- color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | undefined;
500
+ color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | undefined;
500
501
  glow?: boolean | "true" | undefined;
501
502
  inline?: boolean | "true" | undefined;
502
503
  }, {
@@ -513,7 +514,7 @@ export declare const TextStory: (props: Omit<import("@stitches/react/types/style
513
514
  }>, "color" | "size" | "inline" | "variant" | "glow"> & {
514
515
  variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | undefined;
515
516
  size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
516
- color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | undefined;
517
+ color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | undefined;
517
518
  glow?: boolean | undefined;
518
519
  inline?: boolean | undefined;
519
520
  } & {
@@ -85,6 +85,7 @@ export declare const TextField: import("@stitches/react/types/styled-component")
85
85
  bg05: string;
86
86
  tooltip: string;
87
87
  tooltip2: string;
88
+ skeletonBg: string;
88
89
  };
89
90
  space: {
90
91
  1: string;
@@ -573,6 +574,7 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
573
574
  bg05: string;
574
575
  tooltip: string;
575
576
  tooltip2: string;
577
+ skeletonBg: string;
576
578
  };
577
579
  space: {
578
580
  1: string;
@@ -1064,6 +1066,7 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
1064
1066
  bg05: string;
1065
1067
  tooltip: string;
1066
1068
  tooltip2: string;
1069
+ skeletonBg: string;
1067
1070
  };
1068
1071
  space: {
1069
1072
  1: string;
@@ -1556,6 +1559,7 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
1556
1559
  bg05: string;
1557
1560
  tooltip: string;
1558
1561
  tooltip2: string;
1562
+ skeletonBg: string;
1559
1563
  };
1560
1564
  space: {
1561
1565
  1: string;
@@ -83,6 +83,7 @@ export declare const ToggleGroup: import("@stitches/react/types/styled-component
83
83
  bg05: string;
84
84
  tooltip: string;
85
85
  tooltip2: string;
86
+ skeletonBg: string;
86
87
  };
87
88
  space: {
88
89
  1: string;
@@ -569,6 +570,7 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
569
570
  bg05: string;
570
571
  tooltip: string;
571
572
  tooltip2: string;
573
+ skeletonBg: string;
572
574
  };
573
575
  space: {
574
576
  1: string;
@@ -83,6 +83,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
83
83
  bg05: string;
84
84
  tooltip: string;
85
85
  tooltip2: string;
86
+ skeletonBg: string;
86
87
  };
87
88
  space: {
88
89
  1: string;
@@ -568,6 +569,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
568
569
  bg05: string;
569
570
  tooltip: string;
570
571
  tooltip2: string;
572
+ skeletonBg: string;
571
573
  };
572
574
  space: {
573
575
  1: string;
@@ -23,3 +23,4 @@ export * from "./Badge/Badge";
23
23
  export * from "./TextNumberWithUnit/TextNumberWithUnit";
24
24
  export * from "./Grid/Grid";
25
25
  export * from "./Separator/Separator";
26
+ export * from "./Skeleton/Skeleton";
@@ -83,6 +83,7 @@ export declare const GlowIconBox: import("@stitches/react/types/styled-component
83
83
  bg05: string;
84
84
  tooltip: string;
85
85
  tooltip2: string;
86
+ skeletonBg: string;
86
87
  };
87
88
  space: {
88
89
  1: string;
@@ -85,6 +85,7 @@ declare const SvgIconPlanet: import("@stitches/react/types/styled-component").St
85
85
  bg05: string;
86
86
  tooltip: string;
87
87
  tooltip2: string;
88
+ skeletonBg: string;
88
89
  };
89
90
  space: {
90
91
  1: string;
@@ -83,6 +83,7 @@ export declare const Root: import("@stitches/react/types/styled-component").Styl
83
83
  bg05: string;
84
84
  tooltip: string;
85
85
  tooltip2: string;
86
+ skeletonBg: string;
86
87
  };
87
88
  space: {
88
89
  1: string;
@@ -569,6 +570,7 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
569
570
  bg05: string;
570
571
  tooltip: string;
571
572
  tooltip2: string;
573
+ skeletonBg: string;
572
574
  };
573
575
  space: {
574
576
  1: string;
@@ -89,6 +89,7 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
89
89
  bg05: string;
90
90
  tooltip: string;
91
91
  tooltip2: string;
92
+ skeletonBg: string;
92
93
  };
93
94
  space: {
94
95
  1: string;
@@ -574,6 +575,7 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
574
575
  bg05: string;
575
576
  tooltip: string;
576
577
  tooltip2: string;
578
+ skeletonBg: string;
577
579
  };
578
580
  space: {
579
581
  1: string;
@@ -98,6 +98,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
98
98
  bg05: string;
99
99
  tooltip: string;
100
100
  tooltip2: string;
101
+ skeletonBg: string;
101
102
  };
102
103
  space: {
103
104
  1: string;
@@ -583,6 +584,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
583
584
  bg05: string;
584
585
  tooltip: string;
585
586
  tooltip2: string;
587
+ skeletonBg: string;
586
588
  };
587
589
  space: {
588
590
  1: string;
@@ -1069,6 +1071,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
1069
1071
  bg05: string;
1070
1072
  tooltip: string;
1071
1073
  tooltip2: string;
1074
+ skeletonBg: string;
1072
1075
  };
1073
1076
  space: {
1074
1077
  1: string;
@@ -1558,6 +1561,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
1558
1561
  bg05: string;
1559
1562
  tooltip: string;
1560
1563
  tooltip2: string;
1564
+ skeletonBg: string;
1561
1565
  };
1562
1566
  space: {
1563
1567
  1: string;
@@ -84,6 +84,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
84
84
  bg05: string;
85
85
  tooltip: string;
86
86
  tooltip2: string;
87
+ skeletonBg: string;
87
88
  };
88
89
  space: {
89
90
  1: string;
@@ -574,6 +575,7 @@ export declare const DialogTitle: import("@stitches/react/types/styled-component
574
575
  bg05: string;
575
576
  tooltip: string;
576
577
  tooltip2: string;
578
+ skeletonBg: string;
577
579
  };
578
580
  space: {
579
581
  1: string;
@@ -1060,6 +1062,7 @@ export declare const DialogDescription: import("@stitches/react/types/styled-com
1060
1062
  bg05: string;
1061
1063
  tooltip: string;
1062
1064
  tooltip2: string;
1065
+ skeletonBg: string;
1063
1066
  };
1064
1067
  space: {
1065
1068
  1: string;
@@ -1547,6 +1550,7 @@ export declare const DialogStyledContent: import("@stitches/react/types/styled-c
1547
1550
  bg05: string;
1548
1551
  tooltip: string;
1549
1552
  tooltip2: string;
1553
+ skeletonBg: string;
1550
1554
  };
1551
1555
  space: {
1552
1556
  1: string;
@@ -2033,6 +2037,7 @@ export declare const DialogOverlay: import("@stitches/react/types/styled-compone
2033
2037
  bg05: string;
2034
2038
  tooltip: string;
2035
2039
  tooltip2: string;
2040
+ skeletonBg: string;
2036
2041
  };
2037
2042
  space: {
2038
2043
  1: string;
@@ -2520,6 +2525,7 @@ export declare const DialogIconButton: import("@stitches/react/types/styled-comp
2520
2525
  bg05: string;
2521
2526
  tooltip: string;
2522
2527
  tooltip2: string;
2528
+ skeletonBg: string;
2523
2529
  };
2524
2530
  space: {
2525
2531
  1: string;
@@ -5,6 +5,7 @@ declare type BaseMetricWidgetProps = {
5
5
  heading: string;
6
6
  tooltipContent?: string;
7
7
  css?: CSS;
8
+ isLoading?: boolean;
8
9
  };
9
10
  export declare type MetricWidgetProps = (BaseMetricWidgetProps & {
10
11
  status: ClusterAndValidatorStatus;
@@ -82,6 +82,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
82
82
  bg05: string;
83
83
  tooltip: string;
84
84
  tooltip2: string;
85
+ skeletonBg: string;
85
86
  };
86
87
  space: {
87
88
  1: string;
@@ -567,6 +568,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
567
568
  bg05: string;
568
569
  tooltip: string;
569
570
  tooltip2: string;
571
+ skeletonBg: string;
570
572
  };
571
573
  space: {
572
574
  1: string;
@@ -5,5 +5,6 @@ export declare type ProfileProps = {
5
5
  date?: Date;
6
6
  credential?: string;
7
7
  css?: CSS;
8
+ isLoading?: boolean;
8
9
  };
9
10
  export declare const Profile: (props: ProfileProps) => import("react/jsx-runtime").JSX.Element;
@@ -84,6 +84,7 @@ export declare const RadioGroupRadio: import("@stitches/react/types/styled-compo
84
84
  bg05: string;
85
85
  tooltip: string;
86
86
  tooltip2: string;
87
+ skeletonBg: string;
87
88
  };
88
89
  space: {
89
90
  1: string;
@@ -570,6 +571,7 @@ export declare const RadioGroupIndicator: import("@stitches/react/types/styled-c
570
571
  bg05: string;
571
572
  tooltip: string;
572
573
  tooltip2: string;
574
+ skeletonBg: string;
573
575
  };
574
576
  space: {
575
577
  1: string;
@@ -1056,6 +1058,7 @@ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-c
1056
1058
  bg05: string;
1057
1059
  tooltip: string;
1058
1060
  tooltip2: string;
1061
+ skeletonBg: string;
1059
1062
  };
1060
1063
  space: {
1061
1064
  1: string;
@@ -4,7 +4,6 @@ import * as DialogPrimitive from "@radix-ui/react-dialog";
4
4
  interface ResponsiveDialogComponentProps {
5
5
  open?: boolean;
6
6
  setOpen?: (open: boolean) => void;
7
- css?: CSS;
8
7
  children: ReactNode;
9
8
  }
10
9
  export declare const ResponsiveDialogComponent: React.FC<ResponsiveDialogComponentProps>;
@@ -91,6 +90,7 @@ export declare const ResponsiveDialogStyledContent: import("@stitches/react/type
91
90
  bg05: string;
92
91
  tooltip: string;
93
92
  tooltip2: string;
93
+ skeletonBg: string;
94
94
  };
95
95
  space: {
96
96
  1: string;
@@ -577,6 +577,7 @@ export declare const ResponsiveDialogIconButton: import("@stitches/react/types/s
577
577
  bg05: string;
578
578
  tooltip: string;
579
579
  tooltip2: string;
580
+ skeletonBg: string;
580
581
  };
581
582
  space: {
582
583
  1: string;
@@ -11,6 +11,7 @@ interface ContainerProps {
11
11
  tabs: TabData[];
12
12
  tabListCta?: React.ReactNode;
13
13
  css?: CSS;
14
+ isLoading?: boolean;
14
15
  rowClickHandler?: (row: any) => void;
15
16
  }
16
17
  interface BadgeCountProps {
@@ -83,6 +83,7 @@ export declare const Tabs: import("@stitches/react/types/styled-component").Styl
83
83
  bg05: string;
84
84
  tooltip: string;
85
85
  tooltip2: string;
86
+ skeletonBg: string;
86
87
  };
87
88
  space: {
88
89
  1: string;
@@ -569,6 +570,7 @@ export declare const TabsList: import("@stitches/react/types/styled-component").
569
570
  bg05: string;
570
571
  tooltip: string;
571
572
  tooltip2: string;
573
+ skeletonBg: string;
572
574
  };
573
575
  space: {
574
576
  1: string;
@@ -1057,6 +1059,7 @@ export declare const TabsTrigger: import("@stitches/react/types/styled-component
1057
1059
  bg05: string;
1058
1060
  tooltip: string;
1059
1061
  tooltip2: string;
1062
+ skeletonBg: string;
1060
1063
  };
1061
1064
  space: {
1062
1065
  1: string;
@@ -1543,6 +1546,7 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
1543
1546
  bg05: string;
1544
1547
  tooltip: string;
1545
1548
  tooltip2: string;
1549
+ skeletonBg: string;
1546
1550
  };
1547
1551
  space: {
1548
1552
  1: string;
@@ -58,6 +58,7 @@ declare const COLORS: {
58
58
  bg05: import("@stitches/react/types/theme").Token<"bg05", string, "colors", "">;
59
59
  tooltip: import("@stitches/react/types/theme").Token<"tooltip", string, "colors", "">;
60
60
  tooltip2: import("@stitches/react/types/theme").Token<"tooltip2", string, "colors", "">;
61
+ skeletonBg: import("@stitches/react/types/theme").Token<"skeletonBg", string, "colors", "">;
61
62
  };
62
63
  declare type MappedColor = {
63
64
  [K in keyof typeof COLORS]: {
@@ -81,6 +81,7 @@ export declare const GlowIcon: import("@stitches/react/types/styled-component").
81
81
  bg05: string;
82
82
  tooltip: string;
83
83
  tooltip2: string;
84
+ skeletonBg: string;
84
85
  };
85
86
  space: {
86
87
  1: string;