Skip to content

Commit 0e8e875

Browse files
authored
chore: Add design tokens for feedback dialog (#3227)
1 parent 3461cd4 commit 0e8e875

File tree

6 files changed

+241
-1
lines changed

6 files changed

+241
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
{
166166
"path": "lib/components/internal/widget-exports.js",
167167
"brotli": false,
168-
"limit": "751 kB"
168+
"limit": "752 kB"
169169
}
170170
],
171171
"browserslist": [

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "compact" 1`] =
7474
"color-background-control-checked": "#0073bb",
7575
"color-background-control-default": "#ffffff",
7676
"color-background-control-disabled": "#d5dbdb",
77+
"color-background-dialog": "#f1faff",
7778
"color-background-direction-button-active": "#2a2e33",
7879
"color-background-direction-button-default": "#545b64",
7980
"color-background-direction-button-disabled": "#eaeded",
@@ -154,6 +155,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "compact" 1`] =
154155
"color-border-control-checked": "#0073bb",
155156
"color-border-control-default": "#687078",
156157
"color-border-control-disabled": "#d5dbdb",
158+
"color-border-dialog": "#0073bb",
157159
"color-border-divider-active": "#687078",
158160
"color-border-divider-default": "#eaeded",
159161
"color-border-divider-interactive-default": "#687078",
@@ -743,6 +745,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "dark" 1`] = `
743745
"color-background-control-checked": "#00a1c9",
744746
"color-background-control-default": "#1a2029",
745747
"color-background-control-disabled": "#414750",
748+
"color-background-dialog": "#12293b",
746749
"color-background-direction-button-active": "#2a2e33",
747750
"color-background-direction-button-default": "#545b64",
748751
"color-background-direction-button-disabled": "#2a2e33",
@@ -823,6 +826,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "dark" 1`] = `
823826
"color-border-control-checked": "#00a1c9",
824827
"color-border-control-default": "#879596",
825828
"color-border-control-disabled": "#414750",
829+
"color-border-dialog": "#00a1c9",
826830
"color-border-divider-active": "#687078",
827831
"color-border-divider-default": "#414750",
828832
"color-border-divider-interactive-default": "#687078",
@@ -1412,6 +1416,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "light" 1`] = `
14121416
"color-background-control-checked": "#0073bb",
14131417
"color-background-control-default": "#ffffff",
14141418
"color-background-control-disabled": "#d5dbdb",
1419+
"color-background-dialog": "#f1faff",
14151420
"color-background-direction-button-active": "#2a2e33",
14161421
"color-background-direction-button-default": "#545b64",
14171422
"color-background-direction-button-disabled": "#eaeded",
@@ -1492,6 +1497,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "light" 1`] = `
14921497
"color-border-control-checked": "#0073bb",
14931498
"color-border-control-default": "#687078",
14941499
"color-border-control-disabled": "#d5dbdb",
1500+
"color-border-dialog": "#0073bb",
14951501
"color-border-divider-active": "#687078",
14961502
"color-border-divider-default": "#eaeded",
14971503
"color-border-divider-interactive-default": "#687078",
@@ -2081,6 +2087,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "reduced-motion"
20812087
"color-background-control-checked": "#0073bb",
20822088
"color-background-control-default": "#ffffff",
20832089
"color-background-control-disabled": "#d5dbdb",
2090+
"color-background-dialog": "#f1faff",
20842091
"color-background-direction-button-active": "#2a2e33",
20852092
"color-background-direction-button-default": "#545b64",
20862093
"color-background-direction-button-disabled": "#eaeded",
@@ -2161,6 +2168,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "reduced-motion"
21612168
"color-border-control-checked": "#0073bb",
21622169
"color-border-control-default": "#687078",
21632170
"color-border-control-disabled": "#d5dbdb",
2171+
"color-border-dialog": "#0073bb",
21642172
"color-border-divider-active": "#687078",
21652173
"color-border-divider-default": "#eaeded",
21662174
"color-border-divider-interactive-default": "#687078",
@@ -2750,6 +2758,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh"
27502758
"color-background-control-checked": "#006ce0",
27512759
"color-background-control-default": "#ffffff",
27522760
"color-background-control-disabled": "#dedee3",
2761+
"color-background-dialog": "#f0fbff",
27532762
"color-background-direction-button-active": "#232b37",
27542763
"color-background-direction-button-default": "#424650",
27552764
"color-background-direction-button-disabled": "#ebebf0",
@@ -2830,6 +2839,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh"
28302839
"color-border-control-checked": "#006ce0",
28312840
"color-border-control-default": "#8c8c94",
28322841
"color-border-control-disabled": "#dedee3",
2842+
"color-border-dialog": "#006ce0",
28332843
"color-border-divider-active": "#0f141a",
28342844
"color-border-divider-default": "#c6c6cd",
28352845
"color-border-divider-interactive-default": "#8c8c94",
@@ -3419,6 +3429,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
34193429
"color-background-control-checked": "#006ce0",
34203430
"color-background-control-default": "#ffffff",
34213431
"color-background-control-disabled": "#dedee3",
3432+
"color-background-dialog": "#f0fbff",
34223433
"color-background-direction-button-active": "#232b37",
34233434
"color-background-direction-button-default": "#424650",
34243435
"color-background-direction-button-disabled": "#ebebf0",
@@ -3499,6 +3510,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
34993510
"color-border-control-checked": "#006ce0",
35003511
"color-border-control-default": "#8c8c94",
35013512
"color-border-control-disabled": "#dedee3",
3513+
"color-border-dialog": "#006ce0",
35023514
"color-border-divider-active": "#0f141a",
35033515
"color-border-divider-default": "#c6c6cd",
35043516
"color-border-divider-interactive-default": "#8c8c94",
@@ -4088,6 +4100,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
40884100
"color-background-control-checked": "#42b4ff",
40894101
"color-background-control-default": "#0f141a",
40904102
"color-background-control-disabled": "#333843",
4103+
"color-background-dialog": "#001129",
40914104
"color-background-direction-button-active": "#232b37",
40924105
"color-background-direction-button-default": "#424650",
40934106
"color-background-direction-button-disabled": "#232b37",
@@ -4168,6 +4181,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
41684181
"color-border-control-checked": "#42b4ff",
41694182
"color-border-control-default": "#8c8c94",
41704183
"color-border-control-disabled": "#333843",
4184+
"color-border-dialog": "#42b4ff",
41714185
"color-border-divider-active": "#f9f9fa",
41724186
"color-border-divider-default": "#424650",
41734187
"color-border-divider-interactive-default": "#dedee3",
@@ -4757,6 +4771,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
47574771
"color-background-control-checked": "#42b4ff",
47584772
"color-background-control-default": "#161d26",
47594773
"color-background-control-disabled": "#333843",
4774+
"color-background-dialog": "#001129",
47604775
"color-background-direction-button-active": "#232b37",
47614776
"color-background-direction-button-default": "#424650",
47624777
"color-background-direction-button-disabled": "#232b37",
@@ -4837,6 +4852,7 @@ exports[`CSS Custom Properties match previous snapshot for mode "visual-refresh-
48374852
"color-border-control-checked": "#42b4ff",
48384853
"color-border-control-default": "#8c8c94",
48394854
"color-border-control-disabled": "#333843",
4855+
"color-border-dialog": "#42b4ff",
48404856
"color-border-divider-active": "#f9f9fa",
48414857
"color-border-divider-default": "#424650",
48424858
"color-border-divider-interactive-default": "#dedee3",

0 commit comments

Comments
 (0)