@nextui-org/theme 2.1.5 → 2.1.6
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-ER6JQ3OQ.mjs → chunk-FZZINZOQ.mjs} +4 -21
- package/dist/components/index.js +4 -21
- package/dist/components/index.mjs +1 -1
- package/dist/components/pagination.js +4 -21
- package/dist/components/pagination.mjs +1 -1
- package/dist/index.js +4 -21
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -35,7 +35,6 @@ var pagination = tv({
|
|
|
35
35
|
"left-0",
|
|
36
36
|
"select-none",
|
|
37
37
|
"touch-none",
|
|
38
|
-
"pointer-events-none",
|
|
39
38
|
"z-20"
|
|
40
39
|
],
|
|
41
40
|
forwardIcon: "hidden group-hover:block group-data-[focus-visible=true]:block data-[before=true]:rotate-180",
|
|
@@ -125,12 +124,7 @@ var pagination = tv({
|
|
|
125
124
|
},
|
|
126
125
|
false: {
|
|
127
126
|
item: ["data-[pressed=true]:scale-[0.97]", "transition-transform-background"],
|
|
128
|
-
cursor: [
|
|
129
|
-
"data-[moving=true]:transition-transform",
|
|
130
|
-
"!data-[moving=true]:duration-300",
|
|
131
|
-
"opacity-0",
|
|
132
|
-
"data-[moving]:opacity-100"
|
|
133
|
-
]
|
|
127
|
+
cursor: ["transition-transform", "!duration-300"]
|
|
134
128
|
}
|
|
135
129
|
}
|
|
136
130
|
},
|
|
@@ -335,28 +329,17 @@ var pagination = tv({
|
|
|
335
329
|
{
|
|
336
330
|
slots: ["item", "prev", "next"],
|
|
337
331
|
variant: "flat",
|
|
338
|
-
class: [
|
|
339
|
-
"bg-default-100",
|
|
340
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-200",
|
|
341
|
-
"active:bg-default-300"
|
|
342
|
-
]
|
|
332
|
+
class: ["bg-default-100", "data-[hover=true]:bg-default-200", "active:bg-default-300"]
|
|
343
333
|
},
|
|
344
334
|
{
|
|
345
335
|
slots: ["item", "prev", "next"],
|
|
346
336
|
variant: "faded",
|
|
347
|
-
class: [
|
|
348
|
-
"bg-default-50",
|
|
349
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-100",
|
|
350
|
-
"active:bg-default-200"
|
|
351
|
-
]
|
|
337
|
+
class: ["bg-default-50", "data-[hover=true]:bg-default-100", "active:bg-default-200"]
|
|
352
338
|
},
|
|
353
339
|
{
|
|
354
340
|
slots: ["item", "prev", "next"],
|
|
355
341
|
variant: "light",
|
|
356
|
-
class: [
|
|
357
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-100",
|
|
358
|
-
"active:bg-default-200"
|
|
359
|
-
]
|
|
342
|
+
class: ["data-[hover=true]:bg-default-100", "active:bg-default-200"]
|
|
360
343
|
},
|
|
361
344
|
{
|
|
362
345
|
slots: ["item", "cursor", "prev", "next"],
|
package/dist/components/index.js
CHANGED
|
@@ -2771,7 +2771,6 @@ var pagination = tv({
|
|
|
2771
2771
|
"left-0",
|
|
2772
2772
|
"select-none",
|
|
2773
2773
|
"touch-none",
|
|
2774
|
-
"pointer-events-none",
|
|
2775
2774
|
"z-20"
|
|
2776
2775
|
],
|
|
2777
2776
|
forwardIcon: "hidden group-hover:block group-data-[focus-visible=true]:block data-[before=true]:rotate-180",
|
|
@@ -2861,12 +2860,7 @@ var pagination = tv({
|
|
|
2861
2860
|
},
|
|
2862
2861
|
false: {
|
|
2863
2862
|
item: ["data-[pressed=true]:scale-[0.97]", "transition-transform-background"],
|
|
2864
|
-
cursor: [
|
|
2865
|
-
"data-[moving=true]:transition-transform",
|
|
2866
|
-
"!data-[moving=true]:duration-300",
|
|
2867
|
-
"opacity-0",
|
|
2868
|
-
"data-[moving]:opacity-100"
|
|
2869
|
-
]
|
|
2863
|
+
cursor: ["transition-transform", "!duration-300"]
|
|
2870
2864
|
}
|
|
2871
2865
|
}
|
|
2872
2866
|
},
|
|
@@ -3071,28 +3065,17 @@ var pagination = tv({
|
|
|
3071
3065
|
{
|
|
3072
3066
|
slots: ["item", "prev", "next"],
|
|
3073
3067
|
variant: "flat",
|
|
3074
|
-
class: [
|
|
3075
|
-
"bg-default-100",
|
|
3076
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-200",
|
|
3077
|
-
"active:bg-default-300"
|
|
3078
|
-
]
|
|
3068
|
+
class: ["bg-default-100", "data-[hover=true]:bg-default-200", "active:bg-default-300"]
|
|
3079
3069
|
},
|
|
3080
3070
|
{
|
|
3081
3071
|
slots: ["item", "prev", "next"],
|
|
3082
3072
|
variant: "faded",
|
|
3083
|
-
class: [
|
|
3084
|
-
"bg-default-50",
|
|
3085
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-100",
|
|
3086
|
-
"active:bg-default-200"
|
|
3087
|
-
]
|
|
3073
|
+
class: ["bg-default-50", "data-[hover=true]:bg-default-100", "active:bg-default-200"]
|
|
3088
3074
|
},
|
|
3089
3075
|
{
|
|
3090
3076
|
slots: ["item", "prev", "next"],
|
|
3091
3077
|
variant: "light",
|
|
3092
|
-
class: [
|
|
3093
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-100",
|
|
3094
|
-
"active:bg-default-200"
|
|
3095
|
-
]
|
|
3078
|
+
class: ["data-[hover=true]:bg-default-100", "active:bg-default-200"]
|
|
3096
3079
|
},
|
|
3097
3080
|
{
|
|
3098
3081
|
slots: ["item", "cursor", "prev", "next"],
|
|
@@ -226,7 +226,6 @@ var pagination = tv({
|
|
|
226
226
|
"left-0",
|
|
227
227
|
"select-none",
|
|
228
228
|
"touch-none",
|
|
229
|
-
"pointer-events-none",
|
|
230
229
|
"z-20"
|
|
231
230
|
],
|
|
232
231
|
forwardIcon: "hidden group-hover:block group-data-[focus-visible=true]:block data-[before=true]:rotate-180",
|
|
@@ -316,12 +315,7 @@ var pagination = tv({
|
|
|
316
315
|
},
|
|
317
316
|
false: {
|
|
318
317
|
item: ["data-[pressed=true]:scale-[0.97]", "transition-transform-background"],
|
|
319
|
-
cursor: [
|
|
320
|
-
"data-[moving=true]:transition-transform",
|
|
321
|
-
"!data-[moving=true]:duration-300",
|
|
322
|
-
"opacity-0",
|
|
323
|
-
"data-[moving]:opacity-100"
|
|
324
|
-
]
|
|
318
|
+
cursor: ["transition-transform", "!duration-300"]
|
|
325
319
|
}
|
|
326
320
|
}
|
|
327
321
|
},
|
|
@@ -526,28 +520,17 @@ var pagination = tv({
|
|
|
526
520
|
{
|
|
527
521
|
slots: ["item", "prev", "next"],
|
|
528
522
|
variant: "flat",
|
|
529
|
-
class: [
|
|
530
|
-
"bg-default-100",
|
|
531
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-200",
|
|
532
|
-
"active:bg-default-300"
|
|
533
|
-
]
|
|
523
|
+
class: ["bg-default-100", "data-[hover=true]:bg-default-200", "active:bg-default-300"]
|
|
534
524
|
},
|
|
535
525
|
{
|
|
536
526
|
slots: ["item", "prev", "next"],
|
|
537
527
|
variant: "faded",
|
|
538
|
-
class: [
|
|
539
|
-
"bg-default-50",
|
|
540
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-100",
|
|
541
|
-
"active:bg-default-200"
|
|
542
|
-
]
|
|
528
|
+
class: ["bg-default-50", "data-[hover=true]:bg-default-100", "active:bg-default-200"]
|
|
543
529
|
},
|
|
544
530
|
{
|
|
545
531
|
slots: ["item", "prev", "next"],
|
|
546
532
|
variant: "light",
|
|
547
|
-
class: [
|
|
548
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-100",
|
|
549
|
-
"active:bg-default-200"
|
|
550
|
-
]
|
|
533
|
+
class: ["data-[hover=true]:bg-default-100", "active:bg-default-200"]
|
|
551
534
|
},
|
|
552
535
|
{
|
|
553
536
|
slots: ["item", "cursor", "prev", "next"],
|
package/dist/index.js
CHANGED
|
@@ -2803,7 +2803,6 @@ var pagination = tv({
|
|
|
2803
2803
|
"left-0",
|
|
2804
2804
|
"select-none",
|
|
2805
2805
|
"touch-none",
|
|
2806
|
-
"pointer-events-none",
|
|
2807
2806
|
"z-20"
|
|
2808
2807
|
],
|
|
2809
2808
|
forwardIcon: "hidden group-hover:block group-data-[focus-visible=true]:block data-[before=true]:rotate-180",
|
|
@@ -2893,12 +2892,7 @@ var pagination = tv({
|
|
|
2893
2892
|
},
|
|
2894
2893
|
false: {
|
|
2895
2894
|
item: ["data-[pressed=true]:scale-[0.97]", "transition-transform-background"],
|
|
2896
|
-
cursor: [
|
|
2897
|
-
"data-[moving=true]:transition-transform",
|
|
2898
|
-
"!data-[moving=true]:duration-300",
|
|
2899
|
-
"opacity-0",
|
|
2900
|
-
"data-[moving]:opacity-100"
|
|
2901
|
-
]
|
|
2895
|
+
cursor: ["transition-transform", "!duration-300"]
|
|
2902
2896
|
}
|
|
2903
2897
|
}
|
|
2904
2898
|
},
|
|
@@ -3103,28 +3097,17 @@ var pagination = tv({
|
|
|
3103
3097
|
{
|
|
3104
3098
|
slots: ["item", "prev", "next"],
|
|
3105
3099
|
variant: "flat",
|
|
3106
|
-
class: [
|
|
3107
|
-
"bg-default-100",
|
|
3108
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-200",
|
|
3109
|
-
"active:bg-default-300"
|
|
3110
|
-
]
|
|
3100
|
+
class: ["bg-default-100", "data-[hover=true]:bg-default-200", "active:bg-default-300"]
|
|
3111
3101
|
},
|
|
3112
3102
|
{
|
|
3113
3103
|
slots: ["item", "prev", "next"],
|
|
3114
3104
|
variant: "faded",
|
|
3115
|
-
class: [
|
|
3116
|
-
"bg-default-50",
|
|
3117
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-100",
|
|
3118
|
-
"active:bg-default-200"
|
|
3119
|
-
]
|
|
3105
|
+
class: ["bg-default-50", "data-[hover=true]:bg-default-100", "active:bg-default-200"]
|
|
3120
3106
|
},
|
|
3121
3107
|
{
|
|
3122
3108
|
slots: ["item", "prev", "next"],
|
|
3123
3109
|
variant: "light",
|
|
3124
|
-
class: [
|
|
3125
|
-
"[&[data-hover=true]:not([data-active=true])]:bg-default-100",
|
|
3126
|
-
"active:bg-default-200"
|
|
3127
|
-
]
|
|
3110
|
+
class: ["data-[hover=true]:bg-default-100", "active:bg-default-200"]
|
|
3128
3111
|
},
|
|
3129
3112
|
{
|
|
3130
3113
|
slots: ["item", "cursor", "prev", "next"],
|
package/dist/index.mjs
CHANGED