Skip to content

Commit 4d88817

Browse files
committed
test: Update snapshots
1 parent 53ec5ce commit 4d88817

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

src/__integ__/__snapshots__/themes.test.ts.snap

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "compact" 1`] =
2525
"border-radius-badge": "16px",
2626
"border-radius-button": "2px",
2727
"border-radius-calendar-day-focus-ring": "2px",
28+
"border-radius-card": "0px",
2829
"border-radius-chat-bubble": "2px",
2930
"border-radius-code-editor": "0px",
3031
"border-radius-container": "0px",
@@ -43,6 +44,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "compact" 1`] =
4344
"border-table-sticky-width": "0px",
4445
"border-width-alert": "1px",
4546
"border-width-button": "1px",
47+
"border-width-card": "1px",
48+
"border-width-card-highlighted": "1px",
4649
"border-width-dropdown": "1px",
4750
"border-width-field": "1px",
4851
"border-width-icon-big": "3px",
@@ -67,6 +70,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "compact" 1`] =
6770
"color-background-button-primary-disabled": "#ffffff",
6871
"color-background-button-primary-hover": "#0a4a74",
6972
"color-background-calendar-current-date": "#f2f3f3",
73+
"color-background-card": "#ffffff",
7074
"color-background-cell-shaded": "#f2f3f3",
7175
"color-background-chat-bubble-incoming": "#f2f3f3",
7276
"color-background-chat-bubble-outgoing": "transparent",
@@ -162,6 +166,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "compact" 1`] =
162166
"color-border-button-primary-disabled": "#d5dbdb",
163167
"color-border-calendar-grid": "#eaeded",
164168
"color-border-calendar-grid-selected-focus-ring": "#0073bb",
169+
"color-border-card": "#eaeded",
170+
"color-border-card-highlighted": "#0073bb",
165171
"color-border-cell-shaded": "#d5dbdb",
166172
"color-border-code-editor-ace-active-line-dark-theme": "#687078",
167173
"color-border-code-editor-ace-active-line-light-theme": "#d5dbdb",
@@ -791,6 +797,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "dark" 1`] = `
791797
"border-radius-badge": "16px",
792798
"border-radius-button": "2px",
793799
"border-radius-calendar-day-focus-ring": "2px",
800+
"border-radius-card": "0px",
794801
"border-radius-chat-bubble": "2px",
795802
"border-radius-code-editor": "0px",
796803
"border-radius-container": "0px",
@@ -809,6 +816,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "dark" 1`] = `
809816
"border-table-sticky-width": "0px",
810817
"border-width-alert": "1px",
811818
"border-width-button": "1px",
819+
"border-width-card": "1px",
820+
"border-width-card-highlighted": "1px",
812821
"border-width-dropdown": "1px",
813822
"border-width-field": "1px",
814823
"border-width-icon-big": "3px",
@@ -833,6 +842,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "dark" 1`] = `
833842
"color-background-button-primary-disabled": "#2a2e33",
834843
"color-background-button-primary-hover": "#00a1c9",
835844
"color-background-calendar-current-date": "#16191f",
845+
"color-background-card": "#2a2e33",
836846
"color-background-cell-shaded": "#16191f",
837847
"color-background-chat-bubble-incoming": "#16191f",
838848
"color-background-chat-bubble-outgoing": "transparent",
@@ -928,6 +938,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "dark" 1`] = `
928938
"color-border-button-primary-disabled": "#414750",
929939
"color-border-calendar-grid": "#414750",
930940
"color-border-calendar-grid-selected-focus-ring": "#00a1c9",
941+
"color-border-card": "#414750",
942+
"color-border-card-highlighted": "#00a1c9",
931943
"color-border-cell-shaded": "#414750",
932944
"color-border-code-editor-ace-active-line-dark-theme": "#687078",
933945
"color-border-code-editor-ace-active-line-light-theme": "#d5dbdb",
@@ -1557,6 +1569,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "light" 1`] = `
15571569
"border-radius-badge": "16px",
15581570
"border-radius-button": "2px",
15591571
"border-radius-calendar-day-focus-ring": "2px",
1572+
"border-radius-card": "0px",
15601573
"border-radius-chat-bubble": "2px",
15611574
"border-radius-code-editor": "0px",
15621575
"border-radius-container": "0px",
@@ -1575,6 +1588,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "light" 1`] = `
15751588
"border-table-sticky-width": "0px",
15761589
"border-width-alert": "1px",
15771590
"border-width-button": "1px",
1591+
"border-width-card": "1px",
1592+
"border-width-card-highlighted": "1px",
15781593
"border-width-dropdown": "1px",
15791594
"border-width-field": "1px",
15801595
"border-width-icon-big": "3px",
@@ -1599,6 +1614,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "light" 1`] = `
15991614
"color-background-button-primary-disabled": "#ffffff",
16001615
"color-background-button-primary-hover": "#0a4a74",
16011616
"color-background-calendar-current-date": "#f2f3f3",
1617+
"color-background-card": "#ffffff",
16021618
"color-background-cell-shaded": "#f2f3f3",
16031619
"color-background-chat-bubble-incoming": "#f2f3f3",
16041620
"color-background-chat-bubble-outgoing": "transparent",
@@ -1694,6 +1710,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "light" 1`] = `
16941710
"color-border-button-primary-disabled": "#d5dbdb",
16951711
"color-border-calendar-grid": "#eaeded",
16961712
"color-border-calendar-grid-selected-focus-ring": "#0073bb",
1713+
"color-border-card": "#eaeded",
1714+
"color-border-card-highlighted": "#0073bb",
16971715
"color-border-cell-shaded": "#d5dbdb",
16981716
"color-border-code-editor-ace-active-line-dark-theme": "#687078",
16991717
"color-border-code-editor-ace-active-line-light-theme": "#d5dbdb",
@@ -2323,6 +2341,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "reduced-motion"
23232341
"border-radius-badge": "16px",
23242342
"border-radius-button": "2px",
23252343
"border-radius-calendar-day-focus-ring": "2px",
2344+
"border-radius-card": "0px",
23262345
"border-radius-chat-bubble": "2px",
23272346
"border-radius-code-editor": "0px",
23282347
"border-radius-container": "0px",
@@ -2341,6 +2360,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "reduced-motion"
23412360
"border-table-sticky-width": "0px",
23422361
"border-width-alert": "1px",
23432362
"border-width-button": "1px",
2363+
"border-width-card": "1px",
2364+
"border-width-card-highlighted": "1px",
23442365
"border-width-dropdown": "1px",
23452366
"border-width-field": "1px",
23462367
"border-width-icon-big": "3px",
@@ -2365,6 +2386,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "reduced-motion"
23652386
"color-background-button-primary-disabled": "#ffffff",
23662387
"color-background-button-primary-hover": "#0a4a74",
23672388
"color-background-calendar-current-date": "#f2f3f3",
2389+
"color-background-card": "#ffffff",
23682390
"color-background-cell-shaded": "#f2f3f3",
23692391
"color-background-chat-bubble-incoming": "#f2f3f3",
23702392
"color-background-chat-bubble-outgoing": "transparent",
@@ -2460,6 +2482,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "reduced-motion"
24602482
"color-border-button-primary-disabled": "#d5dbdb",
24612483
"color-border-calendar-grid": "#eaeded",
24622484
"color-border-calendar-grid-selected-focus-ring": "#0073bb",
2485+
"color-border-card": "#eaeded",
2486+
"color-border-card-highlighted": "#0073bb",
24632487
"color-border-cell-shaded": "#d5dbdb",
24642488
"color-border-code-editor-ace-active-line-dark-theme": "#687078",
24652489
"color-border-code-editor-ace-active-line-light-theme": "#d5dbdb",
@@ -3089,6 +3113,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh"
30893113
"border-radius-badge": "4px",
30903114
"border-radius-button": "20px",
30913115
"border-radius-calendar-day-focus-ring": "3px",
3116+
"border-radius-card": "16px",
30923117
"border-radius-chat-bubble": "8px",
30933118
"border-radius-code-editor": "8px",
30943119
"border-radius-container": "16px",
@@ -3107,6 +3132,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh"
31073132
"border-table-sticky-width": "1px",
31083133
"border-width-alert": "2px",
31093134
"border-width-button": "2px",
3135+
"border-width-card": "1px",
3136+
"border-width-card-highlighted": "2px",
31103137
"border-width-dropdown": "2px",
31113138
"border-width-field": "1px",
31123139
"border-width-icon-big": "3px",
@@ -3131,6 +3158,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh"
31313158
"color-background-button-primary-disabled": "#ebebf0",
31323159
"color-background-button-primary-hover": "#002b66",
31333160
"color-background-calendar-current-date": "#f3f3f7",
3161+
"color-background-card": "#ffffff",
31343162
"color-background-cell-shaded": "#f6f6f9",
31353163
"color-background-chat-bubble-incoming": "#f6f6f9",
31363164
"color-background-chat-bubble-outgoing": "transparent",
@@ -3226,6 +3254,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh"
32263254
"color-border-button-primary-disabled": "#ebebf0",
32273255
"color-border-calendar-grid": "transparent",
32283256
"color-border-calendar-grid-selected-focus-ring": "#f9f9fa",
3257+
"color-border-card": "#c6c6cd",
3258+
"color-border-card-highlighted": "#006ce0",
32293259
"color-border-cell-shaded": "#dedee3",
32303260
"color-border-code-editor-ace-active-line-dark-theme": "#656871",
32313261
"color-border-code-editor-ace-active-line-light-theme": "#dedee3",
@@ -3855,6 +3885,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
38553885
"border-radius-badge": "4px",
38563886
"border-radius-button": "20px",
38573887
"border-radius-calendar-day-focus-ring": "3px",
3888+
"border-radius-card": "16px",
38583889
"border-radius-chat-bubble": "8px",
38593890
"border-radius-code-editor": "8px",
38603891
"border-radius-container": "16px",
@@ -3873,6 +3904,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
38733904
"border-table-sticky-width": "1px",
38743905
"border-width-alert": "2px",
38753906
"border-width-button": "2px",
3907+
"border-width-card": "1px",
3908+
"border-width-card-highlighted": "2px",
38763909
"border-width-dropdown": "2px",
38773910
"border-width-field": "1px",
38783911
"border-width-icon-big": "3px",
@@ -3897,6 +3930,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
38973930
"color-background-button-primary-disabled": "#ebebf0",
38983931
"color-background-button-primary-hover": "#002b66",
38993932
"color-background-calendar-current-date": "#f3f3f7",
3933+
"color-background-card": "#ffffff",
39003934
"color-background-cell-shaded": "#f6f6f9",
39013935
"color-background-chat-bubble-incoming": "#f6f6f9",
39023936
"color-background-chat-bubble-outgoing": "transparent",
@@ -3992,6 +4026,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
39924026
"color-border-button-primary-disabled": "#ebebf0",
39934027
"color-border-calendar-grid": "transparent",
39944028
"color-border-calendar-grid-selected-focus-ring": "#f9f9fa",
4029+
"color-border-card": "#c6c6cd",
4030+
"color-border-card-highlighted": "#006ce0",
39954031
"color-border-cell-shaded": "#dedee3",
39964032
"color-border-code-editor-ace-active-line-dark-theme": "#656871",
39974033
"color-border-code-editor-ace-active-line-light-theme": "#dedee3",
@@ -4621,6 +4657,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
46214657
"border-radius-badge": "4px",
46224658
"border-radius-button": "20px",
46234659
"border-radius-calendar-day-focus-ring": "3px",
4660+
"border-radius-card": "16px",
46244661
"border-radius-chat-bubble": "8px",
46254662
"border-radius-code-editor": "8px",
46264663
"border-radius-container": "16px",
@@ -4639,6 +4676,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
46394676
"border-table-sticky-width": "1px",
46404677
"border-width-alert": "2px",
46414678
"border-width-button": "2px",
4679+
"border-width-card": "1px",
4680+
"border-width-card-highlighted": "2px",
46424681
"border-width-dropdown": "2px",
46434682
"border-width-field": "1px",
46444683
"border-width-icon-big": "3px",
@@ -4663,6 +4702,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
46634702
"color-background-button-primary-disabled": "#232b37",
46644703
"color-background-button-primary-hover": "#75cfff",
46654704
"color-background-calendar-current-date": "#333843",
4705+
"color-background-card": "#161d26",
46664706
"color-background-cell-shaded": "#1b232d",
46674707
"color-background-chat-bubble-incoming": "#0f141a",
46684708
"color-background-chat-bubble-outgoing": "transparent",
@@ -4758,6 +4798,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
47584798
"color-border-button-primary-disabled": "#232b37",
47594799
"color-border-calendar-grid": "transparent",
47604800
"color-border-calendar-grid-selected-focus-ring": "#161d26",
4801+
"color-border-card": "#424650",
4802+
"color-border-card-highlighted": "#42b4ff",
47614803
"color-border-cell-shaded": "#333843",
47624804
"color-border-code-editor-ace-active-line-dark-theme": "#656871",
47634805
"color-border-code-editor-ace-active-line-light-theme": "#dedee3",
@@ -5387,6 +5429,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
53875429
"border-radius-badge": "4px",
53885430
"border-radius-button": "20px",
53895431
"border-radius-calendar-day-focus-ring": "3px",
5432+
"border-radius-card": "16px",
53905433
"border-radius-chat-bubble": "8px",
53915434
"border-radius-code-editor": "8px",
53925435
"border-radius-container": "16px",
@@ -5405,6 +5448,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
54055448
"border-table-sticky-width": "1px",
54065449
"border-width-alert": "2px",
54075450
"border-width-button": "2px",
5451+
"border-width-card": "1px",
5452+
"border-width-card-highlighted": "2px",
54085453
"border-width-dropdown": "2px",
54095454
"border-width-field": "1px",
54105455
"border-width-icon-big": "3px",
@@ -5429,6 +5474,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
54295474
"color-background-button-primary-disabled": "#232b37",
54305475
"color-background-button-primary-hover": "#75cfff",
54315476
"color-background-calendar-current-date": "#333843",
5477+
"color-background-card": "#161d26",
54325478
"color-background-cell-shaded": "#1b232d",
54335479
"color-background-chat-bubble-incoming": "#0f141a",
54345480
"color-background-chat-bubble-outgoing": "transparent",
@@ -5524,6 +5570,8 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
55245570
"color-border-button-primary-disabled": "#232b37",
55255571
"color-border-calendar-grid": "transparent",
55265572
"color-border-calendar-grid-selected-focus-ring": "#161d26",
5573+
"color-border-card": "#424650",
5574+
"color-border-card-highlighted": "#42b4ff",
55275575
"color-border-cell-shaded": "#333843",
55285576
"color-border-code-editor-ace-active-line-dark-theme": "#656871",
55295577
"color-border-code-editor-ace-active-line-light-theme": "#dedee3",

0 commit comments

Comments
 (0)