Skip to content

Commit

Permalink
Update 01_core.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Flath authored Feb 18, 2025
1 parent 10d81dd commit ea4fb3c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions nbs/01_core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,9 @@
" {mode_script[mode]}\n",
" htmlElement.classList.add(\"uk-theme-{color}\");\n",
" htmlElement.classList.add(__FRANKEN__.theme || \"uk-theme-{color}\");\n",
<<<<<<< Updated upstream
" htmlElement.classList.add(__FRANKEN__.radii || \"uk-radii-md\");\n",
" htmlElement.classList.add(__FRANKEN__.shadows || \"uk-shadows-sm\");\n",
" htmlElement.classList.add(__FRANKEN__.font || \"uk-font-sm\");\n",
"\n",
=======
" htmlElement.classList.add(__FRANKEN__.radii || \"uk-radii-{radii}\");\n",
" htmlElement.classList.add(__FRANKEN__.shadows || \"uk-shadows-{shadows}\");\n",
" htmlElement.classList.add(__FRANKEN__.font || \"uk-font-{font}\");\n",
>>>>>>> Stashed changes
" ''')"
]
},
Expand Down Expand Up @@ -247,17 +240,9 @@
"source": [
"#| export\n",
"HEADER_URLS = {\n",
<<<<<<< Updated upstream
" 'franken_css': \"https://unpkg.com/[email protected]/dist/css/core.min.css\",\n",
"# 'franken_tw_utils': \"https://unpkg.com/[email protected]/dist/css/utilities.min.css\",\n",
" 'franken_js_core': \"https://unpkg.com/[email protected]/dist/js/core.iife.js\",\n",
" 'franken_icons': \"https://unpkg.com/[email protected]/dist/js/icon.iife.js\",\n",
"# 'icon_js': \"https://cdn.jsdelivr.net/gh/answerdotai/monsterui@main/monsterui/icon.iife.js\",\n",
=======
" 'franken_css': \"https://unpkg.com/[email protected]/dist/css/core.min.css\",\n",
" 'franken_js_core': \"https://unpkg.com/[email protected]/dist/js/core.iife.js\",\n",
" 'franken_icons': \"https://unpkg.com/[email protected]/dist/js/icon.iife.js\",\n",
>>>>>>> Stashed changes
" 'tailwind': \"https://cdn.tailwindcss.com\",\n",
" 'daisyui': \"https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css\",\n",
" 'highlight_js': \"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js\",\n",
Expand Down Expand Up @@ -366,16 +351,12 @@
" fh.Script(type=\"module\", src=urls['franken_js_core']),\n",
" fh.Script(type=\"module\", src=urls['franken_icons']),\n",
" fh.Script(src=urls['tailwind']),\n",
<<<<<<< Updated upstream
" fh.Script(\"\"\"\n",
" tailwind.config = {\n",
" darkMode: 'selector',\n",
" }\n",
" \"\"\"),\n",
" _headers_theme(self.value, mode=mode),\n",
=======
" _headers_theme(self.value, mode=mode, radii=radii, shadows=shadows, font=font),\n",
>>>>>>> Stashed changes
" scrollspy_style]\n",
"\n",
" if daisy:\n",
Expand Down

0 comments on commit ea4fb3c

Please sign in to comment.