@cruk/chakra-components 2.0.1 → 2.0.2-dev.1
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 +3 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -108,7 +108,7 @@ interface FileLinkProps extends LinkProps {
|
|
|
108
108
|
fileType?: string;
|
|
109
109
|
fileSize?: string;
|
|
110
110
|
}
|
|
111
|
-
declare const Link: ComponentWithAs<"
|
|
111
|
+
declare const Link: ComponentWithAs<"a" | "p", FileLinkProps>;
|
|
112
112
|
|
|
113
113
|
type CardProps = CardProps$1 & {
|
|
114
114
|
image?: ImageProps$1;
|
|
@@ -664,4 +664,5 @@ type AtLeastOnePropertyOf<T> = {
|
|
|
664
664
|
};
|
|
665
665
|
}[keyof T];
|
|
666
666
|
|
|
667
|
-
export { Accordion, Adult, Alert, AlertBanner,
|
|
667
|
+
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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cruk/chakra-components",
|
|
3
|
-
"version": "2.0.1",
|
|
3
|
+
"version": "2.0.2-dev.1",
|
|
4
4
|
"description": "Chakra UI v2 based components for CRUK applications",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"prettier:test": "prettier --check 'src/**/*.{js,ts,tsx}'",
|
|
39
39
|
"prepare": "husky",
|
|
40
40
|
"format": "lint-staged",
|
|
41
|
-
"release": "semantic-release"
|
|
41
|
+
"release": "npm run build && semantic-release"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@applitools/eyes-storybook": "^3.53.13",
|