@nextui-org/theme 0.0.0-dev-v2-20230528191554 → 0.0.0-dev-v2-20230529230229

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.
@@ -6,7 +6,7 @@ var input = tv({
6
6
  label: "block text-sm font-medium text-default-600",
7
7
  inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
8
8
  innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
9
- input: "w-full h-full !bg-transparent outline-none placeholder:text-default-500",
9
+ input: "w-full h-full font-normal !bg-transparent outline-none placeholder:text-default-500",
10
10
  clearButton: [
11
11
  "z-10",
12
12
  "hidden",
@@ -36,7 +36,7 @@ var input = tv({
36
36
  inputWrapper: [
37
37
  "bg-default-100",
38
38
  "data-[hover=true]:bg-default-200",
39
- "focus-within:!bg-default-100"
39
+ "group-data-[focused=true]:bg-default-100"
40
40
  ]
41
41
  },
42
42
  faded: {
@@ -52,7 +52,7 @@ var input = tv({
52
52
  "border-2",
53
53
  "border-default-200",
54
54
  "data-[hover=true]:border-default-400",
55
- "focus-within:!border-foreground"
55
+ "group-data-[focused=true]:border-foreground"
56
56
  ]
57
57
  },
58
58
  underlined: {
@@ -76,7 +76,7 @@ var input = tv({
76
76
  "after:-translate-x-1/2",
77
77
  "after:-bottom-[2px]",
78
78
  "after:h-[2px]",
79
- "focus-within:after:w-full"
79
+ "group-data-[focused=true]:after:w-full"
80
80
  ]
81
81
  }
82
82
  },
@@ -240,7 +240,7 @@ var input = tv({
240
240
  "bg-primary-50",
241
241
  "data-[hover=true]:bg-primary-100",
242
242
  "text-primary",
243
- "focus-within:!bg-primary-50",
243
+ "group-data-[focused=true]:bg-primary-50",
244
244
  "placeholder:text-primary"
245
245
  ],
246
246
  input: "placeholder:text-primary"
@@ -252,9 +252,9 @@ var input = tv({
252
252
  class: {
253
253
  inputWrapper: [
254
254
  "bg-secondary-50",
255
- "data-[hover=true]:bg-secondary-100",
256
255
  "text-secondary",
257
- "focus-within:!bg-secondary-50",
256
+ "data-[hover=true]:bg-secondary-100",
257
+ "group-data-[focused=true]:bg-secondary-50",
258
258
  "placeholder:text-secondary"
259
259
  ],
260
260
  input: "placeholder:text-secondary"
@@ -268,7 +268,7 @@ var input = tv({
268
268
  "bg-success-50",
269
269
  "data-[hover=true]:bg-success-100",
270
270
  "text-success",
271
- "focus-within:!bg-success-50",
271
+ "group-data-[focused=true]:bg-success-50",
272
272
  "placeholder:text-success"
273
273
  ],
274
274
  input: "placeholder:text-success"
@@ -282,7 +282,7 @@ var input = tv({
282
282
  "bg-warning-50",
283
283
  "data-[hover=true]:bg-warning-100",
284
284
  "text-warning",
285
- "focus-within:!bg-warning-50",
285
+ "group-data-[focused=true]:bg-warning-50",
286
286
  "placeholder:text-warning"
287
287
  ],
288
288
  input: "placeholder:text-warning"
@@ -296,7 +296,7 @@ var input = tv({
296
296
  "bg-danger-50",
297
297
  "data-[hover=true]:bg-danger-100",
298
298
  "text-danger",
299
- "focus-within:!bg-danger-50",
299
+ "group-data-[focused=true]:bg-danger-50",
300
300
  "placeholder:text-danger"
301
301
  ],
302
302
  input: "placeholder:text-danger"
@@ -381,35 +381,35 @@ var input = tv({
381
381
  variant: "bordered",
382
382
  color: "primary",
383
383
  class: {
384
- inputWrapper: "focus-within:!border-primary"
384
+ inputWrapper: "group-data-[focused=true]:border-primary"
385
385
  }
386
386
  },
387
387
  {
388
388
  variant: "bordered",
389
389
  color: "secondary",
390
390
  class: {
391
- inputWrapper: "focus-within:!border-secondary"
391
+ inputWrapper: "group-data-[focused=true]:border-secondary"
392
392
  }
393
393
  },
394
394
  {
395
395
  variant: "bordered",
396
396
  color: "success",
397
397
  class: {
398
- inputWrapper: "focus-within:!border-success"
398
+ inputWrapper: "group-data-[focused=true]:border-success"
399
399
  }
400
400
  },
401
401
  {
402
402
  variant: "bordered",
403
403
  color: "warning",
404
404
  class: {
405
- inputWrapper: "focus-within:!border-warning"
405
+ inputWrapper: "group-data-[focused=true]:border-warning"
406
406
  }
407
407
  },
408
408
  {
409
409
  variant: "bordered",
410
410
  color: "danger",
411
411
  class: {
412
- inputWrapper: "focus-within:!border-danger"
412
+ inputWrapper: "group-data-[focused=true]:border-danger"
413
413
  }
414
414
  },
415
415
  {
@@ -474,7 +474,7 @@ var input = tv({
474
474
  inputWrapper: [
475
475
  "bg-danger-50",
476
476
  "data-[hover=true]:bg-danger-100",
477
- "focus-within:!bg-danger-50"
477
+ "group-data-[focused=true]:bg-danger-50"
478
478
  ]
479
479
  }
480
480
  },
@@ -482,7 +482,7 @@ var input = tv({
482
482
  isInvalid: true,
483
483
  variant: "bordered",
484
484
  class: {
485
- inputWrapper: "!border-danger focus-within:!border-danger"
485
+ inputWrapper: "!border-danger group-data-[focused=true]:border-danger"
486
486
  }
487
487
  },
488
488
  {
@@ -3856,7 +3856,7 @@ var input = (0, import_tailwind_variants20.tv)({
3856
3856
  label: "block text-sm font-medium text-default-600",
3857
3857
  inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
3858
3858
  innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
3859
- input: "w-full h-full !bg-transparent outline-none placeholder:text-default-500",
3859
+ input: "w-full h-full font-normal !bg-transparent outline-none placeholder:text-default-500",
3860
3860
  clearButton: [
3861
3861
  "z-10",
3862
3862
  "hidden",
@@ -3886,7 +3886,7 @@ var input = (0, import_tailwind_variants20.tv)({
3886
3886
  inputWrapper: [
3887
3887
  "bg-default-100",
3888
3888
  "data-[hover=true]:bg-default-200",
3889
- "focus-within:!bg-default-100"
3889
+ "group-data-[focused=true]:bg-default-100"
3890
3890
  ]
3891
3891
  },
3892
3892
  faded: {
@@ -3902,7 +3902,7 @@ var input = (0, import_tailwind_variants20.tv)({
3902
3902
  "border-2",
3903
3903
  "border-default-200",
3904
3904
  "data-[hover=true]:border-default-400",
3905
- "focus-within:!border-foreground"
3905
+ "group-data-[focused=true]:border-foreground"
3906
3906
  ]
3907
3907
  },
3908
3908
  underlined: {
@@ -3926,7 +3926,7 @@ var input = (0, import_tailwind_variants20.tv)({
3926
3926
  "after:-translate-x-1/2",
3927
3927
  "after:-bottom-[2px]",
3928
3928
  "after:h-[2px]",
3929
- "focus-within:after:w-full"
3929
+ "group-data-[focused=true]:after:w-full"
3930
3930
  ]
3931
3931
  }
3932
3932
  },
@@ -4090,7 +4090,7 @@ var input = (0, import_tailwind_variants20.tv)({
4090
4090
  "bg-primary-50",
4091
4091
  "data-[hover=true]:bg-primary-100",
4092
4092
  "text-primary",
4093
- "focus-within:!bg-primary-50",
4093
+ "group-data-[focused=true]:bg-primary-50",
4094
4094
  "placeholder:text-primary"
4095
4095
  ],
4096
4096
  input: "placeholder:text-primary"
@@ -4102,9 +4102,9 @@ var input = (0, import_tailwind_variants20.tv)({
4102
4102
  class: {
4103
4103
  inputWrapper: [
4104
4104
  "bg-secondary-50",
4105
- "data-[hover=true]:bg-secondary-100",
4106
4105
  "text-secondary",
4107
- "focus-within:!bg-secondary-50",
4106
+ "data-[hover=true]:bg-secondary-100",
4107
+ "group-data-[focused=true]:bg-secondary-50",
4108
4108
  "placeholder:text-secondary"
4109
4109
  ],
4110
4110
  input: "placeholder:text-secondary"
@@ -4118,7 +4118,7 @@ var input = (0, import_tailwind_variants20.tv)({
4118
4118
  "bg-success-50",
4119
4119
  "data-[hover=true]:bg-success-100",
4120
4120
  "text-success",
4121
- "focus-within:!bg-success-50",
4121
+ "group-data-[focused=true]:bg-success-50",
4122
4122
  "placeholder:text-success"
4123
4123
  ],
4124
4124
  input: "placeholder:text-success"
@@ -4132,7 +4132,7 @@ var input = (0, import_tailwind_variants20.tv)({
4132
4132
  "bg-warning-50",
4133
4133
  "data-[hover=true]:bg-warning-100",
4134
4134
  "text-warning",
4135
- "focus-within:!bg-warning-50",
4135
+ "group-data-[focused=true]:bg-warning-50",
4136
4136
  "placeholder:text-warning"
4137
4137
  ],
4138
4138
  input: "placeholder:text-warning"
@@ -4146,7 +4146,7 @@ var input = (0, import_tailwind_variants20.tv)({
4146
4146
  "bg-danger-50",
4147
4147
  "data-[hover=true]:bg-danger-100",
4148
4148
  "text-danger",
4149
- "focus-within:!bg-danger-50",
4149
+ "group-data-[focused=true]:bg-danger-50",
4150
4150
  "placeholder:text-danger"
4151
4151
  ],
4152
4152
  input: "placeholder:text-danger"
@@ -4231,35 +4231,35 @@ var input = (0, import_tailwind_variants20.tv)({
4231
4231
  variant: "bordered",
4232
4232
  color: "primary",
4233
4233
  class: {
4234
- inputWrapper: "focus-within:!border-primary"
4234
+ inputWrapper: "group-data-[focused=true]:border-primary"
4235
4235
  }
4236
4236
  },
4237
4237
  {
4238
4238
  variant: "bordered",
4239
4239
  color: "secondary",
4240
4240
  class: {
4241
- inputWrapper: "focus-within:!border-secondary"
4241
+ inputWrapper: "group-data-[focused=true]:border-secondary"
4242
4242
  }
4243
4243
  },
4244
4244
  {
4245
4245
  variant: "bordered",
4246
4246
  color: "success",
4247
4247
  class: {
4248
- inputWrapper: "focus-within:!border-success"
4248
+ inputWrapper: "group-data-[focused=true]:border-success"
4249
4249
  }
4250
4250
  },
4251
4251
  {
4252
4252
  variant: "bordered",
4253
4253
  color: "warning",
4254
4254
  class: {
4255
- inputWrapper: "focus-within:!border-warning"
4255
+ inputWrapper: "group-data-[focused=true]:border-warning"
4256
4256
  }
4257
4257
  },
4258
4258
  {
4259
4259
  variant: "bordered",
4260
4260
  color: "danger",
4261
4261
  class: {
4262
- inputWrapper: "focus-within:!border-danger"
4262
+ inputWrapper: "group-data-[focused=true]:border-danger"
4263
4263
  }
4264
4264
  },
4265
4265
  {
@@ -4324,7 +4324,7 @@ var input = (0, import_tailwind_variants20.tv)({
4324
4324
  inputWrapper: [
4325
4325
  "bg-danger-50",
4326
4326
  "data-[hover=true]:bg-danger-100",
4327
- "focus-within:!bg-danger-50"
4327
+ "group-data-[focused=true]:bg-danger-50"
4328
4328
  ]
4329
4329
  }
4330
4330
  },
@@ -4332,7 +4332,7 @@ var input = (0, import_tailwind_variants20.tv)({
4332
4332
  isInvalid: true,
4333
4333
  variant: "bordered",
4334
4334
  class: {
4335
- inputWrapper: "!border-danger focus-within:!border-danger"
4335
+ inputWrapper: "!border-danger group-data-[focused=true]:border-danger"
4336
4336
  }
4337
4337
  },
4338
4338
  {
@@ -1,4 +1,10 @@
1
1
  import "../chunk-PRWEADY4.mjs";
2
+ import {
3
+ spacer
4
+ } from "../chunk-3B4SYPW2.mjs";
5
+ import {
6
+ spinner
7
+ } from "../chunk-EQNNT2LH.mjs";
2
8
  import {
3
9
  table
4
10
  } from "../chunk-U54UQOTS.mjs";
@@ -11,6 +17,12 @@ import {
11
17
  import {
12
18
  user
13
19
  } from "../chunk-ZFYINWFR.mjs";
20
+ import {
21
+ modal
22
+ } from "../chunk-QYXL3KZR.mjs";
23
+ import {
24
+ navbar
25
+ } from "../chunk-6LITGDC7.mjs";
14
26
  import {
15
27
  pagination
16
28
  } from "../chunk-4MSPP245.mjs";
@@ -31,11 +43,11 @@ import {
31
43
  snippet
32
44
  } from "../chunk-ADHGFNBD.mjs";
33
45
  import {
34
- spacer
35
- } from "../chunk-3B4SYPW2.mjs";
46
+ divider
47
+ } from "../chunk-5HKM2D3Z.mjs";
36
48
  import {
37
- spinner
38
- } from "../chunk-EQNNT2LH.mjs";
49
+ drip
50
+ } from "../chunk-OIVGIOVG.mjs";
39
51
  import {
40
52
  dropdown,
41
53
  dropdownItem,
@@ -47,7 +59,7 @@ import {
47
59
  } from "../chunk-X4S56RGZ.mjs";
48
60
  import {
49
61
  input
50
- } from "../chunk-ZHKZR5C3.mjs";
62
+ } from "../chunk-PAR74N2D.mjs";
51
63
  import {
52
64
  kbd
53
65
  } from "../chunk-GYSMGV7B.mjs";
@@ -56,11 +68,12 @@ import {
56
68
  linkAnchorClasses
57
69
  } from "../chunk-YQXYRWJP.mjs";
58
70
  import {
59
- modal
60
- } from "../chunk-QYXL3KZR.mjs";
71
+ avatar,
72
+ avatarGroup
73
+ } from "../chunk-ZL6WUYLC.mjs";
61
74
  import {
62
- navbar
63
- } from "../chunk-6LITGDC7.mjs";
75
+ badge
76
+ } from "../chunk-BUDAC6TR.mjs";
64
77
  import {
65
78
  button,
66
79
  buttonGroup
@@ -81,26 +94,13 @@ import {
81
94
  import {
82
95
  code
83
96
  } from "../chunk-E3HXNSRG.mjs";
84
- import {
85
- divider
86
- } from "../chunk-5HKM2D3Z.mjs";
87
- import {
88
- drip
89
- } from "../chunk-OIVGIOVG.mjs";
97
+ import "../chunk-CMYR6AOY.mjs";
98
+ import "../chunk-K7LK7NCE.mjs";
99
+ import "../chunk-IQPW7V4N.mjs";
90
100
  import {
91
101
  accordion,
92
102
  accordionItem
93
103
  } from "../chunk-76WBK7WN.mjs";
94
- import {
95
- avatar,
96
- avatarGroup
97
- } from "../chunk-ZL6WUYLC.mjs";
98
- import {
99
- badge
100
- } from "../chunk-BUDAC6TR.mjs";
101
- import "../chunk-CMYR6AOY.mjs";
102
- import "../chunk-K7LK7NCE.mjs";
103
- import "../chunk-IQPW7V4N.mjs";
104
104
  import "../chunk-INZK6TTL.mjs";
105
105
  export {
106
106
  accordion,
@@ -30,7 +30,7 @@ var input = (0, import_tailwind_variants.tv)({
30
30
  label: "block text-sm font-medium text-default-600",
31
31
  inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
32
32
  innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
33
- input: "w-full h-full !bg-transparent outline-none placeholder:text-default-500",
33
+ input: "w-full h-full font-normal !bg-transparent outline-none placeholder:text-default-500",
34
34
  clearButton: [
35
35
  "z-10",
36
36
  "hidden",
@@ -60,7 +60,7 @@ var input = (0, import_tailwind_variants.tv)({
60
60
  inputWrapper: [
61
61
  "bg-default-100",
62
62
  "data-[hover=true]:bg-default-200",
63
- "focus-within:!bg-default-100"
63
+ "group-data-[focused=true]:bg-default-100"
64
64
  ]
65
65
  },
66
66
  faded: {
@@ -76,7 +76,7 @@ var input = (0, import_tailwind_variants.tv)({
76
76
  "border-2",
77
77
  "border-default-200",
78
78
  "data-[hover=true]:border-default-400",
79
- "focus-within:!border-foreground"
79
+ "group-data-[focused=true]:border-foreground"
80
80
  ]
81
81
  },
82
82
  underlined: {
@@ -100,7 +100,7 @@ var input = (0, import_tailwind_variants.tv)({
100
100
  "after:-translate-x-1/2",
101
101
  "after:-bottom-[2px]",
102
102
  "after:h-[2px]",
103
- "focus-within:after:w-full"
103
+ "group-data-[focused=true]:after:w-full"
104
104
  ]
105
105
  }
106
106
  },
@@ -264,7 +264,7 @@ var input = (0, import_tailwind_variants.tv)({
264
264
  "bg-primary-50",
265
265
  "data-[hover=true]:bg-primary-100",
266
266
  "text-primary",
267
- "focus-within:!bg-primary-50",
267
+ "group-data-[focused=true]:bg-primary-50",
268
268
  "placeholder:text-primary"
269
269
  ],
270
270
  input: "placeholder:text-primary"
@@ -276,9 +276,9 @@ var input = (0, import_tailwind_variants.tv)({
276
276
  class: {
277
277
  inputWrapper: [
278
278
  "bg-secondary-50",
279
- "data-[hover=true]:bg-secondary-100",
280
279
  "text-secondary",
281
- "focus-within:!bg-secondary-50",
280
+ "data-[hover=true]:bg-secondary-100",
281
+ "group-data-[focused=true]:bg-secondary-50",
282
282
  "placeholder:text-secondary"
283
283
  ],
284
284
  input: "placeholder:text-secondary"
@@ -292,7 +292,7 @@ var input = (0, import_tailwind_variants.tv)({
292
292
  "bg-success-50",
293
293
  "data-[hover=true]:bg-success-100",
294
294
  "text-success",
295
- "focus-within:!bg-success-50",
295
+ "group-data-[focused=true]:bg-success-50",
296
296
  "placeholder:text-success"
297
297
  ],
298
298
  input: "placeholder:text-success"
@@ -306,7 +306,7 @@ var input = (0, import_tailwind_variants.tv)({
306
306
  "bg-warning-50",
307
307
  "data-[hover=true]:bg-warning-100",
308
308
  "text-warning",
309
- "focus-within:!bg-warning-50",
309
+ "group-data-[focused=true]:bg-warning-50",
310
310
  "placeholder:text-warning"
311
311
  ],
312
312
  input: "placeholder:text-warning"
@@ -320,7 +320,7 @@ var input = (0, import_tailwind_variants.tv)({
320
320
  "bg-danger-50",
321
321
  "data-[hover=true]:bg-danger-100",
322
322
  "text-danger",
323
- "focus-within:!bg-danger-50",
323
+ "group-data-[focused=true]:bg-danger-50",
324
324
  "placeholder:text-danger"
325
325
  ],
326
326
  input: "placeholder:text-danger"
@@ -405,35 +405,35 @@ var input = (0, import_tailwind_variants.tv)({
405
405
  variant: "bordered",
406
406
  color: "primary",
407
407
  class: {
408
- inputWrapper: "focus-within:!border-primary"
408
+ inputWrapper: "group-data-[focused=true]:border-primary"
409
409
  }
410
410
  },
411
411
  {
412
412
  variant: "bordered",
413
413
  color: "secondary",
414
414
  class: {
415
- inputWrapper: "focus-within:!border-secondary"
415
+ inputWrapper: "group-data-[focused=true]:border-secondary"
416
416
  }
417
417
  },
418
418
  {
419
419
  variant: "bordered",
420
420
  color: "success",
421
421
  class: {
422
- inputWrapper: "focus-within:!border-success"
422
+ inputWrapper: "group-data-[focused=true]:border-success"
423
423
  }
424
424
  },
425
425
  {
426
426
  variant: "bordered",
427
427
  color: "warning",
428
428
  class: {
429
- inputWrapper: "focus-within:!border-warning"
429
+ inputWrapper: "group-data-[focused=true]:border-warning"
430
430
  }
431
431
  },
432
432
  {
433
433
  variant: "bordered",
434
434
  color: "danger",
435
435
  class: {
436
- inputWrapper: "focus-within:!border-danger"
436
+ inputWrapper: "group-data-[focused=true]:border-danger"
437
437
  }
438
438
  },
439
439
  {
@@ -498,7 +498,7 @@ var input = (0, import_tailwind_variants.tv)({
498
498
  inputWrapper: [
499
499
  "bg-danger-50",
500
500
  "data-[hover=true]:bg-danger-100",
501
- "focus-within:!bg-danger-50"
501
+ "group-data-[focused=true]:bg-danger-50"
502
502
  ]
503
503
  }
504
504
  },
@@ -506,7 +506,7 @@ var input = (0, import_tailwind_variants.tv)({
506
506
  isInvalid: true,
507
507
  variant: "bordered",
508
508
  class: {
509
- inputWrapper: "!border-danger focus-within:!border-danger"
509
+ inputWrapper: "!border-danger group-data-[focused=true]:border-danger"
510
510
  }
511
511
  },
512
512
  {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  input
3
- } from "../chunk-ZHKZR5C3.mjs";
3
+ } from "../chunk-PAR74N2D.mjs";
4
4
  export {
5
5
  input
6
6
  };
package/dist/index.js CHANGED
@@ -3888,7 +3888,7 @@ var input = (0, import_tailwind_variants20.tv)({
3888
3888
  label: "block text-sm font-medium text-default-600",
3889
3889
  inputWrapper: "relative w-full inline-flex flex-row items-center shadow-sm px-3 gap-3",
3890
3890
  innerWrapper: "inline-flex h-full items-center w-full gap-1.5 box-border",
3891
- input: "w-full h-full !bg-transparent outline-none placeholder:text-default-500",
3891
+ input: "w-full h-full font-normal !bg-transparent outline-none placeholder:text-default-500",
3892
3892
  clearButton: [
3893
3893
  "z-10",
3894
3894
  "hidden",
@@ -3918,7 +3918,7 @@ var input = (0, import_tailwind_variants20.tv)({
3918
3918
  inputWrapper: [
3919
3919
  "bg-default-100",
3920
3920
  "data-[hover=true]:bg-default-200",
3921
- "focus-within:!bg-default-100"
3921
+ "group-data-[focused=true]:bg-default-100"
3922
3922
  ]
3923
3923
  },
3924
3924
  faded: {
@@ -3934,7 +3934,7 @@ var input = (0, import_tailwind_variants20.tv)({
3934
3934
  "border-2",
3935
3935
  "border-default-200",
3936
3936
  "data-[hover=true]:border-default-400",
3937
- "focus-within:!border-foreground"
3937
+ "group-data-[focused=true]:border-foreground"
3938
3938
  ]
3939
3939
  },
3940
3940
  underlined: {
@@ -3958,7 +3958,7 @@ var input = (0, import_tailwind_variants20.tv)({
3958
3958
  "after:-translate-x-1/2",
3959
3959
  "after:-bottom-[2px]",
3960
3960
  "after:h-[2px]",
3961
- "focus-within:after:w-full"
3961
+ "group-data-[focused=true]:after:w-full"
3962
3962
  ]
3963
3963
  }
3964
3964
  },
@@ -4122,7 +4122,7 @@ var input = (0, import_tailwind_variants20.tv)({
4122
4122
  "bg-primary-50",
4123
4123
  "data-[hover=true]:bg-primary-100",
4124
4124
  "text-primary",
4125
- "focus-within:!bg-primary-50",
4125
+ "group-data-[focused=true]:bg-primary-50",
4126
4126
  "placeholder:text-primary"
4127
4127
  ],
4128
4128
  input: "placeholder:text-primary"
@@ -4134,9 +4134,9 @@ var input = (0, import_tailwind_variants20.tv)({
4134
4134
  class: {
4135
4135
  inputWrapper: [
4136
4136
  "bg-secondary-50",
4137
- "data-[hover=true]:bg-secondary-100",
4138
4137
  "text-secondary",
4139
- "focus-within:!bg-secondary-50",
4138
+ "data-[hover=true]:bg-secondary-100",
4139
+ "group-data-[focused=true]:bg-secondary-50",
4140
4140
  "placeholder:text-secondary"
4141
4141
  ],
4142
4142
  input: "placeholder:text-secondary"
@@ -4150,7 +4150,7 @@ var input = (0, import_tailwind_variants20.tv)({
4150
4150
  "bg-success-50",
4151
4151
  "data-[hover=true]:bg-success-100",
4152
4152
  "text-success",
4153
- "focus-within:!bg-success-50",
4153
+ "group-data-[focused=true]:bg-success-50",
4154
4154
  "placeholder:text-success"
4155
4155
  ],
4156
4156
  input: "placeholder:text-success"
@@ -4164,7 +4164,7 @@ var input = (0, import_tailwind_variants20.tv)({
4164
4164
  "bg-warning-50",
4165
4165
  "data-[hover=true]:bg-warning-100",
4166
4166
  "text-warning",
4167
- "focus-within:!bg-warning-50",
4167
+ "group-data-[focused=true]:bg-warning-50",
4168
4168
  "placeholder:text-warning"
4169
4169
  ],
4170
4170
  input: "placeholder:text-warning"
@@ -4178,7 +4178,7 @@ var input = (0, import_tailwind_variants20.tv)({
4178
4178
  "bg-danger-50",
4179
4179
  "data-[hover=true]:bg-danger-100",
4180
4180
  "text-danger",
4181
- "focus-within:!bg-danger-50",
4181
+ "group-data-[focused=true]:bg-danger-50",
4182
4182
  "placeholder:text-danger"
4183
4183
  ],
4184
4184
  input: "placeholder:text-danger"
@@ -4263,35 +4263,35 @@ var input = (0, import_tailwind_variants20.tv)({
4263
4263
  variant: "bordered",
4264
4264
  color: "primary",
4265
4265
  class: {
4266
- inputWrapper: "focus-within:!border-primary"
4266
+ inputWrapper: "group-data-[focused=true]:border-primary"
4267
4267
  }
4268
4268
  },
4269
4269
  {
4270
4270
  variant: "bordered",
4271
4271
  color: "secondary",
4272
4272
  class: {
4273
- inputWrapper: "focus-within:!border-secondary"
4273
+ inputWrapper: "group-data-[focused=true]:border-secondary"
4274
4274
  }
4275
4275
  },
4276
4276
  {
4277
4277
  variant: "bordered",
4278
4278
  color: "success",
4279
4279
  class: {
4280
- inputWrapper: "focus-within:!border-success"
4280
+ inputWrapper: "group-data-[focused=true]:border-success"
4281
4281
  }
4282
4282
  },
4283
4283
  {
4284
4284
  variant: "bordered",
4285
4285
  color: "warning",
4286
4286
  class: {
4287
- inputWrapper: "focus-within:!border-warning"
4287
+ inputWrapper: "group-data-[focused=true]:border-warning"
4288
4288
  }
4289
4289
  },
4290
4290
  {
4291
4291
  variant: "bordered",
4292
4292
  color: "danger",
4293
4293
  class: {
4294
- inputWrapper: "focus-within:!border-danger"
4294
+ inputWrapper: "group-data-[focused=true]:border-danger"
4295
4295
  }
4296
4296
  },
4297
4297
  {
@@ -4356,7 +4356,7 @@ var input = (0, import_tailwind_variants20.tv)({
4356
4356
  inputWrapper: [
4357
4357
  "bg-danger-50",
4358
4358
  "data-[hover=true]:bg-danger-100",
4359
- "focus-within:!bg-danger-50"
4359
+ "group-data-[focused=true]:bg-danger-50"
4360
4360
  ]
4361
4361
  }
4362
4362
  },
@@ -4364,7 +4364,7 @@ var input = (0, import_tailwind_variants20.tv)({
4364
4364
  isInvalid: true,
4365
4365
  variant: "bordered",
4366
4366
  class: {
4367
- inputWrapper: "!border-danger focus-within:!border-danger"
4367
+ inputWrapper: "!border-danger group-data-[focused=true]:border-danger"
4368
4368
  }
4369
4369
  },
4370
4370
  {
package/dist/index.mjs CHANGED
@@ -1,4 +1,10 @@
1
1
  import "./chunk-PRWEADY4.mjs";
2
+ import {
3
+ spacer
4
+ } from "./chunk-3B4SYPW2.mjs";
5
+ import {
6
+ spinner
7
+ } from "./chunk-EQNNT2LH.mjs";
2
8
  import {
3
9
  table
4
10
  } from "./chunk-U54UQOTS.mjs";
@@ -11,6 +17,12 @@ import {
11
17
  import {
12
18
  user
13
19
  } from "./chunk-ZFYINWFR.mjs";
20
+ import {
21
+ modal
22
+ } from "./chunk-QYXL3KZR.mjs";
23
+ import {
24
+ navbar
25
+ } from "./chunk-6LITGDC7.mjs";
14
26
  import {
15
27
  pagination
16
28
  } from "./chunk-4MSPP245.mjs";
@@ -31,11 +43,11 @@ import {
31
43
  snippet
32
44
  } from "./chunk-ADHGFNBD.mjs";
33
45
  import {
34
- spacer
35
- } from "./chunk-3B4SYPW2.mjs";
46
+ divider
47
+ } from "./chunk-5HKM2D3Z.mjs";
36
48
  import {
37
- spinner
38
- } from "./chunk-EQNNT2LH.mjs";
49
+ drip
50
+ } from "./chunk-OIVGIOVG.mjs";
39
51
  import {
40
52
  dropdown,
41
53
  dropdownItem,
@@ -47,7 +59,7 @@ import {
47
59
  } from "./chunk-X4S56RGZ.mjs";
48
60
  import {
49
61
  input
50
- } from "./chunk-ZHKZR5C3.mjs";
62
+ } from "./chunk-PAR74N2D.mjs";
51
63
  import {
52
64
  kbd
53
65
  } from "./chunk-GYSMGV7B.mjs";
@@ -56,11 +68,12 @@ import {
56
68
  linkAnchorClasses
57
69
  } from "./chunk-YQXYRWJP.mjs";
58
70
  import {
59
- modal
60
- } from "./chunk-QYXL3KZR.mjs";
71
+ avatar,
72
+ avatarGroup
73
+ } from "./chunk-ZL6WUYLC.mjs";
61
74
  import {
62
- navbar
63
- } from "./chunk-6LITGDC7.mjs";
75
+ badge
76
+ } from "./chunk-BUDAC6TR.mjs";
64
77
  import {
65
78
  button,
66
79
  buttonGroup
@@ -81,31 +94,19 @@ import {
81
94
  import {
82
95
  code
83
96
  } from "./chunk-E3HXNSRG.mjs";
84
- import {
85
- divider
86
- } from "./chunk-5HKM2D3Z.mjs";
87
- import {
88
- drip
89
- } from "./chunk-OIVGIOVG.mjs";
90
- import {
91
- accordion,
92
- accordionItem
93
- } from "./chunk-76WBK7WN.mjs";
94
- import {
95
- avatar,
96
- avatarGroup
97
- } from "./chunk-ZL6WUYLC.mjs";
98
- import {
99
- badge
100
- } from "./chunk-BUDAC6TR.mjs";
101
97
  import "./chunk-CMYR6AOY.mjs";
102
98
  import "./chunk-K7LK7NCE.mjs";
103
99
  import {
104
100
  colorVariants
105
101
  } from "./chunk-IQPW7V4N.mjs";
102
+ import {
103
+ accordion,
104
+ accordionItem
105
+ } from "./chunk-76WBK7WN.mjs";
106
106
  import {
107
107
  nextui
108
- } from "./chunk-EYP4NAT4.mjs";
108
+ } from "./chunk-QGXXHT3T.mjs";
109
+ import "./chunk-XLATS5QU.mjs";
109
110
  import {
110
111
  absoluteFullClasses,
111
112
  baseStyles,
@@ -113,7 +114,6 @@ import {
113
114
  ringClasses,
114
115
  translateCenterClasses
115
116
  } from "./chunk-INZK6TTL.mjs";
116
- import "./chunk-XLATS5QU.mjs";
117
117
  import "./chunk-WQEDQHKX.mjs";
118
118
  import {
119
119
  colors
package/dist/plugin.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  nextui
3
- } from "./chunk-EYP4NAT4.mjs";
4
- import "./chunk-INZK6TTL.mjs";
3
+ } from "./chunk-QGXXHT3T.mjs";
5
4
  import "./chunk-XLATS5QU.mjs";
5
+ import "./chunk-INZK6TTL.mjs";
6
6
  import "./chunk-WQEDQHKX.mjs";
7
7
  import "./chunk-7PRU5S35.mjs";
8
8
  import "./chunk-6QXUR7SY.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextui-org/theme",
3
- "version": "0.0.0-dev-v2-20230528191554",
3
+ "version": "0.0.0-dev-v2-20230529230229",
4
4
  "description": "The default theme for NextUI components",
5
5
  "keywords": [
6
6
  "theme",
@@ -1,9 +1,9 @@
1
- import {
2
- baseStyles
3
- } from "./chunk-INZK6TTL.mjs";
4
1
  import {
5
2
  utilities
6
3
  } from "./chunk-XLATS5QU.mjs";
4
+ import {
5
+ baseStyles
6
+ } from "./chunk-INZK6TTL.mjs";
7
7
  import {
8
8
  semanticColors
9
9
  } from "./chunk-6QXUR7SY.mjs";