@strands.gg/accui 1.7.2 → 1.7.3

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/accui.css CHANGED
@@ -218,8 +218,7 @@
218
218
  .accui-component-scope img,
219
219
  .accui-component-scope picture,
220
220
  .accui-component-scope video,
221
- .accui-component-scope canvas,
222
- .accui-component-scope svg {
221
+ .accui-component-scope canvas {
223
222
  display: block;
224
223
  max-width: 100%;
225
224
  }
@@ -4267,19 +4266,19 @@ to {
4267
4266
  }
4268
4267
 
4269
4268
  /* Container Styles */
4270
- .profile-container-width[data-v-31d6a9db] {
4269
+ .profile-container-width[data-v-b880e15b] {
4271
4270
  width: 100%;
4272
4271
  }
4273
- .profile-max-width[data-v-31d6a9db] {
4272
+ .profile-max-width[data-v-b880e15b] {
4274
4273
  max-width: 56rem;
4275
4274
  }
4276
- .profile-centered[data-v-31d6a9db] {
4275
+ .profile-centered[data-v-b880e15b] {
4277
4276
  margin: 0 auto;
4278
4277
  }
4279
- .profile-animated[data-v-31d6a9db] {
4280
- animation: slideUp-31d6a9db 0.3s ease-out;
4278
+ .profile-animated[data-v-b880e15b] {
4279
+ animation: slideUp-b880e15b 0.3s ease-out;
4281
4280
  }
4282
- @keyframes slideUp-31d6a9db {
4281
+ @keyframes slideUp-b880e15b {
4283
4282
  from {
4284
4283
  opacity: 0;
4285
4284
  transform: translateY(20px);
@@ -4289,12 +4288,12 @@ to {
4289
4288
  transform: translateY(0);
4290
4289
  }
4291
4290
  }
4292
- .profile-content-layout[data-v-31d6a9db] {
4291
+ .profile-content-layout[data-v-b880e15b] {
4293
4292
  display: flex;
4294
4293
  flex-direction: column;
4295
4294
  gap: 1.5rem;
4296
4295
  }
4297
- .profile-card-modern[data-v-31d6a9db] {
4296
+ .profile-card-modern[data-v-b880e15b] {
4298
4297
  background: #ffffff;
4299
4298
  border: 1px solid #e5e7eb;
4300
4299
  border-radius: 1rem;
@@ -4303,10 +4302,10 @@ to {
4303
4302
  }
4304
4303
 
4305
4304
  /* Modal-specific styles */
4306
- .profile-container-modal[data-v-31d6a9db] {
4305
+ .profile-container-modal[data-v-b880e15b] {
4307
4306
  /* Remove any container-specific styles when in modal */
4308
4307
  }
4309
- .profile-content-modal[data-v-31d6a9db] {
4308
+ .profile-content-modal[data-v-b880e15b] {
4310
4309
  /* Remove card styling when in modal */
4311
4310
  background: transparent;
4312
4311
  border: none;
@@ -4316,39 +4315,39 @@ to {
4316
4315
  }
4317
4316
 
4318
4317
  /* Header */
4319
- .profile-header[data-v-31d6a9db] {
4318
+ .profile-header[data-v-b880e15b] {
4320
4319
  text-align: center;
4321
4320
  display: flex;
4322
4321
  flex-direction: column;
4323
4322
  gap: 0.5rem;
4324
4323
  }
4325
- .profile-title[data-v-31d6a9db] {
4324
+ .profile-title[data-v-b880e15b] {
4326
4325
  font-size: 1.5rem;
4327
4326
  font-weight: 700;
4328
4327
  color: #EA00A8;
4329
4328
  }
4330
- .profile-subtitle[data-v-31d6a9db] {
4329
+ .profile-subtitle[data-v-b880e15b] {
4331
4330
  color: #4b5563;
4332
4331
  font-size: 0.875rem;
4333
4332
  }
4334
4333
 
4335
4334
  /* Profile Image Section */
4336
- .profile-image-section[data-v-31d6a9db] {
4335
+ .profile-image-section[data-v-b880e15b] {
4337
4336
  display: flex;
4338
4337
  flex-direction: column;
4339
4338
  align-items: center;
4340
4339
  }
4341
- .profile-image-container[data-v-31d6a9db] {
4340
+ .profile-image-container[data-v-b880e15b] {
4342
4341
  position: relative;
4343
4342
  }
4344
- .profile-image-wrapper[data-v-31d6a9db] {
4343
+ .profile-image-wrapper[data-v-b880e15b] {
4345
4344
  position: relative;
4346
4345
  display: inline-block;
4347
4346
  }
4348
- .profile-image-wrapper:hover .profile-upload-overlay[data-v-31d6a9db] {
4347
+ .profile-image-wrapper:hover .profile-upload-overlay[data-v-b880e15b] {
4349
4348
  opacity: 1;
4350
4349
  }
4351
- .profile-progress-ring[data-v-31d6a9db] {
4350
+ .profile-progress-ring[data-v-b880e15b] {
4352
4351
  position: absolute;
4353
4352
  z-index: 10;
4354
4353
  top: 50%;
@@ -4356,22 +4355,22 @@ to {
4356
4355
  transform: translate(-50%, -50%);
4357
4356
  pointer-events: none;
4358
4357
  }
4359
- .profile-avatar[data-v-31d6a9db] {
4358
+ .profile-avatar[data-v-b880e15b] {
4360
4359
  width: 6rem;
4361
4360
  height: 6rem;
4362
4361
  border-radius: 50%;
4363
4362
  position: relative;
4364
4363
  }
4365
- .profile-avatar-with-image[data-v-31d6a9db] {
4364
+ .profile-avatar-with-image[data-v-b880e15b] {
4366
4365
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
4367
4366
  overflow: hidden;
4368
4367
  }
4369
- .profile-avatar-image[data-v-31d6a9db] {
4368
+ .profile-avatar-image[data-v-b880e15b] {
4370
4369
  width: 100%;
4371
4370
  height: 100%;
4372
4371
  object-fit: cover;
4373
4372
  }
4374
- .profile-avatar-initials[data-v-31d6a9db] {
4373
+ .profile-avatar-initials[data-v-b880e15b] {
4375
4374
  background-color: #EA00A8;
4376
4375
  display: flex;
4377
4376
  align-items: center;
@@ -4382,7 +4381,7 @@ to {
4382
4381
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
4383
4382
  z-index: 10;
4384
4383
  }
4385
- .profile-upload-overlay[data-v-31d6a9db] {
4384
+ .profile-upload-overlay[data-v-b880e15b] {
4386
4385
  position: absolute;
4387
4386
  inset: 0;
4388
4387
  border-radius: 50%;
@@ -4396,64 +4395,64 @@ to {
4396
4395
  border: none;
4397
4396
  cursor: pointer;
4398
4397
  }
4399
- .profile-upload-overlay[data-v-31d6a9db]:disabled {
4398
+ .profile-upload-overlay[data-v-b880e15b]:disabled {
4400
4399
  cursor: not-allowed;
4401
4400
  }
4402
- .profile-upload-icon[data-v-31d6a9db] {
4401
+ .profile-upload-icon[data-v-b880e15b] {
4403
4402
  width: 1.5rem;
4404
4403
  height: 1.5rem;
4405
4404
  color: white;
4406
4405
  }
4407
- .profile-file-input[data-v-31d6a9db] {
4406
+ .profile-file-input[data-v-b880e15b] {
4408
4407
  display: none;
4409
4408
  }
4410
4409
 
4411
4410
  /* Profile Form */
4412
- .profile-form[data-v-31d6a9db] {
4411
+ .profile-form[data-v-b880e15b] {
4413
4412
  display: flex;
4414
4413
  flex-direction: column;
4415
4414
  gap: 1rem;
4416
4415
  }
4417
- .profile-form-grid[data-v-31d6a9db] {
4416
+ .profile-form-grid[data-v-b880e15b] {
4418
4417
  display: grid;
4419
4418
  grid-template-columns: 1fr;
4420
4419
  gap: 1rem;
4421
4420
  }
4422
4421
  @media (min-width: 768px) {
4423
- .profile-form[data-v-31d6a9db] {
4422
+ .profile-form[data-v-b880e15b] {
4424
4423
  gap: 1.5rem;
4425
4424
  }
4426
- .profile-form-grid[data-v-31d6a9db] {
4425
+ .profile-form-grid[data-v-b880e15b] {
4427
4426
  grid-template-columns: 1fr 1fr;
4428
4427
  gap: 1.5rem;
4429
4428
  }
4430
- .profile-title[data-v-31d6a9db] {
4429
+ .profile-title[data-v-b880e15b] {
4431
4430
  font-size: 1.875rem;
4432
4431
  }
4433
- .profile-subtitle[data-v-31d6a9db] {
4432
+ .profile-subtitle[data-v-b880e15b] {
4434
4433
  font-size: 1rem;
4435
4434
  }
4436
4435
  }
4437
4436
 
4438
4437
  /* Section Styles */
4439
- .profile-section[data-v-31d6a9db] {
4438
+ .profile-section[data-v-b880e15b] {
4440
4439
  display: flex;
4441
4440
  flex-direction: column;
4442
4441
  gap: 0.75rem;
4443
4442
  }
4444
4443
  @media (min-width: 768px) {
4445
- .profile-section[data-v-31d6a9db] {
4444
+ .profile-section[data-v-b880e15b] {
4446
4445
  gap: 1rem;
4447
4446
  }
4448
4447
  }
4449
- .profile-section-title[data-v-31d6a9db] {
4448
+ .profile-section-title[data-v-b880e15b] {
4450
4449
  font-size: 1.125rem;
4451
4450
  font-weight: 600;
4452
4451
  color: #111827;
4453
4452
  }
4454
4453
 
4455
4454
  /* Setting Cards */
4456
- .profile-setting-card[data-v-31d6a9db] {
4455
+ .profile-setting-card[data-v-b880e15b] {
4457
4456
  display: flex;
4458
4457
  flex-direction: column;
4459
4458
  gap: 1rem;
@@ -4461,49 +4460,49 @@ to {
4461
4460
  background-color: #f9fafb;
4462
4461
  border-radius: 0.75rem;
4463
4462
  }
4464
- .profile-setting-header[data-v-31d6a9db] {
4463
+ .profile-setting-header[data-v-b880e15b] {
4465
4464
  display: flex;
4466
4465
  align-items: center;
4467
4466
  justify-content: space-between;
4468
4467
  gap: 0.5rem;
4469
4468
  }
4470
- .profile-setting-title[data-v-31d6a9db] {
4469
+ .profile-setting-title[data-v-b880e15b] {
4471
4470
  font-weight: 500;
4472
4471
  color: #111827;
4473
4472
  }
4474
- .profile-setting-subtitle[data-v-31d6a9db] {
4473
+ .profile-setting-subtitle[data-v-b880e15b] {
4475
4474
  font-size: 0.875rem;
4476
4475
  color: #4b5563;
4477
4476
  }
4478
4477
 
4479
4478
  /* Transitions */
4480
- .expand-enter-active[data-v-31d6a9db] {
4479
+ .expand-enter-active[data-v-b880e15b] {
4481
4480
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
4482
4481
  overflow: hidden;
4483
4482
  }
4484
- .expand-leave-active[data-v-31d6a9db] {
4483
+ .expand-leave-active[data-v-b880e15b] {
4485
4484
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
4486
4485
  overflow: hidden;
4487
4486
  }
4488
- .expand-enter-from[data-v-31d6a9db] {
4487
+ .expand-enter-from[data-v-b880e15b] {
4489
4488
  max-height: 0;
4490
4489
  opacity: 0;
4491
4490
  transform: translateY(-10px);
4492
4491
  }
4493
- .expand-leave-to[data-v-31d6a9db] {
4492
+ .expand-leave-to[data-v-b880e15b] {
4494
4493
  max-height: 0;
4495
4494
  opacity: 0;
4496
4495
  transform: translateY(-10px);
4497
4496
  }
4498
- .expand-enter-to[data-v-31d6a9db],
4499
- .expand-leave-from[data-v-31d6a9db] {
4497
+ .expand-enter-to[data-v-b880e15b],
4498
+ .expand-leave-from[data-v-b880e15b] {
4500
4499
  max-height: 300px;
4501
4500
  opacity: 1;
4502
4501
  transform: translateY(0);
4503
4502
  }
4504
4503
 
4505
4504
  /* MFA Device Chip */
4506
- .mfa-device-chip[data-v-31d6a9db] {
4505
+ .mfa-device-chip[data-v-b880e15b] {
4507
4506
  display: inline-flex;
4508
4507
  align-items: center;
4509
4508
  gap: 0.375rem;
@@ -4517,13 +4516,13 @@ to {
4517
4516
 
4518
4517
 
4519
4518
  /* New semantic classes for Tailwind conversion */
4520
- .profile-change-form[data-v-31d6a9db] {
4519
+ .profile-change-form[data-v-b880e15b] {
4521
4520
  display: flex;
4522
4521
  flex-direction: column;
4523
4522
  gap: 0.75rem;
4524
4523
  overflow: hidden;
4525
4524
  }
4526
- .profile-field-section[data-v-31d6a9db] {
4525
+ .profile-field-section[data-v-b880e15b] {
4527
4526
  display: flex;
4528
4527
  flex-direction: column;
4529
4528
  gap: 1rem;
@@ -4531,76 +4530,76 @@ to {
4531
4530
  background-color: #f9fafb;
4532
4531
  border-radius: 0.75rem;
4533
4532
  }
4534
- .profile-field-header[data-v-31d6a9db] {
4533
+ .profile-field-header[data-v-b880e15b] {
4535
4534
  display: flex;
4536
4535
  align-items: center;
4537
4536
  justify-content: space-between;
4538
4537
  gap: 0.5rem;
4539
4538
  }
4540
- .profile-field-header-vertical[data-v-31d6a9db] {
4539
+ .profile-field-header-vertical[data-v-b880e15b] {
4541
4540
  align-items: flex-start;
4542
4541
  gap: 1rem;
4543
4542
  }
4544
- .profile-password-section[data-v-31d6a9db] {
4543
+ .profile-password-section[data-v-b880e15b] {
4545
4544
  display: flex;
4546
4545
  flex-direction: column;
4547
4546
  gap: 0.75rem;
4548
4547
  }
4549
4548
  @media (min-width: 768px) {
4550
- .profile-password-section[data-v-31d6a9db] {
4549
+ .profile-password-section[data-v-b880e15b] {
4551
4550
  gap: 1rem;
4552
4551
  }
4553
4552
  }
4554
- .profile-mfa-content[data-v-31d6a9db] {
4553
+ .profile-mfa-content[data-v-b880e15b] {
4555
4554
  flex: 1;
4556
4555
  display: flex;
4557
4556
  flex-direction: column;
4558
4557
  gap: 0.75rem;
4559
4558
  }
4560
- .profile-mfa-chips[data-v-31d6a9db] {
4559
+ .profile-mfa-chips[data-v-b880e15b] {
4561
4560
  display: flex;
4562
4561
  flex-wrap: wrap;
4563
4562
  gap: 0.5rem;
4564
4563
  }
4565
- .profile-actions-section[data-v-31d6a9db] {
4564
+ .profile-actions-section[data-v-b880e15b] {
4566
4565
  display: flex;
4567
4566
  flex-direction: column;
4568
4567
  gap: 0.75rem;
4569
4568
  padding-top: 1.5rem;
4570
4569
  border-top: 1px solid #e5e7eb;
4571
- animation: slideUp-31d6a9db 0.3s ease-out;
4570
+ animation: slideUp-b880e15b 0.3s ease-out;
4572
4571
  }
4573
4572
  @media (min-width: 640px) {
4574
- .profile-actions-section[data-v-31d6a9db] {
4573
+ .profile-actions-section[data-v-b880e15b] {
4575
4574
  flex-direction: row;
4576
4575
  }
4577
4576
  }
4578
- .profile-help-item[data-v-31d6a9db] {
4577
+ .profile-help-item[data-v-b880e15b] {
4579
4578
  display: flex;
4580
4579
  align-items: flex-start;
4581
4580
  gap: 0.75rem;
4582
4581
  }
4583
- .profile-help-icon[data-v-31d6a9db] {
4582
+ .profile-help-icon[data-v-b880e15b] {
4584
4583
  width: 1rem;
4585
4584
  height: 1rem;
4586
4585
  flex-shrink: 0;
4587
4586
  }
4588
- .profile-footer-actions[data-v-31d6a9db] {
4587
+ .profile-footer-actions[data-v-b880e15b] {
4589
4588
  display: flex;
4590
4589
  gap: 1rem;
4591
4590
  align-items: stretch;
4592
4591
  }
4593
- .profile-action-icon[data-v-31d6a9db] {
4592
+ .profile-action-icon[data-v-b880e15b] {
4594
4593
  width: 1rem;
4595
4594
  height: 1rem;
4596
4595
  }
4597
- .profile-footer-text[data-v-31d6a9db] {
4596
+ .profile-footer-text[data-v-b880e15b] {
4598
4597
  color: #9ca3af;
4599
4598
  font-size: 0.875rem;
4600
4599
  }
4601
4600
 
4602
4601
  /* Avatar Editor Modal */
4603
- .profile-avatar-modal-overlay[data-v-31d6a9db] {
4602
+ .profile-avatar-modal-overlay[data-v-b880e15b] {
4604
4603
  position: fixed;
4605
4604
  inset: 0;
4606
4605
  background-color: rgba(0, 0, 0, 0.5);
@@ -4610,7 +4609,7 @@ to {
4610
4609
  z-index: 50;
4611
4610
  padding: 1rem;
4612
4611
  }
4613
- .profile-avatar-modal[data-v-31d6a9db] {
4612
+ .profile-avatar-modal[data-v-b880e15b] {
4614
4613
  background-color: #ffffff;
4615
4614
  border-radius: 0.75rem;
4616
4615
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
@@ -4619,18 +4618,18 @@ to {
4619
4618
  max-height: 90vh;
4620
4619
  overflow-y: auto;
4621
4620
  }
4622
- .profile-avatar-modal-content[data-v-31d6a9db] {
4621
+ .profile-avatar-modal-content[data-v-b880e15b] {
4623
4622
  padding: 1.5rem;
4624
4623
  display: flex;
4625
4624
  flex-direction: column;
4626
4625
  gap: 1.5rem;
4627
4626
  }
4628
- .profile-avatar-modal-header[data-v-31d6a9db] {
4627
+ .profile-avatar-modal-header[data-v-b880e15b] {
4629
4628
  display: flex;
4630
4629
  align-items: center;
4631
4630
  justify-content: space-between;
4632
4631
  }
4633
- .profile-avatar-modal-close[data-v-31d6a9db] {
4632
+ .profile-avatar-modal-close[data-v-b880e15b] {
4634
4633
  color: #9ca3af;
4635
4634
  transition: color 0.2s ease;
4636
4635
  background: none;
@@ -4639,50 +4638,50 @@ to {
4639
4638
  padding: 0.25rem;
4640
4639
  border-radius: 0.25rem;
4641
4640
  }
4642
- .profile-avatar-modal-close[data-v-31d6a9db]:hover {
4641
+ .profile-avatar-modal-close[data-v-b880e15b]:hover {
4643
4642
  color: #4b5563;
4644
4643
  }
4645
- .profile-avatar-modal-close-icon[data-v-31d6a9db] {
4644
+ .profile-avatar-modal-close-icon[data-v-b880e15b] {
4646
4645
  width: 1.5rem;
4647
4646
  height: 1.5rem;
4648
4647
  }
4649
4648
 
4650
4649
  /* Profile field styles */
4651
- .profile-field-title[data-v-31d6a9db] {
4650
+ .profile-field-title[data-v-b880e15b] {
4652
4651
  font-weight: 500;
4653
4652
  color: #111827;
4654
4653
  }
4655
- .profile-field-subtitle[data-v-31d6a9db] {
4654
+ .profile-field-subtitle[data-v-b880e15b] {
4656
4655
  font-size: 0.875rem;
4657
4656
  color: #6b7280;
4658
4657
  }
4659
- .profile-availability-message[data-v-31d6a9db] {
4658
+ .profile-availability-message[data-v-b880e15b] {
4660
4659
  font-size: 0.75rem;
4661
4660
  }
4662
- .profile-availability-message.success[data-v-31d6a9db] {
4661
+ .profile-availability-message.success[data-v-b880e15b] {
4663
4662
  color: #16a34a;
4664
4663
  }
4665
- .profile-availability-message.error[data-v-31d6a9db] {
4664
+ .profile-availability-message.error[data-v-b880e15b] {
4666
4665
  color: #dc2626;
4667
4666
  }
4668
- .profile-toggle-container[data-v-31d6a9db] {
4667
+ .profile-toggle-container[data-v-b880e15b] {
4669
4668
  flex-shrink: 0;
4670
4669
  }
4671
- .profile-alert-message[data-v-31d6a9db] {
4670
+ .profile-alert-message[data-v-b880e15b] {
4672
4671
  font-weight: 500;
4673
4672
  }
4674
- .profile-modal-title[data-v-31d6a9db] {
4673
+ .profile-modal-title[data-v-b880e15b] {
4675
4674
  font-size: 1.25rem;
4676
4675
  font-weight: 700;
4677
4676
  color: #111827;
4678
4677
  }
4679
4678
 
4680
4679
  /* Sign out button styles */
4681
- .profile-sign-out-button[data-v-31d6a9db] {
4680
+ .profile-sign-out-button[data-v-b880e15b] {
4682
4681
  width: 100%;
4683
4682
  }
4684
4683
  @media (min-width: 640px) {
4685
- .profile-sign-out-button[data-v-31d6a9db] {
4684
+ .profile-sign-out-button[data-v-b880e15b] {
4686
4685
  width: auto;
4687
4686
  }
4688
4687
  }
@@ -5006,11 +5005,11 @@ to {
5006
5005
  gap: 0.75rem;
5007
5006
  }
5008
5007
 
5009
- .signed-in-fallback[data-v-ab5f199f] {
5008
+ .signed-in-fallback[data-v-669fa3b4] {
5010
5009
  text-align: center;
5011
5010
  padding: 2rem 0;
5012
5011
  }
5013
- .signed-in-icon-container[data-v-ab5f199f] {
5012
+ .signed-in-icon-container[data-v-669fa3b4] {
5014
5013
  width: 4rem;
5015
5014
  height: 4rem;
5016
5015
  margin: 0 auto 1rem;
@@ -5020,22 +5019,22 @@ to {
5020
5019
  align-items: center;
5021
5020
  justify-content: center;
5022
5021
  }
5023
- .signed-in-icon[data-v-ab5f199f] {
5022
+ .signed-in-icon[data-v-669fa3b4] {
5024
5023
  width: 2rem;
5025
5024
  height: 2rem;
5026
5025
  color: #a3a3a3;
5027
5026
  }
5028
- .signed-in-title[data-v-ab5f199f] {
5027
+ .signed-in-title[data-v-669fa3b4] {
5029
5028
  font-size: 1.125rem;
5030
5029
  font-weight: 600;
5031
5030
  color: #171717;
5032
5031
  margin-bottom: 0.5rem;
5033
5032
  }
5034
- .signed-in-subtitle[data-v-ab5f199f] {
5033
+ .signed-in-subtitle[data-v-669fa3b4] {
5035
5034
  color: #525252;
5036
5035
  margin-bottom: 1rem;
5037
5036
  }
5038
- .signed-in-button[data-v-ab5f199f] {
5037
+ .signed-in-button[data-v-669fa3b4] {
5039
5038
  background-color: #EA00A8;
5040
5039
  color: white;
5041
5040
  width: auto;
@@ -5046,7 +5045,7 @@ to {
5046
5045
  font-weight: 600;
5047
5046
  transition: background-color 0.2s ease;
5048
5047
  }
5049
- .signed-in-button[data-v-ab5f199f]:hover {
5048
+ .signed-in-button[data-v-669fa3b4]:hover {
5050
5049
  background-color: #B8006F;
5051
5050
  }
5052
5051
 
@@ -5096,7 +5095,7 @@ to {
5096
5095
  }
5097
5096
 
5098
5097
  /* User Button */
5099
- .user-button[data-v-5acc4f6e] {
5098
+ .user-button[data-v-9e187d2c] {
5100
5099
  position: relative;
5101
5100
  display: flex;
5102
5101
  align-items: center;
@@ -5110,44 +5109,44 @@ to {
5110
5109
  cursor: pointer;
5111
5110
  transition: all 0.15s;
5112
5111
  }
5113
- .user-button[data-v-5acc4f6e]:hover {
5112
+ .user-button[data-v-9e187d2c]:hover {
5114
5113
  background-color: #d1d5db;
5115
5114
  }
5116
- .user-button[data-v-5acc4f6e]:focus {
5115
+ .user-button[data-v-9e187d2c]:focus {
5117
5116
  outline: none;
5118
5117
  box-shadow: 0 0 0 2px #EA00A8;
5119
5118
  }
5120
- .user-button-content[data-v-5acc4f6e] {
5119
+ .user-button-content[data-v-9e187d2c] {
5121
5120
  display: flex;
5122
5121
  align-items: center;
5123
5122
  gap: 0.75rem;
5124
5123
  }
5125
- .user-info[data-v-5acc4f6e] {
5124
+ .user-info[data-v-9e187d2c] {
5126
5125
  display: flex;
5127
5126
  flex-direction: column;
5128
5127
  align-items: flex-start;
5129
5128
  }
5130
- .user-name[data-v-5acc4f6e] {
5129
+ .user-name[data-v-9e187d2c] {
5131
5130
  font-size: 0.875rem;
5132
5131
  font-weight: 500;
5133
5132
  color: #111827;
5134
5133
  }
5135
- .avatar-container[data-v-5acc4f6e] {
5134
+ .avatar-container[data-v-9e187d2c] {
5136
5135
  position: relative;
5137
5136
  flex-shrink: 0;
5138
5137
  }
5139
- .avatar-wrapper[data-v-5acc4f6e] {
5138
+ .avatar-wrapper[data-v-9e187d2c] {
5140
5139
  position: relative;
5141
5140
  width: 2rem;
5142
5141
  height: 2rem;
5143
5142
  }
5144
- .avatar-image[data-v-5acc4f6e] {
5143
+ .avatar-image[data-v-9e187d2c] {
5145
5144
  width: 2rem;
5146
5145
  height: 2rem;
5147
5146
  border-radius: 50%;
5148
5147
  object-fit: cover;
5149
5148
  }
5150
- .avatar-default[data-v-5acc4f6e] {
5149
+ .avatar-default[data-v-9e187d2c] {
5151
5150
  width: 2rem;
5152
5151
  height: 2rem;
5153
5152
  border-radius: 50%;
@@ -5156,27 +5155,24 @@ to {
5156
5155
  align-items: center;
5157
5156
  justify-content: center;
5158
5157
  }
5159
- .avatar-icon[data-v-5acc4f6e] {
5158
+ .avatar-icon[data-v-9e187d2c] {
5160
5159
  width: 1.25rem;
5161
5160
  height: 1.25rem;
5162
5161
  color: #6b7280;
5163
5162
  }
5164
- .dropdown-arrow[data-v-5acc4f6e] {
5163
+ .dropdown-arrow[data-v-9e187d2c] {
5165
5164
  width: 1rem;
5166
5165
  height: 1rem;
5167
5166
  color: #9ca3af;
5168
5167
  transition: transform 0.15s;
5169
5168
  }
5170
- .dropdown-arrow-open[data-v-5acc4f6e] {
5169
+ .dropdown-arrow-open[data-v-9e187d2c] {
5171
5170
  transform: rotate(180deg);
5172
5171
  }
5173
5172
 
5174
5173
  /* Dropdown Menu */
5175
- .dropdown-menu[data-v-5acc4f6e] {
5174
+ .dropdown-menu[data-v-9e187d2c] {
5176
5175
  position: absolute;
5177
- right: 0;
5178
- top: 100%;
5179
- margin-top: 0.5rem;
5180
5176
  width: 18rem;
5181
5177
  background: white;
5182
5178
  border-radius: 0.5rem;
@@ -5184,10 +5180,40 @@ to {
5184
5180
  border: 1px solid #e5e7eb;
5185
5181
  z-index: 50;
5186
5182
  }
5187
- .dropdown-content[data-v-5acc4f6e] {
5183
+
5184
+ /* Horizontal alignment */
5185
+ .dropdown-menu-align-left[data-v-9e187d2c] {
5186
+ left: 0;
5187
+ }
5188
+ .dropdown-menu-align-right[data-v-9e187d2c] {
5189
+ right: 0;
5190
+ }
5191
+ .dropdown-menu-align-center[data-v-9e187d2c] {
5192
+ left: 50%;
5193
+ transform: translateX(-50%);
5194
+ }
5195
+
5196
+ /* Vertical alignment */
5197
+ .dropdown-menu-vertical-bottom[data-v-9e187d2c] {
5198
+ top: 100%;
5199
+ margin-top: 0.5rem;
5200
+ }
5201
+ .dropdown-menu-vertical-top[data-v-9e187d2c] {
5202
+ bottom: 100%;
5203
+ margin-bottom: 0.5rem;
5204
+ }
5205
+
5206
+ /* Center horizontal alignment needs special handling for transforms */
5207
+ .dropdown-menu-align-center.dropdown-menu-vertical-bottom[data-v-9e187d2c] {
5208
+ transform: translateX(-50%);
5209
+ }
5210
+ .dropdown-menu-align-center.dropdown-menu-vertical-top[data-v-9e187d2c] {
5211
+ transform: translateX(-50%);
5212
+ }
5213
+ .dropdown-content[data-v-9e187d2c] {
5188
5214
  padding: 0.5rem;
5189
5215
  }
5190
- .dropdown-header[data-v-5acc4f6e] {
5216
+ .dropdown-header[data-v-9e187d2c] {
5191
5217
  display: flex;
5192
5218
  align-items: center;
5193
5219
  gap: 1rem;
@@ -5195,10 +5221,10 @@ to {
5195
5221
  border-radius: 0.5rem;
5196
5222
  background-color: #f9fafb;
5197
5223
  }
5198
- .dropdown-avatar-container[data-v-5acc4f6e] {
5224
+ .dropdown-avatar-container[data-v-9e187d2c] {
5199
5225
  position: relative;
5200
5226
  }
5201
- .level-progress-overlay[data-v-5acc4f6e] {
5227
+ .level-progress-overlay[data-v-9e187d2c] {
5202
5228
  position: absolute;
5203
5229
  z-index: 10;
5204
5230
  top: 50%;
@@ -5206,13 +5232,13 @@ to {
5206
5232
  transform: translate(-50%, -50%);
5207
5233
  pointer-events: none;
5208
5234
  }
5209
- .dropdown-avatar-image[data-v-5acc4f6e] {
5235
+ .dropdown-avatar-image[data-v-9e187d2c] {
5210
5236
  width: 3.5rem;
5211
5237
  height: 3.5rem;
5212
5238
  border-radius: 50%;
5213
5239
  object-fit: cover;
5214
5240
  }
5215
- .dropdown-avatar-default[data-v-5acc4f6e] {
5241
+ .dropdown-avatar-default[data-v-9e187d2c] {
5216
5242
  width: 3.5rem;
5217
5243
  height: 3.5rem;
5218
5244
  border-radius: 50%;
@@ -5221,17 +5247,17 @@ to {
5221
5247
  align-items: center;
5222
5248
  justify-content: center;
5223
5249
  }
5224
- .dropdown-avatar-icon[data-v-5acc4f6e] {
5250
+ .dropdown-avatar-icon[data-v-9e187d2c] {
5225
5251
  width: 1.25rem;
5226
5252
  height: 1.25rem;
5227
5253
  color: #6b7280;
5228
5254
  }
5229
- .dropdown-user-details[data-v-5acc4f6e] {
5255
+ .dropdown-user-details[data-v-9e187d2c] {
5230
5256
  flex: 1;
5231
5257
  min-width: 0;
5232
5258
  text-align: left;
5233
5259
  }
5234
- .dropdown-user-name[data-v-5acc4f6e] {
5260
+ .dropdown-user-name[data-v-9e187d2c] {
5235
5261
  font-size: 0.875rem;
5236
5262
  font-weight: 500;
5237
5263
  color: #111827;
@@ -5239,24 +5265,24 @@ to {
5239
5265
  overflow: hidden;
5240
5266
  text-overflow: ellipsis;
5241
5267
  }
5242
- .dropdown-user-email[data-v-5acc4f6e] {
5268
+ .dropdown-user-email[data-v-9e187d2c] {
5243
5269
  font-size: 0.875rem;
5244
5270
  color: #6b7280;
5245
5271
  white-space: nowrap;
5246
5272
  overflow: hidden;
5247
5273
  text-overflow: ellipsis;
5248
5274
  }
5249
- .dropdown-divider[data-v-5acc4f6e] {
5275
+ .dropdown-divider[data-v-9e187d2c] {
5250
5276
  height: 1px;
5251
5277
  background-color: #e5e7eb;
5252
5278
  margin: 0.5rem 0;
5253
5279
  }
5254
- .dropdown-menu-items[data-v-5acc4f6e] {
5280
+ .dropdown-menu-items[data-v-9e187d2c] {
5255
5281
  display: flex;
5256
5282
  flex-direction: column;
5257
5283
  gap: 0.25rem;
5258
5284
  }
5259
- .dropdown-menu-item[data-v-5acc4f6e] {
5285
+ .dropdown-menu-item[data-v-9e187d2c] {
5260
5286
  width: 100%;
5261
5287
  display: flex;
5262
5288
  align-items: center;
@@ -5271,29 +5297,29 @@ to {
5271
5297
  transition: all 0.15s;
5272
5298
  text-align: left;
5273
5299
  }
5274
- .dropdown-menu-item[data-v-5acc4f6e]:hover,
5275
- .dropdown-menu-item[data-v-5acc4f6e]:focus {
5300
+ .dropdown-menu-item[data-v-9e187d2c]:hover,
5301
+ .dropdown-menu-item[data-v-9e187d2c]:focus {
5276
5302
  background-color: #f3f4f6;
5277
5303
  outline: none;
5278
5304
  }
5279
- .dropdown-menu-item-danger[data-v-5acc4f6e] {
5305
+ .dropdown-menu-item-danger[data-v-9e187d2c] {
5280
5306
  color: #dc2626;
5281
5307
  }
5282
- .dropdown-menu-item-danger[data-v-5acc4f6e]:hover,
5283
- .dropdown-menu-item-danger[data-v-5acc4f6e]:focus {
5308
+ .dropdown-menu-item-danger[data-v-9e187d2c]:hover,
5309
+ .dropdown-menu-item-danger[data-v-9e187d2c]:focus {
5284
5310
  background-color: #fef2f2;
5285
5311
  }
5286
- .dropdown-menu-icon[data-v-5acc4f6e] {
5312
+ .dropdown-menu-icon[data-v-9e187d2c] {
5287
5313
  width: 1rem;
5288
5314
  height: 1rem;
5289
5315
  color: #9ca3af;
5290
5316
  }
5291
- .dropdown-menu-icon-danger[data-v-5acc4f6e] {
5317
+ .dropdown-menu-icon-danger[data-v-9e187d2c] {
5292
5318
  color: #ef4444;
5293
5319
  }
5294
5320
 
5295
5321
  /* Sign In Button */
5296
- .sign-in-button[data-v-5acc4f6e] {
5322
+ .sign-in-button[data-v-9e187d2c] {
5297
5323
  position: relative;
5298
5324
  display: flex;
5299
5325
  align-items: center;
@@ -5308,30 +5334,30 @@ to {
5308
5334
  cursor: pointer;
5309
5335
  transition: all 0.15s;
5310
5336
  }
5311
- .sign-in-button[data-v-5acc4f6e]:hover {
5337
+ .sign-in-button[data-v-9e187d2c]:hover {
5312
5338
  background-color: #B8006F;
5313
5339
  }
5314
- .sign-in-button[data-v-5acc4f6e]:focus {
5340
+ .sign-in-button[data-v-9e187d2c]:focus {
5315
5341
  outline: none;
5316
5342
  box-shadow: 0 0 0 2px #EA00A8, 0 0 0 4px white;
5317
5343
  }
5318
- .sign-in-icon[data-v-5acc4f6e] {
5344
+ .sign-in-icon[data-v-9e187d2c] {
5319
5345
  width: 1rem;
5320
5346
  height: 1rem;
5321
5347
  }
5322
5348
 
5323
5349
  /* Modal Styles */
5324
- .modal-header[data-v-5acc4f6e] {
5350
+ .modal-header[data-v-9e187d2c] {
5325
5351
  display: flex;
5326
5352
  align-items: center;
5327
5353
  justify-content: space-between;
5328
5354
  }
5329
- .modal-title[data-v-5acc4f6e] {
5355
+ .modal-title[data-v-9e187d2c] {
5330
5356
  font-size: 1.25rem;
5331
5357
  font-weight: 600;
5332
5358
  color: #111827;
5333
5359
  }
5334
- .modal-close-button[data-v-5acc4f6e] {
5360
+ .modal-close-button[data-v-9e187d2c] {
5335
5361
  padding: 0.25rem;
5336
5362
  border-radius: 0.5rem;
5337
5363
  color: #9ca3af;
@@ -5340,37 +5366,61 @@ to {
5340
5366
  cursor: pointer;
5341
5367
  transition: all 0.2s;
5342
5368
  }
5343
- .modal-close-button[data-v-5acc4f6e]:hover {
5369
+ .modal-close-button[data-v-9e187d2c]:hover {
5344
5370
  color: #6b7280;
5345
5371
  background-color: #f3f4f6;
5346
5372
  }
5347
- .modal-close-icon[data-v-5acc4f6e] {
5373
+ .modal-close-icon[data-v-9e187d2c] {
5348
5374
  width: 1.25rem;
5349
5375
  height: 1.25rem;
5350
5376
  }
5351
5377
 
5352
5378
  /* Transitions */
5353
- .dropdown-enter-active[data-v-5acc4f6e],
5354
- .dropdown-leave-active[data-v-5acc4f6e] {
5379
+ .dropdown-enter-active[data-v-9e187d2c],
5380
+ .dropdown-leave-active[data-v-9e187d2c] {
5355
5381
  transition: all 0.15s ease;
5356
5382
  }
5357
- .dropdown-enter-from[data-v-5acc4f6e],
5358
- .dropdown-leave-to[data-v-5acc4f6e] {
5383
+ .dropdown-enter-from[data-v-9e187d2c],
5384
+ .dropdown-leave-to[data-v-9e187d2c] {
5359
5385
  opacity: 0;
5360
- transform: scale(0.95) translateY(4px);
5361
5386
  }
5362
- .dropdown-enter-to[data-v-5acc4f6e],
5363
- .dropdown-leave-from[data-v-5acc4f6e] {
5387
+ .dropdown-enter-to[data-v-9e187d2c],
5388
+ .dropdown-leave-from[data-v-9e187d2c] {
5364
5389
  opacity: 1;
5390
+ }
5391
+
5392
+ /* Transform-based transitions for different alignments */
5393
+ .dropdown-menu-align-left.dropdown-enter-from[data-v-9e187d2c],
5394
+ .dropdown-menu-align-left.dropdown-leave-to[data-v-9e187d2c] {
5395
+ transform: scale(0.95) translateY(4px);
5396
+ }
5397
+ .dropdown-menu-align-left.dropdown-enter-to[data-v-9e187d2c],
5398
+ .dropdown-menu-align-left.dropdown-leave-from[data-v-9e187d2c] {
5365
5399
  transform: scale(1) translateY(0);
5366
5400
  }
5401
+ .dropdown-menu-align-right.dropdown-enter-from[data-v-9e187d2c],
5402
+ .dropdown-menu-align-right.dropdown-leave-to[data-v-9e187d2c] {
5403
+ transform: scale(0.95) translateY(4px);
5404
+ }
5405
+ .dropdown-menu-align-right.dropdown-enter-to[data-v-9e187d2c],
5406
+ .dropdown-menu-align-right.dropdown-leave-from[data-v-9e187d2c] {
5407
+ transform: scale(1) translateY(0);
5408
+ }
5409
+ .dropdown-menu-align-center.dropdown-enter-from[data-v-9e187d2c],
5410
+ .dropdown-menu-align-center.dropdown-leave-to[data-v-9e187d2c] {
5411
+ transform: translateX(-50%) scale(0.95) translateY(4px);
5412
+ }
5413
+ .dropdown-menu-align-center.dropdown-enter-to[data-v-9e187d2c],
5414
+ .dropdown-menu-align-center.dropdown-leave-from[data-v-9e187d2c] {
5415
+ transform: translateX(-50%) scale(1) translateY(0);
5416
+ }
5367
5417
 
5368
5418
  /* Responsive adjustments */
5369
5419
  @media (max-width: 640px) {
5370
- .dropdown-menu[data-v-5acc4f6e] {
5420
+ .dropdown-menu[data-v-9e187d2c] {
5371
5421
  width: 16rem;
5372
5422
  }
5373
- .user-info[data-v-5acc4f6e] {
5423
+ .user-info[data-v-9e187d2c] {
5374
5424
  display: none;
5375
5425
  }
5376
5426
  }