@cruk/chakra-components 2.0.2-dev.2 → 2.0.2-dev.3
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.
- package/dist/index.d.ts +10 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _chakra_ui_react from '@chakra-ui/react';
|
|
2
2
|
import { AccordionProps, AvatarProps, BoxProps, BreadcrumbItemProps, BreadcrumbLinkProps as BreadcrumbLinkProps$1, ButtonProps as ButtonProps$1, HeadingProps, IconProps as IconProps$1, ComponentWithAs, ImageProps as ImageProps$2, ResponsiveValue, ContainerProps, ProgressProps as ProgressProps$1, ChakraProps, LinkProps as LinkProps$1, CardProps as CardProps$1, StackProps, TagProps, CheckboxProps, CheckboxGroupProps, GridProps, InputProps as InputProps$1, TabsProps, FlexProps, FormLabelProps as FormLabelProps$1, ListItemProps, ListProps, NumberInputFieldProps, NumberInputProps, PopoverProps, StepperProps as StepperProps$1, TextProps, TextareaProps, RadioGroupProps, DividerProps, TableProps } from '@chakra-ui/react';
|
|
3
|
-
export { AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, AvatarBadge, AvatarGroup, Box, BoxProps, BreadcrumbItem, BreadcrumbItemProps, ButtonGroup, ChakraBaseProvider, Container, Flex, FlexProps, FormControl, FormErrorMessage, FormHelperText, Grid, GridItem, HStack, HeadingProps, InputAddon, InputGroup, InputLeftAddon, InputLeftElement, InputRightAddon, InputRightElement, LinkOverlay, List, ListIcon, ListItem, OrderedList, PopoverAnchor, PopoverArrow, PopoverBody, PopoverCloseButton, PopoverContent, PopoverFooter, PopoverHeader, PopoverProps, PopoverTrigger, Portal, Radio, RadioGroup, Select, SimpleGrid, Stack, Tab, TabList, TabPanel, TabPanels, TableContainer, Tag, TagProps, Tbody, Td, TextProps, Textarea, TextareaProps, Th, Thead,
|
|
3
|
+
export { AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, AvatarBadge, AvatarGroup, Box, BoxProps, BreadcrumbItem, BreadcrumbItemProps, ButtonGroup, ChakraBaseProvider, Container, Flex, FlexProps, FormControl, FormErrorMessage, FormHelperText, Grid, GridItem, HStack, HeadingProps, InputAddon, InputGroup, InputLeftAddon, InputLeftElement, InputRightAddon, InputRightElement, LinkOverlay, List, ListIcon, ListItem, OrderedList, PopoverAnchor, PopoverArrow, PopoverBody, PopoverCloseButton, PopoverContent, PopoverFooter, PopoverHeader, PopoverProps, PopoverTrigger, Portal, Radio, RadioGroup, Select, SimpleGrid, Stack, Tab, TabList, TabPanel, TabPanels, TableContainer, Tag, TagProps, Tbody, Td, TextProps, Textarea, TextareaProps, Th, Thead, Tr, UnorderedList, VStack, VisuallyHidden, Wrap, WrapItem, extendBaseTheme } from '@chakra-ui/react';
|
|
4
4
|
import * as React$1 from 'react';
|
|
5
5
|
import React__default, { HTMLAttributes, CSSProperties, ElementType, ReactElement, ChangeEventHandler, FC, ReactNode } from 'react';
|
|
6
6
|
import * as _chakra_ui_icons from '@chakra-ui/icons';
|
|
@@ -9,10 +9,13 @@ import { FileRejection } from 'react-dropzone';
|
|
|
9
9
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
10
10
|
|
|
11
11
|
declare const crukBrand: Record<string, any>;
|
|
12
|
+
type Theme$3 = typeof crukBrand;
|
|
12
13
|
|
|
13
14
|
declare const r4lBrand: Record<string, any>;
|
|
15
|
+
type Theme$2 = typeof r4lBrand;
|
|
14
16
|
|
|
15
17
|
declare const su2cBrand: Record<string, any>;
|
|
18
|
+
type Theme$1 = typeof su2cBrand;
|
|
16
19
|
|
|
17
20
|
declare const Accordion: _chakra_ui_react.ComponentWithAs<"div", AccordionProps>;
|
|
18
21
|
|
|
@@ -664,5 +667,10 @@ type AtLeastOnePropertyOf<T> = {
|
|
|
664
667
|
};
|
|
665
668
|
}[keyof T];
|
|
666
669
|
|
|
670
|
+
type CrukTheme = Theme$3;
|
|
671
|
+
type R4lTheme = Theme$2;
|
|
672
|
+
type Su2cTheme = Theme$1;
|
|
673
|
+
type Theme = CrukTheme | R4lTheme | Su2cTheme;
|
|
674
|
+
|
|
667
675
|
export { Accordion, Adult, Alert, AlertBanner, Apple, ArrownDown as ArrowDown, ArrowDownListItem, ArrowReturnUpIcon, ArrownUp as ArrowUp, Avatar, Badge, Bagdrop, Breadcrumb, BreadcrumbLink, Button, Card, CardStack, CheckCircle, CheckList, CheckListUL, Checkbox, CheckboxGroup, Children, CircleDevice, Clock, CloudUpload, Cross, Date, DatePicker, DirectDebit, Divider, Dogs, DonateWidget, EmailIcon, Facebook, FileUploader, Footer, Footnote, FormField, FormLabel, FourInFour, FundraisingRegulator, GoogleMapEmbed, GooglePay, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Heart, HeartSu2c, Icon, Image, Info, Input, Instagram, Link, LinkedIn, Loader, LogoGroup, MasterCard, Microscope, Navigation, Newsletter, NumberInput, OnThisPageHeadings, OneInFour, OvarianIcon, ParagraphWithMedia, Parking, PauseIcon, PayPal, PdfIcon, People, PhoneIcon, PlayIcon, Plus, PlusSu2c, Popover, PopoverAlert, Pound, ProgressBar, Pushchair, QuoteIcon, RadioConsent, ReferenceBlock, ReferenceBlockContainer, Refreshments, RichHeader, Royalties, Share, Shower, SideNav, SimpleHeader, SingleStatistics, SocialProof, SpeechBubble, SpotifyEmbed, Stepper, Success, Table, Tabs, Text, TextTruncate, TextareaWithWordCount, ThreeInFour, ThumbsUp, ThumbsUpSu2c, TikTok, ToggleGroup, Toilets, Totaliser, TwoBlockStatistics, TwoInFour, Venue, Video, Visa, WhatsApp, Wheelchairs, X, YouTube, YouTubeEmbed, crukBrand, r4lBrand, su2cBrand };
|
|
668
|
-
export type { AlertBannerProps, AtLeastOnePropertyOf, ButtonProps, CardProps, CardStackProps, FooterNavigationLink, FooterProps, IconProps, ImageLink, ImageProps$1 as ImageProps, LogoGroupProps, LogoProps, NavigationProps, PopoverAlertProps, ReferenceBlockContainerProps, ReferenceBlockProps, SemanticTokensType };
|
|
676
|
+
export type { AlertBannerProps, AtLeastOnePropertyOf, ButtonProps, CardProps, CardStackProps, CrukTheme, FooterNavigationLink, FooterProps, IconProps, ImageLink, ImageProps$1 as ImageProps, LogoGroupProps, LogoProps, NavigationProps, PopoverAlertProps, R4lTheme, ReferenceBlockContainerProps, ReferenceBlockProps, SemanticTokensType, Su2cTheme, Theme };
|