auto-commit for f8470fe1-4ce5-4123-a3e6-0b710ab3390a

This commit is contained in:
emergent-agent-e1
2025-11-08 07:19:17 +00:00
parent 92245c9124
commit dd2549e54a
1911 changed files with 1911 additions and 0 deletions
@@ -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, \"FontDisplay\", {\n enumerable: true,\n get: function () {\n return FontDisplay;\n }\n });\n // @needsAudit\n /**\n * Sets the [font-display](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display)\n * for a given typeface. The default font value on web is `FontDisplay.AUTO`.\n * Even though setting the `fontDisplay` does nothing on native platforms, the default behavior\n * emulates `FontDisplay.SWAP` on flagship devices like iOS, Samsung, Pixel, etc. Default\n * functionality varies on One Plus devices. In the browser this value is set in the generated\n * `@font-face` CSS block and not as a style property meaning you cannot dynamically change this\n * value based on the element it's used in.\n * @platform web\n */\n var FontDisplay;\n (function (FontDisplay) {\n /**\n * __(Default)__ The font display strategy is defined by the user agent or platform.\n * This generally defaults to the text being invisible until the font is loaded.\n * Good for buttons or banners that require a specific treatment.\n */\n FontDisplay[\"AUTO\"] = \"auto\";\n /**\n * Fallback text is rendered immediately with a default font while the desired font is loaded.\n * This is good for making the content appear to load instantly and is usually preferred.\n */\n FontDisplay[\"SWAP\"] = \"swap\";\n /**\n * The text will be invisible until the font has loaded. If the font fails to load then nothing\n * will appear - it's best to turn this off when debugging missing text.\n */\n FontDisplay[\"BLOCK\"] = \"block\";\n /**\n * Splits the behavior between `SWAP` and `BLOCK`.\n * There will be a [100ms timeout](https://developers.google.com/web/updates/2016/02/font-display?hl=en)\n * where the text with a custom font is invisible, after that the text will either swap to the\n * styled text or it'll show the unstyled text and continue to load the custom font. This is good\n * for buttons that need a custom font but should also be quickly available to screen-readers.\n */\n FontDisplay[\"FALLBACK\"] = \"fallback\";\n /**\n * This works almost identically to `FALLBACK`, the only difference is that the browser will\n * decide to load the font based on slow connection speed or critical resource demand.\n */\n FontDisplay[\"OPTIONAL\"] = \"optional\";\n })(FontDisplay || (FontDisplay = {}));\n});","lineCount":56,"map":[[7,2,12,0,"Object"],[7,8,12,0],[7,9,12,0,"defineProperty"],[7,23,12,0],[7,24,12,0,"exports"],[7,31,12,0],[8,4,12,0,"enumerable"],[8,14,12,0],[9,4,12,0,"get"],[9,7,12,0],[9,18,12,0,"get"],[9,19,12,0],[10,6,12,0],[10,13,12,0,"FontDisplay"],[10,24,12,0],[11,4,12,0],[12,2,12,0],[13,2,1,0],[14,2,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],[21,0,9,0],[22,0,10,0],[23,0,11,0],[24,2,12,7],[24,6,12,11,"FontDisplay"],[24,17,12,22],[25,2,13,0],[25,3,13,1],[25,13,13,11,"FontDisplay"],[25,24,13,22],[25,26,13,24],[26,4,14,4],[27,0,15,0],[28,0,16,0],[29,0,17,0],[30,0,18,0],[31,4,19,4,"FontDisplay"],[31,15,19,15],[31,16,19,16],[31,22,19,22],[31,23,19,23],[31,26,19,26],[31,32,19,32],[32,4,20,4],[33,0,21,0],[34,0,22,0],[35,0,23,0],[36,4,24,4,"FontDisplay"],[36,15,24,15],[36,16,24,16],[36,22,24,22],[36,23,24,23],[36,26,24,26],[36,32,24,32],[37,4,25,4],[38,0,26,0],[39,0,27,0],[40,0,28,0],[41,4,29,4,"FontDisplay"],[41,15,29,15],[41,16,29,16],[41,23,29,23],[41,24,29,24],[41,27,29,27],[41,34,29,34],[42,4,30,4],[43,0,31,0],[44,0,32,0],[45,0,33,0],[46,0,34,0],[47,0,35,0],[48,0,36,0],[49,4,37,4,"FontDisplay"],[49,15,37,15],[49,16,37,16],[49,26,37,26],[49,27,37,27],[49,30,37,30],[49,40,37,40],[50,4,38,4],[51,0,39,0],[52,0,40,0],[53,0,41,0],[54,4,42,4,"FontDisplay"],[54,15,42,15],[54,16,42,16],[54,26,42,26],[54,27,42,27],[54,30,42,30],[54,40,42,40],[55,2,43,0],[55,3,43,1],[55,5,43,3,"FontDisplay"],[55,16,43,14],[55,21,43,19,"FontDisplay"],[55,32,43,30],[55,35,43,33],[55,36,43,34],[55,37,43,35],[55,38,43,36],[55,39,43,37],[56,0,43,38],[56,3]],"functionMap":{"names":["<global>","<anonymous>"],"mappings":"AAA;CCY;CD8B"},"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
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"./buildAsyncRequire","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":7,"column":0,"index":173},"end":{"line":7,"column":56,"index":229}}],"key":"XNVZOa7wal5aBbN0KBT1Kqg8We4=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _buildAsyncRequire = require(_dependencyMap[0], \"./buildAsyncRequire\");\n /**\n * Copyright © 2024 650 Industries.\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 // @ts-ignore: ignore the global which may not always be defined in jest environments.\n global[`${global.__METRO_GLOBAL_PREFIX__ ?? ''}__loadBundleAsync`] = (0, _buildAsyncRequire.buildAsyncRequire)();\n});","lineCount":14,"map":[[4,2,7,0],[4,6,7,0,"_buildAsyncRequire"],[4,24,7,0],[4,27,7,0,"require"],[4,34,7,0],[4,35,7,0,"_dependencyMap"],[4,49,7,0],[5,2,1,0],[6,0,2,0],[7,0,3,0],[8,0,4,0],[9,0,5,0],[10,0,6,0],[12,2,9,0],[13,2,10,0,"global"],[13,8,10,6],[13,9,10,7],[13,12,10,10,"global"],[13,18,10,16],[13,19,10,17,"__METRO_GLOBAL_PREFIX__"],[13,42,10,40],[13,46,10,44],[13,48,10,46],[13,67,10,65],[13,68,10,66],[13,71,10,69],[13,75,10,69,"buildAsyncRequire"],[13,93,10,86],[13,94,10,86,"buildAsyncRequire"],[13,111,10,86],[13,113,10,87],[13,114,10,88],[14,0,10,89],[14,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"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