pressship 0.1.14 → 0.2.0

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.
@@ -75,6 +75,16 @@
75
75
  vertical-align: middle;
76
76
  }
77
77
 
78
+ .dashicons.ps-icon-rocket::before {
79
+ content: "";
80
+ display: block;
81
+ width: 18px;
82
+ height: 18px;
83
+ background: currentColor;
84
+ -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 16.5c-1.5 1.3-2 5-2 5s3.7-.5 5-2c.7-.8.7-2.1-.1-2.9-.8-.8-2.1-.8-2.9-.1Z'/%3E%3Cpath d='m12 15-3-3c.6-1.8 1.5-3.5 2.7-5 2.2-2.8 5.3-4.4 9.3-4-.4 4-2 7.1-4.8 9.3-1.5 1.2-3.2 2.1-5 2.7Z'/%3E%3Cpath d='M9 12H4l2.5-3.5c.8-1.1 2-1.7 3.4-1.7h1.8'/%3E%3Cpath d='M12 15v5l3.5-2.5c1.1-.8 1.7-2 1.7-3.4v-1.8'/%3E%3Ccircle cx='16.5' cy='7.5' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
85
+ mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 16.5c-1.5 1.3-2 5-2 5s3.7-.5 5-2c.7-.8.7-2.1-.1-2.9-.8-.8-2.1-.8-2.9-.1Z'/%3E%3Cpath d='m12 15-3-3c.6-1.8 1.5-3.5 2.7-5 2.2-2.8 5.3-4.4 9.3-4-.4 4-2 7.1-4.8 9.3-1.5 1.2-3.2 2.1-5 2.7Z'/%3E%3Cpath d='M9 12H4l2.5-3.5c.8-1.1 2-1.7 3.4-1.7h1.8'/%3E%3Cpath d='M12 15v5l3.5-2.5c1.1-.8 1.7-2 1.7-3.4v-1.8'/%3E%3Ccircle cx='16.5' cy='7.5' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
86
+ }
87
+
78
88
  .ps-harness-icon {
79
89
  display: block;
80
90
  width: 18px;
@@ -3005,6 +3015,32 @@ body[data-active-view="studio"] #notice-stack {
3005
3015
  min-width: 0;
3006
3016
  }
3007
3017
 
3018
+ .studio-toolbar-group {
3019
+ align-items: center;
3020
+ display: inline-flex;
3021
+ gap: 1px;
3022
+ min-width: 0;
3023
+ height: 28px;
3024
+ padding: 1px;
3025
+ border: 1px solid transparent;
3026
+ border-radius: 6px;
3027
+ background: transparent;
3028
+ }
3029
+
3030
+ .studio-toolbar-layout,
3031
+ .studio-toolbar-actions {
3032
+ border-color: #30343a;
3033
+ background: #1f2023;
3034
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
3035
+ }
3036
+
3037
+ .studio-toolbar-run {
3038
+ gap: 4px;
3039
+ padding: 0;
3040
+ border-color: transparent;
3041
+ background: transparent;
3042
+ }
3043
+
3008
3044
  .studio-action-button,
3009
3045
  .studio-icon-button {
3010
3046
  align-items: center;
@@ -3021,6 +3057,58 @@ body[data-active-view="studio"] #notice-stack {
3021
3057
  text-decoration: none;
3022
3058
  }
3023
3059
 
3060
+ .studio-title-actions .studio-action-button,
3061
+ .studio-title-actions .studio-icon-button {
3062
+ width: 28px;
3063
+ min-width: 28px;
3064
+ height: 24px;
3065
+ justify-content: center;
3066
+ gap: 0;
3067
+ border-color: transparent;
3068
+ border-radius: 3px;
3069
+ background: transparent;
3070
+ padding: 0;
3071
+ }
3072
+
3073
+ .studio-title-actions .studio-action-button span:not(.dashicons),
3074
+ .studio-title-actions .studio-icon-button span:not(.dashicons),
3075
+ .studio-title-actions .studio-theme-switch-label {
3076
+ display: none;
3077
+ }
3078
+
3079
+ .studio-title-actions .studio-package-size-button {
3080
+ width: auto;
3081
+ min-width: 56px;
3082
+ gap: 5px;
3083
+ padding: 0 8px;
3084
+ color: #d7dce2;
3085
+ }
3086
+
3087
+ .studio-title-actions .studio-package-size-button span:not(.dashicons) {
3088
+ display: inline;
3089
+ }
3090
+
3091
+ .studio-package-size-button {
3092
+ font-variant-numeric: tabular-nums;
3093
+ }
3094
+
3095
+ .studio-package-size-button.is-loading .dashicons {
3096
+ animation: ps-spin 1s linear infinite;
3097
+ }
3098
+
3099
+ .studio-package-size-button.is-over-limit {
3100
+ background: rgba(241, 76, 76, 0.18);
3101
+ color: #ff8a80;
3102
+ }
3103
+
3104
+ .studio-package-size-button.is-stale:not(.is-over-limit) {
3105
+ color: #f0b849;
3106
+ }
3107
+
3108
+ .studio-package-size-button.has-error {
3109
+ color: #ff8a80;
3110
+ }
3111
+
3024
3112
  .studio-action-button:hover,
3025
3113
  .studio-icon-button:hover,
3026
3114
  .studio-icon-button[aria-pressed="true"] {
@@ -3028,6 +3116,18 @@ body[data-active-view="studio"] #notice-stack {
3028
3116
  color: #ffffff;
3029
3117
  }
3030
3118
 
3119
+ .studio-toolbar-actions .studio-action-button:hover,
3120
+ .studio-toolbar-actions .studio-action-button:focus-visible,
3121
+ .studio-toolbar-actions .studio-icon-button:hover,
3122
+ .studio-toolbar-actions .studio-icon-button:focus-visible,
3123
+ .studio-toolbar-layout .studio-layout-button:hover,
3124
+ .studio-toolbar-layout .studio-layout-button:focus-visible,
3125
+ .studio-toolbar-layout .studio-layout-button.is-active {
3126
+ background: #2b3036;
3127
+ color: #ffffff;
3128
+ outline: none;
3129
+ }
3130
+
3031
3131
  .studio-action-button.is-primary {
3032
3132
  border-color: #3858e9;
3033
3133
  background: #3858e9;
@@ -3040,25 +3140,26 @@ body[data-active-view="studio"] #notice-stack {
3040
3140
 
3041
3141
  .studio-action-button:disabled,
3042
3142
  .studio-action-button[aria-disabled="true"] {
3043
- border-color: #303030;
3044
- background: #222222;
3045
- color: #6f7378;
3143
+ border-color: transparent;
3144
+ background: transparent;
3145
+ color: #777d86;
3046
3146
  cursor: default;
3147
+ opacity: 0.62;
3047
3148
  pointer-events: none;
3048
3149
  }
3049
3150
 
3050
3151
  .studio-theme-switch {
3051
3152
  align-items: center;
3052
3153
  display: inline-flex;
3053
- gap: 7px;
3054
- height: 26px;
3055
- border: 1px solid #3c3c3c;
3056
- border-radius: 2px;
3057
- background: #252526;
3154
+ gap: 5px;
3155
+ height: 24px;
3156
+ border: 1px solid transparent;
3157
+ border-radius: 3px;
3158
+ background: transparent;
3058
3159
  color: #cccccc;
3059
3160
  cursor: pointer;
3060
3161
  font-size: 12px;
3061
- padding: 0 8px;
3162
+ padding: 0 5px;
3062
3163
  }
3063
3164
 
3064
3165
  .studio-theme-switch:hover,
@@ -3069,15 +3170,15 @@ body[data-active-view="studio"] #notice-stack {
3069
3170
  }
3070
3171
 
3071
3172
  .studio-theme-switch > .dashicons {
3072
- font-size: 14px;
3073
- width: 14px;
3074
- height: 14px;
3173
+ font-size: 13px;
3174
+ width: 13px;
3175
+ height: 13px;
3075
3176
  }
3076
3177
 
3077
3178
  .studio-theme-switch-track {
3078
3179
  position: relative;
3079
- width: 30px;
3080
- height: 16px;
3180
+ width: 25px;
3181
+ height: 14px;
3081
3182
  border: 1px solid #4b4b4b;
3082
3183
  border-radius: 999px;
3083
3184
  background: #181818;
@@ -3087,8 +3188,8 @@ body[data-active-view="studio"] #notice-stack {
3087
3188
  position: absolute;
3088
3189
  top: 2px;
3089
3190
  left: 2px;
3090
- width: 10px;
3091
- height: 10px;
3191
+ width: 8px;
3192
+ height: 8px;
3092
3193
  border-radius: 999px;
3093
3194
  background: #cccccc;
3094
3195
  transition: transform 0.16s ease, background 0.16s ease;
@@ -3096,13 +3197,13 @@ body[data-active-view="studio"] #notice-stack {
3096
3197
 
3097
3198
  .studio-theme-switch[aria-checked="true"] .studio-theme-switch-track span {
3098
3199
  background: #ffffff;
3099
- transform: translateX(14px);
3200
+ transform: translateX(11px);
3100
3201
  }
3101
3202
 
3102
3203
  .studio-main {
3103
3204
  display: grid;
3104
3205
  grid-template-columns:
3105
- var(--studio-files-width, 260px)
3206
+ var(--studio-files-width, 220px)
3106
3207
  6px
3107
3208
  minmax(0, 1fr)
3108
3209
  6px
@@ -3396,7 +3497,7 @@ body.is-studio-resizing-v iframe {
3396
3497
  .studio-tree-row {
3397
3498
  align-items: center;
3398
3499
  display: grid;
3399
- grid-template-columns: 18px 20px minmax(0, 1fr) auto;
3500
+ grid-template-columns: minmax(0, 1fr) auto auto;
3400
3501
  gap: 6px;
3401
3502
  width: 100%;
3402
3503
  min-height: 28px;
@@ -3409,7 +3510,25 @@ body.is-studio-resizing-v iframe {
3409
3510
  }
3410
3511
 
3411
3512
  .studio-tree-file-row {
3412
- grid-template-columns: 18px 20px minmax(0, 1fr) auto;
3513
+ grid-template-columns: minmax(0, 1fr) auto auto;
3514
+ }
3515
+
3516
+ .studio-tree-main {
3517
+ align-items: center;
3518
+ display: grid;
3519
+ grid-template-columns: 18px 20px minmax(0, 1fr);
3520
+ gap: 6px;
3521
+ min-width: 0;
3522
+ border: 0;
3523
+ padding: 0;
3524
+ background: transparent;
3525
+ color: inherit;
3526
+ cursor: pointer;
3527
+ text-align: left;
3528
+ }
3529
+
3530
+ .studio-tree-main:disabled {
3531
+ cursor: default;
3413
3532
  }
3414
3533
 
3415
3534
  .studio-tree-arrow,
@@ -3434,7 +3553,8 @@ body.is-studio-resizing-v iframe {
3434
3553
  }
3435
3554
 
3436
3555
  .studio-tree-row:hover,
3437
- .studio-tree-row:focus-visible {
3556
+ .studio-tree-row:focus-visible,
3557
+ .studio-tree-row:focus-within {
3438
3558
  background: #f0f6fc;
3439
3559
  color: #0a4b78;
3440
3560
  }
@@ -3458,6 +3578,24 @@ body.is-studio-resizing-v iframe {
3458
3578
  font-weight: 600;
3459
3579
  }
3460
3580
 
3581
+ .studio-tree-file-row.is-ignored .studio-tree-main,
3582
+ .studio-tree-folder-row.has-ignored .studio-tree-main {
3583
+ opacity: 0.64;
3584
+ }
3585
+
3586
+ .studio-tree-folder.is-ignored > .studio-tree-folder-row {
3587
+ color: #646970;
3588
+ }
3589
+
3590
+ .studio-tree-folder.is-ignored > .studio-tree-folder-row .studio-tree-arrow,
3591
+ .studio-tree-folder.is-ignored > .studio-tree-folder-row .studio-tree-icon {
3592
+ color: #8c8f94;
3593
+ }
3594
+
3595
+ .studio-tree-folder-row.is-loading .studio-tree-arrow {
3596
+ animation: ps-spin 0.85s linear infinite;
3597
+ }
3598
+
3461
3599
  .studio-tree-folder.has-ai-changes > .studio-tree-folder-row .studio-tree-label,
3462
3600
  .studio-tree-file-row.has-ai-changes .studio-tree-label {
3463
3601
  color: #0a4b78;
@@ -3470,6 +3608,47 @@ body.is-studio-resizing-v iframe {
3470
3608
  justify-self: end;
3471
3609
  }
3472
3610
 
3611
+ .studio-tree-action {
3612
+ align-items: center;
3613
+ display: inline-flex;
3614
+ justify-content: center;
3615
+ width: 20px;
3616
+ height: 20px;
3617
+ border: 0;
3618
+ border-radius: 3px;
3619
+ background: transparent;
3620
+ color: var(--wp-text-muted);
3621
+ cursor: pointer;
3622
+ opacity: 0;
3623
+ padding: 0;
3624
+ }
3625
+
3626
+ .studio-tree-row:hover .studio-tree-action,
3627
+ .studio-tree-row:focus-within .studio-tree-action,
3628
+ .studio-tree-action.is-busy {
3629
+ opacity: 1;
3630
+ }
3631
+
3632
+ .studio-tree-action:hover,
3633
+ .studio-tree-action:focus-visible {
3634
+ background: rgba(var(--wp-admin-theme-color--rgb), 0.1);
3635
+ color: var(--wp-admin-theme-color);
3636
+ outline: none;
3637
+ }
3638
+
3639
+ .studio-tree-action.is-busy .dashicons {
3640
+ animation: ps-spin 0.85s linear infinite;
3641
+ }
3642
+
3643
+ .studio-tree-action.is-readonly {
3644
+ cursor: default;
3645
+ }
3646
+
3647
+ .studio-tree-action.is-readonly:hover {
3648
+ background: transparent;
3649
+ color: var(--wp-text-muted);
3650
+ }
3651
+
3473
3652
  .studio-tree-ai-badge {
3474
3653
  justify-self: end;
3475
3654
  min-width: 18px;
@@ -3484,6 +3663,26 @@ body.is-studio-resizing-v iframe {
3484
3663
  padding: 0 4px;
3485
3664
  }
3486
3665
 
3666
+ .studio-tree-ignored-badge,
3667
+ .studio-tree-deferred-badge {
3668
+ justify-self: end;
3669
+ min-width: 18px;
3670
+ height: 18px;
3671
+ border-radius: 3px;
3672
+ background: #f0f0f1;
3673
+ color: #646970;
3674
+ font-size: 9px;
3675
+ font-weight: 700;
3676
+ line-height: 18px;
3677
+ text-align: center;
3678
+ padding: 0 5px;
3679
+ }
3680
+
3681
+ .studio-tree-deferred-badge {
3682
+ background: #fff8e5;
3683
+ color: #8a5a00;
3684
+ }
3685
+
3487
3686
  .studio-tree-check-badge {
3488
3687
  justify-self: end;
3489
3688
  min-width: 18px;
@@ -3597,29 +3796,29 @@ body.is-studio-resizing-v iframe {
3597
3796
  align-items: center;
3598
3797
  display: inline-flex;
3599
3798
  gap: 6px;
3600
- height: 26px;
3601
- border: 1px solid #3858e9;
3602
- border-radius: 2px;
3603
- background: #3858e9;
3799
+ height: 28px;
3800
+ border: 1px solid #0e639c;
3801
+ border-radius: 6px;
3802
+ background: #0e639c;
3604
3803
  color: #ffffff;
3605
3804
  cursor: pointer;
3606
3805
  font-size: 12px;
3607
3806
  font-weight: 600;
3608
- padding: 0 10px;
3807
+ padding: 0 11px;
3609
3808
  }
3610
3809
 
3611
3810
  .studio-play-tab-button:hover,
3612
3811
  .studio-play-tab-button:focus-visible {
3613
- border-color: #2145e6;
3614
- background: #2145e6;
3812
+ border-color: #1177bb;
3813
+ background: #1177bb;
3615
3814
  color: #ffffff;
3616
3815
  outline: none;
3617
3816
  }
3618
3817
 
3619
3818
  .studio-play-tab-button:disabled {
3620
- border-color: #3c3c3c;
3621
- background: #252526;
3622
- color: #8c8f94;
3819
+ border-color: #30343a;
3820
+ background: #202225;
3821
+ color: #858b94;
3623
3822
  cursor: default;
3624
3823
  }
3625
3824
 
@@ -3631,15 +3830,25 @@ body.is-studio-resizing-v iframe {
3631
3830
  align-items: center;
3632
3831
  display: inline-flex;
3633
3832
  gap: 6px;
3833
+ height: 28px;
3634
3834
  min-width: 0;
3835
+ padding: 0 8px;
3836
+ border: 1px solid #30343a;
3837
+ border-radius: 6px;
3838
+ background: #1f2023;
3635
3839
  color: #9da1a6;
3636
- font-size: 12px;
3840
+ font-size: 11px;
3637
3841
  white-space: nowrap;
3842
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
3843
+ }
3844
+
3845
+ .studio-preview-state em {
3846
+ font-style: normal;
3638
3847
  }
3639
3848
 
3640
3849
  .studio-preview-state > span {
3641
- width: 7px;
3642
- height: 7px;
3850
+ width: 6px;
3851
+ height: 6px;
3643
3852
  border-radius: 999px;
3644
3853
  background: #646970;
3645
3854
  }
@@ -4327,6 +4536,10 @@ body.is-studio-resizing-v iframe {
4327
4536
  color: #d4d4d4;
4328
4537
  }
4329
4538
 
4539
+ .terminal-command {
4540
+ color: #facc15;
4541
+ }
4542
+
4330
4543
  .terminal-success {
4331
4544
  color: #86efac;
4332
4545
  }
@@ -4997,18 +5210,18 @@ body.is-studio-resizing-v iframe {
4997
5210
 
4998
5211
  .studio-ai-changes {
4999
5212
  grid-row: 3;
5000
- max-height: 120px;
5213
+ max-height: 176px;
5001
5214
  min-height: 0;
5002
5215
  overflow: auto;
5003
5216
  border-bottom: 1px solid var(--wp-border);
5004
- background: var(--wp-info-bg);
5217
+ background: var(--wp-surface-alt);
5005
5218
  }
5006
5219
 
5007
5220
  .studio-ai-changes header {
5008
5221
  align-items: center;
5009
- display: inline-flex;
5222
+ display: flex;
5010
5223
  gap: 6px;
5011
- padding: 8px 10px 5px;
5224
+ padding: 8px 10px 6px;
5012
5225
  color: var(--wp-text);
5013
5226
  font-size: 11px;
5014
5227
  }
@@ -5021,38 +5234,39 @@ body.is-studio-resizing-v iframe {
5021
5234
  }
5022
5235
 
5023
5236
  .studio-ai-change-list {
5024
- display: flex;
5025
- gap: 6px;
5026
- overflow-x: auto;
5237
+ display: grid;
5238
+ gap: 8px;
5027
5239
  padding: 0 10px 10px;
5028
5240
  }
5029
5241
 
5030
5242
  .studio-ai-change-card {
5031
5243
  display: grid;
5032
- flex: 0 0 min(220px, 82%);
5033
- grid-template-columns: minmax(0, 1fr) auto;
5034
- align-items: stretch;
5035
- border: 1px solid #b7d9ee;
5244
+ gap: 8px;
5245
+ border: 1px solid var(--wp-border);
5036
5246
  border-radius: var(--wp-radius-s);
5037
5247
  background: var(--wp-surface);
5038
5248
  box-shadow: var(--wp-shadow-sm);
5249
+ padding: 8px;
5039
5250
  }
5040
5251
 
5041
5252
  .studio-ai-change-card.is-selected {
5042
5253
  border-color: var(--wp-admin-theme-color);
5254
+ box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
5043
5255
  }
5044
5256
 
5045
5257
  .studio-ai-change {
5046
- align-items: center;
5047
- display: inline-flex;
5048
- gap: 5px;
5258
+ align-items: start;
5259
+ display: grid;
5260
+ grid-template-columns: auto minmax(0, 1fr);
5261
+ gap: 8px;
5049
5262
  min-width: 0;
5050
5263
  border: 0;
5264
+ border-radius: calc(var(--wp-radius-s) - 2px);
5051
5265
  background: transparent;
5052
5266
  color: var(--wp-text);
5053
5267
  cursor: pointer;
5054
- font-size: 11px;
5055
- padding: 5px 8px;
5268
+ font-size: 12px;
5269
+ padding: 2px;
5056
5270
  text-align: left;
5057
5271
  }
5058
5272
 
@@ -5063,7 +5277,24 @@ body.is-studio-resizing-v iframe {
5063
5277
  outline: none;
5064
5278
  }
5065
5279
 
5066
- .studio-ai-change span:nth-child(2) {
5280
+ .studio-ai-change > .dashicons {
5281
+ margin-top: 1px;
5282
+ color: var(--wp-admin-theme-color);
5283
+ font-size: 16px;
5284
+ height: 16px;
5285
+ width: 16px;
5286
+ }
5287
+
5288
+ .studio-ai-change-main {
5289
+ display: grid;
5290
+ gap: 3px;
5291
+ min-width: 0;
5292
+ }
5293
+
5294
+ .studio-ai-change-path {
5295
+ color: var(--wp-heading);
5296
+ font-weight: 600;
5297
+ line-height: 1.25;
5067
5298
  overflow: hidden;
5068
5299
  text-overflow: ellipsis;
5069
5300
  white-space: nowrap;
@@ -5071,29 +5302,40 @@ body.is-studio-resizing-v iframe {
5071
5302
 
5072
5303
  .studio-ai-change small {
5073
5304
  color: var(--wp-text-muted);
5074
- font-size: 9px;
5305
+ font-size: 10px;
5306
+ letter-spacing: 0.04em;
5075
5307
  text-transform: uppercase;
5076
5308
  }
5077
5309
 
5078
5310
  .studio-ai-change-actions {
5079
5311
  display: grid;
5080
- grid-template-columns: 26px 26px;
5081
- border-left: 1px solid var(--wp-border);
5312
+ grid-template-columns: repeat(2, minmax(0, 1fr));
5313
+ gap: 6px;
5082
5314
  }
5083
5315
 
5084
5316
  .studio-ai-change-action {
5085
- display: grid;
5086
- place-items: center;
5087
- width: 26px;
5088
- border: 0;
5089
- border-left: 1px solid var(--wp-border-soft);
5317
+ align-items: center;
5318
+ justify-content: center;
5319
+ display: inline-flex;
5320
+ gap: 5px;
5321
+ min-height: 28px;
5322
+ border: 1px solid var(--wp-border);
5323
+ border-radius: calc(var(--wp-radius-s) - 2px);
5090
5324
  background: transparent;
5091
5325
  color: var(--wp-text-muted);
5092
5326
  cursor: pointer;
5327
+ font-size: 11px;
5328
+ font-weight: 600;
5093
5329
  }
5094
5330
 
5095
- .studio-ai-change-action:first-child {
5096
- border-left: 0;
5331
+ .studio-ai-change-action.is-accept {
5332
+ border-color: rgba(0, 128, 0, 0.32);
5333
+ color: var(--wp-success);
5334
+ }
5335
+
5336
+ .studio-ai-change-action.is-reject {
5337
+ border-color: rgba(220, 38, 38, 0.32);
5338
+ color: var(--wp-error);
5097
5339
  }
5098
5340
 
5099
5341
  .studio-ai-change-action:hover,
@@ -5105,11 +5347,13 @@ body.is-studio-resizing-v iframe {
5105
5347
  .studio-ai-change-action.is-accept:hover,
5106
5348
  .studio-ai-change-action.is-accept:focus-visible {
5107
5349
  color: var(--wp-success);
5350
+ border-color: var(--wp-success);
5108
5351
  }
5109
5352
 
5110
5353
  .studio-ai-change-action.is-reject:hover,
5111
5354
  .studio-ai-change-action.is-reject:focus-visible {
5112
5355
  color: var(--wp-error);
5356
+ border-color: var(--wp-error);
5113
5357
  }
5114
5358
 
5115
5359
  .studio-ai-composer {
@@ -5348,7 +5592,7 @@ body.is-studio-resizing-v iframe {
5348
5592
  .studio-main {
5349
5593
  grid-template-columns:
5350
5594
  48px
5351
- var(--studio-files-width, 260px)
5595
+ var(--studio-files-width, 220px)
5352
5596
  6px
5353
5597
  minmax(0, 1fr)
5354
5598
  6px
@@ -5361,7 +5605,7 @@ body.is-studio-resizing-v iframe {
5361
5605
  }
5362
5606
 
5363
5607
  .studio-root.has-files.is-secondary-sidebar-collapsed .studio-main {
5364
- grid-template-columns: 48px var(--studio-files-width, 260px) 6px minmax(0, 1fr);
5608
+ grid-template-columns: 48px var(--studio-files-width, 220px) 6px minmax(0, 1fr);
5365
5609
  }
5366
5610
 
5367
5611
  .studio-root.is-files-collapsed.is-secondary-sidebar-collapsed .studio-main {
@@ -5525,7 +5769,8 @@ body.is-studio-resizing-v iframe {
5525
5769
  }
5526
5770
 
5527
5771
  .studio-tree-row:hover,
5528
- .studio-tree-row:focus-visible {
5772
+ .studio-tree-row:focus-visible,
5773
+ .studio-tree-row:focus-within {
5529
5774
  background: #2a2d2e;
5530
5775
  color: var(--studio-vscode-active);
5531
5776
  outline: none;
@@ -5535,8 +5780,21 @@ body.is-studio-resizing-v iframe {
5535
5780
  color: var(--studio-vscode-active);
5536
5781
  }
5537
5782
 
5538
- .studio-tree-file-row.is-current {
5539
- background: #37373d;
5783
+ .studio-tree-folder.is-ignored > .studio-tree-folder-row {
5784
+ color: var(--studio-vscode-muted);
5785
+ }
5786
+
5787
+ .studio-tree-folder.is-ignored > .studio-tree-folder-row .studio-tree-arrow,
5788
+ .studio-tree-folder.is-ignored > .studio-tree-folder-row .studio-tree-icon {
5789
+ color: #858b94;
5790
+ }
5791
+
5792
+ .studio-tree-folder-row.is-loading .studio-tree-arrow {
5793
+ animation: ps-spin 0.85s linear infinite;
5794
+ }
5795
+
5796
+ .studio-tree-file-row.is-current {
5797
+ background: #37373d;
5540
5798
  box-shadow: none;
5541
5799
  color: var(--studio-vscode-active);
5542
5800
  font-weight: 500;
@@ -5551,6 +5809,26 @@ body.is-studio-resizing-v iframe {
5551
5809
  color: #9cdcfe;
5552
5810
  }
5553
5811
 
5812
+ .studio-tree-action {
5813
+ color: var(--studio-vscode-muted);
5814
+ }
5815
+
5816
+ .studio-tree-action:hover,
5817
+ .studio-tree-action:focus-visible {
5818
+ background: #3c3c3c;
5819
+ color: var(--studio-vscode-active);
5820
+ }
5821
+
5822
+ .studio-tree-action.is-readonly:hover {
5823
+ background: transparent;
5824
+ color: var(--studio-vscode-muted);
5825
+ }
5826
+
5827
+ .studio-tree-ignored-badge {
5828
+ background: #2d2d2d;
5829
+ color: #9da1a6;
5830
+ }
5831
+
5554
5832
  .studio-workbench {
5555
5833
  background: var(--studio-vscode-bg);
5556
5834
  }
@@ -5693,19 +5971,19 @@ body.is-studio-resizing-v iframe {
5693
5971
  }
5694
5972
 
5695
5973
  .studio-play-tab-button {
5696
- height: 26px;
5697
- border-color: var(--studio-vscode-focus);
5698
- border-radius: 2px;
5699
- background: var(--studio-vscode-focus);
5974
+ height: 28px;
5975
+ border-color: #0e639c;
5976
+ border-radius: 6px;
5977
+ background: #0e639c;
5700
5978
  }
5701
5979
 
5702
5980
  .studio-title-actions .studio-play-tab-button {
5703
5981
  flex: 0 0 auto;
5982
+ box-shadow: none;
5704
5983
  }
5705
5984
 
5706
5985
  .studio-title-actions .studio-preview-state {
5707
- height: 26px;
5708
- padding: 0 2px;
5986
+ height: 28px;
5709
5987
  }
5710
5988
 
5711
5989
  .studio-preview-state,
@@ -5805,7 +6083,15 @@ body.is-studio-resizing-v iframe {
5805
6083
 
5806
6084
  .studio-ai-changes {
5807
6085
  border-bottom-color: var(--studio-vscode-border);
5808
- background: #1f2937;
6086
+ background: #202020;
6087
+ }
6088
+
6089
+ .studio-ai-change-path {
6090
+ color: var(--studio-vscode-text);
6091
+ }
6092
+
6093
+ .studio-ai-change-action {
6094
+ border-color: var(--studio-vscode-border-strong);
5809
6095
  }
5810
6096
 
5811
6097
  .studio-ai-composer textarea {
@@ -5957,7 +6243,7 @@ body.is-studio-resizing-v iframe {
5957
6243
  .studio-main {
5958
6244
  grid-template-columns:
5959
6245
  48px
5960
- var(--studio-files-width, 260px)
6246
+ var(--studio-files-width, 220px)
5961
6247
  6px
5962
6248
  minmax(0, 1fr)
5963
6249
  6px
@@ -5969,7 +6255,7 @@ body.is-studio-resizing-v iframe {
5969
6255
  }
5970
6256
 
5971
6257
  .studio-root.has-files.is-secondary-sidebar-collapsed .studio-main {
5972
- grid-template-columns: 48px var(--studio-files-width, 260px) 6px minmax(0, 1fr);
6258
+ grid-template-columns: 48px var(--studio-files-width, 220px) 6px minmax(0, 1fr);
5973
6259
  }
5974
6260
 
5975
6261
  .studio-root.is-files-collapsed.is-secondary-sidebar-collapsed .studio-main {
@@ -6883,6 +7169,42 @@ td code {
6883
7169
  border-bottom-color: var(--wp-border-soft);
6884
7170
  }
6885
7171
 
7172
+ .ps-release-step.is-collapsed .ps-release-step-header {
7173
+ border-bottom-color: transparent;
7174
+ }
7175
+
7176
+ .ps-release-step-toggle {
7177
+ display: flex;
7178
+ align-items: center;
7179
+ gap: 8px;
7180
+ width: 100%;
7181
+ min-width: 0;
7182
+ border: 0;
7183
+ background: transparent;
7184
+ color: inherit;
7185
+ cursor: pointer;
7186
+ padding: 0;
7187
+ text-align: left;
7188
+ }
7189
+
7190
+ .ps-release-step-toggle:focus-visible {
7191
+ outline: 2px solid var(--wp-admin-theme-color);
7192
+ outline-offset: 2px;
7193
+ border-radius: var(--wp-radius-s);
7194
+ }
7195
+
7196
+ .ps-release-step-toggle .ps-release-step-heading {
7197
+ flex: 1 1 auto;
7198
+ }
7199
+
7200
+ .ps-release-step-toggle-icon {
7201
+ flex: 0 0 auto;
7202
+ color: var(--wp-text-muted);
7203
+ font-size: 14px;
7204
+ width: 14px;
7205
+ height: 14px;
7206
+ }
7207
+
6886
7208
  .ps-release-step-marker {
6887
7209
  display: inline-flex;
6888
7210
  align-items: center;
@@ -7128,9 +7450,10 @@ td code {
7128
7450
  }
7129
7451
 
7130
7452
  .ps-release-tag-row {
7131
- display: flex;
7453
+ display: grid;
7454
+ grid-template-columns: minmax(0, 1fr) auto;
7132
7455
  align-items: center;
7133
- gap: 6px;
7456
+ gap: 5px 6px;
7134
7457
  padding: 5px 8px;
7135
7458
  border-bottom: 1px solid var(--wp-border-soft);
7136
7459
  min-height: 30px;
@@ -7151,12 +7474,13 @@ td code {
7151
7474
  .ps-release-tag-name {
7152
7475
  display: inline-flex;
7153
7476
  align-items: center;
7477
+ flex-wrap: wrap;
7154
7478
  gap: 5px;
7155
7479
  font-weight: 500;
7156
7480
  color: var(--wp-heading);
7157
- flex: 1 1 auto;
7158
7481
  min-width: 0;
7159
7482
  font-size: 12px;
7483
+ line-height: 1.25;
7160
7484
  }
7161
7485
 
7162
7486
  .ps-release-tag-name .dashicons {
@@ -7203,9 +7527,33 @@ td code {
7203
7527
 
7204
7528
  .ps-release-tag-actions {
7205
7529
  display: inline-flex;
7530
+ align-items: center;
7531
+ justify-content: flex-end;
7532
+ min-width: 0;
7206
7533
  gap: 4px;
7207
7534
  }
7208
7535
 
7536
+ .ps-release-tag-row.is-uncommitted {
7537
+ align-items: start;
7538
+ }
7539
+
7540
+ .ps-release-tag-row.is-uncommitted .ps-release-tag-name,
7541
+ .ps-release-tag-row.is-uncommitted .ps-release-tag-actions {
7542
+ grid-column: 1 / -1;
7543
+ }
7544
+
7545
+ .ps-release-tag-row.is-uncommitted .ps-release-tag-actions {
7546
+ display: grid;
7547
+ grid-template-columns: minmax(0, 1fr) auto;
7548
+ padding-left: 20px;
7549
+ }
7550
+
7551
+ .ps-release-tag-row.is-uncommitted .ps-release-tag-local-note {
7552
+ min-width: 0;
7553
+ white-space: normal;
7554
+ line-height: 1.15;
7555
+ }
7556
+
7209
7557
  .ps-release-tag-actions .button.is-confirming,
7210
7558
  .ps-release-confirm-button.is-confirming {
7211
7559
  background: var(--wp-warning);
@@ -7257,6 +7605,102 @@ td code {
7257
7605
  letter-spacing: 0.06em;
7258
7606
  }
7259
7607
 
7608
+ .ps-release-ignore-patterns,
7609
+ .ps-release-ignored-files {
7610
+ margin: 0;
7611
+ padding: 0;
7612
+ list-style: none;
7613
+ display: grid;
7614
+ gap: 3px;
7615
+ }
7616
+
7617
+ .ps-release-ignore-patterns li {
7618
+ display: grid;
7619
+ grid-template-columns: minmax(0, 1fr) auto;
7620
+ align-items: center;
7621
+ gap: 5px;
7622
+ padding: 3px 4px;
7623
+ border: 1px solid var(--wp-border-soft);
7624
+ border-radius: var(--wp-radius-s);
7625
+ background: var(--wp-surface);
7626
+ }
7627
+
7628
+ .ps-release-ignore-patterns code {
7629
+ min-width: 0;
7630
+ overflow: hidden;
7631
+ text-overflow: ellipsis;
7632
+ white-space: nowrap;
7633
+ display: block;
7634
+ padding: 2px 6px;
7635
+ border: 1px solid var(--wp-border-soft);
7636
+ border-radius: var(--wp-radius-s);
7637
+ background: var(--wp-surface-soft);
7638
+ color: var(--wp-heading);
7639
+ font-size: 11px;
7640
+ line-height: 18px;
7641
+ }
7642
+
7643
+ .ps-release-ignore-patterns .dashicons {
7644
+ font-size: 13px;
7645
+ width: 13px;
7646
+ height: 13px;
7647
+ }
7648
+
7649
+ .ps-release-ignore-remove.button-small {
7650
+ min-width: 24px;
7651
+ min-height: 24px;
7652
+ width: 24px;
7653
+ padding: 0;
7654
+ }
7655
+
7656
+ .ps-release-ignore-patterns button[aria-busy="true"] .dashicons {
7657
+ animation: ps-spin 0.85s linear infinite;
7658
+ }
7659
+
7660
+ .ps-release-ignored-files {
7661
+ gap: 0;
7662
+ }
7663
+
7664
+ .ps-release-ignored-files li {
7665
+ display: grid;
7666
+ grid-template-columns: 14px minmax(0, 1fr) minmax(72px, 0.45fr);
7667
+ grid-template-areas: "icon path pattern";
7668
+ align-items: center;
7669
+ column-gap: 5px;
7670
+ padding: 3px 0;
7671
+ color: var(--wp-text-muted);
7672
+ font-size: 11px;
7673
+ }
7674
+
7675
+ .ps-release-ignored-files .dashicons {
7676
+ grid-area: icon;
7677
+ color: var(--wp-text-muted);
7678
+ font-size: 12px;
7679
+ width: 12px;
7680
+ height: 12px;
7681
+ }
7682
+
7683
+ .ps-release-ignored-files span:not(.dashicons) {
7684
+ grid-area: path;
7685
+ min-width: 0;
7686
+ overflow: hidden;
7687
+ text-overflow: ellipsis;
7688
+ white-space: nowrap;
7689
+ color: var(--wp-text);
7690
+ font-size: 11px;
7691
+ }
7692
+
7693
+ .ps-release-ignored-files small {
7694
+ grid-area: pattern;
7695
+ min-width: 0;
7696
+ overflow: hidden;
7697
+ text-overflow: ellipsis;
7698
+ white-space: nowrap;
7699
+ color: var(--wp-text-muted);
7700
+ font-size: 10px;
7701
+ text-align: right;
7702
+ }
7703
+
7260
7704
  .ps-release-publish-guide {
7261
7705
  display: grid;
7262
7706
  gap: 3px;
@@ -7527,6 +7971,8 @@ td code {
7527
7971
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-step-muted,
7528
7972
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-guide span,
7529
7973
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-option-copy,
7974
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignored-files,
7975
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignored-files small,
7530
7976
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-tag-spinner,
7531
7977
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-tag-empty,
7532
7978
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-validate-state,
@@ -7536,7 +7982,8 @@ td code {
7536
7982
 
7537
7983
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-release-empty .dashicons,
7538
7984
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-tag-name .dashicons,
7539
- .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-validate-list .dashicons {
7985
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-validate-list .dashicons,
7986
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignored-files .dashicons {
7540
7987
  color: #858585;
7541
7988
  }
7542
7989
 
@@ -7546,6 +7993,8 @@ td code {
7546
7993
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-step-grid dd,
7547
7994
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-guide strong,
7548
7995
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-option-title,
7996
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns code,
7997
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignored-files span:not(.dashicons),
7549
7998
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-tag-name,
7550
7999
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-summary strong {
7551
8000
  color: var(--studio-vscode-active);
@@ -7559,12 +8008,75 @@ td code {
7559
8008
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-step,
7560
8009
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-tag-list,
7561
8010
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-validate-list li,
8011
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns li,
7562
8012
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-option {
7563
8013
  border-color: var(--studio-vscode-border-strong);
7564
8014
  background: #1f1f1f;
7565
8015
  box-shadow: none;
7566
8016
  }
7567
8017
 
8018
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-release-pane .empty-state {
8019
+ border-color: var(--studio-vscode-border-strong);
8020
+ background: #1f1f1f;
8021
+ color: var(--studio-vscode-muted);
8022
+ }
8023
+
8024
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-release-pane .empty-state strong {
8025
+ color: var(--studio-vscode-active);
8026
+ }
8027
+
8028
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-release-pane .empty-state .dashicons {
8029
+ color: #8bdcff;
8030
+ opacity: 0.85;
8031
+ }
8032
+
8033
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-ignored-badge,
8034
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-deferred-badge {
8035
+ border: 1px solid #3c3c3c;
8036
+ background: #2d2d2d;
8037
+ color: #c8c8c8;
8038
+ }
8039
+
8040
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-deferred-badge {
8041
+ color: #f0b849;
8042
+ }
8043
+
8044
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-action {
8045
+ color: var(--studio-vscode-muted);
8046
+ }
8047
+
8048
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-action:hover,
8049
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-action:focus-visible {
8050
+ background: #3c3c3c;
8051
+ color: var(--studio-vscode-active);
8052
+ }
8053
+
8054
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignored-files li {
8055
+ padding: 3px 0;
8056
+ border: 0;
8057
+ border-radius: 0;
8058
+ background: #252526;
8059
+ }
8060
+
8061
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns code {
8062
+ border-color: var(--studio-vscode-border);
8063
+ background: #252526;
8064
+ color: var(--studio-vscode-active);
8065
+ }
8066
+
8067
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns .button {
8068
+ border-color: var(--studio-vscode-border-strong);
8069
+ background: #2d2d2d;
8070
+ color: var(--studio-vscode-text);
8071
+ }
8072
+
8073
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns .button:hover,
8074
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns .button:focus-visible {
8075
+ border-color: var(--studio-vscode-focus);
8076
+ background: #37373d;
8077
+ color: var(--studio-vscode-active);
8078
+ }
8079
+
7568
8080
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-guide,
7569
8081
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-option.is-active,
7570
8082
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-option.is-selected {
@@ -7740,6 +8252,31 @@ td code {
7740
8252
  color: var(--studio-vscode-text);
7741
8253
  }
7742
8254
 
8255
+ .studio-root[data-theme="light"] .studio-toolbar-group {
8256
+ border-color: transparent;
8257
+ background: transparent;
8258
+ }
8259
+
8260
+ .studio-root[data-theme="light"] .studio-toolbar-run {
8261
+ border-color: transparent;
8262
+ background: transparent;
8263
+ }
8264
+
8265
+ .studio-root[data-theme="light"] .studio-toolbar-layout,
8266
+ .studio-root[data-theme="light"] .studio-toolbar-actions,
8267
+ .studio-root[data-theme="light"] .studio-preview-state {
8268
+ border-color: var(--studio-vscode-border);
8269
+ background: #ffffff;
8270
+ box-shadow: none;
8271
+ }
8272
+
8273
+ .studio-root[data-theme="light"] .studio-title-actions .studio-action-button,
8274
+ .studio-root[data-theme="light"] .studio-title-actions .studio-icon-button,
8275
+ .studio-root[data-theme="light"] .studio-title-actions .studio-theme-switch {
8276
+ border-color: transparent;
8277
+ background: transparent;
8278
+ }
8279
+
7743
8280
  .studio-root[data-theme="light"] .studio-action-button:hover,
7744
8281
  .studio-root[data-theme="light"] .studio-icon-button:hover,
7745
8282
  .studio-root[data-theme="light"] .studio-icon-button[aria-pressed="true"],
@@ -7756,6 +8293,37 @@ td code {
7756
8293
  color: var(--studio-vscode-active);
7757
8294
  }
7758
8295
 
8296
+ .studio-root[data-theme="light"] .studio-play-tab-button {
8297
+ border-color: #0969da;
8298
+ background: #0969da;
8299
+ color: #ffffff;
8300
+ }
8301
+
8302
+ .studio-root[data-theme="light"] .studio-play-tab-button:hover,
8303
+ .studio-root[data-theme="light"] .studio-play-tab-button:focus-visible {
8304
+ border-color: #0757b8;
8305
+ background: #0757b8;
8306
+ color: #ffffff;
8307
+ }
8308
+
8309
+ .studio-root[data-theme="light"] .studio-title-actions .studio-package-size-button {
8310
+ color: var(--studio-vscode-active);
8311
+ }
8312
+
8313
+ .studio-root[data-theme="light"] .studio-package-size-button.is-over-limit {
8314
+ border-color: rgba(214, 54, 56, 0.36);
8315
+ background: #fff0f0;
8316
+ color: #b42318;
8317
+ }
8318
+
8319
+ .studio-root[data-theme="light"] .studio-package-size-button.is-stale:not(.is-over-limit) {
8320
+ color: #8a5a00;
8321
+ }
8322
+
8323
+ .studio-root[data-theme="light"] .studio-package-size-button.has-error {
8324
+ color: #b42318;
8325
+ }
8326
+
7759
8327
  .studio-root[data-theme="light"] .studio-action-button:disabled,
7760
8328
  .studio-root[data-theme="light"] .studio-action-button[aria-disabled="true"],
7761
8329
  .studio-root[data-theme="light"] .studio-play-tab-button:disabled {
@@ -7764,6 +8332,13 @@ td code {
7764
8332
  color: #8c959f;
7765
8333
  }
7766
8334
 
8335
+ .studio-root[data-theme="light"] .studio-title-actions .studio-action-button:disabled,
8336
+ .studio-root[data-theme="light"] .studio-title-actions .studio-action-button[aria-disabled="true"] {
8337
+ border-color: transparent;
8338
+ background: transparent;
8339
+ color: #8c959f;
8340
+ }
8341
+
7767
8342
  .studio-root[data-theme="light"] .studio-theme-switch-track {
7768
8343
  border-color: #afb8c1;
7769
8344
  background: #d8dee4;
@@ -7791,6 +8366,7 @@ td code {
7791
8366
 
7792
8367
  .studio-root[data-theme="light"] .studio-tree-row:hover,
7793
8368
  .studio-root[data-theme="light"] .studio-tree-row:focus-visible,
8369
+ .studio-root[data-theme="light"] .studio-tree-row:focus-within,
7794
8370
  .studio-root[data-theme="light"] .studio-tree-file-row.is-current,
7795
8371
  .studio-root[data-theme="light"] .studio-tree-folder.has-current > .studio-tree-folder-row,
7796
8372
  .studio-root[data-theme="light"] .studio-tab-button:hover,
@@ -7868,6 +8444,14 @@ td code {
7868
8444
  color: var(--studio-vscode-text);
7869
8445
  }
7870
8446
 
8447
+ .studio-root[data-theme="light"] .studio-ai-change-path {
8448
+ color: var(--studio-vscode-text);
8449
+ }
8450
+
8451
+ .studio-root[data-theme="light"] .studio-ai-change-action {
8452
+ border-color: var(--studio-vscode-border);
8453
+ }
8454
+
7871
8455
  .studio-root[data-theme="light"] .studio-terminal-output {
7872
8456
  background: #ffffff;
7873
8457
  }