@teamturing/react-kit 2.19.25 → 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 +1 -2
- package/esm/core/Button/index.js +1 -1
- package/esm/core/Pill/index.js +0 -1
- package/package.json +3 -3
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']
|
|
@@ -22515,7 +22515,6 @@ const Pill = ({
|
|
|
22515
22515
|
...props,
|
|
22516
22516
|
type: 'button',
|
|
22517
22517
|
children: [typeof LeadingVisual !== 'string' && reactIsExports.isValidElementType(LeadingVisual) ? /*#__PURE__*/jsxRuntimeExports.jsx(LeadingVisual, {}) : LeadingVisual, /*#__PURE__*/jsxRuntimeExports.jsx("span", {
|
|
22518
|
-
title: children?.toString(),
|
|
22519
22518
|
children: children
|
|
22520
22519
|
}), typeof TrailingVisual !== 'string' && reactIsExports.isValidElementType(TrailingVisual) ? /*#__PURE__*/jsxRuntimeExports.jsx(TrailingVisual, {}) : TrailingVisual, propOnRemove ? /*#__PURE__*/jsxRuntimeExports.jsx("div", {
|
|
22521
22520
|
onClick: e => {
|
package/esm/core/Button/index.js
CHANGED
|
@@ -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/esm/core/Pill/index.js
CHANGED
|
@@ -44,7 +44,6 @@ const Pill = ({
|
|
|
44
44
|
...props,
|
|
45
45
|
type: 'button',
|
|
46
46
|
children: [typeof LeadingVisual !== 'string' && reactIsExports.isValidElementType(LeadingVisual) ? /*#__PURE__*/jsxRuntimeExports.jsx(LeadingVisual, {}) : LeadingVisual, /*#__PURE__*/jsxRuntimeExports.jsx("span", {
|
|
47
|
-
title: children?.toString(),
|
|
48
47
|
children: children
|
|
49
48
|
}), typeof TrailingVisual !== 'string' && reactIsExports.isValidElementType(TrailingVisual) ? /*#__PURE__*/jsxRuntimeExports.jsx(TrailingVisual, {}) : TrailingVisual, propOnRemove ? /*#__PURE__*/jsxRuntimeExports.jsx("div", {
|
|
50
49
|
onClick: e => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.19.
|
|
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",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@floating-ui/react-dom": "^2.0.2",
|
|
56
56
|
"@primer/behaviors": "^1.3.6",
|
|
57
|
-
"@teamturing/icons": "^1.
|
|
57
|
+
"@teamturing/icons": "^1.22.0",
|
|
58
58
|
"@teamturing/token-studio": "^1.2.1",
|
|
59
59
|
"framer-motion": "^10.16.4",
|
|
60
60
|
"lodash.debounce": "^4.0.8",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"react-is": "^18.2.0",
|
|
63
63
|
"styled-system": "^5.1.5"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "c1144411de6707741e79cfebb5a092ca1d9680ea"
|
|
66
66
|
}
|