Skip to content

Commit 7750b60

Browse files
committed
bump ui
1 parent 5df3909 commit 7750b60

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@clack/prompts": "^0.10.1",
4444
"@heroicons/react": "^2.2.0",
4545
"@node-core/rehype-shiki": "^1.0.1-601b74e6d7dfc706eb99e854fc96120bea42f03a",
46-
"@node-core/ui-components": "^1.0.1-79dc76991a4c35cbd47e62c12e8d3507e3d9a7c4",
46+
"@node-core/ui-components": "^1.0.1-71be0843d06de0924837b94fc6f55f1cb3cd4d1d",
4747
"@orama/orama": "^3.1.6",
4848
"@orama/plugin-data-persistence": "^3.1.6",
4949
"@orama/react-components": "^0.8.0",

src/generators/jsx-ast/constants.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export const STABILITY_LEVELS = [
1616
*/
1717
export const HEADER_SIZE_MAP = [
1818
undefined, // h0
19-
'lg', // h1
20-
'md', // h2
19+
'md', // h1
20+
'sm', // h2
2121
'sm', // h3
2222
'sm', // h4
2323
];

src/generators/web/client/components/MetaBar.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import MetaBar from '@node-core/ui-components/Containers/MetaBar';
22
import GitHubIcon from '@node-core/ui-components/Icons/Social/GitHub';
3-
import { CodeBracketIcon, DocumentIcon } from '@heroicons/react/24/outline';
3+
import CodeBracketIcon from '@heroicons/react/24/outline/CodeBracketIcon';
4+
import DocumentIcon from '@heroicons/react/24/outline/DocumentIcon';
45

56
const iconMap = {
67
JSON: CodeBracketIcon,

0 commit comments

Comments
 (0)