@teamturing/react-kit 2.19.26 → 2.19.27

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.
package/dist/index.js CHANGED
@@ -17281,7 +17281,7 @@ const BaseButton = styled__default.default(UnstyledButton)(({
17281
17281
  outlineOffset: 2
17282
17282
  },
17283
17283
  ...($disabled ? {
17284
- 'backgroundColor': color$1['bg/disabled'],
17284
+ 'backgroundColor': color$1['bg/disabled/subtlest'],
17285
17285
  'color': color$1['text/disabled'],
17286
17286
  '& svg': {
17287
17287
  color: color$1['icon/disabled']
@@ -275,7 +275,7 @@ const BaseButton = styled(UnstyledButton)(({
275
275
  outlineOffset: 2
276
276
  },
277
277
  ...($disabled ? {
278
- 'backgroundColor': color['bg/disabled'],
278
+ 'backgroundColor': color['bg/disabled/subtlest'],
279
279
  'color': color['text/disabled'],
280
280
  '& svg': {
281
281
  color: color['icon/disabled']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.19.26",
3
+ "version": "2.19.27",
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",
@@ -62,5 +62,5 @@
62
62
  "react-is": "^18.2.0",
63
63
  "styled-system": "^5.1.5"
64
64
  },
65
- "gitHead": "5b22ea51b149210122d02091c51af046075bf772"
65
+ "gitHead": "c1144411de6707741e79cfebb5a092ca1d9680ea"
66
66
  }