@navikt/ds-tokens 7.10.0 → 7.11.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.
@@ -3,64 +3,64 @@
3
3
  */
4
4
 
5
5
  :root, :host {
6
- --ax-font-weight-regular: 400;
7
- --ax-font-weight-bold: 600;
8
- --ax-font-size-small: 0.875rem;
9
- --ax-font-size-medium: 1rem;
10
- --ax-font-size-large: 1.125rem;
11
- --ax-font-size-xlarge: 1.25rem;
12
- --ax-font-size-heading-xsmall: 1.125rem;
13
- --ax-font-size-heading-small: 1.25rem;
14
- --ax-font-size-heading-medium: 1.5rem;
15
- --ax-font-size-heading-large: 1.75rem;
16
- --ax-font-size-heading-xlarge: 2rem;
17
- --ax-font-size-heading-2xlarge: 2.5rem;
18
- --ax-font-line-height-medium: 1.25rem;
19
- --ax-font-line-height-large: 1.5rem;
20
- --ax-font-line-height-xlarge: 1.75rem;
21
- --ax-font-line-height-heading-xsmall: 1.5rem;
22
- --ax-font-line-height-heading-small: 1.75rem;
23
- --ax-font-line-height-heading-medium: 2rem;
24
- --ax-font-line-height-heading-large: 2.25rem;
25
- --ax-font-line-height-heading-xlarge: 2.5rem;
26
- --ax-font-line-height-heading-2xlarge: 3.25rem;
27
- --ax-font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
28
- --ax-breakpoint-2xl-down: 1439px;
29
- --ax-breakpoint-2xl: 1440px;
30
- --ax-breakpoint-xl-down: 1279px;
31
- --ax-breakpoint-xl: 1280px;
32
- --ax-breakpoint-lg-down: 1023px;
33
- --ax-breakpoint-lg: 1024px;
34
- --ax-breakpoint-md-down: 767px;
35
- --ax-breakpoint-md: 768px;
36
- --ax-breakpoint-sm-down: 479px;
37
- --ax-breakpoint-sm: 480px;
38
- --ax-breakpoint-xs: 0;
39
- --ax-border-radius-full: 9999px;
40
- --ax-border-radius-xlarge: 12px;
41
- --ax-border-radius-large: 8px;
42
- --ax-border-radius-medium: 4px;
43
- --ax-border-radius-small: 2px;
44
- --ax-space-128: 8rem;
45
- --ax-space-96: 6rem;
46
- --ax-space-80: 5rem;
47
- --ax-space-72: 4.5rem;
48
- --ax-space-64: 4rem;
49
- --ax-space-56: 3.5rem;
50
- --ax-space-48: 3rem;
51
- --ax-space-44: 2.75rem;
52
- --ax-space-40: 2.5rem;
53
- --ax-space-36: 2.25rem;
54
- --ax-space-32: 2rem;
55
- --ax-space-28: 1.75rem;
56
- --ax-space-24: 1.5rem;
57
- --ax-space-20: 1.25rem;
58
- --ax-space-16: 1rem;
59
- --ax-space-12: 0.75rem;
60
- --ax-space-8: 0.5rem;
61
- --ax-space-6: 0.375rem;
62
- --ax-space-4: 0.25rem;
63
- --ax-space-2: 0.125rem;
64
- --ax-space-1: 0.0625rem;
65
6
  --ax-space-0: 0rem;
7
+ --ax-space-1: 0.0625rem;
8
+ --ax-space-2: 0.125rem;
9
+ --ax-space-4: 0.25rem;
10
+ --ax-space-6: 0.375rem;
11
+ --ax-space-8: 0.5rem;
12
+ --ax-space-12: 0.75rem;
13
+ --ax-space-16: 1rem;
14
+ --ax-space-20: 1.25rem;
15
+ --ax-space-24: 1.5rem;
16
+ --ax-space-28: 1.75rem;
17
+ --ax-space-32: 2rem;
18
+ --ax-space-36: 2.25rem;
19
+ --ax-space-40: 2.5rem;
20
+ --ax-space-44: 2.75rem;
21
+ --ax-space-48: 3rem;
22
+ --ax-space-56: 3.5rem;
23
+ --ax-space-64: 4rem;
24
+ --ax-space-72: 4.5rem;
25
+ --ax-space-80: 5rem;
26
+ --ax-space-96: 6rem;
27
+ --ax-space-128: 8rem;
28
+ --ax-border-radius-small: 2px;
29
+ --ax-border-radius-medium: 4px;
30
+ --ax-border-radius-large: 8px;
31
+ --ax-border-radius-xlarge: 12px;
32
+ --ax-border-radius-full: 9999px;
33
+ --ax-breakpoint-xs: 0;
34
+ --ax-breakpoint-sm: 480px;
35
+ --ax-breakpoint-sm-down: 479px;
36
+ --ax-breakpoint-md: 768px;
37
+ --ax-breakpoint-md-down: 767px;
38
+ --ax-breakpoint-lg: 1024px;
39
+ --ax-breakpoint-lg-down: 1023px;
40
+ --ax-breakpoint-xl: 1280px;
41
+ --ax-breakpoint-xl-down: 1279px;
42
+ --ax-breakpoint-2xl: 1440px;
43
+ --ax-breakpoint-2xl-down: 1439px;
44
+ --ax-font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
45
+ --ax-font-line-height-heading-2xlarge: 3.25rem;
46
+ --ax-font-line-height-heading-xlarge: 2.5rem;
47
+ --ax-font-line-height-heading-large: 2.25rem;
48
+ --ax-font-line-height-heading-medium: 2rem;
49
+ --ax-font-line-height-heading-small: 1.75rem;
50
+ --ax-font-line-height-heading-xsmall: 1.5rem;
51
+ --ax-font-line-height-xlarge: 1.75rem;
52
+ --ax-font-line-height-large: 1.5rem;
53
+ --ax-font-line-height-medium: 1.25rem;
54
+ --ax-font-size-heading-2xlarge: 2.5rem;
55
+ --ax-font-size-heading-xlarge: 2rem;
56
+ --ax-font-size-heading-large: 1.75rem;
57
+ --ax-font-size-heading-medium: 1.5rem;
58
+ --ax-font-size-heading-small: 1.25rem;
59
+ --ax-font-size-heading-xsmall: 1.125rem;
60
+ --ax-font-size-xlarge: 1.25rem;
61
+ --ax-font-size-large: 1.125rem;
62
+ --ax-font-size-medium: 1rem;
63
+ --ax-font-size-small: 0.875rem;
64
+ --ax-font-weight-bold: 600;
65
+ --ax-font-weight-regular: 400;
66
66
  }
@@ -12,6 +12,7 @@ module.exports = {
12
12
  */
13
13
  "OpacityDisabled": "0.3",
14
14
  "BgAccentSoft": "#f1f7ff",
15
+ "BgAccentSoftA": "#006eff0e",
15
16
  "BgAccentHover": "#e4eeff",
16
17
  "BgAccentHoverA": "#005fff1b",
17
18
  "BgAccentModerate": "#e4eeff",
@@ -24,6 +25,7 @@ module.exports = {
24
25
  "BgAccentStrongHover": "#0063c1",
25
26
  "BgAccentStrongPressed": "#005bb6",
26
27
  "BgSuccessSoft": "#e2fde8",
28
+ "BgSuccessSoftA": "#00ee351d",
27
29
  "BgSuccessHover": "#d5f6db",
28
30
  "BgSuccessHoverA": "#00c9252a",
29
31
  "BgSuccessModerate": "#d5f6db",
@@ -36,6 +38,7 @@ module.exports = {
36
38
  "BgSuccessStrongHover": "#007629",
37
39
  "BgSuccessStrongPressed": "#006c1f",
38
40
  "BgWarningSoft": "#fff5e4",
41
+ "BgWarningSoftA": "#ffa1001b",
39
42
  "BgWarningHover": "#ffebc7",
40
43
  "BgWarningHoverA": "#ffa40038",
41
44
  "BgWarningModerate": "#ffebc7",
@@ -48,6 +51,7 @@ module.exports = {
48
51
  "BgWarningStrongHover": "#ac4400",
49
52
  "BgWarningStrongPressed": "#a03e00",
50
53
  "BgDangerSoft": "#fff2f7",
54
+ "BgDangerSoftA": "#ff00630d",
51
55
  "BgDangerHover": "#ffe8f0",
52
56
  "BgDangerHoverA": "#ff005917",
53
57
  "BgDangerModerate": "#ffe8f0",
@@ -60,6 +64,7 @@ module.exports = {
60
64
  "BgDangerStrongHover": "#cb0035",
61
65
  "BgDangerStrongPressed": "#bc002a",
62
66
  "BgInfoSoft": "#eef6fc",
67
+ "BgInfoSoftA": "#0078d211",
63
68
  "BgInfoHover": "#e3eff7",
64
69
  "BgInfoHoverA": "#006eb71c",
65
70
  "BgInfoModerate": "#e3eff7",
@@ -72,6 +77,7 @@ module.exports = {
72
77
  "BgInfoStrongHover": "#246b91",
73
78
  "BgInfoStrongPressed": "#156389",
74
79
  "BgBrand1Soft": "#fbf3f6",
80
+ "BgBrand1SoftA": "#aa00400c",
75
81
  "BgBrand1Hover": "#f8eaef",
76
82
  "BgBrand1HoverA": "#aa003d15",
77
83
  "BgBrand1Moderate": "#f8eaef",
@@ -84,6 +90,7 @@ module.exports = {
84
90
  "BgBrand1StrongHover": "#a93d70",
85
91
  "BgBrand1StrongPressed": "#a33069",
86
92
  "BgBrand2Soft": "#fff4ee",
93
+ "BgBrand2SoftA": "#ff5a0011",
87
94
  "BgBrand2Hover": "#fdebe0",
88
95
  "BgBrand2HoverA": "#ef5b001f",
89
96
  "BgBrand2Moderate": "#fdebe0",
@@ -96,6 +103,7 @@ module.exports = {
96
103
  "BgBrand2StrongHover": "#915541",
97
104
  "BgBrand2StrongPressed": "#874e3b",
98
105
  "BgBrand3Soft": "#eef6fc",
106
+ "BgBrand3SoftA": "#0078d211",
99
107
  "BgBrand3Hover": "#e3eff7",
100
108
  "BgBrand3HoverA": "#006eb71c",
101
109
  "BgBrand3Moderate": "#e3eff7",
@@ -108,6 +116,7 @@ module.exports = {
108
116
  "BgBrand3StrongHover": "#246b91",
109
117
  "BgBrand3StrongPressed": "#156389",
110
118
  "BgMeta1Soft": "#f7f5f9",
119
+ "BgMeta1SoftA": "#3300660a",
111
120
  "BgMeta1Hover": "#f0edf4",
112
121
  "BgMeta1HoverA": "#2b006412",
113
122
  "BgMeta1Moderate": "#f0edf4",
@@ -120,6 +129,7 @@ module.exports = {
120
129
  "BgMeta1StrongHover": "#725a91",
121
130
  "BgMeta1StrongPressed": "#6a5289",
122
131
  "BgMeta2Soft": "#f4f9d1",
132
+ "BgMeta2SoftA": "#c3de002e",
123
133
  "BgMeta2Hover": "#ebf4a9",
124
134
  "BgMeta2HoverA": "#c4df0056",
125
135
  "BgMeta2Moderate": "#ebf4a9",
@@ -137,6 +147,7 @@ module.exports = {
137
147
  "BgSunken": "#ecedef",
138
148
  "BgOverlay": "#021431",
139
149
  "BgSoft": "#f5f6f7",
150
+ "BgSoftA": "#001a330a",
140
151
  "BgHover": "#ecedef",
141
152
  "BgHoverA": "#000e2913",
142
153
  "BgModerate": "#ecedef",
@@ -233,7 +244,7 @@ module.exports = {
233
244
  "BorderMeta2Subtle": "#d0dc00",
234
245
  "BorderMeta2SubtleA": "#d0dc00",
235
246
  "BorderMeta2Strong": "#646900",
236
- "BorderDefault": "#818997",
247
+ "BorderDefault": "#6f7785",
237
248
  "BorderSubtle": "#cfd3d8",
238
249
  "BorderSubtleA": "#00163030",
239
250
  "BorderStrong": "#6f7785",
@@ -11,6 +11,7 @@ export const ShadowDialog = "0px 0px 1px 0px rgba(7 9 13 / 0.02), 0px 2px 5px 0p
11
11
  */
12
12
  export const OpacityDisabled = "0.3";
13
13
  export const BgAccentSoft = "#f1f7ff";
14
+ export const BgAccentSoftA = "#006eff0e";
14
15
  export const BgAccentHover = "#e4eeff";
15
16
  export const BgAccentHoverA = "#005fff1b";
16
17
  export const BgAccentModerate = "#e4eeff";
@@ -23,6 +24,7 @@ export const BgAccentStrong = "#2277d5";
23
24
  export const BgAccentStrongHover = "#0063c1";
24
25
  export const BgAccentStrongPressed = "#005bb6";
25
26
  export const BgSuccessSoft = "#e2fde8";
27
+ export const BgSuccessSoftA = "#00ee351d";
26
28
  export const BgSuccessHover = "#d5f6db";
27
29
  export const BgSuccessHoverA = "#00c9252a";
28
30
  export const BgSuccessModerate = "#d5f6db";
@@ -35,6 +37,7 @@ export const BgSuccessStrong = "#00893c";
35
37
  export const BgSuccessStrongHover = "#007629";
36
38
  export const BgSuccessStrongPressed = "#006c1f";
37
39
  export const BgWarningSoft = "#fff5e4";
40
+ export const BgWarningSoftA = "#ffa1001b";
38
41
  export const BgWarningHover = "#ffebc7";
39
42
  export const BgWarningHoverA = "#ffa40038";
40
43
  export const BgWarningModerate = "#ffebc7";
@@ -47,6 +50,7 @@ export const BgWarningStrong = "#c95100";
47
50
  export const BgWarningStrongHover = "#ac4400";
48
51
  export const BgWarningStrongPressed = "#a03e00";
49
52
  export const BgDangerSoft = "#fff2f7";
53
+ export const BgDangerSoftA = "#ff00630d";
50
54
  export const BgDangerHover = "#ffe8f0";
51
55
  export const BgDangerHoverA = "#ff005917";
52
56
  export const BgDangerModerate = "#ffe8f0";
@@ -59,6 +63,7 @@ export const BgDangerStrong = "#e22a49";
59
63
  export const BgDangerStrongHover = "#cb0035";
60
64
  export const BgDangerStrongPressed = "#bc002a";
61
65
  export const BgInfoSoft = "#eef6fc";
66
+ export const BgInfoSoftA = "#0078d211";
62
67
  export const BgInfoHover = "#e3eff7";
63
68
  export const BgInfoHoverA = "#006eb71c";
64
69
  export const BgInfoModerate = "#e3eff7";
@@ -71,6 +76,7 @@ export const BgInfoStrong = "#417da0";
71
76
  export const BgInfoStrongHover = "#246b91";
72
77
  export const BgInfoStrongPressed = "#156389";
73
78
  export const BgBrand1Soft = "#fbf3f6";
79
+ export const BgBrand1SoftA = "#aa00400c";
74
80
  export const BgBrand1Hover = "#f8eaef";
75
81
  export const BgBrand1HoverA = "#aa003d15";
76
82
  export const BgBrand1Moderate = "#f8eaef";
@@ -83,6 +89,7 @@ export const BgBrand1Strong = "#b65781";
83
89
  export const BgBrand1StrongHover = "#a93d70";
84
90
  export const BgBrand1StrongPressed = "#a33069";
85
91
  export const BgBrand2Soft = "#fff4ee";
92
+ export const BgBrand2SoftA = "#ff5a0011";
86
93
  export const BgBrand2Hover = "#fdebe0";
87
94
  export const BgBrand2HoverA = "#ef5b001f";
88
95
  export const BgBrand2Moderate = "#fdebe0";
@@ -95,6 +102,7 @@ export const BgBrand2Strong = "#a9654e";
95
102
  export const BgBrand2StrongHover = "#915541";
96
103
  export const BgBrand2StrongPressed = "#874e3b";
97
104
  export const BgBrand3Soft = "#eef6fc";
105
+ export const BgBrand3SoftA = "#0078d211";
98
106
  export const BgBrand3Hover = "#e3eff7";
99
107
  export const BgBrand3HoverA = "#006eb71c";
100
108
  export const BgBrand3Moderate = "#e3eff7";
@@ -107,6 +115,7 @@ export const BgBrand3Strong = "#417da0";
107
115
  export const BgBrand3StrongHover = "#246b91";
108
116
  export const BgBrand3StrongPressed = "#156389";
109
117
  export const BgMeta1Soft = "#f7f5f9";
118
+ export const BgMeta1SoftA = "#3300660a";
110
119
  export const BgMeta1Hover = "#f0edf4";
111
120
  export const BgMeta1HoverA = "#2b006412";
112
121
  export const BgMeta1Moderate = "#f0edf4";
@@ -119,6 +128,7 @@ export const BgMeta1Strong = "#846ca4";
119
128
  export const BgMeta1StrongHover = "#725a91";
120
129
  export const BgMeta1StrongPressed = "#6a5289";
121
130
  export const BgMeta2Soft = "#f4f9d1";
131
+ export const BgMeta2SoftA = "#c3de002e";
122
132
  export const BgMeta2Hover = "#ebf4a9";
123
133
  export const BgMeta2HoverA = "#c4df0056";
124
134
  export const BgMeta2Moderate = "#ebf4a9";
@@ -136,6 +146,7 @@ export const BgRaised = "white";
136
146
  export const BgSunken = "#ecedef";
137
147
  export const BgOverlay = "#021431";
138
148
  export const BgSoft = "#f5f6f7";
149
+ export const BgSoftA = "#001a330a";
139
150
  export const BgHover = "#ecedef";
140
151
  export const BgHoverA = "#000e2913";
141
152
  export const BgModerate = "#ecedef";
@@ -232,7 +243,7 @@ export const BorderMeta2 = "#757c00";
232
243
  export const BorderMeta2Subtle = "#d0dc00";
233
244
  export const BorderMeta2SubtleA = "#d0dc00";
234
245
  export const BorderMeta2Strong = "#646900";
235
- export const BorderDefault = "#818997";
246
+ export const BorderDefault = "#6f7785";
236
247
  export const BorderSubtle = "#cfd3d8";
237
248
  export const BorderSubtleA = "#00163030";
238
249
  export const BorderStrong = "#6f7785";
@@ -11,6 +11,7 @@ export const ShadowDialog = "0px 0px 1px 0px rgba(7 9 13 / 0.02), 0px 2px 5px 0p
11
11
  */
12
12
  export const OpacityDisabled = "0.3";
13
13
  export const BgAccentSoft = "#f1f7ff";
14
+ export const BgAccentSoftA = "#006eff0e";
14
15
  export const BgAccentHover = "#e4eeff";
15
16
  export const BgAccentHoverA = "#005fff1b";
16
17
  export const BgAccentModerate = "#e4eeff";
@@ -23,6 +24,7 @@ export const BgAccentStrong = "#2277d5";
23
24
  export const BgAccentStrongHover = "#0063c1";
24
25
  export const BgAccentStrongPressed = "#005bb6";
25
26
  export const BgSuccessSoft = "#e2fde8";
27
+ export const BgSuccessSoftA = "#00ee351d";
26
28
  export const BgSuccessHover = "#d5f6db";
27
29
  export const BgSuccessHoverA = "#00c9252a";
28
30
  export const BgSuccessModerate = "#d5f6db";
@@ -35,6 +37,7 @@ export const BgSuccessStrong = "#00893c";
35
37
  export const BgSuccessStrongHover = "#007629";
36
38
  export const BgSuccessStrongPressed = "#006c1f";
37
39
  export const BgWarningSoft = "#fff5e4";
40
+ export const BgWarningSoftA = "#ffa1001b";
38
41
  export const BgWarningHover = "#ffebc7";
39
42
  export const BgWarningHoverA = "#ffa40038";
40
43
  export const BgWarningModerate = "#ffebc7";
@@ -47,6 +50,7 @@ export const BgWarningStrong = "#c95100";
47
50
  export const BgWarningStrongHover = "#ac4400";
48
51
  export const BgWarningStrongPressed = "#a03e00";
49
52
  export const BgDangerSoft = "#fff2f7";
53
+ export const BgDangerSoftA = "#ff00630d";
50
54
  export const BgDangerHover = "#ffe8f0";
51
55
  export const BgDangerHoverA = "#ff005917";
52
56
  export const BgDangerModerate = "#ffe8f0";
@@ -59,6 +63,7 @@ export const BgDangerStrong = "#e22a49";
59
63
  export const BgDangerStrongHover = "#cb0035";
60
64
  export const BgDangerStrongPressed = "#bc002a";
61
65
  export const BgInfoSoft = "#eef6fc";
66
+ export const BgInfoSoftA = "#0078d211";
62
67
  export const BgInfoHover = "#e3eff7";
63
68
  export const BgInfoHoverA = "#006eb71c";
64
69
  export const BgInfoModerate = "#e3eff7";
@@ -71,6 +76,7 @@ export const BgInfoStrong = "#417da0";
71
76
  export const BgInfoStrongHover = "#246b91";
72
77
  export const BgInfoStrongPressed = "#156389";
73
78
  export const BgBrand1Soft = "#fbf3f6";
79
+ export const BgBrand1SoftA = "#aa00400c";
74
80
  export const BgBrand1Hover = "#f8eaef";
75
81
  export const BgBrand1HoverA = "#aa003d15";
76
82
  export const BgBrand1Moderate = "#f8eaef";
@@ -83,6 +89,7 @@ export const BgBrand1Strong = "#b65781";
83
89
  export const BgBrand1StrongHover = "#a93d70";
84
90
  export const BgBrand1StrongPressed = "#a33069";
85
91
  export const BgBrand2Soft = "#fff4ee";
92
+ export const BgBrand2SoftA = "#ff5a0011";
86
93
  export const BgBrand2Hover = "#fdebe0";
87
94
  export const BgBrand2HoverA = "#ef5b001f";
88
95
  export const BgBrand2Moderate = "#fdebe0";
@@ -95,6 +102,7 @@ export const BgBrand2Strong = "#a9654e";
95
102
  export const BgBrand2StrongHover = "#915541";
96
103
  export const BgBrand2StrongPressed = "#874e3b";
97
104
  export const BgBrand3Soft = "#eef6fc";
105
+ export const BgBrand3SoftA = "#0078d211";
98
106
  export const BgBrand3Hover = "#e3eff7";
99
107
  export const BgBrand3HoverA = "#006eb71c";
100
108
  export const BgBrand3Moderate = "#e3eff7";
@@ -107,6 +115,7 @@ export const BgBrand3Strong = "#417da0";
107
115
  export const BgBrand3StrongHover = "#246b91";
108
116
  export const BgBrand3StrongPressed = "#156389";
109
117
  export const BgMeta1Soft = "#f7f5f9";
118
+ export const BgMeta1SoftA = "#3300660a";
110
119
  export const BgMeta1Hover = "#f0edf4";
111
120
  export const BgMeta1HoverA = "#2b006412";
112
121
  export const BgMeta1Moderate = "#f0edf4";
@@ -119,6 +128,7 @@ export const BgMeta1Strong = "#846ca4";
119
128
  export const BgMeta1StrongHover = "#725a91";
120
129
  export const BgMeta1StrongPressed = "#6a5289";
121
130
  export const BgMeta2Soft = "#f4f9d1";
131
+ export const BgMeta2SoftA = "#c3de002e";
122
132
  export const BgMeta2Hover = "#ebf4a9";
123
133
  export const BgMeta2HoverA = "#c4df0056";
124
134
  export const BgMeta2Moderate = "#ebf4a9";
@@ -136,6 +146,7 @@ export const BgRaised = "white";
136
146
  export const BgSunken = "#ecedef";
137
147
  export const BgOverlay = "#021431";
138
148
  export const BgSoft = "#f5f6f7";
149
+ export const BgSoftA = "#001a330a";
139
150
  export const BgHover = "#ecedef";
140
151
  export const BgHoverA = "#000e2913";
141
152
  export const BgModerate = "#ecedef";
@@ -232,7 +243,7 @@ export const BorderMeta2 = "#757c00";
232
243
  export const BorderMeta2Subtle = "#d0dc00";
233
244
  export const BorderMeta2SubtleA = "#d0dc00";
234
245
  export const BorderMeta2Strong = "#646900";
235
- export const BorderDefault = "#818997";
246
+ export const BorderDefault = "#6f7785";
236
247
  export const BorderSubtle = "#cfd3d8";
237
248
  export const BorderSubtleA = "#00163030";
238
249
  export const BorderStrong = "#6f7785";
@@ -4,6 +4,7 @@
4
4
  @ax-shadow-dialog: 0px 0px 1px 0px rgba(7 9 13 / 0.02), 0px 2px 5px 0px rgba(7 9 13 / 0.10), 0px 5px 12px 0px rgba(7 9 13 / 0.12); // Used for dialog elements like modals and popovers.
5
5
  @ax-opacity-disabled: 0.3; // Used for setting opacity on disabled elements.
6
6
  @ax-bg-accent-soft: #f1f7ff;
7
+ @ax-bg-accent-soft-a: #006eff0e;
7
8
  @ax-bg-accent-hover: #e4eeff;
8
9
  @ax-bg-accent-hover-a: #005fff1b;
9
10
  @ax-bg-accent-moderate: #e4eeff;
@@ -16,6 +17,7 @@
16
17
  @ax-bg-accent-strong-hover: #0063c1;
17
18
  @ax-bg-accent-strong-pressed: #005bb6;
18
19
  @ax-bg-success-soft: #e2fde8;
20
+ @ax-bg-success-soft-a: #00ee351d;
19
21
  @ax-bg-success-hover: #d5f6db;
20
22
  @ax-bg-success-hover-a: #00c9252a;
21
23
  @ax-bg-success-moderate: #d5f6db;
@@ -28,6 +30,7 @@
28
30
  @ax-bg-success-strong-hover: #007629;
29
31
  @ax-bg-success-strong-pressed: #006c1f;
30
32
  @ax-bg-warning-soft: #fff5e4;
33
+ @ax-bg-warning-soft-a: #ffa1001b;
31
34
  @ax-bg-warning-hover: #ffebc7;
32
35
  @ax-bg-warning-hover-a: #ffa40038;
33
36
  @ax-bg-warning-moderate: #ffebc7;
@@ -40,6 +43,7 @@
40
43
  @ax-bg-warning-strong-hover: #ac4400;
41
44
  @ax-bg-warning-strong-pressed: #a03e00;
42
45
  @ax-bg-danger-soft: #fff2f7;
46
+ @ax-bg-danger-soft-a: #ff00630d;
43
47
  @ax-bg-danger-hover: #ffe8f0;
44
48
  @ax-bg-danger-hover-a: #ff005917;
45
49
  @ax-bg-danger-moderate: #ffe8f0;
@@ -52,6 +56,7 @@
52
56
  @ax-bg-danger-strong-hover: #cb0035;
53
57
  @ax-bg-danger-strong-pressed: #bc002a;
54
58
  @ax-bg-info-soft: #eef6fc;
59
+ @ax-bg-info-soft-a: #0078d211;
55
60
  @ax-bg-info-hover: #e3eff7;
56
61
  @ax-bg-info-hover-a: #006eb71c;
57
62
  @ax-bg-info-moderate: #e3eff7;
@@ -64,6 +69,7 @@
64
69
  @ax-bg-info-strong-hover: #246b91;
65
70
  @ax-bg-info-strong-pressed: #156389;
66
71
  @ax-bg-brand-1-soft: #fbf3f6;
72
+ @ax-bg-brand-1-soft-a: #aa00400c;
67
73
  @ax-bg-brand-1-hover: #f8eaef;
68
74
  @ax-bg-brand-1-hover-a: #aa003d15;
69
75
  @ax-bg-brand-1-moderate: #f8eaef;
@@ -76,6 +82,7 @@
76
82
  @ax-bg-brand-1-strong-hover: #a93d70;
77
83
  @ax-bg-brand-1-strong-pressed: #a33069;
78
84
  @ax-bg-brand-2-soft: #fff4ee;
85
+ @ax-bg-brand-2-soft-a: #ff5a0011;
79
86
  @ax-bg-brand-2-hover: #fdebe0;
80
87
  @ax-bg-brand-2-hover-a: #ef5b001f;
81
88
  @ax-bg-brand-2-moderate: #fdebe0;
@@ -88,6 +95,7 @@
88
95
  @ax-bg-brand-2-strong-hover: #915541;
89
96
  @ax-bg-brand-2-strong-pressed: #874e3b;
90
97
  @ax-bg-brand-3-soft: #eef6fc;
98
+ @ax-bg-brand-3-soft-a: #0078d211;
91
99
  @ax-bg-brand-3-hover: #e3eff7;
92
100
  @ax-bg-brand-3-hover-a: #006eb71c;
93
101
  @ax-bg-brand-3-moderate: #e3eff7;
@@ -100,6 +108,7 @@
100
108
  @ax-bg-brand-3-strong-hover: #246b91;
101
109
  @ax-bg-brand-3-strong-pressed: #156389;
102
110
  @ax-bg-meta-1-soft: #f7f5f9;
111
+ @ax-bg-meta-1-soft-a: #3300660a;
103
112
  @ax-bg-meta-1-hover: #f0edf4;
104
113
  @ax-bg-meta-1-hover-a: #2b006412;
105
114
  @ax-bg-meta-1-moderate: #f0edf4;
@@ -112,6 +121,7 @@
112
121
  @ax-bg-meta-1-strong-hover: #725a91;
113
122
  @ax-bg-meta-1-strong-pressed: #6a5289;
114
123
  @ax-bg-meta-2-soft: #f4f9d1;
124
+ @ax-bg-meta-2-soft-a: #c3de002e;
115
125
  @ax-bg-meta-2-hover: #ebf4a9;
116
126
  @ax-bg-meta-2-hover-a: #c4df0056;
117
127
  @ax-bg-meta-2-moderate: #ebf4a9;
@@ -129,6 +139,7 @@
129
139
  @ax-bg-sunken: #ecedef;
130
140
  @ax-bg-overlay: #021431;
131
141
  @ax-bg-soft: #f5f6f7;
142
+ @ax-bg-soft-a: #001a330a;
132
143
  @ax-bg-hover: #ecedef;
133
144
  @ax-bg-hover-a: #000e2913;
134
145
  @ax-bg-moderate: #ecedef;
@@ -225,7 +236,7 @@
225
236
  @ax-border-meta-2-subtle: #d0dc00;
226
237
  @ax-border-meta-2-subtle-a: #d0dc00;
227
238
  @ax-border-meta-2-strong: #646900;
228
- @ax-border-default: #818997;
239
+ @ax-border-default: #6f7785;
229
240
  @ax-border-subtle: #cfd3d8;
230
241
  @ax-border-subtle-a: #00163030;
231
242
  @ax-border-strong: #6f7785;
@@ -4,6 +4,7 @@
4
4
  $ax-shadow-dialog: 0px 0px 1px 0px rgba(7 9 13 / 0.02), 0px 2px 5px 0px rgba(7 9 13 / 0.10), 0px 5px 12px 0px rgba(7 9 13 / 0.12); // Used for dialog elements like modals and popovers.
5
5
  $ax-opacity-disabled: 0.3; // Used for setting opacity on disabled elements.
6
6
  $ax-bg-accent-soft: #f1f7ff;
7
+ $ax-bg-accent-soft-a: #006eff0e;
7
8
  $ax-bg-accent-hover: #e4eeff;
8
9
  $ax-bg-accent-hover-a: #005fff1b;
9
10
  $ax-bg-accent-moderate: #e4eeff;
@@ -16,6 +17,7 @@ $ax-bg-accent-strong: #2277d5;
16
17
  $ax-bg-accent-strong-hover: #0063c1;
17
18
  $ax-bg-accent-strong-pressed: #005bb6;
18
19
  $ax-bg-success-soft: #e2fde8;
20
+ $ax-bg-success-soft-a: #00ee351d;
19
21
  $ax-bg-success-hover: #d5f6db;
20
22
  $ax-bg-success-hover-a: #00c9252a;
21
23
  $ax-bg-success-moderate: #d5f6db;
@@ -28,6 +30,7 @@ $ax-bg-success-strong: #00893c;
28
30
  $ax-bg-success-strong-hover: #007629;
29
31
  $ax-bg-success-strong-pressed: #006c1f;
30
32
  $ax-bg-warning-soft: #fff5e4;
33
+ $ax-bg-warning-soft-a: #ffa1001b;
31
34
  $ax-bg-warning-hover: #ffebc7;
32
35
  $ax-bg-warning-hover-a: #ffa40038;
33
36
  $ax-bg-warning-moderate: #ffebc7;
@@ -40,6 +43,7 @@ $ax-bg-warning-strong: #c95100;
40
43
  $ax-bg-warning-strong-hover: #ac4400;
41
44
  $ax-bg-warning-strong-pressed: #a03e00;
42
45
  $ax-bg-danger-soft: #fff2f7;
46
+ $ax-bg-danger-soft-a: #ff00630d;
43
47
  $ax-bg-danger-hover: #ffe8f0;
44
48
  $ax-bg-danger-hover-a: #ff005917;
45
49
  $ax-bg-danger-moderate: #ffe8f0;
@@ -52,6 +56,7 @@ $ax-bg-danger-strong: #e22a49;
52
56
  $ax-bg-danger-strong-hover: #cb0035;
53
57
  $ax-bg-danger-strong-pressed: #bc002a;
54
58
  $ax-bg-info-soft: #eef6fc;
59
+ $ax-bg-info-soft-a: #0078d211;
55
60
  $ax-bg-info-hover: #e3eff7;
56
61
  $ax-bg-info-hover-a: #006eb71c;
57
62
  $ax-bg-info-moderate: #e3eff7;
@@ -64,6 +69,7 @@ $ax-bg-info-strong: #417da0;
64
69
  $ax-bg-info-strong-hover: #246b91;
65
70
  $ax-bg-info-strong-pressed: #156389;
66
71
  $ax-bg-brand-1-soft: #fbf3f6;
72
+ $ax-bg-brand-1-soft-a: #aa00400c;
67
73
  $ax-bg-brand-1-hover: #f8eaef;
68
74
  $ax-bg-brand-1-hover-a: #aa003d15;
69
75
  $ax-bg-brand-1-moderate: #f8eaef;
@@ -76,6 +82,7 @@ $ax-bg-brand-1-strong: #b65781;
76
82
  $ax-bg-brand-1-strong-hover: #a93d70;
77
83
  $ax-bg-brand-1-strong-pressed: #a33069;
78
84
  $ax-bg-brand-2-soft: #fff4ee;
85
+ $ax-bg-brand-2-soft-a: #ff5a0011;
79
86
  $ax-bg-brand-2-hover: #fdebe0;
80
87
  $ax-bg-brand-2-hover-a: #ef5b001f;
81
88
  $ax-bg-brand-2-moderate: #fdebe0;
@@ -88,6 +95,7 @@ $ax-bg-brand-2-strong: #a9654e;
88
95
  $ax-bg-brand-2-strong-hover: #915541;
89
96
  $ax-bg-brand-2-strong-pressed: #874e3b;
90
97
  $ax-bg-brand-3-soft: #eef6fc;
98
+ $ax-bg-brand-3-soft-a: #0078d211;
91
99
  $ax-bg-brand-3-hover: #e3eff7;
92
100
  $ax-bg-brand-3-hover-a: #006eb71c;
93
101
  $ax-bg-brand-3-moderate: #e3eff7;
@@ -100,6 +108,7 @@ $ax-bg-brand-3-strong: #417da0;
100
108
  $ax-bg-brand-3-strong-hover: #246b91;
101
109
  $ax-bg-brand-3-strong-pressed: #156389;
102
110
  $ax-bg-meta-1-soft: #f7f5f9;
111
+ $ax-bg-meta-1-soft-a: #3300660a;
103
112
  $ax-bg-meta-1-hover: #f0edf4;
104
113
  $ax-bg-meta-1-hover-a: #2b006412;
105
114
  $ax-bg-meta-1-moderate: #f0edf4;
@@ -112,6 +121,7 @@ $ax-bg-meta-1-strong: #846ca4;
112
121
  $ax-bg-meta-1-strong-hover: #725a91;
113
122
  $ax-bg-meta-1-strong-pressed: #6a5289;
114
123
  $ax-bg-meta-2-soft: #f4f9d1;
124
+ $ax-bg-meta-2-soft-a: #c3de002e;
115
125
  $ax-bg-meta-2-hover: #ebf4a9;
116
126
  $ax-bg-meta-2-hover-a: #c4df0056;
117
127
  $ax-bg-meta-2-moderate: #ebf4a9;
@@ -129,6 +139,7 @@ $ax-bg-raised: white;
129
139
  $ax-bg-sunken: #ecedef;
130
140
  $ax-bg-overlay: rgba(2, 20, 49, 0.49);
131
141
  $ax-bg-soft: #f5f6f7;
142
+ $ax-bg-soft-a: #001a330a;
132
143
  $ax-bg-hover: #ecedef;
133
144
  $ax-bg-hover-a: #000e2913;
134
145
  $ax-bg-moderate: #ecedef;
@@ -225,7 +236,7 @@ $ax-border-meta-2: #757c00;
225
236
  $ax-border-meta-2-subtle: #d0dc00;
226
237
  $ax-border-meta-2-subtle-a: #d0dc00;
227
238
  $ax-border-meta-2-strong: #646900;
228
- $ax-border-default: #818997;
239
+ $ax-border-default: #6f7785;
229
240
  $ax-border-subtle: #cfd3d8;
230
241
  $ax-border-subtle-a: #00163030;
231
242
  $ax-border-strong: #6f7785;