@wordpress/interface 9.16.1-next.f56bd8138.0 → 9.17.1-next.47f435fc9.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.
Files changed (86) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/build/components/action-item/index.js +68 -66
  3. package/build/components/action-item/index.js.map +7 -1
  4. package/build/components/complementary-area/index.js +215 -194
  5. package/build/components/complementary-area/index.js.map +7 -1
  6. package/build/components/complementary-area-header/index.js +53 -33
  7. package/build/components/complementary-area-header/index.js.map +7 -1
  8. package/build/components/complementary-area-more-menu-item/index.js +60 -39
  9. package/build/components/complementary-area-more-menu-item/index.js.map +7 -1
  10. package/build/components/complementary-area-toggle/index.js +61 -50
  11. package/build/components/complementary-area-toggle/index.js.map +7 -1
  12. package/build/components/fullscreen-mode/index.js +33 -27
  13. package/build/components/fullscreen-mode/index.js.map +7 -1
  14. package/build/components/index.js +52 -55
  15. package/build/components/index.js.map +7 -1
  16. package/build/components/interface-skeleton/index.js +156 -132
  17. package/build/components/interface-skeleton/index.js.map +7 -1
  18. package/build/components/pinned-items/index.js +48 -39
  19. package/build/components/pinned-items/index.js.map +7 -1
  20. package/build/index.js +27 -24
  21. package/build/index.js.map +7 -1
  22. package/build/store/actions.js +94 -165
  23. package/build/store/actions.js.map +7 -1
  24. package/build/store/constants.js +27 -12
  25. package/build/store/constants.js.map +7 -1
  26. package/build/store/deprecated.js +55 -29
  27. package/build/store/deprecated.js.map +7 -1
  28. package/build/store/index.js +44 -32
  29. package/build/store/index.js.map +7 -1
  30. package/build/store/reducer.js +49 -51
  31. package/build/store/reducer.js.map +7 -1
  32. package/build/store/selectors.js +96 -93
  33. package/build/store/selectors.js.map +7 -1
  34. package/build-module/components/action-item/index.js +49 -59
  35. package/build-module/components/action-item/index.js.map +7 -1
  36. package/build-module/components/complementary-area/index.js +185 -174
  37. package/build-module/components/complementary-area/index.js.map +7 -1
  38. package/build-module/components/complementary-area-header/index.js +25 -26
  39. package/build-module/components/complementary-area-header/index.js.map +7 -1
  40. package/build-module/components/complementary-area-more-menu-item/index.js +33 -33
  41. package/build-module/components/complementary-area-more-menu-item/index.js.map +7 -1
  42. package/build-module/components/complementary-area-toggle/index.js +41 -44
  43. package/build-module/components/complementary-area-toggle/index.js.map +7 -1
  44. package/build-module/components/fullscreen-mode/index.js +13 -19
  45. package/build-module/components/fullscreen-mode/index.js.map +7 -1
  46. package/build-module/components/index.js +15 -8
  47. package/build-module/components/index.js.map +7 -1
  48. package/build-module/components/interface-skeleton/index.js +132 -122
  49. package/build-module/components/interface-skeleton/index.js.map +7 -1
  50. package/build-module/components/pinned-items/index.js +20 -32
  51. package/build-module/components/pinned-items/index.js.map +7 -1
  52. package/build-module/index.js +6 -3
  53. package/build-module/index.js.map +7 -1
  54. package/build-module/store/actions.js +47 -138
  55. package/build-module/store/actions.js.map +7 -1
  56. package/build-module/store/constants.js +5 -7
  57. package/build-module/store/constants.js.map +7 -1
  58. package/build-module/store/deprecated.js +21 -20
  59. package/build-module/store/deprecated.js.map +7 -1
  60. package/build-module/store/index.js +10 -22
  61. package/build-module/store/index.js.map +7 -1
  62. package/build-module/store/reducer.js +28 -45
  63. package/build-module/store/reducer.js.map +7 -1
  64. package/build-module/store/selectors.js +64 -87
  65. package/build-module/store/selectors.js.map +7 -1
  66. package/build-style/style-rtl.css +87 -85
  67. package/build-style/style.css +87 -85
  68. package/package.json +21 -15
  69. package/src/components/complementary-area/style.scss +5 -0
  70. package/src/components/complementary-area-header/style.scss +3 -0
  71. package/src/components/fullscreen-mode/style.scss +3 -0
  72. package/src/components/index.js +0 -1
  73. package/src/components/interface-skeleton/index.js +1 -5
  74. package/src/components/interface-skeleton/style.scss +6 -0
  75. package/src/components/pinned-items/style.scss +3 -0
  76. package/src/style.scss +6 -5
  77. package/build/components/index.native.js +0 -21
  78. package/build/components/index.native.js.map +0 -1
  79. package/build/components/navigable-region/index.js +0 -38
  80. package/build/components/navigable-region/index.js.map +0 -1
  81. package/build-module/components/index.native.js +0 -3
  82. package/build-module/components/index.native.js.map +0 -1
  83. package/build-module/components/navigable-region/index.js +0 -30
  84. package/build-module/components/navigable-region/index.js.map +0 -1
  85. package/src/components/navigable-region/README.md +0 -36
  86. package/src/components/navigable-region/index.js +0 -29
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 9.17.0 (2025-10-01)
6
+
5
7
  ## 9.16.0 (2025-09-17)
6
8
 
7
9
  ## 9.15.0 (2025-09-03)
@@ -1,83 +1,85 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var action_item_exports = {};
19
+ __export(action_item_exports, {
20
+ default: () => action_item_default
5
21
  });
6
- exports.default = void 0;
7
- var _components = require("@wordpress/components");
8
- var _element = require("@wordpress/element");
9
- var _jsxRuntime = require("react/jsx-runtime");
10
- /**
11
- * WordPress dependencies
12
- */
13
-
14
- const noop = () => {};
22
+ module.exports = __toCommonJS(action_item_exports);
23
+ var import_jsx_runtime = require("react/jsx-runtime");
24
+ var import_components = require("@wordpress/components");
25
+ var import_element = require("@wordpress/element");
26
+ const noop = () => {
27
+ };
15
28
  function ActionItemSlot({
16
29
  name,
17
- as: Component = _components.MenuGroup,
30
+ as: Component = import_components.MenuGroup,
18
31
  fillProps = {},
19
32
  bubblesVirtually,
20
33
  ...props
21
34
  }) {
22
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Slot, {
23
- name: name,
24
- bubblesVirtually: bubblesVirtually,
25
- fillProps: fillProps,
26
- children: fills => {
27
- if (!_element.Children.toArray(fills).length) {
28
- return null;
29
- }
30
-
31
- // Special handling exists for backward compatibility.
32
- // It ensures that menu items created by plugin authors aren't
33
- // duplicated with automatically injected menu items coming
34
- // from pinnable plugin sidebars.
35
- // @see https://github.com/WordPress/gutenberg/issues/14457
36
- const initializedByPlugins = [];
37
- _element.Children.forEach(fills, ({
38
- props: {
39
- __unstableExplicitMenuItem,
40
- __unstableTarget
41
- }
42
- }) => {
43
- if (__unstableTarget && __unstableExplicitMenuItem) {
44
- initializedByPlugins.push(__unstableTarget);
45
- }
46
- });
47
- const children = _element.Children.map(fills, child => {
48
- if (!child.props.__unstableExplicitMenuItem && initializedByPlugins.includes(child.props.__unstableTarget)) {
35
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
36
+ import_components.Slot,
37
+ {
38
+ name,
39
+ bubblesVirtually,
40
+ fillProps,
41
+ children: (fills) => {
42
+ if (!import_element.Children.toArray(fills).length) {
49
43
  return null;
50
44
  }
51
- return child;
52
- });
53
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(Component, {
54
- ...props,
55
- children: children
56
- });
45
+ const initializedByPlugins = [];
46
+ import_element.Children.forEach(
47
+ fills,
48
+ ({
49
+ props: { __unstableExplicitMenuItem, __unstableTarget }
50
+ }) => {
51
+ if (__unstableTarget && __unstableExplicitMenuItem) {
52
+ initializedByPlugins.push(__unstableTarget);
53
+ }
54
+ }
55
+ );
56
+ const children = import_element.Children.map(fills, (child) => {
57
+ if (!child.props.__unstableExplicitMenuItem && initializedByPlugins.includes(
58
+ child.props.__unstableTarget
59
+ )) {
60
+ return null;
61
+ }
62
+ return child;
63
+ });
64
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, { ...props, children });
65
+ }
57
66
  }
58
- });
67
+ );
59
68
  }
60
- function ActionItem({
61
- name,
62
- as: Component = _components.Button,
63
- onClick,
64
- ...props
65
- }) {
66
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Fill, {
67
- name: name,
68
- children: ({
69
- onClick: fpOnClick
70
- }) => {
71
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(Component, {
69
+ function ActionItem({ name, as: Component = import_components.Button, onClick, ...props }) {
70
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_components.Fill, { name, children: ({ onClick: fpOnClick }) => {
71
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
72
+ Component,
73
+ {
72
74
  onClick: onClick || fpOnClick ? (...args) => {
73
75
  (onClick || noop)(...args);
74
76
  (fpOnClick || noop)(...args);
75
- } : undefined,
77
+ } : void 0,
76
78
  ...props
77
- });
78
- }
79
- });
79
+ }
80
+ );
81
+ } });
80
82
  }
81
83
  ActionItem.Slot = ActionItemSlot;
82
- var _default = exports.default = ActionItem;
83
- //# sourceMappingURL=index.js.map
84
+ var action_item_default = ActionItem;
85
+ //# sourceMappingURL=index.js.map
@@ -1 +1,7 @@
1
- {"version":3,"names":["_components","require","_element","_jsxRuntime","noop","ActionItemSlot","name","as","Component","MenuGroup","fillProps","bubblesVirtually","props","jsx","Slot","children","fills","Children","toArray","length","initializedByPlugins","forEach","__unstableExplicitMenuItem","__unstableTarget","push","map","child","includes","ActionItem","Button","onClick","Fill","fpOnClick","args","undefined","_default","exports","default"],"sources":["@wordpress/interface/src/components/action-item/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { MenuGroup, Button, Slot, Fill } from '@wordpress/components';\nimport { Children } from '@wordpress/element';\n\nconst noop = () => {};\n\nfunction ActionItemSlot( {\n\tname,\n\tas: Component = MenuGroup,\n\tfillProps = {},\n\tbubblesVirtually,\n\t...props\n} ) {\n\treturn (\n\t\t<Slot\n\t\t\tname={ name }\n\t\t\tbubblesVirtually={ bubblesVirtually }\n\t\t\tfillProps={ fillProps }\n\t\t>\n\t\t\t{ ( fills ) => {\n\t\t\t\tif ( ! Children.toArray( fills ).length ) {\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\n\t\t\t\t// Special handling exists for backward compatibility.\n\t\t\t\t// It ensures that menu items created by plugin authors aren't\n\t\t\t\t// duplicated with automatically injected menu items coming\n\t\t\t\t// from pinnable plugin sidebars.\n\t\t\t\t// @see https://github.com/WordPress/gutenberg/issues/14457\n\t\t\t\tconst initializedByPlugins = [];\n\t\t\t\tChildren.forEach(\n\t\t\t\t\tfills,\n\t\t\t\t\t( {\n\t\t\t\t\t\tprops: { __unstableExplicitMenuItem, __unstableTarget },\n\t\t\t\t\t} ) => {\n\t\t\t\t\t\tif ( __unstableTarget && __unstableExplicitMenuItem ) {\n\t\t\t\t\t\t\tinitializedByPlugins.push( __unstableTarget );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t\tconst children = Children.map( fills, ( child ) => {\n\t\t\t\t\tif (\n\t\t\t\t\t\t! child.props.__unstableExplicitMenuItem &&\n\t\t\t\t\t\tinitializedByPlugins.includes(\n\t\t\t\t\t\t\tchild.props.__unstableTarget\n\t\t\t\t\t\t)\n\t\t\t\t\t) {\n\t\t\t\t\t\treturn null;\n\t\t\t\t\t}\n\t\t\t\t\treturn child;\n\t\t\t\t} );\n\n\t\t\t\treturn <Component { ...props }>{ children }</Component>;\n\t\t\t} }\n\t\t</Slot>\n\t);\n}\n\nfunction ActionItem( { name, as: Component = Button, onClick, ...props } ) {\n\treturn (\n\t\t<Fill name={ name }>\n\t\t\t{ ( { onClick: fpOnClick } ) => {\n\t\t\t\treturn (\n\t\t\t\t\t<Component\n\t\t\t\t\t\tonClick={\n\t\t\t\t\t\t\tonClick || fpOnClick\n\t\t\t\t\t\t\t\t? ( ...args ) => {\n\t\t\t\t\t\t\t\t\t\t( onClick || noop )( ...args );\n\t\t\t\t\t\t\t\t\t\t( fpOnClick || noop )( ...args );\n\t\t\t\t\t\t\t\t }\n\t\t\t\t\t\t\t\t: undefined\n\t\t\t\t\t\t}\n\t\t\t\t\t\t{ ...props }\n\t\t\t\t\t/>\n\t\t\t\t);\n\t\t\t} }\n\t\t</Fill>\n\t);\n}\n\nActionItem.Slot = ActionItemSlot;\n\nexport default ActionItem;\n"],"mappings":";;;;;;AAGA,IAAAA,WAAA,GAAAC,OAAA;AACA,IAAAC,QAAA,GAAAD,OAAA;AAA8C,IAAAE,WAAA,GAAAF,OAAA;AAJ9C;AACA;AACA;;AAIA,MAAMG,IAAI,GAAGA,CAAA,KAAM,CAAC,CAAC;AAErB,SAASC,cAAcA,CAAE;EACxBC,IAAI;EACJC,EAAE,EAAEC,SAAS,GAAGC,qBAAS;EACzBC,SAAS,GAAG,CAAC,CAAC;EACdC,gBAAgB;EAChB,GAAGC;AACJ,CAAC,EAAG;EACH,oBACC,IAAAT,WAAA,CAAAU,GAAA,EAACb,WAAA,CAAAc,IAAI;IACJR,IAAI,EAAGA,IAAM;IACbK,gBAAgB,EAAGA,gBAAkB;IACrCD,SAAS,EAAGA,SAAW;IAAAK,QAAA,EAEnBC,KAAK,IAAM;MACd,IAAK,CAAEC,iBAAQ,CAACC,OAAO,CAAEF,KAAM,CAAC,CAACG,MAAM,EAAG;QACzC,OAAO,IAAI;MACZ;;MAEA;MACA;MACA;MACA;MACA;MACA,MAAMC,oBAAoB,GAAG,EAAE;MAC/BH,iBAAQ,CAACI,OAAO,CACfL,KAAK,EACL,CAAE;QACDJ,KAAK,EAAE;UAAEU,0BAA0B;UAAEC;QAAiB;MACvD,CAAC,KAAM;QACN,IAAKA,gBAAgB,IAAID,0BAA0B,EAAG;UACrDF,oBAAoB,CAACI,IAAI,CAAED,gBAAiB,CAAC;QAC9C;MACD,CACD,CAAC;MACD,MAAMR,QAAQ,GAAGE,iBAAQ,CAACQ,GAAG,CAAET,KAAK,EAAIU,KAAK,IAAM;QAClD,IACC,CAAEA,KAAK,CAACd,KAAK,CAACU,0BAA0B,IACxCF,oBAAoB,CAACO,QAAQ,CAC5BD,KAAK,CAACd,KAAK,CAACW,gBACb,CAAC,EACA;UACD,OAAO,IAAI;QACZ;QACA,OAAOG,KAAK;MACb,CAAE,CAAC;MAEH,oBAAO,IAAAvB,WAAA,CAAAU,GAAA,EAACL,SAAS;QAAA,GAAMI,KAAK;QAAAG,QAAA,EAAKA;MAAQ,CAAa,CAAC;IACxD;EAAC,CACI,CAAC;AAET;AAEA,SAASa,UAAUA,CAAE;EAAEtB,IAAI;EAAEC,EAAE,EAAEC,SAAS,GAAGqB,kBAAM;EAAEC,OAAO;EAAE,GAAGlB;AAAM,CAAC,EAAG;EAC1E,oBACC,IAAAT,WAAA,CAAAU,GAAA,EAACb,WAAA,CAAA+B,IAAI;IAACzB,IAAI,EAAGA,IAAM;IAAAS,QAAA,EAChBA,CAAE;MAAEe,OAAO,EAAEE;IAAU,CAAC,KAAM;MAC/B,oBACC,IAAA7B,WAAA,CAAAU,GAAA,EAACL,SAAS;QACTsB,OAAO,EACNA,OAAO,IAAIE,SAAS,GACjB,CAAE,GAAGC,IAAI,KAAM;UACf,CAAEH,OAAO,IAAI1B,IAAI,EAAI,GAAG6B,IAAK,CAAC;UAC9B,CAAED,SAAS,IAAI5B,IAAI,EAAI,GAAG6B,IAAK,CAAC;QAChC,CAAC,GACDC,SACH;QAAA,GACItB;MAAK,CACV,CAAC;IAEJ;EAAC,CACI,CAAC;AAET;AAEAgB,UAAU,CAACd,IAAI,GAAGT,cAAc;AAAC,IAAA8B,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAElBT,UAAU","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/components/action-item/index.js"],
4
+ "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { MenuGroup, Button, Slot, Fill } from '@wordpress/components';\nimport { Children } from '@wordpress/element';\n\nconst noop = () => {};\n\nfunction ActionItemSlot( {\n\tname,\n\tas: Component = MenuGroup,\n\tfillProps = {},\n\tbubblesVirtually,\n\t...props\n} ) {\n\treturn (\n\t\t<Slot\n\t\t\tname={ name }\n\t\t\tbubblesVirtually={ bubblesVirtually }\n\t\t\tfillProps={ fillProps }\n\t\t>\n\t\t\t{ ( fills ) => {\n\t\t\t\tif ( ! Children.toArray( fills ).length ) {\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\n\t\t\t\t// Special handling exists for backward compatibility.\n\t\t\t\t// It ensures that menu items created by plugin authors aren't\n\t\t\t\t// duplicated with automatically injected menu items coming\n\t\t\t\t// from pinnable plugin sidebars.\n\t\t\t\t// @see https://github.com/WordPress/gutenberg/issues/14457\n\t\t\t\tconst initializedByPlugins = [];\n\t\t\t\tChildren.forEach(\n\t\t\t\t\tfills,\n\t\t\t\t\t( {\n\t\t\t\t\t\tprops: { __unstableExplicitMenuItem, __unstableTarget },\n\t\t\t\t\t} ) => {\n\t\t\t\t\t\tif ( __unstableTarget && __unstableExplicitMenuItem ) {\n\t\t\t\t\t\t\tinitializedByPlugins.push( __unstableTarget );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t\tconst children = Children.map( fills, ( child ) => {\n\t\t\t\t\tif (\n\t\t\t\t\t\t! child.props.__unstableExplicitMenuItem &&\n\t\t\t\t\t\tinitializedByPlugins.includes(\n\t\t\t\t\t\t\tchild.props.__unstableTarget\n\t\t\t\t\t\t)\n\t\t\t\t\t) {\n\t\t\t\t\t\treturn null;\n\t\t\t\t\t}\n\t\t\t\t\treturn child;\n\t\t\t\t} );\n\n\t\t\t\treturn <Component { ...props }>{ children }</Component>;\n\t\t\t} }\n\t\t</Slot>\n\t);\n}\n\nfunction ActionItem( { name, as: Component = Button, onClick, ...props } ) {\n\treturn (\n\t\t<Fill name={ name }>\n\t\t\t{ ( { onClick: fpOnClick } ) => {\n\t\t\t\treturn (\n\t\t\t\t\t<Component\n\t\t\t\t\t\tonClick={\n\t\t\t\t\t\t\tonClick || fpOnClick\n\t\t\t\t\t\t\t\t? ( ...args ) => {\n\t\t\t\t\t\t\t\t\t\t( onClick || noop )( ...args );\n\t\t\t\t\t\t\t\t\t\t( fpOnClick || noop )( ...args );\n\t\t\t\t\t\t\t\t }\n\t\t\t\t\t\t\t\t: undefined\n\t\t\t\t\t\t}\n\t\t\t\t\t\t{ ...props }\n\t\t\t\t\t/>\n\t\t\t\t);\n\t\t\t} }\n\t\t</Fill>\n\t);\n}\n\nActionItem.Slot = ActionItemSlot;\n\nexport default ActionItem;\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAsDW;AAnDX,wBAA8C;AAC9C,qBAAyB;AAEzB,MAAM,OAAO,MAAM;AAAC;AAEpB,SAAS,eAAgB;AAAA,EACxB;AAAA,EACA,IAAI,YAAY;AAAA,EAChB,YAAY,CAAC;AAAA,EACb;AAAA,EACA,GAAG;AACJ,GAAI;AACH,SACC;AAAA,IAAC;AAAA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MAEE,WAAE,UAAW;AACd,YAAK,CAAE,wBAAS,QAAS,KAAM,EAAE,QAAS;AACzC,iBAAO;AAAA,QACR;AAOA,cAAM,uBAAuB,CAAC;AAC9B,gCAAS;AAAA,UACR;AAAA,UACA,CAAE;AAAA,YACD,OAAO,EAAE,4BAA4B,iBAAiB;AAAA,UACvD,MAAO;AACN,gBAAK,oBAAoB,4BAA6B;AACrD,mCAAqB,KAAM,gBAAiB;AAAA,YAC7C;AAAA,UACD;AAAA,QACD;AACA,cAAM,WAAW,wBAAS,IAAK,OAAO,CAAE,UAAW;AAClD,cACC,CAAE,MAAM,MAAM,8BACd,qBAAqB;AAAA,YACpB,MAAM,MAAM;AAAA,UACb,GACC;AACD,mBAAO;AAAA,UACR;AACA,iBAAO;AAAA,QACR,CAAE;AAEF,eAAO,4CAAC,aAAY,GAAG,OAAU,UAAU;AAAA,MAC5C;AAAA;AAAA,EACD;AAEF;AAEA,SAAS,WAAY,EAAE,MAAM,IAAI,YAAY,0BAAQ,SAAS,GAAG,MAAM,GAAI;AAC1E,SACC,4CAAC,0BAAK,MACH,WAAE,EAAE,SAAS,UAAU,MAAO;AAC/B,WACC;AAAA,MAAC;AAAA;AAAA,QACA,SACC,WAAW,YACR,IAAK,SAAU;AACf,WAAE,WAAW,MAAQ,GAAG,IAAK;AAC7B,WAAE,aAAa,MAAQ,GAAG,IAAK;AAAA,QAC/B,IACA;AAAA,QAEF,GAAG;AAAA;AAAA,IACN;AAAA,EAEF,GACD;AAEF;AAEA,WAAW,OAAO;AAElB,IAAO,sBAAQ;",
6
+ "names": []
7
+ }