@teamturing/react-kit 2.58.4 → 2.58.5

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
@@ -6400,7 +6400,7 @@ const Dialog = ({
6400
6400
  className: 'trk-dialog__close_button',
6401
6401
  ref: closeButtonRef,
6402
6402
  icon: icons.CloseIcon,
6403
- variant: 'plain',
6403
+ variant: 'plain-bold',
6404
6404
  size: 'm',
6405
6405
  onClick: handleDismiss
6406
6406
  })
@@ -142,7 +142,7 @@ const Dialog = ({
142
142
  className: 'trk-dialog__close_button',
143
143
  ref: closeButtonRef,
144
144
  icon: CloseIcon,
145
- variant: 'plain',
145
+ variant: 'plain-bold',
146
146
  size: 'm',
147
147
  onClick: handleDismiss
148
148
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.58.4",
3
+ "version": "2.58.5",
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",
@@ -66,5 +66,5 @@
66
66
  "react-textarea-autosize": "^8.5.3",
67
67
  "styled-system": "^5.1.5"
68
68
  },
69
- "gitHead": "4f4dcceba45b60eb183e5f9200b354e484f32879"
69
+ "gitHead": "2774b39228d7c9ff62ff1877dd2d0a3cecb44b28"
70
70
  }