@nextui-org/theme 0.0.0-dev-v2-20230613214509 → 0.0.0-dev-v2-20230614033154
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/{chunk-2JNTU7SI.mjs → chunk-WQF44BEH.mjs} +5 -11
- package/dist/components/index.js +5 -11
- package/dist/components/index.mjs +1 -1
- package/dist/components/navbar.js +5 -11
- package/dist/components/navbar.mjs +1 -1
- package/dist/index.js +5 -11
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -190,17 +190,11 @@ var navbar = tv({
|
|
|
190
190
|
position: ["static", "sticky"],
|
|
191
191
|
class: {
|
|
192
192
|
base: [
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"before:inset-0",
|
|
199
|
-
"before:backdrop-blur",
|
|
200
|
-
"before:backdrop-saturate-150",
|
|
201
|
-
"before:bg-background/80",
|
|
202
|
-
"dark:before:bg-background/50",
|
|
203
|
-
"data-[menu-open=true]:before:bg-background"
|
|
193
|
+
"backdrop-blur",
|
|
194
|
+
"backdrop-saturate-150",
|
|
195
|
+
"bg-background/80",
|
|
196
|
+
"dark:bg-background/50",
|
|
197
|
+
"data-[menu-open=true]:bg-background"
|
|
204
198
|
]
|
|
205
199
|
}
|
|
206
200
|
},
|
package/dist/components/index.js
CHANGED
|
@@ -5455,17 +5455,11 @@ var navbar = (0, import_tailwind_variants24.tv)({
|
|
|
5455
5455
|
position: ["static", "sticky"],
|
|
5456
5456
|
class: {
|
|
5457
5457
|
base: [
|
|
5458
|
-
"
|
|
5459
|
-
"
|
|
5460
|
-
"
|
|
5461
|
-
"
|
|
5462
|
-
"
|
|
5463
|
-
"before:inset-0",
|
|
5464
|
-
"before:backdrop-blur",
|
|
5465
|
-
"before:backdrop-saturate-150",
|
|
5466
|
-
"before:bg-background/80",
|
|
5467
|
-
"dark:before:bg-background/50",
|
|
5468
|
-
"data-[menu-open=true]:before:bg-background"
|
|
5458
|
+
"backdrop-blur",
|
|
5459
|
+
"backdrop-saturate-150",
|
|
5460
|
+
"bg-background/80",
|
|
5461
|
+
"dark:bg-background/50",
|
|
5462
|
+
"data-[menu-open=true]:bg-background"
|
|
5469
5463
|
]
|
|
5470
5464
|
}
|
|
5471
5465
|
},
|
|
@@ -214,17 +214,11 @@ var navbar = (0, import_tailwind_variants.tv)({
|
|
|
214
214
|
position: ["static", "sticky"],
|
|
215
215
|
class: {
|
|
216
216
|
base: [
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"before:inset-0",
|
|
223
|
-
"before:backdrop-blur",
|
|
224
|
-
"before:backdrop-saturate-150",
|
|
225
|
-
"before:bg-background/80",
|
|
226
|
-
"dark:before:bg-background/50",
|
|
227
|
-
"data-[menu-open=true]:before:bg-background"
|
|
217
|
+
"backdrop-blur",
|
|
218
|
+
"backdrop-saturate-150",
|
|
219
|
+
"bg-background/80",
|
|
220
|
+
"dark:bg-background/50",
|
|
221
|
+
"data-[menu-open=true]:bg-background"
|
|
228
222
|
]
|
|
229
223
|
}
|
|
230
224
|
},
|
package/dist/index.js
CHANGED
|
@@ -5487,17 +5487,11 @@ var navbar = (0, import_tailwind_variants24.tv)({
|
|
|
5487
5487
|
position: ["static", "sticky"],
|
|
5488
5488
|
class: {
|
|
5489
5489
|
base: [
|
|
5490
|
-
"
|
|
5491
|
-
"
|
|
5492
|
-
"
|
|
5493
|
-
"
|
|
5494
|
-
"
|
|
5495
|
-
"before:inset-0",
|
|
5496
|
-
"before:backdrop-blur",
|
|
5497
|
-
"before:backdrop-saturate-150",
|
|
5498
|
-
"before:bg-background/80",
|
|
5499
|
-
"dark:before:bg-background/50",
|
|
5500
|
-
"data-[menu-open=true]:before:bg-background"
|
|
5490
|
+
"backdrop-blur",
|
|
5491
|
+
"backdrop-saturate-150",
|
|
5492
|
+
"bg-background/80",
|
|
5493
|
+
"dark:bg-background/50",
|
|
5494
|
+
"data-[menu-open=true]:bg-background"
|
|
5501
5495
|
]
|
|
5502
5496
|
}
|
|
5503
5497
|
},
|
package/dist/index.mjs
CHANGED