auto-commit for fc7d19a7-5a66-4fb6-a51a-eb888d5e3f11

This commit is contained in:
emergent-agent-e1
2025-10-24 02:40:54 +00:00
parent e4bfdceb3d
commit 1456674871
4796 changed files with 5440 additions and 0 deletions
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":[],"output":[{"data":{"code":"__d(function(g,r,i,a,m,e,d){\"use strict\";Object.defineProperty(e,\"__esModule\",{value:!0}),e.isPlainObject=e.deepFreeze=void 0;const t=t=>'object'==typeof t&&null!==t&&Object.getPrototypeOf(t)===Object.prototype;e.isPlainObject=t;const o=t=>t;e.deepFreeze=o});","lineCount":1,"map":[[1,28,1,0],[1,41,1,13,"Object"],[1,48,1,13,"defineProperty"],[1,63,1,13,"e"],[1,65,1,13],[1,79,1,13,"value"],[1,86,1,13],[1,90,1,13,"e"],[1,92,1,13,"isPlainObject"],[1,106,1,13,"e"],[1,108,1,13,"deepFreeze"],[1,124,1,13,"undefined"],[1,126,3,7],[1,132,3,13,"isPlainObject"],[1,134,3,29,"value"],[1,137,4,23],[1,154,4,13,"value"],[1,157,4,45],[1,164,4,35,"value"],[1,167,5,11,"Object"],[1,174,5,18,"getPrototypeOf"],[1,189,5,33,"value"],[1,194,5,44,"Object"],[1,201,5,51,"prototype"],[1,211,8,2,"e"],[1,213,8,2,"isPlainObject"],[1,229,9,7],[1,235,9,13,"deepFreeze"],[1,237,9,26,"object"],[1,240,13,11,"object"],[1,242,33,2,"e"],[1,244,33,2,"deepFreeze"],[1,256,33,2],[1,259]],"functionMap":{"names":["<global>","isPlainObject","deepFreeze"],"mappings":"AAA;6BCE;CDK;0BEC;CFwB"}},"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
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"react-native-web/dist/index","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"55efhPHw3gz2FoQtoN2yI1VuhbM=","exportNames":["*"]}}],"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.default = void 0;\n var _reactNative = require(_dependencyMap[0], \"react-native-web/dist/index\");\n const SearchBar = _reactNative.View;\n var _default = exports.default = SearchBar;\n});","lineCount":11,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0,"Object"],[4,8,3,6],[4,9,3,7,"defineProperty"],[4,23,3,21],[4,24,3,22,"exports"],[4,31,3,29],[4,33,3,31],[4,45,3,43],[4,47,3,45],[5,4,4,2,"value"],[5,9,4,7],[5,11,4,9],[6,2,5,0],[6,3,5,1],[6,4,5,2],[7,2,6,0,"exports"],[7,9,6,7],[7,10,6,8,"default"],[7,17,6,15],[7,20,6,18],[7,25,6,23],[7,26,6,24],[8,2,6,25],[8,6,6,25,"_reactNative"],[8,18,6,25],[8,21,6,25,"require"],[8,28,6,25],[8,29,6,25,"_dependencyMap"],[8,43,6,25],[9,2,8,0],[9,8,8,6,"SearchBar"],[9,17,8,15],[9,20,8,18,"_reactNative"],[9,32,8,30],[9,33,8,31,"View"],[9,37,8,35],[10,2,9,0],[10,6,9,4,"_default"],[10,14,9,12],[10,17,9,15,"exports"],[10,24,9,22],[10,25,9,23,"default"],[10,32,9,30],[10,35,9,33,"SearchBar"],[10,44,9,42],[11,0,9,43],[11,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"}},"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":"@babel/runtime/helpers/interopRequireDefault","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"kslwqCIsh6ew+I1KeA1rlVRjsAk=","exportNames":["*"]}},{"name":"./dangerousStyleValue","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":242},"end":{"line":13,"column":56,"index":298}}],"key":"9ns070cPwxyeREuuIAJabL9EyKA=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var _interopRequireDefault = require(_dependencyMap[0], \"@babel/runtime/helpers/interopRequireDefault\");\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.default = void 0;\n var _dangerousStyleValue = _interopRequireDefault(require(_dependencyMap[1], \"./dangerousStyleValue\"));\n /* eslint-disable */\n\n /**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\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 * From React 16.3.0\n * \n */\n\n /**\n * Sets the value for multiple styles on a node. If a value is specified as\n * '' (empty string), the corresponding style property will be unset.\n *\n * @param {DOMElement} node\n * @param {object} styles\n */\n function setValueForStyles(node, styles) {\n var style = node.style;\n for (var styleName in styles) {\n if (!styles.hasOwnProperty(styleName)) {\n continue;\n }\n var isCustomProperty = styleName.indexOf('--') === 0;\n var styleValue = (0, _dangerousStyleValue.default)(styleName, styles[styleName], isCustomProperty);\n if (styleName === 'float') {\n styleName = 'cssFloat';\n }\n if (isCustomProperty) {\n style.setProperty(styleName, styleValue);\n } else {\n style[styleName] = styleValue;\n }\n }\n }\n var _default = exports.default = setValueForStyles;\n});","lineCount":46,"map":[[7,2,13,0],[7,6,13,0,"_dangerousStyleValue"],[7,26,13,0],[7,29,13,0,"_interopRequireDefault"],[7,51,13,0],[7,52,13,0,"require"],[7,59,13,0],[7,60,13,0,"_dependencyMap"],[7,74,13,0],[8,2,1,0],[10,2,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[20,2,15,0],[21,0,16,0],[22,0,17,0],[23,0,18,0],[24,0,19,0],[25,0,20,0],[26,0,21,0],[27,2,22,0],[27,11,22,9,"setValueForStyles"],[27,28,22,26,"setValueForStyles"],[27,29,22,27,"node"],[27,33,22,31],[27,35,22,33,"styles"],[27,41,22,39],[27,43,22,41],[28,4,23,2],[28,8,23,6,"style"],[28,13,23,11],[28,16,23,14,"node"],[28,20,23,18],[28,21,23,19,"style"],[28,26,23,24],[29,4,24,2],[29,9,24,7],[29,13,24,11,"styleName"],[29,22,24,20],[29,26,24,24,"styles"],[29,32,24,30],[29,34,24,32],[30,6,25,4],[30,10,25,8],[30,11,25,9,"styles"],[30,17,25,15],[30,18,25,16,"hasOwnProperty"],[30,32,25,30],[30,33,25,31,"styleName"],[30,42,25,40],[30,43,25,41],[30,45,25,43],[31,8,26,6],[32,6,27,4],[33,6,28,4],[33,10,28,8,"isCustomProperty"],[33,26,28,24],[33,29,28,27,"styleName"],[33,38,28,36],[33,39,28,37,"indexOf"],[33,46,28,44],[33,47,28,45],[33,51,28,49],[33,52,28,50],[33,57,28,55],[33,58,28,56],[34,6,29,4],[34,10,29,8,"styleValue"],[34,20,29,18],[34,23,29,21],[34,27,29,21,"dangerousStyleValue"],[34,55,29,40],[34,57,29,41,"styleName"],[34,66,29,50],[34,68,29,52,"styles"],[34,74,29,58],[34,75,29,59,"styleName"],[34,84,29,68],[34,85,29,69],[34,87,29,71,"isCustomProperty"],[34,103,29,87],[34,104,29,88],[35,6,30,4],[35,10,30,8,"styleName"],[35,19,30,17],[35,24,30,22],[35,31,30,29],[35,33,30,31],[36,8,31,6,"styleName"],[36,17,31,15],[36,20,31,18],[36,30,31,28],[37,6,32,4],[38,6,33,4],[38,10,33,8,"isCustomProperty"],[38,26,33,24],[38,28,33,26],[39,8,34,6,"style"],[39,13,34,11],[39,14,34,12,"setProperty"],[39,25,34,23],[39,26,34,24,"styleName"],[39,35,34,33],[39,37,34,35,"styleValue"],[39,47,34,45],[39,48,34,46],[40,6,35,4],[40,7,35,5],[40,13,35,11],[41,8,36,6,"style"],[41,13,36,11],[41,14,36,12,"styleName"],[41,23,36,21],[41,24,36,22],[41,27,36,25,"styleValue"],[41,37,36,35],[42,6,37,4],[43,4,38,2],[44,2,39,0],[45,2,39,1],[45,6,39,1,"_default"],[45,14,39,1],[45,17,39,1,"exports"],[45,24,39,1],[45,25,39,1,"default"],[45,32,39,1],[45,35,40,15,"setValueForStyles"],[45,52,40,32],[46,0,40,32],[46,3]],"functionMap":{"names":["<global>","setValueForStyles"],"mappings":"AAA;ACqB;CDiB"}},"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":"./dist/styleq","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":8,"column":17,"index":190},"end":{"line":8,"column":41,"index":214}}],"key":"4lrN09CsCxGOGvwRSMTV2uDZhaI=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function(g,r,i,a,m,e,d){m.exports=r(d[0])});","lineCount":1,"map":[[1,28,8,0,"module"],[1,30,8,7,"exports"],[1,38,8,17,"require"],[1,40,8,24,"d"],[1,42,8,24],[1,45,8,42],[1,48]],"functionMap":{"names":["<global>"],"mappings":"AAA"}},"type":"js/module"}]}
File diff suppressed because one or more lines are too long