@servicetitan/hammer-token 2.1.1 → 2.2.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 (51) hide show
  1. package/.turbo/turbo-build.log +4 -1
  2. package/CHANGELOG.md +14 -0
  3. package/build/web/core/component-variables.scss +139 -0
  4. package/build/web/core/component.js +645 -0
  5. package/build/web/core/component.scss +69 -0
  6. package/build/web/core/css-utils/border.css +45 -29
  7. package/build/web/core/css-utils/color.css +219 -103
  8. package/build/web/core/css-utils/font.css +45 -43
  9. package/build/web/core/css-utils/spacing.css +71 -1
  10. package/build/web/core/css-utils/utils.css +562 -368
  11. package/build/web/core/index.js +2 -1
  12. package/build/web/core/raw.js +28 -24
  13. package/build/web/core/semantic-variables.scss +28 -24
  14. package/build/web/core/semantic.js +44 -24
  15. package/build/web/core/semantic.scss +13 -11
  16. package/config.js +97 -23
  17. package/package.json +3 -2
  18. package/src/global/primitive/breakpoint.js +19 -0
  19. package/src/global/primitive/color.js +231 -0
  20. package/src/global/primitive/duration.js +16 -0
  21. package/src/global/primitive/font.js +60 -0
  22. package/src/global/primitive/radius.js +31 -0
  23. package/src/global/primitive/size.js +55 -0
  24. package/src/global/primitive/transition.js +16 -0
  25. package/src/theme/core/background.js +148 -0
  26. package/src/theme/core/border.js +93 -0
  27. package/src/theme/core/component/button.js +708 -0
  28. package/src/theme/core/component/checkbox.js +405 -0
  29. package/src/theme/core/focus.js +35 -0
  30. package/src/theme/core/foreground.js +148 -0
  31. package/src/theme/core/overlay.js +137 -0
  32. package/src/theme/core/shadow.js +29 -0
  33. package/src/theme/core/status.js +49 -0
  34. package/src/theme/core/typography.js +82 -0
  35. package/src/utils/css-utils-format-utils.js +104 -34
  36. package/type/types.ts +75 -0
  37. package/src/global/primitive/breakpoint.json +0 -19
  38. package/src/global/primitive/color.json +0 -231
  39. package/src/global/primitive/duration.json +0 -16
  40. package/src/global/primitive/font.json +0 -60
  41. package/src/global/primitive/radius.json +0 -31
  42. package/src/global/primitive/size.json +0 -55
  43. package/src/global/primitive/transition.json +0 -16
  44. package/src/theme/core/background.json +0 -144
  45. package/src/theme/core/border.json +0 -87
  46. package/src/theme/core/focus.json +0 -31
  47. package/src/theme/core/foreground.json +0 -132
  48. package/src/theme/core/overlay.json +0 -134
  49. package/src/theme/core/shadow.json +0 -25
  50. package/src/theme/core/status.json +0 -46
  51. package/src/theme/core/typography.json +0 -79
@@ -1,4 +1,5 @@
1
1
  import * as semantic from './semantic';
2
2
  import * as primitive from './primitive';
3
+ import * as component from './component';
3
4
  const name = 'core';
4
- export { primitive, semantic, name };
5
+ export { primitive, semantic, component, name };
@@ -39,9 +39,10 @@ export const light = {
39
39
  BackgroundColorStrong: "#f7f7f7",
40
40
  BackgroundColorStronger: "#eeeeee",
41
41
  BackgroundColorStrongest: "#bcbcbd",
42
- BackgroundColorPrimary: "#0265dc",
43
- BackgroundColorPrimarySubdued: "#e0f2ff",
42
+ BackgroundColorPrimary: "#0265DC",
43
+ BackgroundColorPrimarySubdued: "#E0F2FF",
44
44
  BackgroundColorDanger: "#e13212",
45
+ BackgroundColorDangerSubdued: "#ffece9",
45
46
  BackgroundColorWarning: "#ffbe00",
46
47
  BackgroundColorDisabled: "#606162",
47
48
  BackgroundColorInverted: "#2d2e31",
@@ -49,38 +50,39 @@ export const light = {
49
50
  BorderColor: "#949596",
50
51
  BorderColorSubdued: "#dfe0e1",
51
52
  BorderColorStrong: "#444445",
52
- BorderColorPrimary: "#0265dc",
53
+ BorderColorPrimary: "#0265DC",
53
54
  BorderColorDanger: "#e13212",
54
- FocusRingColor: "#0265dc",
55
+ FocusRingColor: "#0265DC",
55
56
  FocusRingColorDanger: "#e13212",
56
57
  ForegroundColor: "#141414",
57
58
  ForegroundColorSubdued: "#737475",
58
- ForegroundColorPrimary: "#0265dc",
59
+ ForegroundColorPrimary: "#0265DC",
59
60
  ForegroundColorDanger: "#e13212",
60
61
  ForegroundColorInverted: "#ffffff",
61
62
  ForegroundColorOnPrimary: "#ffffff",
62
63
  ForegroundColorOnDanger: "#ffffff",
64
+ ForegroundColorOnDangerSubdued: "#bf2a00",
63
65
  ForegroundColorOnWarning: "#141414",
64
66
  ForegroundColorActivePrimary: "#004491",
65
67
  ForegroundColorActiveDanger: "#bf2a00",
66
68
  ForegroundColorHoverPrimary: "#004491",
67
69
  ForegroundColorHoverDanger: "#bf2a00",
68
70
  OverlayColorActive: "#14141429",
69
- OverlayColorActivePrimary: "#0265dc4D",
70
- OverlayColorActiveDanger: "#e132122E",
71
+ OverlayColorActivePrimary: "#0265DC4D",
72
+ OverlayColorActiveDanger: "#e132124D",
71
73
  OverlayColorActiveOn: "#14141429",
72
74
  OverlayColorActiveOnPrimary: "#14141466",
73
75
  OverlayColorActiveOnDanger: "#14141466",
74
76
  OverlayColorHover: "#14141414",
75
- OverlayColorHoverPrimary: "#0265dc1A",
76
- OverlayColorHoverDanger: "#e132120F",
77
+ OverlayColorHoverPrimary: "#0265DC1A",
78
+ OverlayColorHoverDanger: "#e132121A",
77
79
  OverlayColorHoverOn: "#14141414",
78
80
  OverlayColorHoverOnPrimary: "#14141433",
79
81
  OverlayColorHoverOnDanger: "#14141433",
80
82
  ShadowColor: "#14141414",
81
- StatusColorInfo: "#0265dc",
83
+ StatusColorInfo: "#0265DC",
82
84
  StatusColorDanger: "#e13212",
83
- StatusColorSuccess: "#007a4d",
85
+ StatusColorSuccess: "#007A4D",
84
86
  StatusColorWarning: "#ffbe00"
85
87
  }
86
88
  export const dark = {
@@ -88,9 +90,10 @@ export const dark = {
88
90
  BackgroundColorStrong: "#2d2e31",
89
91
  BackgroundColorStronger: "#444445",
90
92
  BackgroundColorStrongest: "#737475",
91
- BackgroundColorPrimary: "#78bbfa",
92
- BackgroundColorPrimarySubdued: "#78bbfa33",
93
+ BackgroundColorPrimary: "#78BBFA",
94
+ BackgroundColorPrimarySubdued: "#78BBFA33",
93
95
  BackgroundColorDanger: "#ff745f",
96
+ BackgroundColorDangerSubdued: "#ff745f33",
94
97
  BackgroundColorWarning: "#ffe278",
95
98
  BackgroundColorDisabled: "#606162",
96
99
  BackgroundColorInverted: "#fafafa",
@@ -98,37 +101,38 @@ export const dark = {
98
101
  BorderColor: "#606162",
99
102
  BorderColorSubdued: "#444445",
100
103
  BorderColorStrong: "#dfe0e1",
101
- BorderColorPrimary: "#78bbfa",
104
+ BorderColorPrimary: "#78BBFA",
102
105
  BorderColorDanger: "#ff745f",
103
- FocusRingColor: "#78bbfa",
106
+ FocusRingColor: "#78BBFA",
104
107
  FocusRingColorDanger: "#ff745f",
105
108
  ForegroundColor: "#ffffff",
106
109
  ForegroundColorSubdued: "#bcbcbd",
107
- ForegroundColorPrimary: "#78bbfa",
110
+ ForegroundColorPrimary: "#78BBFA",
108
111
  ForegroundColorDanger: "#ff745f",
109
112
  ForegroundColorInverted: "#141414",
110
113
  ForegroundColorOnPrimary: "#141414",
111
114
  ForegroundColorOnDanger: "#141414",
115
+ ForegroundColorOnDangerSubdued: "#ffffff",
112
116
  ForegroundColorOnWarning: "#141414",
113
- ForegroundColorActivePrimary: "#b5deff",
117
+ ForegroundColorActivePrimary: "#B5DEFF",
114
118
  ForegroundColorActiveDanger: "#ff745f",
115
- ForegroundColorHoverPrimary: "#b5deff",
119
+ ForegroundColorHoverPrimary: "#B5DEFF",
116
120
  ForegroundColorHoverDanger: "#ff745f",
117
121
  OverlayColorActive: "#ffffff29",
118
- OverlayColorActivePrimary: "#78bbfa40",
119
- OverlayColorActiveDanger: "#ff745f40",
122
+ OverlayColorActivePrimary: "#78BBFA40",
123
+ OverlayColorActiveDanger: "#f94d3240",
120
124
  OverlayColorActiveOn: "#14141429",
121
125
  OverlayColorActiveOnPrimary: "#14141429",
122
126
  OverlayColorActiveOnDanger: "#14141429",
123
127
  OverlayColorHover: "#ffffff14",
124
- OverlayColorHoverPrimary: "#78bbfa1A",
125
- OverlayColorHoverDanger: "#ff745f1A",
128
+ OverlayColorHoverPrimary: "#78BBFA1A",
129
+ OverlayColorHoverDanger: "#f94d3226",
126
130
  OverlayColorHoverOn: "#ffffff14",
127
131
  OverlayColorHoverOnPrimary: "#ffffff29",
128
132
  OverlayColorHoverOnDanger: "#ffffff29",
129
133
  ShadowColor: "#ffffff14",
130
- StatusColorInfo: "#78bbfa",
134
+ StatusColorInfo: "#78BBFA",
131
135
  StatusColorDanger: "#ff745f",
132
- StatusColorSuccess: "#49cc93",
136
+ StatusColorSuccess: "#49CC93",
133
137
  StatusColorWarning: "#ffe278"
134
138
  }
@@ -3,9 +3,10 @@ $light: (
3
3
  background-color-strong: #f7f7f7,
4
4
  background-color-stronger: #eeeeee,
5
5
  background-color-strongest: #bcbcbd,
6
- background-color-primary: #0265dc,
7
- background-color-primary-subdued: #e0f2ff,
6
+ background-color-primary: #0265DC,
7
+ background-color-primary-subdued: #E0F2FF,
8
8
  background-color-danger: #e13212,
9
+ background-color-danger-subdued: #ffece9,
9
10
  background-color-warning: #ffbe00,
10
11
  background-color-disabled: #606162,
11
12
  background-color-inverted: #2d2e31,
@@ -13,38 +14,39 @@ $light: (
13
14
  border-color: #949596,
14
15
  border-color-subdued: #dfe0e1,
15
16
  border-color-strong: #444445,
16
- border-color-primary: #0265dc,
17
+ border-color-primary: #0265DC,
17
18
  border-color-danger: #e13212,
18
- focus-ring-color: #0265dc,
19
+ focus-ring-color: #0265DC,
19
20
  focus-ring-color-danger: #e13212,
20
21
  foreground-color: #141414,
21
22
  foreground-color-subdued: #737475,
22
- foreground-color-primary: #0265dc,
23
+ foreground-color-primary: #0265DC,
23
24
  foreground-color-danger: #e13212,
24
25
  foreground-color-inverted: #ffffff,
25
26
  foreground-color-on-primary: #ffffff,
26
27
  foreground-color-on-danger: #ffffff,
28
+ foreground-color-on-danger-subdued: #bf2a00,
27
29
  foreground-color-on-warning: #141414,
28
30
  foreground-color-active-primary: #004491,
29
31
  foreground-color-active-danger: #bf2a00,
30
32
  foreground-color-hover-primary: #004491,
31
33
  foreground-color-hover-danger: #bf2a00,
32
34
  overlay-color-active: #14141429,
33
- overlay-color-active-primary: #0265dc4D,
34
- overlay-color-active-danger: #e132122E,
35
+ overlay-color-active-primary: #0265DC4D,
36
+ overlay-color-active-danger: #e132124D,
35
37
  overlay-color-active-on: #14141429,
36
38
  overlay-color-active-on-primary: #14141466,
37
39
  overlay-color-active-on-danger: #14141466,
38
40
  overlay-color-hover: #14141414,
39
- overlay-color-hover-primary: #0265dc1A,
40
- overlay-color-hover-danger: #e132120F,
41
+ overlay-color-hover-primary: #0265DC1A,
42
+ overlay-color-hover-danger: #e132121A,
41
43
  overlay-color-hover-on: #14141414,
42
44
  overlay-color-hover-on-primary: #14141433,
43
45
  overlay-color-hover-on-danger: #14141433,
44
46
  shadow-color: #14141414,
45
- status-color-info: #0265dc,
47
+ status-color-info: #0265DC,
46
48
  status-color-danger: #e13212,
47
- status-color-success: #007a4d,
49
+ status-color-success: #007A4D,
48
50
  status-color-warning: #ffbe00,
49
51
  );
50
52
  $dark: (
@@ -52,9 +54,10 @@ $dark: (
52
54
  background-color-strong: #2d2e31,
53
55
  background-color-stronger: #444445,
54
56
  background-color-strongest: #737475,
55
- background-color-primary: #78bbfa,
56
- background-color-primary-subdued: #78bbfa33,
57
+ background-color-primary: #78BBFA,
58
+ background-color-primary-subdued: #78BBFA33,
57
59
  background-color-danger: #ff745f,
60
+ background-color-danger-subdued: #ff745f33,
58
61
  background-color-warning: #ffe278,
59
62
  background-color-disabled: #606162,
60
63
  background-color-inverted: #fafafa,
@@ -62,38 +65,39 @@ $dark: (
62
65
  border-color: #606162,
63
66
  border-color-subdued: #444445,
64
67
  border-color-strong: #dfe0e1,
65
- border-color-primary: #78bbfa,
68
+ border-color-primary: #78BBFA,
66
69
  border-color-danger: #ff745f,
67
- focus-ring-color: #78bbfa,
70
+ focus-ring-color: #78BBFA,
68
71
  focus-ring-color-danger: #ff745f,
69
72
  foreground-color: #ffffff,
70
73
  foreground-color-subdued: #bcbcbd,
71
- foreground-color-primary: #78bbfa,
74
+ foreground-color-primary: #78BBFA,
72
75
  foreground-color-danger: #ff745f,
73
76
  foreground-color-inverted: #141414,
74
77
  foreground-color-on-primary: #141414,
75
78
  foreground-color-on-danger: #141414,
79
+ foreground-color-on-danger-subdued: #ffffff,
76
80
  foreground-color-on-warning: #141414,
77
- foreground-color-active-primary: #b5deff,
81
+ foreground-color-active-primary: #B5DEFF,
78
82
  foreground-color-active-danger: #ff745f,
79
- foreground-color-hover-primary: #b5deff,
83
+ foreground-color-hover-primary: #B5DEFF,
80
84
  foreground-color-hover-danger: #ff745f,
81
85
  overlay-color-active: #ffffff29,
82
- overlay-color-active-primary: #78bbfa40,
83
- overlay-color-active-danger: #ff745f40,
86
+ overlay-color-active-primary: #78BBFA40,
87
+ overlay-color-active-danger: #f94d3240,
84
88
  overlay-color-active-on: #14141429,
85
89
  overlay-color-active-on-primary: #14141429,
86
90
  overlay-color-active-on-danger: #14141429,
87
91
  overlay-color-hover: #ffffff14,
88
- overlay-color-hover-primary: #78bbfa1A,
89
- overlay-color-hover-danger: #ff745f1A,
92
+ overlay-color-hover-primary: #78BBFA1A,
93
+ overlay-color-hover-danger: #f94d3226,
90
94
  overlay-color-hover-on: #ffffff14,
91
95
  overlay-color-hover-on-primary: #ffffff29,
92
96
  overlay-color-hover-on-danger: #ffffff29,
93
97
  shadow-color: #ffffff14,
94
- status-color-info: #78bbfa,
98
+ status-color-info: #78BBFA,
95
99
  status-color-danger: #ff745f,
96
- status-color-success: #49cc93,
100
+ status-color-success: #49CC93,
97
101
  status-color-warning: #ffe278,
98
102
  );
99
103
  $nonColor: (
@@ -39,21 +39,21 @@ export const BackgroundColorStrongest = {
39
39
  }
40
40
  };
41
41
  export const BackgroundColorPrimary = {
42
- value: "#0265dc",
42
+ value: "#0265DC",
43
43
  attributes: {
44
44
  appearance: {
45
45
  dark: {
46
- value: "#78bbfa"
46
+ value: "#78BBFA"
47
47
  }
48
48
  }
49
49
  }
50
50
  };
51
51
  export const BackgroundColorPrimarySubdued = {
52
- value: "#e0f2ff",
52
+ value: "#E0F2FF",
53
53
  attributes: {
54
54
  appearance: {
55
55
  dark: {
56
- value: "#78bbfa33"
56
+ value: "#78BBFA33"
57
57
  }
58
58
  }
59
59
  }
@@ -68,6 +68,16 @@ export const BackgroundColorDanger = {
68
68
  }
69
69
  }
70
70
  };
71
+ export const BackgroundColorDangerSubdued = {
72
+ value: "#ffece9",
73
+ attributes: {
74
+ appearance: {
75
+ dark: {
76
+ value: "#ff745f33"
77
+ }
78
+ }
79
+ }
80
+ };
71
81
  export const BackgroundColorWarning = {
72
82
  value: "#ffbe00",
73
83
  attributes: {
@@ -148,11 +158,11 @@ export const BorderColorStrong = {
148
158
  }
149
159
  };
150
160
  export const BorderColorPrimary = {
151
- value: "#0265dc",
161
+ value: "#0265DC",
152
162
  attributes: {
153
163
  appearance: {
154
164
  dark: {
155
- value: "#78bbfa"
165
+ value: "#78BBFA"
156
166
  }
157
167
  }
158
168
  }
@@ -168,11 +178,11 @@ export const BorderColorDanger = {
168
178
  }
169
179
  };
170
180
  export const FocusRingColor = {
171
- value: "#0265dc",
181
+ value: "#0265DC",
172
182
  attributes: {
173
183
  appearance: {
174
184
  dark: {
175
- value: "#78bbfa"
185
+ value: "#78BBFA"
176
186
  }
177
187
  }
178
188
  }
@@ -209,11 +219,11 @@ export const ForegroundColorSubdued = {
209
219
  }
210
220
  };
211
221
  export const ForegroundColorPrimary = {
212
- value: "#0265dc",
222
+ value: "#0265DC",
213
223
  attributes: {
214
224
  appearance: {
215
225
  dark: {
216
- value: "#78bbfa"
226
+ value: "#78BBFA"
217
227
  }
218
228
  }
219
229
  }
@@ -258,6 +268,16 @@ export const ForegroundColorOnDanger = {
258
268
  }
259
269
  }
260
270
  };
271
+ export const ForegroundColorOnDangerSubdued = {
272
+ value: "#bf2a00",
273
+ attributes: {
274
+ appearance: {
275
+ dark: {
276
+ value: "#ffffff"
277
+ }
278
+ }
279
+ }
280
+ };
261
281
  export const ForegroundColorOnWarning = {
262
282
  value: "#141414",
263
283
  attributes: {
@@ -273,7 +293,7 @@ export const ForegroundColorActivePrimary = {
273
293
  attributes: {
274
294
  appearance: {
275
295
  dark: {
276
- value: "#b5deff"
296
+ value: "#B5DEFF"
277
297
  }
278
298
  }
279
299
  }
@@ -293,7 +313,7 @@ export const ForegroundColorHoverPrimary = {
293
313
  attributes: {
294
314
  appearance: {
295
315
  dark: {
296
- value: "#b5deff"
316
+ value: "#B5DEFF"
297
317
  }
298
318
  }
299
319
  }
@@ -319,21 +339,21 @@ export const OverlayColorActive = {
319
339
  }
320
340
  };
321
341
  export const OverlayColorActivePrimary = {
322
- value: "#0265dc4D",
342
+ value: "#0265DC4D",
323
343
  attributes: {
324
344
  appearance: {
325
345
  dark: {
326
- value: "#78bbfa40"
346
+ value: "#78BBFA40"
327
347
  }
328
348
  }
329
349
  }
330
350
  };
331
351
  export const OverlayColorActiveDanger = {
332
- value: "#e132122E",
352
+ value: "#e132124D",
333
353
  attributes: {
334
354
  appearance: {
335
355
  dark: {
336
- value: "#ff745f40"
356
+ value: "#f94d3240"
337
357
  }
338
358
  }
339
359
  }
@@ -379,21 +399,21 @@ export const OverlayColorHover = {
379
399
  }
380
400
  };
381
401
  export const OverlayColorHoverPrimary = {
382
- value: "#0265dc1A",
402
+ value: "#0265DC1A",
383
403
  attributes: {
384
404
  appearance: {
385
405
  dark: {
386
- value: "#78bbfa1A"
406
+ value: "#78BBFA1A"
387
407
  }
388
408
  }
389
409
  }
390
410
  };
391
411
  export const OverlayColorHoverDanger = {
392
- value: "#e132120F",
412
+ value: "#e132121A",
393
413
  attributes: {
394
414
  appearance: {
395
415
  dark: {
396
- value: "#ff745f1A"
416
+ value: "#f94d3226"
397
417
  }
398
418
  }
399
419
  }
@@ -442,11 +462,11 @@ export const ShadowSizeFlat = { value: "0rem 0rem 0rem" };
442
462
  export const ShadowSizeFloat = { value: "0rem 0.125rem 0.5rem" };
443
463
  export const ShadowSizeOverlay = { value: "0rem 0.5rem 1.5rem" };
444
464
  export const StatusColorInfo = {
445
- value: "#0265dc",
465
+ value: "#0265DC",
446
466
  attributes: {
447
467
  appearance: {
448
468
  dark: {
449
- value: "#78bbfa"
469
+ value: "#78BBFA"
450
470
  }
451
471
  }
452
472
  }
@@ -462,11 +482,11 @@ export const StatusColorDanger = {
462
482
  }
463
483
  };
464
484
  export const StatusColorSuccess = {
465
- value: "#007a4d",
485
+ value: "#007A4D",
466
486
  attributes: {
467
487
  appearance: {
468
488
  dark: {
469
- value: "#49cc93"
489
+ value: "#49CC93"
470
490
  }
471
491
  }
472
492
  }
@@ -2,9 +2,10 @@ $background-color: var(--background-color, #ffffff);
2
2
  $background-color-strong: var(--background-color-strong, #f7f7f7);
3
3
  $background-color-stronger: var(--background-color-stronger, #eeeeee);
4
4
  $background-color-strongest: var(--background-color-strongest, #bcbcbd);
5
- $background-color-primary: var(--background-color-primary, #0265dc);
6
- $background-color-primary-subdued: var(--background-color-primary-subdued, #e0f2ff);
5
+ $background-color-primary: var(--background-color-primary, #0265DC);
6
+ $background-color-primary-subdued: var(--background-color-primary-subdued, #E0F2FF);
7
7
  $background-color-danger: var(--background-color-danger, #e13212);
8
+ $background-color-danger-subdued: var(--background-color-danger-subdued, #ffece9);
8
9
  $background-color-warning: var(--background-color-warning, #ffbe00);
9
10
  $background-color-disabled: var(--background-color-disabled, #606162);
10
11
  $background-color-inverted: var(--background-color-inverted, #2d2e31);
@@ -21,32 +22,33 @@ $border-width-strong: 0.125rem;
21
22
  $border-color: var(--border-color, #949596);
22
23
  $border-color-subdued: var(--border-color-subdued, #dfe0e1);
23
24
  $border-color-strong: var(--border-color-strong, #444445);
24
- $border-color-primary: var(--border-color-primary, #0265dc);
25
+ $border-color-primary: var(--border-color-primary, #0265DC);
25
26
  $border-color-danger: var(--border-color-danger, #e13212);
26
- $focus-ring-color: var(--focus-ring-color, #0265dc);
27
+ $focus-ring-color: var(--focus-ring-color, #0265DC);
27
28
  $focus-ring-color-danger: var(--focus-ring-color-danger, #e13212);
28
29
  $focus-ring-width: 0.25rem;
29
30
  $foreground-color: var(--foreground-color, #141414);
30
31
  $foreground-color-subdued: var(--foreground-color-subdued, #737475);
31
- $foreground-color-primary: var(--foreground-color-primary, #0265dc);
32
+ $foreground-color-primary: var(--foreground-color-primary, #0265DC);
32
33
  $foreground-color-danger: var(--foreground-color-danger, #e13212);
33
34
  $foreground-color-inverted: var(--foreground-color-inverted, #ffffff);
34
35
  $foreground-color-on-primary: var(--foreground-color-on-primary, #ffffff);
35
36
  $foreground-color-on-danger: var(--foreground-color-on-danger, #ffffff);
37
+ $foreground-color-on-danger-subdued: var(--foreground-color-on-danger-subdued, #bf2a00);
36
38
  $foreground-color-on-warning: var(--foreground-color-on-warning, #141414);
37
39
  $foreground-color-active-primary: var(--foreground-color-active-primary, #004491);
38
40
  $foreground-color-active-danger: var(--foreground-color-active-danger, #bf2a00);
39
41
  $foreground-color-hover-primary: var(--foreground-color-hover-primary, #004491);
40
42
  $foreground-color-hover-danger: var(--foreground-color-hover-danger, #bf2a00);
41
43
  $overlay-color-active: var(--overlay-color-active, #14141429);
42
- $overlay-color-active-primary: var(--overlay-color-active-primary, #0265dc4D);
43
- $overlay-color-active-danger: var(--overlay-color-active-danger, #e132122E);
44
+ $overlay-color-active-primary: var(--overlay-color-active-primary, #0265DC4D);
45
+ $overlay-color-active-danger: var(--overlay-color-active-danger, #e132124D);
44
46
  $overlay-color-active-on: var(--overlay-color-active-on, #14141429);
45
47
  $overlay-color-active-on-primary: var(--overlay-color-active-on-primary, #14141466);
46
48
  $overlay-color-active-on-danger: var(--overlay-color-active-on-danger, #14141466);
47
49
  $overlay-color-hover: var(--overlay-color-hover, #14141414);
48
- $overlay-color-hover-primary: var(--overlay-color-hover-primary, #0265dc1A);
49
- $overlay-color-hover-danger: var(--overlay-color-hover-danger, #e132120F);
50
+ $overlay-color-hover-primary: var(--overlay-color-hover-primary, #0265DC1A);
51
+ $overlay-color-hover-danger: var(--overlay-color-hover-danger, #e132121A);
50
52
  $overlay-color-hover-on: var(--overlay-color-hover-on, #14141414);
51
53
  $overlay-color-hover-on-primary: var(--overlay-color-hover-on-primary, #14141433);
52
54
  $overlay-color-hover-on-danger: var(--overlay-color-hover-on-danger, #14141433);
@@ -54,9 +56,9 @@ $shadow-color: var(--shadow-color, #14141414);
54
56
  $shadow-size-flat: 0rem 0rem 0rem;
55
57
  $shadow-size-float: 0rem 0.125rem 0.5rem;
56
58
  $shadow-size-overlay: 0rem 0.5rem 1.5rem;
57
- $status-color-info: var(--status-color-info, #0265dc);
59
+ $status-color-info: var(--status-color-info, #0265DC);
58
60
  $status-color-danger: var(--status-color-danger, #e13212);
59
- $status-color-success: var(--status-color-success, #007a4d);
61
+ $status-color-success: var(--status-color-success, #007A4D);
60
62
  $status-color-warning: var(--status-color-warning, #ffbe00);
61
63
  $typography-paragraph-size-xsmall: 0.75rem;
62
64
  $typography-paragraph-size-small: 0.875rem;