From b8f32418e18097d78b62055aaa195e64b9bc5d7c Mon Sep 17 00:00:00 2001 From: Marco Ciampini Date: Sat, 4 Feb 2023 13:49:07 +0100 Subject: [PATCH 1/3] Rename file --- .../styles/{resize-tooltip.styles.js => resize-tooltip.styles.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/components/src/resizable-box/resize-tooltip/styles/{resize-tooltip.styles.js => resize-tooltip.styles.ts} (100%) diff --git a/packages/components/src/resizable-box/resize-tooltip/styles/resize-tooltip.styles.js b/packages/components/src/resizable-box/resize-tooltip/styles/resize-tooltip.styles.ts similarity index 100% rename from packages/components/src/resizable-box/resize-tooltip/styles/resize-tooltip.styles.js rename to packages/components/src/resizable-box/resize-tooltip/styles/resize-tooltip.styles.ts From c64b2c540f3d4072a6e9968b0d0f1bd9ae5bc2f6 Mon Sep 17 00:00:00 2001 From: Marco Ciampini Date: Sat, 4 Feb 2023 13:49:17 +0100 Subject: [PATCH 2/3] Delete empty file --- .../components/src/resizable-box/styles/resizable-box.styles.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 packages/components/src/resizable-box/styles/resizable-box.styles.js diff --git a/packages/components/src/resizable-box/styles/resizable-box.styles.js b/packages/components/src/resizable-box/styles/resizable-box.styles.js deleted file mode 100644 index e69de29bb2d1d..0000000000000 From a9e9be7c92c717b0c21f661f0150509fb3311b9d Mon Sep 17 00:00:00 2001 From: Marco Ciampini Date: Sat, 4 Feb 2023 13:53:42 +0100 Subject: [PATCH 3/3] CHANGELOG --- packages/components/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index f5e9fea45f264..1860d1ff4b382 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Internal + +- `ResizableBox`: refactor styles to TypeScript ([47756](https://github.com/WordPress/gutenberg/pull/47756)). + ## 23.3.0 (2023-02-01) ### Deprecations