td-stylekit 28.30.3 → 28.31.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [28.31.0](https://github.com/treasure-data/td-stylekit/compare/v28.30.3...v28.31.0) (2023-12-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * **CON-8464:** Corner radius set on the wrong corners ([#1519](https://github.com/treasure-data/td-stylekit/issues/1519)) ([4a54608](https://github.com/treasure-data/td-stylekit/commit/4a54608))
7
+
1
8
  ## [28.30.3](https://github.com/treasure-data/td-stylekit/compare/v28.30.2...v28.30.3) (2023-12-18)
2
9
 
3
10
 
@@ -294,7 +294,7 @@ function getCustomStyles(props, options) {
294
294
  // want menu to be 12px in from each side for v5
295
295
  width: "calc(".concat(originalWidth, " - 24px)"),
296
296
  maxWidth: guessMenuWidth || menuWidth ? '50vw' : 'unset',
297
- borderRadius: "0 0 ".concat(theme.radius[2], " ").concat(theme.radius[2]),
297
+ borderRadius: "".concat(theme.radius[2]),
298
298
  border: "1px solid ".concat(theme.palette.neutral[4]),
299
299
  overflow: 'hidden',
300
300
  padding: theme.space[2],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "28.30.3",
3
+ "version": "28.31.0",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",