@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,157 +77,429 @@ 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 = "#081725";
81
- export const cpdColorGray200 = "#0c1b29";
82
- export const cpdColorGray300 = "#11202f";
83
- export const cpdColorGray400 = "#1a2939";
84
- export const cpdColorGray500 = "#263646";
85
- export const cpdColorGray600 = "#304051";
86
- export const cpdColorGray700 = "#3f5062";
87
- export const cpdColorGray800 = "#5b6d7f";
88
- export const cpdColorGray900 = "#79899b";
89
- export const cpdColorGray1000 = "#8c9aaa";
90
- export const cpdColorGray1100 = "#9fabb8";
91
- export const cpdColorGray1200 = "#bbc3cd";
92
- export const cpdColorGray1300 = "#d9dde3";
93
- export const cpdColorGray1400 = "#ebedf0";
94
- export const cpdColorRed100 = "#370000";
95
- export const cpdColorRed200 = "#3b0000";
96
- export const cpdColorRed300 = "#470000";
97
- export const cpdColorRed400 = "#570000";
98
- export const cpdColorRed500 = "#710000";
99
- export const cpdColorRed600 = "#830009";
100
- export const cpdColorRed700 = "#9e0c1e";
101
- export const cpdColorRed800 = "#d0212a";
102
- export const cpdColorRed900 = "#fd3d3c";
103
- export const cpdColorRed1000 = "#ff665d";
104
- export const cpdColorRed1100 = "#ff877b";
105
- export const cpdColorRed1200 = "#ffaea4";
106
- export const cpdColorRed1300 = "#ffd3cd";
107
- export const cpdColorRed1400 = "#ffe8e5";
108
- export const cpdColorOrange100 = "#380000";
109
- export const cpdColorOrange200 = "#3c0000";
110
- export const cpdColorOrange300 = "#470000";
111
- export const cpdColorOrange400 = "#580000";
112
- export const cpdColorOrange500 = "#710000";
113
- export const cpdColorOrange600 = "#820300";
114
- export const cpdColorOrange700 = "#972105";
115
- export const cpdColorOrange800 = "#b94607";
116
- export const cpdColorOrange900 = "#d9670d";
117
- export const cpdColorOrange1000 = "#ea7a12";
118
- export const cpdColorOrange1100 = "#f6913d";
119
- export const cpdColorOrange1200 = "#fbb27e";
120
- export const cpdColorOrange1300 = "#ffd5b8";
121
- export const cpdColorOrange1400 = "#ffe9db";
122
- export const cpdColorYellow100 = "#360000";
123
- export const cpdColorYellow200 = "#3a0300";
124
- export const cpdColorYellow300 = "#410900";
125
- export const cpdColorYellow400 = "#4c1400";
126
- export const cpdColorYellow500 = "#5b2300";
127
- export const cpdColorYellow600 = "#682e03";
128
- export const cpdColorYellow700 = "#7b3e03";
129
- export const cpdColorYellow800 = "#9d5b00";
130
- export const cpdColorYellow900 = "#bb7a00";
131
- export const cpdColorYellow1000 = "#cc8c00";
132
- export const cpdColorYellow1100 = "#db9f00";
133
- export const cpdColorYellow1200 = "#efbb0b";
134
- export const cpdColorYellow1300 = "#fedb52";
135
- export const cpdColorYellow1400 = "#ffedb0";
136
- export const cpdColorLime100 = "#001b00";
137
- export const cpdColorLime200 = "#001e00";
138
- export const cpdColorLime300 = "#002500";
139
- export const cpdColorLime400 = "#002f00";
140
- export const cpdColorLime500 = "#003e00";
141
- export const cpdColorLime600 = "#004a00";
142
- export const cpdColorLime700 = "#005c00";
143
- export const cpdColorLime800 = "#1d7c13";
144
- export const cpdColorLime900 = "#389b20";
145
- export const cpdColorLime1000 = "#47ad26";
146
- export const cpdColorLime1100 = "#56c02c";
147
- export const cpdColorLime1200 = "#76d94d";
148
- export const cpdColorLime1300 = "#b6eba3";
149
- export const cpdColorLime1400 = "#daf6d0";
150
- export const cpdColorGreen100 = "#001c0b";
151
- export const cpdColorGreen200 = "#001f0e";
152
- export const cpdColorGreen300 = "#002513";
153
- export const cpdColorGreen400 = "#002e1b";
154
- export const cpdColorGreen500 = "#003d29";
155
- export const cpdColorGreen600 = "#004832";
156
- export const cpdColorGreen700 = "#005a43";
157
- export const cpdColorGreen800 = "#007961";
158
- export const cpdColorGreen900 = "#129978";
159
- export const cpdColorGreen1000 = "#17ac84";
160
- export const cpdColorGreen1100 = "#1fc090";
161
- export const cpdColorGreen1200 = "#70d5ad";
162
- export const cpdColorGreen1300 = "#b5e8d1";
163
- export const cpdColorGreen1400 = "#d9f3e7";
164
- export const cpdColorCyan100 = "#001144";
165
- export const cpdColorCyan200 = "#001448";
166
- export const cpdColorCyan300 = "#001b4e";
167
- export const cpdColorCyan400 = "#002559";
168
- export const cpdColorCyan500 = "#003468";
169
- export const cpdColorCyan600 = "#003f74";
170
- export const cpdColorCyan700 = "#005188";
171
- export const cpdColorCyan800 = "#0271aa";
172
- export const cpdColorCyan900 = "#0093be";
173
- export const cpdColorCyan1000 = "#01a6c6";
174
- export const cpdColorCyan1100 = "#21bacd";
175
- export const cpdColorCyan1200 = "#76d0db";
176
- export const cpdColorCyan1300 = "#b8e5eb";
177
- export const cpdColorCyan1400 = "#d9f2f5";
178
- export const cpdColorBlue100 = "#00055a";
179
- export const cpdColorBlue200 = "#00095d";
180
- export const cpdColorBlue300 = "#001063";
181
- export const cpdColorBlue400 = "#001d6e";
182
- export const cpdColorBlue500 = "#062d80";
183
- export const cpdColorBlue600 = "#083890";
184
- export const cpdColorBlue700 = "#0b48ab";
185
- export const cpdColorBlue800 = "#0e67d8";
186
- export const cpdColorBlue900 = "#4187eb";
187
- export const cpdColorBlue1000 = "#5e99f0";
188
- export const cpdColorBlue1100 = "#7aabf4";
189
- export const cpdColorBlue1200 = "#a1c4f8";
190
- export const cpdColorBlue1300 = "#cadefc";
191
- export const cpdColorBlue1400 = "#e4eefe";
192
- export const cpdColorPurple100 = "#180050";
193
- export const cpdColorPurple200 = "#1c005a";
194
- export const cpdColorPurple300 = "#210068";
195
- export const cpdColorPurple400 = "#2c0080";
196
- export const cpdColorPurple500 = "#3d009e";
197
- export const cpdColorPurple600 = "#490bb1";
198
- export const cpdColorPurple700 = "#5a27c6";
199
- export const cpdColorPurple800 = "#7848ec";
200
- export const cpdColorPurple900 = "#9170f9";
201
- export const cpdColorPurple1000 = "#9e86fc";
202
- export const cpdColorPurple1100 = "#ad9cfe";
203
- export const cpdColorPurple1200 = "#c4baff";
204
- export const cpdColorPurple1300 = "#ded9ff";
205
- export const cpdColorPurple1400 = "#eeebff";
206
- export const cpdColorFuchsia100 = "#28003d";
207
- export const cpdColorFuchsia200 = "#2c0042";
208
- export const cpdColorFuchsia300 = "#37004e";
209
- export const cpdColorFuchsia400 = "#44005c";
210
- export const cpdColorFuchsia500 = "#560f6f";
211
- export const cpdColorFuchsia600 = "#65177d";
212
- export const cpdColorFuchsia700 = "#7d2394";
213
- export const cpdColorFuchsia800 = "#aa36ba";
214
- export const cpdColorFuchsia900 = "#c55fcf";
215
- export const cpdColorFuchsia1000 = "#cf78d7";
216
- export const cpdColorFuchsia1100 = "#d990de";
217
- export const cpdColorFuchsia1200 = "#e5b1e9";
218
- export const cpdColorFuchsia1300 = "#f1d4f3";
219
- export const cpdColorFuchsia1400 = "#f8e8f9";
220
- export const cpdColorPink100 = "#37000f";
221
- export const cpdColorPink200 = "#3c0012";
222
- export const cpdColorPink300 = "#450018";
223
- export const cpdColorPink400 = "#550024";
224
- export const cpdColorPink500 = "#6c0035";
225
- export const cpdColorPink600 = "#7b0c41";
226
- export const cpdColorPink700 = "#98114f";
227
- export const cpdColorPink800 = "#ce1865";
228
- export const cpdColorPink900 = "#f4417d";
229
- export const cpdColorPink1000 = "#fa648f";
230
- export const cpdColorPink1100 = "#fe84a2";
231
- export const cpdColorPink1200 = "#ffabbd";
232
- export const cpdColorPink1300 = "#ffd1db";
233
- export const cpdColorPink1400 = "#ffe7ec";
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 = "#ffffff";
144
+ export const cpdColorGray100 = "#f7f9fa";
145
+ export const cpdColorGray200 = "#f0f2f5";
146
+ export const cpdColorGray300 = "#e1e6ec";
147
+ export const cpdColorGray400 = "#d7dce3";
148
+ export const cpdColorGray500 = "#bdc4cc";
149
+ export const cpdColorGray600 = "#a6adb7";
150
+ export const cpdColorGray700 = "#878f9b";
151
+ export const cpdColorGray800 = "#6c737e";
152
+ export const cpdColorGray900 = "#474a51";
153
+ export const cpdColorGray1000 = "#3f4248";
154
+ export const cpdColorGray1100 = "#35383d";
155
+ export const cpdColorGray1200 = "#2d3034";
156
+ export const cpdColorGray1300 = "#1f2126";
157
+ export const cpdColorGray1400 = "#1a1c21";
158
+ export const cpdColorRed100 = "#fff7f6";
159
+ export const cpdColorRed200 = "#ffefec";
160
+ export const cpdColorRed300 = "#ffdfda";
161
+ export const cpdColorRed400 = "#ffd1ca";
162
+ export const cpdColorRed500 = "#ffafa5";
163
+ export const cpdColorRed600 = "#ff8c81";
164
+ export const cpdColorRed700 = "#ff4e49";
165
+ export const cpdColorRed800 = "#e11e2a";
166
+ export const cpdColorRed900 = "#99001a";
167
+ export const cpdColorRed1000 = "#8b000c";
168
+ export const cpdColorRed1100 = "#770000";
169
+ export const cpdColorRed1200 = "#670000";
170
+ export const cpdColorRed1300 = "#4c0000";
171
+ export const cpdColorRed1400 = "#420000";
172
+ export const cpdColorOrange100 = "#fff6ef";
173
+ export const cpdColorOrange200 = "#ffefe4";
174
+ export const cpdColorOrange300 = "#ffdfc8";
175
+ export const cpdColorOrange400 = "#ffd4b5";
176
+ export const cpdColorOrange500 = "#fdb37c";
177
+ export const cpdColorOrange600 = "#f89440";
178
+ export const cpdColorOrange700 = "#e26e00";
179
+ export const cpdColorOrange800 = "#c44d00";
180
+ export const cpdColorOrange900 = "#931700";
181
+ export const cpdColorOrange1000 = "#890800";
182
+ export const cpdColorOrange1100 = "#770000";
183
+ export const cpdColorOrange1200 = "#670000";
184
+ export const cpdColorOrange1300 = "#4c0000";
185
+ export const cpdColorOrange1400 = "#420000";
186
+ export const cpdColorYellow100 = "#fff8e0";
187
+ export const cpdColorYellow200 = "#fff2c1";
188
+ export const cpdColorYellow300 = "#ffe484";
189
+ export const cpdColorYellow400 = "#ffda49";
190
+ export const cpdColorYellow500 = "#f1bd00";
191
+ export const cpdColorYellow600 = "#dea200";
192
+ export const cpdColorYellow700 = "#c38100";
193
+ export const cpdColorYellow800 = "#a76300";
194
+ export const cpdColorYellow900 = "#773800";
195
+ export const cpdColorYellow1000 = "#6e3100";
196
+ export const cpdColorYellow1100 = "#612600";
197
+ export const cpdColorYellow1200 = "#571d00";
198
+ export const cpdColorYellow1300 = "#450c00";
199
+ export const cpdColorYellow1400 = "#3f0500";
200
+ export const cpdColorLime100 = "#f1fcee";
201
+ export const cpdColorLime200 = "#e0f8d9";
202
+ export const cpdColorLime300 = "#c8f1ba";
203
+ export const cpdColorLime400 = "#afeb9b";
204
+ export const cpdColorLime500 = "#76db4c";
205
+ export const cpdColorLime600 = "#54c424";
206
+ export const cpdColorLime700 = "#3aa31a";
207
+ export const cpdColorLime800 = "#1f850f";
208
+ export const cpdColorLime900 = "#005700";
209
+ export const cpdColorLime1000 = "#004f00";
210
+ export const cpdColorLime1100 = "#004200";
211
+ export const cpdColorLime1200 = "#003900";
212
+ export const cpdColorLime1300 = "#002900";
213
+ export const cpdColorLime1400 = "#002200";
214
+ export const cpdColorGreen100 = "#f1fbf6";
215
+ export const cpdColorGreen200 = "#e3f7ed";
216
+ export const cpdColorGreen300 = "#c6eedb";
217
+ export const cpdColorGreen400 = "#afe8ce";
218
+ export const cpdColorGreen500 = "#71d7ae";
219
+ export const cpdColorGreen600 = "#0bc491";
220
+ export const cpdColorGreen700 = "#00a27c";
221
+ export const cpdColorGreen800 = "#008268";
222
+ export const cpdColorGreen900 = "#00553d";
223
+ export const cpdColorGreen1000 = "#004d36";
224
+ export const cpdColorGreen1100 = "#00402b";
225
+ export const cpdColorGreen1200 = "#003723";
226
+ export const cpdColorGreen1300 = "#002715";
227
+ export const cpdColorGreen1400 = "#00210f";
228
+ export const cpdColorCyan100 = "#f1fafb";
229
+ export const cpdColorCyan200 = "#e3f5f8";
230
+ export const cpdColorCyan300 = "#c7ecf0";
231
+ export const cpdColorCyan400 = "#b1e4eb";
232
+ export const cpdColorCyan500 = "#76d1dd";
233
+ export const cpdColorCyan600 = "#15becf";
234
+ export const cpdColorCyan700 = "#009ac3";
235
+ export const cpdColorCyan800 = "#007ab3";
236
+ export const cpdColorCyan900 = "#004c84";
237
+ export const cpdColorCyan1000 = "#00447b";
238
+ export const cpdColorCyan1100 = "#00376e";
239
+ export const cpdColorCyan1200 = "#002e64";
240
+ export const cpdColorCyan1300 = "#001e53";
241
+ export const cpdColorCyan1400 = "#00174d";
242
+ export const cpdColorBlue100 = "#f4f8ff";
243
+ export const cpdColorBlue200 = "#e9f2ff";
244
+ export const cpdColorBlue300 = "#d8e7fe";
245
+ export const cpdColorBlue400 = "#c8ddfd";
246
+ export const cpdColorBlue500 = "#a3c6fa";
247
+ export const cpdColorBlue600 = "#7eaff6";
248
+ export const cpdColorBlue700 = "#4a8ef0";
249
+ export const cpdColorBlue800 = "#046ee8";
250
+ export const cpdColorBlue900 = "#0543a7";
251
+ export const cpdColorBlue1000 = "#053b9a";
252
+ export const cpdColorBlue1100 = "#043088";
253
+ export const cpdColorBlue1200 = "#03277b";
254
+ export const cpdColorBlue1300 = "#001569";
255
+ export const cpdColorBlue1400 = "#000c63";
256
+ export const cpdColorPurple100 = "#f8f7ff";
257
+ export const cpdColorPurple200 = "#f1efff";
258
+ export const cpdColorPurple300 = "#e6e2ff";
259
+ export const cpdColorPurple400 = "#ddd8ff";
260
+ export const cpdColorPurple500 = "#c5bbff";
261
+ export const cpdColorPurple600 = "#b1a0ff";
262
+ export const cpdColorPurple700 = "#9778fe";
263
+ export const cpdColorPurple800 = "#824ef9";
264
+ export const cpdColorPurple900 = "#571cc4";
265
+ export const cpdColorPurple1000 = "#4f0dba";
266
+ export const cpdColorPurple1100 = "#4200a6";
267
+ export const cpdColorPurple1200 = "#360094";
268
+ export const cpdColorPurple1300 = "#240070";
269
+ export const cpdColorPurple1400 = "#1f0062";
270
+ export const cpdColorFuchsia100 = "#fcf5fd";
271
+ export const cpdColorFuchsia200 = "#faeefb";
272
+ export const cpdColorFuchsia300 = "#f6dff7";
273
+ export const cpdColorFuchsia400 = "#f1d2f3";
274
+ export const cpdColorFuchsia500 = "#e7b2ea";
275
+ export const cpdColorFuchsia600 = "#db93e1";
276
+ export const cpdColorFuchsia700 = "#cb68d4";
277
+ export const cpdColorFuchsia800 = "#b937c6";
278
+ export const cpdColorFuchsia900 = "#781c90";
279
+ export const cpdColorFuchsia1000 = "#6c1785";
280
+ export const cpdColorFuchsia1100 = "#5c0f76";
281
+ export const cpdColorFuchsia1200 = "#52026c";
282
+ export const cpdColorFuchsia1300 = "#3b0053";
283
+ export const cpdColorFuchsia1400 = "#32004a";
284
+ export const cpdColorPink100 = "#fff5f7";
285
+ export const cpdColorPink200 = "#ffecf0";
286
+ export const cpdColorPink300 = "#ffdee5";
287
+ export const cpdColorPink400 = "#ffd0da";
288
+ export const cpdColorPink500 = "#ffadc0";
289
+ export const cpdColorPink600 = "#ff88a6";
290
+ export const cpdColorPink700 = "#f94e84";
291
+ export const cpdColorPink800 = "#e00c6a";
292
+ export const cpdColorPink900 = "#92084b";
293
+ export const cpdColorPink1000 = "#840745";
294
+ export const cpdColorPink1100 = "#72003a";
295
+ export const cpdColorPink1200 = "#64002f";
296
+ export const cpdColorPink1300 = "#4a001c";
297
+ export const cpdColorPink1400 = "#410015";
298
+ export const cpdColorAlphaGray100 = "hsla(200, 41%, 36%, 0.04)";
299
+ export const cpdColorAlphaGray200 = "hsla(216, 89%, 18%, 0.06)";
300
+ export const cpdColorAlphaGray300 = "hsla(213, 90%, 20%, 0.12)";
301
+ export const cpdColorAlphaGray400 = "hsla(215, 88%, 17%, 0.16)";
302
+ export const cpdColorAlphaGray500 = "hsla(212, 97%, 12%, 0.26)";
303
+ export const cpdColorAlphaGray600 = "hsla(215, 96%, 10%, 0.35)";
304
+ export const cpdColorAlphaGray700 = "hsla(216, 81%, 10%, 0.48)";
305
+ export const cpdColorAlphaGray800 = "hsla(217, 89%, 7%, 0.58)";
306
+ export const cpdColorAlphaGray900 = "hsla(223, 70%, 4%, 0.73)";
307
+ export const cpdColorAlphaGray1000 = "hsla(220, 75%, 3%, 0.76)";
308
+ export const cpdColorAlphaGray1100 = "hsla(222, 63%, 3%, 0.8)";
309
+ export const cpdColorAlphaGray1200 = "hsla(210, 67%, 2%, 0.83)";
310
+ export const cpdColorAlphaGray1300 = "hsla(218, 100%, 2%, 0.88)";
311
+ export const cpdColorAlphaGray1400 = "hsla(223, 78%, 2%, 0.9)";
312
+ export const cpdColorAlphaRed100 = "hsla(7, 100%, 56%, 0.04)";
313
+ export const cpdColorAlphaRed200 = "hsla(9, 100%, 54%, 0.08)";
314
+ export const cpdColorAlphaRed300 = "hsla(8, 100%, 52%, 0.15)";
315
+ export const cpdColorAlphaRed400 = "hsla(8, 100%, 51%, 0.21)";
316
+ export const cpdColorAlphaRed500 = "hsla(7, 100%, 51%, 0.36)";
317
+ export const cpdColorAlphaRed600 = "hsla(5, 100%, 51%, 0.5)";
318
+ export const cpdColorAlphaRed700 = "hsla(2, 100%, 50%, 0.72)";
319
+ export const cpdColorAlphaRed800 = "hsla(356, 98%, 44%, 0.89)";
320
+ export const cpdColorAlphaRed900 = "hsl(350, 100%, 30%, 1)";
321
+ export const cpdColorAlphaRed1000 = "hsl(355, 100%, 27%, 1)";
322
+ export const cpdColorAlphaRed1100 = "hsl(0, 100%, 23%, 1)";
323
+ export const cpdColorAlphaRed1200 = "hsl(0, 100%, 20%, 1)";
324
+ export const cpdColorAlphaRed1300 = "hsl(0, 100%, 15%, 1)";
325
+ export const cpdColorAlphaRed1400 = "hsl(0, 100%, 13%, 1)";
326
+ export const cpdColorAlphaOrange100 = "hsla(26, 100%, 55%, 0.07)";
327
+ export const cpdColorAlphaOrange200 = "hsla(24, 100%, 52%, 0.11)";
328
+ export const cpdColorAlphaOrange300 = "hsla(25, 100%, 51%, 0.22)";
329
+ export const cpdColorAlphaOrange400 = "hsla(25, 100%, 52%, 0.3)";
330
+ export const cpdColorAlphaOrange500 = "hsla(26, 98%, 50%, 0.52)";
331
+ export const cpdColorAlphaOrange600 = "hsla(27, 100%, 48%, 0.75)";
332
+ export const cpdColorAlphaOrange700 = "hsl(29, 100%, 44%, 1)";
333
+ export const cpdColorAlphaOrange800 = "hsl(24, 100%, 38%, 1)";
334
+ export const cpdColorAlphaOrange900 = "hsl(9, 100%, 29%, 1)";
335
+ export const cpdColorAlphaOrange1000 = "hsl(4, 100%, 27%, 1)";
336
+ export const cpdColorAlphaOrange1100 = "hsl(0, 100%, 23%, 1)";
337
+ export const cpdColorAlphaOrange1200 = "hsl(0, 100%, 20%, 1)";
338
+ export const cpdColorAlphaOrange1300 = "hsl(0, 100%, 15%, 1)";
339
+ export const cpdColorAlphaOrange1400 = "hsl(0, 100%, 13%, 1)";
340
+ export const cpdColorAlphaYellow100 = "hsla(46, 100%, 53%, 0.13)";
341
+ export const cpdColorAlphaYellow200 = "hsla(47, 100%, 51%, 0.25)";
342
+ export const cpdColorAlphaYellow300 = "hsla(47, 100%, 51%, 0.49)";
343
+ export const cpdColorAlphaYellow400 = "hsla(48, 100%, 50%, 0.72)";
344
+ export const cpdColorAlphaYellow500 = "hsl(47, 100%, 47%, 1)";
345
+ export const cpdColorAlphaYellow600 = "hsl(44, 100%, 44%, 1)";
346
+ export const cpdColorAlphaYellow700 = "hsl(40, 100%, 38%, 1)";
347
+ export const cpdColorAlphaYellow800 = "hsl(36, 100%, 33%, 1)";
348
+ export const cpdColorAlphaYellow900 = "hsl(28, 100%, 23%, 1)";
349
+ export const cpdColorAlphaYellow1000 = "hsl(27, 100%, 22%, 1)";
350
+ export const cpdColorAlphaYellow1100 = "hsl(24, 100%, 19%, 1)";
351
+ export const cpdColorAlphaYellow1200 = "hsl(20, 100%, 17%, 1)";
352
+ export const cpdColorAlphaYellow1300 = "hsl(10, 100%, 14%, 1)";
353
+ export const cpdColorAlphaYellow1400 = "hsl(5, 100%, 12%, 1)";
354
+ export const cpdColorAlphaLime100 = "hsla(107, 89%, 44%, 0.07)";
355
+ export const cpdColorAlphaLime200 = "hsla(107, 98%, 41%, 0.15)";
356
+ export const cpdColorAlphaLime300 = "hsla(105, 92%, 42%, 0.28)";
357
+ export const cpdColorAlphaLime400 = "hsla(105, 95%, 41%, 0.4)";
358
+ export const cpdColorAlphaLime500 = "hsla(102, 97%, 41%, 0.71)";
359
+ export const cpdColorAlphaLime600 = "hsla(102, 100%, 37%, 0.86)";
360
+ export const cpdColorAlphaLime700 = "hsla(106, 99%, 30%, 0.9)";
361
+ export const cpdColorAlphaLime800 = "hsla(112, 97%, 25%, 0.95)";
362
+ export const cpdColorAlphaLime900 = "hsl(120, 100%, 17%, 1)";
363
+ export const cpdColorAlphaLime1000 = "hsl(120, 100%, 16%, 1)";
364
+ export const cpdColorAlphaLime1100 = "hsl(120, 100%, 13%, 1)";
365
+ export const cpdColorAlphaLime1200 = "hsl(120, 100%, 11%, 1)";
366
+ export const cpdColorAlphaLime1300 = "hsl(120, 100%, 8%, 1)";
367
+ export const cpdColorAlphaLime1400 = "hsl(120, 100%, 7%, 1)";
368
+ export const cpdColorAlphaGreen100 = "hsla(150, 79%, 41%, 0.06)";
369
+ export const cpdColorAlphaGreen200 = "hsla(150, 100%, 36%, 0.11)";
370
+ export const cpdColorAlphaGreen300 = "hsla(151, 93%, 37%, 0.23)";
371
+ export const cpdColorAlphaGreen400 = "hsla(153, 95%, 37%, 0.32)";
372
+ export const cpdColorAlphaGreen500 = "hsla(156, 99%, 36%, 0.56)";
373
+ export const cpdColorAlphaGreen600 = "hsla(163, 99%, 38%, 0.96)";
374
+ export const cpdColorAlphaGreen700 = "hsl(166, 100%, 32%, 1)";
375
+ export const cpdColorAlphaGreen800 = "hsl(168, 100%, 26%, 1)";
376
+ export const cpdColorAlphaGreen900 = "hsl(163, 100%, 17%, 1)";
377
+ export const cpdColorAlphaGreen1000 = "hsl(162, 100%, 15%, 1)";
378
+ export const cpdColorAlphaGreen1100 = "hsl(160, 100%, 13%, 1)";
379
+ export const cpdColorAlphaGreen1200 = "hsl(158, 100%, 11%, 1)";
380
+ export const cpdColorAlphaGreen1300 = "hsl(152, 100%, 8%, 1)";
381
+ export const cpdColorAlphaGreen1400 = "hsl(147, 100%, 7%, 1)";
382
+ export const cpdColorAlphaCyan100 = "hsla(186, 79%, 41%, 0.06)";
383
+ export const cpdColorAlphaCyan200 = "hsla(188, 100%, 38%, 0.11)";
384
+ export const cpdColorAlphaCyan300 = "hsla(186, 100%, 37%, 0.22)";
385
+ export const cpdColorAlphaCyan400 = "hsla(187, 97%, 38%, 0.31)";
386
+ export const cpdColorAlphaCyan500 = "hsla(187, 99%, 38%, 0.54)";
387
+ export const cpdColorAlphaCyan600 = "hsla(186, 99%, 40%, 0.92)";
388
+ export const cpdColorAlphaCyan700 = "hsl(193, 100%, 38%, 1)";
389
+ export const cpdColorAlphaCyan800 = "hsl(199, 100%, 35%, 1)";
390
+ export const cpdColorAlphaCyan900 = "hsl(205, 100%, 26%, 1)";
391
+ export const cpdColorAlphaCyan1000 = "hsl(207, 100%, 24%, 1)";
392
+ export const cpdColorAlphaCyan1100 = "hsl(210, 100%, 22%, 1)";
393
+ export const cpdColorAlphaCyan1200 = "hsl(212, 100%, 20%, 1)";
394
+ export const cpdColorAlphaCyan1300 = "hsl(218, 100%, 16%, 1)";
395
+ export const cpdColorAlphaCyan1400 = "hsl(222, 100%, 15%, 1)";
396
+ export const cpdColorAlphaBlue100 = "hsla(218, 100%, 57%, 0.05)";
397
+ export const cpdColorAlphaBlue200 = "hsla(215, 100%, 52%, 0.09)";
398
+ export const cpdColorAlphaBlue300 = "hsla(216, 95%, 51%, 0.16)";
399
+ export const cpdColorAlphaBlue400 = "hsla(216, 96%, 49%, 0.22)";
400
+ export const cpdColorAlphaBlue500 = "hsla(216, 95%, 48%, 0.37)";
401
+ export const cpdColorAlphaBlue600 = "hsla(215, 98%, 47%, 0.51)";
402
+ export const cpdColorAlphaBlue700 = "hsla(215, 100%, 46%, 0.71)";
403
+ export const cpdColorAlphaBlue800 = "hsla(212, 99%, 46%, 0.99)";
404
+ export const cpdColorAlphaBlue900 = "hsla(217, 98%, 33%, 0.99)";
405
+ export const cpdColorAlphaBlue1000 = "hsla(218, 97%, 30%, 0.99)";
406
+ export const cpdColorAlphaBlue1100 = "hsla(220, 99%, 27%, 0.99)";
407
+ export const cpdColorAlphaBlue1200 = "hsla(222, 100%, 24%, 0.99)";
408
+ export const cpdColorAlphaBlue1300 = "hsl(228, 100%, 21%, 1)";
409
+ export const cpdColorAlphaBlue1400 = "hsl(233, 100%, 19%, 1)";
410
+ export const cpdColorAlphaPurple100 = "hsla(248, 100%, 61%, 0.04)";
411
+ export const cpdColorAlphaPurple200 = "hsla(248, 100%, 55%, 0.07)";
412
+ export const cpdColorAlphaPurple300 = "hsla(248, 100%, 53%, 0.12)";
413
+ export const cpdColorAlphaPurple400 = "hsla(248, 100%, 52%, 0.16)";
414
+ export const cpdColorAlphaPurple500 = "hsla(249, 100%, 51%, 0.27)";
415
+ export const cpdColorAlphaPurple600 = "hsla(251, 100%, 51%, 0.38)";
416
+ export const cpdColorAlphaPurple700 = "hsla(254, 100%, 50%, 0.53)";
417
+ export const cpdColorAlphaPurple800 = "hsla(258, 98%, 49%, 0.7)";
418
+ export const cpdColorAlphaPurple900 = "hsla(261, 97%, 38%, 0.9)";
419
+ export const cpdColorAlphaPurple1000 = "hsla(263, 100%, 36%, 0.95)";
420
+ export const cpdColorAlphaPurple1100 = "hsl(264, 100%, 33%, 1)";
421
+ export const cpdColorAlphaPurple1200 = "hsl(262, 100%, 29%, 1)";
422
+ export const cpdColorAlphaPurple1300 = "hsl(259, 100%, 22%, 1)";
423
+ export const cpdColorAlphaPurple1400 = "hsl(259, 100%, 19%, 1)";
424
+ export const cpdColorAlphaFuchsia100 = "hsla(293, 95%, 41%, 0.04)";
425
+ export const cpdColorAlphaFuchsia200 = "hsla(295, 89%, 41%, 0.07)";
426
+ export const cpdColorAlphaFuchsia300 = "hsla(298, 91%, 40%, 0.13)";
427
+ export const cpdColorAlphaFuchsia400 = "hsla(296, 95%, 38%, 0.18)";
428
+ export const cpdColorAlphaFuchsia500 = "hsla(297, 93%, 38%, 0.31)";
429
+ export const cpdColorAlphaFuchsia600 = "hsla(295, 96%, 37%, 0.43)";
430
+ export const cpdColorAlphaFuchsia700 = "hsla(295, 97%, 37%, 0.6)";
431
+ export const cpdColorAlphaFuchsia800 = "hsla(294, 98%, 36%, 0.79)";
432
+ export const cpdColorAlphaFuchsia900 = "hsla(287, 96%, 27%, 0.9)";
433
+ export const cpdColorAlphaFuchsia1000 = "hsla(286, 100%, 24%, 0.91)";
434
+ export const cpdColorAlphaFuchsia1100 = "hsla(285, 97%, 22%, 0.95)";
435
+ export const cpdColorAlphaFuchsia1200 = "hsl(285, 96%, 22%, 1)";
436
+ export const cpdColorAlphaFuchsia1300 = "hsl(283, 100%, 16%, 1)";
437
+ export const cpdColorAlphaFuchsia1400 = "hsl(281, 100%, 15%, 1)";
438
+ export const cpdColorAlphaPink100 = "hsla(348, 100%, 51%, 0.04)";
439
+ export const cpdColorAlphaPink200 = "hsla(347, 100%, 54%, 0.08)";
440
+ export const cpdColorAlphaPink300 = "hsla(347, 100%, 50%, 0.13)";
441
+ export const cpdColorAlphaPink400 = "hsla(347, 100%, 52%, 0.19)";
442
+ export const cpdColorAlphaPink500 = "hsla(346, 100%, 51%, 0.33)";
443
+ export const cpdColorAlphaPink600 = "hsla(345, 100%, 50%, 0.47)";
444
+ export const cpdColorAlphaPink700 = "hsla(341, 98%, 49%, 0.7)";
445
+ export const cpdColorAlphaPink800 = "hsla(333, 98%, 44%, 0.96)";
446
+ export const cpdColorAlphaPink900 = "hsla(331, 100%, 28%, 0.97)";
447
+ export const cpdColorAlphaPink1000 = "hsla(330, 97%, 26%, 0.98)";
448
+ export const cpdColorAlphaPink1100 = "hsl(329, 100%, 22%, 1)";
449
+ export const cpdColorAlphaPink1200 = "hsl(332, 100%, 20%, 1)";
450
+ export const cpdColorAlphaPink1300 = "hsl(337, 100%, 15%, 1)";
451
+ export const cpdColorAlphaPink1400 = "hsl(341, 100%, 13%, 1)";
452
+ export const cpdColorTextPrimary = "#1a1c21";
453
+ export const cpdColorTextSecondary = "#474a51";
454
+ export const cpdColorTextPlaceholder = "#6c737e";
455
+ export const cpdColorTextDisabled = "#6c737e";
456
+ export const cpdColorTextActionPrimary = "#1a1c21";
457
+ export const cpdColorTextActionAccent = "#00553d";
458
+ export const cpdColorTextLinkExternal = "#0543a7";
459
+ export const cpdColorTextCriticalPrimary = "#99001a";
460
+ export const cpdColorTextSuccessPrimary = "#00553d";
461
+ export const cpdColorTextInfoPrimary = "#0543a7";
462
+ export const cpdColorTextOnSolidPrimary = "#ffffff";
463
+ export const cpdColorBgSubtlePrimary = "#d7dce3";
464
+ export const cpdColorBgSubtleSecondary = "#e1e6ec";
465
+ export const cpdColorBgCanvasDefault = "#ffffff";
466
+ export const cpdColorBgCanvasDisabled = "#f0f2f5";
467
+ export const cpdColorBgCanvasDefaultLevel1 = "#ffffff";
468
+ export const cpdColorBgActionPrimaryRest = "#1a1c21";
469
+ export const cpdColorBgActionPrimaryHovered = "#2d3034";
470
+ export const cpdColorBgActionPrimaryPressed = "#35383d";
471
+ export const cpdColorBgActionPrimaryDisabled = "#878f9b";
472
+ export const cpdColorBgActionSecondaryRest = "#ffffff";
473
+ export const cpdColorBgActionSecondaryHovered = "hsla(216, 89%, 18%, 0.06)";
474
+ export const cpdColorBgActionSecondaryPressed = "hsla(213, 90%, 20%, 0.12)";
475
+ export const cpdColorBgCriticalPrimary = "#99001a";
476
+ export const cpdColorBgCriticalHovered = "#8b000c";
477
+ export const cpdColorBgCriticalSubtle = "#ffefec";
478
+ export const cpdColorBgCriticalSubtleHovered = "#ffdfda";
479
+ export const cpdColorBgSuccessSubtle = "#e3f7ed";
480
+ export const cpdColorBgInfoSubtle = "#e9f2ff";
481
+ export const cpdColorBgSubtleSecondaryLevel0 = "#e1e6ec";
482
+ export const cpdColorBorderDisabled = "#bdc4cc";
483
+ export const cpdColorBorderFocused = "#0543a7";
484
+ export const cpdColorBorderInteractivePrimary = "#6c737e";
485
+ export const cpdColorBorderInteractiveSecondary = "#a6adb7";
486
+ export const cpdColorBorderInteractiveHovered = "#35383d";
487
+ export const cpdColorBorderCriticalPrimary = "#99001a";
488
+ export const cpdColorBorderCriticalHovered = "#8b000c";
489
+ export const cpdColorBorderCriticalSubtle = "#ffafa5";
490
+ export const cpdColorBorderSuccessSubtle = "#71d7ae";
491
+ export const cpdColorBorderInfoSubtle = "#a3c6fa";
492
+ export const cpdColorIconPrimary = "#1a1c21";
493
+ export const cpdColorIconSecondary = "#474a51";
494
+ export const cpdColorIconTertiary = "#6c737e";
495
+ export const cpdColorIconQuaternary = "#878f9b";
496
+ export const cpdColorIconDisabled = "#878f9b";
497
+ export const cpdColorIconPrimaryAlpha = "hsla(223, 78%, 2%, 0.9)";
498
+ export const cpdColorIconSecondaryAlpha = "hsla(223, 70%, 4%, 0.73)";
499
+ export const cpdColorIconTertiaryAlpha = "hsla(217, 89%, 7%, 0.58)";
500
+ export const cpdColorIconQuaternaryAlpha = "hsla(216, 81%, 10%, 0.48)";
501
+ export const cpdColorIconAccentTertiary = "#008268";
502
+ export const cpdColorIconCriticalPrimary = "#99001a";
503
+ export const cpdColorIconSuccessPrimary = "#00553d";
504
+ export const cpdColorIconInfoPrimary = "#0543a7";
505
+ export const cpdColorIconOnSolidPrimary = "#ffffff";
@@ -0,0 +1 @@
1
+ {"icon":{"arrow-left":{"value":"icons/arrow-left.svg","type":"icon"},"arrow-right":{"value":"icons/arrow-right.svg","type":"icon"},"arrow-up-right":{"value":"icons/arrow-up-right.svg","type":"icon"},"block":{"value":"icons/block.svg","type":"icon"},"chat-new":{"value":"icons/chat-new.svg","type":"icon"},"chat-problem":{"value":"icons/chat-problem.svg","type":"icon"},"chat":{"value":"icons/chat.svg","type":"icon"},"check-circle":{"value":"icons/check-circle.svg","type":"icon"},"check":{"value":"icons/check.svg","type":"icon"},"chevron-down":{"value":"icons/chevron-down.svg","type":"icon"},"chevron-left":{"value":"icons/chevron-left.svg","type":"icon"},"chevron-right":{"value":"icons/chevron-right.svg","type":"icon"},"chevron-up-down":{"value":"icons/chevron-up-down.svg","type":"icon"},"close":{"value":"icons/close.svg","type":"icon"},"computer":{"value":"icons/computer.svg","type":"icon"},"delete":{"value":"icons/delete.svg","type":"icon"},"download":{"value":"icons/download.svg","type":"icon"},"drag-grid":{"value":"icons/drag-grid.svg","type":"icon"},"drag-list":{"value":"icons/drag-list.svg","type":"icon"},"error":{"value":"icons/error.svg","type":"icon"},"export-archive":{"value":"icons/export-archive.svg","type":"icon"},"extensions":{"value":"icons/extensions.svg","type":"icon"},"favourite-off":{"value":"icons/favourite-off.svg","type":"icon"},"favourite-on":{"value":"icons/favourite-on.svg","type":"icon"},"files":{"value":"icons/files.svg","type":"icon"},"filter":{"value":"icons/filter.svg","type":"icon"},"info":{"value":"icons/info.svg","type":"icon"},"leave":{"value":"icons/leave.svg","type":"icon"},"link":{"value":"icons/link.svg","type":"icon"},"lock-off":{"value":"icons/lock-off.svg","type":"icon"},"lock":{"value":"icons/lock.svg","type":"icon"},"marker-read-receipts":{"value":"icons/marker-read-receipts.svg","type":"icon"},"mention":{"value":"icons/mention.svg","type":"icon"},"mobile":{"value":"icons/mobile.svg","type":"icon"},"notifications-off":{"value":"icons/notifications-off.svg","type":"icon"},"notifications-solid-off":{"value":"icons/notifications-solid-off.svg","type":"icon"},"notifications-solid":{"value":"icons/notifications-solid.svg","type":"icon"},"notifications":{"value":"icons/notifications.svg","type":"icon"},"offline":{"value":"icons/offline.svg","type":"icon"},"overflow-horizontal":{"value":"icons/overflow-horizontal.svg","type":"icon"},"overflow-vertical":{"value":"icons/overflow-vertical.svg","type":"icon"},"polls":{"value":"icons/polls.svg","type":"icon"},"pop-out":{"value":"icons/pop-out.svg","type":"icon"},"public":{"value":"icons/public.svg","type":"icon"},"search":{"value":"icons/search.svg","type":"icon"},"settings-solid":{"value":"icons/settings-solid.svg","type":"icon"},"settings":{"value":"icons/settings.svg","type":"icon"},"share-android":{"value":"icons/share-android.svg","type":"icon"},"share":{"value":"icons/share.svg","type":"icon"},"threads-solid":{"value":"icons/threads-solid.svg","type":"icon"},"threads":{"value":"icons/threads.svg","type":"icon"},"user-add-solid":{"value":"icons/user-add-solid.svg","type":"icon"},"user-add":{"value":"icons/user-add.svg","type":"icon"},"user-profile":{"value":"icons/user-profile.svg","type":"icon"},"verified":{"value":"icons/verified.svg","type":"icon"},"video-call-declined":{"value":"icons/video-call-declined.svg","type":"icon"},"video-call-missed":{"value":"icons/video-call-missed.svg","type":"icon"},"video-call-off":{"value":"icons/video-call-off.svg","type":"icon"},"video-call":{"value":"icons/video-call.svg","type":"icon"},"visibility-off":{"value":"icons/visibility-off.svg","type":"icon"},"visibility-on":{"value":"icons/visibility-on.svg","type":"icon"},"voice-call":{"value":"icons/voice-call.svg","type":"icon"},"web-browser":{"value":"icons/web-browser.svg","type":"icon"}}}
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.2071 5.29289C12.5976 5.68342 12.5976 6.31658 12.2071 6.70711L7.91421 11H18.5C19.0523 11 19.5 11.4477 19.5 12C19.5 12.5523 19.0523 13 18.5 13H7.91421L12.2071 17.2929C12.5976 17.6834 12.5976 18.3166 12.2071 18.7071C11.8166 19.0976 11.1834 19.0976 10.7929 18.7071L4.79289 12.7071C4.40237 12.3166 4.40237 11.6834 4.79289 11.2929L10.7929 5.29289C11.1834 4.90237 11.8166 4.90237 12.2071 5.29289Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.7929 5.29289C12.1834 4.90237 12.8166 4.90237 13.2071 5.29289L19.2071 11.2929C19.5976 11.6834 19.5976 12.3166 19.2071 12.7071L13.2071 18.7071C12.8166 19.0976 12.1834 19.0976 11.7929 18.7071C11.4024 18.3166 11.4024 17.6834 11.7929 17.2929L16.0858 13H5.5C4.94772 13 4.5 12.5523 4.5 12C4.5 11.4477 4.94772 11 5.5 11H16.0858L11.7929 6.70711C11.4024 6.31658 11.4024 5.68342 11.7929 5.29289Z" fill="currentColor"/>
3
+ </svg>