@fattureincloud/fic-design-system 0.4.6-expenses.1 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -1
- package/dist/components/badge/{badge.d.ts → Badge.d.ts} +0 -0
- package/dist/components/form/checkbox/index.d.ts +2 -1
- package/dist/components/form/fileUploader/hooks/useIcon.d.ts +1 -1
- package/dist/components/form/fileUploader/hooks/useTexts.d.ts +2 -2
- package/dist/components/table/Table.d.ts +20 -0
- package/dist/components/table/components/Pagination.d.ts +7 -0
- package/dist/components/table/components/customizationModal/customizationsModal.d.ts +2 -1
- package/dist/components/table/components/customizationModal/utils.d.ts +2 -2
- package/dist/components/table/index.d.ts +6 -2
- package/dist/components/table/table.stories.d.ts +5 -8
- package/dist/index.d.ts +3 -3
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styles/theme.d.ts +2 -0
- package/package.json +2 -2
- package/dist/components/avatar/AvatarImage.d.ts +0 -3
- package/dist/components/avatar/AvatarInitials.d.ts +0 -3
- package/dist/components/avatar/AvatarPlaceholder.d.ts +0 -3
- package/dist/components/avatar/baseAvatar.d.ts +0 -3
- package/dist/components/avatar/typings/avatar.d.ts +0 -30
- package/dist/components/badge/components/styledBadgeWrapper.d.ts +0 -1
- package/dist/components/buttons/baseButton.d.ts +0 -3
- package/dist/components/buttons/button.d.ts +0 -3
- package/dist/components/buttons/buttons.stories.d.ts +0 -1
- package/dist/components/buttons/iconButton.d.ts +0 -3
- package/dist/components/buttons/iconButton.stories.d.ts +0 -1
- package/dist/components/buttons/typings/baseButton.d.ts +0 -15
- package/dist/components/buttons/typings/buttons.d.ts +0 -9
- package/dist/components/buttons/typings/iconButton.d.ts +0 -13
- package/dist/components/buttons/utils.d.ts +0 -47
- package/dist/components/checkbox/Checkbox.d.ts +0 -15
- package/dist/components/checkbox/checkbox.stories.d.ts +0 -1
- package/dist/components/checkbox/checkboxPalette.d.ts +0 -16
- package/dist/components/checkbox/components/Input.d.ts +0 -9
- package/dist/components/checkbox/components/checkbox-input.d.ts +0 -2
- package/dist/components/checkbox/components/container.d.ts +0 -2
- package/dist/components/checkbox/components/label.d.ts +0 -8
- package/dist/components/checkbox/components/styledCheckboxInputWrapper.d.ts +0 -2
- package/dist/components/checkbox/hooks/useCheckboxValue.d.ts +0 -11
- package/dist/components/checkbox/index.d.ts +0 -4
- package/dist/components/checkbox/types.d.ts +0 -19
- package/dist/components/checkbox/typings/checkbox.d.ts +0 -38
- package/dist/components/checkbox/utils.d.ts +0 -24
- package/dist/components/common/Icon/components/backgroundWrapper.d.ts +0 -5
- package/dist/components/common/Icon/icon.stories.d.ts +0 -1
- package/dist/components/common/Icon/index.d.ts +0 -6
- package/dist/components/common/Icon/typings.d.ts +0 -43
- package/dist/components/dropdown/components/StyledDropdown.d.ts +0 -8
- package/dist/components/dropdown/components/StyledDropdownWrapper.d.ts +0 -10
- package/dist/components/dropdown/components/UnstyledDropdown.d.ts +0 -13
- package/dist/components/dropdownLegacy/DropdownImpl.d.ts +0 -12
- package/dist/components/dropdownLegacy/components/Item.d.ts +0 -8
- package/dist/components/dropdownLegacy/components/Separator.d.ts +0 -2
- package/dist/components/dropdownLegacy/components/ShortcutText.d.ts +0 -1
- package/dist/components/dropdownLegacy/components/Title.d.ts +0 -4
- package/dist/components/dropdownLegacy/components/UserListItem.d.ts +0 -6
- package/dist/components/dropdownLegacy/dropdown.d.ts +0 -13
- package/dist/components/dropdownLegacy/dropdown.stories.d.ts +0 -1
- package/dist/components/dropdownLegacy/types.d.ts +0 -45
- package/dist/components/dropdownV2/DropdownImpl.d.ts +0 -4
- package/dist/components/dropdownV2/components/Item.d.ts +0 -8
- package/dist/components/dropdownV2/components/Separator.d.ts +0 -3
- package/dist/components/dropdownV2/components/ShortcutText.d.ts +0 -1
- package/dist/components/dropdownV2/components/Title.d.ts +0 -4
- package/dist/components/dropdownV2/components/UserListItem.d.ts +0 -6
- package/dist/components/dropdownV2/dropdown.d.ts +0 -14
- package/dist/components/dropdownV2/dropdown.stories.d.ts +0 -1
- package/dist/components/dropdownV2/index.d.ts +0 -3
- package/dist/components/dropdownV2/types.d.ts +0 -49
- package/dist/components/groupRadioButton/typings/groupRadioButton.d.ts +0 -21
- package/dist/components/groupRadioButton/utils.d.ts +0 -3
- package/dist/components/groupedList/components/StyledGroupedList.d.ts +0 -17
- package/dist/components/iconDropdown/iconDropdown.d.ts +0 -9
- package/dist/components/iconDropdown/index.d.ts +0 -2
- package/dist/components/inlineMessages/utils.d.ts +0 -295
- package/dist/components/inputText/components/icons.d.ts +0 -8
- package/dist/components/inputText/components/inputContainer.d.ts +0 -1
- package/dist/components/inputText/components/messages.d.ts +0 -2
- package/dist/components/inputText/components/wrapperTextArea.d.ts +0 -1
- package/dist/components/inputText/icons.d.ts +0 -9
- package/dist/components/inputText/index.d.ts +0 -3
- package/dist/components/inputText/inputText.stories.d.ts +0 -1
- package/dist/components/inputText/inputTextStyledWrapper.d.ts +0 -2
- package/dist/components/inputText/sideText.d.ts +0 -6
- package/dist/components/inputText/typings/enums.d.ts +0 -17
- package/dist/components/inputText/typings/inputText.d.ts +0 -43
- package/dist/components/inputText/utils.d.ts +0 -8
- package/dist/components/modals/components/HeaderSearch.d.ts +0 -8
- package/dist/components/modals/modalStyledWrapper.d.ts +0 -2
- package/dist/components/navigationDropdown/index.d.ts +0 -2
- package/dist/components/navigationDropdown/navigationDropdown.d.ts +0 -9
- package/dist/components/select/custom-select-style.d.ts +0 -2
- package/dist/components/select/hooks/constants.d.ts +0 -4613
- package/dist/components/select/hooks/useCustomSelectStyle.d.ts +0 -4
- package/dist/components/select/index.d.ts +0 -4
- package/dist/components/select/select.stories.d.ts +0 -1
- package/dist/components/select/typings/select.d.ts +0 -22
- package/dist/components/select/utils.d.ts +0 -1
- package/dist/components/stepBar/components/singleStep.d.ts +0 -3
- package/dist/components/stepBar/components/styledStepBarWrapper.d.ts +0 -2
- package/dist/components/stepBar/index.d.ts +0 -2
- package/dist/components/stepBar/stepBar.d.ts +0 -7
- package/dist/components/stepBar/stepBar.stories.d.ts +0 -1
- package/dist/components/stepBar/types.d.ts +0 -15
- package/dist/components/table/components/pagination.d.ts +0 -2
- package/dist/components/table/table.d.ts +0 -2
- package/dist/components/tabs/components/item/Item.d.ts +0 -8
- package/dist/components/tabs/components/item/components/ActiveTag.d.ts +0 -6
- package/dist/components/tabs/components/item/components/Tab.d.ts +0 -6
- package/dist/components/tabs/components/tabsDropdown/TabsDropdown.d.ts +0 -8
- package/dist/components/tabs/components/tabsDropdown/components/TabsDropdownTrigger.d.ts +0 -7
- package/dist/components/tabs/hooks/useResizedWidth.d.ts +0 -7
- package/dist/components/tabs/hooks/useTabItemsCount.d.ts +0 -12
- package/dist/components/tabs/tabs.d.ts +0 -12
- package/dist/components/tabs/types.d.ts +0 -5
- package/dist/components/tag/components/StyledTag.d.ts +0 -10
- package/dist/components/test/index.d.ts +0 -2
- package/dist/components/test/test.d.ts +0 -5
- package/dist/components/textButton/TextButton.d.ts +0 -12
- package/dist/components/textButton/index.d.ts +0 -2
- package/dist/components/textButton/textButton.stories.d.ts +0 -1
- package/dist/components/tooltips/components/message.d.ts +0 -12
- package/dist/components/tooltips/components/styledTooltipWrapper.d.ts +0 -1
- package/dist/components/tooltips/index.d.ts +0 -2
- package/dist/components/tooltips/tooltips.d.ts +0 -15
- package/dist/components/tooltips/tooltips.stories.d.ts +0 -1
- package/dist/components/tooltips/types.d.ts +0 -25
- package/dist/styles/default-palette/base.d.ts +0 -18
- package/dist/styles/default-palette/blue.d.ts +0 -12
- package/dist/styles/default-palette/cyan.d.ts +0 -12
- package/dist/styles/default-palette/fucsia.d.ts +0 -12
- package/dist/styles/default-palette/green.d.ts +0 -12
- package/dist/styles/default-palette/grey.d.ts +0 -12
- package/dist/styles/default-palette/index.d.ts +0 -152
- package/dist/styles/default-palette/indigo.d.ts +0 -12
- package/dist/styles/default-palette/orange.d.ts +0 -12
- package/dist/styles/default-palette/pink.d.ts +0 -12
- package/dist/styles/default-palette/red.d.ts +0 -12
- package/dist/styles/default-palette/yellow.d.ts +0 -12
- package/dist/styles/defaultPalette/base.d.ts +0 -18
- package/dist/styles/defaultPalette/blue.d.ts +0 -12
- package/dist/styles/defaultPalette/cyan.d.ts +0 -12
- package/dist/styles/defaultPalette/fuchsia.d.ts +0 -12
- package/dist/styles/defaultPalette/green.d.ts +0 -12
- package/dist/styles/defaultPalette/grey.d.ts +0 -12
- package/dist/styles/defaultPalette/indigo.d.ts +0 -12
- package/dist/styles/defaultPalette/orange.d.ts +0 -12
- package/dist/styles/defaultPalette/pink.d.ts +0 -12
- package/dist/styles/defaultPalette/red.d.ts +0 -12
- package/dist/styles/defaultPalette/yellow.d.ts +0 -12
- package/dist/styles/elevations.d.ts +0 -7
- package/dist/styles/fic-palette/base.d.ts +0 -18
- package/dist/styles/fic-palette/blue.d.ts +0 -12
- package/dist/styles/fic-palette/cyan.d.ts +0 -12
- package/dist/styles/fic-palette/fucsia.d.ts +0 -12
- package/dist/styles/fic-palette/green.d.ts +0 -12
- package/dist/styles/fic-palette/grey.d.ts +0 -12
- package/dist/styles/fic-palette/index.d.ts +0 -141
- package/dist/styles/fic-palette/indigo.d.ts +0 -12
- package/dist/styles/fic-palette/orange.d.ts +0 -12
- package/dist/styles/fic-palette/pink.d.ts +0 -12
- package/dist/styles/fic-palette/red.d.ts +0 -12
- package/dist/styles/fic-palette/yellow.d.ts +0 -12
- package/dist/styles/palette.d.ts +0 -298
- package/dist/styles/shadows.d.ts +0 -3
- package/dist/utils/FICNumbers.d.ts +0 -11
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,22 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { default as Select } from 'react-select';
|
3
|
-
import { default as AsyncSelect } from 'react-select/async';
|
4
|
-
import CreatableSelect from 'react-select/creatable';
|
5
|
-
import { InputActionMeta } from 'react-select/src/types';
|
6
|
-
export interface Props {
|
7
|
-
label?: string;
|
8
|
-
size?: 'medium' | 'large' | undefined;
|
9
|
-
inputChange?: (newValue: string, actionMeta: InputActionMeta) => void;
|
10
|
-
getRef?: (node: any) => any;
|
11
|
-
}
|
12
|
-
export declare type TSelectProps = React.ComponentProps<typeof Select & Props>;
|
13
|
-
export declare type TAsyncSelectProps = React.ComponentProps<typeof AsyncSelect & Props>;
|
14
|
-
export declare type TSelectPropsCreatable = React.ComponentProps<typeof CreatableSelect> & {
|
15
|
-
label?: string;
|
16
|
-
size?: 'medium' | 'large' | undefined;
|
17
|
-
inputChange?: (newValue: string, actionMeta: InputActionMeta) => void;
|
18
|
-
createOption?: (inputValue: string) => void;
|
19
|
-
};
|
20
|
-
export declare type TSelect = React.FunctionComponent<TSelectProps>;
|
21
|
-
export declare type TSelectCreatable = React.FunctionComponent<TSelectPropsCreatable>;
|
22
|
-
export declare type TSelectAsync = React.FunctionComponent<TAsyncSelectProps>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const getRenderComponents: (size: string, isDisabled?: boolean | undefined, isSearchable?: boolean | undefined, menuIsOpen?: boolean | undefined) => {};
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { Component } from 'react';
|
2
|
-
import { TStepBar, UnstyledStepBarPropsInterface, UnstyledStepBarStateInterface } from './types';
|
3
|
-
export declare class UnstyledStepBar extends Component<UnstyledStepBarPropsInterface, UnstyledStepBarStateInterface> {
|
4
|
-
render(): JSX.Element;
|
5
|
-
}
|
6
|
-
declare const StepBar: TStepBar;
|
7
|
-
export default StepBar;
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
export interface StepProps {
|
3
|
-
title: string;
|
4
|
-
type: 'standard' | 'current' | 'completed';
|
5
|
-
number: number;
|
6
|
-
}
|
7
|
-
interface Props {
|
8
|
-
stepList: Array<StepProps>;
|
9
|
-
}
|
10
|
-
export declare type TStepBar = React.FunctionComponent<Props>;
|
11
|
-
export interface UnstyledStepBarPropsInterface extends Props {
|
12
|
-
}
|
13
|
-
export interface UnstyledStepBarStateInterface {
|
14
|
-
}
|
15
|
-
export {};
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { TabsItem } from '../../types';
|
3
|
-
interface Props extends TabsItem {
|
4
|
-
tabRef?: React.RefObject<HTMLDivElement>;
|
5
|
-
}
|
6
|
-
declare const Item: ({ handleClick, active, text, tabRef }: Props) => JSX.Element;
|
7
|
-
export { Props as TabsItemProps };
|
8
|
-
export default Item;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { RefObject } from 'react';
|
2
|
-
import { TabsProps } from '../tabs';
|
3
|
-
interface Params extends Required<Pick<TabsProps, 'distance' | 'lateralPadding' | 'scrollable'>> {
|
4
|
-
tabsLength: number;
|
5
|
-
wrapperWidth: number;
|
6
|
-
tabsRefs: RefObject<HTMLDivElement>[];
|
7
|
-
}
|
8
|
-
interface ReturnType {
|
9
|
-
visibleCount: number;
|
10
|
-
}
|
11
|
-
declare const useTabItemsCount: ({ scrollable, distance, tabsLength, wrapperWidth, tabsRefs, lateralPadding }: Params) => ReturnType;
|
12
|
-
export default useTabItemsCount;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { TabsItem } from './types';
|
3
|
-
interface Props {
|
4
|
-
className?: string;
|
5
|
-
tabs: TabsItem[];
|
6
|
-
distance?: number;
|
7
|
-
lateralPadding?: number;
|
8
|
-
scrollable?: boolean;
|
9
|
-
}
|
10
|
-
declare const Tabs: ({ tabs, className, scrollable, distance, lateralPadding }: Props) => JSX.Element;
|
11
|
-
export { Props as TabsProps };
|
12
|
-
export default Tabs;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { IconProps } from '../../../index';
|
2
|
-
import { TagStyle, TagType } from '../types';
|
3
|
-
export declare const StyledTag: import("styled-components").StyledComponent<"div", any, {
|
4
|
-
type: TagType;
|
5
|
-
tagStyle: TagStyle;
|
6
|
-
}, never>;
|
7
|
-
export declare const TagText: import("styled-components").StyledComponent<"div", any, {
|
8
|
-
leftIcon: IconProps | undefined;
|
9
|
-
rightIcon: IconProps | undefined;
|
10
|
-
}, never>;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
interface Props extends WrapperProps {
|
3
|
-
text: string;
|
4
|
-
}
|
5
|
-
declare const TextButton: ({ isDisabled, onClick, text, ...rest }: Props) => JSX.Element;
|
6
|
-
interface WrapperProps {
|
7
|
-
color?: 'blue' | 'red' | 'green' | 'yellow' | 'white';
|
8
|
-
isDisabled?: boolean;
|
9
|
-
onClick: () => void;
|
10
|
-
className?: string;
|
11
|
-
}
|
12
|
-
export default TextButton;
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { TPlacement } from '../types';
|
2
|
-
interface MessageInterface {
|
3
|
-
messageHeight: number;
|
4
|
-
messageWidth: number;
|
5
|
-
placement: TPlacement;
|
6
|
-
triggerDimension: {
|
7
|
-
width: number;
|
8
|
-
height: number;
|
9
|
-
};
|
10
|
-
}
|
11
|
-
export declare const Message: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, MessageInterface, never>;
|
12
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const StyledTooltipWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import React, { Component } from 'react';
|
2
|
-
import { UnstyledTooltipPropsInterface, UnstyledTooltipStateInterface, TTooltip } from './types';
|
3
|
-
export declare class UnstyledTooltip extends Component<UnstyledTooltipPropsInterface, UnstyledTooltipStateInterface> {
|
4
|
-
constructor(props: UnstyledTooltipPropsInterface);
|
5
|
-
messageRef: React.RefObject<HTMLDivElement>;
|
6
|
-
triggerRef: React.RefObject<HTMLDivElement>;
|
7
|
-
componentDidMount(): void;
|
8
|
-
componentDidUpdate(prevProps: UnstyledTooltipPropsInterface): void;
|
9
|
-
handleMouseLeave: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
10
|
-
handleMouseEnter: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
11
|
-
updateStateDimensions: (width: number, height: number) => void;
|
12
|
-
render(): JSX.Element;
|
13
|
-
}
|
14
|
-
declare const Tooltip: TTooltip;
|
15
|
-
export default Tooltip;
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,25 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
export declare type TPlacement = 'top' | 'left' | 'right' | 'bottom';
|
3
|
-
export declare type TTooltip = React.FunctionComponent<{
|
4
|
-
message?: string;
|
5
|
-
renderMessage?: () => JSX.Element;
|
6
|
-
placement: TPlacement;
|
7
|
-
isMessageVisible?: boolean;
|
8
|
-
isFullWidth?: boolean;
|
9
|
-
}>;
|
10
|
-
export interface UnstyledTooltipPropsInterface {
|
11
|
-
message?: string;
|
12
|
-
renderMessage?: () => JSX.Element;
|
13
|
-
placement: TPlacement;
|
14
|
-
isMessageVisible?: boolean;
|
15
|
-
isFullWidth?: boolean;
|
16
|
-
}
|
17
|
-
export interface UnstyledTooltipStateInterface {
|
18
|
-
show: boolean;
|
19
|
-
messageHeight?: number;
|
20
|
-
messageWidth?: number;
|
21
|
-
triggerDimension: {
|
22
|
-
width: number;
|
23
|
-
height: number;
|
24
|
-
};
|
25
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export declare const black: {
|
2
|
-
8: string;
|
3
|
-
16: string;
|
4
|
-
48: string;
|
5
|
-
80: string;
|
6
|
-
100: string;
|
7
|
-
};
|
8
|
-
export declare const white: {
|
9
|
-
8: string;
|
10
|
-
16: string;
|
11
|
-
48: string;
|
12
|
-
80: string;
|
13
|
-
100: string;
|
14
|
-
};
|
15
|
-
export declare const base: {
|
16
|
-
transparent: string;
|
17
|
-
gradientBlue: string;
|
18
|
-
};
|
@@ -1,152 +0,0 @@
|
|
1
|
-
export declare const colors: {
|
2
|
-
base: {
|
3
|
-
transparent: string;
|
4
|
-
gradientBlue: string;
|
5
|
-
};
|
6
|
-
black: {
|
7
|
-
8: string;
|
8
|
-
16: string;
|
9
|
-
48: string;
|
10
|
-
80: string;
|
11
|
-
100: string;
|
12
|
-
};
|
13
|
-
white: {
|
14
|
-
8: string;
|
15
|
-
16: string;
|
16
|
-
48: string;
|
17
|
-
80: string;
|
18
|
-
100: string;
|
19
|
-
};
|
20
|
-
grey: {
|
21
|
-
900: string;
|
22
|
-
800: string;
|
23
|
-
700: string;
|
24
|
-
600: string;
|
25
|
-
500: string;
|
26
|
-
400: string;
|
27
|
-
300: string;
|
28
|
-
200: string;
|
29
|
-
100: string;
|
30
|
-
50: string;
|
31
|
-
};
|
32
|
-
blue: {
|
33
|
-
900: string;
|
34
|
-
800: string;
|
35
|
-
700: string;
|
36
|
-
600: string;
|
37
|
-
500: string;
|
38
|
-
400: string;
|
39
|
-
300: string;
|
40
|
-
200: string;
|
41
|
-
100: string;
|
42
|
-
50: string;
|
43
|
-
};
|
44
|
-
indigo: {
|
45
|
-
900: string;
|
46
|
-
800: string;
|
47
|
-
700: string;
|
48
|
-
600: string;
|
49
|
-
500: string;
|
50
|
-
400: string;
|
51
|
-
300: string;
|
52
|
-
200: string;
|
53
|
-
100: string;
|
54
|
-
50: string;
|
55
|
-
};
|
56
|
-
yellow: {
|
57
|
-
900: string;
|
58
|
-
800: string;
|
59
|
-
700: string;
|
60
|
-
600: string;
|
61
|
-
500: string;
|
62
|
-
400: string;
|
63
|
-
300: string;
|
64
|
-
200: string;
|
65
|
-
100: string;
|
66
|
-
50: string;
|
67
|
-
};
|
68
|
-
orange: {
|
69
|
-
900: string;
|
70
|
-
800: string;
|
71
|
-
700: string;
|
72
|
-
600: string;
|
73
|
-
500: string;
|
74
|
-
400: string;
|
75
|
-
300: string;
|
76
|
-
200: string;
|
77
|
-
100: string;
|
78
|
-
50: string;
|
79
|
-
};
|
80
|
-
red: {
|
81
|
-
900: string;
|
82
|
-
800: string;
|
83
|
-
700: string;
|
84
|
-
600: string;
|
85
|
-
500: string;
|
86
|
-
400: string;
|
87
|
-
300: string;
|
88
|
-
200: string;
|
89
|
-
100: string;
|
90
|
-
50: string;
|
91
|
-
};
|
92
|
-
green: {
|
93
|
-
900: string;
|
94
|
-
800: string;
|
95
|
-
700: string;
|
96
|
-
600: string;
|
97
|
-
500: string;
|
98
|
-
400: string;
|
99
|
-
300: string;
|
100
|
-
200: string;
|
101
|
-
100: string;
|
102
|
-
50: string;
|
103
|
-
};
|
104
|
-
fucsia: {
|
105
|
-
900: string;
|
106
|
-
800: string;
|
107
|
-
700: string;
|
108
|
-
600: string;
|
109
|
-
500: string;
|
110
|
-
400: string;
|
111
|
-
300: string;
|
112
|
-
200: string;
|
113
|
-
100: string;
|
114
|
-
50: string;
|
115
|
-
};
|
116
|
-
pink: {
|
117
|
-
900: string;
|
118
|
-
800: string;
|
119
|
-
700: string;
|
120
|
-
600: string;
|
121
|
-
500: string;
|
122
|
-
400: string;
|
123
|
-
300: string;
|
124
|
-
200: string;
|
125
|
-
100: string;
|
126
|
-
50: string;
|
127
|
-
};
|
128
|
-
cyan: {
|
129
|
-
900: string;
|
130
|
-
800: string;
|
131
|
-
700: string;
|
132
|
-
600: string;
|
133
|
-
500: string;
|
134
|
-
400: string;
|
135
|
-
300: string;
|
136
|
-
200: string;
|
137
|
-
100: string;
|
138
|
-
50: string;
|
139
|
-
};
|
140
|
-
primary: {
|
141
|
-
900: string;
|
142
|
-
800: string;
|
143
|
-
700: string;
|
144
|
-
600: string;
|
145
|
-
500: string;
|
146
|
-
400: string;
|
147
|
-
300: string;
|
148
|
-
200: string;
|
149
|
-
100: string;
|
150
|
-
50: string;
|
151
|
-
};
|
152
|
-
};
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export declare const black: {
|
2
|
-
8: string;
|
3
|
-
16: string;
|
4
|
-
48: string;
|
5
|
-
80: string;
|
6
|
-
100: string;
|
7
|
-
};
|
8
|
-
export declare const white: {
|
9
|
-
8: string;
|
10
|
-
16: string;
|
11
|
-
48: string;
|
12
|
-
80: string;
|
13
|
-
100: string;
|
14
|
-
};
|
15
|
-
export declare const base: {
|
16
|
-
transparent: string;
|
17
|
-
gradientBlue: string;
|
18
|
-
};
|