From 3122f2d50c32d693aab282cecc95257a477705ad Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Tue, 17 Dec 2024 08:53:23 -0700 Subject: [PATCH] Move MipmapElement to chipper, see https://github.com/phetsims/chipper/issues/1523 --- mipmaps/cake_1_1_png.ts | 2 +- mipmaps/cake_2_1_png.ts | 2 +- mipmaps/cake_2_2_png.ts | 2 +- mipmaps/cake_3_1_png.ts | 2 +- mipmaps/cake_3_2_png.ts | 2 +- mipmaps/cake_3_3_png.ts | 2 +- mipmaps/cake_4_1_png.ts | 2 +- mipmaps/cake_4_2_png.ts | 2 +- mipmaps/cake_4_3_png.ts | 2 +- mipmaps/cake_4_4_png.ts | 2 +- mipmaps/cake_5_1_png.ts | 2 +- mipmaps/cake_5_2_png.ts | 2 +- mipmaps/cake_5_3_png.ts | 2 +- mipmaps/cake_5_4_png.ts | 2 +- mipmaps/cake_5_5_png.ts | 2 +- mipmaps/cake_6_1_png.ts | 2 +- mipmaps/cake_6_2_png.ts | 2 +- mipmaps/cake_6_3_png.ts | 2 +- mipmaps/cake_6_4_png.ts | 2 +- mipmaps/cake_6_5_png.ts | 2 +- mipmaps/cake_6_6_png.ts | 2 +- mipmaps/cake_7_1_png.ts | 2 +- mipmaps/cake_7_2_png.ts | 2 +- mipmaps/cake_7_3_png.ts | 2 +- mipmaps/cake_7_4_png.ts | 2 +- mipmaps/cake_7_5_png.ts | 2 +- mipmaps/cake_7_6_png.ts | 2 +- mipmaps/cake_7_7_png.ts | 2 +- mipmaps/cake_8_1_png.ts | 2 +- mipmaps/cake_8_2_png.ts | 2 +- mipmaps/cake_8_3_png.ts | 2 +- mipmaps/cake_8_4_png.ts | 2 +- mipmaps/cake_8_5_png.ts | 2 +- mipmaps/cake_8_6_png.ts | 2 +- mipmaps/cake_8_7_png.ts | 2 +- mipmaps/cake_8_8_png.ts | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/mipmaps/cake_1_1_png.ts b/mipmaps/cake_1_1_png.ts index 4ef8945..4de4021 100644 --- a/mipmaps/cake_1_1_png.ts +++ b/mipmaps/cake_1_1_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_2_1_png.ts b/mipmaps/cake_2_1_png.ts index 5efc896..c30392b 100644 --- a/mipmaps/cake_2_1_png.ts +++ b/mipmaps/cake_2_1_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_2_2_png.ts b/mipmaps/cake_2_2_png.ts index 3b4628f..56315ef 100644 --- a/mipmaps/cake_2_2_png.ts +++ b/mipmaps/cake_2_2_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_3_1_png.ts b/mipmaps/cake_3_1_png.ts index 3b1265c..baec515 100644 --- a/mipmaps/cake_3_1_png.ts +++ b/mipmaps/cake_3_1_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_3_2_png.ts b/mipmaps/cake_3_2_png.ts index e3b9382..34edc46 100644 --- a/mipmaps/cake_3_2_png.ts +++ b/mipmaps/cake_3_2_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_3_3_png.ts b/mipmaps/cake_3_3_png.ts index 6515854..176c2ff 100644 --- a/mipmaps/cake_3_3_png.ts +++ b/mipmaps/cake_3_3_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_4_1_png.ts b/mipmaps/cake_4_1_png.ts index c985c15..9e9bfdf 100644 --- a/mipmaps/cake_4_1_png.ts +++ b/mipmaps/cake_4_1_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_4_2_png.ts b/mipmaps/cake_4_2_png.ts index 09b27d4..971874d 100644 --- a/mipmaps/cake_4_2_png.ts +++ b/mipmaps/cake_4_2_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_4_3_png.ts b/mipmaps/cake_4_3_png.ts index e97fad3..9458537 100644 --- a/mipmaps/cake_4_3_png.ts +++ b/mipmaps/cake_4_3_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_4_4_png.ts b/mipmaps/cake_4_4_png.ts index d7db51d..e115163 100644 --- a/mipmaps/cake_4_4_png.ts +++ b/mipmaps/cake_4_4_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_5_1_png.ts b/mipmaps/cake_5_1_png.ts index 5c67fde..5a3f2f9 100644 --- a/mipmaps/cake_5_1_png.ts +++ b/mipmaps/cake_5_1_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_5_2_png.ts b/mipmaps/cake_5_2_png.ts index 1d85829..82e225e 100644 --- a/mipmaps/cake_5_2_png.ts +++ b/mipmaps/cake_5_2_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_5_3_png.ts b/mipmaps/cake_5_3_png.ts index c075db9..0d4f3c5 100644 --- a/mipmaps/cake_5_3_png.ts +++ b/mipmaps/cake_5_3_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_5_4_png.ts b/mipmaps/cake_5_4_png.ts index 55b406f..6799412 100644 --- a/mipmaps/cake_5_4_png.ts +++ b/mipmaps/cake_5_4_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_5_5_png.ts b/mipmaps/cake_5_5_png.ts index 60052e7..63b86e5 100644 --- a/mipmaps/cake_5_5_png.ts +++ b/mipmaps/cake_5_5_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_6_1_png.ts b/mipmaps/cake_6_1_png.ts index e8e2e08..11f98b3 100644 --- a/mipmaps/cake_6_1_png.ts +++ b/mipmaps/cake_6_1_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_6_2_png.ts b/mipmaps/cake_6_2_png.ts index c676036..abc8953 100644 --- a/mipmaps/cake_6_2_png.ts +++ b/mipmaps/cake_6_2_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_6_3_png.ts b/mipmaps/cake_6_3_png.ts index 9a929a7..b9a2c39 100644 --- a/mipmaps/cake_6_3_png.ts +++ b/mipmaps/cake_6_3_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_6_4_png.ts b/mipmaps/cake_6_4_png.ts index 87c0212..edbb8c0 100644 --- a/mipmaps/cake_6_4_png.ts +++ b/mipmaps/cake_6_4_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_6_5_png.ts b/mipmaps/cake_6_5_png.ts index 42d5e8c..ee4c473 100644 --- a/mipmaps/cake_6_5_png.ts +++ b/mipmaps/cake_6_5_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_6_6_png.ts b/mipmaps/cake_6_6_png.ts index 34b2f82..9926418 100644 --- a/mipmaps/cake_6_6_png.ts +++ b/mipmaps/cake_6_6_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_7_1_png.ts b/mipmaps/cake_7_1_png.ts index c51e3e5..0508052 100644 --- a/mipmaps/cake_7_1_png.ts +++ b/mipmaps/cake_7_1_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_7_2_png.ts b/mipmaps/cake_7_2_png.ts index c4c4f22..aa824f8 100644 --- a/mipmaps/cake_7_2_png.ts +++ b/mipmaps/cake_7_2_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_7_3_png.ts b/mipmaps/cake_7_3_png.ts index 41283b7..5ad744f 100644 --- a/mipmaps/cake_7_3_png.ts +++ b/mipmaps/cake_7_3_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_7_4_png.ts b/mipmaps/cake_7_4_png.ts index d2cdb0a..1d713a2 100644 --- a/mipmaps/cake_7_4_png.ts +++ b/mipmaps/cake_7_4_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_7_5_png.ts b/mipmaps/cake_7_5_png.ts index 036a738..a689bb4 100644 --- a/mipmaps/cake_7_5_png.ts +++ b/mipmaps/cake_7_5_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_7_6_png.ts b/mipmaps/cake_7_6_png.ts index a1f10c1..c2bf7d0 100644 --- a/mipmaps/cake_7_6_png.ts +++ b/mipmaps/cake_7_6_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_7_7_png.ts b/mipmaps/cake_7_7_png.ts index 1634a39..3f1cd07 100644 --- a/mipmaps/cake_7_7_png.ts +++ b/mipmaps/cake_7_7_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_8_1_png.ts b/mipmaps/cake_8_1_png.ts index 7fd54d5..db10855 100644 --- a/mipmaps/cake_8_1_png.ts +++ b/mipmaps/cake_8_1_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_8_2_png.ts b/mipmaps/cake_8_2_png.ts index 02e1a7a..48710a0 100644 --- a/mipmaps/cake_8_2_png.ts +++ b/mipmaps/cake_8_2_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_8_3_png.ts b/mipmaps/cake_8_3_png.ts index 4cf50c9..22b2b00 100644 --- a/mipmaps/cake_8_3_png.ts +++ b/mipmaps/cake_8_3_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_8_4_png.ts b/mipmaps/cake_8_4_png.ts index d085881..c43df94 100644 --- a/mipmaps/cake_8_4_png.ts +++ b/mipmaps/cake_8_4_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_8_5_png.ts b/mipmaps/cake_8_5_png.ts index afd8daa..b885514 100644 --- a/mipmaps/cake_8_5_png.ts +++ b/mipmaps/cake_8_5_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_8_6_png.ts b/mipmaps/cake_8_6_png.ts index 672243c..34d2acc 100644 --- a/mipmaps/cake_8_6_png.ts +++ b/mipmaps/cake_8_6_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_8_7_png.ts b/mipmaps/cake_8_7_png.ts index 1ce5cb6..6ae5487 100644 --- a/mipmaps/cake_8_7_png.ts +++ b/mipmaps/cake_8_7_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [ diff --git a/mipmaps/cake_8_8_png.ts b/mipmaps/cake_8_8_png.ts index 0cc0223..b54c277 100644 --- a/mipmaps/cake_8_8_png.ts +++ b/mipmaps/cake_8_8_png.ts @@ -1,7 +1,7 @@ /* eslint-disable */ /* @formatter:off */ -import MipmapElement from '../../phet-core/js/MipmapElement.js'; +import MipmapElement from '../../chipper/js/browser/MipmapElement.js'; // The levels in the mipmap. Specify explicit types rather than inferring to assist the type checker, for this boilerplate case. const mipmaps = [