@bitrise/bitkit 9.14.0-alpha-chakra.8 → 9.14.0

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.
Files changed (33) hide show
  1. package/package.json +11 -12
  2. package/src/Components/Menu/Menu.theme.ts +3 -3
  3. package/src/Old/AddonBeam/AddonBeam.tsx +2 -2
  4. package/src/Old/Avatar/Avatar.tsx +1 -1
  5. package/src/Old/Base/Base.tsx +56 -74
  6. package/src/Old/Checkbox/Checkbox.tsx +1 -1
  7. package/src/Old/DatePicker/DatePickerMonth.tsx +1 -1
  8. package/src/Old/Dropdown/DropdownMenuItemGroup.tsx +1 -1
  9. package/src/Old/Input/InputInlineHelp.tsx +1 -1
  10. package/src/Old/Input/InputLabel.tsx +1 -1
  11. package/src/Old/Link/Link.tsx +1 -1
  12. package/src/Old/Modal/Modal.tsx +1 -1
  13. package/src/Old/Modal/ModalHeader.tsx +1 -1
  14. package/src/Old/Modal/ModalHeaderProgress.tsx +1 -1
  15. package/src/Old/Modal/ModalTitle.tsx +1 -1
  16. package/src/Old/Placement/PlacementArrowPropsContext.ts +1 -1
  17. package/src/Old/Placement/PlacementPopper.tsx +1 -1
  18. package/src/Old/RadioButton/RadioButton.tsx +1 -1
  19. package/src/Old/Sidebar/SidebarSubMenuItem.tsx +1 -1
  20. package/src/Old/Skeleton/Skeleton.tsx +2 -2
  21. package/src/Old/Skeleton/SkeletonBox.tsx +1 -1
  22. package/src/Old/Table/TableCell.tsx +1 -1
  23. package/src/Old/Tooltip/Tooltip.tsx +2 -2
  24. package/src/index.ts +0 -6
  25. package/src/old.ts +2 -1
  26. package/src/theme.ts +0 -2
  27. package/src/tsconfig.tsbuildinfo +1 -1
  28. package/src/Components/Dropdown/Dropdown.stories.tsx +0 -63
  29. package/src/Components/Dropdown/Dropdown.styles.ts +0 -82
  30. package/src/Components/Dropdown/Dropdown.tsx +0 -64
  31. package/src/Components/Select/Select.stories.tsx +0 -38
  32. package/src/Components/Select/Select.theme.ts +0 -51
  33. package/src/Components/Select/Select.tsx +0 -17
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "9.14.0-alpha-chakra.8",
4
+ "version": "9.14.0",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
@@ -38,11 +38,10 @@
38
38
  "@juggle/resize-observer": "^3.3.1",
39
39
  "@popperjs/core": "^2.11.5",
40
40
  "@types/react-transition-group": "^4.4.4",
41
- "chakra-react-select": "3.3.3",
42
41
  "classnames": "^2.3.1",
43
42
  "clipboard": "^2.0.11",
44
43
  "framer-motion": "^6.3.3",
45
- "luxon": "^2.4.0",
44
+ "luxon": "^2.3.2",
46
45
  "react": "^17.0.2",
47
46
  "react-dom": "^17.0.2",
48
47
  "react-popper": "^2.3.0",
@@ -78,19 +77,19 @@
78
77
  "@types/clipboard": "^2.0.1",
79
78
  "@types/enzyme": "^3.10.12",
80
79
  "@types/fscreen": "^1.0.1",
81
- "@types/jest": "^27.5.1",
80
+ "@types/jest": "^27.5.0",
82
81
  "@types/lodash.sample": "^4.2.7",
83
82
  "@types/lodash.shuffle": "^4.2.7",
84
83
  "@types/luxon": "^2.3.2",
85
84
  "@types/prismjs": "^1.26.0",
86
- "@types/react": "17.0.45",
87
- "@types/react-dom": "^17.0.17",
85
+ "@types/react": "17.0.44",
86
+ "@types/react-dom": "^17.0.16",
88
87
  "@types/react-router": "^5.1.18",
89
88
  "@types/react-router-dom": "^5.3.3",
90
89
  "@types/react-transition-group": "^4.4.4",
91
90
  "@types/vfile-message": "^2.0.0",
92
- "@typescript-eslint/eslint-plugin": "^5.23.0",
93
- "@typescript-eslint/parser": "^5.23.0",
91
+ "@typescript-eslint/eslint-plugin": "^5.22.0",
92
+ "@typescript-eslint/parser": "^5.22.0",
94
93
  "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
95
94
  "axios": "^0.27.2",
96
95
  "babel-eslint": "^10.0.1",
@@ -100,7 +99,7 @@
100
99
  "concurrently": "^7.1.0",
101
100
  "enzyme": "^3.11.0",
102
101
  "enzyme-to-json": "^3.6.2",
103
- "eslint": "^8.15.0",
102
+ "eslint": "^8.14.0",
104
103
  "eslint-plugin-import": "^2.26.0",
105
104
  "eslint-plugin-jest": "^26.1.5",
106
105
  "eslint-plugin-jsx-a11y": "^6.5.1",
@@ -108,9 +107,9 @@
108
107
  "eslint-plugin-react": "^7.29.4",
109
108
  "eslint-plugin-react-hooks": "^4.5.0",
110
109
  "eslint-plugin-storybook": "^0.5.11",
111
- "eslint-plugin-testing-library": "^5.5.0",
110
+ "eslint-plugin-testing-library": "^5.3.1",
112
111
  "fscreen": "^1.2.0",
113
- "glob": "^8.0.2",
112
+ "glob": "^8.0.1",
114
113
  "husky": "^7.0.4",
115
114
  "identity-obj-proxy": "^3.0.0",
116
115
  "jest": "^27.5.1",
@@ -132,7 +131,7 @@
132
131
  "ts-node": "^10.7.0",
133
132
  "tsconfig-paths-webpack-plugin": "^3.5.2",
134
133
  "typescript": "^4.6.4",
135
- "webpack": "^5.72.1"
134
+ "webpack": "^5.72.0"
136
135
  },
137
136
  "files": [
138
137
  "src",
@@ -3,7 +3,7 @@ import type { SystemStyleObject } from '@chakra-ui/theme-tools';
3
3
  const MenuTheme: SystemStyleObject = {
4
4
  baseStyle: {
5
5
  list: {
6
- bg: 'neutral.100',
6
+ backgroundColor: 'neutral.100',
7
7
  border: '1px solid',
8
8
  borderColor: 'neutral.93',
9
9
  borderRadius: '4',
@@ -15,11 +15,11 @@ const MenuTheme: SystemStyleObject = {
15
15
  padding: '12',
16
16
  paddingRight: '16',
17
17
  _focus: {
18
- bg: 'neutral.95',
18
+ backgroundColor: 'neutral.93',
19
19
  boxShadow: 'none',
20
20
  },
21
21
  _active: {
22
- bg: 'neutral.93',
22
+ backgroundColor: 'neutral.90',
23
23
  },
24
24
  },
25
25
  },
@@ -59,7 +59,7 @@ const AddonBeam: React.FunctionComponent<Props> = (props: Props) => {
59
59
  {isInResponsiveView && !!onHamburgerIconClick && (
60
60
  <Flex>
61
61
  {/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
62
- <Link color="white" onClick={onHamburgerIconClick}>
62
+ <Link color="neutral.100" onClick={onHamburgerIconClick}>
63
63
  <Hamburger active={isHamburgerIconActive} />
64
64
  </Link>
65
65
  </Flex>
@@ -86,7 +86,7 @@ const AddonBeam: React.FunctionComponent<Props> = (props: Props) => {
86
86
 
87
87
  {isBeta && (
88
88
  <Flex>
89
- <Badge backgroundColor="yellow-3" textColor="grape-5">
89
+ <Badge backgroundColor="yellow.80" textColor="purple.10">
90
90
  BETA
91
91
  </Badge>
92
92
  </Flex>
@@ -52,7 +52,7 @@ const Avatar: React.FunctionComponent<Props> = (props: Props) => {
52
52
  >
53
53
  <Flex>
54
54
  {memoizedValue.shortHand && (
55
- <Text size="3" textColor="white">
55
+ <Text size="3" textColor="neutral.100">
56
56
  {memoizedValue.shortHand}
57
57
  </Text>
58
58
  )}
@@ -4,77 +4,59 @@ import './Base.css';
4
4
 
5
5
  export type TypeBorderRadius = 'x1' | 'x2' | 'x4' | 'rounded';
6
6
 
7
- export type TypeColors =
8
- | 'black'
9
- | 'white'
10
- | 'gray-1'
11
- | 'gray-2'
12
- | 'gray-3'
13
- | 'gray-4'
14
- | 'gray-5'
15
- | 'gray-6'
16
- | 'gray-7'
17
- | 'gray-8'
18
- | 'aqua-1'
19
- | 'aqua-2'
20
- | 'aqua-3'
21
- | 'aqua-4'
22
- | 'aqua-5'
23
- | 'grape-1'
24
- | 'grape-2'
25
- | 'grape-3'
26
- | 'grape-4'
27
- | 'grape-5'
28
- | 'eggplant'
29
- | 'red-1'
30
- | 'red-2'
31
- | 'red-3'
32
- | 'red-4'
33
- | 'red-5'
34
- | 'orange-1'
35
- | 'orange-2'
36
- | 'orange-3'
37
- | 'orange-4'
38
- | 'orange-5'
39
- | 'yellow-1'
40
- | 'yellow-2'
41
- | 'yellow-3'
42
- | 'yellow-4'
43
- | 'yellow-5'
44
- | 'green-1'
45
- | 'green-2'
46
- | 'green-3'
47
- | 'green-4'
48
- | 'green-5'
49
- | 'blue-1'
50
- | 'blue-2'
51
- | 'blue-3'
52
- | 'blue-4'
53
- | 'blue-5'
54
- | 'darkblue-1'
55
- | 'darkblue-2'
56
- | 'darkblue-3'
57
- | 'darkblue-4'
58
- | 'darkblue-5'
59
- | 'violet-1'
60
- | 'violet-2'
61
- | 'violet-3'
62
- | 'violet-4'
63
- | 'violet-5'
64
- | 'neutral-40'
65
- | 'neutral-95'
66
- | 'purple-40'
67
- | 'purple-95'
68
- | 'red-40'
69
- | 'red-95'
70
- | 'yellow-40'
71
- | 'yellow-95'
72
- | 'green-40'
73
- | 'green-95'
74
- | 'turquoise-40'
75
- | 'turquoise-95'
76
- | 'blue-40'
77
- | 'blue-95';
7
+ const newToOld = {
8
+ 'neutral.100': 'white',
9
+ 'neutral.10': 'black',
10
+ 'neutral.95': 'gray-1',
11
+ 'neutral.93': 'gray-2',
12
+ 'neutral.90': 'gray-3',
13
+ 'neutral.80': 'gray-4',
14
+ 'neutral.70': 'gray-5',
15
+ 'neutral.50': 'gray-6',
16
+ 'neutral.40': 'gray-7',
17
+ 'neutral.30': 'gray-8',
18
+ 'turquoise.95': 'aqua-1',
19
+ 'turquoise.80': 'aqua-2',
20
+ 'turquoise.70': 'aqua-3',
21
+ 'turquoise.60': 'aqua-4',
22
+ 'turquoise.50': 'aqua-5',
23
+ 'purple.95': 'grape-1',
24
+ 'purple.70': 'grape-2',
25
+ 'purple.50': 'grape-3',
26
+ 'purple.30': 'grape-4',
27
+ 'purple.10': 'grape-5',
28
+ 'purple.40': 'eggplant',
29
+ 'red.93': 'red-1',
30
+ 'red.70': 'red-2',
31
+ 'red.50': 'red-3',
32
+ 'red.40': 'red-4',
33
+ 'red.30': 'red-5',
34
+ 'yellow.95': 'yellow-1',
35
+ 'yellow.90': 'yellow-2',
36
+ 'yellow.80': 'yellow-3',
37
+ 'yellow.70': 'yellow-4',
38
+ 'yellow.40': 'yellow-5',
39
+ 'green.95': 'green-1',
40
+ 'green.80': 'green-2',
41
+ 'green.60': 'green-3',
42
+ 'green.50': 'green-4',
43
+ 'green.40': 'green-5',
44
+ 'blue.93': 'blue-1',
45
+ 'blue.95': 'blue-95',
46
+ 'blue.70': 'blue-2',
47
+ 'blue.50': 'blue-3',
48
+ 'blue.40': 'blue-4',
49
+ 'blue.30': 'blue-5',
50
+ 'blue.60': 'darkblue-2',
51
+ 'blue.20': 'darkblue-4',
52
+ 'blue.10': 'darkblue-5',
53
+ 'purple.20': 'violet-5',
54
+ 'red.95': 'red-95',
55
+ 'orange-3': 'orange-3',
56
+ 'turquoise.40': 'turquoise-40',
57
+ };
58
+
59
+ export type TypeColors = keyof typeof newToOld;
78
60
 
79
61
  export type TypeSizes = 'x0' | 'x1' | 'x2' | 'x3' | 'x4' | 'x5' | 'x6' | 'x8' | 'x10' | 'x12' | 'x16';
80
62
 
@@ -179,9 +161,9 @@ const Base: React.FunctionComponent<Props> = (props: Props) => {
179
161
  {
180
162
  'Base--absolute': absolute === true,
181
163
  [`Base--absolute-${absolute}`]: typeof absolute === 'string',
182
- [`Base--background-color-${backgroundColor}`]: backgroundColor,
164
+ [`Base--background-color-${newToOld[backgroundColor!]}`]: backgroundColor,
183
165
  [`Base--border-radius-${borderRadius}`]: borderRadius,
184
- [`Base--border-color-${borderColor}`]: borderColor,
166
+ [`Base--border-color-${newToOld[borderColor!]}`]: borderColor,
185
167
  [`Base--border-width-${borderWidth}`]: borderWidth,
186
168
  'Base--clickable': clickable,
187
169
  'Base--container': container,
@@ -191,7 +173,7 @@ const Base: React.FunctionComponent<Props> = (props: Props) => {
191
173
  [`Base--overflow-${overflow}`]: overflow,
192
174
  [`Base--padding-horizontal-${paddingHorizontal}`]: paddingHorizontal,
193
175
  [`Base--padding-vertical-${paddingVertical}`]: paddingVertical,
194
- [`Base--text-color-${textColor}`]: textColor,
176
+ [`Base--text-color-${newToOld[textColor!]}`]: textColor,
195
177
  },
196
178
  className,
197
179
  );
@@ -21,7 +21,7 @@ const Checkbox: React.FunctionComponent<Props> = (props: Props) => {
21
21
  </Flex>
22
22
 
23
23
  {children && (
24
- <Flex grow initial="none" textColor="grape-5">
24
+ <Flex grow initial="none" textColor="purple.10">
25
25
  {children}
26
26
  </Flex>
27
27
  )}
@@ -59,7 +59,7 @@ const DatePickerMonth: React.FunctionComponent<Props> = (props: Props) => {
59
59
 
60
60
  <DatePickerGrid margin="x1">
61
61
  {daysOfTheWeek.map((day) => (
62
- <Text align="middle" key={day} paddingVertical="x4" size="2" textColor="gray-5" uppercase>
62
+ <Text align="middle" key={day} paddingVertical="x4" size="2" textColor="neutral.70" uppercase>
63
63
  {day}
64
64
  </Text>
65
65
  ))}
@@ -9,7 +9,7 @@ export interface Props extends FlexProps {
9
9
 
10
10
  const DropdownMenuItemGroup: React.FunctionComponent<Props> = ({ text, children, className, ...rest }: Props) => (
11
11
  <Flex className={classnames('DropdownMenu__group', className)} {...rest}>
12
- <Text className="DropdownMenu__group-text" size="2" textColor="gray-6">
12
+ <Text className="DropdownMenu__group-text" size="2" textColor="neutral.50">
13
13
  {text}
14
14
  </Text>
15
15
  {children}
@@ -5,7 +5,7 @@ export type Props = TextProps;
5
5
 
6
6
  /** Provides specific styling for an inline input label */
7
7
  const InputInlineHelp: React.FunctionComponent<Props> = (props: Props) => {
8
- return <Text margin="x2" size="2" textColor="gray-6" {...props} />;
8
+ return <Text margin="x2" size="2" textColor="neutral.50" {...props} />;
9
9
  };
10
10
 
11
11
  export default InputInlineHelp;
@@ -8,7 +8,7 @@ export type Props = TextProps;
8
8
  * input.
9
9
  */
10
10
  const InputLabel: React.FunctionComponent<Props> = (props: Props) => {
11
- return <Text {...props} Component="label" margin="x1" size="3" textColor="grape-5" weight="bold" />;
11
+ return <Text {...props} Component="label" margin="x1" size="3" textColor="purple.10" weight="bold" />;
12
12
  };
13
13
 
14
14
  export default InputLabel;
@@ -3,7 +3,7 @@ import classnames from 'classnames';
3
3
  import Base, { Props as BaseProps } from '../Base/Base';
4
4
  import './Link.css';
5
5
 
6
- export type TypeLinkColor = 'grape-3' | 'grape-5' | 'gray-1' | 'gray-5' | 'white';
6
+ export type TypeLinkColor = 'purple.50' | 'purple.10' | 'neutral.95' | 'neutral.70' | 'neutral.100';
7
7
 
8
8
  export interface Props extends BaseProps {
9
9
  Component?: BaseProps['Component'];
@@ -111,7 +111,7 @@ const Modal: React.FunctionComponent<Props> = (props: Props) => {
111
111
  };
112
112
 
113
113
  Modal.defaultProps = {
114
- backgroundColor: 'white',
114
+ backgroundColor: 'neutral.100',
115
115
  };
116
116
 
117
117
  export default Modal;
@@ -34,7 +34,7 @@ const ModalHeader: React.FunctionComponent<Props> = (props: Props) => {
34
34
  </Flex>
35
35
  <Flex padding="x4">
36
36
  {/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
37
- <Link clickable color="grape-5" onClick={onClose}>
37
+ <Link clickable color="purple.10" onClick={onClose}>
38
38
  <Icon name="CloseSmall" />
39
39
  </Link>
40
40
  </Flex>
@@ -15,7 +15,7 @@ const ModalHeaderProgress: React.FunctionComponent<Props> = (props: Props) => {
15
15
 
16
16
  return (
17
17
  <Flex {...rest} className="ModalHeader__progress">
18
- <ProgressBar foregroundColor="eggplant" height="4px" progress={progress} />
18
+ <ProgressBar foregroundColor="purple.40" height="4px" progress={progress} />
19
19
  </Flex>
20
20
  );
21
21
  };
@@ -7,7 +7,7 @@ export type Props = TextProps;
7
7
  * Modal specific styled text to appear as a title.
8
8
  */
9
9
  const ModalTitle: React.FunctionComponent<Props> = (props: Props) => {
10
- return <Text {...props} letterSpacing="x1" margin="x4" size="5" textColor="grape-5" weight="bold" />;
10
+ return <Text {...props} letterSpacing="x1" margin="x4" size="5" textColor="purple.10" weight="bold" />;
11
11
  };
12
12
 
13
13
  export default ModalTitle;
@@ -3,7 +3,7 @@ import { PopperArrowProps } from 'react-popper';
3
3
  import { TypeColors } from '../Base/Base';
4
4
 
5
5
  export const PlacementArrowPropsContext = createContext<PopperArrowProps & { backgroundColor?: TypeColors }>({
6
- backgroundColor: 'gray-1',
6
+ backgroundColor: 'neutral.95',
7
7
  ref: () => {},
8
8
  style: {},
9
9
  });
@@ -181,7 +181,7 @@ const PlacementPopper: React.FunctionComponent<Props> = (props: Props) => {
181
181
  };
182
182
 
183
183
  PlacementPopper.defaultProps = {
184
- backgroundColor: 'white',
184
+ backgroundColor: 'neutral.100',
185
185
  borderRadius: 'x2',
186
186
  };
187
187
 
@@ -19,7 +19,7 @@ const RadioButton: React.FunctionComponent<Props> = (props: Props) => {
19
19
  </Flex>
20
20
  </Flex>
21
21
 
22
- {children && <Flex textColor="grape-5">{children}</Flex>}
22
+ {children && <Flex textColor="purple.10">{children}</Flex>}
23
23
  </Flex>
24
24
  );
25
25
  };
@@ -47,7 +47,7 @@ const SidebarSubMenuItem: React.FunctionComponent<Props> = (props: Props) => {
47
47
  >
48
48
  {icon && (
49
49
  <Flex>
50
- <Icon name={icon} textColor="grape-2" />
50
+ <Icon name={icon} textColor="purple.70" />
51
51
  </Flex>
52
52
  )}
53
53
 
@@ -17,7 +17,7 @@ export interface Props extends BaseProps {
17
17
  * it is not restricted to just skeleton components.
18
18
  */
19
19
  const Skeleton: React.FunctionComponent<Props> = (props: Props) => {
20
- const { active, color = 'white', ...rest } = props;
20
+ const { active, color = 'neutral.100', ...rest } = props;
21
21
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
22
22
  /* @ts-ignore */
23
23
  const rgb = rgbMap[color];
@@ -29,7 +29,7 @@ const Skeleton: React.FunctionComponent<Props> = (props: Props) => {
29
29
  };
30
30
 
31
31
  Skeleton.defaultProps = {
32
- color: 'white',
32
+ color: 'neutral.100',
33
33
  };
34
34
 
35
35
  export default Skeleton;
@@ -20,7 +20,7 @@ const SkeletonBox: React.FunctionComponent<Props> = (props: Props) => {
20
20
  };
21
21
 
22
22
  SkeletonBox.defaultProps = {
23
- backgroundColor: 'gray-2',
23
+ backgroundColor: 'neutral.93',
24
24
  };
25
25
 
26
26
  export default SkeletonBox;
@@ -17,7 +17,7 @@ const TableCell: React.FunctionComponent<Props> = (props: Props) => {
17
17
  'Table__cell--shrink': shrink,
18
18
  });
19
19
 
20
- return <Text {...rest} Component="td" className={classes} textColor="gray-7" />;
20
+ return <Text {...rest} Component="td" className={classes} textColor="neutral.40" />;
21
21
  };
22
22
 
23
23
  export default TableCell;
@@ -35,11 +35,11 @@ export interface Props extends BaseProps {
35
35
  */
36
36
  const Tooltip: React.FunctionComponent<Props> = (props: Props) => {
37
37
  const {
38
- backgroundColor = 'black',
38
+ backgroundColor = 'neutral.10',
39
39
  borderRadius = 'x1',
40
40
  children,
41
41
  placement = 'top',
42
- textColor = 'gray-1',
42
+ textColor = 'neutral.95',
43
43
  title,
44
44
  visible: controlledVisible,
45
45
  timeout = transitionDurationFast,
package/src/index.ts CHANGED
@@ -28,9 +28,3 @@ export { default as Card } from './Components/Card/Card';
28
28
 
29
29
  export type { CardContentProps } from './Components/Card/CardContent';
30
30
  export { default as CardContent } from './Components/Card/CardContent';
31
-
32
- export type { SelectProps } from './Components/Select/Select';
33
- export { default as Select } from './Components/Select/Select';
34
-
35
- export type { DropdownProps } from './Components/Dropdown/Dropdown';
36
- export { default as Dropdown } from './Components/Dropdown/Dropdown';
package/src/old.ts CHANGED
@@ -61,7 +61,8 @@ export { default as DatePicker } from './Old/DatePicker/DatePicker';
61
61
  export type { Props as DotProps } from './Old/Dot/Dot';
62
62
  export { default as Dot } from './Old/Dot/Dot';
63
63
 
64
- export type { Props as OldDropdownProps } from './Old/Dropdown/Dropdown';
64
+ export type { Props as DropdownProps } from './Old/Dropdown/Dropdown';
65
+ export { default as Dropdown } from './Old/Dropdown/Dropdown';
65
66
 
66
67
  export type { Props as DropdownButtonProps } from './Old/Dropdown/DropdownButton';
67
68
  export { default as DropdownButton } from './Old/Dropdown/DropdownButton';
package/src/theme.ts CHANGED
@@ -3,7 +3,6 @@ import Card from './Components/Card/Card.theme';
3
3
  import Divider from './Components/Divider/Divider.theme';
4
4
  import Link from './Components/Link/Link.theme';
5
5
  import Menu from './Components/Menu/Menu.theme';
6
- import Select from './Components/Select/Select.theme';
7
6
  import Text from './Components/Text/Text.theme';
8
7
 
9
8
  import colors from './Foundations/Colors/Colors';
@@ -51,7 +50,6 @@ const theme = {
51
50
  Divider,
52
51
  Link,
53
52
  Menu,
54
- Select,
55
53
  Text,
56
54
  },
57
55
  };