@teamturing/react-kit 2.19.25 → 2.19.26
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 +0 -1
- package/esm/core/Pill/index.js +0 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -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/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.26",
|
|
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": "5b22ea51b149210122d02091c51af046075bf772"
|
|
66
66
|
}
|