@transferwise/neptune-tokens 8.22.0 → 8.24.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.
Files changed (75) hide show
  1. package/breakpoints.css +1 -1
  2. package/breakpoints.less +1 -1
  3. package/colors-base.css +1 -1
  4. package/colors-base.less +1 -1
  5. package/package.json +5 -4
  6. package/sentiment/negative/dark/base.css +26 -0
  7. package/sentiment/negative/dark/base.less +26 -0
  8. package/sentiment/negative/dark/elevated.css +26 -0
  9. package/sentiment/negative/dark/elevated.less +26 -0
  10. package/sentiment/negative/light/base.css +26 -0
  11. package/sentiment/negative/light/base.less +26 -0
  12. package/sentiment/negative/light/elevated.css +26 -0
  13. package/sentiment/negative/light/elevated.less +26 -0
  14. package/sentiment/neutral/dark/base.css +26 -0
  15. package/sentiment/neutral/dark/base.less +26 -0
  16. package/sentiment/neutral/dark/elevated.css +26 -0
  17. package/sentiment/neutral/dark/elevated.less +26 -0
  18. package/sentiment/neutral/light/base.css +26 -0
  19. package/sentiment/neutral/light/base.less +26 -0
  20. package/sentiment/neutral/light/elevated.css +26 -0
  21. package/sentiment/neutral/light/elevated.less +26 -0
  22. package/sentiment/proposition/dark/base.css +26 -0
  23. package/sentiment/proposition/dark/base.less +26 -0
  24. package/sentiment/proposition/dark/elevated.css +26 -0
  25. package/sentiment/proposition/dark/elevated.less +26 -0
  26. package/sentiment/proposition/light/base.css +26 -0
  27. package/sentiment/proposition/light/base.less +26 -0
  28. package/sentiment/proposition/light/elevated.css +26 -0
  29. package/sentiment/proposition/light/elevated.less +26 -0
  30. package/sentiment/sentiments.css +445 -0
  31. package/sentiment/success/dark/base.css +26 -0
  32. package/sentiment/success/dark/base.less +26 -0
  33. package/sentiment/success/dark/elevated.css +26 -0
  34. package/sentiment/success/dark/elevated.less +26 -0
  35. package/sentiment/success/light/base.css +26 -0
  36. package/sentiment/success/light/base.less +26 -0
  37. package/sentiment/success/light/elevated.css +26 -0
  38. package/sentiment/success/light/elevated.less +26 -0
  39. package/sentiment/warning/dark/base.css +26 -0
  40. package/sentiment/warning/dark/base.less +26 -0
  41. package/sentiment/warning/dark/elevated.css +26 -0
  42. package/sentiment/warning/dark/elevated.less +26 -0
  43. package/sentiment/warning/light/base.css +26 -0
  44. package/sentiment/warning/light/base.less +26 -0
  45. package/sentiment/warning/light/elevated.css +26 -0
  46. package/sentiment/warning/light/elevated.less +26 -0
  47. package/themes/business/tokens.css +1 -1
  48. package/themes/business/tokens.less +1 -1
  49. package/themes/business--bright-green/tokens.css +1 -1
  50. package/themes/business--bright-green/tokens.less +1 -1
  51. package/themes/business--dark/tokens.css +1 -1
  52. package/themes/business--dark/tokens.less +1 -1
  53. package/themes/business--forest-green/tokens.css +1 -1
  54. package/themes/business--forest-green/tokens.less +1 -1
  55. package/themes/dark/tokens.css +1 -1
  56. package/themes/dark/tokens.less +1 -1
  57. package/themes/light/tokens.css +1 -1
  58. package/themes/light/tokens.less +1 -1
  59. package/themes/navy/tokens.css +1 -1
  60. package/themes/navy/tokens.less +1 -1
  61. package/themes/personal/tokens.css +1 -1
  62. package/themes/personal/tokens.less +1 -1
  63. package/themes/personal--bright-green/tokens.css +1 -1
  64. package/themes/personal--bright-green/tokens.less +1 -1
  65. package/themes/personal--dark/tokens.css +1 -1
  66. package/themes/personal--dark/tokens.less +1 -1
  67. package/themes/personal--forest-green/tokens.css +1 -1
  68. package/themes/personal--forest-green/tokens.less +1 -1
  69. package/themes/platform/tokens.css +1 -1
  70. package/themes/platform/tokens.less +1 -1
  71. package/themes/platform--forest-green/tokens.css +1 -1
  72. package/themes/platform--forest-green/tokens.less +1 -1
  73. package/tiny-viewport.less +51 -0
  74. package/tokens.css +1 -1
  75. package/tokens.less +1 -1
package/breakpoints.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Wed, 13 May 2026 12:45:11 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:09 GMT
4
4
  */
5
5
 
6
6
  @custom-media --screen-400-zoom (width <= 320px);
package/breakpoints.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Wed, 13 May 2026 12:45:11 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:09 GMT
4
4
 
5
5
  // @deprecated Use @screen-xs-min
6
6
  @screen-xs: 320px;
package/colors-base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Wed, 13 May 2026 12:45:11 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:09 GMT
4
4
  */
5
5
 
6
6
  :root {
package/colors-base.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Wed, 13 May 2026 12:45:11 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:09 GMT
4
4
 
5
5
  @color-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-tokens",
3
- "version": "8.22.0",
3
+ "version": "8.24.0",
4
4
  "description": "Design tokens for the Neptune Design System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -31,7 +31,8 @@
31
31
  "*.d.cts",
32
32
  "*.json",
33
33
  "*.less",
34
- "themes/**/*"
34
+ "themes/**/*",
35
+ "sentiment/**/*"
35
36
  ],
36
37
  "devDependencies": {
37
38
  "@changesets/changelog-github": "^0.6.0",
@@ -39,9 +40,9 @@
39
40
  "chroma-js": "^3.2.0",
40
41
  "cz-conventional-changelog": "3.3.0",
41
42
  "prettier": "^3.8.3",
42
- "style-dictionary": "^5.4.0",
43
+ "style-dictionary": "^5.4.1",
43
44
  "tsdown": "^0.22.0",
44
- "typescript": "^6.0.2"
45
+ "typescript": "^6.0.3"
45
46
  },
46
47
  "config": {
47
48
  "commitizen": {
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-negative-dark-base {
7
+ --color-sentiment-content-primary: #FFA8AD;
8
+ --color-sentiment-content-primary-hover: #FFBDC0;
9
+ --color-sentiment-content-primary-active: #FFD1D3;
10
+ --color-sentiment-interactive-primary: #FFA8AD;
11
+ --color-sentiment-interactive-primary-hover: #FFBDC0;
12
+ --color-sentiment-interactive-primary-active: #FFD1D3;
13
+ --color-sentiment-interactive-secondary: #410B0D;
14
+ --color-sentiment-interactive-secondary-hover: #641115;
15
+ --color-sentiment-interactive-secondary-active: #761418;
16
+ --color-sentiment-interactive-secondary-neutral: #601013;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #7A1519;
18
+ --color-sentiment-interactive-secondary-neutral-active: #90181D;
19
+ --color-sentiment-interactive-control: #410B0D;
20
+ --color-sentiment-interactive-control-hover: #641115;
21
+ --color-sentiment-interactive-control-active: #761418;
22
+ --color-sentiment-background-surface: #410B0D;
23
+ --color-sentiment-background-surface-hover: #641115;
24
+ --color-sentiment-background-surface-active: #761418;
25
+ --color-sentiment-border-overlay: #ffa8ad4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #FFA8AD;
8
+ --color-sentiment-content-primary-hover: #FFBDC0;
9
+ --color-sentiment-content-primary-active: #FFD1D3;
10
+ --color-sentiment-interactive-primary: #FFA8AD;
11
+ --color-sentiment-interactive-primary-hover: #FFBDC0;
12
+ --color-sentiment-interactive-primary-active: #FFD1D3;
13
+ --color-sentiment-interactive-secondary: #410B0D;
14
+ --color-sentiment-interactive-secondary-hover: #641115;
15
+ --color-sentiment-interactive-secondary-active: #761418;
16
+ --color-sentiment-interactive-secondary-neutral: #601013;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #7A1519;
18
+ --color-sentiment-interactive-secondary-neutral-active: #90181D;
19
+ --color-sentiment-interactive-control: #410B0D;
20
+ --color-sentiment-interactive-control-hover: #641115;
21
+ --color-sentiment-interactive-control-active: #761418;
22
+ --color-sentiment-background-surface: #410B0D;
23
+ --color-sentiment-background-surface-hover: #641115;
24
+ --color-sentiment-background-surface-active: #761418;
25
+ --color-sentiment-border-overlay: #ffa8ad4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-negative-dark-elevated {
7
+ --color-sentiment-content-primary: #410B0D;
8
+ --color-sentiment-content-primary-hover: #641115;
9
+ --color-sentiment-content-primary-active: #761418;
10
+ --color-sentiment-interactive-primary: #410B0D;
11
+ --color-sentiment-interactive-primary-hover: #641115;
12
+ --color-sentiment-interactive-primary-active: #761418;
13
+ --color-sentiment-interactive-secondary: #FFA8AD;
14
+ --color-sentiment-interactive-secondary-hover: #FFBDC0;
15
+ --color-sentiment-interactive-secondary-active: #FFD1D3;
16
+ --color-sentiment-interactive-secondary-neutral: #D9898D;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #D68084;
18
+ --color-sentiment-interactive-secondary-neutral-active: #D06C71;
19
+ --color-sentiment-interactive-control: #FFA8AD;
20
+ --color-sentiment-interactive-control-hover: #FFBDC0;
21
+ --color-sentiment-interactive-control-active: #FFD1D3;
22
+ --color-sentiment-background-surface: #FFA8AD;
23
+ --color-sentiment-background-surface-hover: #FFBDC0;
24
+ --color-sentiment-background-surface-active: #FFD1D3;
25
+ --color-sentiment-border-overlay: #410b0d4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #410B0D;
8
+ --color-sentiment-content-primary-hover: #641115;
9
+ --color-sentiment-content-primary-active: #761418;
10
+ --color-sentiment-interactive-primary: #410B0D;
11
+ --color-sentiment-interactive-primary-hover: #641115;
12
+ --color-sentiment-interactive-primary-active: #761418;
13
+ --color-sentiment-interactive-secondary: #FFA8AD;
14
+ --color-sentiment-interactive-secondary-hover: #FFBDC0;
15
+ --color-sentiment-interactive-secondary-active: #FFD1D3;
16
+ --color-sentiment-interactive-secondary-neutral: #D9898D;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #D68084;
18
+ --color-sentiment-interactive-secondary-neutral-active: #D06C71;
19
+ --color-sentiment-interactive-control: #FFA8AD;
20
+ --color-sentiment-interactive-control-hover: #FFBDC0;
21
+ --color-sentiment-interactive-control-active: #FFD1D3;
22
+ --color-sentiment-background-surface: #FFA8AD;
23
+ --color-sentiment-background-surface-hover: #FFBDC0;
24
+ --color-sentiment-background-surface-active: #FFD1D3;
25
+ --color-sentiment-border-overlay: #410b0d4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-negative-light-base {
7
+ --color-sentiment-content-primary: #CB272F;
8
+ --color-sentiment-content-primary-hover: #B8232B;
9
+ --color-sentiment-content-primary-active: #A72027;
10
+ --color-sentiment-interactive-primary: #CB272F;
11
+ --color-sentiment-interactive-primary-hover: #B8232B;
12
+ --color-sentiment-interactive-primary-active: #A72027;
13
+ --color-sentiment-interactive-secondary: #FBEAEA;
14
+ --color-sentiment-interactive-secondary-hover: #F9E1E1;
15
+ --color-sentiment-interactive-secondary-active: #F8D8D8;
16
+ --color-sentiment-interactive-secondary-neutral: #F5D3D4;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #F0BDBE;
18
+ --color-sentiment-interactive-secondary-neutral-active: #ECACAD;
19
+ --color-sentiment-interactive-control: #FBEAEA;
20
+ --color-sentiment-interactive-control-hover: #F9E1E1;
21
+ --color-sentiment-interactive-control-active: #F8D8D8;
22
+ --color-sentiment-background-surface: #FBEAEA;
23
+ --color-sentiment-background-surface-hover: #F9E1E1;
24
+ --color-sentiment-background-surface-active: #F8D8D8;
25
+ --color-sentiment-border-overlay: #cb272f4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #CB272F;
8
+ --color-sentiment-content-primary-hover: #B8232B;
9
+ --color-sentiment-content-primary-active: #A72027;
10
+ --color-sentiment-interactive-primary: #CB272F;
11
+ --color-sentiment-interactive-primary-hover: #B8232B;
12
+ --color-sentiment-interactive-primary-active: #A72027;
13
+ --color-sentiment-interactive-secondary: #FBEAEA;
14
+ --color-sentiment-interactive-secondary-hover: #F9E1E1;
15
+ --color-sentiment-interactive-secondary-active: #F8D8D8;
16
+ --color-sentiment-interactive-secondary-neutral: #F5D3D4;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #F0BDBE;
18
+ --color-sentiment-interactive-secondary-neutral-active: #ECACAD;
19
+ --color-sentiment-interactive-control: #FBEAEA;
20
+ --color-sentiment-interactive-control-hover: #F9E1E1;
21
+ --color-sentiment-interactive-control-active: #F8D8D8;
22
+ --color-sentiment-background-surface: #FBEAEA;
23
+ --color-sentiment-background-surface-hover: #F9E1E1;
24
+ --color-sentiment-background-surface-active: #F8D8D8;
25
+ --color-sentiment-border-overlay: #cb272f4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-negative-light-elevated {
7
+ --color-sentiment-content-primary: #FFFFFF;
8
+ --color-sentiment-content-primary-hover: #F5CCCC;
9
+ --color-sentiment-content-primary-active: #F1B7B7;
10
+ --color-sentiment-interactive-primary: #FBEAEA;
11
+ --color-sentiment-interactive-primary-hover: #F5CCCC;
12
+ --color-sentiment-interactive-primary-active: #F1B7B7;
13
+ --color-sentiment-interactive-secondary: #CB272F;
14
+ --color-sentiment-interactive-secondary-hover: #B8232B;
15
+ --color-sentiment-interactive-secondary-active: #A72027;
16
+ --color-sentiment-interactive-secondary-neutral: #9B141B;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #831116;
18
+ --color-sentiment-interactive-secondary-neutral-active: #6D0E13;
19
+ --color-sentiment-interactive-control: #CB272F;
20
+ --color-sentiment-interactive-control-hover: #B8232B;
21
+ --color-sentiment-interactive-control-active: #A72027;
22
+ --color-sentiment-background-surface: #CB272F;
23
+ --color-sentiment-background-surface-hover: #B8232B;
24
+ --color-sentiment-background-surface-active: #A72027;
25
+ --color-sentiment-border-overlay: #ffffff4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #FFFFFF;
8
+ --color-sentiment-content-primary-hover: #F5CCCC;
9
+ --color-sentiment-content-primary-active: #F1B7B7;
10
+ --color-sentiment-interactive-primary: #FBEAEA;
11
+ --color-sentiment-interactive-primary-hover: #F5CCCC;
12
+ --color-sentiment-interactive-primary-active: #F1B7B7;
13
+ --color-sentiment-interactive-secondary: #CB272F;
14
+ --color-sentiment-interactive-secondary-hover: #B8232B;
15
+ --color-sentiment-interactive-secondary-active: #A72027;
16
+ --color-sentiment-interactive-secondary-neutral: #9B141B;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #831116;
18
+ --color-sentiment-interactive-secondary-neutral-active: #6D0E13;
19
+ --color-sentiment-interactive-control: #CB272F;
20
+ --color-sentiment-interactive-control-hover: #B8232B;
21
+ --color-sentiment-interactive-control-active: #A72027;
22
+ --color-sentiment-background-surface: #CB272F;
23
+ --color-sentiment-background-surface-hover: #B8232B;
24
+ --color-sentiment-background-surface-active: #A72027;
25
+ --color-sentiment-border-overlay: #ffffff4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-neutral-dark-base {
7
+ --color-sentiment-content-primary: #F1F1ED;
8
+ --color-sentiment-content-primary-hover: #E7E7E1;
9
+ --color-sentiment-content-primary-active: #DFDED5;
10
+ --color-sentiment-interactive-primary: #F1F1ED;
11
+ --color-sentiment-interactive-primary-hover: #E7E7E1;
12
+ --color-sentiment-interactive-primary-active: #DFDED5;
13
+ --color-sentiment-interactive-secondary: #ffffff1a;
14
+ --color-sentiment-interactive-secondary-hover: #ffffff33;
15
+ --color-sentiment-interactive-secondary-active: #ffffff4d;
16
+ --color-sentiment-interactive-secondary-neutral: #ffffff1a;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #ffffff33;
18
+ --color-sentiment-interactive-secondary-neutral-active: #ffffff4d;
19
+ --color-sentiment-interactive-control: #2A2C29;
20
+ --color-sentiment-interactive-control-hover: #414441;
21
+ --color-sentiment-interactive-control-active: #595B58;
22
+ --color-sentiment-background-surface: #ffffff1a;
23
+ --color-sentiment-background-surface-hover: #ffffff33;
24
+ --color-sentiment-background-surface-active: #ffffff4d;
25
+ --color-sentiment-border-overlay: #f1f1ed4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #F1F1ED;
8
+ --color-sentiment-content-primary-hover: #E7E7E1;
9
+ --color-sentiment-content-primary-active: #DFDED5;
10
+ --color-sentiment-interactive-primary: #F1F1ED;
11
+ --color-sentiment-interactive-primary-hover: #E7E7E1;
12
+ --color-sentiment-interactive-primary-active: #DFDED5;
13
+ --color-sentiment-interactive-secondary: #ffffff1a;
14
+ --color-sentiment-interactive-secondary-hover: #ffffff33;
15
+ --color-sentiment-interactive-secondary-active: #ffffff4d;
16
+ --color-sentiment-interactive-secondary-neutral: #ffffff1a;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #ffffff33;
18
+ --color-sentiment-interactive-secondary-neutral-active: #ffffff4d;
19
+ --color-sentiment-interactive-control: #2A2C29;
20
+ --color-sentiment-interactive-control-hover: #414441;
21
+ --color-sentiment-interactive-control-active: #595B58;
22
+ --color-sentiment-background-surface: #ffffff1a;
23
+ --color-sentiment-background-surface-hover: #ffffff33;
24
+ --color-sentiment-background-surface-active: #ffffff4d;
25
+ --color-sentiment-border-overlay: #f1f1ed4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-neutral-dark-elevated {
7
+ --color-sentiment-content-primary: #2A2C29;
8
+ --color-sentiment-content-primary-hover: #414441;
9
+ --color-sentiment-content-primary-active: #595B58;
10
+ --color-sentiment-interactive-primary: #2A2C29;
11
+ --color-sentiment-interactive-primary-hover: #414441;
12
+ --color-sentiment-interactive-primary-active: #595B58;
13
+ --color-sentiment-interactive-secondary: #F1F1ED;
14
+ --color-sentiment-interactive-secondary-hover: #E7E7E1;
15
+ --color-sentiment-interactive-secondary-active: #DFDED5;
16
+ --color-sentiment-interactive-secondary-neutral: #E4E4DC;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #DCDCD2;
18
+ --color-sentiment-interactive-secondary-neutral-active: #D3D2C6;
19
+ --color-sentiment-interactive-control: #F1F1ED;
20
+ --color-sentiment-interactive-control-hover: #E7E7E1;
21
+ --color-sentiment-interactive-control-active: #DFDED5;
22
+ --color-sentiment-background-surface: #F1F1ED;
23
+ --color-sentiment-background-surface-hover: #E7E7E1;
24
+ --color-sentiment-background-surface-active: #DFDED5;
25
+ --color-sentiment-border-overlay: #2a2c294d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #2A2C29;
8
+ --color-sentiment-content-primary-hover: #414441;
9
+ --color-sentiment-content-primary-active: #595B58;
10
+ --color-sentiment-interactive-primary: #2A2C29;
11
+ --color-sentiment-interactive-primary-hover: #414441;
12
+ --color-sentiment-interactive-primary-active: #595B58;
13
+ --color-sentiment-interactive-secondary: #F1F1ED;
14
+ --color-sentiment-interactive-secondary-hover: #E7E7E1;
15
+ --color-sentiment-interactive-secondary-active: #DFDED5;
16
+ --color-sentiment-interactive-secondary-neutral: #E4E4DC;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #DCDCD2;
18
+ --color-sentiment-interactive-secondary-neutral-active: #D3D2C6;
19
+ --color-sentiment-interactive-control: #F1F1ED;
20
+ --color-sentiment-interactive-control-hover: #E7E7E1;
21
+ --color-sentiment-interactive-control-active: #DFDED5;
22
+ --color-sentiment-background-surface: #F1F1ED;
23
+ --color-sentiment-background-surface-hover: #E7E7E1;
24
+ --color-sentiment-background-surface-active: #DFDED5;
25
+ --color-sentiment-border-overlay: #2a2c294d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-neutral-light-base {
7
+ --color-sentiment-content-primary: #454745;
8
+ --color-sentiment-content-primary-hover: #353635;
9
+ --color-sentiment-content-primary-active: #232423;
10
+ --color-sentiment-interactive-primary: #454745;
11
+ --color-sentiment-interactive-primary-hover: #353635;
12
+ --color-sentiment-interactive-primary-active: #232423;
13
+ --color-sentiment-interactive-secondary: #3e3b0712;
14
+ --color-sentiment-interactive-secondary-hover: #3e3b071f;
15
+ --color-sentiment-interactive-secondary-active: #3e3b072b;
16
+ --color-sentiment-interactive-secondary-neutral: #3e3b0712;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #3e3b071f;
18
+ --color-sentiment-interactive-secondary-neutral-active: #3e3b072b;
19
+ --color-sentiment-interactive-control: #F1F1ED;
20
+ --color-sentiment-interactive-control-hover: #E7E7E1;
21
+ --color-sentiment-interactive-control-active: #DFDED5;
22
+ --color-sentiment-background-surface: #3e3b0712;
23
+ --color-sentiment-background-surface-hover: #3e3b071f;
24
+ --color-sentiment-background-surface-active: #3e3b072b;
25
+ --color-sentiment-border-overlay: #4547454d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #454745;
8
+ --color-sentiment-content-primary-hover: #353635;
9
+ --color-sentiment-content-primary-active: #232423;
10
+ --color-sentiment-interactive-primary: #454745;
11
+ --color-sentiment-interactive-primary-hover: #353635;
12
+ --color-sentiment-interactive-primary-active: #232423;
13
+ --color-sentiment-interactive-secondary: #3e3b0712;
14
+ --color-sentiment-interactive-secondary-hover: #3e3b071f;
15
+ --color-sentiment-interactive-secondary-active: #3e3b072b;
16
+ --color-sentiment-interactive-secondary-neutral: #3e3b0712;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #3e3b071f;
18
+ --color-sentiment-interactive-secondary-neutral-active: #3e3b072b;
19
+ --color-sentiment-interactive-control: #F1F1ED;
20
+ --color-sentiment-interactive-control-hover: #E7E7E1;
21
+ --color-sentiment-interactive-control-active: #DFDED5;
22
+ --color-sentiment-background-surface: #3e3b0712;
23
+ --color-sentiment-background-surface-hover: #3e3b071f;
24
+ --color-sentiment-background-surface-active: #3e3b072b;
25
+ --color-sentiment-border-overlay: #4547454d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-neutral-light-elevated {
7
+ --color-sentiment-content-primary: #F1F1ED;
8
+ --color-sentiment-content-primary-hover: #E7E7E1;
9
+ --color-sentiment-content-primary-active: #DFDED5;
10
+ --color-sentiment-interactive-primary: #F1F1ED;
11
+ --color-sentiment-interactive-primary-hover: #E7E7E1;
12
+ --color-sentiment-interactive-primary-active: #DFDED5;
13
+ --color-sentiment-interactive-secondary: #454745;
14
+ --color-sentiment-interactive-secondary-hover: #353635;
15
+ --color-sentiment-interactive-secondary-active: #232423;
16
+ --color-sentiment-interactive-secondary-neutral: #585958;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #6A6C6A;
18
+ --color-sentiment-interactive-secondary-neutral-active: #7D7E7D;
19
+ --color-sentiment-interactive-control: #454745;
20
+ --color-sentiment-interactive-control-hover: #353635;
21
+ --color-sentiment-interactive-control-active: #232423;
22
+ --color-sentiment-background-surface: #454745;
23
+ --color-sentiment-background-surface-hover: #353635;
24
+ --color-sentiment-background-surface-active: #232423;
25
+ --color-sentiment-border-overlay: #f1f1ed4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #F1F1ED;
8
+ --color-sentiment-content-primary-hover: #E7E7E1;
9
+ --color-sentiment-content-primary-active: #DFDED5;
10
+ --color-sentiment-interactive-primary: #F1F1ED;
11
+ --color-sentiment-interactive-primary-hover: #E7E7E1;
12
+ --color-sentiment-interactive-primary-active: #DFDED5;
13
+ --color-sentiment-interactive-secondary: #454745;
14
+ --color-sentiment-interactive-secondary-hover: #353635;
15
+ --color-sentiment-interactive-secondary-active: #232423;
16
+ --color-sentiment-interactive-secondary-neutral: #585958;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #6A6C6A;
18
+ --color-sentiment-interactive-secondary-neutral-active: #7D7E7D;
19
+ --color-sentiment-interactive-control: #454745;
20
+ --color-sentiment-interactive-control-hover: #353635;
21
+ --color-sentiment-interactive-control-active: #232423;
22
+ --color-sentiment-background-surface: #454745;
23
+ --color-sentiment-background-surface-hover: #353635;
24
+ --color-sentiment-background-surface-active: #232423;
25
+ --color-sentiment-border-overlay: #f1f1ed4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-proposition-dark-base {
7
+ --color-sentiment-content-primary: #FFFFFF;
8
+ --color-sentiment-content-primary-hover: #EAF9F9;
9
+ --color-sentiment-content-primary-active: #D5F4F4;
10
+ --color-sentiment-interactive-primary: #E0F7F7;
11
+ --color-sentiment-interactive-primary-hover: #CAF1F1;
12
+ --color-sentiment-interactive-primary-active: #B6ECEC;
13
+ --color-sentiment-interactive-secondary: #054D4D;
14
+ --color-sentiment-interactive-secondary-hover: #043A3A;
15
+ --color-sentiment-interactive-secondary-active: #022626;
16
+ --color-sentiment-interactive-secondary-neutral: #1F6161;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #247070;
18
+ --color-sentiment-interactive-secondary-neutral-active: #298080;
19
+ --color-sentiment-interactive-control: #054D4D;
20
+ --color-sentiment-interactive-control-hover: #043A3A;
21
+ --color-sentiment-interactive-control-active: #022626;
22
+ --color-sentiment-background-surface: #054D4D;
23
+ --color-sentiment-background-surface-hover: #043A3A;
24
+ --color-sentiment-background-surface-active: #022626;
25
+ --color-sentiment-border-overlay: #ffffff4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #FFFFFF;
8
+ --color-sentiment-content-primary-hover: #EAF9F9;
9
+ --color-sentiment-content-primary-active: #D5F4F4;
10
+ --color-sentiment-interactive-primary: #E0F7F7;
11
+ --color-sentiment-interactive-primary-hover: #CAF1F1;
12
+ --color-sentiment-interactive-primary-active: #B6ECEC;
13
+ --color-sentiment-interactive-secondary: #054D4D;
14
+ --color-sentiment-interactive-secondary-hover: #043A3A;
15
+ --color-sentiment-interactive-secondary-active: #022626;
16
+ --color-sentiment-interactive-secondary-neutral: #1F6161;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #247070;
18
+ --color-sentiment-interactive-secondary-neutral-active: #298080;
19
+ --color-sentiment-interactive-control: #054D4D;
20
+ --color-sentiment-interactive-control-hover: #043A3A;
21
+ --color-sentiment-interactive-control-active: #022626;
22
+ --color-sentiment-background-surface: #054D4D;
23
+ --color-sentiment-background-surface-hover: #043A3A;
24
+ --color-sentiment-background-surface-active: #022626;
25
+ --color-sentiment-border-overlay: #ffffff4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-proposition-dark-elevated {
7
+ --color-sentiment-content-primary: #0E0F0C;
8
+ --color-sentiment-content-primary-hover: #0A2826;
9
+ --color-sentiment-content-primary-active: #074140;
10
+ --color-sentiment-interactive-primary: #0B312F;
11
+ --color-sentiment-interactive-primary-hover: #104744;
12
+ --color-sentiment-interactive-primary-active: #16605C;
13
+ --color-sentiment-interactive-secondary: #E0F7F7;
14
+ --color-sentiment-interactive-secondary-hover: #CAF1F1;
15
+ --color-sentiment-interactive-secondary-active: #B6ECEC;
16
+ --color-sentiment-interactive-secondary-neutral: #B4D5D5;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #A3CCCC;
18
+ --color-sentiment-interactive-secondary-neutral-active: #9AC6C6;
19
+ --color-sentiment-interactive-control: #E0F7F7;
20
+ --color-sentiment-interactive-control-hover: #CAF1F1;
21
+ --color-sentiment-interactive-control-active: #B6ECEC;
22
+ --color-sentiment-background-surface: #E0F7F7;
23
+ --color-sentiment-background-surface-hover: #CAF1F1;
24
+ --color-sentiment-background-surface-active: #B6ECEC;
25
+ --color-sentiment-border-overlay: #0e0f0c4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #0E0F0C;
8
+ --color-sentiment-content-primary-hover: #0A2826;
9
+ --color-sentiment-content-primary-active: #074140;
10
+ --color-sentiment-interactive-primary: #0B312F;
11
+ --color-sentiment-interactive-primary-hover: #104744;
12
+ --color-sentiment-interactive-primary-active: #16605C;
13
+ --color-sentiment-interactive-secondary: #E0F7F7;
14
+ --color-sentiment-interactive-secondary-hover: #CAF1F1;
15
+ --color-sentiment-interactive-secondary-active: #B6ECEC;
16
+ --color-sentiment-interactive-secondary-neutral: #B4D5D5;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #A3CCCC;
18
+ --color-sentiment-interactive-secondary-neutral-active: #9AC6C6;
19
+ --color-sentiment-interactive-control: #E0F7F7;
20
+ --color-sentiment-interactive-control-hover: #CAF1F1;
21
+ --color-sentiment-interactive-control-active: #B6ECEC;
22
+ --color-sentiment-background-surface: #E0F7F7;
23
+ --color-sentiment-background-surface-hover: #CAF1F1;
24
+ --color-sentiment-background-surface-active: #B6ECEC;
25
+ --color-sentiment-border-overlay: #0e0f0c4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-proposition-light-base {
7
+ --color-sentiment-content-primary: #0E0F0C;
8
+ --color-sentiment-content-primary-hover: #0A2826;
9
+ --color-sentiment-content-primary-active: #074140;
10
+ --color-sentiment-interactive-primary: #054D4D;
11
+ --color-sentiment-interactive-primary-hover: #043A3A;
12
+ --color-sentiment-interactive-primary-active: #022626;
13
+ --color-sentiment-interactive-secondary: #E0F7F7;
14
+ --color-sentiment-interactive-secondary-hover: #CAF1F1;
15
+ --color-sentiment-interactive-secondary-active: #B6ECEC;
16
+ --color-sentiment-interactive-secondary-neutral: #B4D5D5;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #A3CCCC;
18
+ --color-sentiment-interactive-secondary-neutral-active: #9AC6C6;
19
+ --color-sentiment-interactive-control: #E0F7F7;
20
+ --color-sentiment-interactive-control-hover: #CAF1F1;
21
+ --color-sentiment-interactive-control-active: #B6ECEC;
22
+ --color-sentiment-background-surface: #E0F7F7;
23
+ --color-sentiment-background-surface-hover: #CAF1F1;
24
+ --color-sentiment-background-surface-active: #B6ECEC;
25
+ --color-sentiment-border-overlay: #0e0f0c4d;
26
+ }