Skip to content

Commit

Permalink
setup: upgraded tabler icons
Browse files Browse the repository at this point in the history
  • Loading branch information
The24thDS committed Jun 5, 2024
1 parent 8dd7c1c commit c2fcbda
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@mantine/notifications": "^6.0.0",
"@netlify/functions": "^1.0.0",
"@sentry/browser": "^7.12.1",
"@tabler/icons": "^1.78.1",
"@tabler/icons-react": "^3.5.0",
"airtable": "^0.11.4",
"filesize": "^10.0.12",
"konva": "^8.3.14",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/ColorSchemeToggle.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useMantineColorScheme, ActionIcon, Group } from "@mantine/core";
import { IconSun, IconMoonStars } from "@tabler/icons";
import { IconSun, IconMoonStars } from "@tabler/icons-react";

export default function ColorSchemeTogle() {
const { colorScheme, toggleColorScheme } = useMantineColorScheme();
Expand Down
2 changes: 1 addition & 1 deletion src/components/UnusedDDSFinder/FileTree.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Accordion, Flex, List, Text } from "@mantine/core";
import { IconFolder, IconPhoto } from "@tabler/icons";
import { IconFolder, IconPhoto } from "@tabler/icons-react";
import { partial } from "filesize";

import { UDDSDirectoryDDSFileType } from "../../utils/UDDSDirectory";
Expand Down
2 changes: 1 addition & 1 deletion src/components/UnusedDDSFinder/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
Flex,
} from "@mantine/core";
import { showNotification } from "@mantine/notifications";
import { IconAlertTriangle } from "@tabler/icons";
import { IconAlertTriangle } from "@tabler/icons-react";

import { RequiresInstallation } from "../shared/RequiresInstallation";

Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/DownloadButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { notifications } from "@mantine/notifications";
import { Stage } from "konva/lib/Stage";
import { useState } from "react";
import * as Sentry from "@sentry/browser";
import { IconX } from "@tabler/icons";
import { IconX } from "@tabler/icons-react";

declare global {
interface Window {
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/InstallApplicationButton.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useContext } from "react";
import { Alert, Button } from "@mantine/core";
import { IconAlertCircle } from "@tabler/icons";
import { IconAlertCircle } from "@tabler/icons-react";

import { BeforeInstallPromptContext } from "../../hooks/useIsInstalled";
import { isAnalyticsEnabled } from "../../utils/general";
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1773,10 +1773,17 @@
magic-string "^0.25.0"
string.prototype.matchall "^4.0.6"

"@tabler/icons@^1.78.1":
version "1.119.0"
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-1.119.0.tgz#8c590bc5a563c8673a78ccd451bedabd584b376e"
integrity sha512-Fk3Qq4w2SXcTjc/n1cuL5bccPkylrOMo7cYpQIf/yw6zP76LQV9dtLcHQUjFiUnaYuswR645CnURIhlafyAh9g==
"@tabler/icons-react@^3.5.0":
version "3.5.0"
resolved "https://registry.yarnpkg.com/@tabler/icons-react/-/icons-react-3.5.0.tgz#71925d527bb50a3b5bb23cc0154acc8b0ed65214"
integrity sha512-bn05XKZV3ZfOv5Jr1FCTmVPOQGBVJoA4NefrnR919rqg6WGXAa08NovONHJGSuMxXUMV3b9Cni85diIW/E9yuw==
dependencies:
"@tabler/icons" "3.5.0"

"@tabler/icons@3.5.0":
version "3.5.0"
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.5.0.tgz#29d0dbf100c8cb392dd64f1fe8efdcfcd1f57e44"
integrity sha512-I53dC3ZSHQ2MZFGvDYJelfXm91L2bTTixS4w5jTAulLhHbCZso5Bih4Rk/NYZxlngLQMKHvEYwZQ+6w/WluKiA==

"@types/babel__core@^7.20.5":
version "7.20.5"
Expand Down

0 comments on commit c2fcbda

Please sign in to comment.