Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WP Compatibility: Remove patched imgareaselect package #13473

Merged
merged 8 commits into from Oct 10, 2023
Merged
1 change: 0 additions & 1 deletion .eslintignore
Expand Up @@ -4,7 +4,6 @@
**/dist-module/**
**/dist-types/**
**/assets/js/*.js
**/packages/imgareaselect/src/index.js
**/packages/migration/scripts/module.js
bin/build/*
build/*
Expand Down
1 change: 0 additions & 1 deletion .phpstorm.config.js
Expand Up @@ -51,7 +51,6 @@ System.config({
'@web-stories-wp/e2e-test-utils': './packages/e2e-test-utils/src',
'@web-stories-wp/eslint-import-resolver': './packages/eslint-import-resolver/src',
'@web-stories-wp/glider': './packages/glider/src',
'@web-stories-wp/imgareaselect': './packages/imgareaselect/src',
'@web-stories-wp/jest-amp': './packages/jest-amp/src',
'@web-stories-wp/jest-puppeteer-amp': './packages/jest-puppeteer-amp/src',
'@web-stories-wp/jest-resolver': './packages/jest-resolver/src',
Expand Down
1 change: 0 additions & 1 deletion .phpstorm.meta.php
Expand Up @@ -34,7 +34,6 @@
'integrations.sitekit' => \Google\Web_Stories\Integrations\Site_Kit::class,
'integrations.themes_support' => \Google\Web_Stories\Integrations\Core_Themes_Support::class,
'integrations.shortpixel' => \Google\Web_Stories\Integrations\ShortPixel::class,
'imgareaselect_patch' => \Google\Web_Stories\Admin\ImgAreaSelect_Patch::class,
'kses' => \Google\Web_Stories\KSES::class,
'media.base_color' => \Google\Web_Stories\Media\Base_Color::class,
'media.blurhash' => \Google\Web_Stories\Media\Blurhash::class,
Expand Down
120 changes: 0 additions & 120 deletions includes/Admin/ImgAreaSelect_Patch.php

This file was deleted.

1 change: 0 additions & 1 deletion includes/Plugin.php
Expand Up @@ -90,7 +90,6 @@ class Plugin extends ServiceBasedPlugin {
'integrations.sitekit' => Integrations\Site_Kit::class,
'integrations.themes_support' => Integrations\Core_Themes_Support::class,
'integrations.shortpixel' => Integrations\ShortPixel::class,
'imgareaselect_patch' => Admin\ImgAreaSelect_Patch::class,
'kses' => KSES::class,
'font_post_type' => Font_Post_Type::class,
'page_template_post_type' => Page_Template_Post_Type::class,
Expand Down
51 changes: 19 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/activation-notice/package.json
Expand Up @@ -30,7 +30,7 @@
"@emotion/is-prop-valid": "^1.2.1",
"@googleforcreators/tracking": "*",
"@wordpress/element": "^5.19.0",
"@wordpress/i18n": "^4.42.0",
"@wordpress/i18n": "^4.43.0",
"flagged": "^2.0.10",
"polished": "^4.2.2",
"styled-components": "^6.0.7",
Expand Down
3 changes: 0 additions & 3 deletions packages/imgareaselect/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions packages/imgareaselect/package.json

This file was deleted.