auto-commit for 3a02b3dd-cebb-4882-bfc5-dbb637e71a6d

This commit is contained in:
emergent-agent-e1
2025-11-08 10:27:44 +00:00
parent 0a8c0df2e1
commit 7ae3a6d0ec
1906 changed files with 1906 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"../getNamedContext.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":56,"index":71}}],"key":"KRgSZGDSx7/6c0jPDTEf7wsaS4k=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"HeaderHeightContext\", {\n enumerable: true,\n get: function () {\n return HeaderHeightContext;\n }\n });\n var _getNamedContextJs = require(_dependencyMap[0], \"../getNamedContext.js\");\n const HeaderHeightContext = (0, _getNamedContextJs.getNamedContext)('HeaderHeightContext', undefined);\n});","lineCount":15,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13,"Object"],[4,8,1,13],[4,9,1,13,"defineProperty"],[4,23,1,13],[4,24,1,13,"exports"],[4,31,1,13],[5,4,1,13,"value"],[5,9,1,13],[6,2,1,13],[7,2,4,0,"Object"],[7,8,4,0],[7,9,4,0,"defineProperty"],[7,23,4,0],[7,24,4,0,"exports"],[7,31,4,0],[8,4,4,0,"enumerable"],[8,14,4,0],[9,4,4,0,"get"],[9,7,4,0],[9,18,4,0,"get"],[9,19,4,0],[10,6,4,0],[10,13,4,0,"HeaderHeightContext"],[10,32,4,0],[11,4,4,0],[12,2,4,0],[13,2,3,0],[13,6,3,0,"_getNamedContextJs"],[13,24,3,0],[13,27,3,0,"require"],[13,34,3,0],[13,35,3,0,"_dependencyMap"],[13,49,3,0],[14,2,4,7],[14,8,4,13,"HeaderHeightContext"],[14,27,4,32],[14,30,4,35],[14,34,4,35,"getNamedContext"],[14,52,4,50],[14,53,4,50,"getNamedContext"],[14,68,4,50],[14,70,4,51],[14,91,4,72],[14,93,4,74,"undefined"],[14,102,4,83],[14,103,4,84],[15,0,4,85],[15,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.getLabel = getLabel;\n function getLabel(options, fallback) {\n return options.label !== undefined ? options.label : options.title !== undefined ? options.title : fallback;\n }\n});","lineCount":11,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13,"Object"],[4,8,1,13],[4,9,1,13,"defineProperty"],[4,23,1,13],[4,24,1,13,"exports"],[4,31,1,13],[5,4,1,13,"value"],[5,9,1,13],[6,2,1,13],[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"getLabel"],[7,18,3,0],[7,21,3,0,"getLabel"],[7,29,3,0],[8,2,3,7],[8,11,3,16,"getLabel"],[8,19,3,24,"getLabel"],[8,20,3,25,"options"],[8,27,3,32],[8,29,3,34,"fallback"],[8,37,3,42],[8,39,3,44],[9,4,4,2],[9,11,4,9,"options"],[9,18,4,16],[9,19,4,17,"label"],[9,24,4,22],[9,29,4,27,"undefined"],[9,38,4,36],[9,41,4,39,"options"],[9,48,4,46],[9,49,4,47,"label"],[9,54,4,52],[9,57,4,55,"options"],[9,64,4,62],[9,65,4,63,"title"],[9,70,4,68],[9,75,4,73,"undefined"],[9,84,4,82],[9,87,4,85,"options"],[9,94,4,92],[9,95,4,93,"title"],[9,100,4,98],[9,103,4,101,"fallback"],[9,111,4,109],[10,2,5,0],[11,0,5,1],[11,3]],"functionMap":{"names":["<global>","getLabel"],"mappings":"AAA;OCE;CDE"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./CodedError","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"ejEJzFfKvz0N9hBbejjoG+76cK8=","exportNames":["*"],"imports":1}},{"name":"../Platform","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":43},"end":{"line":2,"column":35,"index":78}}],"key":"SkcN7Zi2IL0pUxWZCaWeI65icek=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"UnavailabilityError\", {\n enumerable: true,\n get: function () {\n return UnavailabilityError;\n }\n });\n var _CodedError = require(_dependencyMap[0], \"./CodedError\");\n var _Platform = require(_dependencyMap[1], \"../Platform\");\n var Platform = _interopDefault(_Platform);\n /**\n * A class for errors to be thrown when a property is accessed which is\n * unavailable, unsupported, or not currently implemented on the running\n * platform.\n */\n class UnavailabilityError extends _CodedError.CodedError {\n constructor(moduleName, propertyName) {\n super('ERR_UNAVAILABLE', `The method or property ${moduleName}.${propertyName} is not available on ${Platform.default.OS}, are you sure you've linked all the native dependencies properly?`);\n }\n }\n});","lineCount":31,"map":[[12,2,9,0,"Object"],[12,8,9,0],[12,9,9,0,"defineProperty"],[12,23,9,0],[12,24,9,0,"exports"],[12,31,9,0],[13,4,9,0,"enumerable"],[13,14,9,0],[14,4,9,0,"get"],[14,7,9,0],[14,18,9,0,"get"],[14,19,9,0],[15,6,9,0],[15,13,9,0,"UnavailabilityError"],[15,32,9,0],[16,4,9,0],[17,2,9,0],[18,2,1,0],[18,6,1,0,"_CodedError"],[18,17,1,0],[18,20,1,0,"require"],[18,27,1,0],[18,28,1,0,"_dependencyMap"],[18,42,1,0],[19,2,2,0],[19,6,2,0,"_Platform"],[19,15,2,0],[19,18,2,0,"require"],[19,25,2,0],[19,26,2,0,"_dependencyMap"],[19,40,2,0],[20,2,2,0],[20,6,2,0,"Platform"],[20,14,2,0],[20,17,2,0,"_interopDefault"],[20,32,2,0],[20,33,2,0,"_Platform"],[20,42,2,0],[21,2,4,0],[22,0,5,0],[23,0,6,0],[24,0,7,0],[25,0,8,0],[26,2,9,7],[26,8,9,13,"UnavailabilityError"],[26,27,9,32],[26,36,9,41,"CodedError"],[26,47,9,51],[26,48,9,51,"CodedError"],[26,58,9,51],[26,59,9,52],[27,4,10,2,"constructor"],[27,15,10,13,"constructor"],[27,16,10,14,"moduleName"],[27,26,10,32],[27,28,10,34,"propertyName"],[27,40,10,54],[27,42,10,56],[28,6,11,4],[28,11,11,9],[28,12,12,6],[28,29,12,23],[28,31,13,6],[28,57,13,32,"moduleName"],[28,67,13,42],[28,71,13,46,"propertyName"],[28,83,13,58],[28,107,13,82,"Platform"],[28,115,13,90],[28,116,13,90,"default"],[28,123,13,90],[28,124,13,91,"OS"],[28,126,13,93],[28,194,14,4],[28,195,14,5],[29,4,15,2],[30,2,16,0],[31,0,16,1],[31,3]],"functionMap":{"names":["<global>","UnavailabilityError","constructor"],"mappings":"AAA;OCQ;ECC;GDK;CDC"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n /**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n var CSS_UNIT_RE = /^[+-]?\\d*(?:\\.\\d+)?(?:[Ee][+-]?\\d+)?(%|\\w*)/;\n var getUnit = str => str.match(CSS_UNIT_RE)[1];\n var isNumeric = n => {\n return !isNaN(parseFloat(n)) && isFinite(n);\n };\n var multiplyStyleLengthValue = (value, multiple) => {\n if (typeof value === 'string') {\n var number = parseFloat(value) * multiple;\n var unit = getUnit(value);\n return \"\" + number + unit;\n } else if (isNumeric(value)) {\n return value * multiple;\n }\n };\n var _default = multiplyStyleLengthValue;\n});","lineCount":37,"map":[[7,2,24,0,"Object"],[7,8,24,0],[7,9,24,0,"defineProperty"],[7,23,24,0],[7,24,24,0,"exports"],[7,31,24,0],[8,4,24,0,"enumerable"],[8,14,24,0],[9,4,24,0,"get"],[9,7,24,0],[9,18,24,0,"get"],[9,19,24,0],[10,6,24,0],[10,13,24,0,"_default"],[10,21,24,0],[11,4,24,0],[12,2,24,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[22,2,10,0],[22,6,10,4,"CSS_UNIT_RE"],[22,17,10,15],[22,20,10,18],[22,65,10,63],[23,2,11,0],[23,6,11,4,"getUnit"],[23,13,11,11],[23,16,11,14,"str"],[23,19,11,17],[23,23,11,21,"str"],[23,26,11,24],[23,27,11,25,"match"],[23,32,11,30],[23,33,11,31,"CSS_UNIT_RE"],[23,44,11,42],[23,45,11,43],[23,46,11,44],[23,47,11,45],[23,48,11,46],[24,2,12,0],[24,6,12,4,"isNumeric"],[24,15,12,13],[24,18,12,16,"n"],[24,19,12,17],[24,23,12,21],[25,4,13,2],[25,11,13,9],[25,12,13,10,"isNaN"],[25,17,13,15],[25,18,13,16,"parseFloat"],[25,28,13,26],[25,29,13,27,"n"],[25,30,13,28],[25,31,13,29],[25,32,13,30],[25,36,13,34,"isFinite"],[25,44,13,42],[25,45,13,43,"n"],[25,46,13,44],[25,47,13,45],[26,2,14,0],[26,3,14,1],[27,2,15,0],[27,6,15,4,"multiplyStyleLengthValue"],[27,30,15,28],[27,33,15,31,"multiplyStyleLengthValue"],[27,34,15,32,"value"],[27,39,15,37],[27,41,15,39,"multiple"],[27,49,15,47],[27,54,15,52],[28,4,16,2],[28,8,16,6],[28,15,16,13,"value"],[28,20,16,18],[28,25,16,23],[28,33,16,31],[28,35,16,33],[29,6,17,4],[29,10,17,8,"number"],[29,16,17,14],[29,19,17,17,"parseFloat"],[29,29,17,27],[29,30,17,28,"value"],[29,35,17,33],[29,36,17,34],[29,39,17,37,"multiple"],[29,47,17,45],[30,6,18,4],[30,10,18,8,"unit"],[30,14,18,12],[30,17,18,15,"getUnit"],[30,24,18,22],[30,25,18,23,"value"],[30,30,18,28],[30,31,18,29],[31,6,19,4],[31,13,19,11],[31,15,19,13],[31,18,19,16,"number"],[31,24,19,22],[31,27,19,25,"unit"],[31,31,19,29],[32,4,20,2],[32,5,20,3],[32,11,20,9],[32,15,20,13,"isNumeric"],[32,24,20,22],[32,25,20,23,"value"],[32,30,20,28],[32,31,20,29],[32,33,20,31],[33,6,21,4],[33,13,21,11,"value"],[33,18,21,16],[33,21,21,19,"multiple"],[33,29,21,27],[34,4,22,2],[35,2,23,0],[35,3,23,1],[36,2,24,0],[36,6,24,0,"_default"],[36,14,24,0],[36,17,24,15,"multiplyStyleLengthValue"],[36,41,24,39],[37,0,24,40],[37,3]],"functionMap":{"names":["<global>","getUnit","isNumeric","multiplyStyleLengthValue"],"mappings":"AAA;cCU,gCD;gBEC;CFE;+BGC;CHQ"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"../getNamedContext.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":56,"index":71}}],"key":"KRgSZGDSx7/6c0jPDTEf7wsaS4k=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"HeaderBackContext\", {\n enumerable: true,\n get: function () {\n return HeaderBackContext;\n }\n });\n var _getNamedContextJs = require(_dependencyMap[0], \"../getNamedContext.js\");\n const HeaderBackContext = (0, _getNamedContextJs.getNamedContext)('HeaderBackContext', undefined);\n});","lineCount":15,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13,"Object"],[4,8,1,13],[4,9,1,13,"defineProperty"],[4,23,1,13],[4,24,1,13,"exports"],[4,31,1,13],[5,4,1,13,"value"],[5,9,1,13],[6,2,1,13],[7,2,4,0,"Object"],[7,8,4,0],[7,9,4,0,"defineProperty"],[7,23,4,0],[7,24,4,0,"exports"],[7,31,4,0],[8,4,4,0,"enumerable"],[8,14,4,0],[9,4,4,0,"get"],[9,7,4,0],[9,18,4,0,"get"],[9,19,4,0],[10,6,4,0],[10,13,4,0,"HeaderBackContext"],[10,30,4,0],[11,4,4,0],[12,2,4,0],[13,2,3,0],[13,6,3,0,"_getNamedContextJs"],[13,24,3,0],[13,27,3,0,"require"],[13,34,3,0],[13,35,3,0,"_dependencyMap"],[13,49,3,0],[14,2,4,7],[14,8,4,13,"HeaderBackContext"],[14,25,4,30],[14,28,4,33],[14,32,4,33,"getNamedContext"],[14,50,4,48],[14,51,4,48,"getNamedContext"],[14,66,4,48],[14,68,4,49],[14,87,4,68],[14,89,4,70,"undefined"],[14,98,4,79],[14,99,4,80],[15,0,4,81],[15,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}