Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 823c2c3

Browse files
authored
[ROOT]: removed the utils package. (#159)
1 parent 4584d06 commit 823c2c3

File tree

7 files changed

+3
-49
lines changed

7 files changed

+3
-49
lines changed

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ INPUT_FILE=$1
55

66
START_LINE=`head -n1 $INPUT_FILE`
77

8-
ACCEPTED_LIST="ROOT|WINDOW|UTILS|VERSION"
8+
ACCEPTED_LIST="ROOT|WINDOW|VERSION"
99

1010
PATTERN="^\[(${ACCEPTED_LIST})\]: [a-z0-9].+\."
1111

packages/react-virtualized-window/src/components/List.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as React from "react"
22

3-
import type { NumberOrPercent, VirtualWindowBaseProps } from "../types"
4-
import type { CellMeta } from "./Grid"
3+
import type { CellMeta, NumberOrPercent, VirtualWindowBaseProps } from "../types"
54
import { Grid } from "./Grid"
65

76
export interface ListProps<T> extends VirtualWindowBaseProps<T> {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export { List } from "./components/List"
22
export { Grid } from "./components/Grid"
33

4-
export type { GridProps, RenderItem } from "./components/Grid"
54
export type { ListProps } from "./components/List"
65
export type { VirtualWindowApi } from "./useWindowApi"
7-
export type { ItemGap, NumberOrPercent } from "./types"
6+
export type { ItemGap, NumberOrPercent, GridProps, RenderItem, CellMeta } from "./types"

packages/utils/package.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/utils/src/getScrollbarWidth.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/utils/src/index.ts

Whitespace-only changes.

packages/utils/src/isBrowser.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)