@drivy/cobalt 0.29.2 → 0.31.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 (43) hide show
  1. package/cjs/tokens/theme.js +1 -1
  2. package/components/Card/index.js +3 -2
  3. package/components/Card/index.js.map +1 -1
  4. package/components/Flash/index.js +4 -4
  5. package/components/Flash/index.js.map +1 -1
  6. package/components/Form/Autocomplete/index.js +1 -1
  7. package/components/Form/Autocomplete/index.js.map +1 -1
  8. package/components/Form/Slider.js.map +1 -1
  9. package/package.json +11 -11
  10. package/styles/components/Accordion/index.scss +1 -1
  11. package/styles/components/Alerter/index.scss +2 -4
  12. package/styles/components/BulletList/index.scss +1 -2
  13. package/styles/components/Buttons/DefaultButton/index.scss +12 -12
  14. package/styles/components/Buttons/GhostButton/index.scss +4 -4
  15. package/styles/components/Buttons/InversedButton/index.scss +2 -2
  16. package/styles/components/Buttons/index.scss +6 -7
  17. package/styles/components/Calendar/CalendarRangePicker/index.scss +13 -18
  18. package/styles/components/Calendar/CalendarView/index.scss +6 -8
  19. package/styles/components/Card/index.scss +16 -6
  20. package/styles/components/Cell/index.scss +1 -1
  21. package/styles/components/Flash/index.scss +2 -4
  22. package/styles/components/Form/Autocomplete/index.scss +10 -21
  23. package/styles/components/Form/CheckablePill.scss +5 -6
  24. package/styles/components/Form/Checkmark.scss +1 -5
  25. package/styles/components/Form/Hint.scss +0 -9
  26. package/styles/components/Form/RadioWithDetails.scss +5 -5
  27. package/styles/components/Form/TextInput.scss +5 -5
  28. package/styles/components/Form/ToggleSwitch.scss +1 -1
  29. package/styles/components/Helper/index.scss +0 -3
  30. package/styles/components/Icon/index.scss +1 -2
  31. package/styles/components/Note/index.scss +4 -0
  32. package/styles/components/PhotoDropzone/index.scss +1 -2
  33. package/styles/components/TabBar/index.scss +1 -1
  34. package/styles/components/Tag/index.scss +2 -4
  35. package/styles/core/_colors-map.scss +164 -164
  36. package/styles/core/color.scss +28 -6
  37. package/styles/core/text.scss +37 -19
  38. package/styles/core/theme.scss +486 -160
  39. package/styles/core/typography.scss +12 -12
  40. package/tokens/theme.js +1 -1
  41. package/types/components/Card/index.d.ts +3 -1
  42. package/types/components/Form/Slider.d.ts +2 -2
  43. package/utilities.css +651 -295
@@ -3,164 +3,490 @@
3
3
  /*** DO NOT MODIFY IT DIRECTLY ****/
4
4
  /**********************************/
5
5
  :root {
6
- --c-background-primary: var(--c-l-grey-lighter);
7
- --c-background-secondary: var(--c-l-white);
8
- --c-background-secondaryInteractive: var(--c-l-white);
9
- --c-background-secondaryInteractive--hover: var(--c-l-grey-lighter);
10
- --c-background-accent: var(--c-l-purple);
11
- --c-background-accentInteractive: var(--c-l-purple);
12
- --c-background-accentInteractive--hover: var(--c-l-purple);
13
- --c-background-accentAlt: var(--c-l-indigo);
14
- --c-background-accentAltInteractive: var(--c-l-indigo);
15
- --c-background-accentAltInteractive--hover: var(--c-l-indigo);
16
- --c-background-info: var(--c-l-grey-lighter);
17
- --c-background-error: var(--c-l-red);
18
- --c-background-errorInteractive: var(--c-l-red);
19
- --c-background-errorInteractive--hover: var(--c-l-red);
20
- --c-background-errorAlt: var(--c-l-graphite);
21
- --c-background-success: var(--c-l-green);
22
- --c-background-successAlt: var(--c-l-graphite);
23
- --c-background-connect: var(--c-l-turquoise);
24
- --c-background-connectInteractive: var(--c-l-turquoise);
25
- --c-background-connectInteractive--hover: var(--c-l-turquoise);
26
- --c-background-connectAlt: var(--c-l-grey-light);
27
- --c-background-driver: var(--c-l-deprecatedDriver);
28
- --c-background-owner: var(--c-l-indigo-dark);
29
- --c-background-disabled: var(--c-l-grey-light);
30
- --c-background-neutral: var(--c-l-grey-light);
31
- --c-background-neutralAlt: var(--c-l-grey-lighter);
32
- --c-background-seasonLow: var(--c-l-deprecatedSeasonLow);
33
- --c-background-seasonMedium: var(--c-l-deprecatedSeasonMedium);
34
- --c-background-seasonHigh: var(--c-l-deprecatedSeasonHigh);
35
- --c-background-seasonVeryHigh: var(--c-l-deprecatedSeasonVeryHigh);
36
- --c-text-base: var(--c-l-graphite);
37
- --c-text-baseInteractive: var(--c-l-graphite);
38
- --c-text-baseInteractive--hover: var(--c-l-graphite);
39
- --c-text-subdued: var(--c-l-graphite-light);
40
- --c-text-subduedInteractive: var(--c-l-graphite-light);
41
- --c-text-subduedInteractive--hover: var(--c-l-graphite);
42
- --c-text-accent: var(--c-l-purple);
43
- --c-text-accentInteractive: var(--c-l-blue);
44
- --c-text-accentInteractive--hover: var(--c-l-blue);
45
- --c-text-accentAlt: var(--c-l-white);
46
- --c-text-accentAltInteractive: var(--c-l-white);
47
- --c-text-accentAltInteractive--hover: var(--c-l-white);
48
- --c-text-info: var(--c-l-graphite-light);
49
- --c-text-infoAlt: var(--c-l-turquoise);
50
- --c-text-error: var(--c-l-red);
51
- --c-text-errorAlt: var(--c-l-white);
52
- --c-text-success: var(--c-l-green);
53
- --c-text-successAlt: var(--c-l-white);
54
- --c-text-warning: var(--c-l-coral);
55
- --c-text-connect: var(--c-l-turquoise);
56
- --c-text-driver: var(--c-l-graphite);
57
- --c-text-owner: var(--c-l-white);
58
- --c-text-inversed: var(--c-l-white);
59
- --c-buttonBackground-selected: var(--c-l-indigo);
60
- --c-buttonBackground-destructiveInteractive: var(--c-l-red);
61
- --c-buttonBackground-destructiveInteractive--hover: var(--c-l-red);
62
- --c-buttonBackground-destructiveInteractive--press: var(--c-l-red);
63
- --c-buttonBackground-disabled: var(--c-l-grey-lighter);
64
- --c-buttonBackground-primaryInteractive: var(--c-l-purple);
65
- --c-buttonBackground-primaryInteractive--hover: var(--c-l-indigo);
66
- --c-buttonBackground-primaryInteractive--press: var(--c-l-indigo-dark);
67
- --c-buttonBackground-secondaryInteractive: var(--c-l-white);
68
- --c-buttonBackground-secondaryInteractive--hover: var(--c-l-white);
69
- --c-buttonBackground-secondaryInteractive--press: var(--c-l-white);
70
- --c-buttonBackground-success: var(--c-l-green);
71
- --c-buttonBackground-successAltInteractive: var(--c-l-green);
72
- --c-buttonBackground-successAltInteractive--hover: var(--c-l-green);
73
- --c-buttonBackground-successAltInteractive--press: var(--c-l-green);
74
- --c-buttonBackground-tertiaryInteractive: var(--c-l-white);
75
- --c-buttonBackground-tertiaryInteractive--hover: var(--c-l-white);
76
- --c-buttonBackground-tertiaryInteractive--press: var(--c-l-white);
77
- --c-buttonIcon-selected: var(--c-l-white);
78
- --c-buttonIcon-destructiveInteractive: var(--c-l-red);
79
- --c-buttonIcon-destructiveInteractive--hover: var(--c-l-red);
80
- --c-buttonIcon-destructiveInteractive--press: var(--c-l-red);
81
- --c-buttonIcon-disabled: var(--c-l-graphite-light);
82
- --c-buttonIcon-primaryInteractive: var(--c-l-white);
83
- --c-buttonIcon-primaryInteractive--hover: var(--c-l-white);
84
- --c-buttonIcon-primaryInteractive--press: var(--c-l-white);
85
- --c-buttonIcon-secondaryInteractive: var(--c-l-indigo);
86
- --c-buttonIcon-secondaryInteractive--hover: var(--c-l-indigo);
87
- --c-buttonIcon-secondaryInteractive--press: var(--c-l-indigo-dark);
88
- --c-buttonIcon-success: var(--c-l-white);
89
- --c-buttonIcon-successAltInteractive: var(--c-l-white);
90
- --c-buttonIcon-successAltInteractive--hover: var(--c-l-white);
91
- --c-buttonIcon-successAltInteractive--press: var(--c-l-white);
92
- --c-buttonIcon-tertiaryInteractive: var(--c-l-blue);
93
- --c-buttonIcon-tertiaryInteractive--hover: var(--c-l-blue);
94
- --c-buttonIcon-tertiaryInteractive--press: var(--c-l-blue);
95
- --c-buttonLabel-selected: var(--c-l-white);
96
- --c-buttonLabel-destructiveInteractive: var(--c-l-white);
97
- --c-buttonLabel-destructiveInteractive--hover: var(--c-l-white);
98
- --c-buttonLabel-destructiveInteractive--press: var(--c-l-white);
99
- --c-buttonLabel-disabled: var(--c-l-graphite-light);
100
- --c-buttonLabel-primaryInteractive: var(--c-l-white);
101
- --c-buttonLabel-primaryInteractive--hover: var(--c-l-white);
102
- --c-buttonLabel-primaryInteractive--press: var(--c-l-white);
103
- --c-buttonLabel-secondaryInteractive: var(--c-l-indigo);
104
- --c-buttonLabel-secondaryInteractive--hover: var(--c-l-indigo);
105
- --c-buttonLabel-secondaryInteractive--press: var(--c-l-indigo-dark);
106
- --c-buttonLabel-success: var(--c-l-white);
107
- --c-buttonLabel-successAltInteractive: var(--c-l-white);
108
- --c-buttonLabel-successAltInteractive--hover: var(--c-l-white);
109
- --c-buttonLabel-successAltInteractive--press: var(--c-l-white);
110
- --c-buttonLabel-tertiaryInteractive: var(--c-l-blue);
111
- --c-buttonLabel-tertiaryInteractive--hover: var(--c-l-blue);
112
- --c-buttonLabel-tertiaryInteractive--press: var(--c-l-blue);
113
- --c-icon-base: var(--c-l-graphite);
114
- --c-icon-baseInteractive: var(--c-l-graphite);
115
- --c-icon-baseInteractive--hover: var(--c-l-graphite);
116
- --c-icon-subdued: var(--c-l-graphite-light);
117
- --c-icon-subduedInteractive: var(--c-l-graphite-light);
118
- --c-icon-subduedInteractive--hover: var(--c-l-graphite);
119
- --c-icon-accent: var(--c-l-purple);
120
- --c-icon-accentInteractive: var(--c-l-purple);
121
- --c-icon-accentInteractive--hover: var(--c-l-indigo);
122
- --c-icon-accentAlt: var(--c-l-white);
123
- --c-icon-accentAltInteractive: var(--c-l-white);
124
- --c-icon-accentAltInteractive--hover: var(--c-l-white);
125
- --c-icon-info: var(--c-l-graphite-light);
126
- --c-icon-infoAlt: var(--c-l-turquoise);
127
- --c-icon-error: var(--c-l-red);
128
- --c-icon-errorAlt: var(--c-l-red);
129
- --c-icon-success: var(--c-l-green);
130
- --c-icon-successAlt: var(--c-l-white);
131
- --c-icon-warning: var(--c-l-coral);
132
- --c-icon-connect: var(--c-l-turquoise);
133
- --c-icon-connectAlt: var(--c-l-turquoise);
134
- --c-icon-driver: var(--c-l-graphite);
135
- --c-icon-owner: var(--c-l-white);
136
- --c-icon-inversed: var(--c-l-white);
137
- --c-icon-disabled: var(--c-l-grey-lighter);
138
- --c-stroke-base: var(--c-l-grey);
139
- --c-stroke-baseInteractive: var(--c-l-grey);
140
- --c-stroke-baseInteractive--hover: var(--c-l-graphite-light);
141
- --c-stroke-baseInteractive--press: var(--c-l-graphite);
142
- --c-stroke-strong: var(--c-l-grey-dark);
143
- --c-stroke-strongInteractive: var(--c-l-grey-dark);
144
- --c-stroke-strongInteractive--hover: var(--c-l-graphite-light);
145
- --c-stroke-strongInteractive--press: var(--c-l-graphite);
146
- --c-stroke-subdued: var(--c-l-grey-light);
147
- --c-stroke-accent: var(--c-l-indigo);
148
- --c-stroke-accentInteractive: var(--c-l-indigo);
149
- --c-stroke-accentInteractive--hover: var(--c-l-indigo);
150
- --c-stroke-accentInteractive--press: var(--c-l-indigo-dark);
151
- --c-stroke-accentAlt: var(--c-l-purple);
152
- --c-stroke-error: var(--c-l-red);
153
- --c-stroke-errorAlt: var(--c-l-red);
154
- --c-stroke-success: var(--c-l-green);
155
- --c-stroke-successAlt: var(--c-l-green);
156
- --c-fill-base: var(--c-l-graphite);
157
- --c-fill-secondary: var(--c-l-turquoise);
158
- --c-fill-subdued: var(--c-l-grey-light);
159
- --c-fill-accent: var(--c-l-purple);
160
- --c-fill-accentAlt: var(--c-l-purple);
161
- --c-fill-error: var(--c-l-red);
162
- --c-fill-negative: var(--c-l-red);
163
- --c-fill-success: var(--c-l-green);
164
- --c-fill-disabled: var(--c-l-grey-dark);
165
- --c-fill-neutral: var(--c-l-grey-lighter);
6
+ --c-background-primary: var(--c-white);
7
+ --c-background-secondary: var(--c-white);
8
+ --c-background-secondaryInteractive: var(--c-white);
9
+ --c-background-secondaryInteractive--hover: var(--c-navy-50);
10
+ --c-background-accent: var(--c-purple-500);
11
+ --c-background-accentInteractive: var(--c-purple-500);
12
+ --c-background-accentInteractive--hover: var(--c-purple-700);
13
+ --c-background-accentAlt: var(--c-purple-100);
14
+ --c-background-accentAltInteractive: var(--c-purple-100);
15
+ --c-background-accentAltInteractive--hover: var(--c-purpleLight-100);
16
+ --c-background-info: var(--c-yellow-100);
17
+ --c-background-error: var(--c-red-500);
18
+ --c-background-errorInteractive: var(--c-red-500);
19
+ --c-background-errorInteractive--hover: var(--c-red-700);
20
+ --c-background-errorAlt: var(--c-red-100);
21
+ --c-background-success: var(--c-green-700);
22
+ --c-background-successAlt: var(--c-green-100);
23
+ --c-background-connect: var(--c-turquoise-500);
24
+ --c-background-connectInteractive: var(--c-turquoise-500);
25
+ --c-background-connectInteractive--hover: var(--c-turquoise-700);
26
+ --c-background-connectAlt: var(--c-turquoise-50);
27
+ --c-background-driver: var(--c-yellow-500);
28
+ --c-background-owner: var(--c-navy-700);
29
+ --c-background-disabled: var(--c-navy-100);
30
+ --c-background-neutral: var(--c-navy-100);
31
+ --c-background-neutralAlt: var(--c-navy-50);
32
+ --c-background-seasonLow: var(--c-season-100);
33
+ --c-background-seasonMedium: var(--c-season-200);
34
+ --c-background-seasonHigh: var(--c-season-300);
35
+ --c-background-seasonVeryHigh: var(--c-season-400);
36
+ --c-text-base: var(--c-navy-700);
37
+ --c-text-baseInteractive: var(--c-navy-700);
38
+ --c-text-baseInteractive--hover: var(--c-navy-300);
39
+ --c-text-subdued: var(--c-navy-300);
40
+ --c-text-subduedInteractive: var(--c-navy-300);
41
+ --c-text-subduedInteractive--hover: var(--c-navy-500);
42
+ --c-text-accent: var(--c-purple-500);
43
+ --c-text-accentInteractive: var(--c-purple-500);
44
+ --c-text-accentInteractive--hover: var(--c-purple-700);
45
+ --c-text-accentAlt: var(--c-purple-500);
46
+ --c-text-accentAltInteractive: var(--c-purple-500);
47
+ --c-text-accentAltInteractive--hover: var(--c-purple-700);
48
+ --c-text-info: var(--c-yellow-900);
49
+ --c-text-infoAlt: var(--c-yellow-500);
50
+ --c-text-error: var(--c-red-500);
51
+ --c-text-errorAlt: var(--c-red-500);
52
+ --c-text-success: var(--c-green-700);
53
+ --c-text-successAlt: var(--c-green-900);
54
+ --c-text-warning: var(--c-orange-500);
55
+ --c-text-connect: var(--c-turquoise-500);
56
+ --c-text-driver: var(--c-navy-700);
57
+ --c-text-owner: var(--c-white);
58
+ --c-text-inversed: var(--c-white);
59
+ --c-buttonBackground-selected: var(--c-purple-100);
60
+ --c-buttonBackground-destructiveInteractive: var(--c-red-100);
61
+ --c-buttonBackground-destructiveInteractive--hover: var(--c-red-120);
62
+ --c-buttonBackground-destructiveInteractive--press: var(--c-red-150);
63
+ --c-buttonBackground-disabled: var(--c-navy-100);
64
+ --c-buttonBackground-primaryInteractive: var(--c-purple-500);
65
+ --c-buttonBackground-primaryInteractive--hover: var(--c-purple-700);
66
+ --c-buttonBackground-primaryInteractive--press: var(--c-purple-900);
67
+ --c-buttonBackground-secondaryInteractive: var(--c-white);
68
+ --c-buttonBackground-secondaryInteractive--hover: var(--c-white);
69
+ --c-buttonBackground-secondaryInteractive--press: var(--c-white);
70
+ --c-buttonBackground-success: var(--c-green-700);
71
+ --c-buttonBackground-successAltInteractive: var(--c-green-100);
72
+ --c-buttonBackground-successAltInteractive--hover: var(--c-green-120);
73
+ --c-buttonBackground-successAltInteractive--press: var(--c-green-150);
74
+ --c-buttonBackground-tertiaryInteractive: var(--c-white);
75
+ --c-buttonBackground-tertiaryInteractive--hover: var(--c-white);
76
+ --c-buttonBackground-tertiaryInteractive--press: var(--c-white);
77
+ --c-buttonIcon-selected: var(--c-purple-500);
78
+ --c-buttonIcon-destructiveInteractive: var(--c-red-500);
79
+ --c-buttonIcon-destructiveInteractive--hover: var(--c-red-500);
80
+ --c-buttonIcon-destructiveInteractive--press: var(--c-red-500);
81
+ --c-buttonIcon-disabled: var(--c-navy-300);
82
+ --c-buttonIcon-primaryInteractive: var(--c-white);
83
+ --c-buttonIcon-primaryInteractive--hover: var(--c-white);
84
+ --c-buttonIcon-primaryInteractive--press: var(--c-white);
85
+ --c-buttonIcon-secondaryInteractive: var(--c-purple-500);
86
+ --c-buttonIcon-secondaryInteractive--hover: var(--c-purple-700);
87
+ --c-buttonIcon-secondaryInteractive--press: var(--c-purple-900);
88
+ --c-buttonIcon-success: var(--c-white);
89
+ --c-buttonIcon-successAltInteractive: var(--c-green-900);
90
+ --c-buttonIcon-successAltInteractive--hover: var(--c-green-900);
91
+ --c-buttonIcon-successAltInteractive--press: var(--c-green-900);
92
+ --c-buttonIcon-tertiaryInteractive: var(--c-purple-500);
93
+ --c-buttonIcon-tertiaryInteractive--hover: var(--c-purple-700);
94
+ --c-buttonIcon-tertiaryInteractive--press: var(--c-purple-900);
95
+ --c-buttonLabel-selected: var(--c-purple-500);
96
+ --c-buttonLabel-destructiveInteractive: var(--c-red-500);
97
+ --c-buttonLabel-destructiveInteractive--hover: var(--c-red-500);
98
+ --c-buttonLabel-destructiveInteractive--press: var(--c-red-500);
99
+ --c-buttonLabel-disabled: var(--c-navy-300);
100
+ --c-buttonLabel-primaryInteractive: var(--c-white);
101
+ --c-buttonLabel-primaryInteractive--hover: var(--c-white);
102
+ --c-buttonLabel-primaryInteractive--press: var(--c-white);
103
+ --c-buttonLabel-secondaryInteractive: var(--c-purple-500);
104
+ --c-buttonLabel-secondaryInteractive--hover: var(--c-purple-700);
105
+ --c-buttonLabel-secondaryInteractive--press: var(--c-purple-900);
106
+ --c-buttonLabel-success: var(--c-white);
107
+ --c-buttonLabel-successAltInteractive: var(--c-green-900);
108
+ --c-buttonLabel-successAltInteractive--hover: var(--c-green-900);
109
+ --c-buttonLabel-successAltInteractive--press: var(--c-green-900);
110
+ --c-buttonLabel-tertiaryInteractive: var(--c-purple-500);
111
+ --c-buttonLabel-tertiaryInteractive--hover: var(--c-purple-700);
112
+ --c-buttonLabel-tertiaryInteractive--press: var(--c-purple-900);
113
+ --c-icon-base: var(--c-navy-500);
114
+ --c-icon-baseInteractive: var(--c-navy-500);
115
+ --c-icon-baseInteractive--hover: var(--c-navy-700);
116
+ --c-icon-subdued: var(--c-navy-300);
117
+ --c-icon-subduedInteractive: var(--c-navy-300);
118
+ --c-icon-subduedInteractive--hover: var(--c-navy-500);
119
+ --c-icon-accent: var(--c-purple-500);
120
+ --c-icon-accentInteractive: var(--c-purple-500);
121
+ --c-icon-accentInteractive--hover: var(--c-purple-700);
122
+ --c-icon-accentAlt: var(--c-purple-500);
123
+ --c-icon-accentAltInteractive: var(--c-purple-500);
124
+ --c-icon-accentAltInteractive--hover: var(--c-purple-700);
125
+ --c-icon-info: var(--c-yellow-900);
126
+ --c-icon-infoAlt: var(--c-yellow-500);
127
+ --c-icon-error: var(--c-red-500);
128
+ --c-icon-errorAlt: var(--c-red-500);
129
+ --c-icon-success: var(--c-green-700);
130
+ --c-icon-successAlt: var(--c-green-900);
131
+ --c-icon-warning: var(--c-orange-500);
132
+ --c-icon-connect: var(--c-turquoise-500);
133
+ --c-icon-connectAlt: var(--c-turquoise-900);
134
+ --c-icon-driver: var(--c-navy-700);
135
+ --c-icon-owner: var(--c-white);
136
+ --c-icon-inversed: var(--c-white);
137
+ --c-icon-disabled: var(--c-navy-100);
138
+ --c-stroke-base: var(--c-navy-100);
139
+ --c-stroke-baseInteractive: var(--c-navy-100);
140
+ --c-stroke-baseInteractive--hover: var(--c-navy-300);
141
+ --c-stroke-baseInteractive--press: var(--c-navy-500);
142
+ --c-stroke-strong: var(--c-navy-300);
143
+ --c-stroke-strongInteractive: var(--c-navy-300);
144
+ --c-stroke-strongInteractive--hover: var(--c-navy-500);
145
+ --c-stroke-strongInteractive--press: var(--c-navy-700);
146
+ --c-stroke-subdued: var(--c-navy-100);
147
+ --c-stroke-accent: var(--c-purple-500);
148
+ --c-stroke-accentInteractive: var(--c-purple-500);
149
+ --c-stroke-accentInteractive--hover: var(--c-purple-700);
150
+ --c-stroke-accentInteractive--press: var(--c-purple-900);
151
+ --c-stroke-accentAlt: var(--c-purple-300);
152
+ --c-stroke-error: var(--c-red-500);
153
+ --c-stroke-errorAlt: var(--c-red-500);
154
+ --c-stroke-success: var(--c-green-500);
155
+ --c-stroke-successAlt: var(--c-green-500);
156
+ --c-fill-base: var(--c-navy-500);
157
+ --c-fill-secondary: var(--c-yellow-500);
158
+ --c-fill-subdued: var(--c-navy-100);
159
+ --c-fill-accent: var(--c-purple-500);
160
+ --c-fill-accentAlt: var(--c-purple-100);
161
+ --c-fill-error: var(--c-red-500);
162
+ --c-fill-negative: var(--c-red-150);
163
+ --c-fill-success: var(--c-green-500);
164
+ --c-fill-disabled: var(--c-navy-300);
165
+ --c-fill-neutral: var(--c-navy-50);
166
+ }
167
+
168
+ .use-cobalt-light-theme {
169
+ --c-background-primary: var(--c-white);
170
+ --c-background-secondary: var(--c-white);
171
+ --c-background-secondaryInteractive: var(--c-white);
172
+ --c-background-secondaryInteractive--hover: var(--c-navy-50);
173
+ --c-background-accent: var(--c-purple-500);
174
+ --c-background-accentInteractive: var(--c-purple-500);
175
+ --c-background-accentInteractive--hover: var(--c-purple-700);
176
+ --c-background-accentAlt: var(--c-purple-100);
177
+ --c-background-accentAltInteractive: var(--c-purple-100);
178
+ --c-background-accentAltInteractive--hover: var(--c-purpleLight-100);
179
+ --c-background-info: var(--c-yellow-100);
180
+ --c-background-error: var(--c-red-500);
181
+ --c-background-errorInteractive: var(--c-red-500);
182
+ --c-background-errorInteractive--hover: var(--c-red-700);
183
+ --c-background-errorAlt: var(--c-red-100);
184
+ --c-background-success: var(--c-green-700);
185
+ --c-background-successAlt: var(--c-green-100);
186
+ --c-background-connect: var(--c-turquoise-500);
187
+ --c-background-connectInteractive: var(--c-turquoise-500);
188
+ --c-background-connectInteractive--hover: var(--c-turquoise-700);
189
+ --c-background-connectAlt: var(--c-turquoise-50);
190
+ --c-background-driver: var(--c-yellow-500);
191
+ --c-background-owner: var(--c-navy-700);
192
+ --c-background-disabled: var(--c-navy-100);
193
+ --c-background-neutral: var(--c-navy-100);
194
+ --c-background-neutralAlt: var(--c-navy-50);
195
+ --c-background-seasonLow: var(--c-season-100);
196
+ --c-background-seasonMedium: var(--c-season-200);
197
+ --c-background-seasonHigh: var(--c-season-300);
198
+ --c-background-seasonVeryHigh: var(--c-season-400);
199
+ --c-text-base: var(--c-navy-700);
200
+ --c-text-baseInteractive: var(--c-navy-700);
201
+ --c-text-baseInteractive--hover: var(--c-navy-300);
202
+ --c-text-subdued: var(--c-navy-300);
203
+ --c-text-subduedInteractive: var(--c-navy-300);
204
+ --c-text-subduedInteractive--hover: var(--c-navy-500);
205
+ --c-text-accent: var(--c-purple-500);
206
+ --c-text-accentInteractive: var(--c-purple-500);
207
+ --c-text-accentInteractive--hover: var(--c-purple-700);
208
+ --c-text-accentAlt: var(--c-purple-500);
209
+ --c-text-accentAltInteractive: var(--c-purple-500);
210
+ --c-text-accentAltInteractive--hover: var(--c-purple-700);
211
+ --c-text-info: var(--c-yellow-900);
212
+ --c-text-infoAlt: var(--c-yellow-500);
213
+ --c-text-error: var(--c-red-500);
214
+ --c-text-errorAlt: var(--c-red-500);
215
+ --c-text-success: var(--c-green-700);
216
+ --c-text-successAlt: var(--c-green-900);
217
+ --c-text-warning: var(--c-orange-500);
218
+ --c-text-connect: var(--c-turquoise-500);
219
+ --c-text-driver: var(--c-navy-700);
220
+ --c-text-owner: var(--c-white);
221
+ --c-text-inversed: var(--c-white);
222
+ --c-buttonBackground-selected: var(--c-purple-100);
223
+ --c-buttonBackground-destructiveInteractive: var(--c-red-100);
224
+ --c-buttonBackground-destructiveInteractive--hover: var(--c-red-120);
225
+ --c-buttonBackground-destructiveInteractive--press: var(--c-red-150);
226
+ --c-buttonBackground-disabled: var(--c-navy-100);
227
+ --c-buttonBackground-primaryInteractive: var(--c-purple-500);
228
+ --c-buttonBackground-primaryInteractive--hover: var(--c-purple-700);
229
+ --c-buttonBackground-primaryInteractive--press: var(--c-purple-900);
230
+ --c-buttonBackground-secondaryInteractive: var(--c-white);
231
+ --c-buttonBackground-secondaryInteractive--hover: var(--c-white);
232
+ --c-buttonBackground-secondaryInteractive--press: var(--c-white);
233
+ --c-buttonBackground-success: var(--c-green-700);
234
+ --c-buttonBackground-successAltInteractive: var(--c-green-100);
235
+ --c-buttonBackground-successAltInteractive--hover: var(--c-green-120);
236
+ --c-buttonBackground-successAltInteractive--press: var(--c-green-150);
237
+ --c-buttonBackground-tertiaryInteractive: var(--c-white);
238
+ --c-buttonBackground-tertiaryInteractive--hover: var(--c-white);
239
+ --c-buttonBackground-tertiaryInteractive--press: var(--c-white);
240
+ --c-buttonIcon-selected: var(--c-purple-500);
241
+ --c-buttonIcon-destructiveInteractive: var(--c-red-500);
242
+ --c-buttonIcon-destructiveInteractive--hover: var(--c-red-500);
243
+ --c-buttonIcon-destructiveInteractive--press: var(--c-red-500);
244
+ --c-buttonIcon-disabled: var(--c-navy-300);
245
+ --c-buttonIcon-primaryInteractive: var(--c-white);
246
+ --c-buttonIcon-primaryInteractive--hover: var(--c-white);
247
+ --c-buttonIcon-primaryInteractive--press: var(--c-white);
248
+ --c-buttonIcon-secondaryInteractive: var(--c-purple-500);
249
+ --c-buttonIcon-secondaryInteractive--hover: var(--c-purple-700);
250
+ --c-buttonIcon-secondaryInteractive--press: var(--c-purple-900);
251
+ --c-buttonIcon-success: var(--c-white);
252
+ --c-buttonIcon-successAltInteractive: var(--c-green-900);
253
+ --c-buttonIcon-successAltInteractive--hover: var(--c-green-900);
254
+ --c-buttonIcon-successAltInteractive--press: var(--c-green-900);
255
+ --c-buttonIcon-tertiaryInteractive: var(--c-purple-500);
256
+ --c-buttonIcon-tertiaryInteractive--hover: var(--c-purple-700);
257
+ --c-buttonIcon-tertiaryInteractive--press: var(--c-purple-900);
258
+ --c-buttonLabel-selected: var(--c-purple-500);
259
+ --c-buttonLabel-destructiveInteractive: var(--c-red-500);
260
+ --c-buttonLabel-destructiveInteractive--hover: var(--c-red-500);
261
+ --c-buttonLabel-destructiveInteractive--press: var(--c-red-500);
262
+ --c-buttonLabel-disabled: var(--c-navy-300);
263
+ --c-buttonLabel-primaryInteractive: var(--c-white);
264
+ --c-buttonLabel-primaryInteractive--hover: var(--c-white);
265
+ --c-buttonLabel-primaryInteractive--press: var(--c-white);
266
+ --c-buttonLabel-secondaryInteractive: var(--c-purple-500);
267
+ --c-buttonLabel-secondaryInteractive--hover: var(--c-purple-700);
268
+ --c-buttonLabel-secondaryInteractive--press: var(--c-purple-900);
269
+ --c-buttonLabel-success: var(--c-white);
270
+ --c-buttonLabel-successAltInteractive: var(--c-green-900);
271
+ --c-buttonLabel-successAltInteractive--hover: var(--c-green-900);
272
+ --c-buttonLabel-successAltInteractive--press: var(--c-green-900);
273
+ --c-buttonLabel-tertiaryInteractive: var(--c-purple-500);
274
+ --c-buttonLabel-tertiaryInteractive--hover: var(--c-purple-700);
275
+ --c-buttonLabel-tertiaryInteractive--press: var(--c-purple-900);
276
+ --c-icon-base: var(--c-navy-500);
277
+ --c-icon-baseInteractive: var(--c-navy-500);
278
+ --c-icon-baseInteractive--hover: var(--c-navy-700);
279
+ --c-icon-subdued: var(--c-navy-300);
280
+ --c-icon-subduedInteractive: var(--c-navy-300);
281
+ --c-icon-subduedInteractive--hover: var(--c-navy-500);
282
+ --c-icon-accent: var(--c-purple-500);
283
+ --c-icon-accentInteractive: var(--c-purple-500);
284
+ --c-icon-accentInteractive--hover: var(--c-purple-700);
285
+ --c-icon-accentAlt: var(--c-purple-500);
286
+ --c-icon-accentAltInteractive: var(--c-purple-500);
287
+ --c-icon-accentAltInteractive--hover: var(--c-purple-700);
288
+ --c-icon-info: var(--c-yellow-900);
289
+ --c-icon-infoAlt: var(--c-yellow-500);
290
+ --c-icon-error: var(--c-red-500);
291
+ --c-icon-errorAlt: var(--c-red-500);
292
+ --c-icon-success: var(--c-green-700);
293
+ --c-icon-successAlt: var(--c-green-900);
294
+ --c-icon-warning: var(--c-orange-500);
295
+ --c-icon-connect: var(--c-turquoise-500);
296
+ --c-icon-connectAlt: var(--c-turquoise-900);
297
+ --c-icon-driver: var(--c-navy-700);
298
+ --c-icon-owner: var(--c-white);
299
+ --c-icon-inversed: var(--c-white);
300
+ --c-icon-disabled: var(--c-navy-100);
301
+ --c-stroke-base: var(--c-navy-100);
302
+ --c-stroke-baseInteractive: var(--c-navy-100);
303
+ --c-stroke-baseInteractive--hover: var(--c-navy-300);
304
+ --c-stroke-baseInteractive--press: var(--c-navy-500);
305
+ --c-stroke-strong: var(--c-navy-300);
306
+ --c-stroke-strongInteractive: var(--c-navy-300);
307
+ --c-stroke-strongInteractive--hover: var(--c-navy-500);
308
+ --c-stroke-strongInteractive--press: var(--c-navy-700);
309
+ --c-stroke-subdued: var(--c-navy-100);
310
+ --c-stroke-accent: var(--c-purple-500);
311
+ --c-stroke-accentInteractive: var(--c-purple-500);
312
+ --c-stroke-accentInteractive--hover: var(--c-purple-700);
313
+ --c-stroke-accentInteractive--press: var(--c-purple-900);
314
+ --c-stroke-accentAlt: var(--c-purple-300);
315
+ --c-stroke-error: var(--c-red-500);
316
+ --c-stroke-errorAlt: var(--c-red-500);
317
+ --c-stroke-success: var(--c-green-500);
318
+ --c-stroke-successAlt: var(--c-green-500);
319
+ --c-fill-base: var(--c-navy-500);
320
+ --c-fill-secondary: var(--c-yellow-500);
321
+ --c-fill-subdued: var(--c-navy-100);
322
+ --c-fill-accent: var(--c-purple-500);
323
+ --c-fill-accentAlt: var(--c-purple-100);
324
+ --c-fill-error: var(--c-red-500);
325
+ --c-fill-negative: var(--c-red-150);
326
+ --c-fill-success: var(--c-green-500);
327
+ --c-fill-disabled: var(--c-navy-300);
328
+ --c-fill-neutral: var(--c-navy-50);
329
+ }
330
+
331
+ .use-cobalt-dark-theme {
332
+ --c-background-primary: var(--c-black-500);
333
+ --c-background-secondary: var(--c-black-300);
334
+ --c-background-secondaryInteractive: var(--c-black-300);
335
+ --c-background-secondaryInteractive--hover: var(--c-black-300);
336
+ --c-background-accent: var(--c-purpleDeep-400);
337
+ --c-background-accentInteractive: var(--c-purpleDeep-400);
338
+ --c-background-accentInteractive--hover: var(--c-purpleDeep-400);
339
+ --c-background-accentAlt: var(--c-purpleDeep-900);
340
+ --c-background-accentAltInteractive: var(--c-purpleDeep-900);
341
+ --c-background-accentAltInteractive--hover: var(--c-purpleDeep-900);
342
+ --c-background-info: var(--c-yellow-1000);
343
+ --c-background-error: var(--c-red-500);
344
+ --c-background-errorInteractive: var(--c-red-500);
345
+ --c-background-errorInteractive--hover: var(--c-red-500);
346
+ --c-background-errorAlt: var(--c-red-900);
347
+ --c-background-success: var(--c-green-700);
348
+ --c-background-successAlt: var(--c-green-1000);
349
+ --c-background-connect: var(--c-turquoise-500);
350
+ --c-background-connectInteractive: var(--c-turquoise-500);
351
+ --c-background-connectInteractive--hover: var(--c-turquoise-500);
352
+ --c-background-connectAlt: var(--c-turquoise-900);
353
+ --c-background-driver: var(--c-yellow-500);
354
+ --c-background-owner: var(--c-navy-700);
355
+ --c-background-disabled: var(--c-black-50);
356
+ --c-background-neutral: var(--c-black-50);
357
+ --c-background-neutralAlt: var(--c-black-100);
358
+ --c-background-seasonLow: var(--c-season-700);
359
+ --c-background-seasonMedium: var(--c-season-800);
360
+ --c-background-seasonHigh: var(--c-season-900);
361
+ --c-background-seasonVeryHigh: var(--c-season-1000);
362
+ --c-text-base: var(--c-grey-100);
363
+ --c-text-baseInteractive: var(--c-grey-100);
364
+ --c-text-baseInteractive--hover: var(--c-grey-300);
365
+ --c-text-subdued: var(--c-grey-300);
366
+ --c-text-subduedInteractive: var(--c-grey-300);
367
+ --c-text-subduedInteractive--hover: var(--c-grey-300);
368
+ --c-text-accent: var(--c-purpleDeep-400);
369
+ --c-text-accentInteractive: var(--c-purpleDeep-400);
370
+ --c-text-accentInteractive--hover: var(--c-purpleDeep-400);
371
+ --c-text-accentAlt: var(--c-grey-100);
372
+ --c-text-accentAltInteractive: var(--c-grey-100);
373
+ --c-text-accentAltInteractive--hover: var(--c-grey-100);
374
+ --c-text-info: var(--c-yellow-300);
375
+ --c-text-infoAlt: var(--c-yellow-700);
376
+ --c-text-error: var(--c-red-400);
377
+ --c-text-errorAlt: var(--c-red-500);
378
+ --c-text-success: var(--c-green-700);
379
+ --c-text-successAlt: var(--c-green-100);
380
+ --c-text-warning: var(--c-orange-300);
381
+ --c-text-connect: var(--c-turquoise-500);
382
+ --c-text-driver: var(--c-navy-700);
383
+ --c-text-owner: var(--c-grey-100);
384
+ --c-text-inversed: var(--c-white);
385
+ --c-buttonBackground-selected: var(--c-purpleDeep-900);
386
+ --c-buttonBackground-destructiveInteractive: var(--c-red-900);
387
+ --c-buttonBackground-destructiveInteractive--hover: var(--c-red-900);
388
+ --c-buttonBackground-destructiveInteractive--press: var(--c-red-900);
389
+ --c-buttonBackground-disabled: var(--c-black-50);
390
+ --c-buttonBackground-primaryInteractive: var(--c-purpleDeep-500);
391
+ --c-buttonBackground-primaryInteractive--hover: var(--c-purpleDeep-500);
392
+ --c-buttonBackground-primaryInteractive--press: var(--c-purpleDeep-500);
393
+ --c-buttonBackground-secondaryInteractive: var(--c-black-500);
394
+ --c-buttonBackground-secondaryInteractive--hover: var(--c-black-500);
395
+ --c-buttonBackground-secondaryInteractive--press: var(--c-black-500);
396
+ --c-buttonBackground-success: var(--c-green-900);
397
+ --c-buttonBackground-successAltInteractive: var(--c-green-1000);
398
+ --c-buttonBackground-successAltInteractive--hover: var(--c-green-1000);
399
+ --c-buttonBackground-successAltInteractive--press: var(--c-green-1000);
400
+ --c-buttonBackground-tertiaryInteractive: var(--c-white);
401
+ --c-buttonBackground-tertiaryInteractive--hover: var(--c-white);
402
+ --c-buttonBackground-tertiaryInteractive--press: var(--c-white);
403
+ --c-buttonIcon-selected: var(--c-grey-100);
404
+ --c-buttonIcon-destructiveInteractive: var(--c-red-200);
405
+ --c-buttonIcon-destructiveInteractive--hover: var(--c-red-200);
406
+ --c-buttonIcon-destructiveInteractive--press: var(--c-red-200);
407
+ --c-buttonIcon-disabled: var(--c-grey-300);
408
+ --c-buttonIcon-primaryInteractive: var(--c-grey-100);
409
+ --c-buttonIcon-primaryInteractive--hover: var(--c-grey-100);
410
+ --c-buttonIcon-primaryInteractive--press: var(--c-grey-100);
411
+ --c-buttonIcon-secondaryInteractive: var(--c-purpleDeep-400);
412
+ --c-buttonIcon-secondaryInteractive--hover: var(--c-purpleDeep-400);
413
+ --c-buttonIcon-secondaryInteractive--press: var(--c-purpleDeep-400);
414
+ --c-buttonIcon-success: var(--c-green-100);
415
+ --c-buttonIcon-successAltInteractive: var(--c-green-100);
416
+ --c-buttonIcon-successAltInteractive--hover: var(--c-green-100);
417
+ --c-buttonIcon-successAltInteractive--press: var(--c-green-100);
418
+ --c-buttonIcon-tertiaryInteractive: var(--c-purpleDeep-400);
419
+ --c-buttonIcon-tertiaryInteractive--hover: var(--c-purpleDeep-400);
420
+ --c-buttonIcon-tertiaryInteractive--press: var(--c-purpleDeep-400);
421
+ --c-buttonLabel-selected: var(--c-grey-100);
422
+ --c-buttonLabel-destructiveInteractive: var(--c-red-200);
423
+ --c-buttonLabel-destructiveInteractive--hover: var(--c-red-200);
424
+ --c-buttonLabel-destructiveInteractive--press: var(--c-red-200);
425
+ --c-buttonLabel-disabled: var(--c-grey-300);
426
+ --c-buttonLabel-primaryInteractive: var(--c-grey-100);
427
+ --c-buttonLabel-primaryInteractive--hover: var(--c-grey-100);
428
+ --c-buttonLabel-primaryInteractive--press: var(--c-grey-100);
429
+ --c-buttonLabel-secondaryInteractive: var(--c-purpleDeep-400);
430
+ --c-buttonLabel-secondaryInteractive--hover: var(--c-purpleDeep-400);
431
+ --c-buttonLabel-secondaryInteractive--press: var(--c-purpleDeep-400);
432
+ --c-buttonLabel-success: var(--c-green-100);
433
+ --c-buttonLabel-successAltInteractive: var(--c-green-100);
434
+ --c-buttonLabel-successAltInteractive--hover: var(--c-green-100);
435
+ --c-buttonLabel-successAltInteractive--press: var(--c-green-100);
436
+ --c-buttonLabel-tertiaryInteractive: var(--c-purpleDeep-400);
437
+ --c-buttonLabel-tertiaryInteractive--hover: var(--c-purpleDeep-400);
438
+ --c-buttonLabel-tertiaryInteractive--press: var(--c-purpleDeep-400);
439
+ --c-icon-base: var(--c-grey-100);
440
+ --c-icon-baseInteractive: var(--c-grey-100);
441
+ --c-icon-baseInteractive--hover: var(--c-grey-100);
442
+ --c-icon-subdued: var(--c-grey-300);
443
+ --c-icon-subduedInteractive: var(--c-grey-300);
444
+ --c-icon-subduedInteractive--hover: var(--c-grey-300);
445
+ --c-icon-accent: var(--c-purpleDeep-400);
446
+ --c-icon-accentInteractive: var(--c-purpleDeep-400);
447
+ --c-icon-accentInteractive--hover: var(--c-);
448
+ --c-icon-accentAlt: var(--c-grey-100);
449
+ --c-icon-accentAltInteractive: var(--c-grey-100);
450
+ --c-icon-accentAltInteractive--hover: var(--c-grey-100);
451
+ --c-icon-info: var(--c-yellow-300);
452
+ --c-icon-infoAlt: var(--c-yellow-700);
453
+ --c-icon-error: var(--c-red-400);
454
+ --c-icon-errorAlt: var(--c-red-200);
455
+ --c-icon-success: var(--c-green-700);
456
+ --c-icon-successAlt: var(--c-green-100);
457
+ --c-icon-warning: var(--c-orange-300);
458
+ --c-icon-connect: var(--c-white);
459
+ --c-icon-connectAlt: var(--c-turquoise-50);
460
+ --c-icon-driver: var(--c-);
461
+ --c-icon-owner: var(--c-white);
462
+ --c-icon-inversed: var(--c-white);
463
+ --c-icon-disabled: var(--c-black-50);
464
+ --c-stroke-base: var(--c-black-50);
465
+ --c-stroke-baseInteractive: var(--c-black-50);
466
+ --c-stroke-baseInteractive--hover: var(--c-purpleDeep-400);
467
+ --c-stroke-baseInteractive--press: var(--c-purpleDeep-400);
468
+ --c-stroke-strong: var(--c-navy-200);
469
+ --c-stroke-strongInteractive: var(--c-navy-200);
470
+ --c-stroke-strongInteractive--hover: var(--c-purpleDeep-400);
471
+ --c-stroke-strongInteractive--press: var(--c-purpleDeep-400);
472
+ --c-stroke-subdued: var(--c-black-50);
473
+ --c-stroke-accent: var(--c-purpleDeep-400);
474
+ --c-stroke-accentInteractive: var(--c-purpleDeep-400);
475
+ --c-stroke-accentInteractive--hover: var(--c-purpleDeep-400);
476
+ --c-stroke-accentInteractive--press: var(--c-purpleDeep-400);
477
+ --c-stroke-accentAlt: var(--c-purpleDeep-700);
478
+ --c-stroke-error: var(--c-red-200);
479
+ --c-stroke-errorAlt: var(--c-red-200);
480
+ --c-stroke-success: var(--c-green-700);
481
+ --c-stroke-successAlt: var(--c-green-700);
482
+ --c-fill-base: var(--c-grey-100);
483
+ --c-fill-secondary: var(--c-yellow-500);
484
+ --c-fill-subdued: var(--c-black-50);
485
+ --c-fill-accent: var(--c-purpleDeep-400);
486
+ --c-fill-accentAlt: var(--c-purpleDeep-900);
487
+ --c-fill-error: var(--c-red-500);
488
+ --c-fill-negative: var(--c-red-900);
489
+ --c-fill-success: var(--c-green-700);
490
+ --c-fill-disabled: var(--c-grey-300);
491
+ --c-fill-neutral: var(--c-black-100);
166
492
  }