fumadocs-ui 15.7.9 → 15.7.10

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.
Files changed (2) hide show
  1. package/dist/style.css +2 -4
  2. package/package.json +5 -5
package/dist/style.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -1718,7 +1718,7 @@
1718
1718
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1719
1719
  }
1720
1720
  .transition {
1721
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
1721
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1722
1722
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1723
1723
  transition-duration: var(--tw-duration, var(--default-transition-duration));
1724
1724
  }
@@ -1908,7 +1908,6 @@
1908
1908
  }
1909
1909
  .before\:content-\[\'\'\] {
1910
1910
  &::before {
1911
- content: var(--tw-content);
1912
1911
  --tw-content: '';
1913
1912
  content: var(--tw-content);
1914
1913
  }
@@ -2130,7 +2129,6 @@
2130
2129
  :is(& *) {
2131
2130
  &[data-active="true"] {
2132
2131
  &::before {
2133
- content: var(--tw-content);
2134
2132
  --tw-content: '';
2135
2133
  content: var(--tw-content);
2136
2134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-ui",
3
- "version": "15.7.9",
3
+ "version": "15.7.10",
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.9"
124
+ "fumadocs-core": "15.7.10"
125
125
  },
126
126
  "devDependencies": {
127
127
  "@next/eslint-plugin-next": "^15.5.2",
128
- "@tailwindcss/cli": "^4.1.12",
128
+ "@tailwindcss/cli": "^4.1.13",
129
129
  "@types/lodash.merge": "^4.6.9",
130
130
  "@types/react": "^19.1.12",
131
131
  "@types/react-dom": "^19.1.9",
132
132
  "next": "15.5.2",
133
- "tailwindcss": "^4.1.12",
133
+ "tailwindcss": "^4.1.13",
134
134
  "tsc-alias": "^1.8.16",
135
135
  "@fumadocs/cli": "1.0.1",
136
136
  "eslint-config-custom": "0.0.0",
137
- "fumadocs-core": "15.7.9",
137
+ "fumadocs-core": "15.7.10",
138
138
  "tsconfig": "0.0.0"
139
139
  },
140
140
  "peerDependencies": {