auto-commit for daab3156-97cd-4eca-bd41-757c2c02955a

This commit is contained in:
emergent-agent-e1
2025-11-08 17:17:20 +00:00
parent de8c03a6d7
commit 17e7a83111
702 changed files with 704 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"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":["*"],"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, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _dangerousStyleValue = require(_dependencyMap[0], \"./dangerousStyleValue\");\n var dangerousStyleValue = _interopDefault(_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 = setValueForStyles;\n});","lineCount":58,"map":[[12,2,40,0,"Object"],[12,8,40,0],[12,9,40,0,"defineProperty"],[12,23,40,0],[12,24,40,0,"exports"],[12,31,40,0],[13,4,40,0,"enumerable"],[13,14,40,0],[14,4,40,0,"get"],[14,7,40,0],[14,18,40,0,"get"],[14,19,40,0],[15,6,40,0],[15,13,40,0,"_default"],[15,21,40,0],[16,4,40,0],[17,2,40,0],[18,2,13,0],[18,6,13,0,"_dangerousStyleValue"],[18,26,13,0],[18,29,13,0,"require"],[18,36,13,0],[18,37,13,0,"_dependencyMap"],[18,51,13,0],[19,2,13,0],[19,6,13,0,"dangerousStyleValue"],[19,25,13,0],[19,28,13,0,"_interopDefault"],[19,43,13,0],[19,44,13,0,"_dangerousStyleValue"],[19,64,13,0],[20,2,1,0],[22,2,3,0],[23,0,4,0],[24,0,5,0],[25,0,6,0],[26,0,7,0],[27,0,8,0],[28,0,9,0],[29,0,10,0],[30,0,11,0],[32,2,15,0],[33,0,16,0],[34,0,17,0],[35,0,18,0],[36,0,19,0],[37,0,20,0],[38,0,21,0],[39,2,22,0],[39,11,22,9,"setValueForStyles"],[39,28,22,26,"setValueForStyles"],[39,29,22,27,"node"],[39,33,22,31],[39,35,22,33,"styles"],[39,41,22,39],[39,43,22,41],[40,4,23,2],[40,8,23,6,"style"],[40,13,23,11],[40,16,23,14,"node"],[40,20,23,18],[40,21,23,19,"style"],[40,26,23,24],[41,4,24,2],[41,9,24,7],[41,13,24,11,"styleName"],[41,22,24,20],[41,26,24,24,"styles"],[41,32,24,30],[41,34,24,32],[42,6,25,4],[42,10,25,8],[42,11,25,9,"styles"],[42,17,25,15],[42,18,25,16,"hasOwnProperty"],[42,32,25,30],[42,33,25,31,"styleName"],[42,42,25,40],[42,43,25,41],[42,45,25,43],[43,8,26,6],[44,6,27,4],[45,6,28,4],[45,10,28,8,"isCustomProperty"],[45,26,28,24],[45,29,28,27,"styleName"],[45,38,28,36],[45,39,28,37,"indexOf"],[45,46,28,44],[45,47,28,45],[45,51,28,49],[45,52,28,50],[45,57,28,55],[45,58,28,56],[46,6,29,4],[46,10,29,8,"styleValue"],[46,20,29,18],[46,23,29,21],[46,27,29,21,"dangerousStyleValue"],[46,46,29,40],[46,47,29,40,"default"],[46,54,29,40],[46,56,29,41,"styleName"],[46,65,29,50],[46,67,29,52,"styles"],[46,73,29,58],[46,74,29,59,"styleName"],[46,83,29,68],[46,84,29,69],[46,86,29,71,"isCustomProperty"],[46,102,29,87],[46,103,29,88],[47,6,30,4],[47,10,30,8,"styleName"],[47,19,30,17],[47,24,30,22],[47,31,30,29],[47,33,30,31],[48,8,31,6,"styleName"],[48,17,31,15],[48,20,31,18],[48,30,31,28],[49,6,32,4],[50,6,33,4],[50,10,33,8,"isCustomProperty"],[50,26,33,24],[50,28,33,26],[51,8,34,6,"style"],[51,13,34,11],[51,14,34,12,"setProperty"],[51,25,34,23],[51,26,34,24,"styleName"],[51,35,34,33],[51,37,34,35,"styleValue"],[51,47,34,45],[51,48,34,46],[52,6,35,4],[52,7,35,5],[52,13,35,11],[53,8,36,6,"style"],[53,13,36,11],[53,14,36,12,"styleName"],[53,23,36,21],[53,24,36,22],[53,27,36,25,"styleValue"],[53,37,36,35],[54,6,37,4],[55,4,38,2],[56,2,39,0],[57,2,40,0],[57,6,40,0,"_default"],[57,14,40,0],[57,17,40,15,"setValueForStyles"],[57,34,40,32],[58,0,40,33],[58,3]],"functionMap":{"names":["<global>","setValueForStyles"],"mappings":"AAA;ACqB;CDiB"},"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 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 isDisabled = props => props.disabled || Array.isArray(props.accessibilityStates) && props.accessibilityStates.indexOf('disabled') > -1;\n var _default = isDisabled;\n});","lineCount":24,"map":[[7,2,11,0,"Object"],[7,8,11,0],[7,9,11,0,"defineProperty"],[7,23,11,0],[7,24,11,0,"exports"],[7,31,11,0],[8,4,11,0,"enumerable"],[8,14,11,0],[9,4,11,0,"get"],[9,7,11,0],[9,18,11,0,"get"],[9,19,11,0],[10,6,11,0],[10,13,11,0,"_default"],[10,21,11,0],[11,4,11,0],[12,2,11,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,"isDisabled"],[22,16,10,14],[22,19,10,17,"props"],[22,24,10,22],[22,28,10,26,"props"],[22,33,10,31],[22,34,10,32,"disabled"],[22,42,10,40],[22,46,10,44,"Array"],[22,51,10,49],[22,52,10,50,"isArray"],[22,59,10,57],[22,60,10,58,"props"],[22,65,10,63],[22,66,10,64,"accessibilityStates"],[22,85,10,83],[22,86,10,84],[22,90,10,88,"props"],[22,95,10,93],[22,96,10,94,"accessibilityStates"],[22,115,10,113],[22,116,10,114,"indexOf"],[22,123,10,121],[22,124,10,122],[22,134,10,132],[22,135,10,133],[22,138,10,136],[22,139,10,137],[22,140,10,138],[23,2,11,0],[23,6,11,0,"_default"],[23,14,11,0],[23,17,11,15,"isDisabled"],[23,27,11,25],[24,0,11,26],[24,3]],"functionMap":{"names":["<global>","isDisabled"],"mappings":"AAA;iBCS,yHD"},"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 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 emptyFunction = () => {};\n function StatusBar() {\n return null;\n }\n StatusBar.setBackgroundColor = emptyFunction;\n StatusBar.setBarStyle = emptyFunction;\n StatusBar.setHidden = emptyFunction;\n StatusBar.setNetworkActivityIndicatorVisible = emptyFunction;\n StatusBar.setTranslucent = emptyFunction;\n var _default = StatusBar;\n});","lineCount":32,"map":[[7,2,19,0,"Object"],[7,8,19,0],[7,9,19,0,"defineProperty"],[7,23,19,0],[7,24,19,0,"exports"],[7,31,19,0],[8,4,19,0,"enumerable"],[8,14,19,0],[9,4,19,0,"get"],[9,7,19,0],[9,18,19,0,"get"],[9,19,19,0],[10,6,19,0],[10,13,19,0,"_default"],[10,21,19,0],[11,4,19,0],[12,2,19,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,"emptyFunction"],[22,19,10,17],[22,22,10,20,"emptyFunction"],[22,23,10,20],[22,28,10,26],[22,29,10,27],[22,30,10,28],[23,2,11,0],[23,11,11,9,"StatusBar"],[23,20,11,18,"StatusBar"],[23,21,11,18],[23,23,11,21],[24,4,12,2],[24,11,12,9],[24,15,12,13],[25,2,13,0],[26,2,14,0,"StatusBar"],[26,11,14,9],[26,12,14,10,"setBackgroundColor"],[26,30,14,28],[26,33,14,31,"emptyFunction"],[26,46,14,44],[27,2,15,0,"StatusBar"],[27,11,15,9],[27,12,15,10,"setBarStyle"],[27,23,15,21],[27,26,15,24,"emptyFunction"],[27,39,15,37],[28,2,16,0,"StatusBar"],[28,11,16,9],[28,12,16,10,"setHidden"],[28,21,16,19],[28,24,16,22,"emptyFunction"],[28,37,16,35],[29,2,17,0,"StatusBar"],[29,11,17,9],[29,12,17,10,"setNetworkActivityIndicatorVisible"],[29,46,17,44],[29,49,17,47,"emptyFunction"],[29,62,17,60],[30,2,18,0,"StatusBar"],[30,11,18,9],[30,12,18,10,"setTranslucent"],[30,26,18,24],[30,29,18,27,"emptyFunction"],[30,42,18,40],[31,2,19,0],[31,6,19,0,"_default"],[31,14,19,0],[31,17,19,15,"StatusBar"],[31,26,19,24],[32,0,19,25],[32,3]],"functionMap":{"names":["<global>","emptyFunction","StatusBar"],"mappings":"AAA;oBCS,QD;AEC;CFE"},"hasCjsExports":false},"type":"js/module"}]}