@carbon/charts 1.7.6 → 1.9.0-rc.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 (840) hide show
  1. package/CHANGELOG.md +97 -155
  2. package/README.md +11 -13
  3. package/dist/_baseEach-603421de.mjs +21 -0
  4. package/dist/_baseEach-603421de.mjs.map +1 -0
  5. package/dist/_baseEach-cdac417f.js +2 -0
  6. package/dist/_baseEach-cdac417f.js.map +1 -0
  7. package/dist/a11y-7bad4f48.mjs +5 -0
  8. package/dist/a11y-7bad4f48.mjs.map +1 -0
  9. package/dist/a11y-c7c9d087.js +2 -0
  10. package/dist/a11y-c7c9d087.js.map +1 -0
  11. package/dist/angle-utils-6f166b40.js +2 -0
  12. package/dist/angle-utils-6f166b40.js.map +1 -0
  13. package/dist/angle-utils-8b6ce998.mjs +387 -0
  14. package/dist/angle-utils-8b6ce998.mjs.map +1 -0
  15. package/dist/axis-chart.d.ts +13 -0
  16. package/dist/chart.d.ts +18 -0
  17. package/dist/charts/alluvial.d.ts +10 -0
  18. package/dist/charts/area-stacked.d.ts +8 -0
  19. package/dist/charts/area.d.ts +8 -0
  20. package/dist/charts/bar-grouped.d.ts +8 -0
  21. package/dist/charts/bar-simple.d.ts +8 -0
  22. package/dist/charts/bar-stacked.d.ts +8 -0
  23. package/dist/charts/boxplot.d.ts +10 -0
  24. package/dist/charts/bubble.d.ts +8 -0
  25. package/dist/charts/bullet.d.ts +10 -0
  26. package/dist/charts/choropleth.d.ts +14 -0
  27. package/dist/charts/circle-pack.d.ts +10 -0
  28. package/dist/charts/combo.d.ts +9 -0
  29. package/dist/charts/donut.d.ts +8 -0
  30. package/dist/charts/gauge.d.ts +10 -0
  31. package/dist/charts/heatmap.d.ts +14 -0
  32. package/dist/charts/histogram.d.ts +10 -0
  33. package/dist/charts/index.d.ts +27 -0
  34. package/dist/charts/line.d.ts +8 -0
  35. package/dist/charts/lollipop.d.ts +8 -0
  36. package/dist/charts/meter.d.ts +10 -0
  37. package/dist/charts/pie.d.ts +10 -0
  38. package/dist/charts/radar.d.ts +10 -0
  39. package/dist/charts/scatter.d.ts +8 -0
  40. package/dist/charts/tree.d.ts +10 -0
  41. package/dist/charts/treemap.d.ts +10 -0
  42. package/dist/charts/wordcloud.d.ts +10 -0
  43. package/dist/choropleth-4ac6ac20.js +82 -0
  44. package/dist/choropleth-4ac6ac20.js.map +1 -0
  45. package/dist/choropleth-f473ea0d.mjs +7997 -0
  46. package/dist/choropleth-f473ea0d.mjs.map +1 -0
  47. package/dist/color-scale-utils-5eb3eeaa.mjs +3809 -0
  48. package/dist/color-scale-utils-5eb3eeaa.mjs.map +1 -0
  49. package/dist/color-scale-utils-7d463811.js +3 -0
  50. package/dist/color-scale-utils-7d463811.js.map +1 -0
  51. package/dist/components/axes/axis.d.ts +24 -0
  52. package/{build/src → dist}/components/axes/chart-clip.d.ts +3 -3
  53. package/{components → dist/components}/axes/grid-brush.d.ts +10 -10
  54. package/{components → dist/components}/axes/grid.d.ts +22 -22
  55. package/{build/src → dist}/components/axes/hover-axis.d.ts +1 -1
  56. package/dist/components/axes/index.d.ts +12 -0
  57. package/{components → dist/components}/axes/ruler-binned.d.ts +7 -7
  58. package/{components → dist/components}/axes/ruler.d.ts +27 -27
  59. package/{build/src → dist}/components/axes/toolbar.d.ts +7 -7
  60. package/{components → dist/components}/axes/two-dimensional-axes.d.ts +16 -16
  61. package/{components → dist/components}/axes/zero-line.d.ts +7 -7
  62. package/{components → dist/components}/axes/zoom-bar.d.ts +28 -28
  63. package/{build/src → dist}/components/component.d.ts +10 -8
  64. package/dist/components/diagrams/buildPaths.d.ts +40 -0
  65. package/dist/components/diagrams/index.d.ts +2 -0
  66. package/{components → dist/components}/essentials/canvas-chart-clip.d.ts +6 -6
  67. package/{components → dist/components}/essentials/color-scale-legend.d.ts +20 -17
  68. package/dist/components/essentials/geo-projection.d.ts +16 -0
  69. package/{build/src → dist}/components/essentials/highlights.d.ts +3 -3
  70. package/dist/components/essentials/index.d.ts +11 -0
  71. package/{build/src → dist}/components/essentials/legend.d.ts +3 -3
  72. package/{components → dist/components}/essentials/modal.d.ts +14 -14
  73. package/{build/src → dist}/components/essentials/threshold.d.ts +5 -5
  74. package/{build/src → dist}/components/essentials/title-meter.d.ts +4 -4
  75. package/{components → dist/components}/essentials/title.d.ts +20 -20
  76. package/{build/src → dist}/components/essentials/tooltip.d.ts +4 -4
  77. package/{components → dist/components}/graphs/alluvial.d.ts +14 -14
  78. package/{components → dist/components}/graphs/area-stacked.d.ts +11 -11
  79. package/dist/components/graphs/area.d.ts +12 -0
  80. package/{build/src → dist}/components/graphs/bar-grouped.d.ts +4 -4
  81. package/{build/src → dist}/components/graphs/bar-simple.d.ts +3 -3
  82. package/{build/src → dist}/components/graphs/bar-stacked.d.ts +4 -4
  83. package/{build/src → dist}/components/graphs/bar.d.ts +2 -2
  84. package/{components → dist/components}/graphs/boxplot.d.ts +9 -9
  85. package/{build/src → dist}/components/graphs/bubble.d.ts +2 -2
  86. package/dist/components/graphs/bullet.d.ts +12 -0
  87. package/dist/components/graphs/choropleth.d.ts +6 -0
  88. package/{build/src → dist}/components/graphs/circle-pack.d.ts +3 -3
  89. package/{build/src → dist}/components/graphs/donut.d.ts +1 -1
  90. package/{build/src → dist}/components/graphs/gauge.d.ts +2 -2
  91. package/{build/src → dist}/components/graphs/heatmap.d.ts +4 -4
  92. package/dist/components/graphs/histogram.d.ts +12 -0
  93. package/dist/components/graphs/index.d.ts +28 -0
  94. package/dist/components/graphs/line.d.ts +11 -0
  95. package/dist/components/graphs/lollipop.d.ts +14 -0
  96. package/{components → dist/components}/graphs/meter.d.ts +10 -10
  97. package/{build/src → dist}/components/graphs/pie.d.ts +4 -4
  98. package/{build/src → dist}/components/graphs/radar.d.ts +6 -6
  99. package/{build/src → dist}/components/graphs/scatter-stacked.d.ts +2 -2
  100. package/dist/components/graphs/scatter.d.ts +21 -0
  101. package/dist/components/graphs/skeleton-lines.d.ts +12 -0
  102. package/{build/src → dist}/components/graphs/skeleton.d.ts +6 -5
  103. package/{components → dist/components}/graphs/tree.d.ts +9 -9
  104. package/dist/components/graphs/treemap.d.ts +11 -0
  105. package/{build/src → dist}/components/graphs/wordcloud.d.ts +4 -4
  106. package/dist/components/index.d.ts +6 -0
  107. package/dist/components/index.js +2 -0
  108. package/dist/components/index.js.map +1 -0
  109. package/dist/components/index.mjs +76 -0
  110. package/dist/components/index.mjs.map +1 -0
  111. package/dist/components/layout/index.d.ts +2 -0
  112. package/{build/src → dist}/components/layout/layout.d.ts +5 -4
  113. package/dist/components/layout/spacer.d.ts +5 -0
  114. package/{build/src → dist}/configuration-non-customizable.d.ts +4 -4
  115. package/{configuration.d.ts → dist/configuration.d.ts} +48 -44
  116. package/{build/demo/data/CHART_TYPES.d.ts → dist/demo/charts/chart-types.d.ts} +5 -0
  117. package/dist/demo/charts/choropleth.d.ts +738 -0
  118. package/dist/demo/charts/index.d.ts +62 -0
  119. package/{build/demo/data → dist/demo/charts}/time-series-axis.d.ts +60 -135
  120. package/dist/demo/charts/topojson-110.d.ts +360 -0
  121. package/{build/demo/data → dist/demo/charts}/zoom-bar.d.ts +12 -27
  122. package/dist/demo/index.d.ts +4 -0
  123. package/dist/demo/index.js +470 -0
  124. package/dist/demo/index.js.map +1 -0
  125. package/dist/demo/index.mjs +51786 -0
  126. package/dist/demo/index.mjs.map +1 -0
  127. package/{demo → dist/demo}/styles.css +419 -1050
  128. package/dist/demo/styles.css.map +1 -0
  129. package/dist/demo/utils/index.d.ts +2 -0
  130. package/dist/demo/utils/sandbox.d.ts +39 -0
  131. package/dist/demo/utils/story-widgets.d.ts +7 -0
  132. package/dist/enums-a96ef472.mjs +89 -0
  133. package/dist/enums-a96ef472.mjs.map +1 -0
  134. package/dist/enums-aa2efd99.js +2 -0
  135. package/dist/enums-aa2efd99.js.map +1 -0
  136. package/dist/index-822564ed.js +2 -0
  137. package/dist/index-822564ed.js.map +1 -0
  138. package/dist/index-a266373c.mjs +749 -0
  139. package/dist/index-a266373c.mjs.map +1 -0
  140. package/dist/index-becfb567.mjs +72 -0
  141. package/dist/index-becfb567.mjs.map +1 -0
  142. package/dist/index-d865d500.js +2 -0
  143. package/dist/index-d865d500.js.map +1 -0
  144. package/dist/index-ec554115.mjs +62 -0
  145. package/dist/index-ec554115.mjs.map +1 -0
  146. package/dist/index-f23685eb.js +2 -0
  147. package/dist/index-f23685eb.js.map +1 -0
  148. package/dist/index.d.ts +11 -0
  149. package/dist/index.js +2 -0
  150. package/dist/index.js.map +1 -0
  151. package/dist/index.mjs +1121 -0
  152. package/dist/index.mjs.map +1 -0
  153. package/{build/src → dist}/interfaces/axis-scales.d.ts +11 -11
  154. package/{interfaces → dist/interfaces}/charts.d.ts +517 -485
  155. package/{build/src → dist}/interfaces/components.d.ts +11 -11
  156. package/{build/src → dist}/interfaces/enums.d.ts +12 -0
  157. package/{build/src → dist}/interfaces/events.d.ts +9 -0
  158. package/dist/interfaces/index.d.ts +11 -0
  159. package/dist/interfaces/index.js +2 -0
  160. package/dist/interfaces/index.js.map +1 -0
  161. package/dist/interfaces/index.mjs +58 -0
  162. package/dist/interfaces/index.mjs.map +1 -0
  163. package/{interfaces → dist/interfaces}/layout.d.ts +21 -15
  164. package/{build/src → dist}/interfaces/model.d.ts +2 -2
  165. package/dist/interfaces/services.d.ts +20 -0
  166. package/{build/src → dist}/interfaces/truncation.d.ts +2 -2
  167. package/{build/src → dist}/model/binned-charts.d.ts +1 -1
  168. package/{build/src → dist}/model/cartesian-charts.d.ts +2 -2
  169. package/dist/model/choropleth.d.ts +29 -0
  170. package/{build/src → dist}/model/heatmap.d.ts +5 -5
  171. package/dist/model/index.d.ts +16 -0
  172. package/dist/model/index.js +3 -0
  173. package/dist/model/index.js.map +1 -0
  174. package/dist/model/index.mjs +1107 -0
  175. package/dist/model/index.mjs.map +1 -0
  176. package/{model → dist/model}/meter.d.ts +20 -19
  177. package/{model → dist/model}/model.d.ts +110 -107
  178. package/{services → dist/services}/angle-utils.d.ts +15 -16
  179. package/dist/services/color-scale-utils.d.ts +2 -0
  180. package/dist/services/curves.d.ts +24 -0
  181. package/dist/services/essentials/dom-utils.d.ts +45 -0
  182. package/dist/services/essentials/events.d.ts +8 -0
  183. package/dist/services/essentials/files.d.ts +7 -0
  184. package/{build/src → dist}/services/essentials/gradient-utils.d.ts +2 -2
  185. package/dist/services/essentials/index.d.ts +5 -0
  186. package/dist/services/essentials/transitions.d.ts +13 -0
  187. package/dist/services/index.d.ts +9 -0
  188. package/dist/services/index.js +2 -0
  189. package/dist/services/index.js.map +1 -0
  190. package/dist/services/index.mjs +32 -0
  191. package/dist/services/index.mjs.map +1 -0
  192. package/dist/services/scales-cartesian.d.ts +89 -0
  193. package/dist/services/service.d.ts +11 -0
  194. package/{services → dist/services}/time-series.d.ts +13 -13
  195. package/{build/src → dist}/services/zoom.d.ts +2 -2
  196. package/{styles → dist/styles}/_chart-holder.scss +5 -5
  197. package/{styles → dist/styles}/color-palatte.scss +160 -64
  198. package/{styles → dist/styles}/colors.scss +7 -16
  199. package/{styles → dist/styles}/components/_color-legend.scss +2 -2
  200. package/{styles → dist/styles}/components/_edge.scss +4 -4
  201. package/{styles → dist/styles}/components/_grid.scss +2 -2
  202. package/dist/styles/components/_marker.scss +7 -0
  203. package/{styles → dist/styles}/components/_meter-title.scss +2 -2
  204. package/{styles → dist/styles}/components/_tooltip.scss +3 -3
  205. package/{styles → dist/styles}/components/diagrams/_card-node.scss +3 -3
  206. package/{styles → dist/styles}/components/diagrams/_edge.scss +5 -5
  207. package/{styles → dist/styles}/components/diagrams/_shape-node.scss +3 -3
  208. package/dist/styles/components/diagrams/index.scss +4 -0
  209. package/{styles → dist/styles}/graphs/_alluvial.scss +2 -2
  210. package/{styles → dist/styles}/graphs/_bullet.scss +3 -3
  211. package/dist/styles/graphs/_choropleth.scss +18 -0
  212. package/{styles → dist/styles}/graphs/_circle-pack.scss +1 -1
  213. package/{styles → dist/styles}/graphs/_gauge.scss +1 -1
  214. package/{styles → dist/styles}/graphs/_heatmap.scss +2 -2
  215. package/{styles → dist/styles}/graphs/_meter.scss +1 -1
  216. package/{styles → dist/styles}/graphs/_radar.scss +1 -1
  217. package/{styles → dist/styles}/graphs/_scatter-stacked.scss +1 -1
  218. package/{styles → dist/styles}/graphs/_tree.scss +2 -3
  219. package/{styles → dist/styles}/graphs/index.scss +1 -0
  220. package/{styles → dist/styles}/styles.scss +8 -3
  221. package/{styles → dist/styles}/tokens.scss +97 -106
  222. package/dist/styles.css +28264 -0
  223. package/dist/styles.css.map +1 -0
  224. package/dist/styles.min.css +1 -0
  225. package/dist/styles.min.css.map +1 -0
  226. package/{tools.d.ts → dist/tools.d.ts} +144 -144
  227. package/package.json +136 -100
  228. package/axis-chart.d.ts +0 -10
  229. package/axis-chart.js +0 -169
  230. package/axis-chart.js.map +0 -1
  231. package/build/demo/create-codesandbox.d.ts +0 -113
  232. package/build/demo/data/high-scale.d.ts +0 -1
  233. package/build/demo/data/index.d.ts +0 -32
  234. package/build/demo/utils.d.ts +0 -40
  235. package/build/src/axis-chart.d.ts +0 -10
  236. package/build/src/chart.d.ts +0 -14
  237. package/build/src/charts/alluvial.d.ts +0 -8
  238. package/build/src/charts/area-stacked.d.ts +0 -6
  239. package/build/src/charts/area.d.ts +0 -6
  240. package/build/src/charts/bar-grouped.d.ts +0 -6
  241. package/build/src/charts/bar-simple.d.ts +0 -6
  242. package/build/src/charts/bar-stacked.d.ts +0 -6
  243. package/build/src/charts/boxplot.d.ts +0 -8
  244. package/build/src/charts/bubble.d.ts +0 -6
  245. package/build/src/charts/bullet.d.ts +0 -8
  246. package/build/src/charts/circle-pack.d.ts +0 -8
  247. package/build/src/charts/combo.d.ts +0 -7
  248. package/build/src/charts/donut.d.ts +0 -6
  249. package/build/src/charts/gauge.d.ts +0 -8
  250. package/build/src/charts/heatmap.d.ts +0 -10
  251. package/build/src/charts/histogram.d.ts +0 -8
  252. package/build/src/charts/index.d.ts +0 -24
  253. package/build/src/charts/line.d.ts +0 -6
  254. package/build/src/charts/lollipop.d.ts +0 -6
  255. package/build/src/charts/meter.d.ts +0 -8
  256. package/build/src/charts/pie.d.ts +0 -8
  257. package/build/src/charts/radar.d.ts +0 -8
  258. package/build/src/charts/scatter.d.ts +0 -6
  259. package/build/src/charts/tree.d.ts +0 -8
  260. package/build/src/charts/treemap.d.ts +0 -8
  261. package/build/src/charts/wordcloud.d.ts +0 -8
  262. package/build/src/components/axes/axis.d.ts +0 -24
  263. package/build/src/components/axes/grid-brush.d.ts +0 -10
  264. package/build/src/components/axes/grid.d.ts +0 -22
  265. package/build/src/components/axes/ruler-binned.d.ts +0 -7
  266. package/build/src/components/axes/ruler.d.ts +0 -27
  267. package/build/src/components/axes/two-dimensional-axes.d.ts +0 -16
  268. package/build/src/components/axes/zero-line.d.ts +0 -7
  269. package/build/src/components/axes/zoom-bar.d.ts +0 -28
  270. package/build/src/components/diagrams/buildPaths.d.ts +0 -63
  271. package/build/src/components/essentials/canvas-chart-clip.d.ts +0 -6
  272. package/build/src/components/essentials/color-scale-legend.d.ts +0 -17
  273. package/build/src/components/essentials/modal.d.ts +0 -14
  274. package/build/src/components/essentials/title.d.ts +0 -20
  275. package/build/src/components/graphs/alluvial.d.ts +0 -14
  276. package/build/src/components/graphs/area-stacked.d.ts +0 -11
  277. package/build/src/components/graphs/area.d.ts +0 -12
  278. package/build/src/components/graphs/boxplot.d.ts +0 -9
  279. package/build/src/components/graphs/bullet.d.ts +0 -12
  280. package/build/src/components/graphs/histogram.d.ts +0 -12
  281. package/build/src/components/graphs/line.d.ts +0 -11
  282. package/build/src/components/graphs/lollipop.d.ts +0 -14
  283. package/build/src/components/graphs/meter.d.ts +0 -10
  284. package/build/src/components/graphs/scatter.d.ts +0 -21
  285. package/build/src/components/graphs/skeleton-lines.d.ts +0 -11
  286. package/build/src/components/graphs/tree.d.ts +0 -9
  287. package/build/src/components/graphs/treemap.d.ts +0 -11
  288. package/build/src/components/index.d.ts +0 -51
  289. package/build/src/components/layout/spacer.d.ts +0 -5
  290. package/build/src/configuration.d.ts +0 -44
  291. package/build/src/interfaces/charts.d.ts +0 -485
  292. package/build/src/interfaces/index.d.ts +0 -7
  293. package/build/src/interfaces/layout.d.ts +0 -15
  294. package/build/src/model/meter.d.ts +0 -19
  295. package/build/src/model/model.d.ts +0 -107
  296. package/build/src/services/angle-utils.d.ts +0 -205
  297. package/build/src/services/curves.d.ts +0 -25
  298. package/build/src/services/essentials/dom-utils.d.ts +0 -39
  299. package/build/src/services/essentials/events.d.ts +0 -8
  300. package/build/src/services/essentials/files.d.ts +0 -6
  301. package/build/src/services/essentials/transitions.d.ts +0 -13
  302. package/build/src/services/index.d.ts +0 -9
  303. package/build/src/services/scales-cartesian.d.ts +0 -86
  304. package/build/src/services/service.d.ts +0 -10
  305. package/build/src/services/time-series.d.ts +0 -787
  306. package/build/src/tools.d.ts +0 -2427
  307. package/build/stories/all.stories.d.ts +0 -1
  308. package/build/stories/tutorials/api.d.ts +0 -4
  309. package/build/stories/tutorials/color-palette.d.ts +0 -4
  310. package/build/stories/tutorials/combo-charts.d.ts +0 -4
  311. package/build/stories/tutorials/dual-axes.d.ts +0 -4
  312. package/build/stories/tutorials/event-listeners.d.ts +0 -4
  313. package/build/stories/tutorials/getting-started/angular.d.ts +0 -5
  314. package/build/stories/tutorials/getting-started/react.d.ts +0 -5
  315. package/build/stories/tutorials/getting-started/vanilla.d.ts +0 -5
  316. package/build/stories/tutorials/getting-started/vue.d.ts +0 -5
  317. package/build/stories/tutorials/index.d.ts +0 -11
  318. package/build/stories/tutorials/tabular-data-format.d.ts +0 -4
  319. package/build/stories/tutorials/themes.d.ts +0 -4
  320. package/build/stories/tutorials.stories.d.ts +0 -1
  321. package/bundle.js +0 -17
  322. package/chart.d.ts +0 -14
  323. package/chart.js +0 -198
  324. package/chart.js.map +0 -1
  325. package/charts/alluvial.d.ts +0 -8
  326. package/charts/alluvial.js +0 -46
  327. package/charts/alluvial.js.map +0 -1
  328. package/charts/area-stacked.d.ts +0 -6
  329. package/charts/area-stacked.js +0 -55
  330. package/charts/area-stacked.js.map +0 -1
  331. package/charts/area.d.ts +0 -6
  332. package/charts/area.js +0 -54
  333. package/charts/area.js.map +0 -1
  334. package/charts/bar-grouped.d.ts +0 -6
  335. package/charts/bar-grouped.js +0 -49
  336. package/charts/bar-grouped.js.map +0 -1
  337. package/charts/bar-simple.d.ts +0 -6
  338. package/charts/bar-simple.js +0 -49
  339. package/charts/bar-simple.js.map +0 -1
  340. package/charts/bar-stacked.d.ts +0 -6
  341. package/charts/bar-stacked.js +0 -50
  342. package/charts/bar-stacked.js.map +0 -1
  343. package/charts/boxplot.d.ts +0 -8
  344. package/charts/boxplot.js +0 -55
  345. package/charts/boxplot.js.map +0 -1
  346. package/charts/bubble.d.ts +0 -6
  347. package/charts/bubble.js +0 -49
  348. package/charts/bubble.js.map +0 -1
  349. package/charts/bullet.d.ts +0 -8
  350. package/charts/bullet.js +0 -50
  351. package/charts/bullet.js.map +0 -1
  352. package/charts/circle-pack.d.ts +0 -8
  353. package/charts/circle-pack.js +0 -45
  354. package/charts/circle-pack.js.map +0 -1
  355. package/charts/combo.d.ts +0 -7
  356. package/charts/combo.js +0 -132
  357. package/charts/combo.js.map +0 -1
  358. package/charts/donut.d.ts +0 -6
  359. package/charts/donut.js +0 -46
  360. package/charts/donut.js.map +0 -1
  361. package/charts/gauge.d.ts +0 -8
  362. package/charts/gauge.js +0 -42
  363. package/charts/gauge.js.map +0 -1
  364. package/charts/heatmap.d.ts +0 -10
  365. package/charts/heatmap.js +0 -138
  366. package/charts/heatmap.js.map +0 -1
  367. package/charts/histogram.d.ts +0 -8
  368. package/charts/histogram.js +0 -48
  369. package/charts/histogram.js.map +0 -1
  370. package/charts/index.d.ts +0 -24
  371. package/charts/index.js +0 -25
  372. package/charts/index.js.map +0 -1
  373. package/charts/line.d.ts +0 -6
  374. package/charts/line.js +0 -48
  375. package/charts/line.js.map +0 -1
  376. package/charts/lollipop.d.ts +0 -6
  377. package/charts/lollipop.js +0 -50
  378. package/charts/lollipop.js.map +0 -1
  379. package/charts/meter.d.ts +0 -8
  380. package/charts/meter.js +0 -94
  381. package/charts/meter.js.map +0 -1
  382. package/charts/pie.d.ts +0 -8
  383. package/charts/pie.js +0 -55
  384. package/charts/pie.js.map +0 -1
  385. package/charts/radar.d.ts +0 -8
  386. package/charts/radar.js +0 -44
  387. package/charts/radar.js.map +0 -1
  388. package/charts/scatter.d.ts +0 -6
  389. package/charts/scatter.js +0 -49
  390. package/charts/scatter.js.map +0 -1
  391. package/charts/tree.d.ts +0 -8
  392. package/charts/tree.js +0 -47
  393. package/charts/tree.js.map +0 -1
  394. package/charts/treemap.d.ts +0 -8
  395. package/charts/treemap.js +0 -43
  396. package/charts/treemap.js.map +0 -1
  397. package/charts/wordcloud.d.ts +0 -8
  398. package/charts/wordcloud.js +0 -49
  399. package/charts/wordcloud.js.map +0 -1
  400. package/components/axes/axis.d.ts +0 -24
  401. package/components/axes/axis.js +0 -587
  402. package/components/axes/axis.js.map +0 -1
  403. package/components/axes/chart-clip.d.ts +0 -13
  404. package/components/axes/chart-clip.js +0 -63
  405. package/components/axes/chart-clip.js.map +0 -1
  406. package/components/axes/grid-brush.js +0 -170
  407. package/components/axes/grid-brush.js.map +0 -1
  408. package/components/axes/grid.js +0 -235
  409. package/components/axes/grid.js.map +0 -1
  410. package/components/axes/hover-axis.d.ts +0 -10
  411. package/components/axes/hover-axis.js +0 -243
  412. package/components/axes/hover-axis.js.map +0 -1
  413. package/components/axes/ruler-binned.js +0 -136
  414. package/components/axes/ruler-binned.js.map +0 -1
  415. package/components/axes/ruler-stacked.d.ts +0 -4
  416. package/components/axes/ruler-stacked.js +0 -26
  417. package/components/axes/ruler-stacked.js.map +0 -1
  418. package/components/axes/ruler.js +0 -209
  419. package/components/axes/ruler.js.map +0 -1
  420. package/components/axes/toolbar.d.ts +0 -40
  421. package/components/axes/toolbar.js +0 -558
  422. package/components/axes/toolbar.js.map +0 -1
  423. package/components/axes/two-dimensional-axes.js +0 -134
  424. package/components/axes/two-dimensional-axes.js.map +0 -1
  425. package/components/axes/zero-line.js +0 -76
  426. package/components/axes/zero-line.js.map +0 -1
  427. package/components/axes/zoom-bar.js +0 -490
  428. package/components/axes/zoom-bar.js.map +0 -1
  429. package/components/component.d.ts +0 -28
  430. package/components/component.js +0 -102
  431. package/components/component.js.map +0 -1
  432. package/components/diagrams/buildPaths.d.ts +0 -39
  433. package/components/diagrams/buildPaths.js +0 -71
  434. package/components/diagrams/buildPaths.js.map +0 -1
  435. package/components/diagrams/markerDefinitions.d.ts +0 -37
  436. package/components/diagrams/markerDefinitions.js +0 -38
  437. package/components/diagrams/markerDefinitions.js.map +0 -1
  438. package/components/essentials/canvas-chart-clip.js +0 -46
  439. package/components/essentials/canvas-chart-clip.js.map +0 -1
  440. package/components/essentials/color-scale-legend.js +0 -230
  441. package/components/essentials/color-scale-legend.js.map +0 -1
  442. package/components/essentials/highlights.d.ts +0 -13
  443. package/components/essentials/highlights.js +0 -196
  444. package/components/essentials/highlights.js.map +0 -1
  445. package/components/essentials/legend.d.ts +0 -11
  446. package/components/essentials/legend.js +0 -428
  447. package/components/essentials/legend.js.map +0 -1
  448. package/components/essentials/modal.js +0 -89
  449. package/components/essentials/modal.js.map +0 -1
  450. package/components/essentials/threshold.d.ts +0 -20
  451. package/components/essentials/threshold.js +0 -306
  452. package/components/essentials/threshold.js.map +0 -1
  453. package/components/essentials/title-meter.d.ts +0 -30
  454. package/components/essentials/title-meter.js +0 -279
  455. package/components/essentials/title-meter.js.map +0 -1
  456. package/components/essentials/title.js +0 -138
  457. package/components/essentials/title.js.map +0 -1
  458. package/components/essentials/tooltip-axis.d.ts +0 -4
  459. package/components/essentials/tooltip-axis.js +0 -142
  460. package/components/essentials/tooltip-axis.js.map +0 -1
  461. package/components/essentials/tooltip.d.ts +0 -22
  462. package/components/essentials/tooltip.js +0 -263
  463. package/components/essentials/tooltip.js.map +0 -1
  464. package/components/graphs/alluvial.js +0 -535
  465. package/components/graphs/alluvial.js.map +0 -1
  466. package/components/graphs/area-stacked.js +0 -131
  467. package/components/graphs/area-stacked.js.map +0 -1
  468. package/components/graphs/area.d.ts +0 -12
  469. package/components/graphs/area.js +0 -260
  470. package/components/graphs/area.js.map +0 -1
  471. package/components/graphs/bar-grouped.d.ts +0 -22
  472. package/components/graphs/bar-grouped.js +0 -312
  473. package/components/graphs/bar-grouped.js.map +0 -1
  474. package/components/graphs/bar-simple.d.ts +0 -12
  475. package/components/graphs/bar-simple.js +0 -218
  476. package/components/graphs/bar-simple.js.map +0 -1
  477. package/components/graphs/bar-stacked.d.ts +0 -13
  478. package/components/graphs/bar-stacked.js +0 -281
  479. package/components/graphs/bar-stacked.js.map +0 -1
  480. package/components/graphs/bar.d.ts +0 -5
  481. package/components/graphs/bar.js +0 -58
  482. package/components/graphs/bar.js.map +0 -1
  483. package/components/graphs/boxplot.js +0 -485
  484. package/components/graphs/boxplot.js.map +0 -1
  485. package/components/graphs/bubble.d.ts +0 -13
  486. package/components/graphs/bubble.js +0 -113
  487. package/components/graphs/bubble.js.map +0 -1
  488. package/components/graphs/bullet.d.ts +0 -12
  489. package/components/graphs/bullet.js +0 -395
  490. package/components/graphs/bullet.js.map +0 -1
  491. package/components/graphs/circle-pack.d.ts +0 -19
  492. package/components/graphs/circle-pack.js +0 -388
  493. package/components/graphs/circle-pack.js.map +0 -1
  494. package/components/graphs/donut.d.ts +0 -9
  495. package/components/graphs/donut.js +0 -116
  496. package/components/graphs/donut.js.map +0 -1
  497. package/components/graphs/gauge.d.ts +0 -27
  498. package/components/graphs/gauge.js +0 -347
  499. package/components/graphs/gauge.js.map +0 -1
  500. package/components/graphs/heatmap.d.ts +0 -25
  501. package/components/graphs/heatmap.js +0 -388
  502. package/components/graphs/heatmap.js.map +0 -1
  503. package/components/graphs/histogram.d.ts +0 -12
  504. package/components/graphs/histogram.js +0 -220
  505. package/components/graphs/histogram.js.map +0 -1
  506. package/components/graphs/line.d.ts +0 -11
  507. package/components/graphs/line.js +0 -179
  508. package/components/graphs/line.js.map +0 -1
  509. package/components/graphs/lollipop.d.ts +0 -14
  510. package/components/graphs/lollipop.js +0 -164
  511. package/components/graphs/lollipop.js.map +0 -1
  512. package/components/graphs/meter.js +0 -284
  513. package/components/graphs/meter.js.map +0 -1
  514. package/components/graphs/pie.d.ts +0 -16
  515. package/components/graphs/pie.js +0 -438
  516. package/components/graphs/pie.js.map +0 -1
  517. package/components/graphs/radar.d.ts +0 -25
  518. package/components/graphs/radar.js +0 -737
  519. package/components/graphs/radar.js.map +0 -1
  520. package/components/graphs/scatter-stacked.d.ts +0 -8
  521. package/components/graphs/scatter-stacked.js +0 -140
  522. package/components/graphs/scatter-stacked.js.map +0 -1
  523. package/components/graphs/scatter.d.ts +0 -21
  524. package/components/graphs/scatter.js +0 -360
  525. package/components/graphs/scatter.js.map +0 -1
  526. package/components/graphs/skeleton-lines.d.ts +0 -11
  527. package/components/graphs/skeleton-lines.js +0 -84
  528. package/components/graphs/skeleton-lines.js.map +0 -1
  529. package/components/graphs/skeleton.d.ts +0 -22
  530. package/components/graphs/skeleton.js +0 -272
  531. package/components/graphs/skeleton.js.map +0 -1
  532. package/components/graphs/tree.js +0 -262
  533. package/components/graphs/tree.js.map +0 -1
  534. package/components/graphs/treemap.d.ts +0 -11
  535. package/components/graphs/treemap.js +0 -344
  536. package/components/graphs/treemap.js.map +0 -1
  537. package/components/graphs/wordcloud.d.ts +0 -12
  538. package/components/graphs/wordcloud.js +0 -268
  539. package/components/graphs/wordcloud.js.map +0 -1
  540. package/components/index.d.ts +0 -51
  541. package/components/index.js +0 -57
  542. package/components/index.js.map +0 -1
  543. package/components/layout/layout.d.ts +0 -17
  544. package/components/layout/layout.js +0 -191
  545. package/components/layout/layout.js.map +0 -1
  546. package/components/layout/spacer.d.ts +0 -5
  547. package/components/layout/spacer.js +0 -33
  548. package/components/layout/spacer.js.map +0 -1
  549. package/configuration-non-customizable.d.ts +0 -263
  550. package/configuration-non-customizable.js +0 -276
  551. package/configuration-non-customizable.js.map +0 -1
  552. package/configuration.js +0 -535
  553. package/configuration.js.map +0 -1
  554. package/demo/create-codesandbox.d.ts +0 -65
  555. package/demo/create-codesandbox.js +0 -155
  556. package/demo/create-codesandbox.js.map +0 -1
  557. package/demo/data/CHART_TYPES.d.ts +0 -123
  558. package/demo/data/CHART_TYPES.js +0 -123
  559. package/demo/data/CHART_TYPES.js.map +0 -1
  560. package/demo/data/alluvial.d.ts +0 -109
  561. package/demo/data/alluvial.js +0 -328
  562. package/demo/data/alluvial.js.map +0 -1
  563. package/demo/data/area.d.ts +0 -224
  564. package/demo/data/area.js +0 -330
  565. package/demo/data/area.js.map +0 -1
  566. package/demo/data/bar.d.ts +0 -681
  567. package/demo/data/bar.js +0 -915
  568. package/demo/data/bar.js.map +0 -1
  569. package/demo/data/boxplot.d.ts +0 -34
  570. package/demo/data/boxplot.js +0 -48
  571. package/demo/data/boxplot.js.map +0 -1
  572. package/demo/data/bubble.d.ts +0 -141
  573. package/demo/data/bubble.js +0 -182
  574. package/demo/data/bubble.js.map +0 -1
  575. package/demo/data/bullet.d.ts +0 -24
  576. package/demo/data/bullet.js +0 -55
  577. package/demo/data/bullet.js.map +0 -1
  578. package/demo/data/bundle.js +0 -1
  579. package/demo/data/circle-pack.d.ts +0 -91
  580. package/demo/data/circle-pack.js +0 -224
  581. package/demo/data/circle-pack.js.map +0 -1
  582. package/demo/data/combo.d.ts +0 -482
  583. package/demo/data/combo.js +0 -571
  584. package/demo/data/combo.js.map +0 -1
  585. package/demo/data/donut.d.ts +0 -64
  586. package/demo/data/donut.js +0 -60
  587. package/demo/data/donut.js.map +0 -1
  588. package/demo/data/gauge.d.ts +0 -40
  589. package/demo/data/gauge.js +0 -41
  590. package/demo/data/gauge.js.map +0 -1
  591. package/demo/data/heatmap.d.ts +0 -125
  592. package/demo/data/heatmap.js +0 -1149
  593. package/demo/data/heatmap.js.map +0 -1
  594. package/demo/data/high-scale.d.ts +0 -1
  595. package/demo/data/high-scale.js +0 -5
  596. package/demo/data/high-scale.js.map +0 -1
  597. package/demo/data/hightlight.d.ts +0 -40
  598. package/demo/data/hightlight.js +0 -44
  599. package/demo/data/hightlight.js.map +0 -1
  600. package/demo/data/histogram.d.ts +0 -63
  601. package/demo/data/histogram.js +0 -312
  602. package/demo/data/histogram.js.map +0 -1
  603. package/demo/data/index.d.ts +0 -32
  604. package/demo/data/index.js +0 -1265
  605. package/demo/data/index.js.map +0 -1
  606. package/demo/data/line.d.ts +0 -361
  607. package/demo/data/line.js +0 -480
  608. package/demo/data/line.js.map +0 -1
  609. package/demo/data/lollipop.d.ts +0 -39
  610. package/demo/data/lollipop.js +0 -37
  611. package/demo/data/lollipop.js.map +0 -1
  612. package/demo/data/meter.d.ts +0 -95
  613. package/demo/data/meter.js +0 -114
  614. package/demo/data/meter.js.map +0 -1
  615. package/demo/data/pie.d.ts +0 -46
  616. package/demo/data/pie.js +0 -55
  617. package/demo/data/pie.js.map +0 -1
  618. package/demo/data/radar.d.ts +0 -63
  619. package/demo/data/radar.js +0 -118
  620. package/demo/data/radar.js.map +0 -1
  621. package/demo/data/scatter.d.ts +0 -118
  622. package/demo/data/scatter.js +0 -143
  623. package/demo/data/scatter.js.map +0 -1
  624. package/demo/data/step.d.ts +0 -96
  625. package/demo/data/step.js +0 -27
  626. package/demo/data/step.js.map +0 -1
  627. package/demo/data/time-series-axis.d.ts +0 -368
  628. package/demo/data/time-series-axis.js +0 -436
  629. package/demo/data/time-series-axis.js.map +0 -1
  630. package/demo/data/toolbar.d.ts +0 -12
  631. package/demo/data/toolbar.js +0 -67
  632. package/demo/data/toolbar.js.map +0 -1
  633. package/demo/data/tree.d.ts +0 -30
  634. package/demo/data/tree.js +0 -209
  635. package/demo/data/tree.js.map +0 -1
  636. package/demo/data/treemap.d.ts +0 -15
  637. package/demo/data/treemap.js +0 -93
  638. package/demo/data/treemap.js.map +0 -1
  639. package/demo/data/wordcloud.d.ts +0 -14
  640. package/demo/data/wordcloud.js +0 -105
  641. package/demo/data/wordcloud.js.map +0 -1
  642. package/demo/data/zoom-bar.d.ts +0 -94
  643. package/demo/data/zoom-bar.js +0 -187
  644. package/demo/data/zoom-bar.js.map +0 -1
  645. package/demo/styles.css.map +0 -1
  646. package/demo/styles.min.css +0 -1
  647. package/demo/styles.min.css.map +0 -1
  648. package/demo/tsconfig.tsbuildinfo +0 -1432
  649. package/demo/utils.d.ts +0 -24
  650. package/demo/utils.js +0 -194
  651. package/demo/utils.js.map +0 -1
  652. package/index.d.ts +0 -4
  653. package/index.js +0 -6
  654. package/index.js.map +0 -1
  655. package/interfaces/a11y.d.ts +0 -12
  656. package/interfaces/a11y.js +0 -14
  657. package/interfaces/a11y.js.map +0 -1
  658. package/interfaces/axis-scales.d.ts +0 -201
  659. package/interfaces/axis-scales.js +0 -1
  660. package/interfaces/axis-scales.js.map +0 -1
  661. package/interfaces/charts.js +0 -1
  662. package/interfaces/charts.js.map +0 -1
  663. package/interfaces/components.d.ts +0 -231
  664. package/interfaces/components.js +0 -1
  665. package/interfaces/components.js.map +0 -1
  666. package/interfaces/enums.d.ts +0 -249
  667. package/interfaces/enums.js +0 -280
  668. package/interfaces/enums.js.map +0 -1
  669. package/interfaces/events.d.ts +0 -230
  670. package/interfaces/events.js +0 -259
  671. package/interfaces/events.js.map +0 -1
  672. package/interfaces/index.d.ts +0 -7
  673. package/interfaces/index.js +0 -3
  674. package/interfaces/index.js.map +0 -1
  675. package/interfaces/layout.js +0 -1
  676. package/interfaces/layout.js.map +0 -1
  677. package/interfaces/model.d.ts +0 -35
  678. package/interfaces/model.js +0 -1
  679. package/interfaces/model.js.map +0 -1
  680. package/interfaces/truncation.d.ts +0 -17
  681. package/interfaces/truncation.js +0 -1
  682. package/interfaces/truncation.js.map +0 -1
  683. package/model/alluvial.d.ts +0 -8
  684. package/model/alluvial.js +0 -47
  685. package/model/alluvial.js.map +0 -1
  686. package/model/binned-charts.d.ts +0 -7
  687. package/model/binned-charts.js +0 -52
  688. package/model/binned-charts.js.map +0 -1
  689. package/model/boxplot.d.ts +0 -14
  690. package/model/boxplot.js +0 -174
  691. package/model/boxplot.js.map +0 -1
  692. package/model/bullet.d.ts +0 -14
  693. package/model/bullet.js +0 -74
  694. package/model/bullet.js.map +0 -1
  695. package/model/cartesian-charts.d.ts +0 -24
  696. package/model/cartesian-charts.js +0 -202
  697. package/model/cartesian-charts.js.map +0 -1
  698. package/model/circle-pack.d.ts +0 -36
  699. package/model/circle-pack.js +0 -189
  700. package/model/circle-pack.js.map +0 -1
  701. package/model/gauge.d.ts +0 -9
  702. package/model/gauge.js +0 -51
  703. package/model/gauge.js.map +0 -1
  704. package/model/heatmap.d.ts +0 -57
  705. package/model/heatmap.js +0 -281
  706. package/model/heatmap.js.map +0 -1
  707. package/model/meter.js +0 -118
  708. package/model/meter.js.map +0 -1
  709. package/model/model.js +0 -712
  710. package/model/model.js.map +0 -1
  711. package/model/pie.d.ts +0 -9
  712. package/model/pie.js +0 -66
  713. package/model/pie.js.map +0 -1
  714. package/model/radar.d.ts +0 -7
  715. package/model/radar.js +0 -52
  716. package/model/radar.js.map +0 -1
  717. package/model/tree.d.ts +0 -14
  718. package/model/tree.js +0 -56
  719. package/model/tree.js.map +0 -1
  720. package/model/treemap.d.ts +0 -8
  721. package/model/treemap.js +0 -44
  722. package/model/treemap.js.map +0 -1
  723. package/model/wordcloud.d.ts +0 -7
  724. package/model/wordcloud.js +0 -47
  725. package/model/wordcloud.js.map +0 -1
  726. package/polyfills.d.ts +0 -0
  727. package/polyfills.js +0 -29
  728. package/polyfills.js.map +0 -1
  729. package/services/angle-utils.js +0 -82
  730. package/services/angle-utils.js.map +0 -1
  731. package/services/canvas-zoom.d.ts +0 -11
  732. package/services/canvas-zoom.js +0 -72
  733. package/services/canvas-zoom.js.map +0 -1
  734. package/services/curves.d.ts +0 -25
  735. package/services/curves.js +0 -77
  736. package/services/curves.js.map +0 -1
  737. package/services/essentials/dom-utils.d.ts +0 -39
  738. package/services/essentials/dom-utils.js +0 -423
  739. package/services/essentials/dom-utils.js.map +0 -1
  740. package/services/essentials/events.d.ts +0 -8
  741. package/services/essentials/events.js +0 -53
  742. package/services/essentials/events.js.map +0 -1
  743. package/services/essentials/files.d.ts +0 -6
  744. package/services/essentials/files.js +0 -60
  745. package/services/essentials/files.js.map +0 -1
  746. package/services/essentials/gradient-utils.d.ts +0 -6
  747. package/services/essentials/gradient-utils.js +0 -85
  748. package/services/essentials/gradient-utils.js.map +0 -1
  749. package/services/essentials/transitions.d.ts +0 -13
  750. package/services/essentials/transitions.js +0 -51
  751. package/services/essentials/transitions.js.map +0 -1
  752. package/services/index.d.ts +0 -9
  753. package/services/index.js +0 -12
  754. package/services/index.js.map +0 -1
  755. package/services/scales-cartesian.d.ts +0 -86
  756. package/services/scales-cartesian.js +0 -656
  757. package/services/scales-cartesian.js.map +0 -1
  758. package/services/service.d.ts +0 -10
  759. package/services/service.js +0 -24
  760. package/services/service.js.map +0 -1
  761. package/services/time-series.js +0 -147
  762. package/services/time-series.js.map +0 -1
  763. package/services/zoom.d.ts +0 -21
  764. package/services/zoom.js +0 -217
  765. package/services/zoom.js.map +0 -1
  766. package/styles/components/_marker.scss +0 -7
  767. package/styles/components/diagrams/index.scss +0 -4
  768. package/styles.css +0 -6313
  769. package/styles.css.map +0 -1
  770. package/styles.min.css +0 -1
  771. package/styles.min.css.map +0 -1
  772. package/tools.js +0 -348
  773. package/tools.js.map +0 -1
  774. package/tsconfig.tsbuildinfo +0 -3444
  775. /package/{build/src → dist}/components/axes/ruler-stacked.d.ts +0 -0
  776. /package/{build/src → dist}/components/diagrams/markerDefinitions.d.ts +0 -0
  777. /package/{build/src → dist}/components/essentials/tooltip-axis.d.ts +0 -0
  778. /package/{build/demo/data → dist/demo/charts}/alluvial.d.ts +0 -0
  779. /package/{build/demo/data → dist/demo/charts}/area.d.ts +0 -0
  780. /package/{build/demo/data → dist/demo/charts}/bar.d.ts +0 -0
  781. /package/{build/demo/data → dist/demo/charts}/boxplot.d.ts +0 -0
  782. /package/{build/demo/data → dist/demo/charts}/bubble.d.ts +0 -0
  783. /package/{build/demo/data → dist/demo/charts}/bullet.d.ts +0 -0
  784. /package/{build/demo/data → dist/demo/charts}/circle-pack.d.ts +0 -0
  785. /package/{build/demo/data → dist/demo/charts}/combo.d.ts +0 -0
  786. /package/{build/demo/data → dist/demo/charts}/donut.d.ts +0 -0
  787. /package/{build/demo/data → dist/demo/charts}/gauge.d.ts +0 -0
  788. /package/{build/demo/data → dist/demo/charts}/heatmap.d.ts +0 -0
  789. /package/{build/demo/data → dist/demo/charts}/hightlight.d.ts +0 -0
  790. /package/{build/demo/data → dist/demo/charts}/histogram.d.ts +0 -0
  791. /package/{build/demo/data → dist/demo/charts}/line.d.ts +0 -0
  792. /package/{build/demo/data → dist/demo/charts}/lollipop.d.ts +0 -0
  793. /package/{build/demo/data → dist/demo/charts}/meter.d.ts +0 -0
  794. /package/{build/demo/data → dist/demo/charts}/pie.d.ts +0 -0
  795. /package/{build/demo/data → dist/demo/charts}/radar.d.ts +0 -0
  796. /package/{build/demo/data → dist/demo/charts}/scatter.d.ts +0 -0
  797. /package/{build/demo/data → dist/demo/charts}/step.d.ts +0 -0
  798. /package/{build/demo/data → dist/demo/charts}/toolbar.d.ts +0 -0
  799. /package/{build/demo/data → dist/demo/charts}/tree.d.ts +0 -0
  800. /package/{build/demo/data → dist/demo/charts}/treemap.d.ts +0 -0
  801. /package/{build/demo/data → dist/demo/charts}/wordcloud.d.ts +0 -0
  802. /package/{build/src → dist}/interfaces/a11y.d.ts +0 -0
  803. /package/{build/src → dist}/model/alluvial.d.ts +0 -0
  804. /package/{build/src → dist}/model/boxplot.d.ts +0 -0
  805. /package/{build/src → dist}/model/bullet.d.ts +0 -0
  806. /package/{build/src → dist}/model/circle-pack.d.ts +0 -0
  807. /package/{build/src → dist}/model/gauge.d.ts +0 -0
  808. /package/{build/src → dist}/model/pie.d.ts +0 -0
  809. /package/{build/src → dist}/model/radar.d.ts +0 -0
  810. /package/{build/src → dist}/model/tree.d.ts +0 -0
  811. /package/{build/src → dist}/model/treemap.d.ts +0 -0
  812. /package/{build/src → dist}/model/wordcloud.d.ts +0 -0
  813. /package/{build/src → dist}/services/canvas-zoom.d.ts +0 -0
  814. /package/{styles → dist/styles}/_type.scss +0 -0
  815. /package/{styles → dist/styles}/components/_axis.scss +0 -0
  816. /package/{styles → dist/styles}/components/_callouts.scss +0 -0
  817. /package/{styles → dist/styles}/components/_grid-brush.scss +0 -0
  818. /package/{styles → dist/styles}/components/_highlights.scss +0 -0
  819. /package/{styles → dist/styles}/components/_layout.scss +0 -0
  820. /package/{styles → dist/styles}/components/_legend.scss +0 -0
  821. /package/{styles → dist/styles}/components/_modal.scss +0 -0
  822. /package/{styles → dist/styles}/components/_ruler.scss +0 -0
  823. /package/{styles → dist/styles}/components/_skeleton-lines.scss +0 -0
  824. /package/{styles → dist/styles}/components/_skeleton.scss +0 -0
  825. /package/{styles → dist/styles}/components/_threshold.scss +0 -0
  826. /package/{styles → dist/styles}/components/_title.scss +0 -0
  827. /package/{styles → dist/styles}/components/_toolbar.scss +0 -0
  828. /package/{styles → dist/styles}/components/_zero-line.scss +0 -0
  829. /package/{styles → dist/styles}/components/_zoom-bar.scss +0 -0
  830. /package/{styles → dist/styles}/components/diagrams/_marker.scss +0 -0
  831. /package/{styles → dist/styles}/components/index.scss +0 -0
  832. /package/{styles → dist/styles}/graphs/_area.scss +0 -0
  833. /package/{styles → dist/styles}/graphs/_bubble.scss +0 -0
  834. /package/{styles → dist/styles}/graphs/_donut.scss +0 -0
  835. /package/{styles → dist/styles}/graphs/_line.scss +0 -0
  836. /package/{styles → dist/styles}/graphs/_lollipop.scss +0 -0
  837. /package/{styles → dist/styles}/graphs/_pie.scss +0 -0
  838. /package/{styles → dist/styles}/graphs/_scatter.scss +0 -0
  839. /package/{styles → dist/styles}/graphs/_treemap.scss +0 -0
  840. /package/{styles → dist/styles}/graphs/_wordcloud.scss +0 -0
@@ -224,726 +224,6 @@ em {
224
224
  font-style: italic;
225
225
  }
226
226
 
227
- @font-face {
228
- font-display: "swap";
229
- font-family: "IBM Plex Mono";
230
- font-style: normal;
231
- font-weight: 300;
232
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Cyrillic.woff") format("woff");
233
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
234
- }
235
- @font-face {
236
- font-display: "swap";
237
- font-family: "IBM Plex Mono";
238
- font-style: normal;
239
- font-weight: 300;
240
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Pi.woff") format("woff");
241
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
242
- }
243
- @font-face {
244
- font-display: "swap";
245
- font-family: "IBM Plex Mono";
246
- font-style: normal;
247
- font-weight: 300;
248
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin3.woff") format("woff");
249
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
250
- }
251
- @font-face {
252
- font-display: "swap";
253
- font-family: "IBM Plex Mono";
254
- font-style: normal;
255
- font-weight: 300;
256
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin2.woff") format("woff");
257
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
258
- }
259
- @font-face {
260
- font-display: "swap";
261
- font-family: "IBM Plex Mono";
262
- font-style: normal;
263
- font-weight: 300;
264
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin1.woff") format("woff");
265
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
266
- }
267
- @font-face {
268
- font-display: "swap";
269
- font-family: "IBM Plex Mono";
270
- font-style: italic;
271
- font-weight: 300;
272
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Cyrillic.woff") format("woff");
273
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
274
- }
275
- @font-face {
276
- font-display: "swap";
277
- font-family: "IBM Plex Mono";
278
- font-style: italic;
279
- font-weight: 300;
280
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Pi.woff") format("woff");
281
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
282
- }
283
- @font-face {
284
- font-display: "swap";
285
- font-family: "IBM Plex Mono";
286
- font-style: italic;
287
- font-weight: 300;
288
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin3.woff") format("woff");
289
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
290
- }
291
- @font-face {
292
- font-display: "swap";
293
- font-family: "IBM Plex Mono";
294
- font-style: italic;
295
- font-weight: 300;
296
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin2.woff") format("woff");
297
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
298
- }
299
- @font-face {
300
- font-display: "swap";
301
- font-family: "IBM Plex Mono";
302
- font-style: italic;
303
- font-weight: 300;
304
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin1.woff") format("woff");
305
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
306
- }
307
- @font-face {
308
- font-display: "swap";
309
- font-family: "IBM Plex Mono";
310
- font-style: normal;
311
- font-weight: 400;
312
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Cyrillic.woff") format("woff");
313
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
314
- }
315
- @font-face {
316
- font-display: "swap";
317
- font-family: "IBM Plex Mono";
318
- font-style: normal;
319
- font-weight: 400;
320
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Pi.woff") format("woff");
321
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
322
- }
323
- @font-face {
324
- font-display: "swap";
325
- font-family: "IBM Plex Mono";
326
- font-style: normal;
327
- font-weight: 400;
328
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin3.woff") format("woff");
329
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
330
- }
331
- @font-face {
332
- font-display: "swap";
333
- font-family: "IBM Plex Mono";
334
- font-style: normal;
335
- font-weight: 400;
336
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin2.woff") format("woff");
337
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
338
- }
339
- @font-face {
340
- font-display: "swap";
341
- font-family: "IBM Plex Mono";
342
- font-style: normal;
343
- font-weight: 400;
344
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin1.woff") format("woff");
345
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
346
- }
347
- @font-face {
348
- font-display: "swap";
349
- font-family: "IBM Plex Mono";
350
- font-style: italic;
351
- font-weight: 400;
352
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Cyrillic.woff") format("woff");
353
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
354
- }
355
- @font-face {
356
- font-display: "swap";
357
- font-family: "IBM Plex Mono";
358
- font-style: italic;
359
- font-weight: 400;
360
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Pi.woff") format("woff");
361
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
362
- }
363
- @font-face {
364
- font-display: "swap";
365
- font-family: "IBM Plex Mono";
366
- font-style: italic;
367
- font-weight: 400;
368
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin3.woff") format("woff");
369
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
370
- }
371
- @font-face {
372
- font-display: "swap";
373
- font-family: "IBM Plex Mono";
374
- font-style: italic;
375
- font-weight: 400;
376
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin2.woff") format("woff");
377
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
378
- }
379
- @font-face {
380
- font-display: "swap";
381
- font-family: "IBM Plex Mono";
382
- font-style: italic;
383
- font-weight: 400;
384
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin1.woff") format("woff");
385
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
386
- }
387
- @font-face {
388
- font-display: "swap";
389
- font-family: "IBM Plex Mono";
390
- font-style: normal;
391
- font-weight: 600;
392
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Cyrillic.woff") format("woff");
393
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
394
- }
395
- @font-face {
396
- font-display: "swap";
397
- font-family: "IBM Plex Mono";
398
- font-style: normal;
399
- font-weight: 600;
400
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Pi.woff") format("woff");
401
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
402
- }
403
- @font-face {
404
- font-display: "swap";
405
- font-family: "IBM Plex Mono";
406
- font-style: normal;
407
- font-weight: 600;
408
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin3.woff") format("woff");
409
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
410
- }
411
- @font-face {
412
- font-display: "swap";
413
- font-family: "IBM Plex Mono";
414
- font-style: normal;
415
- font-weight: 600;
416
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin2.woff") format("woff");
417
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
418
- }
419
- @font-face {
420
- font-display: "swap";
421
- font-family: "IBM Plex Mono";
422
- font-style: normal;
423
- font-weight: 600;
424
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin1.woff") format("woff");
425
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
426
- }
427
- @font-face {
428
- font-display: "swap";
429
- font-family: "IBM Plex Mono";
430
- font-style: italic;
431
- font-weight: 600;
432
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Cyrillic.woff") format("woff");
433
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
434
- }
435
- @font-face {
436
- font-display: "swap";
437
- font-family: "IBM Plex Mono";
438
- font-style: italic;
439
- font-weight: 600;
440
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Pi.woff") format("woff");
441
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
442
- }
443
- @font-face {
444
- font-display: "swap";
445
- font-family: "IBM Plex Mono";
446
- font-style: italic;
447
- font-weight: 600;
448
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin3.woff") format("woff");
449
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
450
- }
451
- @font-face {
452
- font-display: "swap";
453
- font-family: "IBM Plex Mono";
454
- font-style: italic;
455
- font-weight: 600;
456
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin2.woff") format("woff");
457
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
458
- }
459
- @font-face {
460
- font-display: "swap";
461
- font-family: "IBM Plex Mono";
462
- font-style: italic;
463
- font-weight: 600;
464
- src: url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin1.woff") format("woff");
465
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
466
- }
467
- @font-face {
468
- font-display: "swap";
469
- font-family: "IBM Plex Sans";
470
- font-style: normal;
471
- font-weight: 300;
472
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Cyrillic.woff") format("woff");
473
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
474
- }
475
- @font-face {
476
- font-display: "swap";
477
- font-family: "IBM Plex Sans";
478
- font-style: normal;
479
- font-weight: 300;
480
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Pi.woff") format("woff");
481
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
482
- }
483
- @font-face {
484
- font-display: "swap";
485
- font-family: "IBM Plex Sans";
486
- font-style: normal;
487
- font-weight: 300;
488
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin3.woff") format("woff");
489
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
490
- }
491
- @font-face {
492
- font-display: "swap";
493
- font-family: "IBM Plex Sans";
494
- font-style: normal;
495
- font-weight: 300;
496
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin2.woff") format("woff");
497
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
498
- }
499
- @font-face {
500
- font-display: "swap";
501
- font-family: "IBM Plex Sans";
502
- font-style: normal;
503
- font-weight: 300;
504
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin1.woff") format("woff");
505
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
506
- }
507
- @font-face {
508
- font-display: "swap";
509
- font-family: "IBM Plex Sans";
510
- font-style: italic;
511
- font-weight: 300;
512
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Cyrillic.woff") format("woff");
513
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
514
- }
515
- @font-face {
516
- font-display: "swap";
517
- font-family: "IBM Plex Sans";
518
- font-style: italic;
519
- font-weight: 300;
520
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Pi.woff") format("woff");
521
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
522
- }
523
- @font-face {
524
- font-display: "swap";
525
- font-family: "IBM Plex Sans";
526
- font-style: italic;
527
- font-weight: 300;
528
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin3.woff") format("woff");
529
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
530
- }
531
- @font-face {
532
- font-display: "swap";
533
- font-family: "IBM Plex Sans";
534
- font-style: italic;
535
- font-weight: 300;
536
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin2.woff") format("woff");
537
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
538
- }
539
- @font-face {
540
- font-display: "swap";
541
- font-family: "IBM Plex Sans";
542
- font-style: italic;
543
- font-weight: 300;
544
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin1.woff") format("woff");
545
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
546
- }
547
- @font-face {
548
- font-display: "swap";
549
- font-family: "IBM Plex Sans";
550
- font-style: normal;
551
- font-weight: 400;
552
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Cyrillic.woff") format("woff");
553
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
554
- }
555
- @font-face {
556
- font-display: "swap";
557
- font-family: "IBM Plex Sans";
558
- font-style: normal;
559
- font-weight: 400;
560
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Pi.woff") format("woff");
561
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
562
- }
563
- @font-face {
564
- font-display: "swap";
565
- font-family: "IBM Plex Sans";
566
- font-style: normal;
567
- font-weight: 400;
568
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin3.woff") format("woff");
569
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
570
- }
571
- @font-face {
572
- font-display: "swap";
573
- font-family: "IBM Plex Sans";
574
- font-style: normal;
575
- font-weight: 400;
576
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin2.woff") format("woff");
577
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
578
- }
579
- @font-face {
580
- font-display: "swap";
581
- font-family: "IBM Plex Sans";
582
- font-style: normal;
583
- font-weight: 400;
584
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin1.woff") format("woff");
585
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
586
- }
587
- @font-face {
588
- font-display: "swap";
589
- font-family: "IBM Plex Sans";
590
- font-style: italic;
591
- font-weight: 400;
592
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Cyrillic.woff") format("woff");
593
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
594
- }
595
- @font-face {
596
- font-display: "swap";
597
- font-family: "IBM Plex Sans";
598
- font-style: italic;
599
- font-weight: 400;
600
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Pi.woff") format("woff");
601
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
602
- }
603
- @font-face {
604
- font-display: "swap";
605
- font-family: "IBM Plex Sans";
606
- font-style: italic;
607
- font-weight: 400;
608
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin3.woff") format("woff");
609
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
610
- }
611
- @font-face {
612
- font-display: "swap";
613
- font-family: "IBM Plex Sans";
614
- font-style: italic;
615
- font-weight: 400;
616
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin2.woff") format("woff");
617
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
618
- }
619
- @font-face {
620
- font-display: "swap";
621
- font-family: "IBM Plex Sans";
622
- font-style: italic;
623
- font-weight: 400;
624
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin1.woff") format("woff");
625
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
626
- }
627
- @font-face {
628
- font-display: "swap";
629
- font-family: "IBM Plex Sans";
630
- font-style: normal;
631
- font-weight: 600;
632
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Cyrillic.woff") format("woff");
633
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
634
- }
635
- @font-face {
636
- font-display: "swap";
637
- font-family: "IBM Plex Sans";
638
- font-style: normal;
639
- font-weight: 600;
640
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Pi.woff") format("woff");
641
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
642
- }
643
- @font-face {
644
- font-display: "swap";
645
- font-family: "IBM Plex Sans";
646
- font-style: normal;
647
- font-weight: 600;
648
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin3.woff") format("woff");
649
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
650
- }
651
- @font-face {
652
- font-display: "swap";
653
- font-family: "IBM Plex Sans";
654
- font-style: normal;
655
- font-weight: 600;
656
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin2.woff") format("woff");
657
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
658
- }
659
- @font-face {
660
- font-display: "swap";
661
- font-family: "IBM Plex Sans";
662
- font-style: normal;
663
- font-weight: 600;
664
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin1.woff") format("woff");
665
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
666
- }
667
- @font-face {
668
- font-display: "swap";
669
- font-family: "IBM Plex Sans";
670
- font-style: italic;
671
- font-weight: 600;
672
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Cyrillic.woff") format("woff");
673
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
674
- }
675
- @font-face {
676
- font-display: "swap";
677
- font-family: "IBM Plex Sans";
678
- font-style: italic;
679
- font-weight: 600;
680
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Pi.woff") format("woff");
681
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
682
- }
683
- @font-face {
684
- font-display: "swap";
685
- font-family: "IBM Plex Sans";
686
- font-style: italic;
687
- font-weight: 600;
688
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin3.woff") format("woff");
689
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
690
- }
691
- @font-face {
692
- font-display: "swap";
693
- font-family: "IBM Plex Sans";
694
- font-style: italic;
695
- font-weight: 600;
696
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin2.woff") format("woff");
697
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
698
- }
699
- @font-face {
700
- font-display: "swap";
701
- font-family: "IBM Plex Sans";
702
- font-style: italic;
703
- font-weight: 600;
704
- src: url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin1.woff") format("woff");
705
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
706
- }
707
- @font-face {
708
- font-display: "swap";
709
- font-family: "IBM Plex Serif";
710
- font-style: normal;
711
- font-weight: 300;
712
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Cyrillic.woff") format("woff");
713
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
714
- }
715
- @font-face {
716
- font-display: "swap";
717
- font-family: "IBM Plex Serif";
718
- font-style: normal;
719
- font-weight: 300;
720
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Pi.woff") format("woff");
721
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
722
- }
723
- @font-face {
724
- font-display: "swap";
725
- font-family: "IBM Plex Serif";
726
- font-style: normal;
727
- font-weight: 300;
728
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin3.woff") format("woff");
729
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
730
- }
731
- @font-face {
732
- font-display: "swap";
733
- font-family: "IBM Plex Serif";
734
- font-style: normal;
735
- font-weight: 300;
736
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin2.woff") format("woff");
737
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
738
- }
739
- @font-face {
740
- font-display: "swap";
741
- font-family: "IBM Plex Serif";
742
- font-style: normal;
743
- font-weight: 300;
744
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin1.woff") format("woff");
745
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
746
- }
747
- @font-face {
748
- font-display: "swap";
749
- font-family: "IBM Plex Serif";
750
- font-style: italic;
751
- font-weight: 300;
752
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Cyrillic.woff") format("woff");
753
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
754
- }
755
- @font-face {
756
- font-display: "swap";
757
- font-family: "IBM Plex Serif";
758
- font-style: italic;
759
- font-weight: 300;
760
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Pi.woff") format("woff");
761
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
762
- }
763
- @font-face {
764
- font-display: "swap";
765
- font-family: "IBM Plex Serif";
766
- font-style: italic;
767
- font-weight: 300;
768
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin3.woff") format("woff");
769
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
770
- }
771
- @font-face {
772
- font-display: "swap";
773
- font-family: "IBM Plex Serif";
774
- font-style: italic;
775
- font-weight: 300;
776
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin2.woff") format("woff");
777
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
778
- }
779
- @font-face {
780
- font-display: "swap";
781
- font-family: "IBM Plex Serif";
782
- font-style: italic;
783
- font-weight: 300;
784
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin1.woff") format("woff");
785
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
786
- }
787
- @font-face {
788
- font-display: "swap";
789
- font-family: "IBM Plex Serif";
790
- font-style: normal;
791
- font-weight: 400;
792
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Cyrillic.woff") format("woff");
793
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
794
- }
795
- @font-face {
796
- font-display: "swap";
797
- font-family: "IBM Plex Serif";
798
- font-style: normal;
799
- font-weight: 400;
800
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Pi.woff") format("woff");
801
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
802
- }
803
- @font-face {
804
- font-display: "swap";
805
- font-family: "IBM Plex Serif";
806
- font-style: normal;
807
- font-weight: 400;
808
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin3.woff") format("woff");
809
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
810
- }
811
- @font-face {
812
- font-display: "swap";
813
- font-family: "IBM Plex Serif";
814
- font-style: normal;
815
- font-weight: 400;
816
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin2.woff") format("woff");
817
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
818
- }
819
- @font-face {
820
- font-display: "swap";
821
- font-family: "IBM Plex Serif";
822
- font-style: normal;
823
- font-weight: 400;
824
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin1.woff") format("woff");
825
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
826
- }
827
- @font-face {
828
- font-display: "swap";
829
- font-family: "IBM Plex Serif";
830
- font-style: italic;
831
- font-weight: 400;
832
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Cyrillic.woff") format("woff");
833
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
834
- }
835
- @font-face {
836
- font-display: "swap";
837
- font-family: "IBM Plex Serif";
838
- font-style: italic;
839
- font-weight: 400;
840
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Pi.woff") format("woff");
841
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
842
- }
843
- @font-face {
844
- font-display: "swap";
845
- font-family: "IBM Plex Serif";
846
- font-style: italic;
847
- font-weight: 400;
848
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin3.woff") format("woff");
849
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
850
- }
851
- @font-face {
852
- font-display: "swap";
853
- font-family: "IBM Plex Serif";
854
- font-style: italic;
855
- font-weight: 400;
856
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin2.woff") format("woff");
857
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
858
- }
859
- @font-face {
860
- font-display: "swap";
861
- font-family: "IBM Plex Serif";
862
- font-style: italic;
863
- font-weight: 400;
864
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin1.woff") format("woff");
865
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
866
- }
867
- @font-face {
868
- font-display: "swap";
869
- font-family: "IBM Plex Serif";
870
- font-style: normal;
871
- font-weight: 600;
872
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Cyrillic.woff") format("woff");
873
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
874
- }
875
- @font-face {
876
- font-display: "swap";
877
- font-family: "IBM Plex Serif";
878
- font-style: normal;
879
- font-weight: 600;
880
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Pi.woff") format("woff");
881
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
882
- }
883
- @font-face {
884
- font-display: "swap";
885
- font-family: "IBM Plex Serif";
886
- font-style: normal;
887
- font-weight: 600;
888
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin3.woff") format("woff");
889
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
890
- }
891
- @font-face {
892
- font-display: "swap";
893
- font-family: "IBM Plex Serif";
894
- font-style: normal;
895
- font-weight: 600;
896
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin2.woff") format("woff");
897
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
898
- }
899
- @font-face {
900
- font-display: "swap";
901
- font-family: "IBM Plex Serif";
902
- font-style: normal;
903
- font-weight: 600;
904
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin1.woff") format("woff");
905
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
906
- }
907
- @font-face {
908
- font-display: "swap";
909
- font-family: "IBM Plex Serif";
910
- font-style: italic;
911
- font-weight: 600;
912
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff") format("woff");
913
- unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
914
- }
915
- @font-face {
916
- font-display: "swap";
917
- font-family: "IBM Plex Serif";
918
- font-style: italic;
919
- font-weight: 600;
920
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Pi.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Pi.woff") format("woff");
921
- unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-2089", "U+2113", "U+2116", "U+2126", "U+212E", "U+2150-2151", "U+2153-215E", "U+2190-2199", "U+21A9-21AA", "U+21B0-21B3", "U+21B6-21B7", "U+21BA-21BB", "U+21C4", "U+21C6", "U+2202", "U+2206", "U+220F", "U+2211", "U+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
922
- }
923
- @font-face {
924
- font-display: "swap";
925
- font-family: "IBM Plex Serif";
926
- font-style: italic;
927
- font-weight: 600;
928
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin3.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin3.woff") format("woff");
929
- unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
930
- }
931
- @font-face {
932
- font-display: "swap";
933
- font-family: "IBM Plex Serif";
934
- font-style: italic;
935
- font-weight: 600;
936
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin2.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin2.woff") format("woff");
937
- unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
938
- }
939
- @font-face {
940
- font-display: "swap";
941
- font-family: "IBM Plex Serif";
942
- font-style: italic;
943
- font-weight: 600;
944
- src: url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin1.woff2") format("woff2"), url("~@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin1.woff") format("woff");
945
- unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-00FF", "U+0131", "U+0152-0153", "U+02C6", "U+02DA", "U+02DC", "U+2013-2014", "U+2018-201A", "U+201C-201E", "U+2020-2022", "U+2026", "U+2030", "U+2039-203A", "U+2044", "U+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
946
- }
947
227
  :root {
948
228
  --cds-grid-gutter: 2rem;
949
229
  --cds-grid-columns: 4;
@@ -1257,21 +537,17 @@ em {
1257
537
  .cds--md\:col-span-auto {
1258
538
  grid-column: auto;
1259
539
  }
1260
-
1261
540
  .cds--md\:col-span-100 {
1262
541
  grid-column: 1/-1;
1263
542
  }
1264
-
1265
543
  .cds--md\:col-span-75 {
1266
544
  --cds-grid-columns: 6;
1267
545
  grid-column: span 6 / span 6;
1268
546
  }
1269
-
1270
547
  .cds--md\:col-span-50 {
1271
548
  --cds-grid-columns: 4;
1272
549
  grid-column: span 4 / span 4;
1273
550
  }
1274
-
1275
551
  .cds--md\:col-span-25 {
1276
552
  --cds-grid-columns: 2;
1277
553
  grid-column: span 2 / span 2;
@@ -1398,21 +674,17 @@ em {
1398
674
  .cds--lg\:col-span-auto {
1399
675
  grid-column: auto;
1400
676
  }
1401
-
1402
677
  .cds--lg\:col-span-100 {
1403
678
  grid-column: 1/-1;
1404
679
  }
1405
-
1406
680
  .cds--lg\:col-span-75 {
1407
681
  --cds-grid-columns: 12;
1408
682
  grid-column: span 12 / span 12;
1409
683
  }
1410
-
1411
684
  .cds--lg\:col-span-50 {
1412
685
  --cds-grid-columns: 8;
1413
686
  grid-column: span 8 / span 8;
1414
687
  }
1415
-
1416
688
  .cds--lg\:col-span-25 {
1417
689
  --cds-grid-columns: 4;
1418
690
  grid-column: span 4 / span 4;
@@ -1539,21 +811,17 @@ em {
1539
811
  .cds--xlg\:col-span-auto {
1540
812
  grid-column: auto;
1541
813
  }
1542
-
1543
814
  .cds--xlg\:col-span-100 {
1544
815
  grid-column: 1/-1;
1545
816
  }
1546
-
1547
817
  .cds--xlg\:col-span-75 {
1548
818
  --cds-grid-columns: 12;
1549
819
  grid-column: span 12 / span 12;
1550
820
  }
1551
-
1552
821
  .cds--xlg\:col-span-50 {
1553
822
  --cds-grid-columns: 8;
1554
823
  grid-column: span 8 / span 8;
1555
824
  }
1556
-
1557
825
  .cds--xlg\:col-span-25 {
1558
826
  --cds-grid-columns: 4;
1559
827
  grid-column: span 4 / span 4;
@@ -1680,21 +948,17 @@ em {
1680
948
  .cds--max\:col-span-auto {
1681
949
  grid-column: auto;
1682
950
  }
1683
-
1684
951
  .cds--max\:col-span-100 {
1685
952
  grid-column: 1/-1;
1686
953
  }
1687
-
1688
954
  .cds--max\:col-span-75 {
1689
955
  --cds-grid-columns: 12;
1690
956
  grid-column: span 12 / span 12;
1691
957
  }
1692
-
1693
958
  .cds--max\:col-span-50 {
1694
959
  --cds-grid-columns: 8;
1695
960
  grid-column: span 8 / span 8;
1696
961
  }
1697
-
1698
962
  .cds--max\:col-span-25 {
1699
963
  --cds-grid-columns: 4;
1700
964
  grid-column: span 4 / span 4;
@@ -2035,135 +1299,102 @@ em {
2035
1299
  .cds--md\:col-start-1 {
2036
1300
  grid-column-start: 1;
2037
1301
  }
2038
-
2039
1302
  .cds--md\:col-start-2 {
2040
1303
  grid-column-start: 2;
2041
1304
  }
2042
-
2043
1305
  .cds--md\:col-start-3 {
2044
1306
  grid-column-start: 3;
2045
1307
  }
2046
-
2047
1308
  .cds--md\:col-start-4 {
2048
1309
  grid-column-start: 4;
2049
1310
  }
2050
-
2051
1311
  .cds--md\:col-start-5 {
2052
1312
  grid-column-start: 5;
2053
1313
  }
2054
-
2055
1314
  .cds--md\:col-start-6 {
2056
1315
  grid-column-start: 6;
2057
1316
  }
2058
-
2059
1317
  .cds--md\:col-start-7 {
2060
1318
  grid-column-start: 7;
2061
1319
  }
2062
-
2063
1320
  .cds--md\:col-start-8 {
2064
1321
  grid-column-start: 8;
2065
1322
  }
2066
-
2067
1323
  .cds--md\:col-start-9 {
2068
1324
  grid-column-start: 9;
2069
1325
  }
2070
-
2071
1326
  .cds--md\:col-start-10 {
2072
1327
  grid-column-start: 10;
2073
1328
  }
2074
-
2075
1329
  .cds--md\:col-start-11 {
2076
1330
  grid-column-start: 11;
2077
1331
  }
2078
-
2079
1332
  .cds--md\:col-start-12 {
2080
1333
  grid-column-start: 12;
2081
1334
  }
2082
-
2083
1335
  .cds--md\:col-start-13 {
2084
1336
  grid-column-start: 13;
2085
1337
  }
2086
-
2087
1338
  .cds--md\:col-start-14 {
2088
1339
  grid-column-start: 14;
2089
1340
  }
2090
-
2091
1341
  .cds--md\:col-start-15 {
2092
1342
  grid-column-start: 15;
2093
1343
  }
2094
-
2095
1344
  .cds--md\:col-start-16 {
2096
1345
  grid-column-start: 16;
2097
1346
  }
2098
-
2099
1347
  .cds--md\:col-end-2 {
2100
1348
  grid-column-end: 2;
2101
1349
  }
2102
-
2103
1350
  .cds--md\:col-end-3 {
2104
1351
  grid-column-end: 3;
2105
1352
  }
2106
-
2107
1353
  .cds--md\:col-end-4 {
2108
1354
  grid-column-end: 4;
2109
1355
  }
2110
-
2111
1356
  .cds--md\:col-end-5 {
2112
1357
  grid-column-end: 5;
2113
1358
  }
2114
-
2115
1359
  .cds--md\:col-end-6 {
2116
1360
  grid-column-end: 6;
2117
1361
  }
2118
-
2119
1362
  .cds--md\:col-end-7 {
2120
1363
  grid-column-end: 7;
2121
1364
  }
2122
-
2123
1365
  .cds--md\:col-end-8 {
2124
1366
  grid-column-end: 8;
2125
1367
  }
2126
-
2127
1368
  .cds--md\:col-end-9 {
2128
1369
  grid-column-end: 9;
2129
1370
  }
2130
-
2131
1371
  .cds--md\:col-end-10 {
2132
1372
  grid-column-end: 10;
2133
1373
  }
2134
-
2135
1374
  .cds--md\:col-end-11 {
2136
1375
  grid-column-end: 11;
2137
1376
  }
2138
-
2139
1377
  .cds--md\:col-end-12 {
2140
1378
  grid-column-end: 12;
2141
1379
  }
2142
-
2143
1380
  .cds--md\:col-end-13 {
2144
1381
  grid-column-end: 13;
2145
1382
  }
2146
-
2147
1383
  .cds--md\:col-end-14 {
2148
1384
  grid-column-end: 14;
2149
1385
  }
2150
-
2151
1386
  .cds--md\:col-end-15 {
2152
1387
  grid-column-end: 15;
2153
1388
  }
2154
-
2155
1389
  .cds--md\:col-end-16 {
2156
1390
  grid-column-end: 16;
2157
1391
  }
2158
-
2159
1392
  .cds--md\:col-end-17 {
2160
1393
  grid-column-end: 17;
2161
1394
  }
2162
-
2163
1395
  .cds--md\:col-start-auto {
2164
1396
  grid-column-start: auto;
2165
1397
  }
2166
-
2167
1398
  .cds--md\:col-end-auto {
2168
1399
  grid-column-end: auto;
2169
1400
  }
@@ -2172,135 +1403,102 @@ em {
2172
1403
  .cds--lg\:col-start-1 {
2173
1404
  grid-column-start: 1;
2174
1405
  }
2175
-
2176
1406
  .cds--lg\:col-start-2 {
2177
1407
  grid-column-start: 2;
2178
1408
  }
2179
-
2180
1409
  .cds--lg\:col-start-3 {
2181
1410
  grid-column-start: 3;
2182
1411
  }
2183
-
2184
1412
  .cds--lg\:col-start-4 {
2185
1413
  grid-column-start: 4;
2186
1414
  }
2187
-
2188
1415
  .cds--lg\:col-start-5 {
2189
1416
  grid-column-start: 5;
2190
1417
  }
2191
-
2192
1418
  .cds--lg\:col-start-6 {
2193
1419
  grid-column-start: 6;
2194
1420
  }
2195
-
2196
1421
  .cds--lg\:col-start-7 {
2197
1422
  grid-column-start: 7;
2198
1423
  }
2199
-
2200
1424
  .cds--lg\:col-start-8 {
2201
1425
  grid-column-start: 8;
2202
1426
  }
2203
-
2204
1427
  .cds--lg\:col-start-9 {
2205
1428
  grid-column-start: 9;
2206
1429
  }
2207
-
2208
1430
  .cds--lg\:col-start-10 {
2209
1431
  grid-column-start: 10;
2210
1432
  }
2211
-
2212
1433
  .cds--lg\:col-start-11 {
2213
1434
  grid-column-start: 11;
2214
1435
  }
2215
-
2216
1436
  .cds--lg\:col-start-12 {
2217
1437
  grid-column-start: 12;
2218
1438
  }
2219
-
2220
1439
  .cds--lg\:col-start-13 {
2221
1440
  grid-column-start: 13;
2222
1441
  }
2223
-
2224
1442
  .cds--lg\:col-start-14 {
2225
1443
  grid-column-start: 14;
2226
1444
  }
2227
-
2228
1445
  .cds--lg\:col-start-15 {
2229
1446
  grid-column-start: 15;
2230
1447
  }
2231
-
2232
1448
  .cds--lg\:col-start-16 {
2233
1449
  grid-column-start: 16;
2234
1450
  }
2235
-
2236
1451
  .cds--lg\:col-end-2 {
2237
1452
  grid-column-end: 2;
2238
1453
  }
2239
-
2240
1454
  .cds--lg\:col-end-3 {
2241
1455
  grid-column-end: 3;
2242
1456
  }
2243
-
2244
1457
  .cds--lg\:col-end-4 {
2245
1458
  grid-column-end: 4;
2246
1459
  }
2247
-
2248
1460
  .cds--lg\:col-end-5 {
2249
1461
  grid-column-end: 5;
2250
1462
  }
2251
-
2252
1463
  .cds--lg\:col-end-6 {
2253
1464
  grid-column-end: 6;
2254
1465
  }
2255
-
2256
1466
  .cds--lg\:col-end-7 {
2257
1467
  grid-column-end: 7;
2258
1468
  }
2259
-
2260
1469
  .cds--lg\:col-end-8 {
2261
1470
  grid-column-end: 8;
2262
1471
  }
2263
-
2264
1472
  .cds--lg\:col-end-9 {
2265
1473
  grid-column-end: 9;
2266
1474
  }
2267
-
2268
1475
  .cds--lg\:col-end-10 {
2269
1476
  grid-column-end: 10;
2270
1477
  }
2271
-
2272
1478
  .cds--lg\:col-end-11 {
2273
1479
  grid-column-end: 11;
2274
1480
  }
2275
-
2276
1481
  .cds--lg\:col-end-12 {
2277
1482
  grid-column-end: 12;
2278
1483
  }
2279
-
2280
1484
  .cds--lg\:col-end-13 {
2281
1485
  grid-column-end: 13;
2282
1486
  }
2283
-
2284
1487
  .cds--lg\:col-end-14 {
2285
1488
  grid-column-end: 14;
2286
1489
  }
2287
-
2288
1490
  .cds--lg\:col-end-15 {
2289
1491
  grid-column-end: 15;
2290
1492
  }
2291
-
2292
1493
  .cds--lg\:col-end-16 {
2293
1494
  grid-column-end: 16;
2294
1495
  }
2295
-
2296
1496
  .cds--lg\:col-end-17 {
2297
1497
  grid-column-end: 17;
2298
1498
  }
2299
-
2300
1499
  .cds--lg\:col-start-auto {
2301
1500
  grid-column-start: auto;
2302
1501
  }
2303
-
2304
1502
  .cds--lg\:col-end-auto {
2305
1503
  grid-column-end: auto;
2306
1504
  }
@@ -2309,135 +1507,102 @@ em {
2309
1507
  .cds--xlg\:col-start-1 {
2310
1508
  grid-column-start: 1;
2311
1509
  }
2312
-
2313
1510
  .cds--xlg\:col-start-2 {
2314
1511
  grid-column-start: 2;
2315
1512
  }
2316
-
2317
1513
  .cds--xlg\:col-start-3 {
2318
1514
  grid-column-start: 3;
2319
1515
  }
2320
-
2321
1516
  .cds--xlg\:col-start-4 {
2322
1517
  grid-column-start: 4;
2323
1518
  }
2324
-
2325
1519
  .cds--xlg\:col-start-5 {
2326
1520
  grid-column-start: 5;
2327
1521
  }
2328
-
2329
1522
  .cds--xlg\:col-start-6 {
2330
1523
  grid-column-start: 6;
2331
1524
  }
2332
-
2333
1525
  .cds--xlg\:col-start-7 {
2334
1526
  grid-column-start: 7;
2335
1527
  }
2336
-
2337
1528
  .cds--xlg\:col-start-8 {
2338
1529
  grid-column-start: 8;
2339
1530
  }
2340
-
2341
1531
  .cds--xlg\:col-start-9 {
2342
1532
  grid-column-start: 9;
2343
1533
  }
2344
-
2345
1534
  .cds--xlg\:col-start-10 {
2346
1535
  grid-column-start: 10;
2347
1536
  }
2348
-
2349
1537
  .cds--xlg\:col-start-11 {
2350
1538
  grid-column-start: 11;
2351
1539
  }
2352
-
2353
1540
  .cds--xlg\:col-start-12 {
2354
1541
  grid-column-start: 12;
2355
1542
  }
2356
-
2357
1543
  .cds--xlg\:col-start-13 {
2358
1544
  grid-column-start: 13;
2359
1545
  }
2360
-
2361
1546
  .cds--xlg\:col-start-14 {
2362
1547
  grid-column-start: 14;
2363
1548
  }
2364
-
2365
1549
  .cds--xlg\:col-start-15 {
2366
1550
  grid-column-start: 15;
2367
1551
  }
2368
-
2369
1552
  .cds--xlg\:col-start-16 {
2370
1553
  grid-column-start: 16;
2371
1554
  }
2372
-
2373
1555
  .cds--xlg\:col-end-2 {
2374
1556
  grid-column-end: 2;
2375
1557
  }
2376
-
2377
1558
  .cds--xlg\:col-end-3 {
2378
1559
  grid-column-end: 3;
2379
1560
  }
2380
-
2381
1561
  .cds--xlg\:col-end-4 {
2382
1562
  grid-column-end: 4;
2383
1563
  }
2384
-
2385
1564
  .cds--xlg\:col-end-5 {
2386
1565
  grid-column-end: 5;
2387
1566
  }
2388
-
2389
1567
  .cds--xlg\:col-end-6 {
2390
1568
  grid-column-end: 6;
2391
1569
  }
2392
-
2393
1570
  .cds--xlg\:col-end-7 {
2394
1571
  grid-column-end: 7;
2395
1572
  }
2396
-
2397
1573
  .cds--xlg\:col-end-8 {
2398
1574
  grid-column-end: 8;
2399
1575
  }
2400
-
2401
1576
  .cds--xlg\:col-end-9 {
2402
1577
  grid-column-end: 9;
2403
1578
  }
2404
-
2405
1579
  .cds--xlg\:col-end-10 {
2406
1580
  grid-column-end: 10;
2407
1581
  }
2408
-
2409
1582
  .cds--xlg\:col-end-11 {
2410
1583
  grid-column-end: 11;
2411
1584
  }
2412
-
2413
1585
  .cds--xlg\:col-end-12 {
2414
1586
  grid-column-end: 12;
2415
1587
  }
2416
-
2417
1588
  .cds--xlg\:col-end-13 {
2418
1589
  grid-column-end: 13;
2419
1590
  }
2420
-
2421
1591
  .cds--xlg\:col-end-14 {
2422
1592
  grid-column-end: 14;
2423
1593
  }
2424
-
2425
1594
  .cds--xlg\:col-end-15 {
2426
1595
  grid-column-end: 15;
2427
1596
  }
2428
-
2429
1597
  .cds--xlg\:col-end-16 {
2430
1598
  grid-column-end: 16;
2431
1599
  }
2432
-
2433
1600
  .cds--xlg\:col-end-17 {
2434
1601
  grid-column-end: 17;
2435
1602
  }
2436
-
2437
1603
  .cds--xlg\:col-start-auto {
2438
1604
  grid-column-start: auto;
2439
1605
  }
2440
-
2441
1606
  .cds--xlg\:col-end-auto {
2442
1607
  grid-column-end: auto;
2443
1608
  }
@@ -2446,135 +1611,102 @@ em {
2446
1611
  .cds--max\:col-start-1 {
2447
1612
  grid-column-start: 1;
2448
1613
  }
2449
-
2450
1614
  .cds--max\:col-start-2 {
2451
1615
  grid-column-start: 2;
2452
1616
  }
2453
-
2454
1617
  .cds--max\:col-start-3 {
2455
1618
  grid-column-start: 3;
2456
1619
  }
2457
-
2458
1620
  .cds--max\:col-start-4 {
2459
1621
  grid-column-start: 4;
2460
1622
  }
2461
-
2462
1623
  .cds--max\:col-start-5 {
2463
1624
  grid-column-start: 5;
2464
1625
  }
2465
-
2466
1626
  .cds--max\:col-start-6 {
2467
1627
  grid-column-start: 6;
2468
1628
  }
2469
-
2470
1629
  .cds--max\:col-start-7 {
2471
1630
  grid-column-start: 7;
2472
1631
  }
2473
-
2474
1632
  .cds--max\:col-start-8 {
2475
1633
  grid-column-start: 8;
2476
1634
  }
2477
-
2478
1635
  .cds--max\:col-start-9 {
2479
1636
  grid-column-start: 9;
2480
1637
  }
2481
-
2482
1638
  .cds--max\:col-start-10 {
2483
1639
  grid-column-start: 10;
2484
1640
  }
2485
-
2486
1641
  .cds--max\:col-start-11 {
2487
1642
  grid-column-start: 11;
2488
1643
  }
2489
-
2490
1644
  .cds--max\:col-start-12 {
2491
1645
  grid-column-start: 12;
2492
1646
  }
2493
-
2494
1647
  .cds--max\:col-start-13 {
2495
1648
  grid-column-start: 13;
2496
1649
  }
2497
-
2498
1650
  .cds--max\:col-start-14 {
2499
1651
  grid-column-start: 14;
2500
1652
  }
2501
-
2502
1653
  .cds--max\:col-start-15 {
2503
1654
  grid-column-start: 15;
2504
1655
  }
2505
-
2506
1656
  .cds--max\:col-start-16 {
2507
1657
  grid-column-start: 16;
2508
1658
  }
2509
-
2510
1659
  .cds--max\:col-end-2 {
2511
1660
  grid-column-end: 2;
2512
1661
  }
2513
-
2514
1662
  .cds--max\:col-end-3 {
2515
1663
  grid-column-end: 3;
2516
1664
  }
2517
-
2518
1665
  .cds--max\:col-end-4 {
2519
1666
  grid-column-end: 4;
2520
1667
  }
2521
-
2522
1668
  .cds--max\:col-end-5 {
2523
1669
  grid-column-end: 5;
2524
1670
  }
2525
-
2526
1671
  .cds--max\:col-end-6 {
2527
1672
  grid-column-end: 6;
2528
1673
  }
2529
-
2530
1674
  .cds--max\:col-end-7 {
2531
1675
  grid-column-end: 7;
2532
1676
  }
2533
-
2534
1677
  .cds--max\:col-end-8 {
2535
1678
  grid-column-end: 8;
2536
1679
  }
2537
-
2538
1680
  .cds--max\:col-end-9 {
2539
1681
  grid-column-end: 9;
2540
1682
  }
2541
-
2542
1683
  .cds--max\:col-end-10 {
2543
1684
  grid-column-end: 10;
2544
1685
  }
2545
-
2546
1686
  .cds--max\:col-end-11 {
2547
1687
  grid-column-end: 11;
2548
1688
  }
2549
-
2550
1689
  .cds--max\:col-end-12 {
2551
1690
  grid-column-end: 12;
2552
1691
  }
2553
-
2554
1692
  .cds--max\:col-end-13 {
2555
1693
  grid-column-end: 13;
2556
1694
  }
2557
-
2558
1695
  .cds--max\:col-end-14 {
2559
1696
  grid-column-end: 14;
2560
1697
  }
2561
-
2562
1698
  .cds--max\:col-end-15 {
2563
1699
  grid-column-end: 15;
2564
1700
  }
2565
-
2566
1701
  .cds--max\:col-end-16 {
2567
1702
  grid-column-end: 16;
2568
1703
  }
2569
-
2570
1704
  .cds--max\:col-end-17 {
2571
1705
  grid-column-end: 17;
2572
1706
  }
2573
-
2574
1707
  .cds--max\:col-start-auto {
2575
1708
  grid-column-start: auto;
2576
1709
  }
2577
-
2578
1710
  .cds--max\:col-end-auto {
2579
1711
  grid-column-end: auto;
2580
1712
  }
@@ -3629,7 +2761,7 @@ li.cds--accordion__item--disabled:last-of-type {
3629
2761
 
3630
2762
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
3631
2763
  .cds--accordion__arrow,
3632
- .cds--accordion__item--active .cds--accordion__arrow {
2764
+ .cds--accordion__item--active .cds--accordion__arrow {
3633
2765
  fill: ButtonText;
3634
2766
  }
3635
2767
  }
@@ -4522,7 +3654,7 @@ li.cds--accordion__item--disabled:last-of-type {
4522
3654
 
4523
3655
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
4524
3656
  .cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]),
4525
- .cds--btn--ghost.cds--btn--icon-only .cds--btn__icon {
3657
+ .cds--btn--ghost.cds--btn--icon-only .cds--btn__icon {
4526
3658
  fill: ButtonText;
4527
3659
  }
4528
3660
  }
@@ -4707,12 +3839,12 @@ input[data-invalid]:not(:focus),
4707
3839
  }
4708
3840
  @media screen and (prefers-contrast) {
4709
3841
  input[data-invalid]:not(:focus),
4710
- .cds--number[data-invalid] input[type=number]:not(:focus),
4711
- .cds--text-input__field-wrapper[data-invalid] > .cds--text-input--invalid:not(:focus),
4712
- .cds--text-area__wrapper[data-invalid] > .cds--text-area--invalid:not(:focus),
4713
- .cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),
4714
- .cds--list-box[data-invalid]:not(.cds--multi-select--invalid--focused),
4715
- .cds--combo-box[data-invalid]:not(.cds--multi-select--selected) .cds--text-input:not(:focus) {
3842
+ .cds--number[data-invalid] input[type=number]:not(:focus),
3843
+ .cds--text-input__field-wrapper[data-invalid] > .cds--text-input--invalid:not(:focus),
3844
+ .cds--text-area__wrapper[data-invalid] > .cds--text-area--invalid:not(:focus),
3845
+ .cds--select-input__wrapper[data-invalid] .cds--select-input:not(:focus),
3846
+ .cds--list-box[data-invalid]:not(.cds--multi-select--invalid--focused),
3847
+ .cds--combo-box[data-invalid]:not(.cds--multi-select--selected) .cds--text-input:not(:focus) {
4716
3848
  outline-style: dotted;
4717
3849
  }
4718
3850
  }
@@ -5766,7 +4898,6 @@ fieldset[disabled] .cds--form__helper-text {
5766
4898
  .cds--snippet__overflow-indicator--left {
5767
4899
  background-image: linear-gradient(to left, rgba(var(--cds-layer), 0), var(--cds-layer));
5768
4900
  }
5769
-
5770
4901
  .cds--snippet__overflow-indicator--right {
5771
4902
  background-image: linear-gradient(to right, rgba(var(--cds-layer), 0), var(--cds-layer));
5772
4903
  }
@@ -5841,7 +4972,7 @@ fieldset[disabled] .cds--form__helper-text {
5841
4972
 
5842
4973
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
5843
4974
  .cds--snippet--single,
5844
- .cds--snippet--multi {
4975
+ .cds--snippet--multi {
5845
4976
  outline: 1px solid transparent;
5846
4977
  }
5847
4978
  }
@@ -5983,8 +5114,8 @@ fieldset[disabled] .cds--form__helper-text {
5983
5114
  }
5984
5115
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
5985
5116
  .cds--text-input--password__visibility::before, .cds--text-input--password__visibility::after,
5986
- .cds--text-input--password__visibility .cds--assistive-text,
5987
- .cds--text-input--password__visibility + .cds--assistive-text {
5117
+ .cds--text-input--password__visibility .cds--assistive-text,
5118
+ .cds--text-input--password__visibility + .cds--assistive-text {
5988
5119
  display: inline-block;
5989
5120
  }
5990
5121
  }
@@ -6036,29 +5167,29 @@ fieldset[disabled] .cds--form__helper-text {
6036
5167
  }
6037
5168
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
6038
5169
  .cds--text-input--password__visibility::after,
6039
- .cds--text-input--password__visibility .cds--assistive-text,
6040
- .cds--text-input--password__visibility + .cds--assistive-text {
5170
+ .cds--text-input--password__visibility .cds--assistive-text,
5171
+ .cds--text-input--password__visibility + .cds--assistive-text {
6041
5172
  width: auto;
6042
5173
  }
6043
5174
  }
6044
5175
  @supports (-ms-accelerator: true) {
6045
5176
  .cds--text-input--password__visibility::after,
6046
- .cds--text-input--password__visibility .cds--assistive-text,
6047
- .cds--text-input--password__visibility + .cds--assistive-text {
5177
+ .cds--text-input--password__visibility .cds--assistive-text,
5178
+ .cds--text-input--password__visibility + .cds--assistive-text {
6048
5179
  width: auto;
6049
5180
  }
6050
5181
  }
6051
5182
  @supports (-ms-ime-align: auto) {
6052
5183
  .cds--text-input--password__visibility::after,
6053
- .cds--text-input--password__visibility .cds--assistive-text,
6054
- .cds--text-input--password__visibility + .cds--assistive-text {
5184
+ .cds--text-input--password__visibility .cds--assistive-text,
5185
+ .cds--text-input--password__visibility + .cds--assistive-text {
6055
5186
  width: auto;
6056
5187
  }
6057
5188
  }
6058
5189
  @media screen and (-ms-high-contrast: active), screen and (prefers-contrast) {
6059
5190
  .cds--text-input--password__visibility::after,
6060
- .cds--text-input--password__visibility .cds--assistive-text,
6061
- .cds--text-input--password__visibility + .cds--assistive-text {
5191
+ .cds--text-input--password__visibility .cds--assistive-text,
5192
+ .cds--text-input--password__visibility + .cds--assistive-text {
6062
5193
  border: 1px solid transparent;
6063
5194
  }
6064
5195
  }
@@ -6356,7 +5487,7 @@ fieldset[disabled] .cds--form__helper-text {
6356
5487
  }
6357
5488
  @media screen and (prefers-contrast) {
6358
5489
  .cds--form--fluid .cds--text-input__field-wrapper[data-invalid]:focus-within,
6359
- .cds--form--fluid .cds--text-input__field-wrapper--warning:focus-within {
5490
+ .cds--form--fluid .cds--text-input__field-wrapper--warning:focus-within {
6360
5491
  outline-style: dotted;
6361
5492
  }
6362
5493
  }
@@ -6429,7 +5560,7 @@ fieldset[disabled] .cds--form__helper-text {
6429
5560
 
6430
5561
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
6431
5562
  .cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg,
6432
- .cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg {
5563
+ .cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg {
6433
5564
  fill: ButtonText;
6434
5565
  }
6435
5566
  }
@@ -6730,7 +5861,7 @@ fieldset[disabled] .cds--form__helper-text {
6730
5861
 
6731
5862
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
6732
5863
  .cds--tag__close-icon svg,
6733
- .cds--tag__custom-icon svg {
5864
+ .cds--tag__custom-icon svg {
6734
5865
  fill: ButtonText;
6735
5866
  }
6736
5867
  }
@@ -7503,16 +6634,16 @@ fieldset[disabled] .cds--form__helper-text {
7503
6634
 
7504
6635
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
7505
6636
  .cds--list-box__field,
7506
- .cds--list-box__menu,
7507
- .cds--multi-select .cds--tag--filter {
6637
+ .cds--list-box__menu,
6638
+ .cds--multi-select .cds--tag--filter {
7508
6639
  outline: 1px solid transparent;
7509
6640
  }
7510
6641
  }
7511
6642
 
7512
6643
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
7513
6644
  .cds--list-box__field:focus,
7514
- .cds--multi-select .cds--tag__close-icon:focus,
7515
- .cds--list-box__menu-item--highlighted .cds--list-box__menu-item__option {
6645
+ .cds--multi-select .cds--tag__close-icon:focus,
6646
+ .cds--list-box__menu-item--highlighted .cds--list-box__menu-item__option {
7516
6647
  color: Highlight;
7517
6648
  outline: 1px solid Highlight;
7518
6649
  }
@@ -7520,8 +6651,8 @@ fieldset[disabled] .cds--form__helper-text {
7520
6651
 
7521
6652
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
7522
6653
  .cds--list-box__menu-icon > svg,
7523
- .cds--list-box__selection > svg,
7524
- .cds--list-box__selection--multi > svg {
6654
+ .cds--list-box__selection > svg,
6655
+ .cds--list-box__selection--multi > svg {
7525
6656
  fill: ButtonText;
7526
6657
  }
7527
6658
  }
@@ -7604,21 +6735,63 @@ fieldset[disabled] .cds--form__helper-text {
7604
6735
  transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
7605
6736
  }
7606
6737
 
7607
- .cds--combo-button__container--open .cds--combo-button__trigger svg {
7608
- transform: rotate(180deg);
6738
+ .cds--combo-button__container--open .cds--combo-button__trigger svg {
6739
+ transform: rotate(180deg);
6740
+ }
6741
+
6742
+ .cds--contained-list__header {
6743
+ position: sticky;
6744
+ z-index: 1;
6745
+ top: 0;
6746
+ display: flex;
6747
+ align-items: center;
6748
+ padding-inline: 1rem;
6749
+ }
6750
+
6751
+ .cds--contained-list__label {
6752
+ width: 100%;
6753
+ }
6754
+
6755
+ .cds--contained-list .cds--search {
6756
+ position: sticky;
6757
+ z-index: 1;
6758
+ top: 48px;
6759
+ }
6760
+ .cds--contained-list .cds--search.cds--search--expandable .cds--search-input {
6761
+ background-color: var(--cds-field);
6762
+ }
6763
+
6764
+ .cds--contained-list .cds--search .cds--search-input {
6765
+ border-bottom: 1px solid var(--cds-border-subtle);
6766
+ background-color: var(--cds-background, #ffffff);
6767
+ }
6768
+
6769
+ .cds--contained-list .cds--search .cds--search-close::before {
6770
+ display: none;
6771
+ }
6772
+
6773
+ .cds--contained-list .cds--search .cds--search-close {
6774
+ border-right: 2px solid transparent;
6775
+ outline: none;
6776
+ }
6777
+ .cds--contained-list .cds--search .cds--search-close:focus {
6778
+ outline: 2px solid var(--cds-focus, #0f62fe);
6779
+ outline-offset: -2px;
6780
+ }
6781
+ @media screen and (prefers-contrast) {
6782
+ .cds--contained-list .cds--search .cds--search-close:focus {
6783
+ outline-style: dotted;
6784
+ }
7609
6785
  }
7610
6786
 
7611
- .cds--contained-list__header {
7612
- position: sticky;
7613
- z-index: 1;
7614
- top: 0;
7615
- display: flex;
7616
- align-items: center;
7617
- padding-inline: 1rem;
6787
+ .cds--contained-list .cds--search .cds--search-input ~ .cds--search-close:hover {
6788
+ border-bottom: 1px solid transparent;
7618
6789
  }
7619
6790
 
7620
- .cds--contained-list__label {
7621
- width: 100%;
6791
+ .cds--contained-list .cds--search .cds--search-input:focus ~ .cds--search-close:hover {
6792
+ border: 2px solid var(--cds-focus, #0f62fe);
6793
+ border-left: 0;
6794
+ outline: none;
7622
6795
  }
7623
6796
 
7624
6797
  .cds--contained-list--on-page.cds--contained-list--sm .cds--contained-list__header {
@@ -8678,7 +7851,7 @@ tr.cds--data-table--selected:last-of-type td {
8678
7851
  }
8679
7852
  @-moz-document url-prefix() {
8680
7853
  .cds--data-table--sticky-header thead,
8681
- .cds--data-table--sticky-header tbody {
7854
+ .cds--data-table--sticky-header tbody {
8682
7855
  scrollbar-width: none;
8683
7856
  }
8684
7857
  }
@@ -9011,7 +8184,7 @@ tr.cds--data-table--selected:last-of-type td {
9011
8184
  }
9012
8185
  @media screen and (prefers-contrast) {
9013
8186
  .cds--toolbar-action:focus:not([disabled]),
9014
- .cds--toolbar-action:active:not([disabled]) {
8187
+ .cds--toolbar-action:active:not([disabled]) {
9015
8188
  outline-style: dotted;
9016
8189
  }
9017
8190
  }
@@ -9665,7 +8838,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
9665
8838
  }
9666
8839
  @media (prefers-reduced-motion: reduce) {
9667
8840
  .cds--data-table.cds--skeleton th span::before,
9668
- .cds--data-table.cds--skeleton td span::before {
8841
+ .cds--data-table.cds--skeleton td span::before {
9669
8842
  animation: none;
9670
8843
  }
9671
8844
  }
@@ -9936,7 +9109,7 @@ th .cds--table-sort__flex {
9936
9109
 
9937
9110
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
9938
9111
  .cds--table-sort__icon,
9939
- .cds--table-sort__icon-unsorted {
9112
+ .cds--table-sort__icon-unsorted {
9940
9113
  fill: ButtonText;
9941
9114
  }
9942
9115
  }
@@ -10154,13 +9327,13 @@ th .cds--table-sort__flex {
10154
9327
  }
10155
9328
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
10156
9329
  .flatpickr-prev-month,
10157
- .flatpickr-next-month {
9330
+ .flatpickr-next-month {
10158
9331
  fill: ButtonText;
10159
9332
  }
10160
9333
  }
10161
9334
  @media screen and (prefers-reduced-motion: reduce) {
10162
9335
  .flatpickr-prev-month,
10163
- .flatpickr-next-month {
9336
+ .flatpickr-next-month {
10164
9337
  transition: none;
10165
9338
  }
10166
9339
  }
@@ -10214,8 +9387,7 @@ th .cds--table-sort__flex {
10214
9387
  padding: 0.25rem;
10215
9388
  border: none;
10216
9389
  margin: 0;
10217
- -moz-appearance: textfield;
10218
- /* Firefox */
9390
+ -moz-appearance: textfield; /* Firefox */
10219
9391
  background-color: var(--cds-field-01, #f4f4f4);
10220
9392
  color: var(--cds-text-primary, #161616);
10221
9393
  cursor: default;
@@ -10224,8 +9396,7 @@ th .cds--table-sort__flex {
10224
9396
  font-weight: 600;
10225
9397
  }
10226
9398
  .numInputWrapper .numInput::-webkit-outer-spin-button, .numInputWrapper .numInput::-webkit-inner-spin-button {
10227
- margin: 0;
10228
- /* <-- Apparently some margin are still there even though it's hidden */
9399
+ margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
10229
9400
  -webkit-appearance: none;
10230
9401
  }
10231
9402
  .numInputWrapper .numInput:focus {
@@ -10456,7 +9627,7 @@ th .cds--table-sort__flex {
10456
9627
  }
10457
9628
  @media screen and (prefers-contrast) {
10458
9629
  .flatpickr-day.startRange.inRange:not(.selected),
10459
- .flatpickr-day.endRange.inRange {
9630
+ .flatpickr-day.endRange.inRange {
10460
9631
  outline-style: dotted;
10461
9632
  }
10462
9633
  }
@@ -10492,7 +9663,7 @@ th .cds--table-sort__flex {
10492
9663
 
10493
9664
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
10494
9665
  .flatpickr-day.today,
10495
- .flatpickr-day.inRange {
9666
+ .flatpickr-day.inRange {
10496
9667
  color: Highlight;
10497
9668
  }
10498
9669
  }
@@ -10690,7 +9861,7 @@ th .cds--table-sort__flex {
10690
9861
  }
10691
9862
  @media (prefers-reduced-motion: reduce) {
10692
9863
  .cds--date-picker.cds--skeleton input::before,
10693
- .cds--date-picker__input.cds--skeleton::before {
9864
+ .cds--date-picker__input.cds--skeleton::before {
10694
9865
  animation: none;
10695
9866
  }
10696
9867
  }
@@ -11029,7 +10200,7 @@ button.cds--dropdown-text:focus {
11029
10200
  }
11030
10201
  @media screen and (prefers-contrast) {
11031
10202
  .cds--dropdown--focused,
11032
- .cds--dropdown-link:focus {
10203
+ .cds--dropdown-link:focus {
11033
10204
  outline-style: dotted;
11034
10205
  }
11035
10206
  }
@@ -11205,7 +10376,7 @@ button.cds--dropdown-text:focus {
11205
10376
  }
11206
10377
  @media (prefers-reduced-motion: reduce) {
11207
10378
  .cds--dropdown-v2.cds--skeleton::before,
11208
- .cds--dropdown.cds--skeleton::before {
10379
+ .cds--dropdown.cds--skeleton::before {
11209
10380
  animation: none;
11210
10381
  }
11211
10382
  }
@@ -12101,7 +11272,7 @@ button.cds--dropdown-text:focus {
12101
11272
  }
12102
11273
  @media screen and (prefers-contrast) {
12103
11274
  .cds--date-picker--fluid.cds--date-picker--fluid--invalid,
12104
- .cds--date-picker-container.cds--date-picker--fluid--invalid {
11275
+ .cds--date-picker-container.cds--date-picker--fluid--invalid {
12105
11276
  outline-style: dotted;
12106
11277
  }
12107
11278
  }
@@ -12314,6 +11485,10 @@ button.cds--dropdown-text:focus {
12314
11485
  font-weight: 600;
12315
11486
  }
12316
11487
 
11488
+ .cds--number .cds--number__input-wrapper--warning input[type=number] {
11489
+ padding-right: 8rem;
11490
+ }
11491
+
12317
11492
  .cds--number input[type=number] {
12318
11493
  font-size: var(--cds-body-compact-01-font-size, 0.875rem);
12319
11494
  font-weight: var(--cds-body-compact-01-font-weight, 400);
@@ -12326,7 +11501,7 @@ button.cds--dropdown-text:focus {
12326
11501
  min-width: 9.375rem;
12327
11502
  height: 2.5rem;
12328
11503
  box-sizing: border-box;
12329
- padding-right: 8rem;
11504
+ padding-right: 6rem;
12330
11505
  padding-left: 1rem;
12331
11506
  border: 0;
12332
11507
  border-bottom: 0.0625rem solid var(--cds-border-strong);
@@ -12360,12 +11535,27 @@ button.cds--dropdown-text:focus {
12360
11535
  .cds--number input[type=number]::-webkit-inner-spin-button {
12361
11536
  appearance: none;
12362
11537
  }
11538
+ .cds--number input[type=number][data-invalid] {
11539
+ padding-right: 8rem;
11540
+ }
12363
11541
 
12364
11542
  .cds--number--lg.cds--number input[type=number] {
11543
+ padding-right: 7rem;
11544
+ }
11545
+ .cds--number--lg.cds--number input[type=number][data-invalid] {
11546
+ padding-right: 9rem;
11547
+ }
11548
+ .cds--number--lg.cds--number .cds--number__input-wrapper--warning input[type=number] {
12365
11549
  padding-right: 9rem;
12366
11550
  }
12367
11551
 
12368
11552
  .cds--number--sm.cds--number input[type=number] {
11553
+ padding-right: 5rem;
11554
+ }
11555
+ .cds--number--sm.cds--number input[type=number][data-invalid] {
11556
+ padding-right: 7rem;
11557
+ }
11558
+ .cds--number--sm.cds--number .cds--number__input-wrapper--warning input[type=number] {
12369
11559
  padding-right: 7rem;
12370
11560
  }
12371
11561
 
@@ -12749,7 +11939,7 @@ button.cds--dropdown-text:focus {
12749
11939
  /* stylelint-disable */
12750
11940
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
12751
11941
  .cds--number__control-btn:hover,
12752
- .cds--number__control-btn:focus {
11942
+ .cds--number__control-btn:focus {
12753
11943
  color: Highlight;
12754
11944
  outline: 1px solid Highlight;
12755
11945
  }
@@ -12874,7 +12064,7 @@ button.cds--dropdown-text:focus {
12874
12064
  }
12875
12065
  @media screen and (prefers-contrast) {
12876
12066
  .cds--number-input--fluid--invalid input[type=number][data-invalid] ~ .cds--number__controls .cds--number__control-btn:focus,
12877
- .cds--number-input--fluid--invalid .cds--number input[type=number][data-invalid] ~ .cds--number__controls .cds--number__control-btn:focus:hover {
12067
+ .cds--number-input--fluid--invalid .cds--number input[type=number][data-invalid] ~ .cds--number__controls .cds--number__control-btn:focus:hover {
12878
12068
  outline-style: dotted;
12879
12069
  }
12880
12070
  }
@@ -13173,7 +12363,7 @@ button.cds--dropdown-text:focus {
13173
12363
  }
13174
12364
  @media screen and (prefers-contrast) {
13175
12365
  .cds--search-close:focus,
13176
- .cds--search-button:focus {
12366
+ .cds--search-button:focus {
13177
12367
  outline-style: dotted;
13178
12368
  }
13179
12369
  }
@@ -13185,7 +12375,7 @@ button.cds--dropdown-text:focus {
13185
12375
  }
13186
12376
  @media screen and (prefers-contrast) {
13187
12377
  .cds--search-close:active,
13188
- .cds--search-button:active {
12378
+ .cds--search-button:active {
13189
12379
  outline-style: dotted;
13190
12380
  }
13191
12381
  }
@@ -13291,8 +12481,8 @@ button.cds--dropdown-text:focus {
13291
12481
  }
13292
12482
  @media (prefers-reduced-motion: reduce) {
13293
12483
  .cds--search--lg.cds--skeleton .cds--search-input::before,
13294
- .cds--search--md.cds--skeleton .cds--search-input::before,
13295
- .cds--search--sm.cds--skeleton .cds--search-input::before {
12484
+ .cds--search--md.cds--skeleton .cds--search-input::before,
12485
+ .cds--search--sm.cds--skeleton .cds--search-input::before {
13296
12486
  animation: none;
13297
12487
  }
13298
12488
  }
@@ -13360,7 +12550,7 @@ button.cds--dropdown-text:focus {
13360
12550
 
13361
12551
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
13362
12552
  .cds--search-close svg,
13363
- .cds--search-magnifier-icon {
12553
+ .cds--search-magnifier-icon {
13364
12554
  fill: ButtonText;
13365
12555
  }
13366
12556
  }
@@ -14015,7 +13205,7 @@ optgroup.cds--select-optgroup:disabled,
14015
13205
  }
14016
13206
  @media screen and (prefers-contrast) {
14017
13207
  .cds--text-area--fluid .cds--text-area__wrapper[data-invalid]:focus-within,
14018
- .cds--text-area--fluid .cds--text-area__wrapper:focus-within {
13208
+ .cds--text-area--fluid .cds--text-area__wrapper:focus-within {
14019
13209
  outline-style: dotted;
14020
13210
  }
14021
13211
  }
@@ -14152,7 +13342,7 @@ optgroup.cds--select-optgroup:disabled,
14152
13342
  }
14153
13343
  @media screen and (prefers-contrast) {
14154
13344
  .cds--text-input--fluid .cds--text-input__field-wrapper[data-invalid]:focus-within,
14155
- .cds--text-input--fluid .cds--text-input__field-wrapper--warning:focus-within {
13345
+ .cds--text-input--fluid .cds--text-input__field-wrapper--warning:focus-within {
14156
13346
  outline-style: dotted;
14157
13347
  }
14158
13348
  }
@@ -14448,7 +13638,6 @@ optgroup.cds--select-optgroup:disabled,
14448
13638
  top: 1px;
14449
13639
  right: 0.5rem;
14450
13640
  }
14451
-
14452
13641
  .cds--inline-loading__checkmark {
14453
13642
  animation: none;
14454
13643
  stroke-dasharray: 0;
@@ -14487,6 +13676,10 @@ optgroup.cds--select-optgroup:disabled,
14487
13676
  box-sizing: inherit;
14488
13677
  }
14489
13678
 
13679
+ .cds--list--unordered:not(.cds--list--nested) {
13680
+ margin-left: 1rem;
13681
+ }
13682
+
14490
13683
  .cds--list--expressive,
14491
13684
  .cds--list--expressive .cds--list--nested {
14492
13685
  font-size: var(--cds-body-02-font-size, 1rem);
@@ -14906,7 +14099,7 @@ optgroup.cds--select-optgroup:disabled,
14906
14099
  max-height: 72%;
14907
14100
  }
14908
14101
  .cds--modal-container--sm .cds--modal-content > p,
14909
- .cds--modal-container--sm .cds--modal-content__regular-content {
14102
+ .cds--modal-container--sm .cds--modal-content__regular-content {
14910
14103
  padding-right: 20%;
14911
14104
  }
14912
14105
  }
@@ -14966,7 +14159,6 @@ optgroup.cds--select-optgroup:disabled,
14966
14159
  .cds--modal-scroll-content > *:last-child {
14967
14160
  padding-bottom: 0;
14968
14161
  }
14969
-
14970
14162
  .cds--modal-content--overflow-indicator {
14971
14163
  display: none;
14972
14164
  }
@@ -15119,7 +14311,7 @@ optgroup.cds--select-optgroup:disabled,
15119
14311
  }
15120
14312
  @media screen and (prefers-contrast) {
15121
14313
  .cds--multi-select--filterable--input-focused,
15122
- .cds--multi-select .cds--list-box__field--wrapper--input-focused {
14314
+ .cds--multi-select .cds--list-box__field--wrapper--input-focused {
15123
14315
  outline-style: dotted;
15124
14316
  }
15125
14317
  }
@@ -15373,7 +14565,8 @@ optgroup.cds--select-optgroup:disabled,
15373
14565
  border-color: var(--cds-support-warning, #f1c21b);
15374
14566
  }
15375
14567
 
15376
- .cds--inline-notification--warning .cds--inline-notification__icon path[opacity="0"] {
14568
+ .cds--inline-notification--warning .cds--inline-notification__icon path[opacity="0"],
14569
+ .cds--inline-notification--warning-alt .cds--inline-notification__icon path:first-of-type {
15377
14570
  fill: #000000;
15378
14571
  opacity: 1;
15379
14572
  }
@@ -15513,7 +14706,7 @@ optgroup.cds--select-optgroup:disabled,
15513
14706
 
15514
14707
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
15515
14708
  .cds--inline-notification__close-button:focus,
15516
- .cds--btn.cds--btn--ghost.cds--inline-notification__action-button:focus {
14709
+ .cds--btn.cds--btn--ghost.cds--inline-notification__action-button:focus {
15517
14710
  color: Highlight;
15518
14711
  outline: 1px solid Highlight;
15519
14712
  }
@@ -15687,7 +14880,8 @@ optgroup.cds--select-optgroup:disabled,
15687
14880
  fill: var(--cds-support-warning, #f1c21b);
15688
14881
  }
15689
14882
 
15690
- .cds--toast-notification--warning .cds--toast-notification__icon path[opacity="0"] {
14883
+ .cds--toast-notification--warning .cds--toast-notification__icon path[opacity="0"],
14884
+ .cds--toast-notification--warning-alt .cds--toast-notification__icon path:first-of-type {
15691
14885
  fill: #000000;
15692
14886
  opacity: 1;
15693
14887
  }
@@ -16012,7 +15206,8 @@ optgroup.cds--select-optgroup:disabled,
16012
15206
  border-color: var(--cds-support-warning, #f1c21b);
16013
15207
  }
16014
15208
 
16015
- .cds--actionable-notification--warning .cds--toast-notification__icon path[opacity="0"] {
15209
+ .cds--actionable-notification--warning .cds--toast-notification__icon path[opacity="0"],
15210
+ .cds--actionable-notification--warning-alt .cds--toast-notification__icon path:first-of-type {
16016
15211
  fill: #000000;
16017
15212
  opacity: 1;
16018
15213
  }
@@ -16257,7 +15452,7 @@ optgroup.cds--select-optgroup:disabled,
16257
15452
 
16258
15453
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
16259
15454
  .cds--actionable-notification__close-button:focus,
16260
- .cds--btn.cds--btn--ghost.cds--actionable-notification__action-button:focus {
15455
+ .cds--btn.cds--btn--ghost.cds--actionable-notification__action-button:focus {
16261
15456
  color: Highlight;
16262
15457
  outline: 1px solid Highlight;
16263
15458
  }
@@ -16265,8 +15460,8 @@ optgroup.cds--select-optgroup:disabled,
16265
15460
 
16266
15461
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
16267
15462
  .cds--actionable-notification .cds--inline-notification__icon,
16268
- .cds--actionable-notification .cds--toast-notification__icon,
16269
- .cds--actionable-notification .cds--actionable-notification__close-icon {
15463
+ .cds--actionable-notification .cds--toast-notification__icon,
15464
+ .cds--actionable-notification .cds--actionable-notification__close-icon {
16270
15465
  fill: ButtonText;
16271
15466
  }
16272
15467
  }
@@ -16339,7 +15534,7 @@ optgroup.cds--select-optgroup:disabled,
16339
15534
  }
16340
15535
  @media screen and (prefers-contrast) {
16341
15536
  .cds--overflow-menu:focus,
16342
- .cds--overflow-menu__trigger:focus {
15537
+ .cds--overflow-menu__trigger:focus {
16343
15538
  outline-style: dotted;
16344
15539
  }
16345
15540
  }
@@ -16656,7 +15851,7 @@ a.cds--overflow-menu-options__btn::before {
16656
15851
  /* stylelint-disable */
16657
15852
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
16658
15853
  .cds--overflow-menu:focus,
16659
- .cds--overflow-menu-options__btn:focus {
15854
+ .cds--overflow-menu-options__btn:focus {
16660
15855
  color: Highlight;
16661
15856
  outline: 1px solid Highlight;
16662
15857
  }
@@ -16709,7 +15904,7 @@ a.cds--overflow-menu-options__btn::before {
16709
15904
  }
16710
15905
  @media (max-width: 41.98rem) {
16711
15906
  .cds--pagination .cds--pagination__left > *,
16712
- .cds--pagination .cds--pagination__right > * {
15907
+ .cds--pagination .cds--pagination__right > * {
16713
15908
  display: none;
16714
15909
  }
16715
15910
  .cds--pagination .cds--pagination__items-count {
@@ -16895,7 +16090,7 @@ span.cds--pagination__text.cds--pagination__items-count {
16895
16090
  }
16896
16091
  @media screen and (prefers-contrast) {
16897
16092
  .cds--pagination__button:focus,
16898
- .cds--btn--ghost:focus.cds--pagination__button {
16093
+ .cds--btn--ghost:focus.cds--pagination__button {
16899
16094
  outline-style: dotted;
16900
16095
  }
16901
16096
  }
@@ -16928,7 +16123,7 @@ span.cds--pagination__text.cds--pagination__items-count {
16928
16123
 
16929
16124
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
16930
16125
  .cds--pagination__button,
16931
- .cds--btn--ghost.cds--pagination__button {
16126
+ .cds--btn--ghost.cds--pagination__button {
16932
16127
  outline: 1px solid transparent;
16933
16128
  }
16934
16129
  }
@@ -17098,7 +16293,7 @@ span.cds--pagination__text.cds--pagination__items-count {
17098
16293
  }
17099
16294
  @media (min-width: 42rem) {
17100
16295
  .cds--unstable-pagination__page-selector .cds--select__arrow,
17101
- .cds--unstable-pagination__page-sizer .cds--select__arrow {
16296
+ .cds--unstable-pagination__page-sizer .cds--select__arrow {
17102
16297
  right: 1rem;
17103
16298
  }
17104
16299
  }
@@ -17361,7 +16556,7 @@ span.cds--pagination__text.cds--pagination__items-count {
17361
16556
  pointer-events: auto;
17362
16557
  }
17363
16558
 
17364
- .cds--popover--open .cds--popover-content {
16559
+ .cds--popover--open > .cds--popover > .cds--popover-content {
17365
16560
  display: block;
17366
16561
  }
17367
16562
 
@@ -17371,7 +16566,7 @@ span.cds--pagination__text.cds--pagination__items-count {
17371
16566
  content: "";
17372
16567
  }
17373
16568
 
17374
- .cds--popover--open .cds--popover-content::before {
16569
+ .cds--popover--open > .cds--popover > .cds--popover-content::before {
17375
16570
  display: block;
17376
16571
  }
17377
16572
 
@@ -17383,10 +16578,14 @@ span.cds--pagination__text.cds--pagination__items-count {
17383
16578
  will-change: transform;
17384
16579
  }
17385
16580
 
17386
- .cds--popover--open.cds--popover--caret .cds--popover-caret {
16581
+ .cds--popover--open > .cds--popover > .cds--popover-caret {
17387
16582
  display: block;
17388
16583
  }
17389
16584
 
16585
+ .cds--popover--tab-tip .cds--popover .cds--popover-caret {
16586
+ display: none;
16587
+ }
16588
+
17390
16589
  .cds--popover--bottom .cds--popover-content {
17391
16590
  bottom: 0;
17392
16591
  left: 50%;
@@ -18520,6 +17719,7 @@ span.cds--pagination__text.cds--pagination__items-count {
18520
17719
  }
18521
17720
 
18522
17721
  .cds--slider-container {
17722
+ position: relative;
18523
17723
  display: flex;
18524
17724
  align-items: center;
18525
17725
  user-select: none;
@@ -18613,7 +17813,6 @@ span.cds--pagination__text.cds--pagination__items-count {
18613
17813
  width: 4rem;
18614
17814
  height: 2.5rem;
18615
17815
  -moz-appearance: textfield;
18616
- text-align: center;
18617
17816
  }
18618
17817
  .cds--slider-text-input::-webkit-outer-spin-button, .cds--slider-text-input::-webkit-inner-spin-button,
18619
17818
  .cds-slider-text-input::-webkit-outer-spin-button,
@@ -18625,14 +17824,44 @@ span.cds--pagination__text.cds--pagination__items-count {
18625
17824
  display: none;
18626
17825
  }
18627
17826
 
18628
- .cds--slider-text-input.cds--text-input--invalid {
18629
- padding-right: 1rem;
18630
- }
18631
-
18632
17827
  .cds--slider__thumb:focus ~ .cds--slider__filled-track {
18633
17828
  background-color: var(--cds-interactive, #0f62fe);
18634
17829
  }
18635
17830
 
17831
+ .cds--slider-text-input.cds--text-input--invalid,
17832
+ .cds--slider-text-input--warn {
17833
+ width: 6rem;
17834
+ padding-right: 3rem;
17835
+ }
17836
+
17837
+ .cds--slider__invalid-icon {
17838
+ position: absolute;
17839
+ top: 50%;
17840
+ right: 1rem;
17841
+ fill: var(--cds-support-error, #da1e28);
17842
+ transform: translateY(-50%);
17843
+ }
17844
+
17845
+ .cds--slider__validation-msg.cds--form-requirement {
17846
+ display: block;
17847
+ overflow: visible;
17848
+ max-height: 100%;
17849
+ margin-top: 0;
17850
+ }
17851
+
17852
+ .cds--slider__validation-msg--invalid {
17853
+ color: var(--cds-text-error, #da1e28);
17854
+ }
17855
+
17856
+ .cds--slider__invalid-icon.cds--slider__invalid-icon--warning {
17857
+ fill: var(--cds-support-warning, #f1c21b);
17858
+ }
17859
+
17860
+ .cds--slider__invalid-icon--warning path:first-of-type {
17861
+ fill: #000000;
17862
+ opacity: 1;
17863
+ }
17864
+
18636
17865
  .cds--label--disabled ~ .cds--slider-container > .cds--slider__range-label {
18637
17866
  color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
18638
17867
  }
@@ -18997,11 +18226,15 @@ span.cds--pagination__text.cds--pagination__items-count {
18997
18226
  white-space: nowrap;
18998
18227
  }
18999
18228
 
18229
+ .cds--structured-list-input + .cds--structured-list-td {
18230
+ text-align: right;
18231
+ }
18232
+
19000
18233
  .cds--structured-list-svg {
19001
18234
  display: inline-block;
19002
18235
  fill: transparent;
19003
18236
  transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
19004
- vertical-align: middle;
18237
+ vertical-align: top;
19005
18238
  }
19006
18239
 
19007
18240
  .cds--structured-list-input:checked + .cds--structured-list-row .cds--structured-list-svg,
@@ -19262,11 +18495,42 @@ span.cds--pagination__text.cds--pagination__items-count {
19262
18495
  .cds--tabs .cds--tabs__nav-item .cds--tabs__nav-link {
19263
18496
  transition: color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), border-bottom-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
19264
18497
  }
18498
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item:not(.cds--tabs__nav-item--disabled) .cds--tabs__nav-item--icon .cds--tabs__nav-item--close-icon {
18499
+ padding: 1rem;
18500
+ margin-top: -0.5rem;
18501
+ margin-right: -1rem;
18502
+ margin-left: -1rem;
18503
+ }
18504
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item:not(.cds--tabs__nav-item--disabled) .cds--tabs__nav-item--icon .cds--tabs__nav-item--close-icon:hover {
18505
+ background-color: inherit;
18506
+ }
18507
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item:not(.cds--tabs__nav-item--disabled) .cds--tabs__nav-item--icon .cds--tabs__nav-item--close-icon svg {
18508
+ width: 24px;
18509
+ height: 24px;
18510
+ padding: 0.25rem;
18511
+ margin: -0.25rem;
18512
+ }
18513
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item:not(.cds--tabs__nav-item--disabled) .cds--tabs__nav-item--icon .cds--tabs__nav-item--close-icon svg:hover {
18514
+ background-color: var(--cds-layer-accent-hover);
18515
+ }
18516
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item:not(.cds--tabs__nav-item--disabled).cds--tabs__nav-item--selected .cds--tabs__nav-item--icon .cds--tabs__nav-item--close-icon svg:hover {
18517
+ background-color: var(--cds-layer-hover);
18518
+ }
18519
+ .cds--tabs .cds--tabs__nav-item:not(.cds--tabs__nav-item--disabled) .cds--tabs__nav-item--icon .cds--tabs__nav-item--close-icon:hover {
18520
+ background-color: var(--cds-background-hover, rgba(141, 141, 141, 0.12));
18521
+ }
19265
18522
  .cds--tabs .cds--tabs__nav-item--icon {
19266
18523
  display: flex;
19267
18524
  align-items: center;
19268
18525
  padding-left: 0.5rem;
19269
18526
  }
18527
+ .cds--tabs .cds--tabs__nav-item--icon .cds--tabs__nav-item--close-icon {
18528
+ padding: 0.25rem;
18529
+ margin: -0.25rem;
18530
+ cursor: pointer;
18531
+ line-height: 0;
18532
+ pointer-events: auto;
18533
+ }
19270
18534
  .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--icon {
19271
18535
  padding-left: 1rem;
19272
18536
  }
@@ -19353,8 +18617,13 @@ span.cds--pagination__text.cds--pagination__items-count {
19353
18617
  .cds--tabs.cds--tabs__icon--lg {
19354
18618
  --cds-icon-tab-size: 3rem;
19355
18619
  }
19356
- .cds--tabs.cds--tabs--contained .cds--tabs__nav-item:hover {
19357
- background-color: var(--cds-layer-selected-hover);
18620
+ .cds--tabs:not(.cds--tabs--contained) .cds--tabs__nav-item:not(.cds--tabs__nav-item--selected):not(.cds--tabs__nav-item--disabled):hover {
18621
+ border-bottom: 2px solid var(--cds-border-strong);
18622
+ color: var(--cds-text-primary, #161616);
18623
+ }
18624
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item:not(.cds--tabs__nav-item--selected):not(.cds--tabs__nav-item--disabled):not(.cds--tabs__nav-item--hover-off):hover {
18625
+ background-color: var(--cds-layer-accent-hover);
18626
+ color: var(--cds-text-primary, #161616);
19358
18627
  }
19359
18628
  .cds--tabs .cds--tabs__nav-item--selected {
19360
18629
  border-bottom: 2px solid var(--cds-border-interactive, #0f62fe);
@@ -19390,10 +18659,6 @@ span.cds--pagination__text.cds--pagination__items-count {
19390
18659
  .cds--tabs.cds--tabs--light.cds--tabs--contained .cds--tabs__nav-item--selected, .cds--tabs.cds--tabs--light.cds--tabs--contained .cds--tabs__nav-item--selected:hover {
19391
18660
  background-color: var(--cds-background, #ffffff);
19392
18661
  }
19393
- .cds--tabs .cds--tabs__nav-item:hover .cds--tabs__nav-link {
19394
- border-bottom: 2px solid var(--cds-border-strong);
19395
- color: var(--cds-text-primary, #161616);
19396
- }
19397
18662
  .cds--tabs .cds--tabs__nav-item--disabled {
19398
18663
  border-bottom: 2px solid var(--cds-border-disabled, #c6c6c6);
19399
18664
  background-color: transparent;
@@ -19551,7 +18816,7 @@ span.cds--pagination__text.cds--pagination__items-count {
19551
18816
  }
19552
18817
  @media screen and (prefers-contrast) {
19553
18818
  .cds--text-area:focus,
19554
- .cds--text-area:active {
18819
+ .cds--text-area:active {
19555
18820
  outline-style: dotted;
19556
18821
  }
19557
18822
  }
@@ -19773,6 +19038,26 @@ span.cds--pagination__text.cds--pagination__items-count {
19773
19038
  padding: 1rem;
19774
19039
  background-color: var(--cds-layer);
19775
19040
  color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
19041
+ cursor: not-allowed;
19042
+ }
19043
+
19044
+ .cds--tile--clickable .cds--tile--icon,
19045
+ .cds--tile--clickable.cds--link--disabled .cds--tile--disabled-icon {
19046
+ position: absolute;
19047
+ right: 1rem;
19048
+ bottom: 1rem;
19049
+ }
19050
+
19051
+ .cds--tile--clickable .cds--tile--icon {
19052
+ fill: var(--cds-icon-interactive, #0f62fe);
19053
+ }
19054
+
19055
+ .cds--tile--clickable.cds--link--disabled .cds--tile--disabled-icon {
19056
+ fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
19057
+ }
19058
+
19059
+ .cds--tile--clickable.cds--link--disabled .cds--tile--icon {
19060
+ display: none;
19776
19061
  }
19777
19062
 
19778
19063
  .cds--tile--selectable {
@@ -20004,7 +19289,7 @@ span.cds--pagination__text.cds--pagination__items-count {
20004
19289
  }
20005
19290
 
20006
19291
  .cds--tile--disabled.cds--tile--is-selected {
20007
- border-color: var(--cds-button-disabled, #c6c6c6);
19292
+ border-color: var(--cds-border-disabled, #c6c6c6);
20008
19293
  }
20009
19294
 
20010
19295
  .cds--tile--disabled .cds--tile__checkmark svg {
@@ -20013,8 +19298,8 @@ span.cds--pagination__text.cds--pagination__items-count {
20013
19298
 
20014
19299
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
20015
19300
  .cds--tile__chevron svg,
20016
- .cds--tile__checkmark svg,
20017
- .cds--tile--is-selected .cds--tile__checkmark svg {
19301
+ .cds--tile__checkmark svg,
19302
+ .cds--tile--is-selected .cds--tile__checkmark svg {
20018
19303
  fill: ButtonText;
20019
19304
  }
20020
19305
  }
@@ -20343,15 +19628,15 @@ span.cds--pagination__text.cds--pagination__items-count {
20343
19628
 
20344
19629
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
20345
19630
  .cds--toggle__switch,
20346
- .cds--toggle__switch::before {
19631
+ .cds--toggle__switch::before {
20347
19632
  outline: 1px solid transparent;
20348
19633
  }
20349
19634
  }
20350
19635
 
20351
19636
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
20352
19637
  .cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch,
20353
- .cds--toggle__button:not(:disabled):active + .cds--toggle__label .cds--toggle__switch,
20354
- .cds--toggle:active .cds--toggle__switch {
19638
+ .cds--toggle__button:not(:disabled):active + .cds--toggle__label .cds--toggle__switch,
19639
+ .cds--toggle:active .cds--toggle__switch {
20355
19640
  color: Highlight;
20356
19641
  outline: 1px solid Highlight;
20357
19642
  }
@@ -20373,6 +19658,10 @@ span.cds--pagination__text.cds--pagination__items-count {
20373
19658
  cursor: pointer;
20374
19659
  }
20375
19660
 
19661
+ .cds--tree-node--with-icon .cds--tree-node {
19662
+ margin-left: 0.5rem;
19663
+ }
19664
+
20376
19665
  .cds--tree-node:focus > .cds--tree-node__label {
20377
19666
  outline: 2px solid var(--cds-focus, #0f62fe);
20378
19667
  outline-offset: -2px;
@@ -20444,6 +19733,10 @@ span.cds--pagination__text.cds--pagination__items-count {
20444
19733
  padding-left: 2rem;
20445
19734
  }
20446
19735
 
19736
+ .cds--tree-leaf-node.cds--tree-node--with-icon .cds--tree-leaf-node {
19737
+ padding-left: 1.5rem;
19738
+ }
19739
+
20447
19740
  .cds--tree-node__label__details {
20448
19741
  display: flex;
20449
19742
  align-items: center;
@@ -20463,6 +19756,7 @@ span.cds--pagination__text.cds--pagination__items-count {
20463
19756
  border: 0;
20464
19757
  margin-top: 0.25rem;
20465
19758
  margin-right: 0.25rem;
19759
+ margin-left: -0.25rem;
20466
19760
  }
20467
19761
  .cds--tree-parent-node__toggle:hover {
20468
19762
  cursor: pointer;
@@ -20487,9 +19781,14 @@ span.cds--pagination__text.cds--pagination__items-count {
20487
19781
  align-self: flex-start;
20488
19782
  margin-top: 0.0625rem;
20489
19783
  margin-right: 0.5rem;
19784
+ margin-left: 0.5rem;
20490
19785
  fill: var(--cds-icon-secondary, #525252);
20491
19786
  }
20492
19787
 
19788
+ .cds--tree-parent-node__toggle + .cds--tree-node__label__details .cds--tree-node__icon {
19789
+ margin-left: 0.25rem;
19790
+ }
19791
+
20493
19792
  .cds--tree-node--selected > .cds--tree-node__label {
20494
19793
  background-color: var(--cds-layer-selected-01, #e0e0e0);
20495
19794
  color: var(--cds-text-primary, #161616);
@@ -20776,12 +20075,11 @@ a.cds--header__menu-item[aria-current=page],
20776
20075
  a.cds--header__menu-item[aria-current=page]::after,
20777
20076
  .cds--header__menu-item--current::after {
20778
20077
  position: absolute;
20779
- top: 0;
20780
- right: 0;
20781
20078
  bottom: -2px;
20782
- left: 0;
20783
- width: 100%;
20784
- border-bottom: 3px solid var(--cds-border-interactive, #0f62fe);
20079
+ left: -2px;
20080
+ width: calc(100% + 4px);
20081
+ height: 3px;
20082
+ background-color: var(--cds-border-interactive, #0f62fe);
20785
20083
  content: "";
20786
20084
  }
20787
20085
 
@@ -20792,15 +20090,19 @@ a.cds--header__menu-item[aria-current=page]:focus::after,
20792
20090
 
20793
20091
  .cds--header__submenu .cds--header__menu a.cds--header__menu-item[aria-current=page]::after,
20794
20092
  .cds--header__submenu .cds--header__menu .cds--header__menu-item--current::after {
20795
- bottom: 0;
20093
+ top: -2px;
20796
20094
  left: -2px;
20797
- border-bottom: none;
20798
- border-left: 3px solid var(--cds-border-interactive, #0f62fe);
20095
+ width: 3px;
20096
+ height: calc(100% + 4px);
20097
+ background-color: var(--cds-border-interactive, #0f62fe);
20799
20098
  }
20800
20099
  .cds--header__submenu .cds--header__menu a.cds--header__menu-item[aria-current=page]:focus::after,
20801
20100
  .cds--header__submenu .cds--header__menu .cds--header__menu-item--current:focus::after {
20802
- left: 0;
20803
- border-left: 3px solid var(--cds-border-interactive, #0f62fe);
20101
+ top: -2px;
20102
+ left: -2px;
20103
+ width: 5px;
20104
+ height: calc(100% + 4px);
20105
+ background-color: var(--cds-border-interactive, #0f62fe);
20804
20106
  }
20805
20107
 
20806
20108
  a.cds--header__menu-item[aria-current=page]:focus,
@@ -20860,6 +20162,13 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
20860
20162
  color: var(--cds-text-primary, #161616);
20861
20163
  }
20862
20164
 
20165
+ .cds--header__menu-title[aria-expanded=true] + .cds--header__menu .cds--header__menu-item.cds--header__menu-item--current {
20166
+ background-color: var(--cds-layer-selected);
20167
+ }
20168
+ .cds--header__menu-title[aria-expanded=true] + .cds--header__menu .cds--header__menu-item.cds--header__menu-item--current:hover {
20169
+ background-color: var(--cds-layer-selected-hover);
20170
+ }
20171
+
20863
20172
  .cds--header__menu .cds--header__menu-item {
20864
20173
  height: 3rem;
20865
20174
  }
@@ -20978,6 +20287,7 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
20978
20287
 
20979
20288
  @media (max-width: 65.98rem) {
20980
20289
  .cds--side-nav__overlay-active {
20290
+ z-index: 6000;
20981
20291
  width: 100vw;
20982
20292
  height: 100vh;
20983
20293
  background-color: var(--cds-overlay, rgba(22, 22, 22, 0.5));
@@ -21238,7 +20548,7 @@ a.cds--side-nav__link:focus,
21238
20548
  }
21239
20549
  @media screen and (prefers-contrast) {
21240
20550
  a.cds--side-nav__link:focus,
21241
- .cds--side-nav a.cds--header__menu-item:focus {
20551
+ .cds--side-nav a.cds--header__menu-item:focus {
21242
20552
  outline-style: dotted;
21243
20553
  }
21244
20554
  }
@@ -21358,6 +20668,15 @@ a.cds--side-nav__link--current::before {
21358
20668
  background-color: var(--cds-background-hover, rgba(141, 141, 141, 0.12));
21359
20669
  color: var(--cds-text-primary, #161616);
21360
20670
  }
20671
+ .cds--side-nav .cds--header__menu-title[aria-expanded=true] + .cds--header__menu a.cds--header__menu-item--current:hover {
20672
+ background-color: var(--cds-layer-selected-hover);
20673
+ }
20674
+
20675
+ .cds--side-nav .cds--side-nav__header-navigation a.cds--header__menu-item[aria-current=page]::after,
20676
+ .cds--side-nav .cds--side-nav__header-navigation .cds--header__menu-item--current::after {
20677
+ width: 3px;
20678
+ height: calc(100% + 4px);
20679
+ }
21361
20680
 
21362
20681
  .cds--side-nav .cds--header__menu a.cds--header__menu-item {
21363
20682
  height: inherit;
@@ -21371,9 +20690,9 @@ a.cds--side-nav__link--current::before {
21371
20690
 
21372
20691
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
21373
20692
  .cds--side-nav__icon > svg,
21374
- .cds--side-nav a.cds--header__menu-item:hover .cds--header__menu-arrow,
21375
- .cds--side-nav a.cds--header__menu-item:focus .cds--header__menu-arrow,
21376
- .cds--side-nav .cds--header__menu-arrow {
20693
+ .cds--side-nav a.cds--header__menu-item:hover .cds--header__menu-arrow,
20694
+ .cds--side-nav a.cds--header__menu-item:focus .cds--header__menu-arrow,
20695
+ .cds--side-nav .cds--header__menu-arrow {
21377
20696
  fill: ButtonText;
21378
20697
  }
21379
20698
  }
@@ -21688,12 +21007,11 @@ a.cds--header__menu-item[aria-current=page],
21688
21007
  a.cds--header__menu-item[aria-current=page]::after,
21689
21008
  .cds--header__menu-item--current::after {
21690
21009
  position: absolute;
21691
- top: 0;
21692
- right: 0;
21693
21010
  bottom: -2px;
21694
- left: 0;
21695
- width: 100%;
21696
- border-bottom: 3px solid var(--cds-border-interactive, #0f62fe);
21011
+ left: -2px;
21012
+ width: calc(100% + 4px);
21013
+ height: 3px;
21014
+ background-color: var(--cds-border-interactive, #0f62fe);
21697
21015
  content: "";
21698
21016
  }
21699
21017
 
@@ -21704,15 +21022,19 @@ a.cds--header__menu-item[aria-current=page]:focus::after,
21704
21022
 
21705
21023
  .cds--header__submenu .cds--header__menu a.cds--header__menu-item[aria-current=page]::after,
21706
21024
  .cds--header__submenu .cds--header__menu .cds--header__menu-item--current::after {
21707
- bottom: 0;
21025
+ top: -2px;
21708
21026
  left: -2px;
21709
- border-bottom: none;
21710
- border-left: 3px solid var(--cds-border-interactive, #0f62fe);
21027
+ width: 3px;
21028
+ height: calc(100% + 4px);
21029
+ background-color: var(--cds-border-interactive, #0f62fe);
21711
21030
  }
21712
21031
  .cds--header__submenu .cds--header__menu a.cds--header__menu-item[aria-current=page]:focus::after,
21713
21032
  .cds--header__submenu .cds--header__menu .cds--header__menu-item--current:focus::after {
21714
- left: 0;
21715
- border-left: 3px solid var(--cds-border-interactive, #0f62fe);
21033
+ top: -2px;
21034
+ left: -2px;
21035
+ width: 5px;
21036
+ height: calc(100% + 4px);
21037
+ background-color: var(--cds-border-interactive, #0f62fe);
21716
21038
  }
21717
21039
 
21718
21040
  a.cds--header__menu-item[aria-current=page]:focus,
@@ -21772,6 +21094,13 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
21772
21094
  color: var(--cds-text-primary, #161616);
21773
21095
  }
21774
21096
 
21097
+ .cds--header__menu-title[aria-expanded=true] + .cds--header__menu .cds--header__menu-item.cds--header__menu-item--current {
21098
+ background-color: var(--cds-layer-selected);
21099
+ }
21100
+ .cds--header__menu-title[aria-expanded=true] + .cds--header__menu .cds--header__menu-item.cds--header__menu-item--current:hover {
21101
+ background-color: var(--cds-layer-selected-hover);
21102
+ }
21103
+
21775
21104
  .cds--header__menu .cds--header__menu-item {
21776
21105
  height: 3rem;
21777
21106
  }
@@ -21890,6 +21219,7 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
21890
21219
 
21891
21220
  @media (max-width: 65.98rem) {
21892
21221
  .cds--side-nav__overlay-active {
21222
+ z-index: 6000;
21893
21223
  width: 100vw;
21894
21224
  height: 100vh;
21895
21225
  background-color: var(--cds-overlay, rgba(22, 22, 22, 0.5));
@@ -22150,7 +21480,7 @@ a.cds--side-nav__link:focus,
22150
21480
  }
22151
21481
  @media screen and (prefers-contrast) {
22152
21482
  a.cds--side-nav__link:focus,
22153
- .cds--side-nav a.cds--header__menu-item:focus {
21483
+ .cds--side-nav a.cds--header__menu-item:focus {
22154
21484
  outline-style: dotted;
22155
21485
  }
22156
21486
  }
@@ -22270,6 +21600,15 @@ a.cds--side-nav__link--current::before {
22270
21600
  background-color: var(--cds-background-hover, rgba(141, 141, 141, 0.12));
22271
21601
  color: var(--cds-text-primary, #161616);
22272
21602
  }
21603
+ .cds--side-nav .cds--header__menu-title[aria-expanded=true] + .cds--header__menu a.cds--header__menu-item--current:hover {
21604
+ background-color: var(--cds-layer-selected-hover);
21605
+ }
21606
+
21607
+ .cds--side-nav .cds--side-nav__header-navigation a.cds--header__menu-item[aria-current=page]::after,
21608
+ .cds--side-nav .cds--side-nav__header-navigation .cds--header__menu-item--current::after {
21609
+ width: 3px;
21610
+ height: calc(100% + 4px);
21611
+ }
22273
21612
 
22274
21613
  .cds--side-nav .cds--header__menu a.cds--header__menu-item {
22275
21614
  height: inherit;
@@ -22283,9 +21622,9 @@ a.cds--side-nav__link--current::before {
22283
21622
 
22284
21623
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
22285
21624
  .cds--side-nav__icon > svg,
22286
- .cds--side-nav a.cds--header__menu-item:hover .cds--header__menu-arrow,
22287
- .cds--side-nav a.cds--header__menu-item:focus .cds--header__menu-arrow,
22288
- .cds--side-nav .cds--header__menu-arrow {
21625
+ .cds--side-nav a.cds--header__menu-item:hover .cds--header__menu-arrow,
21626
+ .cds--side-nav a.cds--header__menu-item:focus .cds--header__menu-arrow,
21627
+ .cds--side-nav .cds--header__menu-arrow {
22289
21628
  fill: ButtonText;
22290
21629
  }
22291
21630
  }
@@ -26602,7 +25941,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
26602
25941
  }
26603
25942
  @media screen and (prefers-contrast) {
26604
25943
  .cds--cc--card-node--a:focus,
26605
- .cds--cc--card-node--button:focus {
25944
+ .cds--cc--card-node--button:focus {
26606
25945
  outline-style: dotted;
26607
25946
  }
26608
25947
  }
@@ -27086,6 +26425,18 @@ svg.cds--cc--color-legend g.legend-title text {
27086
26425
  fill: var(--cds-icon-inverse, #ffffff);
27087
26426
  }
27088
26427
 
26428
+ .cds--cc--choropleth path.border {
26429
+ stroke: var(--cds-border-subtle-selected-01, #c6c6c6);
26430
+ }
26431
+ .cds--cc--choropleth g.missing-data path {
26432
+ stroke: var(--cds-border-subtle-selected-01, #c6c6c6);
26433
+ fill: var(--cds-background, #ffffff);
26434
+ }
26435
+ .cds--cc--choropleth pattern path.pattern-fill {
26436
+ stroke: var(--cds-border-strong-01, #8d8d8d);
26437
+ stroke-width: 0.5px;
26438
+ }
26439
+
27089
26440
  .cds--cc--chart-wrapper {
27090
26441
  font-family: 'IBM Plex Sans Condensed', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
27091
26442
  }
@@ -27249,6 +26600,14 @@ svg.cds--cc--color-legend g.legend-title text {
27249
26600
  --cds-fluid-spacing-02: 2vw;
27250
26601
  --cds-fluid-spacing-03: 5vw;
27251
26602
  --cds-fluid-spacing-04: 10vw;
26603
+ --cds-caption-01-font-size: 0.75rem;
26604
+ --cds-caption-01-font-weight: 400;
26605
+ --cds-caption-01-line-height: 1.33333;
26606
+ --cds-caption-01-letter-spacing: 0.32px;
26607
+ --cds-caption-02-font-size: 0.875rem;
26608
+ --cds-caption-02-font-weight: 400;
26609
+ --cds-caption-02-line-height: 1.28572;
26610
+ --cds-caption-02-letter-spacing: 0.32px;
27252
26611
  --cds-label-01-font-size: 0.75rem;
27253
26612
  --cds-label-01-font-weight: 400;
27254
26613
  --cds-label-01-line-height: 1.33333;
@@ -27682,6 +27041,14 @@ svg.cds--cc--color-legend g.legend-title text {
27682
27041
  --cds-fluid-spacing-02: 2vw;
27683
27042
  --cds-fluid-spacing-03: 5vw;
27684
27043
  --cds-fluid-spacing-04: 10vw;
27044
+ --cds-caption-01-font-size: 0.75rem;
27045
+ --cds-caption-01-font-weight: 400;
27046
+ --cds-caption-01-line-height: 1.33333;
27047
+ --cds-caption-01-letter-spacing: 0.32px;
27048
+ --cds-caption-02-font-size: 0.875rem;
27049
+ --cds-caption-02-font-weight: 400;
27050
+ --cds-caption-02-line-height: 1.28572;
27051
+ --cds-caption-02-letter-spacing: 0.32px;
27685
27052
  --cds-label-01-font-size: 0.75rem;
27686
27053
  --cds-label-01-font-weight: 400;
27687
27054
  --cds-label-01-line-height: 1.33333;
@@ -28115,6 +27482,14 @@ svg.cds--cc--color-legend g.legend-title text {
28115
27482
  --cds-fluid-spacing-02: 2vw;
28116
27483
  --cds-fluid-spacing-03: 5vw;
28117
27484
  --cds-fluid-spacing-04: 10vw;
27485
+ --cds-caption-01-font-size: 0.75rem;
27486
+ --cds-caption-01-font-weight: 400;
27487
+ --cds-caption-01-line-height: 1.33333;
27488
+ --cds-caption-01-letter-spacing: 0.32px;
27489
+ --cds-caption-02-font-size: 0.875rem;
27490
+ --cds-caption-02-font-weight: 400;
27491
+ --cds-caption-02-line-height: 1.28572;
27492
+ --cds-caption-02-letter-spacing: 0.32px;
28118
27493
  --cds-label-01-font-size: 0.75rem;
28119
27494
  --cds-label-01-font-weight: 400;
28120
27495
  --cds-label-01-line-height: 1.33333;
@@ -28548,6 +27923,14 @@ svg.cds--cc--color-legend g.legend-title text {
28548
27923
  --cds-fluid-spacing-02: 2vw;
28549
27924
  --cds-fluid-spacing-03: 5vw;
28550
27925
  --cds-fluid-spacing-04: 10vw;
27926
+ --cds-caption-01-font-size: 0.75rem;
27927
+ --cds-caption-01-font-weight: 400;
27928
+ --cds-caption-01-line-height: 1.33333;
27929
+ --cds-caption-01-letter-spacing: 0.32px;
27930
+ --cds-caption-02-font-size: 0.875rem;
27931
+ --cds-caption-02-font-weight: 400;
27932
+ --cds-caption-02-line-height: 1.28572;
27933
+ --cds-caption-02-letter-spacing: 0.32px;
28551
27934
  --cds-label-01-font-size: 0.75rem;
28552
27935
  --cds-label-01-font-weight: 400;
28553
27936
  --cds-label-01-line-height: 1.33333;
@@ -28996,6 +28379,14 @@ html {
28996
28379
  --cds-fluid-spacing-02: 2vw;
28997
28380
  --cds-fluid-spacing-03: 5vw;
28998
28381
  --cds-fluid-spacing-04: 10vw;
28382
+ --cds-caption-01-font-size: 0.75rem;
28383
+ --cds-caption-01-font-weight: 400;
28384
+ --cds-caption-01-line-height: 1.33333;
28385
+ --cds-caption-01-letter-spacing: 0.32px;
28386
+ --cds-caption-02-font-size: 0.875rem;
28387
+ --cds-caption-02-font-weight: 400;
28388
+ --cds-caption-02-line-height: 1.28572;
28389
+ --cds-caption-02-letter-spacing: 0.32px;
28999
28390
  --cds-label-01-font-size: 0.75rem;
29000
28391
  --cds-label-01-font-weight: 400;
29001
28392
  --cds-label-01-line-height: 1.33333;
@@ -29429,6 +28820,14 @@ html[data-carbon-theme=g10] {
29429
28820
  --cds-fluid-spacing-02: 2vw;
29430
28821
  --cds-fluid-spacing-03: 5vw;
29431
28822
  --cds-fluid-spacing-04: 10vw;
28823
+ --cds-caption-01-font-size: 0.75rem;
28824
+ --cds-caption-01-font-weight: 400;
28825
+ --cds-caption-01-line-height: 1.33333;
28826
+ --cds-caption-01-letter-spacing: 0.32px;
28827
+ --cds-caption-02-font-size: 0.875rem;
28828
+ --cds-caption-02-font-weight: 400;
28829
+ --cds-caption-02-line-height: 1.28572;
28830
+ --cds-caption-02-letter-spacing: 0.32px;
29432
28831
  --cds-label-01-font-size: 0.75rem;
29433
28832
  --cds-label-01-font-weight: 400;
29434
28833
  --cds-label-01-line-height: 1.33333;
@@ -29862,6 +29261,14 @@ html[data-carbon-theme=g90] {
29862
29261
  --cds-fluid-spacing-02: 2vw;
29863
29262
  --cds-fluid-spacing-03: 5vw;
29864
29263
  --cds-fluid-spacing-04: 10vw;
29264
+ --cds-caption-01-font-size: 0.75rem;
29265
+ --cds-caption-01-font-weight: 400;
29266
+ --cds-caption-01-line-height: 1.33333;
29267
+ --cds-caption-01-letter-spacing: 0.32px;
29268
+ --cds-caption-02-font-size: 0.875rem;
29269
+ --cds-caption-02-font-weight: 400;
29270
+ --cds-caption-02-line-height: 1.28572;
29271
+ --cds-caption-02-letter-spacing: 0.32px;
29865
29272
  --cds-label-01-font-size: 0.75rem;
29866
29273
  --cds-label-01-font-weight: 400;
29867
29274
  --cds-label-01-line-height: 1.33333;
@@ -30295,6 +29702,14 @@ html[data-carbon-theme=g100] {
30295
29702
  --cds-fluid-spacing-02: 2vw;
30296
29703
  --cds-fluid-spacing-03: 5vw;
30297
29704
  --cds-fluid-spacing-04: 10vw;
29705
+ --cds-caption-01-font-size: 0.75rem;
29706
+ --cds-caption-01-font-weight: 400;
29707
+ --cds-caption-01-line-height: 1.33333;
29708
+ --cds-caption-01-letter-spacing: 0.32px;
29709
+ --cds-caption-02-font-size: 0.875rem;
29710
+ --cds-caption-02-font-weight: 400;
29711
+ --cds-caption-02-line-height: 1.28572;
29712
+ --cds-caption-02-letter-spacing: 0.32px;
30298
29713
  --cds-label-01-font-size: 0.75rem;
30299
29714
  --cds-label-01-font-weight: 400;
30300
29715
  --cds-label-01-line-height: 1.33333;
@@ -30627,7 +30042,8 @@ div.container div.v10-banner {
30627
30042
  div.container div.v10-banner b {
30628
30043
  font-weight: 600;
30629
30044
  }
30630
- div.container div#color-palette-picker {
30045
+ div.container div#color-palette-picker,
30046
+ div.container div#projection-picker {
30631
30047
  max-width: 18rem;
30632
30048
  margin-top: 2rem;
30633
30049
  }
@@ -30788,53 +30204,6 @@ div.container.intro span.netlify a {
30788
30204
  color: #fff;
30789
30205
  font-weight: 700;
30790
30206
  }
30791
- div.container.tutorial {
30792
- @import '~highlight.js/styles/sunburst.css';
30793
- }
30794
- div.container.tutorial h1,
30795
- div.container.tutorial h2,
30796
- div.container.tutorial h5,
30797
- div.container.tutorial p {
30798
- margin-bottom: 15px;
30799
- }
30800
- div.container.tutorial ul,
30801
- div.container.tutorial pre {
30802
- margin-bottom: 30px;
30803
- }
30804
- div.container.tutorial h5 {
30805
- margin-top: 30px;
30806
- }
30807
- div.container.tutorial ul {
30808
- padding-inline-start: 15px;
30809
- list-style: disc;
30810
- }
30811
- div.container.tutorial ul li {
30812
- margin-bottom: 0.5em;
30813
- }
30814
- div.container.tutorial ul li:last-child {
30815
- margin-bottom: 0;
30816
- }
30817
- div.container.tutorial code {
30818
- border-radius: 4px;
30819
- background-color: #e0e0e0;
30820
- color: #161616;
30821
- padding: 0 0.5em;
30822
- }
30823
- div.container.tutorial pre {
30824
- background-color: black;
30825
- color: white;
30826
- padding: 15px;
30827
- margin-top: 15px;
30828
- -moz-tab-size: 4;
30829
- tab-size: 4;
30830
- font-size: 14px;
30831
- line-height: 1.4;
30832
- }
30833
- div.container.tutorial pre code {
30834
- background-color: unset;
30835
- color: white;
30836
- padding: 0;
30837
- }
30838
30207
  div.container .marginTop {
30839
30208
  margin-top: 10px;
30840
30209
  }