@wordpress/edit-widgets 6.1.0 → 6.3.0

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
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 6.3.0 (2024-07-10)
6
+
7
+ ## 6.2.0 (2024-06-26)
8
+
5
9
  ## 6.1.0 (2024-06-15)
6
10
 
7
11
  ## 6.0.0 (2024-05-31)
@@ -131,11 +135,11 @@
131
135
 
132
136
  ## 4.0.0 (2022-02-10)
133
137
 
134
- ### Breaking Change
138
+ ### Breaking Changes
135
139
 
136
140
  - The `GUTENBERG_PHASE` environment variable has been renamed to `IS_GUTENBERG_PLUGIN` and is now a boolean ([#38202](https://github.com/WordPress/gutenberg/pull/38202)).
137
141
 
138
- ### Bug Fix
142
+ ### Bug Fixes
139
143
 
140
144
  - Removed unused `@wordpress/a11y`, `@wordpress/server-side-render`, `rememo` and `uuid` dependencies ([#38388](https://github.com/WordPress/gutenberg/pull/38388)).
141
145
 
@@ -143,13 +147,13 @@
143
147
 
144
148
  ## 3.1.0 (2021-11-07)
145
149
 
146
- ### Enhancement
150
+ ### Enhancements
147
151
 
148
152
  - Enable persistent List View in the widget editor [#35706](https://github.com/WordPress/gutenberg/pull/35706).
149
153
 
150
154
  ## 3.0.0 (2021-07-29)
151
155
 
152
- ### Breaking Change
156
+ ### Breaking Changes
153
157
 
154
158
  - Upgraded React components to work with v17.0 ([#29118](https://github.com/WordPress/gutenberg/pull/29118)). There are no new features in React v17.0 as explained in the [blog post](https://reactjs.org/blog/2020/10/20/react-v17.html).
155
159
 
@@ -12,7 +12,7 @@ var _privateApis = require("@wordpress/private-apis");
12
12
  const {
13
13
  lock,
14
14
  unlock
15
- } = (0, _privateApis.__dangerousOptInToUnstableAPIsOnlyForCoreModules)('I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.', '@wordpress/edit-widgets');
15
+ } = (0, _privateApis.__dangerousOptInToUnstableAPIsOnlyForCoreModules)('I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.', '@wordpress/edit-widgets');
16
16
  exports.unlock = unlock;
17
17
  exports.lock = lock;
18
18
  //# sourceMappingURL=lock-unlock.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_privateApis","require","lock","unlock","__dangerousOptInToUnstableAPIsOnlyForCoreModules","exports"],"sources":["@wordpress/edit-widgets/src/lock-unlock.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis';\n\nexport const { lock, unlock } =\n\t__dangerousOptInToUnstableAPIsOnlyForCoreModules(\n\t\t'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.',\n\t\t'@wordpress/edit-widgets'\n\t);\n"],"mappings":";;;;;;AAGA,IAAAA,YAAA,GAAAC,OAAA;AAHA;AACA;AACA;;AAGO,MAAM;EAAEC,IAAI;EAAEC;AAAO,CAAC,GAC5B,IAAAC,6DAAgD,EAC/C,iHAAiH,EACjH,yBACD,CAAC;AAACC,OAAA,CAAAF,MAAA,GAAAA,MAAA;AAAAE,OAAA,CAAAH,IAAA,GAAAA,IAAA","ignoreList":[]}
1
+ {"version":3,"names":["_privateApis","require","lock","unlock","__dangerousOptInToUnstableAPIsOnlyForCoreModules","exports"],"sources":["@wordpress/edit-widgets/src/lock-unlock.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis';\n\nexport const { lock, unlock } =\n\t__dangerousOptInToUnstableAPIsOnlyForCoreModules(\n\t\t'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.',\n\t\t'@wordpress/edit-widgets'\n\t);\n"],"mappings":";;;;;;AAGA,IAAAA,YAAA,GAAAC,OAAA;AAHA;AACA;AACA;;AAGO,MAAM;EAAEC,IAAI;EAAEC;AAAO,CAAC,GAC5B,IAAAC,6DAAgD,EAC/C,+HAA+H,EAC/H,yBACD,CAAC;AAACC,OAAA,CAAAF,MAAA,GAAAA,MAAA;AAAAE,OAAA,CAAAH,IAAA,GAAAA,IAAA","ignoreList":[]}
@@ -5,5 +5,5 @@ import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/pri
5
5
  export const {
6
6
  lock,
7
7
  unlock
8
- } = __dangerousOptInToUnstableAPIsOnlyForCoreModules('I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.', '@wordpress/edit-widgets');
8
+ } = __dangerousOptInToUnstableAPIsOnlyForCoreModules('I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.', '@wordpress/edit-widgets');
9
9
  //# sourceMappingURL=lock-unlock.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["__dangerousOptInToUnstableAPIsOnlyForCoreModules","lock","unlock"],"sources":["@wordpress/edit-widgets/src/lock-unlock.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis';\n\nexport const { lock, unlock } =\n\t__dangerousOptInToUnstableAPIsOnlyForCoreModules(\n\t\t'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.',\n\t\t'@wordpress/edit-widgets'\n\t);\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,gDAAgD,QAAQ,yBAAyB;AAE1F,OAAO,MAAM;EAAEC,IAAI;EAAEC;AAAO,CAAC,GAC5BF,gDAAgD,CAC/C,iHAAiH,EACjH,yBACD,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["__dangerousOptInToUnstableAPIsOnlyForCoreModules","lock","unlock"],"sources":["@wordpress/edit-widgets/src/lock-unlock.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/private-apis';\n\nexport const { lock, unlock } =\n\t__dangerousOptInToUnstableAPIsOnlyForCoreModules(\n\t\t'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.',\n\t\t'@wordpress/edit-widgets'\n\t);\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,gDAAgD,QAAQ,yBAAyB;AAE1F,OAAO,MAAM;EAAEC,IAAI;EAAEC;AAAO,CAAC,GAC5BF,gDAAgD,CAC/C,+HAA+H,EAC/H,yBACD,CAAC","ignoreList":[]}
@@ -359,7 +359,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
359
359
  }
360
360
  @media (min-width: 782px) {
361
361
  .interface-interface-skeleton__sidebar {
362
- box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.133);
362
+ box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.133);
363
363
  outline: 1px solid transparent;
364
364
  }
365
365
  }
@@ -370,7 +370,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
370
370
  }
371
371
  @media (min-width: 782px) {
372
372
  .interface-interface-skeleton__secondary-sidebar {
373
- box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.133);
373
+ box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.133);
374
374
  outline: 1px solid transparent;
375
375
  }
376
376
  }
@@ -359,7 +359,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
359
359
  }
360
360
  @media (min-width: 782px) {
361
361
  .interface-interface-skeleton__sidebar {
362
- box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.133);
362
+ box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.133);
363
363
  outline: 1px solid transparent;
364
364
  }
365
365
  }
@@ -370,7 +370,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
370
370
  }
371
371
  @media (min-width: 782px) {
372
372
  .interface-interface-skeleton__secondary-sidebar {
373
- box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.133);
373
+ box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.133);
374
374
  outline: 1px solid transparent;
375
375
  }
376
376
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-widgets",
3
- "version": "6.1.0",
3
+ "version": "6.3.0",
4
4
  "description": "Widgets Page module for WordPress..",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -28,32 +28,32 @@
28
28
  "react-native": "src/index",
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.16.0",
31
- "@wordpress/api-fetch": "^7.1.0",
32
- "@wordpress/block-editor": "^13.1.0",
33
- "@wordpress/block-library": "^9.1.0",
34
- "@wordpress/blocks": "^13.1.0",
35
- "@wordpress/components": "^28.1.0",
36
- "@wordpress/compose": "^7.1.0",
37
- "@wordpress/core-data": "^7.1.0",
38
- "@wordpress/data": "^10.1.0",
39
- "@wordpress/deprecated": "^4.1.0",
40
- "@wordpress/dom": "^4.1.0",
41
- "@wordpress/element": "^6.1.0",
42
- "@wordpress/hooks": "^4.1.0",
43
- "@wordpress/i18n": "^5.1.0",
44
- "@wordpress/icons": "^10.1.0",
45
- "@wordpress/interface": "^6.1.0",
46
- "@wordpress/keyboard-shortcuts": "^5.1.0",
47
- "@wordpress/keycodes": "^4.1.0",
48
- "@wordpress/media-utils": "^5.1.0",
49
- "@wordpress/notices": "^5.1.0",
50
- "@wordpress/patterns": "^2.1.0",
51
- "@wordpress/plugins": "^7.1.0",
52
- "@wordpress/preferences": "^4.1.0",
53
- "@wordpress/private-apis": "^1.1.0",
54
- "@wordpress/reusable-blocks": "^5.1.0",
55
- "@wordpress/url": "^4.1.0",
56
- "@wordpress/widgets": "^4.1.0",
31
+ "@wordpress/api-fetch": "^7.3.0",
32
+ "@wordpress/block-editor": "^13.3.0",
33
+ "@wordpress/block-library": "^9.3.0",
34
+ "@wordpress/blocks": "^13.3.0",
35
+ "@wordpress/components": "^28.3.0",
36
+ "@wordpress/compose": "^7.3.0",
37
+ "@wordpress/core-data": "^7.3.0",
38
+ "@wordpress/data": "^10.3.0",
39
+ "@wordpress/deprecated": "^4.3.0",
40
+ "@wordpress/dom": "^4.3.0",
41
+ "@wordpress/element": "^6.3.0",
42
+ "@wordpress/hooks": "^4.3.0",
43
+ "@wordpress/i18n": "^5.3.0",
44
+ "@wordpress/icons": "^10.3.0",
45
+ "@wordpress/interface": "^6.3.0",
46
+ "@wordpress/keyboard-shortcuts": "^5.3.0",
47
+ "@wordpress/keycodes": "^4.3.0",
48
+ "@wordpress/media-utils": "^5.3.0",
49
+ "@wordpress/notices": "^5.3.0",
50
+ "@wordpress/patterns": "^2.3.0",
51
+ "@wordpress/plugins": "^7.3.0",
52
+ "@wordpress/preferences": "^4.3.0",
53
+ "@wordpress/private-apis": "^1.3.0",
54
+ "@wordpress/reusable-blocks": "^5.3.0",
55
+ "@wordpress/url": "^4.3.0",
56
+ "@wordpress/widgets": "^4.3.0",
57
57
  "clsx": "^2.1.1"
58
58
  },
59
59
  "peerDependencies": {
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
66
+ "gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
67
67
  }
@@ -5,6 +5,6 @@ import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/pri
5
5
 
6
6
  export const { lock, unlock } =
7
7
  __dangerousOptInToUnstableAPIsOnlyForCoreModules(
8
- 'I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.',
8
+ 'I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.',
9
9
  '@wordpress/edit-widgets'
10
10
  );