Skip to content

Commit

Permalink
WP Compatibility: Remove patched imgareaselect package (#13473)
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Birchler <[email protected]>
  • Loading branch information
AnuragVasanwala and swissspidy authored Oct 10, 2023
1 parent 68e6503 commit b58c60c
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 1,558 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.

Loading

0 comments on commit b58c60c

Please sign in to comment.