@7shifts/sous-chef 2.16.1 → 2.16.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.
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ rotate?: number;
8
+ dataTestId?: string;
9
+ };
10
+ declare const IconArrowDown: React.FC<Props>;
11
+ export default IconArrowDown;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconArrowLeft: React.FC<Props>;
9
+ export default IconArrowLeft;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconArrowRight: React.FC<Props>;
9
+ export default IconArrowRight;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconArrowUp: React.FC<Props>;
9
+ export default IconArrowUp;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconCalendar: React.FC<Props>;
9
+ export default IconCalendar;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconCheck: React.FC<Props>;
9
+ export default IconCheck;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ declare type Props = {
3
+ size?: 'small' | 'medium';
4
+ color?: string;
5
+ rotate?: number;
6
+ dataTestId?: string;
7
+ };
8
+ declare const IconChevronDown: React.FC<Props>;
9
+ export default IconChevronDown;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ declare type Props = {
4
+ size?: 'small' | 'medium';
5
+ color?: Color;
6
+ };
7
+ declare const IconChevronUp: React.FC<Props>;
8
+ export default IconChevronUp;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconClose: React.FC<Props>;
9
+ export default IconClose;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconComment: React.FC<Props>;
9
+ export default IconComment;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconDelete: React.FC<Props>;
9
+ export default IconDelete;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconEdit: React.FC<Props>;
9
+ export default IconEdit;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconExclaim: React.FC<Props>;
9
+ export default IconExclaim;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconEye: React.FC<Props>;
9
+ export default IconEye;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconEyeSlash: React.FC<Props>;
9
+ export default IconEyeSlash;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconLocation: React.FC<Props>;
9
+ export default IconLocation;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconMinusCircle: React.FC<Props>;
9
+ export default IconMinusCircle;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconMore: React.FC<Props>;
9
+ export default IconMore;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ declare type Props = {
4
+ size?: 'small' | 'medium' | 'default' | 'large';
5
+ color?: Color;
6
+ };
7
+ declare const IconRemove: React.FC<Props>;
8
+ export default IconRemove;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { IconSize } from './types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ };
7
+ declare const IconUser: React.FC<Props>;
8
+ export default IconUser;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Color } from '../foundation/colors';
3
+ import { IconSize } from './types';
4
+ declare type Props = {
5
+ size?: IconSize;
6
+ color?: Color;
7
+ };
8
+ declare const IconUserPlus: React.FC<Props>;
9
+ export default IconUserPlus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "2.16.1",
3
+ "version": "2.16.2",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",