scratch-paint 2.2.284 → 2.2.286

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
@@ -3,6 +3,21 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.2.286](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.285...v2.2.286) (2024-07-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency scratch-render-fonts to v1.0.72 ([#2663](https://github.com/scratchfoundation/scratch-paint/issues/2663)) ([c2fb78d](https://github.com/scratchfoundation/scratch-paint/commit/c2fb78da3621d8b0e0495d274c1d22c4661509b4))
12
+
13
+ ## [2.2.285](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.284...v2.2.285) (2024-07-14)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** lock file maintenance ([#2662](https://github.com/scratchfoundation/scratch-paint/issues/2662)) ([1463a1a](https://github.com/scratchfoundation/scratch-paint/commit/1463a1a4b5ba998b8308fe5829a4278b03d275a5))
19
+ * **deps:** update dependency scratch-l10n to v3.18.218 ([#2661](https://github.com/scratchfoundation/scratch-paint/issues/2661)) ([5e47ef1](https://github.com/scratchfoundation/scratch-paint/commit/5e47ef15a13846a14846afc12f5381f578e06205))
20
+
6
21
  ## [2.2.284](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.283...v2.2.284) (2024-07-13)
7
22
 
8
23
 
@@ -21562,8 +21562,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
21562
21562
  function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
21563
21563
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
21564
21564
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
21565
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
21566
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
21565
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
21566
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
21567
21567
  /* DO NOT EDIT
21568
21568
  @todo This file is copied from GUI and should be pulled out into a shared library.
21569
21569
  See https://github.com/LLK/scratch-paint/issues/13 */
@@ -34325,8 +34325,8 @@ function _extends() { return _extends = Object.assign ? Object.assign.bind() : f
34325
34325
  function button_defineProperty(e, r, t) { return (r = button_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
34326
34326
  function button_toPropertyKey(t) { var i = button_toPrimitive(t, "string"); return "symbol" == button_typeof(i) ? i : i + ""; }
34327
34327
  function button_toPrimitive(t, r) { if ("object" != button_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != button_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
34328
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
34329
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
34328
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
34329
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
34330
34330
  /* DO NOT EDIT
34331
34331
  @todo This file is copied from GUI and should be pulled out into a shared library.
34332
34332
  See #13 */
@@ -39461,8 +39461,8 @@ var labeled_icon_button_default = /*#__PURE__*/__webpack_require__.n(labeled_ico
39461
39461
  // CONCATENATED MODULE: ./src/components/labeled-icon-button/labeled-icon-button.jsx
39462
39462
  var labeled_icon_button_excluded = ["className", "hideLabel", "imgAlt", "imgSrc", "onClick", "title"];
39463
39463
  function labeled_icon_button_extends() { return labeled_icon_button_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, labeled_icon_button_extends.apply(null, arguments); }
39464
- function labeled_icon_button_objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = labeled_icon_button_objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
39465
- function labeled_icon_button_objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
39464
+ function labeled_icon_button_objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = labeled_icon_button_objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
39465
+ function labeled_icon_button_objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
39466
39466
  /* @todo This file should be pulled out into a shared library with scratch-gui,
39467
39467
  consolidating this component with icon-button.jsx in gui.
39468
39468
  See #13 */
@@ -41550,8 +41550,8 @@ var loupe_default = /*#__PURE__*/__webpack_require__.n(loupe);
41550
41550
  function loupe_typeof(o) { "@babel/helpers - typeof"; return loupe_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, loupe_typeof(o); }
41551
41551
  var loupe_excluded = ["colorInfo", "pixelRatio"];
41552
41552
  function loupe_extends() { return loupe_extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, loupe_extends.apply(null, arguments); }
41553
- function loupe_objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = loupe_objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
41554
- function loupe_objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
41553
+ function loupe_objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = loupe_objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
41554
+ function loupe_objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
41555
41555
  function loupe_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
41556
41556
  function loupe_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, loupe_toPropertyKey(o.key), o); } }
41557
41557
  function loupe_createClass(e, r, t) { return r && loupe_defineProperties(e.prototype, r), t && loupe_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
@@ -41952,8 +41952,8 @@ function input_extends() { return input_extends = Object.assign ? Object.assign.
41952
41952
  function input_defineProperty(e, r, t) { return (r = input_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
41953
41953
  function input_toPropertyKey(t) { var i = input_toPrimitive(t, "string"); return "symbol" == input_typeof(i) ? i : i + ""; }
41954
41954
  function input_toPrimitive(t, r) { if ("object" != input_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != input_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
41955
- function input_objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = input_objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
41956
- function input_objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
41955
+ function input_objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = input_objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
41956
+ function input_objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
41957
41957
  /* DO NOT EDIT
41958
41958
  @todo This file is copied from GUI and should be pulled out into a shared library.
41959
41959
  See https://github.com/LLK/scratch-paint/issues/13 */
@@ -47360,8 +47360,8 @@ var keyboard_shortcuts_hoc_KeyboardShortcutsHOC = function KeyboardShortcutsHOC(
47360
47360
  // CONCATENATED MODULE: ./src/hocs/selection-hoc.jsx
47361
47361
  function selection_hoc_typeof(o) { "@babel/helpers - typeof"; return selection_hoc_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, selection_hoc_typeof(o); }
47362
47362
  var selection_hoc_excluded = ["hoveredItemId"];
47363
- function selection_hoc_objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = selection_hoc_objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
47364
- function selection_hoc_objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
47363
+ function selection_hoc_objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = selection_hoc_objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
47364
+ function selection_hoc_objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
47365
47365
  function selection_hoc_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
47366
47366
  function selection_hoc_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, selection_hoc_toPropertyKey(o.key), o); } }
47367
47367
  function selection_hoc_createClass(e, r, t) { return r && selection_hoc_defineProperties(e.prototype, r), t && selection_hoc_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-paint",
3
- "version": "2.2.284",
3
+ "version": "2.2.286",
4
4
  "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
5
5
  "main": "./dist/scratch-paint.js",
6
6
  "browser": "./src/index.js",
@@ -94,8 +94,8 @@
94
94
  "redux-throttle": "0.1.1",
95
95
  "regenerator-runtime": "0.13.9",
96
96
  "rimraf": "2.7.1",
97
- "scratch-l10n": "3.18.217",
98
- "scratch-render-fonts": "1.0.71",
97
+ "scratch-l10n": "3.18.218",
98
+ "scratch-render-fonts": "1.0.72",
99
99
  "scratch-semantic-release-config": "1.0.14",
100
100
  "semantic-release": "19.0.5",
101
101
  "style-loader": "1.3.0",
Binary file