mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-26 02:47:59 +00:00
1 line
5.2 KiB
Plaintext
1 line
5.2 KiB
Plaintext
{"dependencies":[{"name":"../unitlessNumbers","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":242},"end":{"line":13,"column":50,"index":292}}],"key":"W0D7xSWAg9kc7AVkvML4oJh7bN4=","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 _unitlessNumbers = require(_dependencyMap[0], \"../unitlessNumbers\");\n var isUnitlessNumber = _interopDefault(_unitlessNumbers);\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.0.0\n * \n */\n\n /**\n * Convert a value into the proper css writable value. The style name `name`\n * should be logical (no hyphens), as specified\n * in `CSSProperty.isUnitlessNumber`.\n *\n * @param {string} name CSS property name such as `topMargin`.\n * @param {*} value CSS property value such as `10px`.\n * @return {string} Normalized style value with dimensions applied.\n */\n function dangerousStyleValue(name, value, isCustomProperty) {\n // Note that we've removed escapeTextForBrowser() calls here since the\n // whole string will be escaped when the attribute is injected into\n // the markup. If you provide unsafe user data here they can inject\n // arbitrary CSS which may be problematic (I couldn't repro this):\n // https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet\n // http://www.thespanner.co.uk/2007/11/26/ultimate-xss-css-injection/\n // This is not an XSS hole but instead a potential CSS injection issue\n // which has lead to a greater discussion about how we're going to\n // trust URLs moving forward. See #2115901\n\n var isEmpty = value == null || typeof value === 'boolean' || value === '';\n if (isEmpty) {\n return '';\n }\n if (!isCustomProperty && typeof value === 'number' && value !== 0 && !(isUnitlessNumber.default.hasOwnProperty(name) && isUnitlessNumber.default[name])) {\n return value + 'px'; // Presumes implicit 'px' suffix for unitless numbers\n }\n return ('' + value).trim();\n }\n var _default = dangerousStyleValue;\n});","lineCount":62,"map":[[12,2,44,0,"Object"],[12,8,44,0],[12,9,44,0,"defineProperty"],[12,23,44,0],[12,24,44,0,"exports"],[12,31,44,0],[13,4,44,0,"enumerable"],[13,14,44,0],[14,4,44,0,"get"],[14,7,44,0],[14,18,44,0,"get"],[14,19,44,0],[15,6,44,0],[15,13,44,0,"_default"],[15,21,44,0],[16,4,44,0],[17,2,44,0],[18,2,13,0],[18,6,13,0,"_unitlessNumbers"],[18,22,13,0],[18,25,13,0,"require"],[18,32,13,0],[18,33,13,0,"_dependencyMap"],[18,47,13,0],[19,2,13,0],[19,6,13,0,"isUnitlessNumber"],[19,22,13,0],[19,25,13,0,"_interopDefault"],[19,40,13,0],[19,41,13,0,"_unitlessNumbers"],[19,57,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,0,22,0],[40,0,23,0],[41,2,24,0],[41,11,24,9,"dangerousStyleValue"],[41,30,24,28,"dangerousStyleValue"],[41,31,24,29,"name"],[41,35,24,33],[41,37,24,35,"value"],[41,42,24,40],[41,44,24,42,"isCustomProperty"],[41,60,24,58],[41,62,24,60],[42,4,25,2],[43,4,26,2],[44,4,27,2],[45,4,28,2],[46,4,29,2],[47,4,30,2],[48,4,31,2],[49,4,32,2],[50,4,33,2],[52,4,35,2],[52,8,35,6,"isEmpty"],[52,15,35,13],[52,18,35,16,"value"],[52,23,35,21],[52,27,35,25],[52,31,35,29],[52,35,35,33],[52,42,35,40,"value"],[52,47,35,45],[52,52,35,50],[52,61,35,59],[52,65,35,63,"value"],[52,70,35,68],[52,75,35,73],[52,77,35,75],[53,4,36,2],[53,8,36,6,"isEmpty"],[53,15,36,13],[53,17,36,15],[54,6,37,4],[54,13,37,11],[54,15,37,13],[55,4,38,2],[56,4,39,2],[56,8,39,6],[56,9,39,7,"isCustomProperty"],[56,25,39,23],[56,29,39,27],[56,36,39,34,"value"],[56,41,39,39],[56,46,39,44],[56,54,39,52],[56,58,39,56,"value"],[56,63,39,61],[56,68,39,66],[56,69,39,67],[56,73,39,71],[56,75,39,73,"isUnitlessNumber"],[56,91,39,89],[56,92,39,89,"default"],[56,99,39,89],[56,100,39,90,"hasOwnProperty"],[56,114,39,104],[56,115,39,105,"name"],[56,119,39,109],[56,120,39,110],[56,124,39,114,"isUnitlessNumber"],[56,140,39,130],[56,141,39,130,"default"],[56,148,39,130],[56,149,39,131,"name"],[56,153,39,135],[56,154,39,136],[56,155,39,137],[56,157,39,139],[57,6,40,4],[57,13,40,11,"value"],[57,18,40,16],[57,21,40,19],[57,25,40,23],[57,26,40,24],[57,27,40,25],[58,4,41,2],[59,4,42,2],[59,11,42,9],[59,12,42,10],[59,14,42,12],[59,17,42,15,"value"],[59,22,42,20],[59,24,42,22,"trim"],[59,28,42,26],[59,29,42,27],[59,30,42,28],[60,2,43,0],[61,2,44,0],[61,6,44,0,"_default"],[61,14,44,0],[61,17,44,15,"dangerousStyleValue"],[61,36,44,34],[62,0,44,35],[62,3]],"functionMap":{"names":["<global>","dangerousStyleValue"],"mappings":"AAA;ACuB;CDmB"},"hasCjsExports":false},"type":"js/module"}]} |