@vector-im/compound-design-tokens 0.0.2 → 0.0.4

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 (152) hide show
  1. package/README.md +2 -1
  2. package/assets/web/css/cpd-common.css +54 -2
  3. package/assets/web/css/cpd-dark-hc-mq.css +238 -81
  4. package/assets/web/css/cpd-dark-hc.css +239 -82
  5. package/assets/web/css/cpd-dark-mq.css +311 -154
  6. package/assets/web/css/cpd-dark.css +312 -155
  7. package/assets/web/css/cpd-light-hc-mq.css +311 -154
  8. package/assets/web/css/cpd-light-hc.css +312 -155
  9. package/assets/web/css/cpd-light-mq.css +171 -14
  10. package/assets/web/css/cpd-light.css +172 -15
  11. package/assets/web/icons/$icons.json +1 -0
  12. package/assets/web/icons/arrow-left.svg +3 -0
  13. package/assets/web/icons/arrow-right.svg +3 -0
  14. package/assets/web/icons/arrow-up-right.svg +3 -0
  15. package/assets/web/icons/block.svg +3 -0
  16. package/assets/web/icons/chat-new.svg +4 -0
  17. package/assets/web/icons/chat-problem.svg +5 -0
  18. package/assets/web/icons/chat.svg +3 -0
  19. package/assets/web/icons/check-circle.svg +3 -0
  20. package/assets/web/icons/check.svg +3 -0
  21. package/assets/web/icons/chevron-down.svg +3 -0
  22. package/assets/web/icons/chevron-left.svg +3 -0
  23. package/assets/web/icons/chevron-right.svg +3 -0
  24. package/assets/web/icons/chevron-up-down.svg +3 -0
  25. package/assets/web/icons/chevron.svg +3 -0
  26. package/assets/web/icons/close.svg +3 -0
  27. package/assets/web/icons/computer.svg +3 -0
  28. package/assets/web/icons/delete.svg +3 -0
  29. package/assets/web/icons/download.svg +3 -0
  30. package/assets/web/icons/drag-grid.svg +3 -0
  31. package/assets/web/icons/drag-list.svg +3 -0
  32. package/assets/web/icons/error.svg +3 -0
  33. package/assets/web/icons/export-archive.svg +3 -0
  34. package/assets/web/icons/extensions.svg +6 -0
  35. package/assets/web/icons/favourite-off.svg +3 -0
  36. package/assets/web/icons/favourite-on.svg +3 -0
  37. package/assets/web/icons/files.svg +3 -0
  38. package/assets/web/icons/filter.svg +5 -0
  39. package/assets/web/icons/info.svg +3 -0
  40. package/assets/web/icons/leave.svg +5 -0
  41. package/assets/web/icons/link.svg +3 -0
  42. package/assets/web/icons/lock-off.svg +4 -0
  43. package/assets/web/icons/lock.svg +3 -0
  44. package/assets/web/icons/marker-read-receipts.svg +4 -0
  45. package/assets/web/icons/mention.svg +3 -0
  46. package/assets/web/icons/mobile.svg +3 -0
  47. package/assets/web/icons/notifications-off.svg +5 -0
  48. package/assets/web/icons/notifications-solid-off.svg +5 -0
  49. package/assets/web/icons/notifications-solid.svg +4 -0
  50. package/assets/web/icons/notifications.svg +4 -0
  51. package/assets/web/icons/offline.svg +3 -0
  52. package/assets/web/icons/overflow-horizontal.svg +3 -0
  53. package/assets/web/icons/overflow-vertical.svg +3 -0
  54. package/assets/web/icons/polls.svg +3 -0
  55. package/assets/web/icons/pop-out.svg +4 -0
  56. package/assets/web/icons/public.svg +3 -0
  57. package/assets/web/icons/search.svg +3 -0
  58. package/assets/web/icons/settings-solid.svg +3 -0
  59. package/assets/web/icons/settings.svg +4 -0
  60. package/assets/web/icons/share-android.svg +3 -0
  61. package/assets/web/icons/share.svg +3 -0
  62. package/assets/web/icons/thread.svg +1 -0
  63. package/assets/web/icons/threads-solid.svg +3 -0
  64. package/assets/web/icons/threads.svg +5 -0
  65. package/assets/web/icons/user-add-solid.svg +3 -0
  66. package/assets/web/icons/user-add.svg +3 -0
  67. package/assets/web/icons/user-profile.svg +5 -0
  68. package/assets/web/icons/user.svg +3 -0
  69. package/assets/web/icons/verified.svg +3 -0
  70. package/assets/web/icons/video-call-declined.svg +3 -0
  71. package/assets/web/icons/video-call-missed.svg +3 -0
  72. package/assets/web/icons/video-call-off.svg +4 -0
  73. package/assets/web/icons/video-call.svg +3 -0
  74. package/assets/web/icons/visibility-invisible.svg +3 -0
  75. package/assets/web/icons/visibility-off.svg +3 -0
  76. package/assets/web/icons/visibility-on.svg +3 -0
  77. package/assets/web/icons/visibility-visible.svg +3 -0
  78. package/assets/web/icons/voice-call.svg +3 -0
  79. package/assets/web/icons/web-browser.svg +3 -0
  80. package/assets/web/js/cpdDark.d.ts +505 -0
  81. package/assets/web/js/cpdDark.js +427 -155
  82. package/assets/web/js/cpdDarkHc.d.ts +505 -0
  83. package/assets/web/js/cpdDarkHc.js +354 -82
  84. package/assets/web/js/cpdLight.d.ts +505 -0
  85. package/assets/web/js/cpdLight.js +288 -16
  86. package/assets/web/js/cpdLightHc.d.ts +505 -0
  87. package/assets/web/js/cpdLightHc.js +427 -155
  88. package/icons/$icons.json +1 -0
  89. package/icons/arrow-left.svg +3 -0
  90. package/icons/arrow-right.svg +3 -0
  91. package/icons/arrow-up-right.svg +3 -0
  92. package/icons/block.svg +3 -0
  93. package/icons/chat-new.svg +4 -0
  94. package/icons/chat-problem.svg +5 -0
  95. package/icons/chat.svg +3 -0
  96. package/icons/check-circle.svg +3 -0
  97. package/icons/check.svg +3 -0
  98. package/icons/chevron-down.svg +3 -0
  99. package/icons/chevron-left.svg +3 -0
  100. package/icons/chevron-right.svg +3 -0
  101. package/icons/chevron-up-down.svg +3 -0
  102. package/icons/close.svg +3 -0
  103. package/icons/computer.svg +3 -0
  104. package/icons/delete.svg +3 -0
  105. package/icons/download.svg +3 -0
  106. package/icons/drag-grid.svg +3 -0
  107. package/icons/drag-list.svg +3 -0
  108. package/icons/error.svg +3 -0
  109. package/icons/export-archive.svg +3 -0
  110. package/icons/extensions.svg +6 -0
  111. package/icons/favourite-off.svg +3 -0
  112. package/icons/favourite-on.svg +3 -0
  113. package/icons/files.svg +3 -0
  114. package/icons/filter.svg +5 -0
  115. package/icons/info.svg +3 -0
  116. package/icons/leave.svg +5 -0
  117. package/icons/link.svg +3 -0
  118. package/icons/lock-off.svg +4 -0
  119. package/icons/lock.svg +3 -0
  120. package/icons/marker-read-receipts.svg +4 -0
  121. package/icons/mention.svg +3 -0
  122. package/icons/mobile.svg +3 -0
  123. package/icons/notifications-off.svg +5 -0
  124. package/icons/notifications-solid-off.svg +5 -0
  125. package/icons/notifications-solid.svg +4 -0
  126. package/icons/notifications.svg +4 -0
  127. package/icons/offline.svg +3 -0
  128. package/icons/overflow-horizontal.svg +3 -0
  129. package/icons/overflow-vertical.svg +3 -0
  130. package/icons/polls.svg +3 -0
  131. package/icons/pop-out.svg +4 -0
  132. package/icons/public.svg +3 -0
  133. package/icons/search.svg +3 -0
  134. package/icons/settings-solid.svg +3 -0
  135. package/icons/settings.svg +4 -0
  136. package/icons/share-android.svg +3 -0
  137. package/icons/share.svg +3 -0
  138. package/icons/threads-solid.svg +3 -0
  139. package/icons/threads.svg +5 -0
  140. package/icons/user-add-solid.svg +3 -0
  141. package/icons/user-add.svg +3 -0
  142. package/icons/user-profile.svg +5 -0
  143. package/icons/verified.svg +3 -0
  144. package/icons/video-call-declined.svg +3 -0
  145. package/icons/video-call-missed.svg +3 -0
  146. package/icons/video-call-off.svg +4 -0
  147. package/icons/video-call.svg +3 -0
  148. package/icons/visibility-off.svg +3 -0
  149. package/icons/visibility-on.svg +3 -0
  150. package/icons/voice-call.svg +3 -0
  151. package/icons/web-browser.svg +3 -0
  152. package/package.json +7 -3
@@ -36,7 +36,6 @@ export const cpdFontFamilyMono = "Inconsolata";
36
36
  export const cpdFontWeightRegular = "400";
37
37
  export const cpdFontWeightMedium = "500";
38
38
  export const cpdFontWeightSemibold = "600";
39
- export const cpdFontWeightBold = "700";
40
39
  export const cpdFontLineHeightMinimum = "1";
41
40
  export const cpdFontLineHeightTight = "1.25";
42
41
  export const cpdFontLineHeightRegular = "1.5";
@@ -48,6 +47,7 @@ export const cpdFontSizeHeadingSm = "1.25rem";
48
47
  export const cpdFontSizeHeadingMd = "1.5rem";
49
48
  export const cpdFontSizeHeadingLg = "1.75rem";
50
49
  export const cpdFontSizeHeadingXl = "2rem";
50
+ export const cpdFontSizeRoot = "1rem";
51
51
  export const cpdFontLetterSpacingBodyXs = "0.0048em";
52
52
  export const cpdFontLetterSpacingBodySm = "-0.0031em";
53
53
  export const cpdFontLetterSpacingBodyMd = "-0.0088em";
@@ -77,76 +77,140 @@ export const cpdFontHeadingLgRegular = "400 1.75rem/1.25 Inter";
77
77
  export const cpdFontHeadingLgSemibold = "600 1.75rem/1.25 Inter";
78
78
  export const cpdFontHeadingXlRegular = "400 2rem/1.25 Inter";
79
79
  export const cpdFontHeadingXlSemibold = "600 2rem/1.25 Inter";
80
- export const cpdColorGray100 = "#0c1b29";
81
- export const cpdColorGray200 = "#11202f";
82
- export const cpdColorGray300 = "#1a2939";
83
- export const cpdColorGray400 = "#1f2f3f";
84
- export const cpdColorGray500 = "#304051";
85
- export const cpdColorGray600 = "#3f5062";
86
- export const cpdColorGray700 = "#56687a";
87
- export const cpdColorGray800 = "#718295";
88
- export const cpdColorGray900 = "#a9b4c0";
89
- export const cpdColorGray1000 = "#b5bec9";
90
- export const cpdColorGray1100 = "#c7ced5";
91
- export const cpdColorGray1200 = "#d4dadf";
92
- export const cpdColorGray1300 = "#ebedf0";
93
- export const cpdColorGray1400 = "#f3f4f6";
94
- export const cpdColorRed100 = "#3b0000";
80
+ export const cpdIconArrowLeft = "icons/arrow-left.svg";
81
+ export const cpdIconArrowRight = "icons/arrow-right.svg";
82
+ export const cpdIconArrowUpRight = "icons/arrow-up-right.svg";
83
+ export const cpdIconBlock = "icons/block.svg";
84
+ export const cpdIconChatNew = "icons/chat-new.svg";
85
+ export const cpdIconChatProblem = "icons/chat-problem.svg";
86
+ export const cpdIconChat = "icons/chat.svg";
87
+ export const cpdIconCheckCircle = "icons/check-circle.svg";
88
+ export const cpdIconCheck = "icons/check.svg";
89
+ export const cpdIconChevronDown = "icons/chevron-down.svg";
90
+ export const cpdIconChevronLeft = "icons/chevron-left.svg";
91
+ export const cpdIconChevronRight = "icons/chevron-right.svg";
92
+ export const cpdIconChevronUpDown = "icons/chevron-up-down.svg";
93
+ export const cpdIconClose = "icons/close.svg";
94
+ export const cpdIconComputer = "icons/computer.svg";
95
+ export const cpdIconDelete = "icons/delete.svg";
96
+ export const cpdIconDownload = "icons/download.svg";
97
+ export const cpdIconDragGrid = "icons/drag-grid.svg";
98
+ export const cpdIconDragList = "icons/drag-list.svg";
99
+ export const cpdIconError = "icons/error.svg";
100
+ export const cpdIconExportArchive = "icons/export-archive.svg";
101
+ export const cpdIconExtensions = "icons/extensions.svg";
102
+ export const cpdIconFavouriteOff = "icons/favourite-off.svg";
103
+ export const cpdIconFavouriteOn = "icons/favourite-on.svg";
104
+ export const cpdIconFiles = "icons/files.svg";
105
+ export const cpdIconFilter = "icons/filter.svg";
106
+ export const cpdIconInfo = "icons/info.svg";
107
+ export const cpdIconLeave = "icons/leave.svg";
108
+ export const cpdIconLink = "icons/link.svg";
109
+ export const cpdIconLockOff = "icons/lock-off.svg";
110
+ export const cpdIconLock = "icons/lock.svg";
111
+ export const cpdIconMarkerReadReceipts = "icons/marker-read-receipts.svg";
112
+ export const cpdIconMention = "icons/mention.svg";
113
+ export const cpdIconMobile = "icons/mobile.svg";
114
+ export const cpdIconNotificationsOff = "icons/notifications-off.svg";
115
+ export const cpdIconNotificationsSolidOff = "icons/notifications-solid-off.svg";
116
+ export const cpdIconNotificationsSolid = "icons/notifications-solid.svg";
117
+ export const cpdIconNotifications = "icons/notifications.svg";
118
+ export const cpdIconOffline = "icons/offline.svg";
119
+ export const cpdIconOverflowHorizontal = "icons/overflow-horizontal.svg";
120
+ export const cpdIconOverflowVertical = "icons/overflow-vertical.svg";
121
+ export const cpdIconPolls = "icons/polls.svg";
122
+ export const cpdIconPopOut = "icons/pop-out.svg";
123
+ export const cpdIconPublic = "icons/public.svg";
124
+ export const cpdIconSearch = "icons/search.svg";
125
+ export const cpdIconSettingsSolid = "icons/settings-solid.svg";
126
+ export const cpdIconSettings = "icons/settings.svg";
127
+ export const cpdIconShareAndroid = "icons/share-android.svg";
128
+ export const cpdIconShare = "icons/share.svg";
129
+ export const cpdIconThreadsSolid = "icons/threads-solid.svg";
130
+ export const cpdIconThreads = "icons/threads.svg";
131
+ export const cpdIconUserAddSolid = "icons/user-add-solid.svg";
132
+ export const cpdIconUserAdd = "icons/user-add.svg";
133
+ export const cpdIconUserProfile = "icons/user-profile.svg";
134
+ export const cpdIconVerified = "icons/verified.svg";
135
+ export const cpdIconVideoCallDeclined = "icons/video-call-declined.svg";
136
+ export const cpdIconVideoCallMissed = "icons/video-call-missed.svg";
137
+ export const cpdIconVideoCallOff = "icons/video-call-off.svg";
138
+ export const cpdIconVideoCall = "icons/video-call.svg";
139
+ export const cpdIconVisibilityOff = "icons/visibility-off.svg";
140
+ export const cpdIconVisibilityOn = "icons/visibility-on.svg";
141
+ export const cpdIconVoiceCall = "icons/voice-call.svg";
142
+ export const cpdIconWebBrowser = "icons/web-browser.svg";
143
+ export const cpdColorThemeBg = "#101317";
144
+ export const cpdColorGray100 = "#181a1f";
145
+ export const cpdColorGray200 = "#1d1f24";
146
+ export const cpdColorGray300 = "#26282d";
147
+ export const cpdColorGray400 = "#2b2e33";
148
+ export const cpdColorGray500 = "#3c3f44";
149
+ export const cpdColorGray600 = "#4a4f55";
150
+ export const cpdColorGray700 = "#606770";
151
+ export const cpdColorGray800 = "#79818d";
152
+ export const cpdColorGray900 = "#acb4bd";
153
+ export const cpdColorGray1000 = "#b8bfc7";
154
+ export const cpdColorGray1100 = "#c8ced5";
155
+ export const cpdColorGray1200 = "#d5dae1";
156
+ export const cpdColorGray1300 = "#ebeef2";
157
+ export const cpdColorGray1400 = "#f2f5f7";
158
+ export const cpdColorRed100 = "#3e0000";
95
159
  export const cpdColorRed200 = "#470000";
96
- export const cpdColorRed300 = "#570000";
160
+ export const cpdColorRed300 = "#590000";
97
161
  export const cpdColorRed400 = "#640000";
98
162
  export const cpdColorRed500 = "#830009";
99
- export const cpdColorRed600 = "#9e0c1e";
100
- export const cpdColorRed700 = "#c81d28";
163
+ export const cpdColorRed600 = "#9f0d1e";
164
+ export const cpdColorRed700 = "#c81e28";
101
165
  export const cpdColorRed800 = "#f52f33";
102
- export const cpdColorRed900 = "#ff958a";
103
- export const cpdColorRed1000 = "#ffa79c";
166
+ export const cpdColorRed900 = "#ff968c";
167
+ export const cpdColorRed1000 = "#ffa79d";
104
168
  export const cpdColorRed1100 = "#ffbdb5";
105
- export const cpdColorRed1200 = "#ffcec7";
106
- export const cpdColorRed1300 = "#ffe8e5";
169
+ export const cpdColorRed1200 = "#ffcfc8";
170
+ export const cpdColorRed1300 = "#ffe9e6";
107
171
  export const cpdColorRed1400 = "#fff2ef";
108
172
  export const cpdColorOrange100 = "#3c0000";
109
173
  export const cpdColorOrange200 = "#470000";
110
174
  export const cpdColorOrange300 = "#580000";
111
175
  export const cpdColorOrange400 = "#650000";
112
- export const cpdColorOrange500 = "#820300";
113
- export const cpdColorOrange600 = "#972105";
114
- export const cpdColorOrange700 = "#b34007";
176
+ export const cpdColorOrange500 = "#830500";
177
+ export const cpdColorOrange600 = "#972206";
178
+ export const cpdColorOrange700 = "#b44007";
115
179
  export const cpdColorOrange800 = "#d15f0b";
116
180
  export const cpdColorOrange900 = "#f89d58";
117
- export const cpdColorOrange1000 = "#faac73";
118
- export const cpdColorOrange1100 = "#fdc096";
181
+ export const cpdColorOrange1000 = "#faad73";
182
+ export const cpdColorOrange1100 = "#fdc197";
119
183
  export const cpdColorOrange1200 = "#fed0b1";
120
- export const cpdColorOrange1300 = "#ffe9db";
121
- export const cpdColorOrange1400 = "#fff2e8";
184
+ export const cpdColorOrange1300 = "#ffeadb";
185
+ export const cpdColorOrange1400 = "#fff2ea";
122
186
  export const cpdColorYellow100 = "#3a0300";
123
187
  export const cpdColorYellow200 = "#410900";
124
188
  export const cpdColorYellow300 = "#4c1400";
125
189
  export const cpdColorYellow400 = "#541d00";
126
190
  export const cpdColorYellow500 = "#682e03";
127
- export const cpdColorYellow600 = "#7b3e03";
128
- export const cpdColorYellow700 = "#975600";
191
+ export const cpdColorYellow600 = "#7c3e02";
192
+ export const cpdColorYellow700 = "#985600";
129
193
  export const cpdColorYellow800 = "#b47200";
130
- export const cpdColorYellow900 = "#e2aa00";
194
+ export const cpdColorYellow900 = "#e3aa00";
131
195
  export const cpdColorYellow1000 = "#ebb607";
132
- export const cpdColorYellow1100 = "#f6c816";
196
+ export const cpdColorYellow1100 = "#f7c816";
133
197
  export const cpdColorYellow1200 = "#fed632";
134
- export const cpdColorYellow1300 = "#ffedb0";
198
+ export const cpdColorYellow1300 = "#ffedb1";
135
199
  export const cpdColorYellow1400 = "#fff4d0";
136
- export const cpdColorLime100 = "#001e00";
137
- export const cpdColorLime200 = "#002500";
138
- export const cpdColorLime300 = "#002f00";
200
+ export const cpdColorLime100 = "#002000";
201
+ export const cpdColorLime200 = "#002600";
202
+ export const cpdColorLime300 = "#003000";
139
203
  export const cpdColorLime400 = "#003700";
140
204
  export const cpdColorLime500 = "#004a00";
141
205
  export const cpdColorLime600 = "#005c00";
142
206
  export const cpdColorLime700 = "#187611";
143
207
  export const cpdColorLime800 = "#31941d";
144
208
  export const cpdColorLime900 = "#5eca2f";
145
- export const cpdColorLime1000 = "#69d536";
146
- export const cpdColorLime1100 = "#91e173";
147
- export const cpdColorLime1200 = "#ade998";
209
+ export const cpdColorLime1000 = "#6ad639";
210
+ export const cpdColorLime1100 = "#92e175";
211
+ export const cpdColorLime1200 = "#afe99a";
148
212
  export const cpdColorLime1300 = "#daf6d0";
149
- export const cpdColorLime1400 = "#e8f9e3";
213
+ export const cpdColorLime1400 = "#e9f9e3";
150
214
  export const cpdColorGreen100 = "#001f0e";
151
215
  export const cpdColorGreen200 = "#002513";
152
216
  export const cpdColorGreen300 = "#002e1b";
@@ -156,78 +220,286 @@ export const cpdColorGreen600 = "#005a43";
156
220
  export const cpdColorGreen700 = "#00745c";
157
221
  export const cpdColorGreen800 = "#109173";
158
222
  export const cpdColorGreen900 = "#37c998";
159
- export const cpdColorGreen1000 = "#61d1a6";
160
- export const cpdColorGreen1100 = "#8eddbc";
161
- export const cpdColorGreen1200 = "#abe5cb";
162
- export const cpdColorGreen1300 = "#d9f3e7";
163
- export const cpdColorGreen1400 = "#e8f8f0";
223
+ export const cpdColorGreen1000 = "#61d2a6";
224
+ export const cpdColorGreen1100 = "#8fddbc";
225
+ export const cpdColorGreen1200 = "#ace6cc";
226
+ export const cpdColorGreen1300 = "#d9f4e7";
227
+ export const cpdColorGreen1400 = "#e9f8f1";
164
228
  export const cpdColorCyan100 = "#001448";
165
229
  export const cpdColorCyan200 = "#001b4e";
166
230
  export const cpdColorCyan300 = "#002559";
167
231
  export const cpdColorCyan400 = "#002d61";
168
- export const cpdColorCyan500 = "#003f74";
232
+ export const cpdColorCyan500 = "#003f75";
169
233
  export const cpdColorCyan600 = "#005188";
170
- export const cpdColorCyan700 = "#006ba4";
234
+ export const cpdColorCyan700 = "#006ca4";
171
235
  export const cpdColorCyan800 = "#008aba";
172
- export const cpdColorCyan900 = "#43c3d2";
173
- export const cpdColorCyan1000 = "#6accd9";
174
- export const cpdColorCyan1100 = "#92d8e2";
236
+ export const cpdColorCyan900 = "#46c3d2";
237
+ export const cpdColorCyan1000 = "#6bccd9";
238
+ export const cpdColorCyan1100 = "#93d9e2";
175
239
  export const cpdColorCyan1200 = "#afe2e9";
176
- export const cpdColorCyan1300 = "#d9f2f5";
177
- export const cpdColorCyan1400 = "#e8f7f9";
240
+ export const cpdColorCyan1300 = "#dbf2f5";
241
+ export const cpdColorCyan1400 = "#eaf7f9";
178
242
  export const cpdColorBlue100 = "#00095d";
179
- export const cpdColorBlue200 = "#001063";
180
- export const cpdColorBlue300 = "#001d6e";
243
+ export const cpdColorBlue200 = "#001264";
244
+ export const cpdColorBlue300 = "#001e6f";
181
245
  export const cpdColorBlue400 = "#032677";
182
- export const cpdColorBlue500 = "#083890";
183
- export const cpdColorBlue600 = "#0b48ab";
246
+ export const cpdColorBlue500 = "#083891";
247
+ export const cpdColorBlue600 = "#0b49ab";
184
248
  export const cpdColorBlue700 = "#0e61d1";
185
- export const cpdColorBlue800 = "#327fe9";
186
- export const cpdColorBlue900 = "#88b4f6";
187
- export const cpdColorBlue1000 = "#99c0f8";
249
+ export const cpdColorBlue800 = "#337fe9";
250
+ export const cpdColorBlue900 = "#89b5f6";
251
+ export const cpdColorBlue1000 = "#9ac0f8";
188
252
  export const cpdColorBlue1100 = "#b2cffa";
189
- export const cpdColorBlue1200 = "#c4dbfc";
253
+ export const cpdColorBlue1200 = "#c5dbfc";
190
254
  export const cpdColorBlue1300 = "#e4eefe";
191
- export const cpdColorBlue1400 = "#eef4fe";
255
+ export const cpdColorBlue1400 = "#eff5fe";
192
256
  export const cpdColorPurple100 = "#1c005a";
193
- export const cpdColorPurple200 = "#210068";
257
+ export const cpdColorPurple200 = "#22006a";
194
258
  export const cpdColorPurple300 = "#2c0080";
195
259
  export const cpdColorPurple400 = "#350090";
196
- export const cpdColorPurple500 = "#490bb1";
260
+ export const cpdColorPurple500 = "#4a0db1";
197
261
  export const cpdColorPurple600 = "#5a27c6";
198
- export const cpdColorPurple700 = "#7343e5";
262
+ export const cpdColorPurple700 = "#7343e6";
199
263
  export const cpdColorPurple800 = "#8b66f8";
200
264
  export const cpdColorPurple900 = "#b6a7ff";
201
265
  export const cpdColorPurple1000 = "#c0b5ff";
202
- export const cpdColorPurple1100 = "#cec6ff";
203
- export const cpdColorPurple1200 = "#dad4ff";
266
+ export const cpdColorPurple1100 = "#cec7ff";
267
+ export const cpdColorPurple1200 = "#dad5ff";
204
268
  export const cpdColorPurple1300 = "#eeebff";
205
- export const cpdColorPurple1400 = "#f4f3ff";
206
- export const cpdColorFuchsia100 = "#2c0042";
269
+ export const cpdColorPurple1400 = "#f5f3ff";
270
+ export const cpdColorFuchsia100 = "#2e0044";
207
271
  export const cpdColorFuchsia200 = "#37004e";
208
- export const cpdColorFuchsia300 = "#44005c";
272
+ export const cpdColorFuchsia300 = "#46005e";
209
273
  export const cpdColorFuchsia400 = "#4f0368";
210
274
  export const cpdColorFuchsia500 = "#65177d";
211
275
  export const cpdColorFuchsia600 = "#7d2394";
212
276
  export const cpdColorFuchsia700 = "#a233b3";
213
- export const cpdColorFuchsia800 = "#c152cb";
214
- export const cpdColorFuchsia900 = "#dd9ce2";
277
+ export const cpdColorFuchsia800 = "#c153cb";
278
+ export const cpdColorFuchsia900 = "#dd9de3";
215
279
  export const cpdColorFuchsia1000 = "#e3abe7";
216
- export const cpdColorFuchsia1100 = "#eabfed";
280
+ export const cpdColorFuchsia1100 = "#eac0ed";
217
281
  export const cpdColorFuchsia1200 = "#f0cff2";
218
- export const cpdColorFuchsia1300 = "#f8e8f9";
282
+ export const cpdColorFuchsia1300 = "#f8e9f9";
219
283
  export const cpdColorFuchsia1400 = "#fbf1fb";
220
284
  export const cpdColorPink100 = "#3c0012";
221
285
  export const cpdColorPink200 = "#450018";
222
286
  export const cpdColorPink300 = "#550024";
223
287
  export const cpdColorPink400 = "#61002d";
224
- export const cpdColorPink500 = "#7b0c41";
225
- export const cpdColorPink600 = "#98114f";
288
+ export const cpdColorPink500 = "#7c0c41";
289
+ export const cpdColorPink600 = "#99114f";
226
290
  export const cpdColorPink700 = "#c51761";
227
- export const cpdColorPink800 = "#f12b75";
291
+ export const cpdColorPink800 = "#f12c75";
228
292
  export const cpdColorPink900 = "#ff92ac";
229
- export const cpdColorPink1000 = "#ffa4b8";
230
- export const cpdColorPink1100 = "#ffbbc9";
293
+ export const cpdColorPink1000 = "#ffa4b9";
294
+ export const cpdColorPink1100 = "#ffbbca";
231
295
  export const cpdColorPink1200 = "#ffccd7";
232
- export const cpdColorPink1300 = "#ffe7ec";
233
- export const cpdColorPink1400 = "#fff0f3";
296
+ export const cpdColorPink1300 = "#ffe8ed";
297
+ export const cpdColorPink1400 = "#fff1f4";
298
+ export const cpdColorAlphaGray100 = "hsla(286, 31%, 82%, 0.04)";
299
+ export const cpdColorAlphaGray200 = "hsla(280, 41%, 90%, 0.06)";
300
+ export const cpdColorAlphaGray300 = "hsla(270, 37%, 93%, 0.1)";
301
+ export const cpdColorAlphaGray400 = "hsla(227, 29%, 91%, 0.13)";
302
+ export const cpdColorAlphaGray500 = "hsla(225, 46%, 95%, 0.2)";
303
+ export const cpdColorAlphaGray600 = "hsla(213, 85%, 95%, 0.27)";
304
+ export const cpdColorAlphaGray700 = "hsla(214, 79%, 93%, 0.39)";
305
+ export const cpdColorAlphaGray800 = "hsla(216, 94%, 93%, 0.51)";
306
+ export const cpdColorAlphaGray900 = "hsla(211, 91%, 96%, 0.72)";
307
+ export const cpdColorAlphaGray1000 = "hsla(213, 100%, 97%, 0.76)";
308
+ export const cpdColorAlphaGray1100 = "hsla(212, 100%, 97%, 0.82)";
309
+ export const cpdColorAlphaGray1200 = "hsla(217, 77%, 97%, 0.88)";
310
+ export const cpdColorAlphaGray1300 = "hsla(214, 78%, 98%, 0.95)";
311
+ export const cpdColorAlphaGray1400 = "hsla(204, 71%, 99%, 0.97)";
312
+ export const cpdColorAlphaRed100 = "hsl(0, 100%, 12%, 1)";
313
+ export const cpdColorAlphaRed200 = "hsl(0, 100%, 14%, 1)";
314
+ export const cpdColorAlphaRed300 = "hsl(0, 100%, 18%, 1)";
315
+ export const cpdColorAlphaRed400 = "hsl(0, 100%, 20%, 1)";
316
+ export const cpdColorAlphaRed500 = "hsl(356, 100%, 26%, 1)";
317
+ export const cpdColorAlphaRed600 = "hsla(354, 99%, 52%, 0.6)";
318
+ export const cpdColorAlphaRed700 = "hsla(357, 100%, 57%, 0.77)";
319
+ export const cpdColorAlphaRed800 = "hsla(359, 100%, 59%, 0.96)";
320
+ export const cpdColorAlphaRed900 = "hsl(5, 100%, 78%, 1)";
321
+ export const cpdColorAlphaRed1000 = "hsl(6, 100%, 81%, 1)";
322
+ export const cpdColorAlphaRed1100 = "hsl(6, 100%, 86%, 1)";
323
+ export const cpdColorAlphaRed1200 = "hsl(8, 100%, 89%, 1)";
324
+ export const cpdColorAlphaRed1300 = "hsl(7, 100%, 95%, 1)";
325
+ export const cpdColorAlphaRed1400 = "hsl(11, 100%, 97%, 1)";
326
+ export const cpdColorAlphaOrange100 = "hsl(0, 100%, 12%, 1)";
327
+ export const cpdColorAlphaOrange200 = "hsl(0, 100%, 14%, 1)";
328
+ export const cpdColorAlphaOrange300 = "hsl(0, 100%, 17%, 1)";
329
+ export const cpdColorAlphaOrange400 = "hsl(0, 100%, 20%, 1)";
330
+ export const cpdColorAlphaOrange500 = "hsl(2, 100%, 26%, 1)";
331
+ export const cpdColorAlphaOrange600 = "hsla(12, 100%, 39%, 0.74)";
332
+ export const cpdColorAlphaOrange700 = "hsla(20, 100%, 49%, 0.7)";
333
+ export const cpdColorAlphaOrange800 = "hsla(26, 99%, 51%, 0.81)";
334
+ export const cpdColorAlphaOrange900 = "hsla(26, 98%, 67%, 0.98)";
335
+ export const cpdColorAlphaOrange1000 = "hsla(26, 100%, 73%, 0.98)";
336
+ export const cpdColorAlphaOrange1100 = "hsl(25, 96%, 79%, 1)";
337
+ export const cpdColorAlphaOrange1200 = "hsl(24, 98%, 85%, 1)";
338
+ export const cpdColorAlphaOrange1300 = "hsl(25, 100%, 93%, 1)";
339
+ export const cpdColorAlphaOrange1400 = "hsl(23, 100%, 96%, 1)";
340
+ export const cpdColorAlphaYellow100 = "hsl(3, 100%, 11%, 1)";
341
+ export const cpdColorAlphaYellow200 = "hsl(8, 100%, 13%, 1)";
342
+ export const cpdColorAlphaYellow300 = "hsl(16, 100%, 15%, 1)";
343
+ export const cpdColorAlphaYellow400 = "hsl(21, 100%, 17%, 1)";
344
+ export const cpdColorAlphaYellow500 = "hsla(26, 100%, 23%, 0.87)";
345
+ export const cpdColorAlphaYellow600 = "hsla(30, 100%, 26%, 0.92)";
346
+ export const cpdColorAlphaYellow700 = "hsl(34, 100%, 30%, 1)";
347
+ export const cpdColorAlphaYellow800 = "hsl(38, 100%, 35%, 1)";
348
+ export const cpdColorAlphaYellow900 = "hsl(45, 100%, 45%, 1)";
349
+ export const cpdColorAlphaYellow1000 = "hsla(46, 99%, 51%, 0.92)";
350
+ export const cpdColorAlphaYellow1100 = "hsla(48, 99%, 54%, 0.97)";
351
+ export const cpdColorAlphaYellow1200 = "hsl(48, 99%, 60%, 1)";
352
+ export const cpdColorAlphaYellow1300 = "hsl(46, 100%, 85%, 1)";
353
+ export const cpdColorAlphaYellow1400 = "hsl(46, 100%, 91%, 1)";
354
+ export const cpdColorAlphaLime100 = "hsl(120, 100%, 6%, 1)";
355
+ export const cpdColorAlphaLime200 = "hsl(120, 100%, 8%, 1)";
356
+ export const cpdColorAlphaLime300 = "hsl(120, 100%, 9%, 1)";
357
+ export const cpdColorAlphaLime400 = "hsl(120, 100%, 11%, 1)";
358
+ export const cpdColorAlphaLime500 = "hsl(120, 100%, 15%, 1)";
359
+ export const cpdColorAlphaLime600 = "hsl(120, 100%, 18%, 1)";
360
+ export const cpdColorAlphaLime700 = "hsla(114, 100%, 52%, 0.42)";
361
+ export const cpdColorAlphaLime800 = "hsla(109, 99%, 57%, 0.55)";
362
+ export const cpdColorAlphaLime900 = "hsla(101, 99%, 60%, 0.78)";
363
+ export const cpdColorAlphaLime1000 = "hsla(101, 99%, 62%, 0.83)";
364
+ export const cpdColorAlphaLime1100 = "hsla(103, 97%, 75%, 0.88)";
365
+ export const cpdColorAlphaLime1200 = "hsla(103, 98%, 83%, 0.91)";
366
+ export const cpdColorAlphaLime1300 = "hsla(105, 91%, 92%, 0.97)";
367
+ export const cpdColorAlphaLime1400 = "hsla(104, 92%, 95%, 0.98)";
368
+ export const cpdColorAlphaGreen100 = "hsl(147, 100%, 6%, 1)";
369
+ export const cpdColorAlphaGreen200 = "hsl(151, 100%, 7%, 1)";
370
+ export const cpdColorAlphaGreen300 = "hsl(155, 100%, 9%, 1)";
371
+ export const cpdColorAlphaGreen400 = "hsl(158, 100%, 11%, 1)";
372
+ export const cpdColorAlphaGreen500 = "hsl(162, 100%, 14%, 1)";
373
+ export const cpdColorAlphaGreen600 = "hsl(165, 100%, 18%, 1)";
374
+ export const cpdColorAlphaGreen700 = "hsl(168, 100%, 23%, 1)";
375
+ export const cpdColorAlphaGreen800 = "hsla(165, 98%, 53%, 0.54)";
376
+ export const cpdColorAlphaGreen900 = "hsla(159, 97%, 62%, 0.78)";
377
+ export const cpdColorAlphaGreen1000 = "hsla(156, 100%, 73%, 0.81)";
378
+ export const cpdColorAlphaGreen1100 = "hsla(154, 98%, 82%, 0.86)";
379
+ export const cpdColorAlphaGreen1200 = "hsla(153, 94%, 87%, 0.9)";
380
+ export const cpdColorAlphaGreen1300 = "hsla(152, 88%, 94%, 0.96)";
381
+ export const cpdColorAlphaGreen1400 = "hsla(150, 80%, 96%, 0.98)";
382
+ export const cpdColorAlphaCyan100 = "hsl(223, 100%, 14%, 1)";
383
+ export const cpdColorAlphaCyan200 = "hsl(219, 100%, 15%, 1)";
384
+ export const cpdColorAlphaCyan300 = "hsl(215, 100%, 18%, 1)";
385
+ export const cpdColorAlphaCyan400 = "hsl(212, 100%, 19%, 1)";
386
+ export const cpdColorAlphaCyan500 = "hsl(208, 100%, 23%, 1)";
387
+ export const cpdColorAlphaCyan600 = "hsl(204, 100%, 27%, 1)";
388
+ export const cpdColorAlphaCyan700 = "hsl(200, 100%, 32%, 1)";
389
+ export const cpdColorAlphaCyan800 = "hsl(195, 100%, 37%, 1)";
390
+ export const cpdColorAlphaCyan900 = "hsla(186, 99%, 66%, 0.81)";
391
+ export const cpdColorAlphaCyan1000 = "hsla(187, 99%, 74%, 0.84)";
392
+ export const cpdColorAlphaCyan1100 = "hsla(187, 98%, 82%, 0.88)";
393
+ export const cpdColorAlphaCyan1200 = "hsla(188, 97%, 87%, 0.91)";
394
+ export const cpdColorAlphaCyan1300 = "hsla(187, 93%, 94%, 0.96)";
395
+ export const cpdColorAlphaCyan1400 = "hsla(187, 89%, 97%, 0.98)";
396
+ export const cpdColorAlphaBlue100 = "hsl(234, 100%, 18%, 1)";
397
+ export const cpdColorAlphaBlue200 = "hsl(229, 100%, 20%, 1)";
398
+ export const cpdColorAlphaBlue300 = "hsl(224, 100%, 22%, 1)";
399
+ export const cpdColorAlphaBlue400 = "hsla(222, 100%, 28%, 0.82)";
400
+ export const cpdColorAlphaBlue500 = "hsla(219, 99%, 50%, 0.53)";
401
+ export const cpdColorAlphaBlue600 = "hsla(217, 99%, 51%, 0.64)";
402
+ export const cpdColorAlphaBlue700 = "hsla(215, 98%, 52%, 0.81)";
403
+ export const cpdColorAlphaBlue800 = "hsla(215, 99%, 60%, 0.91)";
404
+ export const cpdColorAlphaBlue900 = "hsla(216, 97%, 77%, 0.97)";
405
+ export const cpdColorAlphaBlue1000 = "hsla(216, 100%, 81%, 0.97)";
406
+ export const cpdColorAlphaBlue1100 = "hsla(216, 100%, 86%, 0.98)";
407
+ export const cpdColorAlphaBlue1200 = "hsla(216, 97%, 89%, 0.99)";
408
+ export const cpdColorAlphaBlue1300 = "hsl(217, 93%, 95%, 1)";
409
+ export const cpdColorAlphaBlue1400 = "hsl(216, 88%, 97%, 1)";
410
+ export const cpdColorAlphaPurple100 = "hsl(259, 100%, 18%, 1)";
411
+ export const cpdColorAlphaPurple200 = "hsl(259, 100%, 21%, 1)";
412
+ export const cpdColorAlphaPurple300 = "hsl(261, 100%, 25%, 1)";
413
+ export const cpdColorAlphaPurple400 = "hsl(262, 100%, 28%, 1)";
414
+ export const cpdColorAlphaPurple500 = "hsla(263, 98%, 52%, 0.67)";
415
+ export const cpdColorAlphaPurple600 = "hsla(260, 98%, 58%, 0.76)";
416
+ export const cpdColorAlphaPurple700 = "hsla(258, 98%, 64%, 0.9)";
417
+ export const cpdColorAlphaPurple800 = "hsla(255, 100%, 71%, 0.97)";
418
+ export const cpdColorAlphaPurple900 = "hsl(250, 100%, 83%, 1)";
419
+ export const cpdColorAlphaPurple1000 = "hsl(249, 100%, 86%, 1)";
420
+ export const cpdColorAlphaPurple1100 = "hsl(248, 100%, 89%, 1)";
421
+ export const cpdColorAlphaPurple1200 = "hsl(247, 100%, 92%, 1)";
422
+ export const cpdColorAlphaPurple1300 = "hsl(249, 100%, 96%, 1)";
423
+ export const cpdColorAlphaPurple1400 = "hsl(250, 100%, 98%, 1)";
424
+ export const cpdColorAlphaFuchsia100 = "hsl(281, 100%, 13%, 1)";
425
+ export const cpdColorAlphaFuchsia200 = "hsl(282, 100%, 15%, 1)";
426
+ export const cpdColorAlphaFuchsia300 = "hsl(285, 100%, 18%, 1)";
427
+ export const cpdColorAlphaFuchsia400 = "hsla(286, 100%, 23%, 0.85)";
428
+ export const cpdColorAlphaFuchsia500 = "hsla(288, 100%, 56%, 0.44)";
429
+ export const cpdColorAlphaFuchsia600 = "hsla(289, 99%, 59%, 0.54)";
430
+ export const cpdColorAlphaFuchsia700 = "hsla(293, 97%, 62%, 0.68)";
431
+ export const cpdColorAlphaFuchsia800 = "hsla(296, 99%, 70%, 0.78)";
432
+ export const cpdColorAlphaFuchsia900 = "hsla(295, 100%, 85%, 0.88)";
433
+ export const cpdColorAlphaFuchsia1000 = "hsla(296, 97%, 87%, 0.9)";
434
+ export const cpdColorAlphaFuchsia1100 = "hsla(296, 92%, 90%, 0.93)";
435
+ export const cpdColorAlphaFuchsia1200 = "hsla(297, 95%, 92%, 0.95)";
436
+ export const cpdColorAlphaFuchsia1300 = "hsla(296, 90%, 96%, 0.98)";
437
+ export const cpdColorAlphaFuchsia1400 = "hsla(300, 71%, 97%, 0.99)";
438
+ export const cpdColorAlphaPink100 = "hsl(342, 100%, 12%, 1)";
439
+ export const cpdColorAlphaPink200 = "hsl(339, 100%, 14%, 1)";
440
+ export const cpdColorAlphaPink300 = "hsl(335, 100%, 17%, 1)";
441
+ export const cpdColorAlphaPink400 = "hsl(332, 100%, 19%, 1)";
442
+ export const cpdColorAlphaPink500 = "hsla(333, 97%, 50%, 0.46)";
443
+ export const cpdColorAlphaPink600 = "hsla(334, 98%, 53%, 0.58)";
444
+ export const cpdColorAlphaPink700 = "hsla(335, 99%, 55%, 0.76)";
445
+ export const cpdColorAlphaPink800 = "hsla(338, 98%, 58%, 0.95)";
446
+ export const cpdColorAlphaPink900 = "hsl(346, 100%, 79%, 1)";
447
+ export const cpdColorAlphaPink1000 = "hsl(346, 100%, 82%, 1)";
448
+ export const cpdColorAlphaPink1100 = "hsl(347, 100%, 87%, 1)";
449
+ export const cpdColorAlphaPink1200 = "hsl(347, 100%, 90%, 1)";
450
+ export const cpdColorAlphaPink1300 = "hsl(347, 100%, 96%, 1)";
451
+ export const cpdColorAlphaPink1400 = "hsl(347, 100%, 97%, 1)";
452
+ export const cpdColorTextPrimary = "#f2f5f7";
453
+ export const cpdColorTextSecondary = "#acb4bd";
454
+ export const cpdColorTextPlaceholder = "#79818d";
455
+ export const cpdColorTextDisabled = "#79818d";
456
+ export const cpdColorTextActionPrimary = "#f2f5f7";
457
+ export const cpdColorTextActionAccent = "#37c998";
458
+ export const cpdColorTextLinkExternal = "#89b5f6";
459
+ export const cpdColorTextCriticalPrimary = "#ff968c";
460
+ export const cpdColorTextSuccessPrimary = "#37c998";
461
+ export const cpdColorTextInfoPrimary = "#89b5f6";
462
+ export const cpdColorTextOnSolidPrimary = "#101317";
463
+ export const cpdColorBgSubtlePrimary = "#2b2e33";
464
+ export const cpdColorBgSubtleSecondary = "#26282d";
465
+ export const cpdColorBgCanvasDefault = "#101317";
466
+ export const cpdColorBgCanvasDisabled = "#1d1f24";
467
+ export const cpdColorBgCanvasDefaultLevel1 = "#26282d";
468
+ export const cpdColorBgActionPrimaryRest = "#f2f5f7";
469
+ export const cpdColorBgActionPrimaryHovered = "#d5dae1";
470
+ export const cpdColorBgActionPrimaryPressed = "#c8ced5";
471
+ export const cpdColorBgActionPrimaryDisabled = "#606770";
472
+ export const cpdColorBgActionSecondaryRest = "#101317";
473
+ export const cpdColorBgActionSecondaryHovered = "hsla(280, 41%, 90%, 0.06)";
474
+ export const cpdColorBgActionSecondaryPressed = "hsla(270, 37%, 93%, 0.1)";
475
+ export const cpdColorBgCriticalPrimary = "#ff968c";
476
+ export const cpdColorBgCriticalHovered = "#ffa79d";
477
+ export const cpdColorBgCriticalSubtle = "#470000";
478
+ export const cpdColorBgCriticalSubtleHovered = "#590000";
479
+ export const cpdColorBgSuccessSubtle = "#002513";
480
+ export const cpdColorBgInfoSubtle = "#001264";
481
+ export const cpdColorBgSubtleSecondaryLevel0 = "#101317";
482
+ export const cpdColorBorderDisabled = "#3c3f44";
483
+ export const cpdColorBorderFocused = "#89b5f6";
484
+ export const cpdColorBorderInteractivePrimary = "#79818d";
485
+ export const cpdColorBorderInteractiveSecondary = "#4a4f55";
486
+ export const cpdColorBorderInteractiveHovered = "#c8ced5";
487
+ export const cpdColorBorderCriticalPrimary = "#ff968c";
488
+ export const cpdColorBorderCriticalHovered = "#ffa79d";
489
+ export const cpdColorBorderCriticalSubtle = "#830009";
490
+ export const cpdColorBorderSuccessSubtle = "#004832";
491
+ export const cpdColorBorderInfoSubtle = "#083891";
492
+ export const cpdColorIconPrimary = "#f2f5f7";
493
+ export const cpdColorIconSecondary = "#acb4bd";
494
+ export const cpdColorIconTertiary = "#79818d";
495
+ export const cpdColorIconQuaternary = "#606770";
496
+ export const cpdColorIconDisabled = "#606770";
497
+ export const cpdColorIconPrimaryAlpha = "hsla(204, 71%, 99%, 0.97)";
498
+ export const cpdColorIconSecondaryAlpha = "hsla(211, 91%, 96%, 0.72)";
499
+ export const cpdColorIconTertiaryAlpha = "hsla(216, 94%, 93%, 0.51)";
500
+ export const cpdColorIconQuaternaryAlpha = "hsla(214, 79%, 93%, 0.39)";
501
+ export const cpdColorIconAccentTertiary = "#109173";
502
+ export const cpdColorIconCriticalPrimary = "#ff968c";
503
+ export const cpdColorIconSuccessPrimary = "#37c998";
504
+ export const cpdColorIconInfoPrimary = "#89b5f6";
505
+ export const cpdColorIconOnSolidPrimary = "#101317";