@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.
Files changed (169) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/dist/components/badge/{badge.d.ts → Badge.d.ts} +0 -0
  3. package/dist/components/form/checkbox/index.d.ts +2 -1
  4. package/dist/components/form/fileUploader/hooks/useIcon.d.ts +1 -1
  5. package/dist/components/form/fileUploader/hooks/useTexts.d.ts +2 -2
  6. package/dist/components/table/Table.d.ts +20 -0
  7. package/dist/components/table/components/Pagination.d.ts +7 -0
  8. package/dist/components/table/components/customizationModal/customizationsModal.d.ts +2 -1
  9. package/dist/components/table/components/customizationModal/utils.d.ts +2 -2
  10. package/dist/components/table/index.d.ts +6 -2
  11. package/dist/components/table/table.stories.d.ts +5 -8
  12. package/dist/index.d.ts +3 -3
  13. package/dist/index.esm.js +4 -4
  14. package/dist/index.esm.js.map +1 -1
  15. package/dist/index.js +3 -3
  16. package/dist/index.js.map +1 -1
  17. package/dist/styles/theme.d.ts +2 -0
  18. package/package.json +2 -2
  19. package/dist/components/avatar/AvatarImage.d.ts +0 -3
  20. package/dist/components/avatar/AvatarInitials.d.ts +0 -3
  21. package/dist/components/avatar/AvatarPlaceholder.d.ts +0 -3
  22. package/dist/components/avatar/baseAvatar.d.ts +0 -3
  23. package/dist/components/avatar/typings/avatar.d.ts +0 -30
  24. package/dist/components/badge/components/styledBadgeWrapper.d.ts +0 -1
  25. package/dist/components/buttons/baseButton.d.ts +0 -3
  26. package/dist/components/buttons/button.d.ts +0 -3
  27. package/dist/components/buttons/buttons.stories.d.ts +0 -1
  28. package/dist/components/buttons/iconButton.d.ts +0 -3
  29. package/dist/components/buttons/iconButton.stories.d.ts +0 -1
  30. package/dist/components/buttons/typings/baseButton.d.ts +0 -15
  31. package/dist/components/buttons/typings/buttons.d.ts +0 -9
  32. package/dist/components/buttons/typings/iconButton.d.ts +0 -13
  33. package/dist/components/buttons/utils.d.ts +0 -47
  34. package/dist/components/checkbox/Checkbox.d.ts +0 -15
  35. package/dist/components/checkbox/checkbox.stories.d.ts +0 -1
  36. package/dist/components/checkbox/checkboxPalette.d.ts +0 -16
  37. package/dist/components/checkbox/components/Input.d.ts +0 -9
  38. package/dist/components/checkbox/components/checkbox-input.d.ts +0 -2
  39. package/dist/components/checkbox/components/container.d.ts +0 -2
  40. package/dist/components/checkbox/components/label.d.ts +0 -8
  41. package/dist/components/checkbox/components/styledCheckboxInputWrapper.d.ts +0 -2
  42. package/dist/components/checkbox/hooks/useCheckboxValue.d.ts +0 -11
  43. package/dist/components/checkbox/index.d.ts +0 -4
  44. package/dist/components/checkbox/types.d.ts +0 -19
  45. package/dist/components/checkbox/typings/checkbox.d.ts +0 -38
  46. package/dist/components/checkbox/utils.d.ts +0 -24
  47. package/dist/components/common/Icon/components/backgroundWrapper.d.ts +0 -5
  48. package/dist/components/common/Icon/icon.stories.d.ts +0 -1
  49. package/dist/components/common/Icon/index.d.ts +0 -6
  50. package/dist/components/common/Icon/typings.d.ts +0 -43
  51. package/dist/components/dropdown/components/StyledDropdown.d.ts +0 -8
  52. package/dist/components/dropdown/components/StyledDropdownWrapper.d.ts +0 -10
  53. package/dist/components/dropdown/components/UnstyledDropdown.d.ts +0 -13
  54. package/dist/components/dropdownLegacy/DropdownImpl.d.ts +0 -12
  55. package/dist/components/dropdownLegacy/components/Item.d.ts +0 -8
  56. package/dist/components/dropdownLegacy/components/Separator.d.ts +0 -2
  57. package/dist/components/dropdownLegacy/components/ShortcutText.d.ts +0 -1
  58. package/dist/components/dropdownLegacy/components/Title.d.ts +0 -4
  59. package/dist/components/dropdownLegacy/components/UserListItem.d.ts +0 -6
  60. package/dist/components/dropdownLegacy/dropdown.d.ts +0 -13
  61. package/dist/components/dropdownLegacy/dropdown.stories.d.ts +0 -1
  62. package/dist/components/dropdownLegacy/types.d.ts +0 -45
  63. package/dist/components/dropdownV2/DropdownImpl.d.ts +0 -4
  64. package/dist/components/dropdownV2/components/Item.d.ts +0 -8
  65. package/dist/components/dropdownV2/components/Separator.d.ts +0 -3
  66. package/dist/components/dropdownV2/components/ShortcutText.d.ts +0 -1
  67. package/dist/components/dropdownV2/components/Title.d.ts +0 -4
  68. package/dist/components/dropdownV2/components/UserListItem.d.ts +0 -6
  69. package/dist/components/dropdownV2/dropdown.d.ts +0 -14
  70. package/dist/components/dropdownV2/dropdown.stories.d.ts +0 -1
  71. package/dist/components/dropdownV2/index.d.ts +0 -3
  72. package/dist/components/dropdownV2/types.d.ts +0 -49
  73. package/dist/components/groupRadioButton/typings/groupRadioButton.d.ts +0 -21
  74. package/dist/components/groupRadioButton/utils.d.ts +0 -3
  75. package/dist/components/groupedList/components/StyledGroupedList.d.ts +0 -17
  76. package/dist/components/iconDropdown/iconDropdown.d.ts +0 -9
  77. package/dist/components/iconDropdown/index.d.ts +0 -2
  78. package/dist/components/inlineMessages/utils.d.ts +0 -295
  79. package/dist/components/inputText/components/icons.d.ts +0 -8
  80. package/dist/components/inputText/components/inputContainer.d.ts +0 -1
  81. package/dist/components/inputText/components/messages.d.ts +0 -2
  82. package/dist/components/inputText/components/wrapperTextArea.d.ts +0 -1
  83. package/dist/components/inputText/icons.d.ts +0 -9
  84. package/dist/components/inputText/index.d.ts +0 -3
  85. package/dist/components/inputText/inputText.stories.d.ts +0 -1
  86. package/dist/components/inputText/inputTextStyledWrapper.d.ts +0 -2
  87. package/dist/components/inputText/sideText.d.ts +0 -6
  88. package/dist/components/inputText/typings/enums.d.ts +0 -17
  89. package/dist/components/inputText/typings/inputText.d.ts +0 -43
  90. package/dist/components/inputText/utils.d.ts +0 -8
  91. package/dist/components/modals/components/HeaderSearch.d.ts +0 -8
  92. package/dist/components/modals/modalStyledWrapper.d.ts +0 -2
  93. package/dist/components/navigationDropdown/index.d.ts +0 -2
  94. package/dist/components/navigationDropdown/navigationDropdown.d.ts +0 -9
  95. package/dist/components/select/custom-select-style.d.ts +0 -2
  96. package/dist/components/select/hooks/constants.d.ts +0 -4613
  97. package/dist/components/select/hooks/useCustomSelectStyle.d.ts +0 -4
  98. package/dist/components/select/index.d.ts +0 -4
  99. package/dist/components/select/select.stories.d.ts +0 -1
  100. package/dist/components/select/typings/select.d.ts +0 -22
  101. package/dist/components/select/utils.d.ts +0 -1
  102. package/dist/components/stepBar/components/singleStep.d.ts +0 -3
  103. package/dist/components/stepBar/components/styledStepBarWrapper.d.ts +0 -2
  104. package/dist/components/stepBar/index.d.ts +0 -2
  105. package/dist/components/stepBar/stepBar.d.ts +0 -7
  106. package/dist/components/stepBar/stepBar.stories.d.ts +0 -1
  107. package/dist/components/stepBar/types.d.ts +0 -15
  108. package/dist/components/table/components/pagination.d.ts +0 -2
  109. package/dist/components/table/table.d.ts +0 -2
  110. package/dist/components/tabs/components/item/Item.d.ts +0 -8
  111. package/dist/components/tabs/components/item/components/ActiveTag.d.ts +0 -6
  112. package/dist/components/tabs/components/item/components/Tab.d.ts +0 -6
  113. package/dist/components/tabs/components/tabsDropdown/TabsDropdown.d.ts +0 -8
  114. package/dist/components/tabs/components/tabsDropdown/components/TabsDropdownTrigger.d.ts +0 -7
  115. package/dist/components/tabs/hooks/useResizedWidth.d.ts +0 -7
  116. package/dist/components/tabs/hooks/useTabItemsCount.d.ts +0 -12
  117. package/dist/components/tabs/tabs.d.ts +0 -12
  118. package/dist/components/tabs/types.d.ts +0 -5
  119. package/dist/components/tag/components/StyledTag.d.ts +0 -10
  120. package/dist/components/test/index.d.ts +0 -2
  121. package/dist/components/test/test.d.ts +0 -5
  122. package/dist/components/textButton/TextButton.d.ts +0 -12
  123. package/dist/components/textButton/index.d.ts +0 -2
  124. package/dist/components/textButton/textButton.stories.d.ts +0 -1
  125. package/dist/components/tooltips/components/message.d.ts +0 -12
  126. package/dist/components/tooltips/components/styledTooltipWrapper.d.ts +0 -1
  127. package/dist/components/tooltips/index.d.ts +0 -2
  128. package/dist/components/tooltips/tooltips.d.ts +0 -15
  129. package/dist/components/tooltips/tooltips.stories.d.ts +0 -1
  130. package/dist/components/tooltips/types.d.ts +0 -25
  131. package/dist/styles/default-palette/base.d.ts +0 -18
  132. package/dist/styles/default-palette/blue.d.ts +0 -12
  133. package/dist/styles/default-palette/cyan.d.ts +0 -12
  134. package/dist/styles/default-palette/fucsia.d.ts +0 -12
  135. package/dist/styles/default-palette/green.d.ts +0 -12
  136. package/dist/styles/default-palette/grey.d.ts +0 -12
  137. package/dist/styles/default-palette/index.d.ts +0 -152
  138. package/dist/styles/default-palette/indigo.d.ts +0 -12
  139. package/dist/styles/default-palette/orange.d.ts +0 -12
  140. package/dist/styles/default-palette/pink.d.ts +0 -12
  141. package/dist/styles/default-palette/red.d.ts +0 -12
  142. package/dist/styles/default-palette/yellow.d.ts +0 -12
  143. package/dist/styles/defaultPalette/base.d.ts +0 -18
  144. package/dist/styles/defaultPalette/blue.d.ts +0 -12
  145. package/dist/styles/defaultPalette/cyan.d.ts +0 -12
  146. package/dist/styles/defaultPalette/fuchsia.d.ts +0 -12
  147. package/dist/styles/defaultPalette/green.d.ts +0 -12
  148. package/dist/styles/defaultPalette/grey.d.ts +0 -12
  149. package/dist/styles/defaultPalette/indigo.d.ts +0 -12
  150. package/dist/styles/defaultPalette/orange.d.ts +0 -12
  151. package/dist/styles/defaultPalette/pink.d.ts +0 -12
  152. package/dist/styles/defaultPalette/red.d.ts +0 -12
  153. package/dist/styles/defaultPalette/yellow.d.ts +0 -12
  154. package/dist/styles/elevations.d.ts +0 -7
  155. package/dist/styles/fic-palette/base.d.ts +0 -18
  156. package/dist/styles/fic-palette/blue.d.ts +0 -12
  157. package/dist/styles/fic-palette/cyan.d.ts +0 -12
  158. package/dist/styles/fic-palette/fucsia.d.ts +0 -12
  159. package/dist/styles/fic-palette/green.d.ts +0 -12
  160. package/dist/styles/fic-palette/grey.d.ts +0 -12
  161. package/dist/styles/fic-palette/index.d.ts +0 -141
  162. package/dist/styles/fic-palette/indigo.d.ts +0 -12
  163. package/dist/styles/fic-palette/orange.d.ts +0 -12
  164. package/dist/styles/fic-palette/pink.d.ts +0 -12
  165. package/dist/styles/fic-palette/red.d.ts +0 -12
  166. package/dist/styles/fic-palette/yellow.d.ts +0 -12
  167. package/dist/styles/palette.d.ts +0 -298
  168. package/dist/styles/shadows.d.ts +0 -3
  169. package/dist/utils/FICNumbers.d.ts +0 -11
@@ -1,4 +0,0 @@
1
- import { Styles } from 'react-select/src/styles';
2
- declare type sizeType = 'medium' | 'large';
3
- declare const useCustomSelectStyle: (size?: sizeType) => Partial<Styles>;
4
- export default useCustomSelectStyle;
@@ -1,4 +0,0 @@
1
- import { TSelect, TSelectAsync, TSelectCreatable } from './typings/select';
2
- export declare const Select: TSelect;
3
- export declare const SelectCreatable: TSelectCreatable;
4
- export declare const SelectAsync: TSelectAsync;
@@ -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,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { StepProps } from '../types';
3
- export declare const SingleStep: (props: StepProps) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import { UnstyledStepBarPropsInterface } from '../types';
2
- export declare const StyledStepBarWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, UnstyledStepBarPropsInterface, never>;
@@ -1,2 +0,0 @@
1
- import StepBar from './stepBar';
2
- export { StepBar };
@@ -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,2 +0,0 @@
1
- import { TPagination } from '../typings/main';
2
- export declare const Pagination: TPagination;
@@ -1,2 +0,0 @@
1
- import { TTable } from './typings/main';
2
- export declare const Table: TTable;
@@ -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,6 +0,0 @@
1
- import { TabsItem } from '../../../types';
2
- interface ActiveTagType {
3
- active: TabsItem['active'];
4
- }
5
- declare const ActiveTag: import("styled-components").StyledComponent<"span", any, ActiveTagType, never>;
6
- export default ActiveTag;
@@ -1,6 +0,0 @@
1
- import { TabsItem } from '../../../types';
2
- interface TabTypes {
3
- active: TabsItem['active'];
4
- }
5
- declare const Tab: import("styled-components").StyledComponent<"span", any, TabTypes, never>;
6
- export default Tab;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import { TabsItem } from '../../types';
3
- interface Props {
4
- active: TabsItem['active'];
5
- items: TabsItem[];
6
- }
7
- declare const TabsDropdown: ({ active, items }: Props) => JSX.Element;
8
- export default TabsDropdown;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { TabsItem } from '../../../types';
3
- interface Props {
4
- active: TabsItem['active'];
5
- }
6
- declare const TabsDropdownTrigger: ({ active }: Props) => JSX.Element;
7
- export default TabsDropdownTrigger;
@@ -1,7 +0,0 @@
1
- import { UseMeasureRef } from 'react-use/lib/useMeasure';
2
- interface ReturnType {
3
- elementsWrapperRef: UseMeasureRef<HTMLDivElement>;
4
- wrapperWidth: number;
5
- }
6
- declare const useResizedWidth: () => ReturnType;
7
- export default useResizedWidth;
@@ -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,5 +0,0 @@
1
- export interface TabsItem {
2
- text: string;
3
- active?: boolean;
4
- handleClick?: () => void;
5
- }
@@ -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,2 +0,0 @@
1
- import test from './test';
2
- export { test };
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- export default class Test extends React.Component<{}, {}> {
3
- static variabileStatica: string;
4
- render(): JSX.Element;
5
- }
@@ -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,2 +0,0 @@
1
- import TextButton from './TextButton';
2
- export { 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,2 +0,0 @@
1
- import Tooltip from './tooltips';
2
- export { Tooltip };
@@ -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,12 +0,0 @@
1
- export declare const blue: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -1,12 +0,0 @@
1
- export declare const cyan: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -1,12 +0,0 @@
1
- export declare const fucsia: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -1,12 +0,0 @@
1
- export declare const green: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -1,12 +0,0 @@
1
- export declare const grey: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -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,12 +0,0 @@
1
- export declare const indigo: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -1,12 +0,0 @@
1
- export declare const orange: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -1,12 +0,0 @@
1
- export declare const pink: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -1,12 +0,0 @@
1
- export declare const red: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -1,12 +0,0 @@
1
- export declare const yellow: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -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,12 +0,0 @@
1
- export declare const blue: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -1,12 +0,0 @@
1
- export declare const cyan: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };
@@ -1,12 +0,0 @@
1
- export declare const fuchsia: {
2
- 900: string;
3
- 800: string;
4
- 700: string;
5
- 600: string;
6
- 500: string;
7
- 400: string;
8
- 300: string;
9
- 200: string;
10
- 100: string;
11
- 50: string;
12
- };