@bundle-stats/ui 4.22.2 → 4.23.0-beta.1

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 (227) hide show
  1. package/.babelrc.js +65 -24
  2. package/globals.d.ts +13 -0
  3. package/lib/app/app.js +3 -0
  4. package/lib/app/app.js.map +1 -1
  5. package/lib/app/app.module.css +11 -1
  6. package/lib/components/bundle-modules/index.js.map +1 -1
  7. package/lib/components/delta/delta.js +3 -13
  8. package/lib/components/delta/delta.js.map +1 -1
  9. package/lib/components/delta/delta.module.css +13 -12
  10. package/lib/components/delta/index.js.map +1 -1
  11. package/lib/components/index.js +3 -1
  12. package/lib/components/index.js.map +1 -1
  13. package/lib/components/insight-icon/insight-icon.module.css +6 -6
  14. package/lib/components/job-name/job-name.js +1 -2
  15. package/lib/components/job-name/job-name.js.map +1 -1
  16. package/lib/components/metric-change-legend/index.js +18 -0
  17. package/lib/components/metric-change-legend/index.js.map +1 -0
  18. package/lib/components/metric-change-legend/metric-change-legend.js +91 -0
  19. package/lib/components/metric-change-legend/metric-change-legend.js.map +1 -0
  20. package/lib/components/metric-change-legend/metric-change-legend.module.css +69 -0
  21. package/lib/components/metric-run-info/metric-run-info.js +30 -7
  22. package/lib/components/metric-run-info/metric-run-info.js.map +1 -1
  23. package/lib/components/metrics-display-selector/metrics-display-selector.js +7 -9
  24. package/lib/components/metrics-display-selector/metrics-display-selector.js.map +1 -1
  25. package/lib/components/metrics-display-selector/metrics-display-selector.module.css +0 -25
  26. package/lib/components/metrics-table-header/metrics-table-header.js +8 -8
  27. package/lib/components/metrics-table-header/metrics-table-header.js.map +1 -1
  28. package/lib/components/metrics-table-header/metrics-table-header.module.css +8 -12
  29. package/lib/components/metrics-table-options/metrics-table-options.js +1 -1
  30. package/lib/components/metrics-table-options/metrics-table-options.js.map +1 -1
  31. package/lib/components/metrics-table-title/metrics-table-title.js +1 -1
  32. package/lib/components/metrics-table-title/metrics-table-title.js.map +1 -1
  33. package/lib/components/run-info/run-info.js +26 -14
  34. package/lib/components/run-info/run-info.js.map +1 -1
  35. package/lib/components/run-info/run-info.module.css +35 -26
  36. package/lib/components/summary/summary.js +9 -10
  37. package/lib/components/summary/summary.js.map +1 -1
  38. package/lib/components/summary/summary.module.css +60 -10
  39. package/lib/constants.js +13 -1
  40. package/lib/constants.js.map +1 -1
  41. package/lib/css/default.css +1 -1
  42. package/lib/css/variables.css +71 -58
  43. package/lib/hooks/rows-sort.js +13 -12
  44. package/lib/hooks/rows-sort.js.map +1 -1
  45. package/lib/ui/button/button.js.map +1 -1
  46. package/lib/ui/dialog/dialog.js +4 -2
  47. package/lib/ui/dialog/dialog.js.map +1 -1
  48. package/lib/ui/dialog/dialog.module.css +22 -0
  49. package/lib/ui/dropdown/dropdown.js +4 -3
  50. package/lib/ui/dropdown/dropdown.js.map +1 -1
  51. package/lib/ui/dropdown/dropdown.module.css +11 -0
  52. package/lib/ui/empty-set/empty-set.js +3 -3
  53. package/lib/ui/empty-set/empty-set.js.map +1 -1
  54. package/lib/ui/hover-card/hover-card.js +1 -1
  55. package/lib/ui/hover-card/hover-card.js.map +1 -1
  56. package/lib/ui/hover-card/hover-card.module.css +14 -0
  57. package/lib/ui/table/table.module.css +0 -1
  58. package/lib/ui/tooltip/tooltip.js +1 -1
  59. package/lib/ui/tooltip/tooltip.js.map +1 -1
  60. package/lib/ui/tooltip/tooltip.module.css +11 -0
  61. package/lib-esm/app/app.js +4 -1
  62. package/lib-esm/app/app.js.map +1 -1
  63. package/lib-esm/app/app.module.css +11 -1
  64. package/lib-esm/components/bundle-modules/index.js.map +1 -1
  65. package/lib-esm/components/delta/delta.js +3 -13
  66. package/lib-esm/components/delta/delta.js.map +1 -1
  67. package/lib-esm/components/delta/delta.module.css +13 -12
  68. package/lib-esm/components/delta/index.js.map +1 -1
  69. package/lib-esm/components/index.js +1 -0
  70. package/lib-esm/components/index.js.map +1 -1
  71. package/lib-esm/components/insight-icon/insight-icon.module.css +6 -6
  72. package/lib-esm/components/job-name/job-name.js +1 -2
  73. package/lib-esm/components/job-name/job-name.js.map +1 -1
  74. package/lib-esm/components/metric-change-legend/index.js +2 -0
  75. package/lib-esm/components/metric-change-legend/index.js.map +1 -0
  76. package/lib-esm/components/metric-change-legend/metric-change-legend.js +84 -0
  77. package/lib-esm/components/metric-change-legend/metric-change-legend.js.map +1 -0
  78. package/lib-esm/components/metric-change-legend/metric-change-legend.module.css +69 -0
  79. package/lib-esm/components/metric-run-info/metric-run-info.js +31 -8
  80. package/lib-esm/components/metric-run-info/metric-run-info.js.map +1 -1
  81. package/lib-esm/components/metrics-display-selector/metrics-display-selector.js +7 -9
  82. package/lib-esm/components/metrics-display-selector/metrics-display-selector.js.map +1 -1
  83. package/lib-esm/components/metrics-display-selector/metrics-display-selector.module.css +0 -25
  84. package/lib-esm/components/metrics-table-header/metrics-table-header.js +8 -8
  85. package/lib-esm/components/metrics-table-header/metrics-table-header.js.map +1 -1
  86. package/lib-esm/components/metrics-table-header/metrics-table-header.module.css +8 -12
  87. package/lib-esm/components/metrics-table-options/metrics-table-options.js +1 -1
  88. package/lib-esm/components/metrics-table-options/metrics-table-options.js.map +1 -1
  89. package/lib-esm/components/metrics-table-title/metrics-table-title.js +1 -1
  90. package/lib-esm/components/metrics-table-title/metrics-table-title.js.map +1 -1
  91. package/lib-esm/components/run-info/run-info.js +26 -14
  92. package/lib-esm/components/run-info/run-info.js.map +1 -1
  93. package/lib-esm/components/run-info/run-info.module.css +35 -26
  94. package/lib-esm/components/summary/summary.js +10 -11
  95. package/lib-esm/components/summary/summary.js.map +1 -1
  96. package/lib-esm/components/summary/summary.module.css +60 -10
  97. package/lib-esm/constants.js +12 -0
  98. package/lib-esm/constants.js.map +1 -1
  99. package/lib-esm/css/default.css +1 -1
  100. package/lib-esm/css/variables.css +71 -58
  101. package/lib-esm/hooks/rows-sort.js +10 -8
  102. package/lib-esm/hooks/rows-sort.js.map +1 -1
  103. package/lib-esm/ui/button/button.js.map +1 -1
  104. package/lib-esm/ui/dialog/dialog.js +4 -2
  105. package/lib-esm/ui/dialog/dialog.js.map +1 -1
  106. package/lib-esm/ui/dialog/dialog.module.css +22 -0
  107. package/lib-esm/ui/dropdown/dropdown.js +4 -3
  108. package/lib-esm/ui/dropdown/dropdown.js.map +1 -1
  109. package/lib-esm/ui/dropdown/dropdown.module.css +11 -0
  110. package/lib-esm/ui/empty-set/empty-set.js +3 -3
  111. package/lib-esm/ui/empty-set/empty-set.js.map +1 -1
  112. package/lib-esm/ui/hover-card/hover-card.js +1 -1
  113. package/lib-esm/ui/hover-card/hover-card.js.map +1 -1
  114. package/lib-esm/ui/hover-card/hover-card.module.css +14 -0
  115. package/lib-esm/ui/table/table.module.css +0 -1
  116. package/lib-esm/ui/tooltip/tooltip.js +1 -1
  117. package/lib-esm/ui/tooltip/tooltip.js.map +1 -1
  118. package/lib-esm/ui/tooltip/tooltip.module.css +11 -0
  119. package/package.json +26 -15
  120. package/src/app/app.jsx +6 -1
  121. package/src/app/app.module.css +11 -1
  122. package/src/app/app.stories.tsx +2 -2
  123. package/src/components/asset-info/asset-info.stories.tsx +47 -39
  124. package/src/components/asset-name/asset-name.stories.tsx +1 -3
  125. package/src/components/asset-not-predictive/asset-not-predictive.stories.tsx +22 -15
  126. package/src/components/browsertime-table/browsertime-table.stories.tsx +45 -0
  127. package/src/components/bundle-assets-totals/bundle-assets-totals.stories.tsx +47 -0
  128. package/src/components/bundle-modules/bundle-modules.stories.tsx +191 -0
  129. package/src/components/bundle-modules/bundle-modules.tsx +1 -1
  130. package/src/components/bundle-modules/index.tsx +4 -0
  131. package/src/components/bundle-packages/bundle-packages.stories.tsx +87 -0
  132. package/src/components/delta/delta.module.css +13 -12
  133. package/src/components/delta/delta.stories.tsx +57 -0
  134. package/src/components/delta/delta.tsx +32 -0
  135. package/src/components/entry-info/entry-info.stories.tsx +49 -54
  136. package/src/components/{index.js → index.ts} +7 -2
  137. package/src/components/insight-icon/insight-icon.module.css +6 -6
  138. package/src/components/insights/insights.stories.tsx +36 -33
  139. package/src/components/job-name/job-name.jsx +2 -3
  140. package/src/components/job-name/job-name.stories.tsx +46 -0
  141. package/src/components/jobs-header/jobs-header.stories.tsx +19 -15
  142. package/src/components/lighthouse-table/lighthouse-table.stories.tsx +30 -0
  143. package/src/components/metric/metric.stories.tsx +24 -22
  144. package/src/components/metric-change-legend/index.ts +1 -0
  145. package/src/components/metric-change-legend/metric-change-legend.module.css +69 -0
  146. package/src/components/metric-change-legend/metric-change-legend.stories.tsx +13 -0
  147. package/src/components/metric-change-legend/metric-change-legend.tsx +148 -0
  148. package/src/components/metric-run-info/metric-run-info.stories.tsx +45 -41
  149. package/src/components/metric-run-info/metric-run-info.tsx +41 -17
  150. package/src/components/metrics-display-selector/metrics-display-selector.module.css +0 -25
  151. package/src/components/metrics-display-selector/metrics-display-selector.tsx +25 -37
  152. package/src/components/metrics-table/metrics-table.stories.tsx +33 -13
  153. package/src/components/metrics-table/metrics-table.tsx +1 -1
  154. package/src/components/metrics-table-header/metrics-table-header.module.css +8 -12
  155. package/src/components/metrics-table-header/metrics-table-header.tsx +14 -10
  156. package/src/components/metrics-table-options/metrics-table-options.tsx +1 -1
  157. package/src/components/metrics-table-title/metrics-table-title.jsx +1 -1
  158. package/src/components/module-info/module-info.stories.tsx +41 -30
  159. package/src/components/package-info/package-info.stories.tsx +20 -15
  160. package/src/components/run-info/run-info.module.css +35 -26
  161. package/src/components/run-info/run-info.stories.tsx +47 -39
  162. package/src/components/run-info/run-info.tsx +132 -73
  163. package/src/components/summary/summary.module.css +60 -10
  164. package/src/components/summary/summary.stories.tsx +26 -32
  165. package/src/components/summary/summary.tsx +47 -50
  166. package/src/constants.ts +13 -0
  167. package/src/css/default.css +1 -1
  168. package/src/css/variables.css +71 -58
  169. package/src/hooks/rows-sort.ts +9 -6
  170. package/src/layout/box/box.stories.tsx +35 -28
  171. package/src/layout/flex-stack/flex-stack.stories.tsx +79 -48
  172. package/src/layout/footer/footer.stories.tsx +30 -0
  173. package/src/layout/stack/stack.stories.tsx +68 -44
  174. package/src/ui/alert/alert.stories.tsx +25 -21
  175. package/src/ui/button/button.stories.tsx +181 -176
  176. package/src/ui/button/button.tsx +8 -1
  177. package/src/ui/container/container.stories.tsx +28 -21
  178. package/src/ui/control-group/control-group.stories.tsx +23 -16
  179. package/src/ui/dialog/dialog.module.css +22 -0
  180. package/src/ui/dialog/dialog.tsx +9 -2
  181. package/src/ui/dropdown/dropdown.module.css +11 -0
  182. package/src/ui/dropdown/dropdown.stories.tsx +23 -15
  183. package/src/ui/dropdown/dropdown.tsx +5 -1
  184. package/src/ui/empty-set/empty-set.jsx +16 -4
  185. package/src/ui/empty-set/empty-set.stories.tsx +41 -0
  186. package/src/ui/file-name/file-name.stories.tsx +45 -0
  187. package/src/ui/filters/filters.stories.tsx +29 -26
  188. package/src/ui/hover-card/hover-card.module.css +14 -0
  189. package/src/ui/hover-card/hover-card.stories.tsx +35 -26
  190. package/src/ui/hover-card/hover-card.tsx +1 -1
  191. package/src/ui/icon/icon.stories.tsx +36 -28
  192. package/src/ui/input/input.stories.tsx +17 -5
  193. package/src/ui/input-search/input-search.stories.tsx +31 -0
  194. package/src/ui/loader/loader.stories.tsx +22 -0
  195. package/src/ui/skeleton/skeleton.stories.tsx +42 -0
  196. package/src/ui/table/table.module.css +0 -1
  197. package/src/ui/table/table.stories.tsx +244 -218
  198. package/src/ui/tag/tag.stories.tsx +11 -10
  199. package/src/ui/toolbar/toolbar.stories.tsx +41 -0
  200. package/src/ui/tooltip/tooltip.module.css +11 -0
  201. package/src/ui/tooltip/tooltip.tsx +1 -1
  202. package/types/components/bundle-modules/bundle-modules.d.ts +1 -1
  203. package/types/components/bundle-modules/index.d.ts +2 -1
  204. package/types/components/delta/delta.d.ts +7 -21
  205. package/types/components/delta/index.d.ts +1 -1
  206. package/types/components/index.d.ts +25 -20
  207. package/types/components/metric-change-legend/index.d.ts +1 -0
  208. package/types/components/metric-change-legend/metric-change-legend.d.ts +4 -0
  209. package/types/components/metric-run-info/metric-run-info.d.ts +2 -6
  210. package/types/components/metrics-table/metrics-table.d.ts +1 -1
  211. package/types/components/metrics-table-header/metrics-table-header.d.ts +1 -1
  212. package/types/components/run-info/run-info.d.ts +16 -7
  213. package/types/constants.d.ts +12 -0
  214. package/types/hooks/rows-sort.d.ts +2 -2
  215. package/types/ui/button/button.d.ts +1 -1
  216. package/types/ui/dialog/dialog.d.ts +3 -2
  217. package/types/ui/dropdown/dropdown.d.ts +1 -0
  218. package/vitest.config.ts +47 -0
  219. package/vitest.setup.ts +26 -0
  220. package/lib/assets/icons.svg.js +0 -100
  221. package/lib/assets/icons.svg.js.map +0 -1
  222. package/lib-esm/assets/icons.svg.js +0 -63
  223. package/lib-esm/assets/icons.svg.js.map +0 -1
  224. package/src/assets/icons.svg.jsx +0 -279
  225. package/src/components/delta/delta.jsx +0 -22
  226. package/types/assets/icons.svg.d.ts +0 -2
  227. /package/src/components/delta/{index.js → index.ts} +0 -0
@@ -21,6 +21,17 @@
21
21
  text-align: center;
22
22
  filter: drop-shadow(var(--shadow-layer));
23
23
  will-change: filter;
24
+ opacity: 0;
25
+ transition: var(--transition-out);
26
+ }
27
+
28
+ .tooltip[data-enter] {
29
+ opacity: 1;
30
+ transition: var(--transition-in);
31
+ }
32
+
33
+ .tooltip[data-leave] {
34
+ pointer-events: none;
24
35
  }
25
36
 
26
37
  .arrow svg {
@@ -29,7 +29,7 @@ export const Tooltip = <T extends React.ElementType = 'span'>(
29
29
  ...restProps
30
30
  } = props;
31
31
 
32
- const tooltip = useTooltipState({ placement: 'top', timeout: 300 });
32
+ const tooltip = useTooltipState({ animated: true, placement: 'top', timeout: 300 });
33
33
 
34
34
  return (
35
35
  <>
@@ -22,7 +22,7 @@ interface BundleModulesProps extends React.ComponentProps<'div'> {
22
22
  showEntryInfo: (entryId: string) => void;
23
23
  moduleMetric: ModuleSizeMetric;
24
24
  setModuleMetric: (newValue: ModuleSizeMetric) => void;
25
- customComponentLink: React.ElementType;
25
+ customComponentLink?: React.ElementType;
26
26
  }
27
27
  export declare const BundleModules: (props: BundleModulesProps) => React.JSX.Element;
28
28
  export {};
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import type { Job } from '@bundle-stats/utils';
3
3
  import type { SortAction } from '../../types';
4
4
  import { BundleModules as BaseComponent } from './bundle-modules';
5
- interface BundleModulesProps extends Omit<React.ComponentProps<typeof BaseComponent>, 'jobs' | 'items' | 'chunks' | 'updateFilters' | 'resetFilters' | 'resetAllFilters' | 'filters' | 'sort' | 'updateSort' | 'search' | 'updateSearch' | 'allItems' | 'totalRowCount' | 'hideEntryInfo' | 'showEntryInfo'> {
5
+ interface BundleModulesProps extends Omit<React.ComponentProps<typeof BaseComponent>, 'jobs' | 'items' | 'chunks' | 'updateFilters' | 'resetFilters' | 'resetAllFilters' | 'filters' | 'sort' | 'updateSort' | 'search' | 'updateSearch' | 'allItems' | 'totalRowCount' | 'hideEntryInfo' | 'showEntryInfo' | 'moduleMetric' | 'setModuleMetric' | 'customComponentLink'> {
6
6
  jobs: Array<Job>;
7
7
  filters: Record<string, boolean>;
8
8
  search?: string;
@@ -10,6 +10,7 @@ interface BundleModulesProps extends Omit<React.ComponentProps<typeof BaseCompon
10
10
  setState: (params: any) => void;
11
11
  sortBy?: string;
12
12
  direction?: SortAction['direction'];
13
+ customComponentLink?: React.ElementType;
13
14
  }
14
15
  export declare const BundleModules: (props: BundleModulesProps) => React.JSX.Element;
15
16
  export {};
@@ -1,22 +1,8 @@
1
- export function Delta({ className, displayValue, deltaType, inverted }: {
2
- className?: string | undefined;
3
- displayValue: any;
4
- deltaType: any;
5
- inverted?: boolean | undefined;
6
- }): React.JSX.Element;
7
- export namespace Delta {
8
- namespace defaultProps {
9
- let className: string;
10
- let inverted: boolean;
11
- }
12
- namespace propTypes {
13
- let className_1: PropTypes.Requireable<string>;
14
- export { className_1 as className };
15
- export let displayValue: PropTypes.Validator<string>;
16
- export let deltaType: PropTypes.Validator<string>;
17
- let inverted_1: PropTypes.Requireable<boolean>;
18
- export { inverted_1 as inverted };
19
- }
20
- }
21
1
  import React from 'react';
22
- import PropTypes from 'prop-types';
2
+ import type { MetricRunInfoDeltaType } from '@bundle-stats/utils';
3
+ export interface DeltaProps {
4
+ displayValue: string;
5
+ deltaType: MetricRunInfoDeltaType;
6
+ inverted?: boolean;
7
+ }
8
+ export declare const Delta: (props: DeltaProps & React.ComponentProps<"span">) => React.JSX.Element;
@@ -1 +1 @@
1
- export * from "./delta";
1
+ export * from './delta';
@@ -1,20 +1,25 @@
1
- export { BrowsertimeTable } from "./browsertime-table";
2
- export { BundleAssets } from "./bundle-assets";
3
- export { BundleAssetsTotals } from "./bundle-assets-totals";
4
- export { BundlePackages } from "./bundle-packages";
5
- export { BundleModules } from "./bundle-modules";
6
- export { ComponentLink } from "./component-link";
7
- export { Delta } from "./delta";
8
- export { InsightIcon } from "./insight-icon";
9
- export { Insights } from "./insights";
10
- export { JobName } from "./job-name";
11
- export { JobsHeader } from "./jobs-header";
12
- export { LighthouseTable } from "./lighthouse-table";
13
- export { Metric } from "./metric";
14
- export { MetricsTable } from "./metrics-table";
15
- export { MetricsTableOptions } from "./metrics-table-options";
16
- export { MetricsTableTitle } from "./metrics-table-title";
17
- export { ModuleInfo } from "./module-info";
18
- export { Summary } from "./summary";
19
- export { MetricRunInfo, MetricRunInfoProps } from "./metric-run-info";
20
- export { RunInfo, RunInfoProps } from "./run-info";
1
+ export { BrowsertimeTable } from './browsertime-table';
2
+ export { BundleAssets } from './bundle-assets';
3
+ export { BundleAssetsTotals } from './bundle-assets-totals';
4
+ export { BundlePackages } from './bundle-packages';
5
+ export { BundleModules } from './bundle-modules';
6
+ export { ComponentLink } from './component-link';
7
+ export { Delta } from './delta';
8
+ export type { DeltaProps } from './delta';
9
+ export { InsightIcon } from './insight-icon';
10
+ export { Insights } from './insights';
11
+ export { JobName } from './job-name';
12
+ export { JobsHeader } from './jobs-header';
13
+ export { LighthouseTable } from './lighthouse-table';
14
+ export { Metric } from './metric';
15
+ export { MetricChangeLegend } from './metric-change-legend';
16
+ export type { MetricChangeLegendProps } from './metric-change-legend';
17
+ export { MetricRunInfo } from './metric-run-info';
18
+ export type { MetricRunInfoProps } from './metric-run-info';
19
+ export { MetricsTable } from './metrics-table';
20
+ export { MetricsTableOptions } from './metrics-table-options';
21
+ export { MetricsTableTitle } from './metrics-table-title';
22
+ export { ModuleInfo } from './module-info';
23
+ export { RunInfo } from './run-info';
24
+ export type { RunInfoProps } from './run-info';
25
+ export { Summary } from './summary';
@@ -0,0 +1 @@
1
+ export * from './metric-change-legend';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export interface MetricChangeLegendProps extends React.ComponentProps<'div'> {
3
+ }
4
+ export declare const MetricChangeLegend: (props: MetricChangeLegendProps) => React.JSX.Element;
@@ -1,14 +1,10 @@
1
1
  import React, { ElementType } from 'react';
2
2
  import { RunInfoProps } from '../run-info';
3
- export interface MetricRunInfoProps {
3
+ export type MetricRunInfoProps = {
4
4
  metricId: string;
5
5
  current: number;
6
6
  baseline?: number;
7
- showDelta?: boolean;
8
7
  showMetricDescription?: boolean;
9
- showBaseline?: boolean;
10
8
  titleWrapper?: ElementType;
11
- size?: RunInfoProps['size'];
12
- loading?: RunInfoProps['loading'];
13
- }
9
+ } & Pick<RunInfoProps, 'showDelta' | 'showBaseline' | 'size' | 'loading'>;
14
10
  export declare const MetricRunInfo: (props: MetricRunInfoProps & React.ComponentProps<"div">) => React.JSX.Element;
@@ -4,7 +4,7 @@ import { Table } from '../../ui/table';
4
4
  import { MetricsTableHeaderProps } from '../metrics-table-header';
5
5
  interface MetricsTableProps extends Omit<React.ComponentProps<typeof Table>, 'title'> {
6
6
  runs: Array<{
7
- label: string;
7
+ label: React.ReactNode;
8
8
  internalBuildNumber: number;
9
9
  }>;
10
10
  items: Array<ReportMetricRow>;
@@ -4,7 +4,7 @@ export interface MetricsTableHeaderProps {
4
4
  metricTitle?: React.ReactNode;
5
5
  showSum?: boolean;
6
6
  jobs: Array<{
7
- label: string;
7
+ label: React.ReactNode;
8
8
  internalBuildNumber: number;
9
9
  }>;
10
10
  rows: Array<ReportMetricRow>;
@@ -1,17 +1,26 @@
1
1
  import React, { type ReactNode } from 'react';
2
- export interface RunInfoProps {
2
+ import type { MetricRunInfoDeltaType } from '@bundle-stats/utils';
3
+ type RunInfoTitleProps = {
4
+ className?: string;
3
5
  title?: ReactNode;
4
6
  titleHoverCard?: ReactNode;
5
7
  titleTooltip?: ReactNode;
8
+ };
9
+ type RunInfoContentProps = {
10
+ className?: string;
11
+ loading?: boolean;
6
12
  current?: ReactNode;
13
+ enhance?: boolean;
7
14
  baseline?: string;
8
15
  delta?: string;
9
16
  deltaPercentage?: string;
10
- deltaType?: string;
17
+ deltaType?: MetricRunInfoDeltaType;
18
+ showBaseline?: boolean;
19
+ showDelta?: boolean;
20
+ };
21
+ export type RunInfoProps = Pick<RunInfoTitleProps, 'title' | 'titleHoverCard' | 'titleTooltip'> & Pick<RunInfoContentProps, 'current' | 'baseline' | 'delta' | 'deltaPercentage' | 'deltaType' | 'showBaseline' | 'showDelta' | 'loading' | 'enhance'> & {
11
22
  as?: React.ElementType;
12
23
  size?: 'small' | 'medium' | 'large' | 'xlarge';
13
- showBaseline?: boolean;
14
- loading?: boolean;
15
- enhance?: boolean;
16
- }
17
- export declare const RunInfo: ({ className, title, titleHoverCard, titleTooltip, current, baseline, delta, deltaPercentage, deltaType, as: Component, size, showBaseline, loading, enhance, ...restProps }: RunInfoProps & Omit<React.ComponentProps<"div">, "title">) => React.JSX.Element;
24
+ };
25
+ export declare const RunInfo: ({ className, title, titleHoverCard, titleTooltip, current, baseline, delta, deltaPercentage, deltaType, as: Component, size, showBaseline, showDelta, loading, enhance, children, ...restProps }: RunInfoProps & Omit<React.ComponentProps<"div">, "title">) => React.JSX.Element;
26
+ export {};
@@ -16,6 +16,18 @@ export declare const METRICS_WEBPACK_GENERAL: string[];
16
16
  export declare const METRICS_WEBPACK_ASSETS: string[];
17
17
  export declare const METRICS_WEBPACK_MODULES: string[];
18
18
  export declare const METRICS_WEBPACK_PACKAGES: string[];
19
+ export declare const METRICS_GROUP_ASSETS: {
20
+ title: string;
21
+ metrics: string[];
22
+ };
23
+ export declare const METRICS_GROUP_MODULES: {
24
+ title: string;
25
+ metrics: string[];
26
+ };
27
+ export declare const METRICS_GROUP_PACKAGES: {
28
+ title: string;
29
+ metrics: string[];
30
+ };
19
31
  export declare const SORT: {
20
32
  readonly ASC: "asc";
21
33
  readonly DESC: "desc";
@@ -1,5 +1,5 @@
1
1
  import type { SortAction } from '../types';
2
- export declare const getSortFn: <TRow>(fieldPath: string, getCustomSort: UseRowsSortParams<TRow>["getCustomSort"]) => (item: TRow) => any;
2
+ export declare function getSortFn<TRow>(fieldPath: string, getCustomSort: UseRowsSortParams<TRow>['getCustomSort']): (item: TRow) => any;
3
3
  interface UseRowsSortParams<TRow> {
4
4
  rows: Array<TRow>;
5
5
  initialField?: string;
@@ -15,5 +15,5 @@ interface UseRowsSort<TRow> {
15
15
  sort: SortAction;
16
16
  updateSort: (params: SortAction) => void;
17
17
  }
18
- export declare const useRowsSort: <TRow>({ rows, initialField, initialDirection, getCustomSort, setQueryState, }: UseRowsSortParams<TRow>) => UseRowsSort<TRow>;
18
+ export declare function useRowsSort<TRow>({ rows, initialField, initialDirection, getCustomSort, setQueryState, }: UseRowsSortParams<TRow>): UseRowsSort<TRow>;
19
19
  export {};
@@ -54,5 +54,5 @@ interface ButtonProps<T extends React.ElementType> {
54
54
  glyph?: React.ComponentProps<typeof BaseIcon>['glyph'];
55
55
  rightGlyph?: React.ComponentProps<typeof BaseIcon>['glyph'];
56
56
  }
57
- export declare const Button: React.ForwardRefExoticComponent<Omit<ButtonProps<React.ElementType<any, keyof React.JSX.IntrinsicElements>> & Omit<Omit<any, "ref">, keyof ButtonProps<T>>, "ref"> & React.RefAttributes<unknown>>;
57
+ export declare const Button: <T extends React.ElementType = "button">(props: ButtonProps<T> & Omit<React.ComponentPropsWithoutRef<T>, keyof ButtonProps<T>> & React.RefAttributes<Element>) => React.ReactElement | null;
58
58
  export {};
@@ -1,7 +1,7 @@
1
1
  import type { ComponentProps, ReactNode } from 'react';
2
2
  import React from 'react';
3
- import { Dialog as AriakitDialog } from 'ariakit/dialog';
4
- export { useDialogState } from 'ariakit/dialog';
3
+ import { Dialog as AriakitDialog, type DialogStateProps } from 'ariakit/dialog';
4
+ export declare const useDialogState: (options?: DialogStateProps) => import("ariakit/ts/disclosure/disclosure-state").DisclosureState;
5
5
  type AriakitDialogProps = ComponentProps<typeof AriakitDialog>;
6
6
  type DialogProps = {
7
7
  title?: ReactNode;
@@ -11,3 +11,4 @@ type DialogProps = {
11
11
  state: AriakitDialogProps['state'];
12
12
  } & Omit<ComponentProps<'div'>, 'title'>;
13
13
  export declare const Dialog: (props: DialogProps) => React.JSX.Element;
14
+ export {};
@@ -13,6 +13,7 @@ interface DropdownProps {
13
13
  placement?: MenuStateProps['placement'];
14
14
  gutter?: MenuStateProps['gutter'];
15
15
  shift?: MenuStateProps['shift'];
16
+ showChevron?: boolean;
16
17
  }
17
18
  export declare const Dropdown: (props: DropdownProps & React.ComponentProps<"div">) => React.JSX.Element;
18
19
  export {};
@@ -0,0 +1,47 @@
1
+ import { dirname, join } from 'node:path';
2
+ import { fileURLToPath } from 'node:url';
3
+ import { storybookTest } from '@storybook/addon-vitest/vitest-plugin';
4
+ import { playwright } from '@vitest/browser-playwright';
5
+ import { defineConfig } from 'vitest/config';
6
+
7
+ const PACKAGE_ROOT = dirname(fileURLToPath(import.meta.url));
8
+
9
+ export default defineConfig({
10
+ root: PACKAGE_ROOT,
11
+ plugins: [
12
+ storybookTest({
13
+ configDir: join(PACKAGE_ROOT, 'build/storybook'),
14
+ storybookUrl: 'http://localhost:8080',
15
+ storybookScript: 'npm start',
16
+ }),
17
+ // `storybookTest` assumes `configDir` sits one directory below the package root (the
18
+ // conventional `.storybook` layout) and derives Vitest's `root` from `configDir`'s parent.
19
+ // This repo nests Storybook config one level deeper (`build/storybook`), so it resolves to
20
+ // the wrong directory (`build/`) and no story files are found. Force it back.
21
+ {
22
+ name: 'fix-storybook-vitest-root',
23
+ enforce: 'post',
24
+ config: () => ({ root: PACKAGE_ROOT }),
25
+ },
26
+ ],
27
+ optimizeDeps: {
28
+ // Vite's dependency scanner reads the story files from disk without running the JSX
29
+ // transform, so the automatic runtime imports it injects are invisible to it. On a cold
30
+ // cache (every CI run) they are only discovered once the browser requests a story, which
31
+ // re-runs the optimizer mid-suite, changes the `browserHash` and reloads the page. The test
32
+ // file then resolves a second copy of `@vitest/runner` whose collector was never
33
+ // initialised, and collection dies with "Vitest failed to find the current suite".
34
+ include: ['react/jsx-runtime', 'react/jsx-dev-runtime'],
35
+ },
36
+ test: {
37
+ name: 'ui:storybook',
38
+ setupFiles: ['./vitest.setup.ts'],
39
+ retry: 2,
40
+ browser: {
41
+ enabled: true,
42
+ headless: true,
43
+ provider: playwright(),
44
+ instances: [{ browser: 'chromium' }],
45
+ },
46
+ },
47
+ });
@@ -0,0 +1,26 @@
1
+ // TODO: remove once the remaining `defaultProps` usages are migrated to default parameters
2
+ const IGNORED_CONSOLE_ERROR_PATTERNS = [
3
+ /Support for defaultProps will be removed from function components/,
4
+ /Invalid prop/,
5
+ /Failed %s type/,
6
+ /React does not recognize the/,
7
+ /Each child in a list/,
8
+ /Encountered two children/,
9
+ /forwardRef render functions/,
10
+ ];
11
+
12
+ const originalConsoleError = console.error;
13
+
14
+ console.error = (...args: unknown[]) => {
15
+ const isIgnored = args.some(
16
+ (arg) =>
17
+ typeof arg === 'string' &&
18
+ IGNORED_CONSOLE_ERROR_PATTERNS.some((pattern) => pattern.test(arg)),
19
+ );
20
+
21
+ if (isIgnored) {
22
+ return;
23
+ }
24
+
25
+ originalConsoleError(...args);
26
+ };
@@ -1,100 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
35
- Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.SvgIcons = void 0;
37
- const React = __importStar(require("react"));
38
- const SvgIcons = (props) => (React.createElement("svg", { width: "0", height: "0", style: { position: 'absolute' }, ...props },
39
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "arrow", xmlns: "http://www.w3.org/2000/svg" },
40
- React.createElement("path", { d: "M12 5v14M19 12l-7 7-7-7" })),
41
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "arrow-right-circle", xmlns: "http://www.w3.org/2000/svg" },
42
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
43
- React.createElement("path", { d: "m12 16 4-4-4-4M8 12h8" })),
44
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "check", xmlns: "http://www.w3.org/2000/svg" },
45
- React.createElement("path", { d: "M20 6 9 17l-5-5" })),
46
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "chevron-down", xmlns: "http://www.w3.org/2000/svg" },
47
- React.createElement("path", { d: "m6 9 6 6 6-6" })),
48
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "chevron-up", xmlns: "http://www.w3.org/2000/svg" },
49
- React.createElement("path", { d: "m18 15-6-6-6 6" })),
50
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", viewBox: "0 0 24 24", id: "clipboard", xmlns: "http://www.w3.org/2000/svg" },
51
- React.createElement("rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }),
52
- React.createElement("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" })),
53
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", viewBox: "0 0 24 24", id: "clipboard-check", xmlns: "http://www.w3.org/2000/svg" },
54
- React.createElement("rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }),
55
- React.createElement("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
56
- React.createElement("path", { d: "m9.277 15.145 2 2 4-4" })),
57
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "clock", xmlns: "http://www.w3.org/2000/svg" },
58
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
59
- React.createElement("path", { d: "M12 6v6l4 2" })),
60
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "close", xmlns: "http://www.w3.org/2000/svg" },
61
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
62
- React.createElement("path", { d: "m15 9-6 6M9 9l6 6" })),
63
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "commit", xmlns: "http://www.w3.org/2000/svg" },
64
- React.createElement("circle", { cx: "12", cy: "12", r: "4" }),
65
- React.createElement("path", { d: "M1.05 12H7M17.01 12h5.95" })),
66
- React.createElement("symbol", { fill: "currentColor", viewBox: "0 0 24 24", id: "download", xmlns: "http://www.w3.org/2000/svg" },
67
- React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
68
- React.createElement("path", { d: "M19.35 10.04A7.49 7.49 0 0 0 12 4C9.11 4 6.6 5.64 5.35 8.04A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM17 13l-5 5-5-5h3V9h4v4h3z" })),
69
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "error", xmlns: "http://www.w3.org/2000/svg" },
70
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
71
- React.createElement("path", { d: "M12 8v4M12 16h.01" })),
72
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "external-link", xmlns: "http://www.w3.org/2000/svg" },
73
- React.createElement("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6M15 3h6v6M10 14 21 3" })),
74
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "filter", xmlns: "http://www.w3.org/2000/svg" },
75
- React.createElement("path", { d: "M12 20V10M18 20V4M6 20v-4" })),
76
- React.createElement("symbol", { viewBox: "0 0 98 96", id: "github", xmlns: "http://www.w3.org/2000/svg" },
77
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z", fill: "currentColor" })),
78
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "help", xmlns: "http://www.w3.org/2000/svg" },
79
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
80
- React.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3M12 17h.01" })),
81
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "info", xmlns: "http://www.w3.org/2000/svg" },
82
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
83
- React.createElement("path", { d: "M12 16v-4M12 8h.01" })),
84
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "menu", xmlns: "http://www.w3.org/2000/svg" },
85
- React.createElement("path", { d: "M3 12h18M3 6h18M3 18h18" })),
86
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "more-vertical", xmlns: "http://www.w3.org/2000/svg" },
87
- React.createElement("circle", { cx: "12", cy: "12", r: "1" }),
88
- React.createElement("circle", { cx: "12", cy: "5", r: "1" }),
89
- React.createElement("circle", { cx: "12", cy: "19", r: "1" })),
90
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "currentColor", id: "sort", xmlns: "http://www.w3.org/2000/svg" },
91
- React.createElement("path", { d: "M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z" }),
92
- React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" })),
93
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "table", xmlns: "http://www.w3.org/2000/svg" },
94
- React.createElement("path", { d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" })),
95
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", viewBox: "0 0 24 24", id: "treemap", xmlns: "http://www.w3.org/2000/svg" },
96
- React.createElement("path", { d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 21h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9M12.025 3.422 12 20.652ZM12.85 9l7.347.025zm-.153 6 7.576.025zm4.334.764L17 20.326Z" })),
97
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "warning", xmlns: "http://www.w3.org/2000/svg" },
98
- React.createElement("path", { d: "M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0zM12 9v4M12 17h.01" }))));
99
- exports.SvgIcons = SvgIcons;
100
- //# sourceMappingURL=icons.svg.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icons.svg.js","sourceRoot":"","sources":["../../src/assets/icons.svg.jsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAExB,MAAM,QAAQ,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC,CACjC,6BAAK,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,GAAG,EAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,UAAU,EAAE,KAAM,KAAK;IAClE,gCACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,EAAE,EAAC,OAAO,EACV,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,yBAAyB,GAAG,CAC7B;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,oBAAoB,EACvB,KAAK,EAAC,4BAA4B;QAElC,gCAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,GAAG;QACjC,8BAAM,CAAC,EAAC,uBAAuB,GAAG,CAC3B;IACT,gCACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,EAAE,EAAC,OAAO,EACV,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,iBAAiB,GAAG,CACrB;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,cAAc,EACjB,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,cAAc,GAAG,CAClB;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,YAAY,EACf,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,gBAAgB,GAAG,CACpB;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,WAAW,EAAC,GAAG,EACf,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,WAAW,EACd,KAAK,EAAC,4BAA4B;QAElC,8BAAM,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,GAAG;QACvD,8BAAM,CAAC,EAAC,0EAA0E,GAAG,CAC9E;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,WAAW,EAAC,GAAG,EACf,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,iBAAiB,EACpB,KAAK,EAAC,4BAA4B;QAElC,8BAAM,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,GAAG;QACvD,8BAAM,CAAC,EAAC,0EAA0E,GAAG;QACrF,8BAAM,CAAC,EAAC,uBAAuB,GAAG,CAC3B;IACT,gCACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,EAAE,EAAC,OAAO,EACV,KAAK,EAAC,4BAA4B;QAElC,gCAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,GAAG;QACjC,8BAAM,CAAC,EAAC,aAAa,GAAG,CACjB;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,OAAO,EACV,KAAK,EAAC,4BAA4B;QAElC,gCAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,GAAG;QACjC,8BAAM,CAAC,EAAC,mBAAmB,GAAG,CACvB;IACT,gCACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,EAAE,EAAC,QAAQ,EACX,KAAK,EAAC,4BAA4B;QAElC,gCAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,GAAG;QAChC,8BAAM,CAAC,EAAC,0BAA0B,GAAG,CAC9B;IACT,gCACE,IAAI,EAAC,cAAc,EACnB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,UAAU,EACb,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG;QACtC,8BAAM,CAAC,EAAC,iLAAiL,GAAG,CACrL;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,OAAO,EACV,KAAK,EAAC,4BAA4B;QAElC,gCAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,GAAG;QACjC,8BAAM,CAAC,EAAC,mBAAmB,GAAG,CACvB;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,eAAe,EAClB,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,8EAA8E,GAAG,CAClF;IACT,gCACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,EAAE,EAAC,QAAQ,EACX,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,2BAA2B,GAAG,CAC/B;IACT,gCAAQ,OAAO,EAAC,WAAW,EAAC,EAAE,EAAC,QAAQ,EAAC,KAAK,EAAC,4BAA4B;QACxE,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,6zBAA6zB,EAC/zB,IAAI,EAAC,cAAc,GACnB,CACK;IACT,gCACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,EAAE,EAAC,MAAM,EACT,KAAK,EAAC,4BAA4B;QAElC,gCAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,GAAG;QACjC,8BAAM,CAAC,EAAC,gDAAgD,GAAG,CACpD;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,MAAM,EACT,KAAK,EAAC,4BAA4B;QAElC,gCAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,GAAG;QACjC,8BAAM,CAAC,EAAC,oBAAoB,GAAG,CACxB;IACT,gCACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,EAAE,EAAC,MAAM,EACT,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,yBAAyB,GAAG,CAC7B;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,eAAe,EAClB,KAAK,EAAC,4BAA4B;QAElC,gCAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,GAAG;QAChC,gCAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,GAAG;QAC/B,gCAAQ,EAAE,EAAC,IAAI,EAAC,EAAE,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,GAAG,CACzB;IACT,gCAAQ,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,EAAC,EAAE,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B;QAC1F,8BAAM,CAAC,EAAC,8CAA8C,GAAG;QACzD,8BAAM,CAAC,EAAC,eAAe,EAAC,IAAI,EAAC,MAAM,GAAG,CAC/B;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,OAAO,EACV,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,2GAA2G,GAAG,CAC/G;IACT,gCACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,WAAW,EAAC,GAAG,EACf,OAAO,EAAC,WAAW,EACnB,EAAE,EAAC,SAAS,EACZ,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,iLAAiL,GAAG,CACrL;IACT,gCACE,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,EAAE,EAAC,SAAS,EACZ,KAAK,EAAC,4BAA4B;QAElC,8BAAM,CAAC,EAAC,2GAA2G,GAAG,CAC/G,CACL,CACP,CAAC;AApRW,QAAA,QAAQ,YAoRnB"}
@@ -1,63 +0,0 @@
1
- import * as React from 'react';
2
- export const SvgIcons = (props) => (React.createElement("svg", { width: "0", height: "0", style: { position: 'absolute' }, ...props },
3
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "arrow", xmlns: "http://www.w3.org/2000/svg" },
4
- React.createElement("path", { d: "M12 5v14M19 12l-7 7-7-7" })),
5
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "arrow-right-circle", xmlns: "http://www.w3.org/2000/svg" },
6
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
7
- React.createElement("path", { d: "m12 16 4-4-4-4M8 12h8" })),
8
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "check", xmlns: "http://www.w3.org/2000/svg" },
9
- React.createElement("path", { d: "M20 6 9 17l-5-5" })),
10
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "chevron-down", xmlns: "http://www.w3.org/2000/svg" },
11
- React.createElement("path", { d: "m6 9 6 6 6-6" })),
12
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "chevron-up", xmlns: "http://www.w3.org/2000/svg" },
13
- React.createElement("path", { d: "m18 15-6-6-6 6" })),
14
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", viewBox: "0 0 24 24", id: "clipboard", xmlns: "http://www.w3.org/2000/svg" },
15
- React.createElement("rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }),
16
- React.createElement("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" })),
17
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", viewBox: "0 0 24 24", id: "clipboard-check", xmlns: "http://www.w3.org/2000/svg" },
18
- React.createElement("rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }),
19
- React.createElement("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
20
- React.createElement("path", { d: "m9.277 15.145 2 2 4-4" })),
21
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "clock", xmlns: "http://www.w3.org/2000/svg" },
22
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
23
- React.createElement("path", { d: "M12 6v6l4 2" })),
24
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "close", xmlns: "http://www.w3.org/2000/svg" },
25
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
26
- React.createElement("path", { d: "m15 9-6 6M9 9l6 6" })),
27
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "commit", xmlns: "http://www.w3.org/2000/svg" },
28
- React.createElement("circle", { cx: "12", cy: "12", r: "4" }),
29
- React.createElement("path", { d: "M1.05 12H7M17.01 12h5.95" })),
30
- React.createElement("symbol", { fill: "currentColor", viewBox: "0 0 24 24", id: "download", xmlns: "http://www.w3.org/2000/svg" },
31
- React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
32
- React.createElement("path", { d: "M19.35 10.04A7.49 7.49 0 0 0 12 4C9.11 4 6.6 5.64 5.35 8.04A5.994 5.994 0 0 0 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM17 13l-5 5-5-5h3V9h4v4h3z" })),
33
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "error", xmlns: "http://www.w3.org/2000/svg" },
34
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
35
- React.createElement("path", { d: "M12 8v4M12 16h.01" })),
36
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "external-link", xmlns: "http://www.w3.org/2000/svg" },
37
- React.createElement("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6M15 3h6v6M10 14 21 3" })),
38
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "filter", xmlns: "http://www.w3.org/2000/svg" },
39
- React.createElement("path", { d: "M12 20V10M18 20V4M6 20v-4" })),
40
- React.createElement("symbol", { viewBox: "0 0 98 96", id: "github", xmlns: "http://www.w3.org/2000/svg" },
41
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z", fill: "currentColor" })),
42
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "help", xmlns: "http://www.w3.org/2000/svg" },
43
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
44
- React.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3M12 17h.01" })),
45
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "info", xmlns: "http://www.w3.org/2000/svg" },
46
- React.createElement("circle", { cx: "12", cy: "12", r: "10" }),
47
- React.createElement("path", { d: "M12 16v-4M12 8h.01" })),
48
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "menu", xmlns: "http://www.w3.org/2000/svg" },
49
- React.createElement("path", { d: "M3 12h18M3 6h18M3 18h18" })),
50
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "more-vertical", xmlns: "http://www.w3.org/2000/svg" },
51
- React.createElement("circle", { cx: "12", cy: "12", r: "1" }),
52
- React.createElement("circle", { cx: "12", cy: "5", r: "1" }),
53
- React.createElement("circle", { cx: "12", cy: "19", r: "1" })),
54
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "currentColor", id: "sort", xmlns: "http://www.w3.org/2000/svg" },
55
- React.createElement("path", { d: "M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z" }),
56
- React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" })),
57
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", viewBox: "0 0 24 24", id: "table", xmlns: "http://www.w3.org/2000/svg" },
58
- React.createElement("path", { d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" })),
59
- React.createElement("symbol", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", viewBox: "0 0 24 24", id: "treemap", xmlns: "http://www.w3.org/2000/svg" },
60
- React.createElement("path", { d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 21h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9M12.025 3.422 12 20.652ZM12.85 9l7.347.025zm-.153 6 7.576.025zm4.334.764L17 20.326Z" })),
61
- React.createElement("symbol", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", id: "warning", xmlns: "http://www.w3.org/2000/svg" },
62
- React.createElement("path", { d: "M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0zM12 9v4M12 17h.01" }))));
63
- //# sourceMappingURL=icons.svg.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icons.svg.js","sourceRoot":"","sources":["../../src/assets/icons.svg.jsx"],"names":[],"mappings":"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"}