mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +00:00
auto-commit for daab3156-97cd-4eca-bd41-757c2c02955a
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+1
@@ -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, \"getDefaultSidebarWidth\", {\n enumerable: true,\n get: function () {\n return getDefaultSidebarWidth;\n }\n });\n const APPROX_APP_BAR_HEIGHT = 56;\n const DEFAULT_DRAWER_WIDTH = 360;\n const getDefaultSidebarWidth = ({\n width\n }) => {\n /**\n * Default sidebar width is 360dp\n * On screens smaller than 320dp, ideally the drawer would collapse to a tab bar\n * https://m3.material.io/components/navigation-drawer/specs\n */\n if (width - APPROX_APP_BAR_HEIGHT <= 360) {\n return width - APPROX_APP_BAR_HEIGHT;\n }\n return DEFAULT_DRAWER_WIDTH;\n };\n});","lineCount":28,"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,5,0,"Object"],[7,8,5,0],[7,9,5,0,"defineProperty"],[7,23,5,0],[7,24,5,0,"exports"],[7,31,5,0],[8,4,5,0,"enumerable"],[8,14,5,0],[9,4,5,0,"get"],[9,7,5,0],[9,18,5,0,"get"],[9,19,5,0],[10,6,5,0],[10,13,5,0,"getDefaultSidebarWidth"],[10,35,5,0],[11,4,5,0],[12,2,5,0],[13,2,3,0],[13,8,3,6,"APPROX_APP_BAR_HEIGHT"],[13,29,3,27],[13,32,3,30],[13,34,3,32],[14,2,4,0],[14,8,4,6,"DEFAULT_DRAWER_WIDTH"],[14,28,4,26],[14,31,4,29],[14,34,4,32],[15,2,5,7],[15,8,5,13,"getDefaultSidebarWidth"],[15,30,5,35],[15,33,5,38,"getDefaultSidebarWidth"],[15,34,5,39],[16,4,6,2,"width"],[17,2,7,0],[17,3,7,1],[17,8,7,6],[18,4,8,2],[19,0,9,0],[20,0,10,0],[21,0,11,0],[22,0,12,0],[23,4,13,2],[23,8,13,6,"width"],[23,13,13,11],[23,16,13,14,"APPROX_APP_BAR_HEIGHT"],[23,37,13,35],[23,41,13,39],[23,44,13,42],[23,46,13,44],[24,6,14,4],[24,13,14,11,"width"],[24,18,14,16],[24,21,14,19,"APPROX_APP_BAR_HEIGHT"],[24,42,14,40],[25,4,15,2],[26,4,16,2],[26,11,16,9,"DEFAULT_DRAWER_WIDTH"],[26,31,16,29],[27,2,17,0],[27,3,17,1],[28,0,17,2],[28,3]],"functionMap":{"names":["<global>","getDefaultSidebarWidth"],"mappings":"AAA;sCCI;CDY"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"@react-native/normalize-colors","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":235},"end":{"line":11,"column":60,"index":295}}],"key":"r6xNj+hfHNSiyr0OqQ2Fc9JYEeE=","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 _reactNativeNormalizeColors = require(_dependencyMap[0], \"@react-native/normalize-colors\");\n var normalizeColor = _interopDefault(_reactNativeNormalizeColors);\n /**\n * Copyright (c) Nicolas Gallagher.\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 * \n */\n\n var processColor = color => {\n if (color === undefined || color === null) {\n return color;\n }\n\n // convert number and hex\n var int32Color = (0, normalizeColor.default)(color);\n if (int32Color === undefined || int32Color === null) {\n return undefined;\n }\n int32Color = (int32Color << 24 | int32Color >>> 8) >>> 0;\n return int32Color;\n };\n var _default = processColor;\n});","lineCount":44,"map":[[12,2,25,0,"Object"],[12,8,25,0],[12,9,25,0,"defineProperty"],[12,23,25,0],[12,24,25,0,"exports"],[12,31,25,0],[13,4,25,0,"enumerable"],[13,14,25,0],[14,4,25,0,"get"],[14,7,25,0],[14,18,25,0,"get"],[14,19,25,0],[15,6,25,0],[15,13,25,0,"_default"],[15,21,25,0],[16,4,25,0],[17,2,25,0],[18,2,11,0],[18,6,11,0,"_reactNativeNormalizeColors"],[18,33,11,0],[18,36,11,0,"require"],[18,43,11,0],[18,44,11,0,"_dependencyMap"],[18,58,11,0],[19,2,11,0],[19,6,11,0,"normalizeColor"],[19,20,11,0],[19,23,11,0,"_interopDefault"],[19,38,11,0],[19,39,11,0,"_reactNativeNormalizeColors"],[19,66,11,0],[20,2,1,0],[21,0,2,0],[22,0,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],[30,2,12,0],[30,6,12,4,"processColor"],[30,18,12,16],[30,21,12,19,"color"],[30,26,12,24],[30,30,12,28],[31,4,13,2],[31,8,13,6,"color"],[31,13,13,11],[31,18,13,16,"undefined"],[31,27,13,25],[31,31,13,29,"color"],[31,36,13,34],[31,41,13,39],[31,45,13,43],[31,47,13,45],[32,6,14,4],[32,13,14,11,"color"],[32,18,14,16],[33,4,15,2],[35,4,17,2],[36,4,18,2],[36,8,18,6,"int32Color"],[36,18,18,16],[36,21,18,19],[36,25,18,19,"normalizeColor"],[36,39,18,33],[36,40,18,33,"default"],[36,47,18,33],[36,49,18,34,"color"],[36,54,18,39],[36,55,18,40],[37,4,19,2],[37,8,19,6,"int32Color"],[37,18,19,16],[37,23,19,21,"undefined"],[37,32,19,30],[37,36,19,34,"int32Color"],[37,46,19,44],[37,51,19,49],[37,55,19,53],[37,57,19,55],[38,6,20,4],[38,13,20,11,"undefined"],[38,22,20,20],[39,4,21,2],[40,4,22,2,"int32Color"],[40,14,22,12],[40,17,22,15],[40,18,22,16,"int32Color"],[40,28,22,26],[40,32,22,30],[40,34,22,32],[40,37,22,35,"int32Color"],[40,47,22,45],[40,52,22,50],[40,53,22,51],[40,59,22,57],[40,60,22,58],[41,4,23,2],[41,11,23,9,"int32Color"],[41,21,23,19],[42,2,24,0],[42,3,24,1],[43,2,25,0],[43,6,25,0,"_default"],[43,14,25,0],[43,17,25,15,"processColor"],[43,29,25,27],[44,0,25,28],[44,3]],"functionMap":{"names":["<global>","processColor"],"mappings":"AAA;mBCW;CDY"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n /**\n * Empty component used for specifying route configuration.\n */\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.Screen = Screen;\n function Screen(_) {\n /* istanbul ignore next */\n return null;\n }\n});","lineCount":15,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0],[5,0,4,0],[6,0,5,0],[7,2,3,0,"Object"],[7,8,3,0],[7,9,3,0,"defineProperty"],[7,23,3,0],[7,24,3,0,"exports"],[7,31,3,0],[8,4,3,0,"value"],[8,9,3,0],[9,2,3,0],[10,2,6,0,"exports"],[10,9,6,0],[10,10,6,0,"Screen"],[10,16,6,0],[10,19,6,0,"Screen"],[10,25,6,0],[11,2,6,7],[11,11,6,16,"Screen"],[11,17,6,22,"Screen"],[11,18,6,23,"_"],[11,19,6,24],[11,21,6,26],[12,4,7,2],[13,4,8,2],[13,11,8,9],[13,15,8,13],[14,2,9,0],[15,0,9,1],[15,3]],"functionMap":{"names":["<global>","Screen"],"mappings":"AAA;OCK;CDG"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user