Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/9e/437260282044d0e29465ac71ea420bc62f0eded22916f839704c68a98aa33aacebc2b2
T
2025-11-08 07:19:17 +00:00

1 line
2.2 KiB
Plaintext

{"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"}]}