@teamturing/react-kit 2.64.0 → 2.64.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.
package/dist/index.js CHANGED
@@ -7309,7 +7309,7 @@ const Tab = ({
7309
7309
  bottom: 0,
7310
7310
  width: utils.forcePixelValue(gradientWidth),
7311
7311
  height: '100%',
7312
- background: `linear-gradient(${theme.gradients['overlay/floating/toright']})`,
7312
+ background: `linear-gradient(to right, ${theme.colors['surface']} 0%, transparent 100%)`,
7313
7313
  pointerEvents: 'none'
7314
7314
  }
7315
7315
  }), /*#__PURE__*/jsxRuntime.jsx(View, {
@@ -7338,7 +7338,7 @@ const Tab = ({
7338
7338
  bottom: 0,
7339
7339
  width: utils.forcePixelValue(gradientWidth),
7340
7340
  height: '100%',
7341
- background: `linear-gradient(${theme.gradients['overlay/floating/toleft']})`,
7341
+ background: `linear-gradient(to left, ${theme.colors['surface']} 0%, transparent 100%)`,
7342
7342
  pointerEvents: 'none'
7343
7343
  }
7344
7344
  }), /*#__PURE__*/jsxRuntime.jsx(View, {
@@ -84,7 +84,7 @@ const Tab = ({
84
84
  bottom: 0,
85
85
  width: forcePixelValue(gradientWidth),
86
86
  height: '100%',
87
- background: `linear-gradient(${theme.gradients['overlay/floating/toright']})`,
87
+ background: `linear-gradient(to right, ${theme.colors['surface']} 0%, transparent 100%)`,
88
88
  pointerEvents: 'none'
89
89
  }
90
90
  }), /*#__PURE__*/jsx(View, {
@@ -113,7 +113,7 @@ const Tab = ({
113
113
  bottom: 0,
114
114
  width: forcePixelValue(gradientWidth),
115
115
  height: '100%',
116
- background: `linear-gradient(${theme.gradients['overlay/floating/toleft']})`,
116
+ background: `linear-gradient(to left, ${theme.colors['surface']} 0%, transparent 100%)`,
117
117
  pointerEvents: 'none'
118
118
  }
119
119
  }), /*#__PURE__*/jsx(View, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.64.0",
3
+ "version": "2.64.2",
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",
@@ -55,7 +55,7 @@
55
55
  "dependencies": {
56
56
  "@floating-ui/react": "^0.27.16",
57
57
  "@primer/behaviors": "^1.3.6",
58
- "@teamturing/icons": "^1.70.0",
58
+ "@teamturing/icons": "^1.71.0",
59
59
  "@teamturing/token-studio": "^1.16.4",
60
60
  "@teamturing/utils": "^1.6.1",
61
61
  "framer-motion": "^10.16.4",
@@ -65,5 +65,5 @@
65
65
  "react-textarea-autosize": "^8.5.3",
66
66
  "styled-system": "^5.1.5"
67
67
  },
68
- "gitHead": "c6899af489cb79bfa198af65ca0799cebcb136c8"
68
+ "gitHead": "d03f0d46a29396eda386bd1337c5c23d33a49182"
69
69
  }