@teamturing/react-kit 2.36.0 → 2.37.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.
@@ -10,7 +10,7 @@ type Props = {
10
10
  /**
11
11
  * 색을 정의합니다.
12
12
  */
13
- variant?: 'primary' | 'secondary' | 'outlined-primary' | 'outlined-neutral' | 'neutral' | 'red' | 'red-accent' | 'yellow' | 'green' | 'dim';
13
+ variant?: 'primary' | 'secondary' | 'outlined-primary' | 'outlined-neutral' | 'neutral' | 'red' | 'red-accent' | 'yellow' | 'green' | 'blue' | 'dim';
14
14
  /**
15
15
  * 텍스트 앞에 보여질 아이콘을 정의합니다.
16
16
  */
package/dist/index.js CHANGED
@@ -17602,6 +17602,13 @@ const BaseChip = styled__default.default.span(({
17602
17602
  color: theme.colors['icon/accent/green']
17603
17603
  }
17604
17604
  },
17605
+ 'blue': {
17606
+ 'backgroundColor': theme.colors['bg/accent/blue/subtlest'],
17607
+ 'color': theme.colors['text/accent/blue'],
17608
+ '& svg': {
17609
+ color: theme.colors['icon/accent/blue']
17610
+ }
17611
+ },
17605
17612
  'dim': {
17606
17613
  'backgroundColor': theme.colors['dim'],
17607
17614
  'color': theme.colors['text/inverse'],
@@ -171,6 +171,13 @@ const BaseChip = styled.span(({
171
171
  color: theme.colors['icon/accent/green']
172
172
  }
173
173
  },
174
+ 'blue': {
175
+ 'backgroundColor': theme.colors['bg/accent/blue/subtlest'],
176
+ 'color': theme.colors['text/accent/blue'],
177
+ '& svg': {
178
+ color: theme.colors['icon/accent/blue']
179
+ }
180
+ },
174
181
  'dim': {
175
182
  'backgroundColor': theme.colors['dim'],
176
183
  'color': theme.colors['text/inverse'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.36.0",
3
+ "version": "2.37.0",
4
4
  "description": "React components, hooks for create teamturing web application",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -66,5 +66,5 @@
66
66
  "react-textarea-autosize": "^8.5.3",
67
67
  "styled-system": "^5.1.5"
68
68
  },
69
- "gitHead": "d14e82c45731d9641122e5888e468a0d91a80cd8"
69
+ "gitHead": "6b66bf6e4f83bcc20016fe0c8054195745c3ba3d"
70
70
  }