{"version":3,"sources":["../daytool/src/presets/daytool_sleep_basics.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAG5D,MAAM,UAAU,qBAAqB;IACnC,QAAQ;IACR,IAAI,KAAK,GAAG,IAAI,YAAY,EAAE,CAAC;IAC/B,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC1B,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACzB,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,mDAAmD,CAAC,CAAC;IAC5E,OAAO,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;IACzB,yBAAyB;IACzB,mIAAmI;IACnI,sCAAsC;IACtC,yEAAyE;IAEzE,qCAAqC;IACrC,wCAAwC;IACxC,8CAA8C;IAC9C,qCAAqC;IAErC,+BAA+B;IAC/B,KAAK;AACP,CAAC","file":"daytool_sleep_basics.js","sourcesContent":["import { DAYTOOL } from \"../classes/daytool.js\";\r\nimport { daytool_need } from \"../classes/daytool_entity.js\";\r\nimport { daytool_injector } from \"../classes/UI/daytool_injector.js\";\r\n\r\nexport function loadSleepBasicPresets() {\r\n // SLEEP\r\n var sleep = new daytool_need();\r\n sleep.title.push(\"Sleep\");\r\n sleep.icon.push(\"sleep\");\r\n sleep.imported = true;\r\n sleep.description.push(\"Set aside time to make sure you get enough sleep.\");\r\n DAYTOOL.addEntity(sleep);\r\n // SLEEP GOAL SUGGESTIONS\r\n // 1. Trying to keep as close to circadian rhythm as possible - timing substance intake and waking with the Sun as much as possible\r\n // 2. Pre-sleep and post-sleep rituals\r\n // 3. Making bed clean and comfortable, and not hurting the spinal column\r\n\r\n // SLEEP SITUATIONAL GOALS SUGGESTION\r\n // 1. (Pre-professional) Apprenticeships\r\n // 2. (Young Professional) Finding key mentors\r\n // 3. (Older Professionals) Mentoring\r\n\r\n // COMMON SLEEP RELATED ISSUES:\r\n // 1.\r\n}\r\n"]}