@nycplanning/streetscape 0.17.0 → 0.18.0

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.
@@ -0,0 +1,2 @@
1
+ import { DarkableIconProps } from './Icon';
2
+ export declare function CompassIcon(props: DarkableIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { DarkableIconProps } from './Icon';
2
+ export declare function EducationIcon(props: DarkableIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { DarkableIconProps } from './Icon';
2
+ export declare function HealthIcon(props: DarkableIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { DarkableIconProps } from './Icon';
2
+ export declare function HousingIcon(props: DarkableIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '@chakra-ui/react';
2
+ export { Icon, AddIcon, ArrowBackIcon, ArrowDownIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpDownIcon, AtSignIcon, AttachmentIcon, BellIcon, CalendarIcon, ChatIcon, CheckIcon, CheckCircleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, CopyIcon, DeleteIcon, DownloadIcon, DragHandleIcon, EditIcon, EmailIcon, ExternalLinkIcon, HamburgerIcon, InfoIcon, InfoOutlineIcon, LinkIcon, LockIcon, MinusIcon, MoonIcon, NotAllowedIcon, PhoneIcon, PlusSquareIcon, QuestionIcon, QuestionOutlineIcon, RepeatIcon, RepeatClockIcon, SearchIcon, Search2Icon, SettingsIcon, SmallAddIcon, SmallCloseIcon, SpinnerIcon, StarIcon, SunIcon, TimeIcon, TriangleDownIcon, TriangleUpIcon, UnlockIcon, UpDownIcon, ViewIcon, ViewOffIcon, WarningIcon, WarningTwoIcon, } from '@chakra-ui/icons';
3
+ export type { IconProps } from '@chakra-ui/icons';
4
+ export type DarkableIconProps = IconProps & {
5
+ dark?: boolean;
6
+ };
@@ -0,0 +1,2 @@
1
+ import { DarkableIconProps } from './Icon';
2
+ export declare function InfrastructureIcon(props: DarkableIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { DarkableIconProps } from './Icon';
2
+ export declare function ParksIcon(props: DarkableIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { DarkableIconProps } from './Icon';
2
+ export declare function PeopleIcon(props: DarkableIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { DarkableIconProps } from './Icon';
2
+ export declare function SafetyIcon(props: DarkableIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { DarkableIconProps } from './Icon';
2
+ export declare function TransportationIcon(props: DarkableIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ export * from './Icon';
2
+ export * from './EducationIcon';
3
+ export * from './HealthIcon';
4
+ export * from './HousingIcon';
5
+ export * from './InfrastructureIcon';
6
+ export * from './ParksIcon';
7
+ export * from './PeopleIcon';
8
+ export * from './SafetyIcon';
9
+ export * from './TransportationIcon';
10
+ export * from './CompassIcon';
@@ -6,6 +6,7 @@ export * from './Switch';
6
6
  export * from './Input';
7
7
  export * from './NumberInput';
8
8
  export * from './FormControl';
9
+ export * from './Icon';
9
10
  export * from './Select';
10
11
  export * from './Drawer';
11
12
  export * from './Tabs';