pressship 0.1.14 → 0.1.15

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,7 +3197,7 @@ 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 {
@@ -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
  }
@@ -5525,7 +5738,8 @@ body.is-studio-resizing-v iframe {
5525
5738
  }
5526
5739
 
5527
5740
  .studio-tree-row:hover,
5528
- .studio-tree-row:focus-visible {
5741
+ .studio-tree-row:focus-visible,
5742
+ .studio-tree-row:focus-within {
5529
5743
  background: #2a2d2e;
5530
5744
  color: var(--studio-vscode-active);
5531
5745
  outline: none;
@@ -5535,6 +5749,19 @@ body.is-studio-resizing-v iframe {
5535
5749
  color: var(--studio-vscode-active);
5536
5750
  }
5537
5751
 
5752
+ .studio-tree-folder.is-ignored > .studio-tree-folder-row {
5753
+ color: var(--studio-vscode-muted);
5754
+ }
5755
+
5756
+ .studio-tree-folder.is-ignored > .studio-tree-folder-row .studio-tree-arrow,
5757
+ .studio-tree-folder.is-ignored > .studio-tree-folder-row .studio-tree-icon {
5758
+ color: #858b94;
5759
+ }
5760
+
5761
+ .studio-tree-folder-row.is-loading .studio-tree-arrow {
5762
+ animation: ps-spin 0.85s linear infinite;
5763
+ }
5764
+
5538
5765
  .studio-tree-file-row.is-current {
5539
5766
  background: #37373d;
5540
5767
  box-shadow: none;
@@ -5551,6 +5778,26 @@ body.is-studio-resizing-v iframe {
5551
5778
  color: #9cdcfe;
5552
5779
  }
5553
5780
 
5781
+ .studio-tree-action {
5782
+ color: var(--studio-vscode-muted);
5783
+ }
5784
+
5785
+ .studio-tree-action:hover,
5786
+ .studio-tree-action:focus-visible {
5787
+ background: #3c3c3c;
5788
+ color: var(--studio-vscode-active);
5789
+ }
5790
+
5791
+ .studio-tree-action.is-readonly:hover {
5792
+ background: transparent;
5793
+ color: var(--studio-vscode-muted);
5794
+ }
5795
+
5796
+ .studio-tree-ignored-badge {
5797
+ background: #2d2d2d;
5798
+ color: #9da1a6;
5799
+ }
5800
+
5554
5801
  .studio-workbench {
5555
5802
  background: var(--studio-vscode-bg);
5556
5803
  }
@@ -5693,19 +5940,19 @@ body.is-studio-resizing-v iframe {
5693
5940
  }
5694
5941
 
5695
5942
  .studio-play-tab-button {
5696
- height: 26px;
5697
- border-color: var(--studio-vscode-focus);
5698
- border-radius: 2px;
5699
- background: var(--studio-vscode-focus);
5943
+ height: 28px;
5944
+ border-color: #0e639c;
5945
+ border-radius: 6px;
5946
+ background: #0e639c;
5700
5947
  }
5701
5948
 
5702
5949
  .studio-title-actions .studio-play-tab-button {
5703
5950
  flex: 0 0 auto;
5951
+ box-shadow: none;
5704
5952
  }
5705
5953
 
5706
5954
  .studio-title-actions .studio-preview-state {
5707
- height: 26px;
5708
- padding: 0 2px;
5955
+ height: 28px;
5709
5956
  }
5710
5957
 
5711
5958
  .studio-preview-state,
@@ -6883,6 +7130,42 @@ td code {
6883
7130
  border-bottom-color: var(--wp-border-soft);
6884
7131
  }
6885
7132
 
7133
+ .ps-release-step.is-collapsed .ps-release-step-header {
7134
+ border-bottom-color: transparent;
7135
+ }
7136
+
7137
+ .ps-release-step-toggle {
7138
+ display: flex;
7139
+ align-items: center;
7140
+ gap: 8px;
7141
+ width: 100%;
7142
+ min-width: 0;
7143
+ border: 0;
7144
+ background: transparent;
7145
+ color: inherit;
7146
+ cursor: pointer;
7147
+ padding: 0;
7148
+ text-align: left;
7149
+ }
7150
+
7151
+ .ps-release-step-toggle:focus-visible {
7152
+ outline: 2px solid var(--wp-admin-theme-color);
7153
+ outline-offset: 2px;
7154
+ border-radius: var(--wp-radius-s);
7155
+ }
7156
+
7157
+ .ps-release-step-toggle .ps-release-step-heading {
7158
+ flex: 1 1 auto;
7159
+ }
7160
+
7161
+ .ps-release-step-toggle-icon {
7162
+ flex: 0 0 auto;
7163
+ color: var(--wp-text-muted);
7164
+ font-size: 14px;
7165
+ width: 14px;
7166
+ height: 14px;
7167
+ }
7168
+
6886
7169
  .ps-release-step-marker {
6887
7170
  display: inline-flex;
6888
7171
  align-items: center;
@@ -7257,6 +7540,102 @@ td code {
7257
7540
  letter-spacing: 0.06em;
7258
7541
  }
7259
7542
 
7543
+ .ps-release-ignore-patterns,
7544
+ .ps-release-ignored-files {
7545
+ margin: 0;
7546
+ padding: 0;
7547
+ list-style: none;
7548
+ display: grid;
7549
+ gap: 3px;
7550
+ }
7551
+
7552
+ .ps-release-ignore-patterns li {
7553
+ display: grid;
7554
+ grid-template-columns: minmax(0, 1fr) auto;
7555
+ align-items: center;
7556
+ gap: 5px;
7557
+ padding: 3px 4px;
7558
+ border: 1px solid var(--wp-border-soft);
7559
+ border-radius: var(--wp-radius-s);
7560
+ background: var(--wp-surface);
7561
+ }
7562
+
7563
+ .ps-release-ignore-patterns code {
7564
+ min-width: 0;
7565
+ overflow: hidden;
7566
+ text-overflow: ellipsis;
7567
+ white-space: nowrap;
7568
+ display: block;
7569
+ padding: 2px 6px;
7570
+ border: 1px solid var(--wp-border-soft);
7571
+ border-radius: var(--wp-radius-s);
7572
+ background: var(--wp-surface-soft);
7573
+ color: var(--wp-heading);
7574
+ font-size: 11px;
7575
+ line-height: 18px;
7576
+ }
7577
+
7578
+ .ps-release-ignore-patterns .dashicons {
7579
+ font-size: 13px;
7580
+ width: 13px;
7581
+ height: 13px;
7582
+ }
7583
+
7584
+ .ps-release-ignore-remove.button-small {
7585
+ min-width: 24px;
7586
+ min-height: 24px;
7587
+ width: 24px;
7588
+ padding: 0;
7589
+ }
7590
+
7591
+ .ps-release-ignore-patterns button[aria-busy="true"] .dashicons {
7592
+ animation: ps-spin 0.85s linear infinite;
7593
+ }
7594
+
7595
+ .ps-release-ignored-files {
7596
+ gap: 0;
7597
+ }
7598
+
7599
+ .ps-release-ignored-files li {
7600
+ display: grid;
7601
+ grid-template-columns: 14px minmax(0, 1fr) minmax(72px, 0.45fr);
7602
+ grid-template-areas: "icon path pattern";
7603
+ align-items: center;
7604
+ column-gap: 5px;
7605
+ padding: 3px 0;
7606
+ color: var(--wp-text-muted);
7607
+ font-size: 11px;
7608
+ }
7609
+
7610
+ .ps-release-ignored-files .dashicons {
7611
+ grid-area: icon;
7612
+ color: var(--wp-text-muted);
7613
+ font-size: 12px;
7614
+ width: 12px;
7615
+ height: 12px;
7616
+ }
7617
+
7618
+ .ps-release-ignored-files span:not(.dashicons) {
7619
+ grid-area: path;
7620
+ min-width: 0;
7621
+ overflow: hidden;
7622
+ text-overflow: ellipsis;
7623
+ white-space: nowrap;
7624
+ color: var(--wp-text);
7625
+ font-size: 11px;
7626
+ }
7627
+
7628
+ .ps-release-ignored-files small {
7629
+ grid-area: pattern;
7630
+ min-width: 0;
7631
+ overflow: hidden;
7632
+ text-overflow: ellipsis;
7633
+ white-space: nowrap;
7634
+ color: var(--wp-text-muted);
7635
+ font-size: 10px;
7636
+ text-align: right;
7637
+ }
7638
+
7260
7639
  .ps-release-publish-guide {
7261
7640
  display: grid;
7262
7641
  gap: 3px;
@@ -7527,6 +7906,8 @@ td code {
7527
7906
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-step-muted,
7528
7907
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-guide span,
7529
7908
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-option-copy,
7909
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignored-files,
7910
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignored-files small,
7530
7911
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-tag-spinner,
7531
7912
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-tag-empty,
7532
7913
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-validate-state,
@@ -7536,7 +7917,8 @@ td code {
7536
7917
 
7537
7918
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-release-empty .dashicons,
7538
7919
  .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 {
7920
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-validate-list .dashicons,
7921
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignored-files .dashicons {
7540
7922
  color: #858585;
7541
7923
  }
7542
7924
 
@@ -7546,6 +7928,8 @@ td code {
7546
7928
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-step-grid dd,
7547
7929
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-guide strong,
7548
7930
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-option-title,
7931
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns code,
7932
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignored-files span:not(.dashicons),
7549
7933
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-tag-name,
7550
7934
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-summary strong {
7551
7935
  color: var(--studio-vscode-active);
@@ -7559,12 +7943,75 @@ td code {
7559
7943
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-step,
7560
7944
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-tag-list,
7561
7945
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-validate-list li,
7946
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns li,
7562
7947
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-option {
7563
7948
  border-color: var(--studio-vscode-border-strong);
7564
7949
  background: #1f1f1f;
7565
7950
  box-shadow: none;
7566
7951
  }
7567
7952
 
7953
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-release-pane .empty-state {
7954
+ border-color: var(--studio-vscode-border-strong);
7955
+ background: #1f1f1f;
7956
+ color: var(--studio-vscode-muted);
7957
+ }
7958
+
7959
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-release-pane .empty-state strong {
7960
+ color: var(--studio-vscode-active);
7961
+ }
7962
+
7963
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-release-pane .empty-state .dashicons {
7964
+ color: #8bdcff;
7965
+ opacity: 0.85;
7966
+ }
7967
+
7968
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-ignored-badge,
7969
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-deferred-badge {
7970
+ border: 1px solid #3c3c3c;
7971
+ background: #2d2d2d;
7972
+ color: #c8c8c8;
7973
+ }
7974
+
7975
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-deferred-badge {
7976
+ color: #f0b849;
7977
+ }
7978
+
7979
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-action {
7980
+ color: var(--studio-vscode-muted);
7981
+ }
7982
+
7983
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-action:hover,
7984
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .studio-tree-action:focus-visible {
7985
+ background: #3c3c3c;
7986
+ color: var(--studio-vscode-active);
7987
+ }
7988
+
7989
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignored-files li {
7990
+ padding: 3px 0;
7991
+ border: 0;
7992
+ border-radius: 0;
7993
+ background: #252526;
7994
+ }
7995
+
7996
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns code {
7997
+ border-color: var(--studio-vscode-border);
7998
+ background: #252526;
7999
+ color: var(--studio-vscode-active);
8000
+ }
8001
+
8002
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns .button {
8003
+ border-color: var(--studio-vscode-border-strong);
8004
+ background: #2d2d2d;
8005
+ color: var(--studio-vscode-text);
8006
+ }
8007
+
8008
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns .button:hover,
8009
+ .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-ignore-patterns .button:focus-visible {
8010
+ border-color: var(--studio-vscode-focus);
8011
+ background: #37373d;
8012
+ color: var(--studio-vscode-active);
8013
+ }
8014
+
7568
8015
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-guide,
7569
8016
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-option.is-active,
7570
8017
  .studio-root[data-theme="dark"]:not(.studio-empty-root) .ps-release-publish-option.is-selected {
@@ -7740,6 +8187,31 @@ td code {
7740
8187
  color: var(--studio-vscode-text);
7741
8188
  }
7742
8189
 
8190
+ .studio-root[data-theme="light"] .studio-toolbar-group {
8191
+ border-color: transparent;
8192
+ background: transparent;
8193
+ }
8194
+
8195
+ .studio-root[data-theme="light"] .studio-toolbar-run {
8196
+ border-color: transparent;
8197
+ background: transparent;
8198
+ }
8199
+
8200
+ .studio-root[data-theme="light"] .studio-toolbar-layout,
8201
+ .studio-root[data-theme="light"] .studio-toolbar-actions,
8202
+ .studio-root[data-theme="light"] .studio-preview-state {
8203
+ border-color: var(--studio-vscode-border);
8204
+ background: #ffffff;
8205
+ box-shadow: none;
8206
+ }
8207
+
8208
+ .studio-root[data-theme="light"] .studio-title-actions .studio-action-button,
8209
+ .studio-root[data-theme="light"] .studio-title-actions .studio-icon-button,
8210
+ .studio-root[data-theme="light"] .studio-title-actions .studio-theme-switch {
8211
+ border-color: transparent;
8212
+ background: transparent;
8213
+ }
8214
+
7743
8215
  .studio-root[data-theme="light"] .studio-action-button:hover,
7744
8216
  .studio-root[data-theme="light"] .studio-icon-button:hover,
7745
8217
  .studio-root[data-theme="light"] .studio-icon-button[aria-pressed="true"],
@@ -7756,6 +8228,37 @@ td code {
7756
8228
  color: var(--studio-vscode-active);
7757
8229
  }
7758
8230
 
8231
+ .studio-root[data-theme="light"] .studio-play-tab-button {
8232
+ border-color: #0969da;
8233
+ background: #0969da;
8234
+ color: #ffffff;
8235
+ }
8236
+
8237
+ .studio-root[data-theme="light"] .studio-play-tab-button:hover,
8238
+ .studio-root[data-theme="light"] .studio-play-tab-button:focus-visible {
8239
+ border-color: #0757b8;
8240
+ background: #0757b8;
8241
+ color: #ffffff;
8242
+ }
8243
+
8244
+ .studio-root[data-theme="light"] .studio-title-actions .studio-package-size-button {
8245
+ color: var(--studio-vscode-active);
8246
+ }
8247
+
8248
+ .studio-root[data-theme="light"] .studio-package-size-button.is-over-limit {
8249
+ border-color: rgba(214, 54, 56, 0.36);
8250
+ background: #fff0f0;
8251
+ color: #b42318;
8252
+ }
8253
+
8254
+ .studio-root[data-theme="light"] .studio-package-size-button.is-stale:not(.is-over-limit) {
8255
+ color: #8a5a00;
8256
+ }
8257
+
8258
+ .studio-root[data-theme="light"] .studio-package-size-button.has-error {
8259
+ color: #b42318;
8260
+ }
8261
+
7759
8262
  .studio-root[data-theme="light"] .studio-action-button:disabled,
7760
8263
  .studio-root[data-theme="light"] .studio-action-button[aria-disabled="true"],
7761
8264
  .studio-root[data-theme="light"] .studio-play-tab-button:disabled {
@@ -7764,6 +8267,13 @@ td code {
7764
8267
  color: #8c959f;
7765
8268
  }
7766
8269
 
8270
+ .studio-root[data-theme="light"] .studio-title-actions .studio-action-button:disabled,
8271
+ .studio-root[data-theme="light"] .studio-title-actions .studio-action-button[aria-disabled="true"] {
8272
+ border-color: transparent;
8273
+ background: transparent;
8274
+ color: #8c959f;
8275
+ }
8276
+
7767
8277
  .studio-root[data-theme="light"] .studio-theme-switch-track {
7768
8278
  border-color: #afb8c1;
7769
8279
  background: #d8dee4;
@@ -7791,6 +8301,7 @@ td code {
7791
8301
 
7792
8302
  .studio-root[data-theme="light"] .studio-tree-row:hover,
7793
8303
  .studio-root[data-theme="light"] .studio-tree-row:focus-visible,
8304
+ .studio-root[data-theme="light"] .studio-tree-row:focus-within,
7794
8305
  .studio-root[data-theme="light"] .studio-tree-file-row.is-current,
7795
8306
  .studio-root[data-theme="light"] .studio-tree-folder.has-current > .studio-tree-folder-row,
7796
8307
  .studio-root[data-theme="light"] .studio-tab-button:hover,