fumadocs-ui 15.7.6 → 15.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/page.js CHANGED
@@ -45,7 +45,7 @@ export const DocsDescription = forwardRef((props, ref) => {
45
45
  });
46
46
  DocsDescription.displayName = 'DocsDescription';
47
47
  export const DocsTitle = forwardRef((props, ref) => {
48
- return (_jsx("h1", { ref: ref, ...props, className: cn('text-3xl font-semibold', props.className), children: props.children }));
48
+ return (_jsx("h1", { ref: ref, ...props, className: cn('text-[1.75em] font-semibold', props.className), children: props.children }));
49
49
  });
50
50
  DocsTitle.displayName = 'DocsTitle';
51
51
  /**
package/dist/style.css CHANGED
@@ -1570,6 +1570,9 @@
1570
1570
  font-size: var(--text-xs);
1571
1571
  line-height: var(--tw-leading, var(--text-xs--line-height));
1572
1572
  }
1573
+ .text-\[1\.75em\] {
1574
+ font-size: 1.75em;
1575
+ }
1573
1576
  .text-\[13px\] {
1574
1577
  font-size: 13px;
1575
1578
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-ui",
3
- "version": "15.7.6",
3
+ "version": "15.7.7",
4
4
  "description": "The framework for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -121,20 +121,20 @@
121
121
  "react-medium-image-zoom": "^5.3.0",
122
122
  "scroll-into-view-if-needed": "^3.1.0",
123
123
  "tailwind-merge": "^3.3.1",
124
- "fumadocs-core": "15.7.6"
124
+ "fumadocs-core": "15.7.7"
125
125
  },
126
126
  "devDependencies": {
127
127
  "@next/eslint-plugin-next": "^15.5.2",
128
128
  "@tailwindcss/cli": "^4.1.12",
129
129
  "@types/lodash.merge": "^4.6.9",
130
130
  "@types/react": "^19.1.12",
131
- "@types/react-dom": "^19.1.8",
131
+ "@types/react-dom": "^19.1.9",
132
132
  "next": "15.5.2",
133
133
  "tailwindcss": "^4.1.12",
134
134
  "tsc-alias": "^1.8.16",
135
- "@fumadocs/cli": "1.0.1",
136
135
  "eslint-config-custom": "0.0.0",
137
- "fumadocs-core": "15.7.6",
136
+ "fumadocs-core": "15.7.7",
137
+ "@fumadocs/cli": "1.0.1",
138
138
  "tsconfig": "0.0.0"
139
139
  },
140
140
  "peerDependencies": {