@televet/kibble-ui 1.2.2-beta.2p81ym7.2 → 1.2.2
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/build/components/Icon/icon.types.d.ts +1 -1
- package/build/components/Typography/Heading/heading.component.d.ts +3 -4
- package/build/components/Typography/Text/text.component.d.ts +2 -6
- package/build/components/Typography/Text/text.types.d.ts +0 -1
- package/build/components/Typography/index.d.ts +0 -1
- package/build/index.js +463 -441
- package/build/index.js.map +1 -1
- package/build/theme/theme.types.d.ts +2 -1
- package/build/theme/tokens/colors/color.types.d.ts +23 -2
- package/build/theme/tokens/fontWeights.d.ts +12 -3
- package/package.json +2 -2
- package/build/components/Button/button.model.d.ts +0 -5
- package/build/components/Button/button.records.d.ts +0 -2
- package/build/components/Drawer/drawer.records.d.ts +0 -13
- package/build/components/Modal/index.d.ts +0 -2
- package/build/components/Modal/modal-section.component.d.ts +0 -7
- package/build/components/Modal/modal.component.d.ts +0 -24
- package/build/components/Modal/modal.types.d.ts +0 -1
- package/build/components/Tooltip/tooltip.model.d.ts +0 -4
- package/build/components/Tooltip/tooltip.records.d.ts +0 -9
- package/build/components/Typography/Heading/heading.records.d.ts +0 -2
- package/build/components/Typography/Text/text.records.d.ts +0 -2
- package/build/components/Typography/typography.types.d.ts +0 -1
- package/build/theme/theme.model.d.ts +0 -37
- package/build/theme/theme.record.d.ts +0 -2
- package/build/theme/tokens/colors/color.model.d.ts +0 -64
- package/build/theme/tokens/colors/color.type.d.ts +0 -9
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare type IconName = 'alertCircle' | 'animalBird' | 'animalCat' | 'animalCow' | 'animalDog' | 'animalHorse' | '
|
|
1
|
+
export declare type IconName = 'alertCircle' | 'animalBird' | 'animalCat' | 'animalCow' | 'animalDog' | 'animalHorse' | 'arrowCircle' | 'arrowDown' | 'arrowDownRight' | 'arrowLeft' | 'arrowRight' | 'arrowUp' | 'arrowsIn' | 'arrowsOut' | 'article' | 'asterisk' | 'bell' | 'bellRinging' | 'bookmarkFilled' | 'bookmarkOutlined' | 'brush' | 'bulkSelect' | 'caduceus' | 'calendarDate' | 'calendarCheck' | 'calendarInfo' | 'calendarPen' | 'calendarOutlined' | 'camera' | 'cameraFlip' | 'cameraOff' | 'cancel' | 'cellphone' | 'cellphoneAlert' | 'chainLink' | 'chatBubbleFilled' | 'chatBubbleOutlined' | 'checkmark' | 'checkmarkBox' | 'checkmarkCircle' | 'checkmarkList' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUp' | 'chevronUpDown' | 'circleDotted' | 'clock' | 'close' | 'closeCircle' | 'code' | 'conversation' | 'creditCardHand' | 'crossClipboard' | 'crossPaw' | 'crossHatPerson' | 'dogHouse' | 'dogHouseOutlined' | 'dollar' | 'dollarCircle' | 'dotsCircle' | 'dotsHorizontal' | 'dotsVertical' | 'doubleArrowCircle' | 'download' | 'dragDrop' | 'emailSend' | 'envelopeFilled' | 'envelopeOutlined' | 'eyedropper' | 'eyeOpen' | 'eyeSlash' | 'externalLink' | 'faceScreen' | 'formsFilled' | 'formsOutlined' | 'funnelFilled' | 'funnelOutlined' | 'gear' | 'grid' | 'horizontalLines' | 'house' | 'infoCircleFilled' | 'infoCircleOutlined' | 'input' | 'invoice' | 'invoiceOutlined' | 'kanbanBoard' | 'largeTextInput' | 'list' | 'locationMarker' | 'locationMarkerGround' | 'lockRectangle' | 'lockRound' | 'loudspeaker' | 'magnifyingGlass' | 'mailbox' | 'manHeadset' | 'message' | 'messages' | 'messageClipboard' | 'messageEllipses' | 'messageGear' | 'messageLink' | 'microphone' | 'microphoneMute' | 'minus' | 'moveLeft' | 'moveRight' | 'multipleChoice' | 'notification' | 'paperAirplane' | 'paperAirplane2' | 'paperAirplaneRight' | 'paperclip' | 'paperPen' | 'paw' | 'paw2' | 'pawMagnifyingGlass' | 'pawOutlined' | 'pdfLogo' | 'pen' | 'penSquare' | 'person' | 'personAdd' | 'phone' | 'phoneButtons' | 'phoneDown' | 'phoneRing' | 'pill' | 'pillHand' | 'playingCards' | 'plus' | 'questionMark' | 'questionMarkCircle' | 'quilInk' | 'reactLogo' | 'record' | 'report' | 'robot' | 'smileyFace' | 'smileyFacePlus' | 'star' | 'star2' | 'star2Outlined' | 'starCircle' | 'team' | 'textEdit' | 'thumbsUp' | 'trashcan' | 'twoSquares' | 'upload' | 'videoCamera' | 'warningSign' | 'website';
|
|
2
2
|
export declare type IconsSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
3
3
|
export declare type IconColor = 'default' | 'subtle' | 'inactive' | 'active' | 'success' | 'warning' | 'error' | 'currentColor';
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { HeadingProps as ChakraHeadingProps } from '@chakra-ui/react';
|
|
3
|
-
import { HeadingSize } from './heading.types';
|
|
4
|
-
import { TextColor } from '../typography.types';
|
|
3
|
+
import { HeadingSize, HeadingVariant } from './heading.types';
|
|
5
4
|
export interface HeadingProps extends ChakraHeadingProps {
|
|
6
5
|
children: ReactNode;
|
|
7
6
|
size?: HeadingSize;
|
|
8
|
-
|
|
7
|
+
variant?: HeadingVariant;
|
|
9
8
|
darkMode?: boolean;
|
|
10
9
|
}
|
|
11
|
-
export declare const Heading: ({ children, size,
|
|
10
|
+
export declare const Heading: ({ children, size, variant, ...rest }: HeadingProps) => JSX.Element;
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { TextProps as ChakraTextProps } from '@chakra-ui/react';
|
|
3
|
-
import {
|
|
4
|
-
import { TextColor } from '../typography.types';
|
|
3
|
+
import { TextVariant } from './text.types';
|
|
5
4
|
export interface TextProps extends ChakraTextProps {
|
|
6
5
|
children: ReactNode;
|
|
7
|
-
as?: HTMLTagName;
|
|
8
6
|
variant?: TextVariant;
|
|
9
|
-
color?: TextColor;
|
|
10
|
-
darkMode?: boolean;
|
|
11
7
|
}
|
|
12
|
-
export declare const Text: ({ children, variant,
|
|
8
|
+
export declare const Text: ({ children, variant, ...rest }: TextProps) => JSX.Element;
|