@orangecatai/adgen-canvas 0.0.26 → 0.0.28

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.
Files changed (37) hide show
  1. package/dist/dev/{chunk-HAGQZMXY.js → chunk-OTDOAN2W.js} +3 -3
  2. package/dist/dev/{chunk-M6SLPQMN.js → chunk-WELJ6MTO.js} +2 -2
  3. package/dist/dev/data/{image-TSTRTL65.js → image-F5HBZTBB.js} +3 -3
  4. package/dist/dev/index.css +377 -0
  5. package/dist/dev/index.css.map +3 -3
  6. package/dist/dev/index.js +4506 -2591
  7. package/dist/dev/index.js.map +4 -4
  8. package/dist/dev/subset-shared.chunk.js +1 -1
  9. package/dist/dev/subset-worker.chunk.js +1 -1
  10. package/dist/prod/{chunk-FABLWJ5B.js → chunk-INDX7AB6.js} +1 -1
  11. package/dist/prod/{chunk-PIJUOUUJ.js → chunk-RI6ZX32X.js} +2 -2
  12. package/dist/prod/data/image-P4AE4WIT.js +1 -0
  13. package/dist/prod/index.css +1 -1
  14. package/dist/prod/index.js +69 -63
  15. package/dist/prod/subset-shared.chunk.js +1 -1
  16. package/dist/prod/subset-worker.chunk.js +1 -1
  17. package/dist/types/excalidraw/components/AIChatPanel.d.ts +25 -0
  18. package/dist/types/excalidraw/components/App.d.ts +9 -0
  19. package/dist/types/excalidraw/components/CampaignDropdown.d.ts +14 -0
  20. package/dist/types/excalidraw/components/FrameToolbar.d.ts +11 -2
  21. package/dist/types/excalidraw/components/ImageGeneratorPanel.d.ts +14 -0
  22. package/dist/types/excalidraw/components/VideoChainPanel.d.ts +58 -0
  23. package/dist/types/excalidraw/components/VideoElement.d.ts +26 -1
  24. package/dist/types/excalidraw/components/ai-chat/canvasTools.d.ts +272 -3
  25. package/dist/types/excalidraw/components/frameToolbarVariant.d.ts +23 -0
  26. package/dist/types/excalidraw/components/video/videoActions.d.ts +37 -0
  27. package/dist/types/excalidraw/index.d.ts +1 -0
  28. package/dist/types/excalidraw/types.d.ts +61 -0
  29. package/dist/types/excalidraw/utils/brandContextUtils.d.ts +21 -0
  30. package/dist/types/excalidraw/utils/videoApi.d.ts +81 -0
  31. package/dist/types/excalidraw/utils/videoDurationStops.d.ts +14 -0
  32. package/dist/types/excalidraw/utils/videoStitch.d.ts +24 -0
  33. package/package.json +2 -1
  34. package/dist/prod/data/image-D6B2C7FH.js +0 -1
  35. /package/dist/dev/{chunk-HAGQZMXY.js.map → chunk-OTDOAN2W.js.map} +0 -0
  36. /package/dist/dev/{chunk-M6SLPQMN.js.map → chunk-WELJ6MTO.js.map} +0 -0
  37. /package/dist/dev/data/{image-TSTRTL65.js.map → image-F5HBZTBB.js.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  define_import_meta_env_default
3
- } from "./chunk-M6SLPQMN.js";
3
+ } from "./chunk-WELJ6MTO.js";
4
4
  import {
5
5
  __publicField
6
6
  } from "./chunk-XDFCUUT6.js";
@@ -5152,7 +5152,7 @@ var parseFileContents = async (blob) => {
5152
5152
  let contents;
5153
5153
  if (blob.type === MIME_TYPES6.png) {
5154
5154
  try {
5155
- return await (await import("./data/image-TSTRTL65.js")).decodePngMetadata(blob);
5155
+ return await (await import("./data/image-F5HBZTBB.js")).decodePngMetadata(blob);
5156
5156
  } catch (error) {
5157
5157
  if (error.message === "INVALID") {
5158
5158
  throw new ImageSceneDataError(
@@ -5604,4 +5604,4 @@ export {
5604
5604
  createFile,
5605
5605
  normalizeFile
5606
5606
  };
5607
- //# sourceMappingURL=chunk-HAGQZMXY.js.map
5607
+ //# sourceMappingURL=chunk-OTDOAN2W.js.map
@@ -1,7 +1,7 @@
1
1
  // <define:import.meta.env>
2
- var define_import_meta_env_default = { MODE: "development", VITE_APP_GEMINI_API_KEY: "", VITE_APP_OPENROUTER_API_KEY: "", VITE_APP_BACKEND_V2_GET_URL: "https://json-dev.excalidraw.com/api/v2/", VITE_APP_BACKEND_V2_POST_URL: "https://json-dev.excalidraw.com/api/v2/post/", VITE_APP_LIBRARY_URL: "https://libraries.excalidraw.com", VITE_APP_LIBRARY_BACKEND: "https://us-central1-excalidraw-room-persistence.cloudfunctions.net/libraries", VITE_APP_WS_SERVER_URL: "http://localhost:3002", VITE_APP_PLUS_LP: "https://plus.excalidraw.com", VITE_APP_PLUS_APP: "http://localhost:3000", VITE_APP_AI_BACKEND: "http://localhost:3016", VITE_APP_FIREBASE_CONFIG: '{"apiKey":"AIzaSyCMkxA60XIW8KbqMYL7edC4qT5l4qHX2h8","authDomain":"excalidraw-oss-dev.firebaseapp.com","projectId":"excalidraw-oss-dev","storageBucket":"excalidraw-oss-dev.appspot.com","messagingSenderId":"664559512677","appId":"1:664559512677:web:a385181f2928d328a7aa8c"}', VITE_APP_DEV_DISABLE_LIVE_RELOAD: "", VITE_APP_ENABLE_TRACKING: "true", FAST_REFRESH: "false", VITE_APP_PORT: "3001", VITE_APP_DEBUG_ENABLE_TEXT_CONTAINER_BOUNDING_BOX: "", VITE_APP_COLLAPSE_OVERLAY: "true", VITE_APP_ENABLE_ESLINT: "true", VITE_APP_ENABLE_PWA: "false", VITE_APP_PLUS_EXPORT_PUBLIC_KEY: "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm2g5T+Rub6Kbf1Mf57t0\n7r2zeHuVg4dla3r5ryXMswtzz6x767octl6oLThn33mQsPSy3GKglFZoCTXJR4ij\nba8SxB04sL/N8eRrKja7TFWjCVtRwTTfyy771NYYNFVJclkxHyE5qw4m27crHF1y\nUNWEjuqNMi/lwAErS9fFa2oJlWyT8U7zzv/5kQREkxZI6y9v0AF3qcbsy2731FnD\ns9ChJvOUW9toIab2gsIdrKW8ZNpu084ZFVKb6LNjvIXI1Se4oMTHeszXzNptzlot\nkdxxjOoaQMAyfljFSot1F1FlU6MQlag7UnFGvFjRHN1JI5q4K+n3a67DX+TMyRqS\nHQIDAQAB", VITE_APP_DISABLE_PREVENT_UNLOAD: "", PKG_NAME: "@orangecatai/adgen-canvas", PKG_VERSION: "0.0.26", DEV: true };
2
+ var define_import_meta_env_default = { MODE: "development", VITE_APP_GEMINI_API_KEY: "", VITE_APP_OPENROUTER_API_KEY: "", VITE_APP_BACKEND_V2_GET_URL: "https://json-dev.excalidraw.com/api/v2/", VITE_APP_BACKEND_V2_POST_URL: "https://json-dev.excalidraw.com/api/v2/post/", VITE_APP_LIBRARY_URL: "https://libraries.excalidraw.com", VITE_APP_LIBRARY_BACKEND: "https://us-central1-excalidraw-room-persistence.cloudfunctions.net/libraries", VITE_APP_WS_SERVER_URL: "http://localhost:3002", VITE_APP_PLUS_LP: "https://plus.excalidraw.com", VITE_APP_PLUS_APP: "http://localhost:3000", VITE_APP_AI_BACKEND: "http://localhost:3016", VITE_APP_FIREBASE_CONFIG: '{"apiKey":"AIzaSyCMkxA60XIW8KbqMYL7edC4qT5l4qHX2h8","authDomain":"excalidraw-oss-dev.firebaseapp.com","projectId":"excalidraw-oss-dev","storageBucket":"excalidraw-oss-dev.appspot.com","messagingSenderId":"664559512677","appId":"1:664559512677:web:a385181f2928d328a7aa8c"}', VITE_APP_DEV_DISABLE_LIVE_RELOAD: "", VITE_APP_ENABLE_TRACKING: "true", FAST_REFRESH: "false", VITE_APP_PORT: "3001", VITE_APP_DEBUG_ENABLE_TEXT_CONTAINER_BOUNDING_BOX: "", VITE_APP_COLLAPSE_OVERLAY: "true", VITE_APP_ENABLE_ESLINT: "true", VITE_APP_ENABLE_PWA: "false", VITE_APP_PLUS_EXPORT_PUBLIC_KEY: "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm2g5T+Rub6Kbf1Mf57t0\n7r2zeHuVg4dla3r5ryXMswtzz6x767octl6oLThn33mQsPSy3GKglFZoCTXJR4ij\nba8SxB04sL/N8eRrKja7TFWjCVtRwTTfyy771NYYNFVJclkxHyE5qw4m27crHF1y\nUNWEjuqNMi/lwAErS9fFa2oJlWyT8U7zzv/5kQREkxZI6y9v0AF3qcbsy2731FnD\ns9ChJvOUW9toIab2gsIdrKW8ZNpu084ZFVKb6LNjvIXI1Se4oMTHeszXzNptzlot\nkdxxjOoaQMAyfljFSot1F1FlU6MQlag7UnFGvFjRHN1JI5q4K+n3a67DX+TMyRqS\nHQIDAQAB", VITE_APP_DISABLE_PREVENT_UNLOAD: "", PKG_NAME: "@orangecatai/adgen-canvas", PKG_VERSION: "0.0.28", DEV: true };
3
3
 
4
4
  export {
5
5
  define_import_meta_env_default
6
6
  };
7
- //# sourceMappingURL=chunk-M6SLPQMN.js.map
7
+ //# sourceMappingURL=chunk-WELJ6MTO.js.map
@@ -2,12 +2,12 @@ import {
2
2
  decodePngMetadata,
3
3
  encodePngMetadata,
4
4
  getTEXtChunk
5
- } from "../chunk-HAGQZMXY.js";
6
- import "../chunk-M6SLPQMN.js";
5
+ } from "../chunk-OTDOAN2W.js";
6
+ import "../chunk-WELJ6MTO.js";
7
7
  import "../chunk-XDFCUUT6.js";
8
8
  export {
9
9
  decodePngMetadata,
10
10
  encodePngMetadata,
11
11
  getTEXtChunk
12
12
  };
13
- //# sourceMappingURL=image-TSTRTL65.js.map
13
+ //# sourceMappingURL=image-F5HBZTBB.js.map
@@ -3491,6 +3491,165 @@
3491
3491
  color: var(--color-primary, #4a90d9);
3492
3492
  }
3493
3493
 
3494
+ /* components/CampaignDropdown.scss */
3495
+ .excalidraw .campaign-dropdown {
3496
+ position: relative;
3497
+ display: flex;
3498
+ }
3499
+ .excalidraw .campaign-dropdown__btn {
3500
+ display: flex;
3501
+ align-items: center;
3502
+ gap: 4px;
3503
+ padding: 4px 8px;
3504
+ border: none;
3505
+ background: transparent;
3506
+ border-radius: 4px;
3507
+ cursor: pointer;
3508
+ font-size: 12px;
3509
+ color: var(--text-primary-color, #333);
3510
+ font-family: inherit;
3511
+ white-space: nowrap;
3512
+ transition: background 0.15s ease, color 0.15s ease;
3513
+ }
3514
+ .excalidraw .campaign-dropdown__btn:hover:not(:disabled) {
3515
+ background: var(--button-hover-bg, rgba(0, 0, 0, 0.05));
3516
+ }
3517
+ .excalidraw .campaign-dropdown__btn:disabled {
3518
+ cursor: not-allowed;
3519
+ opacity: 0.5;
3520
+ }
3521
+ .excalidraw .campaign-dropdown__btn--error {
3522
+ color: var(--color-danger, #e03131);
3523
+ }
3524
+ .excalidraw .campaign-dropdown__btn svg {
3525
+ width: 14px;
3526
+ height: 14px;
3527
+ flex-shrink: 0;
3528
+ }
3529
+ .excalidraw .campaign-dropdown__spinner-icon {
3530
+ animation: campaign-dropdown-spin 0.8s linear infinite;
3531
+ }
3532
+ .excalidraw .campaign-dropdown__inline-error {
3533
+ position: absolute;
3534
+ top: calc(100% + 4px);
3535
+ left: 0;
3536
+ white-space: nowrap;
3537
+ background: var(--island-bg-color);
3538
+ color: var(--color-danger, #e03131);
3539
+ border-radius: 6px;
3540
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
3541
+ padding: 4px 8px;
3542
+ font-size: 11px;
3543
+ z-index: 1;
3544
+ }
3545
+ .excalidraw .campaign-dropdown__panel {
3546
+ position: absolute;
3547
+ top: calc(100% + 4px);
3548
+ left: 0;
3549
+ min-width: 220px;
3550
+ background: var(--island-bg-color);
3551
+ border-radius: 8px;
3552
+ box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
3553
+ padding: 4px;
3554
+ z-index: 1;
3555
+ font-size: 12px;
3556
+ font-family:
3557
+ "Assistant",
3558
+ system-ui,
3559
+ -apple-system,
3560
+ sans-serif;
3561
+ }
3562
+ .excalidraw .campaign-dropdown__header {
3563
+ padding: 6px 10px 4px;
3564
+ font-size: 11px;
3565
+ font-weight: 600;
3566
+ color: var(--text-secondary-color, #888);
3567
+ text-transform: uppercase;
3568
+ letter-spacing: 0.5px;
3569
+ }
3570
+ .excalidraw .campaign-dropdown__loading,
3571
+ .excalidraw .campaign-dropdown__empty {
3572
+ padding: 8px 12px;
3573
+ color: var(--text-secondary-color, #888);
3574
+ }
3575
+ .excalidraw .campaign-dropdown__error-row {
3576
+ display: flex;
3577
+ align-items: center;
3578
+ justify-content: space-between;
3579
+ gap: 8px;
3580
+ padding: 8px 12px;
3581
+ color: var(--color-danger, #e03131);
3582
+ }
3583
+ .excalidraw .campaign-dropdown__error-row button {
3584
+ border: none;
3585
+ background: transparent;
3586
+ color: var(--color-primary, #4a90d9);
3587
+ cursor: pointer;
3588
+ font-weight: 600;
3589
+ padding: 0;
3590
+ }
3591
+ .excalidraw .campaign-dropdown__item {
3592
+ display: block;
3593
+ width: 100%;
3594
+ text-align: left;
3595
+ padding: 8px 12px;
3596
+ border: none;
3597
+ background: transparent;
3598
+ border-radius: 4px;
3599
+ cursor: pointer;
3600
+ font-size: 13px;
3601
+ color: var(--text-primary-color, #333);
3602
+ font-family: inherit;
3603
+ transition: background 0.15s ease;
3604
+ }
3605
+ .excalidraw .campaign-dropdown__item:hover {
3606
+ background: var(--button-hover-bg, rgba(0, 0, 0, 0.05));
3607
+ }
3608
+ .excalidraw .campaign-dropdown__create-row {
3609
+ display: flex;
3610
+ gap: 4px;
3611
+ padding: 6px;
3612
+ border-top: 1px solid var(--default-border-color, #e4e4e7);
3613
+ margin-top: 4px;
3614
+ }
3615
+ .excalidraw .campaign-dropdown__create-row input {
3616
+ flex: 1;
3617
+ min-width: 0;
3618
+ padding: 5px 8px;
3619
+ border: 1px solid var(--default-border-color, #e4e4e7);
3620
+ border-radius: 4px;
3621
+ font-size: 12px;
3622
+ font-family: inherit;
3623
+ color: var(--text-primary-color, #333);
3624
+ background: var(--input-bg-color, #fff);
3625
+ outline: none;
3626
+ }
3627
+ .excalidraw .campaign-dropdown__create-row input:focus {
3628
+ border-color: var(--color-primary, #4a90d9);
3629
+ }
3630
+ .excalidraw .campaign-dropdown__create-row button {
3631
+ border: none;
3632
+ background: var(--color-primary, #4a90d9);
3633
+ color: #fff;
3634
+ border-radius: 4px;
3635
+ padding: 0 10px;
3636
+ cursor: pointer;
3637
+ font-size: 12px;
3638
+ font-weight: 600;
3639
+ }
3640
+ .excalidraw .campaign-dropdown__create-row button:disabled {
3641
+ opacity: 0.5;
3642
+ cursor: not-allowed;
3643
+ }
3644
+ @keyframes campaign-dropdown-spin {
3645
+ from {
3646
+ transform: rotate(0deg);
3647
+ }
3648
+ to {
3649
+ transform: rotate(360deg);
3650
+ }
3651
+ }
3652
+
3494
3653
  /* components/auto-resize/AutoResizePanel.scss */
3495
3654
  @keyframes ars-shimmer-sweep {
3496
3655
  0% {
@@ -4189,6 +4348,212 @@
4189
4348
  animation: igp-spin 0.8s linear infinite;
4190
4349
  }
4191
4350
 
4351
+ /* components/VideoChainPanel.scss */
4352
+ .excalidraw .vgp-chain {
4353
+ width: 560px;
4354
+ margin-top: 8px;
4355
+ background: #fff;
4356
+ border: 1px solid rgba(0, 0, 0, 0.09);
4357
+ border-radius: 16px;
4358
+ box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
4359
+ font-family:
4360
+ "Assistant",
4361
+ system-ui,
4362
+ -apple-system,
4363
+ sans-serif;
4364
+ font-size: 13px;
4365
+ color: #111;
4366
+ padding: 14px 16px;
4367
+ display: flex;
4368
+ flex-direction: column;
4369
+ gap: 14px;
4370
+ }
4371
+ .excalidraw .vgp-chain input[type=text],
4372
+ .excalidraw .vgp-chain input[type=number] {
4373
+ all: unset;
4374
+ box-sizing: border-box;
4375
+ }
4376
+ .excalidraw .vgp-chain textarea {
4377
+ margin: 0;
4378
+ padding: 0;
4379
+ border: none;
4380
+ background: transparent;
4381
+ font: inherit;
4382
+ color: inherit;
4383
+ box-sizing: border-box;
4384
+ }
4385
+ .excalidraw .vgp-chain button {
4386
+ all: unset;
4387
+ box-sizing: border-box;
4388
+ cursor: pointer;
4389
+ }
4390
+ .excalidraw .vgp-chain-summary {
4391
+ display: flex;
4392
+ align-items: center;
4393
+ gap: 8px;
4394
+ width: 100%;
4395
+ text-align: left;
4396
+ }
4397
+ .excalidraw .vgp-chain-summary svg:first-child {
4398
+ flex-shrink: 0;
4399
+ color: #888;
4400
+ }
4401
+ .excalidraw .vgp-chain-summary-text {
4402
+ flex: 1;
4403
+ font-size: 12.5px;
4404
+ font-weight: 600;
4405
+ color: #333;
4406
+ }
4407
+ .excalidraw .vgp-chain-stop {
4408
+ display: flex;
4409
+ align-items: center;
4410
+ justify-content: center;
4411
+ width: 20px;
4412
+ height: 20px;
4413
+ border-radius: 50%;
4414
+ color: #888;
4415
+ transition: background 0.12s ease, color 0.12s ease;
4416
+ }
4417
+ .excalidraw .vgp-chain-stop:hover {
4418
+ background: rgba(229, 77, 77, 0.1);
4419
+ color: #e54d4d;
4420
+ }
4421
+ .excalidraw .vgp-chain-chevron {
4422
+ flex-shrink: 0;
4423
+ color: #aaa;
4424
+ transition: transform 0.15s ease;
4425
+ }
4426
+ .excalidraw .vgp-chain-chevron--open {
4427
+ transform: rotate(180deg);
4428
+ }
4429
+ .excalidraw .vgp-chain-anchor {
4430
+ display: flex;
4431
+ flex-direction: column;
4432
+ gap: 3px;
4433
+ padding: 8px 10px;
4434
+ background: #f6f6f6;
4435
+ border-radius: 8px;
4436
+ }
4437
+ .excalidraw .vgp-chain-anchor p {
4438
+ margin: 0;
4439
+ font-size: 12px;
4440
+ line-height: 1.45;
4441
+ color: #555;
4442
+ }
4443
+ .excalidraw .vgp-chain-shotlist {
4444
+ display: flex;
4445
+ flex-direction: column;
4446
+ gap: 10px;
4447
+ }
4448
+ .excalidraw .vgp-chain-segment {
4449
+ display: flex;
4450
+ flex-direction: column;
4451
+ gap: 6px;
4452
+ padding: 10px 12px;
4453
+ border: 1.5px solid rgba(0, 0, 0, 0.09);
4454
+ border-radius: 10px;
4455
+ transition: border-color 0.15s ease;
4456
+ }
4457
+ .excalidraw .vgp-chain-segment--done {
4458
+ border-color: rgba(76, 175, 80, 0.35);
4459
+ }
4460
+ .excalidraw .vgp-chain-segment--generating {
4461
+ border-color: rgba(99, 80, 220, 0.35);
4462
+ }
4463
+ .excalidraw .vgp-chain-segment--failed {
4464
+ border-color: rgba(229, 77, 77, 0.4);
4465
+ background: rgba(229, 77, 77, 0.03);
4466
+ }
4467
+ .excalidraw .vgp-chain-segment-header {
4468
+ display: flex;
4469
+ align-items: center;
4470
+ justify-content: space-between;
4471
+ }
4472
+ .excalidraw .vgp-chain-segment-title {
4473
+ display: flex;
4474
+ align-items: center;
4475
+ gap: 6px;
4476
+ }
4477
+ .excalidraw .vgp-chain-segment-label {
4478
+ font-size: 10.5px;
4479
+ font-weight: 600;
4480
+ color: #bbb;
4481
+ text-transform: uppercase;
4482
+ letter-spacing: 0.5px;
4483
+ }
4484
+ .excalidraw .vgp-chain-segment-beat {
4485
+ font-size: 10px;
4486
+ font-weight: 600;
4487
+ padding: 2px 7px;
4488
+ border-radius: 99px;
4489
+ color: #6350dc;
4490
+ background: rgba(99, 80, 220, 0.1);
4491
+ }
4492
+ .excalidraw .vgp-chain-segment-beat--hold {
4493
+ color: #888;
4494
+ background: rgba(0, 0, 0, 0.06);
4495
+ }
4496
+ .excalidraw .vgp-chain-segment-beat--resolution {
4497
+ color: #4caf50;
4498
+ background: rgba(76, 175, 80, 0.1);
4499
+ }
4500
+ .excalidraw .vgp-chain-segment-status {
4501
+ display: flex;
4502
+ align-items: center;
4503
+ gap: 5px;
4504
+ font-size: 11.5px;
4505
+ font-weight: 600;
4506
+ }
4507
+ .excalidraw .vgp-chain-segment-status--done {
4508
+ color: #4caf50;
4509
+ }
4510
+ .excalidraw .vgp-chain-segment-status--failed {
4511
+ color: #e54d4d;
4512
+ }
4513
+ .excalidraw .vgp-chain-segment-status--generating {
4514
+ color: #6350dc;
4515
+ }
4516
+ .excalidraw .vgp-chain-segment-status--queued {
4517
+ color: #bbb;
4518
+ }
4519
+ .excalidraw .vgp-chain-textarea {
4520
+ display: block;
4521
+ width: 100%;
4522
+ min-height: 44px;
4523
+ resize: none;
4524
+ font-family: inherit;
4525
+ font-size: 13px;
4526
+ line-height: 1.5;
4527
+ color: #1a1a1a;
4528
+ outline: none;
4529
+ }
4530
+ .excalidraw .vgp-chain-textarea:disabled {
4531
+ color: #888;
4532
+ cursor: not-allowed;
4533
+ }
4534
+ .excalidraw .vgp-chain-primary-btn {
4535
+ display: flex;
4536
+ align-items: center;
4537
+ justify-content: center;
4538
+ gap: 6px;
4539
+ width: 100%;
4540
+ height: 36px;
4541
+ border-radius: 99px;
4542
+ font-family: inherit;
4543
+ font-size: 13px;
4544
+ font-weight: 600;
4545
+ color: #fff;
4546
+ background: #1c1c1c;
4547
+ transition: background 0.12s ease;
4548
+ }
4549
+ .excalidraw .vgp-chain-primary-btn:hover:not(:disabled) {
4550
+ background: #333;
4551
+ }
4552
+ .excalidraw .vgp-chain-primary-btn:disabled {
4553
+ background: #d0d0d0;
4554
+ cursor: not-allowed;
4555
+ }
4556
+
4192
4557
  /* components/VideoGeneratorPanel.scss */
4193
4558
  .excalidraw .vgp-shimmer {
4194
4559
  position: fixed;
@@ -4314,6 +4679,13 @@
4314
4679
  background: #f6f6f6 !important;
4315
4680
  cursor: default !important;
4316
4681
  }
4682
+ .excalidraw .vgp .vgp-chip.vgp-chip--brand {
4683
+ border-color: rgba(0, 0, 0, 0.2) !important;
4684
+ background: #eef1f4 !important;
4685
+ }
4686
+ .excalidraw .vgp .vgp-chip.vgp-chip--brand .vgp-chip-label {
4687
+ color: #4a5560 !important;
4688
+ }
4317
4689
  .excalidraw .vgp .vgp-chip-thumb {
4318
4690
  width: 28px !important;
4319
4691
  height: 28px !important;
@@ -4582,6 +4954,11 @@
4582
4954
  font-weight: 600 !important;
4583
4955
  color: #333 !important;
4584
4956
  }
4957
+ .excalidraw .vgp .vgp-popover-hint {
4958
+ font-size: 11px !important;
4959
+ line-height: 1.4 !important;
4960
+ color: #999 !important;
4961
+ }
4585
4962
  .excalidraw .vgp .vgp-pill-group {
4586
4963
  display: flex !important;
4587
4964
  gap: 5px !important;