diff --git a/notNeededPackages.json b/notNeededPackages.json index 8fe4ed276a..6eb8a1e9be 100644 --- a/notNeededPackages.json +++ b/notNeededPackages.json @@ -474,6 +474,12 @@ "sourceRepoURL": "https://github.com/interactivethings/catalog", "asOfVersion": "3.5.0" }, + { + "libraryName": "@catho/quantum", + "typingsPackageName": "catho__quantum", + "sourceRepoURL": "https://github.com/catho/quantum", + "asOfVersion": "3.9.0" + }, { "libraryName": "chai-http", "typingsPackageName": "chai-http", diff --git a/types/catho__quantum/catho__quantum-tests.tsx b/types/catho__quantum/catho__quantum-tests.tsx deleted file mode 100644 index 9448ec3332..0000000000 --- a/types/catho__quantum/catho__quantum-tests.tsx +++ /dev/null @@ -1,112 +0,0 @@ -import React = require('react'); -import { - Button, - Tag, - Colors, - Card, - Accordion, - Alert, - Badge, - Checkbox, - CheckboxGroup, - CircularLoader, - Dropdown, - Form, - Validations, - GlobalStyle, - IconFont, - Typography, - BREAKPOINTS, - Col, - Container, - Hide, - Row, - Hamburguer, - Icon, - Modal, - Pagination, - Popover, - ProgressBar, - RadioGroup, - RangeSlider, - Skeleton, - SnackBar, - Socials, - Tab, - TabbedView, - TextArea, - Toggle, - Tooltip, - Input, -} from 'catho__quantum'; - -