@teamturing/react-kit 2.64.0 → 2.64.1
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 +2 -2
- package/esm/core/Tab/index.js +2 -2
- package/package.json +2 -2
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.
|
|
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.
|
|
7341
|
+
background: `linear-gradient(to left, ${theme.colors['surface']} 0%, transparent 100%)`,
|
|
7342
7342
|
pointerEvents: 'none'
|
|
7343
7343
|
}
|
|
7344
7344
|
}), /*#__PURE__*/jsxRuntime.jsx(View, {
|
package/esm/core/Tab/index.js
CHANGED
|
@@ -84,7 +84,7 @@ const Tab = ({
|
|
|
84
84
|
bottom: 0,
|
|
85
85
|
width: forcePixelValue(gradientWidth),
|
|
86
86
|
height: '100%',
|
|
87
|
-
background: `linear-gradient(${theme.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "2.64.1",
|
|
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",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"react-textarea-autosize": "^8.5.3",
|
|
66
66
|
"styled-system": "^5.1.5"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "b966b1039c3700a0d7a0e037f66490012ecf2fe1"
|
|
69
69
|
}
|