Skip to content

Commit ff8763b

Browse files
committed
Remove unused imports from props.ts and ui-prop-types from build.json 01
1 parent 089199a commit ff8763b

File tree

29 files changed

+10
-84
lines changed

29 files changed

+10
-84
lines changed

package-lock.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/__docs__/tsconfig.build.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@
181181
{
182182
"path": "../ui-progress/tsconfig.build.json"
183183
},
184-
{
185-
"path": "../ui-prop-types/tsconfig.build.json"
186-
},
187184
{
188185
"path": "../ui-radio-input/tsconfig.build.json"
189186
},

packages/ui-breadcrumb/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@instructure/shared-types": "10.23.0",
3838
"@instructure/ui-icons": "10.23.0",
3939
"@instructure/ui-link": "10.23.0",
40-
4140
"@instructure/ui-react-utils": "10.23.0",
4241
"@instructure/ui-testable": "10.23.0",
4342
"@instructure/ui-tooltip": "10.23.0",

packages/ui-breadcrumb/src/Breadcrumb/props.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,12 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24-
25-
26-
27-
import { Children } from '@instructure/ui-prop-types'
28-
29-
import { BreadcrumbLink } from './BreadcrumbLink'
30-
3124
import type {
3225
Spacing,
3326
WithStyleProps,
3427
ComponentStyle
3528
} from '@instructure/emotion'
36-
import type { BreadcrumbTheme, PropValidators } from '@instructure/shared-types'
29+
import type { BreadcrumbTheme } from '@instructure/shared-types'
3730

3831
type BreadcrumbOwnProps = {
3932
/**

packages/ui-breadcrumb/tsconfig.build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
{ "path": "../shared-types/tsconfig.build.json" },
1414
{ "path": "../ui-icons/tsconfig.build.json" },
1515
{ "path": "../ui-link/tsconfig.build.json" },
16-
{ "path": "../ui-prop-types/tsconfig.build.json" },
1716
{ "path": "../ui-react-utils/tsconfig.build.json" },
1817
{ "path": "../ui-testable/tsconfig.build.json" },
1918
{ "path": "../ui-truncate-text/tsconfig.build.json" },

packages/ui-buttons/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"@instructure/ui-dom-utils": "10.23.0",
4343
"@instructure/ui-icons": "10.23.0",
4444
"@instructure/ui-position": "10.23.0",
45-
4645
"@instructure/ui-react-utils": "10.23.0",
4746
"@instructure/ui-testable": "10.23.0",
4847
"@instructure/ui-tooltip": "10.23.0",

packages/ui-buttons/src/BaseButton/props.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ import type {
3333
ToProp,
3434
AsElementType,
3535
BaseButtonTheme,
36-
OtherHTMLAttributes,
37-
PropValidators
3836
} from '@instructure/shared-types'
3937
import type { Cursor } from '@instructure/ui-prop-types'
4038
import type { ViewProps } from '@instructure/ui-view'

packages/ui-buttons/src/Button/props.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import type { Spacing, WithStyleProps } from '@instructure/emotion'
2727
import type {
2828
ToProp,
2929
AsElementType,
30-
3130
BaseButtonTheme,
3231
OtherHTMLAttributes
3332
} from '@instructure/shared-types'

packages/ui-buttons/src/CloseButton/props.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ import type {
3232
ToProp,
3333
AsElementType,
3434
CloseButtonTheme,
35-
OtherHTMLAttributes,
36-
PropValidators
35+
OtherHTMLAttributes
3736
} from '@instructure/shared-types'
3837
import type { Cursor } from '@instructure/ui-prop-types'
3938
import type { ViewProps } from '@instructure/ui-view'

packages/ui-buttons/src/CondensedButton/props.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ import type {
2828
ToProp,
2929
AsElementType,
3030
BaseButtonTheme,
31-
OtherHTMLAttributes,
32-
PropValidators
31+
OtherHTMLAttributes
3332
} from '@instructure/shared-types'
3433
import type { Cursor } from '@instructure/ui-prop-types'
3534
import type { ViewProps } from '@instructure/ui-view'

0 commit comments

Comments
 (0)