@nextui-org/theme 0.0.0-dev-v2-20230701230240 → 0.0.0-dev-v2-20230702031855
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-U7M6NPLF.mjs → chunk-CJRYUKCX.mjs} +11 -29
- package/dist/components/index.js +11 -29
- package/dist/components/index.mjs +1 -1
- package/dist/components/table.d.ts +0 -72
- package/dist/components/table.js +11 -29
- package/dist/components/table.mjs +1 -1
- package/dist/index.js +11 -29
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -15,8 +15,8 @@ var table = tv({
|
|
|
15
15
|
"relative",
|
|
16
16
|
"justify-between",
|
|
17
17
|
"gap-4",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
18
|
+
"shadow-medium",
|
|
19
|
+
"bg-content1",
|
|
20
20
|
"overflow-auto"
|
|
21
21
|
],
|
|
22
22
|
table: "min-w-full h-auto",
|
|
@@ -47,7 +47,7 @@ var table = tv({
|
|
|
47
47
|
"relative",
|
|
48
48
|
"align-middle",
|
|
49
49
|
"whitespace-normal",
|
|
50
|
-
"text-
|
|
50
|
+
"text-medium",
|
|
51
51
|
"font-normal",
|
|
52
52
|
"outline-none",
|
|
53
53
|
...dataFocusVisibleClasses,
|
|
@@ -107,23 +107,14 @@ var table = tv({
|
|
|
107
107
|
none: {
|
|
108
108
|
base: "rounded-none"
|
|
109
109
|
},
|
|
110
|
-
base: {
|
|
111
|
-
base: "rounded"
|
|
112
|
-
},
|
|
113
110
|
sm: {
|
|
114
|
-
base: "rounded-
|
|
111
|
+
base: "rounded-small"
|
|
115
112
|
},
|
|
116
113
|
md: {
|
|
117
|
-
base: "rounded-
|
|
114
|
+
base: "rounded-medium"
|
|
118
115
|
},
|
|
119
116
|
lg: {
|
|
120
|
-
base: "rounded-
|
|
121
|
-
},
|
|
122
|
-
xl: {
|
|
123
|
-
base: "rounded-xl"
|
|
124
|
-
},
|
|
125
|
-
"2xl": {
|
|
126
|
-
base: "rounded-2xl"
|
|
117
|
+
base: "rounded-large"
|
|
127
118
|
}
|
|
128
119
|
},
|
|
129
120
|
shadow: {
|
|
@@ -131,22 +122,13 @@ var table = tv({
|
|
|
131
122
|
base: "shadow-none"
|
|
132
123
|
},
|
|
133
124
|
sm: {
|
|
134
|
-
base: "shadow-
|
|
125
|
+
base: "shadow-small"
|
|
135
126
|
},
|
|
136
127
|
md: {
|
|
137
|
-
base: "shadow-
|
|
128
|
+
base: "shadow-medium"
|
|
138
129
|
},
|
|
139
130
|
lg: {
|
|
140
|
-
base: "shadow-
|
|
141
|
-
},
|
|
142
|
-
xl: {
|
|
143
|
-
base: "shadow-xl"
|
|
144
|
-
},
|
|
145
|
-
"2xl": {
|
|
146
|
-
base: "shadow-2xl"
|
|
147
|
-
},
|
|
148
|
-
inner: {
|
|
149
|
-
base: "shadow-inner"
|
|
131
|
+
base: "shadow-large"
|
|
150
132
|
}
|
|
151
133
|
},
|
|
152
134
|
hideHeader: {
|
|
@@ -196,8 +178,8 @@ var table = tv({
|
|
|
196
178
|
},
|
|
197
179
|
defaultVariants: {
|
|
198
180
|
layout: "auto",
|
|
199
|
-
shadow: "
|
|
200
|
-
radius: "
|
|
181
|
+
shadow: "md",
|
|
182
|
+
radius: "lg",
|
|
201
183
|
color: "default",
|
|
202
184
|
hideHeader: false,
|
|
203
185
|
isStriped: false,
|
package/dist/components/index.js
CHANGED
|
@@ -4918,8 +4918,8 @@ var table = tv({
|
|
|
4918
4918
|
"relative",
|
|
4919
4919
|
"justify-between",
|
|
4920
4920
|
"gap-4",
|
|
4921
|
-
"
|
|
4922
|
-
"
|
|
4921
|
+
"shadow-medium",
|
|
4922
|
+
"bg-content1",
|
|
4923
4923
|
"overflow-auto"
|
|
4924
4924
|
],
|
|
4925
4925
|
table: "min-w-full h-auto",
|
|
@@ -4950,7 +4950,7 @@ var table = tv({
|
|
|
4950
4950
|
"relative",
|
|
4951
4951
|
"align-middle",
|
|
4952
4952
|
"whitespace-normal",
|
|
4953
|
-
"text-
|
|
4953
|
+
"text-medium",
|
|
4954
4954
|
"font-normal",
|
|
4955
4955
|
"outline-none",
|
|
4956
4956
|
...dataFocusVisibleClasses,
|
|
@@ -5010,23 +5010,14 @@ var table = tv({
|
|
|
5010
5010
|
none: {
|
|
5011
5011
|
base: "rounded-none"
|
|
5012
5012
|
},
|
|
5013
|
-
base: {
|
|
5014
|
-
base: "rounded"
|
|
5015
|
-
},
|
|
5016
5013
|
sm: {
|
|
5017
|
-
base: "rounded-
|
|
5014
|
+
base: "rounded-small"
|
|
5018
5015
|
},
|
|
5019
5016
|
md: {
|
|
5020
|
-
base: "rounded-
|
|
5017
|
+
base: "rounded-medium"
|
|
5021
5018
|
},
|
|
5022
5019
|
lg: {
|
|
5023
|
-
base: "rounded-
|
|
5024
|
-
},
|
|
5025
|
-
xl: {
|
|
5026
|
-
base: "rounded-xl"
|
|
5027
|
-
},
|
|
5028
|
-
"2xl": {
|
|
5029
|
-
base: "rounded-2xl"
|
|
5020
|
+
base: "rounded-large"
|
|
5030
5021
|
}
|
|
5031
5022
|
},
|
|
5032
5023
|
shadow: {
|
|
@@ -5034,22 +5025,13 @@ var table = tv({
|
|
|
5034
5025
|
base: "shadow-none"
|
|
5035
5026
|
},
|
|
5036
5027
|
sm: {
|
|
5037
|
-
base: "shadow-
|
|
5028
|
+
base: "shadow-small"
|
|
5038
5029
|
},
|
|
5039
5030
|
md: {
|
|
5040
|
-
base: "shadow-
|
|
5031
|
+
base: "shadow-medium"
|
|
5041
5032
|
},
|
|
5042
5033
|
lg: {
|
|
5043
|
-
base: "shadow-
|
|
5044
|
-
},
|
|
5045
|
-
xl: {
|
|
5046
|
-
base: "shadow-xl"
|
|
5047
|
-
},
|
|
5048
|
-
"2xl": {
|
|
5049
|
-
base: "shadow-2xl"
|
|
5050
|
-
},
|
|
5051
|
-
inner: {
|
|
5052
|
-
base: "shadow-inner"
|
|
5034
|
+
base: "shadow-large"
|
|
5053
5035
|
}
|
|
5054
5036
|
},
|
|
5055
5037
|
hideHeader: {
|
|
@@ -5099,8 +5081,8 @@ var table = tv({
|
|
|
5099
5081
|
},
|
|
5100
5082
|
defaultVariants: {
|
|
5101
5083
|
layout: "auto",
|
|
5102
|
-
shadow: "
|
|
5103
|
-
radius: "
|
|
5084
|
+
shadow: "md",
|
|
5085
|
+
radius: "lg",
|
|
5104
5086
|
color: "default",
|
|
5105
5087
|
hideHeader: false,
|
|
5106
5088
|
isStriped: false,
|
|
@@ -70,9 +70,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
70
70
|
none: {
|
|
71
71
|
base: string;
|
|
72
72
|
};
|
|
73
|
-
base: {
|
|
74
|
-
base: string;
|
|
75
|
-
};
|
|
76
73
|
sm: {
|
|
77
74
|
base: string;
|
|
78
75
|
};
|
|
@@ -82,12 +79,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
82
79
|
lg: {
|
|
83
80
|
base: string;
|
|
84
81
|
};
|
|
85
|
-
xl: {
|
|
86
|
-
base: string;
|
|
87
|
-
};
|
|
88
|
-
"2xl": {
|
|
89
|
-
base: string;
|
|
90
|
-
};
|
|
91
82
|
};
|
|
92
83
|
shadow: {
|
|
93
84
|
none: {
|
|
@@ -102,15 +93,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
102
93
|
lg: {
|
|
103
94
|
base: string;
|
|
104
95
|
};
|
|
105
|
-
xl: {
|
|
106
|
-
base: string;
|
|
107
|
-
};
|
|
108
|
-
"2xl": {
|
|
109
|
-
base: string;
|
|
110
|
-
};
|
|
111
|
-
inner: {
|
|
112
|
-
base: string;
|
|
113
|
-
};
|
|
114
96
|
};
|
|
115
97
|
hideHeader: {
|
|
116
98
|
true: {
|
|
@@ -192,9 +174,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
192
174
|
none: {
|
|
193
175
|
base: string;
|
|
194
176
|
};
|
|
195
|
-
base: {
|
|
196
|
-
base: string;
|
|
197
|
-
};
|
|
198
177
|
sm: {
|
|
199
178
|
base: string;
|
|
200
179
|
};
|
|
@@ -204,12 +183,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
204
183
|
lg: {
|
|
205
184
|
base: string;
|
|
206
185
|
};
|
|
207
|
-
xl: {
|
|
208
|
-
base: string;
|
|
209
|
-
};
|
|
210
|
-
"2xl": {
|
|
211
|
-
base: string;
|
|
212
|
-
};
|
|
213
186
|
};
|
|
214
187
|
shadow: {
|
|
215
188
|
none: {
|
|
@@ -224,15 +197,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
224
197
|
lg: {
|
|
225
198
|
base: string;
|
|
226
199
|
};
|
|
227
|
-
xl: {
|
|
228
|
-
base: string;
|
|
229
|
-
};
|
|
230
|
-
"2xl": {
|
|
231
|
-
base: string;
|
|
232
|
-
};
|
|
233
|
-
inner: {
|
|
234
|
-
base: string;
|
|
235
|
-
};
|
|
236
200
|
};
|
|
237
201
|
hideHeader: {
|
|
238
202
|
true: {
|
|
@@ -302,9 +266,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
302
266
|
none: {
|
|
303
267
|
base: string;
|
|
304
268
|
};
|
|
305
|
-
base: {
|
|
306
|
-
base: string;
|
|
307
|
-
};
|
|
308
269
|
sm: {
|
|
309
270
|
base: string;
|
|
310
271
|
};
|
|
@@ -314,12 +275,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
314
275
|
lg: {
|
|
315
276
|
base: string;
|
|
316
277
|
};
|
|
317
|
-
xl: {
|
|
318
|
-
base: string;
|
|
319
|
-
};
|
|
320
|
-
"2xl": {
|
|
321
|
-
base: string;
|
|
322
|
-
};
|
|
323
278
|
};
|
|
324
279
|
shadow: {
|
|
325
280
|
none: {
|
|
@@ -334,15 +289,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
334
289
|
lg: {
|
|
335
290
|
base: string;
|
|
336
291
|
};
|
|
337
|
-
xl: {
|
|
338
|
-
base: string;
|
|
339
|
-
};
|
|
340
|
-
"2xl": {
|
|
341
|
-
base: string;
|
|
342
|
-
};
|
|
343
|
-
inner: {
|
|
344
|
-
base: string;
|
|
345
|
-
};
|
|
346
292
|
};
|
|
347
293
|
hideHeader: {
|
|
348
294
|
true: {
|
|
@@ -412,9 +358,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
412
358
|
none: {
|
|
413
359
|
base: string;
|
|
414
360
|
};
|
|
415
|
-
base: {
|
|
416
|
-
base: string;
|
|
417
|
-
};
|
|
418
361
|
sm: {
|
|
419
362
|
base: string;
|
|
420
363
|
};
|
|
@@ -424,12 +367,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
424
367
|
lg: {
|
|
425
368
|
base: string;
|
|
426
369
|
};
|
|
427
|
-
xl: {
|
|
428
|
-
base: string;
|
|
429
|
-
};
|
|
430
|
-
"2xl": {
|
|
431
|
-
base: string;
|
|
432
|
-
};
|
|
433
370
|
};
|
|
434
371
|
shadow: {
|
|
435
372
|
none: {
|
|
@@ -444,15 +381,6 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
444
381
|
lg: {
|
|
445
382
|
base: string;
|
|
446
383
|
};
|
|
447
|
-
xl: {
|
|
448
|
-
base: string;
|
|
449
|
-
};
|
|
450
|
-
"2xl": {
|
|
451
|
-
base: string;
|
|
452
|
-
};
|
|
453
|
-
inner: {
|
|
454
|
-
base: string;
|
|
455
|
-
};
|
|
456
384
|
};
|
|
457
385
|
hideHeader: {
|
|
458
386
|
true: {
|
package/dist/components/table.js
CHANGED
|
@@ -72,8 +72,8 @@ var table = tv({
|
|
|
72
72
|
"relative",
|
|
73
73
|
"justify-between",
|
|
74
74
|
"gap-4",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
75
|
+
"shadow-medium",
|
|
76
|
+
"bg-content1",
|
|
77
77
|
"overflow-auto"
|
|
78
78
|
],
|
|
79
79
|
table: "min-w-full h-auto",
|
|
@@ -104,7 +104,7 @@ var table = tv({
|
|
|
104
104
|
"relative",
|
|
105
105
|
"align-middle",
|
|
106
106
|
"whitespace-normal",
|
|
107
|
-
"text-
|
|
107
|
+
"text-medium",
|
|
108
108
|
"font-normal",
|
|
109
109
|
"outline-none",
|
|
110
110
|
...dataFocusVisibleClasses,
|
|
@@ -164,23 +164,14 @@ var table = tv({
|
|
|
164
164
|
none: {
|
|
165
165
|
base: "rounded-none"
|
|
166
166
|
},
|
|
167
|
-
base: {
|
|
168
|
-
base: "rounded"
|
|
169
|
-
},
|
|
170
167
|
sm: {
|
|
171
|
-
base: "rounded-
|
|
168
|
+
base: "rounded-small"
|
|
172
169
|
},
|
|
173
170
|
md: {
|
|
174
|
-
base: "rounded-
|
|
171
|
+
base: "rounded-medium"
|
|
175
172
|
},
|
|
176
173
|
lg: {
|
|
177
|
-
base: "rounded-
|
|
178
|
-
},
|
|
179
|
-
xl: {
|
|
180
|
-
base: "rounded-xl"
|
|
181
|
-
},
|
|
182
|
-
"2xl": {
|
|
183
|
-
base: "rounded-2xl"
|
|
174
|
+
base: "rounded-large"
|
|
184
175
|
}
|
|
185
176
|
},
|
|
186
177
|
shadow: {
|
|
@@ -188,22 +179,13 @@ var table = tv({
|
|
|
188
179
|
base: "shadow-none"
|
|
189
180
|
},
|
|
190
181
|
sm: {
|
|
191
|
-
base: "shadow-
|
|
182
|
+
base: "shadow-small"
|
|
192
183
|
},
|
|
193
184
|
md: {
|
|
194
|
-
base: "shadow-
|
|
185
|
+
base: "shadow-medium"
|
|
195
186
|
},
|
|
196
187
|
lg: {
|
|
197
|
-
base: "shadow-
|
|
198
|
-
},
|
|
199
|
-
xl: {
|
|
200
|
-
base: "shadow-xl"
|
|
201
|
-
},
|
|
202
|
-
"2xl": {
|
|
203
|
-
base: "shadow-2xl"
|
|
204
|
-
},
|
|
205
|
-
inner: {
|
|
206
|
-
base: "shadow-inner"
|
|
188
|
+
base: "shadow-large"
|
|
207
189
|
}
|
|
208
190
|
},
|
|
209
191
|
hideHeader: {
|
|
@@ -253,8 +235,8 @@ var table = tv({
|
|
|
253
235
|
},
|
|
254
236
|
defaultVariants: {
|
|
255
237
|
layout: "auto",
|
|
256
|
-
shadow: "
|
|
257
|
-
radius: "
|
|
238
|
+
shadow: "md",
|
|
239
|
+
radius: "lg",
|
|
258
240
|
color: "default",
|
|
259
241
|
hideHeader: false,
|
|
260
242
|
isStriped: false,
|
package/dist/index.js
CHANGED
|
@@ -4950,8 +4950,8 @@ var table = tv({
|
|
|
4950
4950
|
"relative",
|
|
4951
4951
|
"justify-between",
|
|
4952
4952
|
"gap-4",
|
|
4953
|
-
"
|
|
4954
|
-
"
|
|
4953
|
+
"shadow-medium",
|
|
4954
|
+
"bg-content1",
|
|
4955
4955
|
"overflow-auto"
|
|
4956
4956
|
],
|
|
4957
4957
|
table: "min-w-full h-auto",
|
|
@@ -4982,7 +4982,7 @@ var table = tv({
|
|
|
4982
4982
|
"relative",
|
|
4983
4983
|
"align-middle",
|
|
4984
4984
|
"whitespace-normal",
|
|
4985
|
-
"text-
|
|
4985
|
+
"text-medium",
|
|
4986
4986
|
"font-normal",
|
|
4987
4987
|
"outline-none",
|
|
4988
4988
|
...dataFocusVisibleClasses,
|
|
@@ -5042,23 +5042,14 @@ var table = tv({
|
|
|
5042
5042
|
none: {
|
|
5043
5043
|
base: "rounded-none"
|
|
5044
5044
|
},
|
|
5045
|
-
base: {
|
|
5046
|
-
base: "rounded"
|
|
5047
|
-
},
|
|
5048
5045
|
sm: {
|
|
5049
|
-
base: "rounded-
|
|
5046
|
+
base: "rounded-small"
|
|
5050
5047
|
},
|
|
5051
5048
|
md: {
|
|
5052
|
-
base: "rounded-
|
|
5049
|
+
base: "rounded-medium"
|
|
5053
5050
|
},
|
|
5054
5051
|
lg: {
|
|
5055
|
-
base: "rounded-
|
|
5056
|
-
},
|
|
5057
|
-
xl: {
|
|
5058
|
-
base: "rounded-xl"
|
|
5059
|
-
},
|
|
5060
|
-
"2xl": {
|
|
5061
|
-
base: "rounded-2xl"
|
|
5052
|
+
base: "rounded-large"
|
|
5062
5053
|
}
|
|
5063
5054
|
},
|
|
5064
5055
|
shadow: {
|
|
@@ -5066,22 +5057,13 @@ var table = tv({
|
|
|
5066
5057
|
base: "shadow-none"
|
|
5067
5058
|
},
|
|
5068
5059
|
sm: {
|
|
5069
|
-
base: "shadow-
|
|
5060
|
+
base: "shadow-small"
|
|
5070
5061
|
},
|
|
5071
5062
|
md: {
|
|
5072
|
-
base: "shadow-
|
|
5063
|
+
base: "shadow-medium"
|
|
5073
5064
|
},
|
|
5074
5065
|
lg: {
|
|
5075
|
-
base: "shadow-
|
|
5076
|
-
},
|
|
5077
|
-
xl: {
|
|
5078
|
-
base: "shadow-xl"
|
|
5079
|
-
},
|
|
5080
|
-
"2xl": {
|
|
5081
|
-
base: "shadow-2xl"
|
|
5082
|
-
},
|
|
5083
|
-
inner: {
|
|
5084
|
-
base: "shadow-inner"
|
|
5066
|
+
base: "shadow-large"
|
|
5085
5067
|
}
|
|
5086
5068
|
},
|
|
5087
5069
|
hideHeader: {
|
|
@@ -5131,8 +5113,8 @@ var table = tv({
|
|
|
5131
5113
|
},
|
|
5132
5114
|
defaultVariants: {
|
|
5133
5115
|
layout: "auto",
|
|
5134
|
-
shadow: "
|
|
5135
|
-
radius: "
|
|
5116
|
+
shadow: "md",
|
|
5117
|
+
radius: "lg",
|
|
5136
5118
|
color: "default",
|
|
5137
5119
|
hideHeader: false,
|
|
5138
5120
|
isStriped: false,
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextui-org/theme",
|
|
3
|
-
"version": "0.0.0-dev-v2-
|
|
3
|
+
"version": "0.0.0-dev-v2-20230702031855",
|
|
4
4
|
"description": "The default theme for NextUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"color": "^4.2.3",
|
|
41
41
|
"color2k": "^2.0.2",
|
|
42
|
-
"deepmerge": "4.3.
|
|
42
|
+
"deepmerge": "4.3.1",
|
|
43
43
|
"flat": "^5.0.2",
|
|
44
44
|
"lodash": "^4.17.21",
|
|
45
45
|
"tailwind-variants": "^0.1.10",
|