@automattic/plans-grid-next 1.0.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 (619) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +3 -0
  3. package/dist/cjs/__mocks__/wpcom-proxy-request.js +17 -0
  4. package/dist/cjs/__mocks__/wpcom-proxy-request.js.map +1 -0
  5. package/dist/cjs/_media-queries.scss +14 -0
  6. package/dist/cjs/_mixins.scss +15 -0
  7. package/dist/cjs/_shared.scss +174 -0
  8. package/dist/cjs/components/comparison-grid/index.js +527 -0
  9. package/dist/cjs/components/comparison-grid/index.js.map +1 -0
  10. package/dist/cjs/components/comparison-grid/index.stories.js +74 -0
  11. package/dist/cjs/components/comparison-grid/index.stories.js.map +1 -0
  12. package/dist/cjs/components/comparison-grid/style.scss +318 -0
  13. package/dist/cjs/components/dropdown-option.js +33 -0
  14. package/dist/cjs/components/dropdown-option.js.map +1 -0
  15. package/dist/cjs/components/features-grid/billing-timeframes.js +15 -0
  16. package/dist/cjs/components/features-grid/billing-timeframes.js.map +1 -0
  17. package/dist/cjs/components/features-grid/client-logo-list/client-list.js +106 -0
  18. package/dist/cjs/components/features-grid/client-logo-list/client-list.js.map +1 -0
  19. package/dist/cjs/components/features-grid/client-logo-list/index.js +17 -0
  20. package/dist/cjs/components/features-grid/client-logo-list/index.js.map +1 -0
  21. package/dist/cjs/components/features-grid/client-logo-list/style.scss +52 -0
  22. package/dist/cjs/components/features-grid/enterprise-features.js +41 -0
  23. package/dist/cjs/components/features-grid/enterprise-features.js.map +1 -0
  24. package/dist/cjs/components/features-grid/index.js +130 -0
  25. package/dist/cjs/components/features-grid/index.js.map +1 -0
  26. package/dist/cjs/components/features-grid/index.stories.js +112 -0
  27. package/dist/cjs/components/features-grid/index.stories.js.map +1 -0
  28. package/dist/cjs/components/features-grid/mobile-free-domain.js +25 -0
  29. package/dist/cjs/components/features-grid/mobile-free-domain.js.map +1 -0
  30. package/dist/cjs/components/features-grid/plan-features-list.js +56 -0
  31. package/dist/cjs/components/features-grid/plan-features-list.js.map +1 -0
  32. package/dist/cjs/components/features-grid/plan-headers.js +15 -0
  33. package/dist/cjs/components/features-grid/plan-headers.js.map +1 -0
  34. package/dist/cjs/components/features-grid/plan-logos.js +12 -0
  35. package/dist/cjs/components/features-grid/plan-logos.js.map +1 -0
  36. package/dist/cjs/components/features-grid/plan-prices.js +14 -0
  37. package/dist/cjs/components/features-grid/plan-prices.js.map +1 -0
  38. package/dist/cjs/components/features-grid/plan-tagline.js +12 -0
  39. package/dist/cjs/components/features-grid/plan-tagline.js.map +1 -0
  40. package/dist/cjs/components/features-grid/previous-features-included-title.js +36 -0
  41. package/dist/cjs/components/features-grid/previous-features-included-title.js.map +1 -0
  42. package/dist/cjs/components/features-grid/spotlight-plan.js +24 -0
  43. package/dist/cjs/components/features-grid/spotlight-plan.js.map +1 -0
  44. package/dist/cjs/components/features-grid/spotlight-plan.scss +5 -0
  45. package/dist/cjs/components/features-grid/style.scss +630 -0
  46. package/dist/cjs/components/features-grid/table.js +38 -0
  47. package/dist/cjs/components/features-grid/table.js.map +1 -0
  48. package/dist/cjs/components/features-grid/top-buttons.js +15 -0
  49. package/dist/cjs/components/features-grid/top-buttons.js.map +1 -0
  50. package/dist/cjs/components/features.js +72 -0
  51. package/dist/cjs/components/features.js.map +1 -0
  52. package/dist/cjs/components/item.js +9 -0
  53. package/dist/cjs/components/item.js.map +1 -0
  54. package/dist/cjs/components/plan-button/index.js +21 -0
  55. package/dist/cjs/components/plan-button/index.js.map +1 -0
  56. package/dist/cjs/components/plan-button/style.scss +179 -0
  57. package/dist/cjs/components/plan-div-td-container.js +9 -0
  58. package/dist/cjs/components/plan-div-td-container.js.map +1 -0
  59. package/dist/cjs/components/plan-logo.js +45 -0
  60. package/dist/cjs/components/plan-logo.js.map +1 -0
  61. package/dist/cjs/components/plan-type-selector/components/interval-type-dropdown.js +39 -0
  62. package/dist/cjs/components/plan-type-selector/components/interval-type-dropdown.js.map +1 -0
  63. package/dist/cjs/components/plan-type-selector/components/interval-type-selector.js +12 -0
  64. package/dist/cjs/components/plan-type-selector/components/interval-type-selector.js.map +1 -0
  65. package/dist/cjs/components/plan-type-selector/components/interval-type-toggle.js +55 -0
  66. package/dist/cjs/components/plan-type-selector/components/interval-type-toggle.js.map +1 -0
  67. package/dist/cjs/components/plan-type-selector/components/popup-messages.js +108 -0
  68. package/dist/cjs/components/plan-type-selector/components/popup-messages.js.map +1 -0
  69. package/dist/cjs/components/plan-type-selector/hooks/use-interval-options.js +56 -0
  70. package/dist/cjs/components/plan-type-selector/hooks/use-interval-options.js.map +1 -0
  71. package/dist/cjs/components/plan-type-selector/hooks/use-max-discount.js +45 -0
  72. package/dist/cjs/components/plan-type-selector/hooks/use-max-discount.js.map +1 -0
  73. package/dist/cjs/components/plan-type-selector/hooks/use-max-discounts-for-plan-terms.js +68 -0
  74. package/dist/cjs/components/plan-type-selector/hooks/use-max-discounts-for-plan-terms.js.map +1 -0
  75. package/dist/cjs/components/plan-type-selector/index.js +27 -0
  76. package/dist/cjs/components/plan-type-selector/index.js.map +1 -0
  77. package/dist/cjs/components/plan-type-selector/style.scss +196 -0
  78. package/dist/cjs/components/plans-2023-tooltip.js +46 -0
  79. package/dist/cjs/components/plans-2023-tooltip.js.map +1 -0
  80. package/dist/cjs/components/popular-badge.js +16 -0
  81. package/dist/cjs/components/popular-badge.js.map +1 -0
  82. package/dist/cjs/components/shared/action-button/index.js +91 -0
  83. package/dist/cjs/components/shared/action-button/index.js.map +1 -0
  84. package/dist/cjs/components/shared/action-button/style.scss +12 -0
  85. package/dist/cjs/components/shared/billing-timeframe/index.js +58 -0
  86. package/dist/cjs/components/shared/billing-timeframe/index.js.map +1 -0
  87. package/dist/cjs/components/shared/header-price/header-price-context.js +14 -0
  88. package/dist/cjs/components/shared/header-price/header-price-context.js.map +1 -0
  89. package/dist/cjs/components/shared/header-price/index.js +102 -0
  90. package/dist/cjs/components/shared/header-price/index.js.map +1 -0
  91. package/dist/cjs/components/shared/header-price/style.scss +112 -0
  92. package/dist/cjs/components/shared/plan-pill/index.js +6 -0
  93. package/dist/cjs/components/shared/plan-pill/index.js.map +1 -0
  94. package/dist/cjs/components/shared/plan-pill/style.scss +30 -0
  95. package/dist/cjs/components/shared/storage/components/plan-storage.js +28 -0
  96. package/dist/cjs/components/shared/storage/components/plan-storage.js.map +1 -0
  97. package/dist/cjs/components/shared/storage/components/storage-dropdown.js +96 -0
  98. package/dist/cjs/components/shared/storage/components/storage-dropdown.js.map +1 -0
  99. package/dist/cjs/components/shared/storage/components/storage-feature-label.js +40 -0
  100. package/dist/cjs/components/shared/storage/components/storage-feature-label.js.map +1 -0
  101. package/dist/cjs/components/shared/storage/constants.js +6 -0
  102. package/dist/cjs/components/shared/storage/constants.js.map +1 -0
  103. package/dist/cjs/components/shared/storage/hooks/use-default-storage-option.js +26 -0
  104. package/dist/cjs/components/shared/storage/hooks/use-default-storage-option.js.map +1 -0
  105. package/dist/cjs/components/shared/storage/hooks/use-plan-storage.js +29 -0
  106. package/dist/cjs/components/shared/storage/hooks/use-plan-storage.js.map +1 -0
  107. package/dist/cjs/components/shared/storage/hooks/use-purchased-storage-add-on.js +51 -0
  108. package/dist/cjs/components/shared/storage/hooks/use-purchased-storage-add-on.js.map +1 -0
  109. package/dist/cjs/components/shared/storage/hooks/use-storage-string.js +13 -0
  110. package/dist/cjs/components/shared/storage/hooks/use-storage-string.js.map +1 -0
  111. package/dist/cjs/components/shared/storage/index.js +14 -0
  112. package/dist/cjs/components/shared/storage/index.js.map +1 -0
  113. package/dist/cjs/components/sticky-container.js +74 -0
  114. package/dist/cjs/components/sticky-container.js.map +1 -0
  115. package/dist/cjs/constants.js +11 -0
  116. package/dist/cjs/constants.js.map +1 -0
  117. package/dist/cjs/css-mixins.js +14 -0
  118. package/dist/cjs/css-mixins.js.map +1 -0
  119. package/dist/cjs/fixtures/plans.js +1542 -0
  120. package/dist/cjs/fixtures/plans.js.map +1 -0
  121. package/dist/cjs/fixtures/sites-plans.js +458 -0
  122. package/dist/cjs/fixtures/sites-plans.js.map +1 -0
  123. package/dist/cjs/fixtures/sites-purchases.js +133 -0
  124. package/dist/cjs/fixtures/sites-purchases.js.map +1 -0
  125. package/dist/cjs/grid-context.js +40 -0
  126. package/dist/cjs/grid-context.js.map +1 -0
  127. package/dist/cjs/hooks/data-store/is-popular-plan.js +9 -0
  128. package/dist/cjs/hooks/data-store/is-popular-plan.js.map +1 -0
  129. package/dist/cjs/hooks/data-store/types.js +3 -0
  130. package/dist/cjs/hooks/data-store/types.js.map +1 -0
  131. package/dist/cjs/hooks/data-store/use-grid-plan-for-spotlight.js +18 -0
  132. package/dist/cjs/hooks/data-store/use-grid-plan-for-spotlight.js.map +1 -0
  133. package/dist/cjs/hooks/data-store/use-grid-plans-for-comparison-grid.js +55 -0
  134. package/dist/cjs/hooks/data-store/use-grid-plans-for-comparison-grid.js.map +1 -0
  135. package/dist/cjs/hooks/data-store/use-grid-plans-for-features-grid.js +56 -0
  136. package/dist/cjs/hooks/data-store/use-grid-plans-for-features-grid.js.map +1 -0
  137. package/dist/cjs/hooks/data-store/use-grid-plans.js +254 -0
  138. package/dist/cjs/hooks/data-store/use-grid-plans.js.map +1 -0
  139. package/dist/cjs/hooks/data-store/use-highlight-labels.js +60 -0
  140. package/dist/cjs/hooks/data-store/use-highlight-labels.js.map +1 -0
  141. package/dist/cjs/hooks/data-store/use-highlighted-features.js +35 -0
  142. package/dist/cjs/hooks/data-store/use-highlighted-features.js.map +1 -0
  143. package/dist/cjs/hooks/data-store/use-plan-billing-description.js +216 -0
  144. package/dist/cjs/hooks/data-store/use-plan-billing-description.js.map +1 -0
  145. package/dist/cjs/hooks/data-store/use-plan-features-for-grid-plans.js +133 -0
  146. package/dist/cjs/hooks/data-store/use-plan-features-for-grid-plans.js.map +1 -0
  147. package/dist/cjs/hooks/data-store/use-plans-from-types.js +30 -0
  148. package/dist/cjs/hooks/data-store/use-plans-from-types.js.map +1 -0
  149. package/dist/cjs/hooks/data-store/use-restructured-plan-features-for-comparison-grid.js +90 -0
  150. package/dist/cjs/hooks/data-store/use-restructured-plan-features-for-comparison-grid.js.map +1 -0
  151. package/dist/cjs/hooks/use-grid-size.js +33 -0
  152. package/dist/cjs/hooks/use-grid-size.js.map +1 -0
  153. package/dist/cjs/hooks/use-highlight-adjacency-matrix.js +31 -0
  154. package/dist/cjs/hooks/use-highlight-adjacency-matrix.js.map +1 -0
  155. package/dist/cjs/hooks/use-is-large-currency.js +69 -0
  156. package/dist/cjs/hooks/use-is-large-currency.js.map +1 -0
  157. package/dist/cjs/hooks/use-manage-tooltip-toggle.js +29 -0
  158. package/dist/cjs/hooks/use-manage-tooltip-toggle.js.map +1 -0
  159. package/dist/cjs/hooks/use-plan-pricing-info-from-grid-plans.js +17 -0
  160. package/dist/cjs/hooks/use-plan-pricing-info-from-grid-plans.js.map +1 -0
  161. package/dist/cjs/index.js +36 -0
  162. package/dist/cjs/index.js.map +1 -0
  163. package/dist/cjs/lib/filter-unused-features-object.js +19 -0
  164. package/dist/cjs/lib/filter-unused-features-object.js.map +1 -0
  165. package/dist/cjs/lib/get-plan-features-object.js +11 -0
  166. package/dist/cjs/lib/get-plan-features-object.js.map +1 -0
  167. package/dist/cjs/lib/get-plan-pricing-info-from-grid-plans.js +16 -0
  168. package/dist/cjs/lib/get-plan-pricing-info-from-grid-plans.js.map +1 -0
  169. package/dist/cjs/lib/is-same-plan.js +12 -0
  170. package/dist/cjs/lib/is-same-plan.js.map +1 -0
  171. package/dist/cjs/lib/sort-plan-properties.js +39 -0
  172. package/dist/cjs/lib/sort-plan-properties.js.map +1 -0
  173. package/dist/cjs/lib/touch-detect/index.js +20 -0
  174. package/dist/cjs/lib/touch-detect/index.js.map +1 -0
  175. package/dist/cjs/types.js +3 -0
  176. package/dist/cjs/types.js.map +1 -0
  177. package/dist/esm/__mocks__/wpcom-proxy-request.js +11 -0
  178. package/dist/esm/__mocks__/wpcom-proxy-request.js.map +1 -0
  179. package/dist/esm/_media-queries.scss +14 -0
  180. package/dist/esm/_mixins.scss +15 -0
  181. package/dist/esm/_shared.scss +174 -0
  182. package/dist/esm/components/comparison-grid/index.js +524 -0
  183. package/dist/esm/components/comparison-grid/index.js.map +1 -0
  184. package/dist/esm/components/comparison-grid/index.stories.js +71 -0
  185. package/dist/esm/components/comparison-grid/index.stories.js.map +1 -0
  186. package/dist/esm/components/comparison-grid/style.scss +318 -0
  187. package/dist/esm/components/dropdown-option.js +30 -0
  188. package/dist/esm/components/dropdown-option.js.map +1 -0
  189. package/dist/esm/components/features-grid/billing-timeframes.js +12 -0
  190. package/dist/esm/components/features-grid/billing-timeframes.js.map +1 -0
  191. package/dist/esm/components/features-grid/client-logo-list/client-list.js +104 -0
  192. package/dist/esm/components/features-grid/client-logo-list/client-list.js.map +1 -0
  193. package/dist/esm/components/features-grid/client-logo-list/index.js +14 -0
  194. package/dist/esm/components/features-grid/client-logo-list/index.js.map +1 -0
  195. package/dist/esm/components/features-grid/client-logo-list/style.scss +52 -0
  196. package/dist/esm/components/features-grid/enterprise-features.js +38 -0
  197. package/dist/esm/components/features-grid/enterprise-features.js.map +1 -0
  198. package/dist/esm/components/features-grid/index.js +127 -0
  199. package/dist/esm/components/features-grid/index.js.map +1 -0
  200. package/dist/esm/components/features-grid/index.stories.js +109 -0
  201. package/dist/esm/components/features-grid/index.stories.js.map +1 -0
  202. package/dist/esm/components/features-grid/mobile-free-domain.js +23 -0
  203. package/dist/esm/components/features-grid/mobile-free-domain.js.map +1 -0
  204. package/dist/esm/components/features-grid/plan-features-list.js +53 -0
  205. package/dist/esm/components/features-grid/plan-features-list.js.map +1 -0
  206. package/dist/esm/components/features-grid/plan-headers.js +12 -0
  207. package/dist/esm/components/features-grid/plan-headers.js.map +1 -0
  208. package/dist/esm/components/features-grid/plan-logos.js +9 -0
  209. package/dist/esm/components/features-grid/plan-logos.js.map +1 -0
  210. package/dist/esm/components/features-grid/plan-prices.js +11 -0
  211. package/dist/esm/components/features-grid/plan-prices.js.map +1 -0
  212. package/dist/esm/components/features-grid/plan-tagline.js +9 -0
  213. package/dist/esm/components/features-grid/plan-tagline.js.map +1 -0
  214. package/dist/esm/components/features-grid/previous-features-included-title.js +33 -0
  215. package/dist/esm/components/features-grid/previous-features-included-title.js.map +1 -0
  216. package/dist/esm/components/features-grid/spotlight-plan.js +21 -0
  217. package/dist/esm/components/features-grid/spotlight-plan.js.map +1 -0
  218. package/dist/esm/components/features-grid/spotlight-plan.scss +5 -0
  219. package/dist/esm/components/features-grid/style.scss +630 -0
  220. package/dist/esm/components/features-grid/table.js +35 -0
  221. package/dist/esm/components/features-grid/table.js.map +1 -0
  222. package/dist/esm/components/features-grid/top-buttons.js +12 -0
  223. package/dist/esm/components/features-grid/top-buttons.js.map +1 -0
  224. package/dist/esm/components/features.js +69 -0
  225. package/dist/esm/components/features.js.map +1 -0
  226. package/dist/esm/components/item.js +5 -0
  227. package/dist/esm/components/item.js.map +1 -0
  228. package/dist/esm/components/plan-button/index.js +18 -0
  229. package/dist/esm/components/plan-button/index.js.map +1 -0
  230. package/dist/esm/components/plan-button/style.scss +179 -0
  231. package/dist/esm/components/plan-div-td-container.js +7 -0
  232. package/dist/esm/components/plan-div-td-container.js.map +1 -0
  233. package/dist/esm/components/plan-logo.js +42 -0
  234. package/dist/esm/components/plan-logo.js.map +1 -0
  235. package/dist/esm/components/plan-type-selector/components/interval-type-dropdown.js +34 -0
  236. package/dist/esm/components/plan-type-selector/components/interval-type-dropdown.js.map +1 -0
  237. package/dist/esm/components/plan-type-selector/components/interval-type-selector.js +8 -0
  238. package/dist/esm/components/plan-type-selector/components/interval-type-selector.js.map +1 -0
  239. package/dist/esm/components/plan-type-selector/components/interval-type-toggle.js +50 -0
  240. package/dist/esm/components/plan-type-selector/components/interval-type-toggle.js.map +1 -0
  241. package/dist/esm/components/plan-type-selector/components/popup-messages.js +105 -0
  242. package/dist/esm/components/plan-type-selector/components/popup-messages.js.map +1 -0
  243. package/dist/esm/components/plan-type-selector/hooks/use-interval-options.js +52 -0
  244. package/dist/esm/components/plan-type-selector/hooks/use-interval-options.js.map +1 -0
  245. package/dist/esm/components/plan-type-selector/hooks/use-max-discount.js +42 -0
  246. package/dist/esm/components/plan-type-selector/hooks/use-max-discount.js.map +1 -0
  247. package/dist/esm/components/plan-type-selector/hooks/use-max-discounts-for-plan-terms.js +65 -0
  248. package/dist/esm/components/plan-type-selector/hooks/use-max-discounts-for-plan-terms.js.map +1 -0
  249. package/dist/esm/components/plan-type-selector/index.js +24 -0
  250. package/dist/esm/components/plan-type-selector/index.js.map +1 -0
  251. package/dist/esm/components/plan-type-selector/style.scss +196 -0
  252. package/dist/esm/components/plans-2023-tooltip.js +41 -0
  253. package/dist/esm/components/plans-2023-tooltip.js.map +1 -0
  254. package/dist/esm/components/popular-badge.js +13 -0
  255. package/dist/esm/components/popular-badge.js.map +1 -0
  256. package/dist/esm/components/shared/action-button/index.js +88 -0
  257. package/dist/esm/components/shared/action-button/index.js.map +1 -0
  258. package/dist/esm/components/shared/action-button/style.scss +12 -0
  259. package/dist/esm/components/shared/billing-timeframe/index.js +55 -0
  260. package/dist/esm/components/shared/billing-timeframe/index.js.map +1 -0
  261. package/dist/esm/components/shared/header-price/header-price-context.js +10 -0
  262. package/dist/esm/components/shared/header-price/header-price-context.js.map +1 -0
  263. package/dist/esm/components/shared/header-price/index.js +99 -0
  264. package/dist/esm/components/shared/header-price/index.js.map +1 -0
  265. package/dist/esm/components/shared/header-price/style.scss +112 -0
  266. package/dist/esm/components/shared/plan-pill/index.js +4 -0
  267. package/dist/esm/components/shared/plan-pill/index.js.map +1 -0
  268. package/dist/esm/components/shared/plan-pill/style.scss +30 -0
  269. package/dist/esm/components/shared/storage/components/plan-storage.js +25 -0
  270. package/dist/esm/components/shared/storage/components/plan-storage.js.map +1 -0
  271. package/dist/esm/components/shared/storage/components/storage-dropdown.js +93 -0
  272. package/dist/esm/components/shared/storage/components/storage-dropdown.js.map +1 -0
  273. package/dist/esm/components/shared/storage/components/storage-feature-label.js +37 -0
  274. package/dist/esm/components/shared/storage/components/storage-feature-label.js.map +1 -0
  275. package/dist/esm/components/shared/storage/constants.js +3 -0
  276. package/dist/esm/components/shared/storage/constants.js.map +1 -0
  277. package/dist/esm/components/shared/storage/hooks/use-default-storage-option.js +22 -0
  278. package/dist/esm/components/shared/storage/hooks/use-default-storage-option.js.map +1 -0
  279. package/dist/esm/components/shared/storage/hooks/use-plan-storage.js +27 -0
  280. package/dist/esm/components/shared/storage/hooks/use-plan-storage.js.map +1 -0
  281. package/dist/esm/components/shared/storage/hooks/use-purchased-storage-add-on.js +48 -0
  282. package/dist/esm/components/shared/storage/hooks/use-purchased-storage-add-on.js.map +1 -0
  283. package/dist/esm/components/shared/storage/hooks/use-storage-string.js +11 -0
  284. package/dist/esm/components/shared/storage/hooks/use-storage-string.js.map +1 -0
  285. package/dist/esm/components/shared/storage/index.js +9 -0
  286. package/dist/esm/components/shared/storage/index.js.map +1 -0
  287. package/dist/esm/components/sticky-container.js +69 -0
  288. package/dist/esm/components/sticky-container.js.map +1 -0
  289. package/dist/esm/constants.js +8 -0
  290. package/dist/esm/constants.js.map +1 -0
  291. package/dist/esm/css-mixins.js +10 -0
  292. package/dist/esm/css-mixins.js.map +1 -0
  293. package/dist/esm/fixtures/plans.js +1540 -0
  294. package/dist/esm/fixtures/plans.js.map +1 -0
  295. package/dist/esm/fixtures/sites-plans.js +456 -0
  296. package/dist/esm/fixtures/sites-plans.js.map +1 -0
  297. package/dist/esm/fixtures/sites-purchases.js +131 -0
  298. package/dist/esm/fixtures/sites-purchases.js.map +1 -0
  299. package/dist/esm/grid-context.js +36 -0
  300. package/dist/esm/grid-context.js.map +1 -0
  301. package/dist/esm/hooks/data-store/is-popular-plan.js +5 -0
  302. package/dist/esm/hooks/data-store/is-popular-plan.js.map +1 -0
  303. package/dist/esm/hooks/data-store/types.js +2 -0
  304. package/dist/esm/hooks/data-store/types.js.map +1 -0
  305. package/dist/esm/hooks/data-store/use-grid-plan-for-spotlight.js +16 -0
  306. package/dist/esm/hooks/data-store/use-grid-plan-for-spotlight.js.map +1 -0
  307. package/dist/esm/hooks/data-store/use-grid-plans-for-comparison-grid.js +52 -0
  308. package/dist/esm/hooks/data-store/use-grid-plans-for-comparison-grid.js.map +1 -0
  309. package/dist/esm/hooks/data-store/use-grid-plans-for-features-grid.js +53 -0
  310. package/dist/esm/hooks/data-store/use-grid-plans-for-features-grid.js.map +1 -0
  311. package/dist/esm/hooks/data-store/use-grid-plans.js +249 -0
  312. package/dist/esm/hooks/data-store/use-grid-plans.js.map +1 -0
  313. package/dist/esm/hooks/data-store/use-highlight-labels.js +58 -0
  314. package/dist/esm/hooks/data-store/use-highlight-labels.js.map +1 -0
  315. package/dist/esm/hooks/data-store/use-highlighted-features.js +33 -0
  316. package/dist/esm/hooks/data-store/use-highlighted-features.js.map +1 -0
  317. package/dist/esm/hooks/data-store/use-plan-billing-description.js +213 -0
  318. package/dist/esm/hooks/data-store/use-plan-billing-description.js.map +1 -0
  319. package/dist/esm/hooks/data-store/use-plan-features-for-grid-plans.js +130 -0
  320. package/dist/esm/hooks/data-store/use-plan-features-for-grid-plans.js.map +1 -0
  321. package/dist/esm/hooks/data-store/use-plans-from-types.js +27 -0
  322. package/dist/esm/hooks/data-store/use-plans-from-types.js.map +1 -0
  323. package/dist/esm/hooks/data-store/use-restructured-plan-features-for-comparison-grid.js +87 -0
  324. package/dist/esm/hooks/data-store/use-restructured-plan-features-for-comparison-grid.js.map +1 -0
  325. package/dist/esm/hooks/use-grid-size.js +29 -0
  326. package/dist/esm/hooks/use-grid-size.js.map +1 -0
  327. package/dist/esm/hooks/use-highlight-adjacency-matrix.js +29 -0
  328. package/dist/esm/hooks/use-highlight-adjacency-matrix.js.map +1 -0
  329. package/dist/esm/hooks/use-is-large-currency.js +66 -0
  330. package/dist/esm/hooks/use-is-large-currency.js.map +1 -0
  331. package/dist/esm/hooks/use-manage-tooltip-toggle.js +25 -0
  332. package/dist/esm/hooks/use-manage-tooltip-toggle.js.map +1 -0
  333. package/dist/esm/hooks/use-plan-pricing-info-from-grid-plans.js +13 -0
  334. package/dist/esm/hooks/use-plan-pricing-info-from-grid-plans.js.map +1 -0
  335. package/dist/esm/index.js +28 -0
  336. package/dist/esm/index.js.map +1 -0
  337. package/dist/esm/lib/filter-unused-features-object.js +17 -0
  338. package/dist/esm/lib/filter-unused-features-object.js.map +1 -0
  339. package/dist/esm/lib/get-plan-features-object.js +9 -0
  340. package/dist/esm/lib/get-plan-features-object.js.map +1 -0
  341. package/dist/esm/lib/get-plan-pricing-info-from-grid-plans.js +12 -0
  342. package/dist/esm/lib/get-plan-pricing-info-from-grid-plans.js.map +1 -0
  343. package/dist/esm/lib/is-same-plan.js +8 -0
  344. package/dist/esm/lib/is-same-plan.js.map +1 -0
  345. package/dist/esm/lib/sort-plan-properties.js +35 -0
  346. package/dist/esm/lib/sort-plan-properties.js.map +1 -0
  347. package/dist/esm/lib/touch-detect/index.js +16 -0
  348. package/dist/esm/lib/touch-detect/index.js.map +1 -0
  349. package/dist/esm/types.js +2 -0
  350. package/dist/esm/types.js.map +1 -0
  351. package/dist/tsconfig-cjs.tsbuildinfo +1 -0
  352. package/dist/tsconfig.tsbuildinfo +1 -0
  353. package/dist/types/__mocks__/wpcom-proxy-request.d.ts +8 -0
  354. package/dist/types/__mocks__/wpcom-proxy-request.d.ts.map +1 -0
  355. package/dist/types/components/comparison-grid/index.d.ts +5 -0
  356. package/dist/types/components/comparison-grid/index.d.ts.map +1 -0
  357. package/dist/types/components/comparison-grid/index.stories.d.ts +66 -0
  358. package/dist/types/components/comparison-grid/index.stories.d.ts.map +1 -0
  359. package/dist/types/components/dropdown-option.d.ts +10 -0
  360. package/dist/types/components/dropdown-option.d.ts.map +1 -0
  361. package/dist/types/components/features-grid/billing-timeframes.d.ts +11 -0
  362. package/dist/types/components/features-grid/billing-timeframes.d.ts.map +1 -0
  363. package/dist/types/components/features-grid/client-logo-list/client-list.d.ts +11 -0
  364. package/dist/types/components/features-grid/client-logo-list/client-list.d.ts.map +1 -0
  365. package/dist/types/components/features-grid/client-logo-list/index.d.ts +4 -0
  366. package/dist/types/components/features-grid/client-logo-list/index.d.ts.map +1 -0
  367. package/dist/types/components/features-grid/enterprise-features.d.ts +11 -0
  368. package/dist/types/components/features-grid/enterprise-features.d.ts.map +1 -0
  369. package/dist/types/components/features-grid/index.d.ts +5 -0
  370. package/dist/types/components/features-grid/index.d.ts.map +1 -0
  371. package/dist/types/components/features-grid/index.stories.d.ts +173 -0
  372. package/dist/types/components/features-grid/index.stories.d.ts.map +1 -0
  373. package/dist/types/components/features-grid/mobile-free-domain.d.ts +8 -0
  374. package/dist/types/components/features-grid/mobile-free-domain.d.ts.map +1 -0
  375. package/dist/types/components/features-grid/plan-features-list.d.ts +31 -0
  376. package/dist/types/components/features-grid/plan-features-list.d.ts.map +1 -0
  377. package/dist/types/components/features-grid/plan-headers.d.ts +10 -0
  378. package/dist/types/components/features-grid/plan-headers.d.ts.map +1 -0
  379. package/dist/types/components/features-grid/plan-logos.d.ts +11 -0
  380. package/dist/types/components/features-grid/plan-logos.d.ts.map +1 -0
  381. package/dist/types/components/features-grid/plan-prices.d.ts +11 -0
  382. package/dist/types/components/features-grid/plan-prices.d.ts.map +1 -0
  383. package/dist/types/components/features-grid/plan-tagline.d.ts +10 -0
  384. package/dist/types/components/features-grid/plan-tagline.d.ts.map +1 -0
  385. package/dist/types/components/features-grid/previous-features-included-title.d.ts +10 -0
  386. package/dist/types/components/features-grid/previous-features-included-title.d.ts.map +1 -0
  387. package/dist/types/components/features-grid/spotlight-plan.d.ts +17 -0
  388. package/dist/types/components/features-grid/spotlight-plan.d.ts.map +1 -0
  389. package/dist/types/components/features-grid/table.d.ts +26 -0
  390. package/dist/types/components/features-grid/table.d.ts.map +1 -0
  391. package/dist/types/components/features-grid/top-buttons.d.ts +14 -0
  392. package/dist/types/components/features-grid/top-buttons.d.ts.map +1 -0
  393. package/dist/types/components/features.d.ts +17 -0
  394. package/dist/types/components/features.d.ts.map +1 -0
  395. package/dist/types/components/item.d.ts +5 -0
  396. package/dist/types/components/item.d.ts.map +1 -0
  397. package/dist/types/components/plan-button/index.d.ts +17 -0
  398. package/dist/types/components/plan-button/index.d.ts.map +1 -0
  399. package/dist/types/components/plan-div-td-container.d.ts +7 -0
  400. package/dist/types/components/plan-div-td-container.d.ts.map +1 -0
  401. package/dist/types/components/plan-logo.d.ts +12 -0
  402. package/dist/types/components/plan-logo.d.ts.map +1 -0
  403. package/dist/types/components/plan-type-selector/components/interval-type-dropdown.d.ts +4 -0
  404. package/dist/types/components/plan-type-selector/components/interval-type-dropdown.d.ts.map +1 -0
  405. package/dist/types/components/plan-type-selector/components/interval-type-selector.d.ts +4 -0
  406. package/dist/types/components/plan-type-selector/components/interval-type-selector.d.ts.map +1 -0
  407. package/dist/types/components/plan-type-selector/components/interval-type-toggle.d.ts +4 -0
  408. package/dist/types/components/plan-type-selector/components/interval-type-toggle.d.ts.map +1 -0
  409. package/dist/types/components/plan-type-selector/components/popup-messages.d.ts +9 -0
  410. package/dist/types/components/plan-type-selector/components/popup-messages.d.ts.map +1 -0
  411. package/dist/types/components/plan-type-selector/hooks/use-interval-options.d.ts +11 -0
  412. package/dist/types/components/plan-type-selector/hooks/use-interval-options.d.ts.map +1 -0
  413. package/dist/types/components/plan-type-selector/hooks/use-max-discount.d.ts +4 -0
  414. package/dist/types/components/plan-type-selector/hooks/use-max-discount.d.ts.map +1 -0
  415. package/dist/types/components/plan-type-selector/hooks/use-max-discounts-for-plan-terms.d.ts +10 -0
  416. package/dist/types/components/plan-type-selector/hooks/use-max-discounts-for-plan-terms.d.ts.map +1 -0
  417. package/dist/types/components/plan-type-selector/index.d.ts +6 -0
  418. package/dist/types/components/plan-type-selector/index.d.ts.map +1 -0
  419. package/dist/types/components/plans-2023-tooltip.d.ts +11 -0
  420. package/dist/types/components/plans-2023-tooltip.d.ts.map +1 -0
  421. package/dist/types/components/popular-badge.d.ts +9 -0
  422. package/dist/types/components/popular-badge.d.ts.map +1 -0
  423. package/dist/types/components/shared/action-button/index.d.ts +19 -0
  424. package/dist/types/components/shared/action-button/index.d.ts.map +1 -0
  425. package/dist/types/components/shared/billing-timeframe/index.d.ts +8 -0
  426. package/dist/types/components/shared/billing-timeframe/index.d.ts.map +1 -0
  427. package/dist/types/components/shared/header-price/header-price-context.d.ts +12 -0
  428. package/dist/types/components/shared/header-price/header-price-context.d.ts.map +1 -0
  429. package/dist/types/components/shared/header-price/index.d.ts +11 -0
  430. package/dist/types/components/shared/header-price/index.d.ts.map +1 -0
  431. package/dist/types/components/shared/plan-pill/index.d.ts +3 -0
  432. package/dist/types/components/shared/plan-pill/index.d.ts.map +1 -0
  433. package/dist/types/components/shared/storage/components/plan-storage.d.ts +13 -0
  434. package/dist/types/components/shared/storage/components/plan-storage.d.ts.map +1 -0
  435. package/dist/types/components/shared/storage/components/storage-dropdown.d.ts +9 -0
  436. package/dist/types/components/shared/storage/components/storage-dropdown.d.ts.map +1 -0
  437. package/dist/types/components/shared/storage/components/storage-feature-label.d.ts +7 -0
  438. package/dist/types/components/shared/storage/components/storage-feature-label.d.ts.map +1 -0
  439. package/dist/types/components/shared/storage/constants.d.ts +2 -0
  440. package/dist/types/components/shared/storage/constants.d.ts.map +1 -0
  441. package/dist/types/components/shared/storage/hooks/use-default-storage-option.d.ts +14 -0
  442. package/dist/types/components/shared/storage/hooks/use-default-storage-option.d.ts.map +1 -0
  443. package/dist/types/components/shared/storage/hooks/use-plan-storage.d.ts +4 -0
  444. package/dist/types/components/shared/storage/hooks/use-plan-storage.d.ts.map +1 -0
  445. package/dist/types/components/shared/storage/hooks/use-purchased-storage-add-on.d.ts +3 -0
  446. package/dist/types/components/shared/storage/hooks/use-purchased-storage-add-on.d.ts.map +1 -0
  447. package/dist/types/components/shared/storage/hooks/use-storage-string.d.ts +4 -0
  448. package/dist/types/components/shared/storage/hooks/use-storage-string.d.ts.map +1 -0
  449. package/dist/types/components/shared/storage/index.d.ts +9 -0
  450. package/dist/types/components/shared/storage/index.d.ts.map +1 -0
  451. package/dist/types/components/sticky-container.d.ts +33 -0
  452. package/dist/types/components/sticky-container.d.ts.map +1 -0
  453. package/dist/types/constants.d.ts +2 -0
  454. package/dist/types/constants.d.ts.map +1 -0
  455. package/dist/types/css-mixins.d.ts +3 -0
  456. package/dist/types/css-mixins.d.ts.map +1 -0
  457. package/dist/types/fixtures/plans.d.ts +201 -0
  458. package/dist/types/fixtures/plans.d.ts.map +1 -0
  459. package/dist/types/fixtures/sites-plans.d.ts +457 -0
  460. package/dist/types/fixtures/sites-plans.d.ts.map +1 -0
  461. package/dist/types/fixtures/sites-purchases.d.ts +96 -0
  462. package/dist/types/fixtures/sites-purchases.d.ts.map +1 -0
  463. package/dist/types/grid-context.d.ts +40 -0
  464. package/dist/types/grid-context.d.ts.map +1 -0
  465. package/dist/types/hooks/data-store/is-popular-plan.d.ts +2 -0
  466. package/dist/types/hooks/data-store/is-popular-plan.d.ts.map +1 -0
  467. package/dist/types/hooks/data-store/types.d.ts +40 -0
  468. package/dist/types/hooks/data-store/types.d.ts.map +1 -0
  469. package/dist/types/hooks/data-store/use-grid-plan-for-spotlight.d.ts +10 -0
  470. package/dist/types/hooks/data-store/use-grid-plan-for-spotlight.d.ts.map +1 -0
  471. package/dist/types/hooks/data-store/use-grid-plans-for-comparison-grid.d.ts +5 -0
  472. package/dist/types/hooks/data-store/use-grid-plans-for-comparison-grid.d.ts.map +1 -0
  473. package/dist/types/hooks/data-store/use-grid-plans-for-features-grid.d.ts +5 -0
  474. package/dist/types/hooks/data-store/use-grid-plans-for-features-grid.d.ts.map +1 -0
  475. package/dist/types/hooks/data-store/use-grid-plans.d.ts +13 -0
  476. package/dist/types/hooks/data-store/use-grid-plans.d.ts.map +1 -0
  477. package/dist/types/hooks/data-store/use-highlight-labels.d.ts +20 -0
  478. package/dist/types/hooks/data-store/use-highlight-labels.d.ts.map +1 -0
  479. package/dist/types/hooks/data-store/use-highlighted-features.d.ts +22 -0
  480. package/dist/types/hooks/data-store/use-highlighted-features.d.ts.map +1 -0
  481. package/dist/types/hooks/data-store/use-plan-billing-description.d.ts +16 -0
  482. package/dist/types/hooks/data-store/use-plan-billing-description.d.ts.map +1 -0
  483. package/dist/types/hooks/data-store/use-plan-features-for-grid-plans.d.ts +21 -0
  484. package/dist/types/hooks/data-store/use-plan-features-for-grid-plans.d.ts.map +1 -0
  485. package/dist/types/hooks/data-store/use-plans-from-types.d.ts +10 -0
  486. package/dist/types/hooks/data-store/use-plans-from-types.d.ts.map +1 -0
  487. package/dist/types/hooks/data-store/use-restructured-plan-features-for-comparison-grid.d.ts +15 -0
  488. package/dist/types/hooks/data-store/use-restructured-plan-features-for-comparison-grid.d.ts.map +1 -0
  489. package/dist/types/hooks/use-grid-size.d.ts +18 -0
  490. package/dist/types/hooks/use-grid-size.d.ts.map +1 -0
  491. package/dist/types/hooks/use-highlight-adjacency-matrix.d.ts +15 -0
  492. package/dist/types/hooks/use-highlight-adjacency-matrix.d.ts.map +1 -0
  493. package/dist/types/hooks/use-is-large-currency.d.ts +16 -0
  494. package/dist/types/hooks/use-is-large-currency.d.ts.map +1 -0
  495. package/dist/types/hooks/use-manage-tooltip-toggle.d.ts +3 -0
  496. package/dist/types/hooks/use-manage-tooltip-toggle.d.ts.map +1 -0
  497. package/dist/types/hooks/use-plan-pricing-info-from-grid-plans.d.ts +11 -0
  498. package/dist/types/hooks/use-plan-pricing-info-from-grid-plans.d.ts.map +1 -0
  499. package/dist/types/index.d.ts +32 -0
  500. package/dist/types/index.d.ts.map +1 -0
  501. package/dist/types/lib/filter-unused-features-object.d.ts +8 -0
  502. package/dist/types/lib/filter-unused-features-object.d.ts.map +1 -0
  503. package/dist/types/lib/get-plan-features-object.d.ts +4 -0
  504. package/dist/types/lib/get-plan-features-object.d.ts.map +1 -0
  505. package/dist/types/lib/get-plan-pricing-info-from-grid-plans.d.ts +9 -0
  506. package/dist/types/lib/get-plan-pricing-info-from-grid-plans.d.ts.map +1 -0
  507. package/dist/types/lib/is-same-plan.d.ts +3 -0
  508. package/dist/types/lib/is-same-plan.d.ts.map +1 -0
  509. package/dist/types/lib/sort-plan-properties.d.ts +3 -0
  510. package/dist/types/lib/sort-plan-properties.d.ts.map +1 -0
  511. package/dist/types/lib/touch-detect/index.d.ts +11 -0
  512. package/dist/types/lib/touch-detect/index.d.ts.map +1 -0
  513. package/dist/types/types.d.ts +225 -0
  514. package/dist/types/types.d.ts.map +1 -0
  515. package/package.json +83 -0
  516. package/src/__mocks__/wpcom-proxy-request.js +13 -0
  517. package/src/_media-queries.scss +14 -0
  518. package/src/_mixins.scss +15 -0
  519. package/src/_shared.scss +174 -0
  520. package/src/components/comparison-grid/README.md +3 -0
  521. package/src/components/comparison-grid/index.stories.tsx +91 -0
  522. package/src/components/comparison-grid/index.tsx +1215 -0
  523. package/src/components/comparison-grid/style.scss +318 -0
  524. package/src/components/dropdown-option.tsx +44 -0
  525. package/src/components/features-grid/README.md +3 -0
  526. package/src/components/features-grid/billing-timeframes.tsx +37 -0
  527. package/src/components/features-grid/client-logo-list/client-list.tsx +199 -0
  528. package/src/components/features-grid/client-logo-list/index.tsx +24 -0
  529. package/src/components/features-grid/client-logo-list/style.scss +52 -0
  530. package/src/components/features-grid/enterprise-features.tsx +101 -0
  531. package/src/components/features-grid/index.stories.tsx +143 -0
  532. package/src/components/features-grid/index.tsx +442 -0
  533. package/src/components/features-grid/mobile-free-domain.tsx +51 -0
  534. package/src/components/features-grid/plan-features-list.tsx +187 -0
  535. package/src/components/features-grid/plan-headers.tsx +31 -0
  536. package/src/components/features-grid/plan-logos.tsx +27 -0
  537. package/src/components/features-grid/plan-prices.tsx +37 -0
  538. package/src/components/features-grid/plan-tagline.tsx +25 -0
  539. package/src/components/features-grid/previous-features-included-title.tsx +66 -0
  540. package/src/components/features-grid/spotlight-plan.scss +5 -0
  541. package/src/components/features-grid/spotlight-plan.tsx +77 -0
  542. package/src/components/features-grid/style.scss +630 -0
  543. package/src/components/features-grid/table.tsx +185 -0
  544. package/src/components/features-grid/top-buttons.tsx +49 -0
  545. package/src/components/features.tsx +168 -0
  546. package/src/components/item.tsx +9 -0
  547. package/src/components/plan-button/index.tsx +59 -0
  548. package/src/components/plan-button/style.scss +179 -0
  549. package/src/components/plan-div-td-container.tsx +15 -0
  550. package/src/components/plan-logo.tsx +111 -0
  551. package/src/components/plan-type-selector/components/interval-type-dropdown.tsx +70 -0
  552. package/src/components/plan-type-selector/components/interval-type-selector.tsx +13 -0
  553. package/src/components/plan-type-selector/components/interval-type-toggle.tsx +100 -0
  554. package/src/components/plan-type-selector/components/popup-messages.tsx +128 -0
  555. package/src/components/plan-type-selector/hooks/use-interval-options.tsx +89 -0
  556. package/src/components/plan-type-selector/hooks/use-max-discount.ts +64 -0
  557. package/src/components/plan-type-selector/hooks/use-max-discounts-for-plan-terms.ts +99 -0
  558. package/src/components/plan-type-selector/index.tsx +50 -0
  559. package/src/components/plan-type-selector/style.scss +196 -0
  560. package/src/components/plans-2023-tooltip.tsx +85 -0
  561. package/src/components/popular-badge.tsx +30 -0
  562. package/src/components/shared/README.md +1 -0
  563. package/src/components/shared/action-button/index.tsx +205 -0
  564. package/src/components/shared/action-button/style.scss +12 -0
  565. package/src/components/shared/billing-timeframe/index.tsx +106 -0
  566. package/src/components/shared/header-price/header-price-context.tsx +24 -0
  567. package/src/components/shared/header-price/index.tsx +278 -0
  568. package/src/components/shared/header-price/style.scss +112 -0
  569. package/src/components/shared/plan-pill/index.jsx +7 -0
  570. package/src/components/shared/plan-pill/style.scss +30 -0
  571. package/src/components/shared/storage/components/plan-storage.tsx +51 -0
  572. package/src/components/shared/storage/components/storage-dropdown.tsx +187 -0
  573. package/src/components/shared/storage/components/storage-feature-label.tsx +68 -0
  574. package/src/components/shared/storage/constants.ts +3 -0
  575. package/src/components/shared/storage/hooks/use-default-storage-option.ts +34 -0
  576. package/src/components/shared/storage/hooks/use-plan-storage.ts +41 -0
  577. package/src/components/shared/storage/hooks/use-purchased-storage-add-on.ts +53 -0
  578. package/src/components/shared/storage/hooks/use-storage-string.ts +13 -0
  579. package/src/components/shared/storage/index.ts +9 -0
  580. package/src/components/sticky-container.tsx +146 -0
  581. package/src/components/test/actions-button.tsx +397 -0
  582. package/src/components/test/billing-timeframe.tsx +341 -0
  583. package/src/components/test/header-price.tsx +189 -0
  584. package/src/components/test/plan-type-selector.tsx +44 -0
  585. package/src/constants.ts +13 -0
  586. package/src/css-mixins.tsx +11 -0
  587. package/src/fixtures/plans.ts +1539 -0
  588. package/src/fixtures/sites-plans.ts +455 -0
  589. package/src/fixtures/sites-purchases.ts +130 -0
  590. package/src/grid-context.tsx +104 -0
  591. package/src/hooks/data-store/is-popular-plan.ts +5 -0
  592. package/src/hooks/data-store/types.ts +41 -0
  593. package/src/hooks/data-store/use-grid-plan-for-spotlight.ts +35 -0
  594. package/src/hooks/data-store/use-grid-plans-for-comparison-grid.ts +81 -0
  595. package/src/hooks/data-store/use-grid-plans-for-features-grid.ts +79 -0
  596. package/src/hooks/data-store/use-grid-plans.tsx +360 -0
  597. package/src/hooks/data-store/use-highlight-labels.ts +88 -0
  598. package/src/hooks/data-store/use-highlighted-features.ts +51 -0
  599. package/src/hooks/data-store/use-plan-billing-description.tsx +309 -0
  600. package/src/hooks/data-store/use-plan-features-for-grid-plans.ts +219 -0
  601. package/src/hooks/data-store/use-plans-from-types.ts +51 -0
  602. package/src/hooks/data-store/use-restructured-plan-features-for-comparison-grid.ts +158 -0
  603. package/src/hooks/test/use-is-large-currency.ts +69 -0
  604. package/src/hooks/use-grid-size.ts +46 -0
  605. package/src/hooks/use-highlight-adjacency-matrix.ts +48 -0
  606. package/src/hooks/use-is-large-currency.ts +91 -0
  607. package/src/hooks/use-manage-tooltip-toggle.ts +30 -0
  608. package/src/hooks/use-plan-pricing-info-from-grid-plans.ts +36 -0
  609. package/src/index.tsx +46 -0
  610. package/src/lib/filter-unused-features-object.ts +31 -0
  611. package/src/lib/get-plan-features-object.ts +12 -0
  612. package/src/lib/get-plan-pricing-info-from-grid-plans.ts +31 -0
  613. package/src/lib/is-same-plan.ts +8 -0
  614. package/src/lib/sort-plan-properties.ts +46 -0
  615. package/src/lib/test/filter-plan-features-object.ts +65 -0
  616. package/src/lib/test/sort-plan-properties.ts +104 -0
  617. package/src/lib/touch-detect/README.md +11 -0
  618. package/src/lib/touch-detect/index.js +17 -0
  619. package/src/types.ts +340 -0
@@ -0,0 +1,318 @@
1
+ @import "../../shared";
2
+
3
+ .plans-grid-next-comparison-grid {
4
+ // fixes mobile view cards in features grid not containing content properly
5
+ min-width: fit-content;
6
+
7
+ &.has-highlighted-plan {
8
+ @include plans-grid-medium-large {
9
+ padding-top: 43px; // enough to cover `plans-grid__popular-badge` repositioning (top: -43px)
10
+ }
11
+ }
12
+
13
+ .plan-comparison-grid__header-cell {
14
+ display: flex;
15
+ flex-direction: column;
16
+ align-items: stretch;
17
+ justify-content: flex-start;
18
+ padding-top: 46px;
19
+ padding-bottom: 20px;
20
+ min-width: 0;
21
+
22
+ &.is-placeholder-header-cell {
23
+ display: none;
24
+ }
25
+
26
+ @include plans-grid-medium-large {
27
+ padding-top: 34px;
28
+
29
+ &.popular-plan-parent-class {
30
+ justify-content: space-between;
31
+ &::before,
32
+ &::after {
33
+ height: 100%;
34
+ bottom: 0;
35
+ }
36
+ }
37
+
38
+ &.plan-is-footer {
39
+ padding-top: 50px;
40
+ padding-bottom: 24px;
41
+ }
42
+
43
+ &.is-placeholder-header-cell {
44
+ display: initial;
45
+ }
46
+ }
47
+
48
+ @include plans-grid-large {
49
+ &.plan-is-footer {
50
+ padding-top: 110px;
51
+ }
52
+ }
53
+
54
+ &.popular-plan-parent-class {
55
+ .plan-features-2023-grid__popular-badge {
56
+ &.is-current-plan {
57
+ .plans-grid__plan-pill {
58
+ background: #e0e0e0;
59
+ color: var(--studio-gray-100);
60
+ }
61
+ }
62
+ }
63
+ }
64
+
65
+ &.popular-plan-parent-class:not(.plan-is-footer) {
66
+ .plan-features-2023-grid__popular-badge {
67
+ width: 100%;
68
+ background: #fff;
69
+ z-index: 2;
70
+
71
+ .plans-grid__plan-pill {
72
+ top: 20px;
73
+ }
74
+ }
75
+
76
+ @include plans-grid-medium-large {
77
+ .plan-features-2023-grid__popular-badge {
78
+ padding: 20px 0 25px;
79
+ position: absolute;
80
+ top: -43px;
81
+ left: -1px;
82
+ border-color: #e0e0e0;
83
+ border-width: 1px 1px 0 1px;
84
+ /* stylelint-disable-next-line */
85
+ border-radius: 5px 5px 0 0;
86
+ border-style: solid;
87
+ transition: top 0.2s ease;
88
+ }
89
+
90
+ .popular-badge-is-stuck {
91
+ top: -10px;
92
+ }
93
+
94
+ &.is-left-of-highlight {
95
+ .plan-features-2023-grid__popular-badge {
96
+ border-top-right-radius: 0;
97
+ }
98
+ }
99
+
100
+ &.is-right-of-highlight {
101
+ .plan-features-2023-grid__popular-badge {
102
+ border-top-left-radius: 0;
103
+ left: 0;
104
+ }
105
+
106
+ // fixes border alignment
107
+ // on badge that is on the last popular plan but not last in row
108
+ // (so second to last with last being a personal plan)
109
+ &:not(:last-of-type) {
110
+ &:not(.is-last-in-row) {
111
+ .plan-features-2023-grid__popular-badge {
112
+ border-left: 0;
113
+ box-sizing: border-box;
114
+ left: 1px;
115
+ }
116
+ }
117
+ }
118
+
119
+ }
120
+
121
+ &:last-of-type {
122
+ &:not(.is-only-highlight) {
123
+ .plan-features-2023-grid__popular-badge {
124
+ padding-right: 19px;
125
+ }
126
+
127
+ // fixes border alignment
128
+ // on last popular plan that is not adjacent to another popular plan
129
+ // (so last with second to last being a personal plan)
130
+ &:not(.is-right-of-highlight) {
131
+ .plan-features-2023-grid__popular-badge {
132
+ padding-right: 20px;
133
+ }
134
+ }
135
+ }
136
+ // fixes border alignment
137
+ // on last popular plan that is only popular plan (3 column layout)
138
+ &.is-only-highlight {
139
+ .plan-features-2023-grid__popular-badge {
140
+ padding-right: 20px;
141
+ }
142
+ }
143
+ }
144
+ }
145
+ }
146
+
147
+ .plans-grid__plan-pill {
148
+ font-family: Inter, $sans;
149
+ font-size: 0.75rem;
150
+ font-weight: 500;
151
+ color: var(--studio-white);
152
+ letter-spacing: 0.2px;
153
+ /* stylelint-disable-next-line declaration-property-unit-allowed-list */
154
+ line-height: 1.25rem;
155
+ padding: 0 9px;
156
+ height: 20px;
157
+ left: 20px;
158
+ top: 20px;
159
+ right: unset;
160
+ border-radius: 4px;
161
+ background-color: var(--studio-gray-80);
162
+ text-transform: unset;
163
+
164
+ @include plans-grid-medium-large {
165
+ left: 15px;
166
+ }
167
+ @include plans-grid-large {
168
+ top: 55px;
169
+ }
170
+ }
171
+ }
172
+
173
+ .plan-comparison-grid__plan {
174
+ .gridicon {
175
+ display: none;
176
+ }
177
+
178
+ .plan-comparison-grid__plan-title {
179
+ color: var(--studio-gray-70);
180
+ font-size: 0.875rem;
181
+ font-weight: 500;
182
+ text-align: center;
183
+ text-wrap: balance;
184
+ hyphens: auto;
185
+ }
186
+
187
+ %plan-comparison-grid__plan-subtitle,
188
+ .plan-comparison-grid__plan-subtitle {
189
+ color: var(--studio-gray-40);
190
+ font-size: 0.75rem;
191
+ text-align: center;
192
+ line-height: 1.4;
193
+ margin-bottom: 5px;
194
+ text-wrap: balance;
195
+ hyphens: auto;
196
+ }
197
+ &.title-is-subtitle .plan-comparison-grid__plan-title {
198
+ @extend %plan-comparison-grid__plan-subtitle;
199
+ }
200
+
201
+ .plan-comparison-grid__plan-conditional-title {
202
+ @extend %plan-comparison-grid__plan-subtitle;
203
+ @include plans-grid-medium-large {
204
+ color: unset;
205
+ margin-bottom: 0;
206
+ }
207
+ text-wrap: balance;
208
+ max-width: 160px;
209
+ hyphens: unset;
210
+ }
211
+
212
+ &:not(.has-feature):not(.has-feature-label) {
213
+ .plan-comparison-grid__plan-title,
214
+ .plan-comparison-grid__plan-subtitle {
215
+ text-decoration: line-through;
216
+ }
217
+
218
+ &.hide-unsupported-feature {
219
+ .plan-comparison-grid__plan-title,
220
+ .plan-comparison-grid__plan-subtitle {
221
+ display: none;
222
+ }
223
+ }
224
+ }
225
+
226
+ @include plans-grid-medium-large {
227
+ .plan-comparison-grid__plan-image,
228
+ .plan-comparison-grid__plan-title,
229
+ .plan-comparison-grid__plan-subtitle {
230
+ display: none;
231
+ }
232
+ .gridicon {
233
+ display: block;
234
+ }
235
+ }
236
+ }
237
+ .popular-plan-parent-class {
238
+ position: relative;
239
+ &:not(.is-right-of-highlight)::before,
240
+ &::after {
241
+ content: "";
242
+ display: none;
243
+ width: 1px;
244
+ height: 140px;
245
+ bottom: -20px;
246
+ background: #e0e0e0;
247
+ position: absolute;
248
+ }
249
+ &::before {
250
+ left: -1px;
251
+ }
252
+ &::after {
253
+ right: -1px;
254
+ }
255
+
256
+ @include plans-grid-medium-large {
257
+ &::before,
258
+ &:not(:last-of-type)::after {
259
+ display: block;
260
+ }
261
+ }
262
+ }
263
+
264
+ .plan-comparison-grid__title {
265
+ margin-top: 0;
266
+ margin-bottom: 12px;
267
+ font-size: $font-title-small;
268
+ line-height: 1.2;
269
+ color: var(--studio-gray-100);
270
+ font-weight: 400;
271
+ }
272
+
273
+ .plan-comparison-grid__billing-info {
274
+ flex-basis: 50px;
275
+ color: var(--studio-gray-50);
276
+ font-weight: 400;
277
+ font-size: $font-body-extra-small;
278
+ margin-bottom: 10px;
279
+ min-height: 30px;
280
+ line-height: 1.3;
281
+
282
+ @include plans-grid-medium-large {
283
+ margin: 7px 0 10px;
284
+ }
285
+
286
+ .plans-grid-next__billing-timeframe-vip-price {
287
+ font-size: $font-body;
288
+ line-height: 24px;
289
+ font-weight: 400;
290
+ color: var(--studio-gray-80);
291
+
292
+ @include plans-grid-medium-large {
293
+ font-size: $font-body-small;
294
+ line-height: 20px;
295
+ }
296
+
297
+ @include plans-grid-large {
298
+ font-size: $font-body-extra-small;
299
+ line-height: 16px;
300
+ }
301
+ }
302
+ }
303
+
304
+ .plans-grid-next-action-button {
305
+ margin-bottom: auto;
306
+
307
+ .plans-grid-next-action-button__content {
308
+ min-height: 40px;
309
+ }
310
+ }
311
+
312
+ .plans-grid-next-header-price {
313
+ padding: 0;
314
+ display: flex;
315
+ flex-direction: column;
316
+ justify-content: flex-end;
317
+ }
318
+ }
@@ -0,0 +1,30 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import styled from '@emotion/styled';
3
+ import clsx from 'clsx';
4
+ const Container = styled.div `
5
+ & span.title,
6
+ &:visited span.title,
7
+ &:hover span.title {
8
+ color: var( --color-text );
9
+ }
10
+
11
+ span {
12
+ color: var( --studio-green-50 );
13
+ }
14
+
15
+ .title {
16
+ margin-right: 4px;
17
+ line-height: 20px;
18
+ }
19
+ .is-highlighted & {
20
+ background-color: #f6f7f7;
21
+ }
22
+ `;
23
+ const DropdownOption = ({ children, className, title }) => {
24
+ if (!title) {
25
+ return null;
26
+ }
27
+ return (_jsxs(Container, { className: clsx(className), children: [_jsx("span", { className: "title", children: title }), children] }));
28
+ };
29
+ export default DropdownOption;
30
+ //# sourceMappingURL=dropdown-option.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-option.js","sourceRoot":"","sources":["../../../src/components/dropdown-option.tsx"],"names":[],"mappings":";AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,IAAI,MAAM,MAAM,CAAC;AASxB,MAAM,SAAS,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;;;;;;;;;;;;;CAkB3B,CAAC;AAEF,MAAM,cAAc,GAAG,CAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,KAAK,EAAuB,EAAG,EAAE;IAChF,IAAK,CAAE,KAAK,EAAG,CAAC;QACf,OAAO,IAAI,CAAC;IACb,CAAC;IAED,OAAO,CACN,MAAC,SAAS,IAAC,SAAS,EAAG,IAAI,CAAE,SAAS,CAAE,aACvC,eAAM,SAAS,EAAC,OAAO,YAAG,KAAK,GAAS,EACtC,QAAQ,IACC,CACZ,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import clsx from 'clsx';
3
+ import PlanDivOrTdContainer from '../plan-div-td-container';
4
+ import BillingTimeframe from '../shared/billing-timeframe';
5
+ const BillingTimeframes = ({ options, renderedGridPlans, showRefundPeriod, }) => {
6
+ return renderedGridPlans.map(({ planSlug }) => {
7
+ const classes = clsx('plan-features-2023-grid__table-item', 'plan-features-2023-grid__header-billing-info');
8
+ return (_jsx(PlanDivOrTdContainer, { className: classes, isTableCell: options?.isTableCell, children: _jsx(BillingTimeframe, { planSlug: planSlug, showRefundPeriod: showRefundPeriod }) }, planSlug));
9
+ });
10
+ };
11
+ export default BillingTimeframes;
12
+ //# sourceMappingURL=billing-timeframes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"billing-timeframes.js","sourceRoot":"","sources":["../../../../src/components/features-grid/billing-timeframes.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,oBAAoB,MAAM,0BAA0B,CAAC;AAC5D,OAAO,gBAAgB,MAAM,6BAA6B,CAAC;AAU3D,MAAM,iBAAiB,GAAG,CAAE,EAC3B,OAAO,EACP,iBAAiB,EACjB,gBAAgB,GACQ,EAAG,EAAE;IAC7B,OAAO,iBAAiB,CAAC,GAAG,CAAE,CAAE,EAAE,QAAQ,EAAE,EAAG,EAAE;QAChD,MAAM,OAAO,GAAG,IAAI,CACnB,qCAAqC,EACrC,8CAA8C,CAC9C,CAAC;QAEF,OAAO,CACN,KAAC,oBAAoB,IACpB,SAAS,EAAG,OAAO,EACnB,WAAW,EAAG,OAAO,EAAE,WAAW,YAGlC,KAAC,gBAAgB,IAAC,QAAQ,EAAG,QAAQ,EAAG,gBAAgB,EAAG,gBAAgB,GAAK,IAF1E,QAAQ,CAGQ,CACvB,CAAC;IACH,CAAC,CAAE,CAAC;AACL,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,104 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { __ } from '@wordpress/i18n';
3
+ // The list of client logos, manually adjusted to maintain the visual balance
4
+ // when displayed one next to another. The order is important.
5
+ const CLIENT_LIST = [
6
+ {
7
+ slug: 'slack',
8
+ // translators: Company name
9
+ name: __('Slack'),
10
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 126 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M20.15 38.85a3.35 3.35 0 1 1-3.35 3.35v-3.35h3.35Zm0-1.68a3.35 3.35 0 1 1 0-6.7h8.4a3.35 3.35 0 1 1 0 6.7h-8.4Zm20.16 1.87 1.57-3.65a10.5 10.5 0 0 0 6.2 1.93c1.64 0 2.69-.64 2.69-1.6-.03-2.7-9.88-.59-9.95-7.34-.03-3.42 3.02-6.06 7.33-6.06 2.56 0 5.13.63 6.96 2.08l-1.48 3.73a11.11 11.11 0 0 0-5.73-1.83c-1.35 0-2.24.64-2.24 1.45.03 2.64 9.95 1.19 10.06 7.64 0 3.5-2.97 5.96-7.24 5.96-3.12 0-5.99-.73-8.17-2.3m60.38-4.98a4.54 4.54 0 1 1 0-4.47l4.34-2.41a9.52 9.52 0 1 0 0 9.29l-4.34-2.41ZM57.9 14.42h5.44V41H57.9V14.42Zm49.28 0V41h5.43v-7.97l6.45 7.97H126l-8.2-9.47 7.6-8.83h-6.66l-6.14 7.33v-15.6h-5.43Zm-27.7 19.7a5 5 0 0 1-4.24 2.26 4.54 4.54 0 1 1 0-9.09 5.01 5.01 0 0 1 4.24 2.34v4.49Zm0-11.42v2.15c-.88-1.5-3.1-2.53-5.4-2.53-4.78 0-8.53 4.2-8.53 9.49 0 5.28 3.75 9.54 8.53 9.54 2.3 0 4.52-1.04 5.4-2.54v2.16h5.44V22.7h-5.44ZM6.73 33.82a3.35 3.35 0 1 1-3.35-3.35h3.35v3.35Zm1.67 0a3.35 3.35 0 1 1 6.7 0v8.38a3.35 3.35 0 1 1-6.7 0v-8.38Zm3.35-13.45a3.35 3.35 0 1 1 3.35-3.35v3.35h-3.35Zm0 1.7a3.35 3.35 0 1 1 0 6.7h-8.4a3.35 3.35 0 1 1 0-6.7h8.4Zm13.43 3.35a3.35 3.35 0 1 1 3.35 3.35h-3.35v-3.35Zm-5.03 3.35a3.35 3.35 0 0 1-3.35-3.35v-8.4a3.35 3.35 0 1 1 6.7 0v8.4c0 1.86-1.5 3.35-3.35 3.35Z" })] })),
11
+ },
12
+ {
13
+ slug: 'samsung',
14
+ // translators: Company name
15
+ name: __('Samsung'),
16
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 158 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M149.44 28.87v3.28h2.3v3.26c.01.29 0 .6-.05.85-.1.6-.67 1.64-2.31 1.64-1.63 0-2.2-1.03-2.3-1.64a5.58 5.58 0 0 1-.05-.85V25.12c0-.36.02-.76.1-1.06.11-.55.6-1.63 2.24-1.63 1.72 0 2.15 1.14 2.25 1.63.06.32.07.87.07.87v1.25h5.66v-.74c0-.03.03-.79-.04-1.5-.43-4.21-3.9-5.55-7.9-5.55-3.99 0-7.4 1.35-7.9 5.56V24c-.04.4-.1 1.04-.1 1.44v9.5c0 .39.01.71.09 1.44.37 4.1 3.92 5.56 7.9 5.56 4 0 7.54-1.45 7.91-5.56l.01-.1a18 18 0 0 0 .08-1.38v-6.03h-7.96ZM110.36 19h-5.69v16.64c.01.3 0 .62-.05.86-.11.56-.59 1.63-2.16 1.63-1.55 0-2.03-1.07-2.14-1.63a3.39 3.39 0 0 1-.06-.86V19h-5.69v16.15c0 .43.03 1.25.05 1.46.4 4.2 3.7 5.57 7.84 5.57 4.15 0 7.46-1.36 7.86-5.57v-.01c.03-.24.07-1.07.04-1.47V19Zm-52.28 0-2.84 17.59-2.84-17.6h-9.18l-.49 22.5h5.63l.15-20.82 3.87 20.83h5.7l3.88-20.83.15 20.83h5.64l-.5-22.5h-9.17Zm-33.99 0-4.17 22.5H26l3.14-20.83 3.07 20.83h6.03L34.1 19h-10Zm106.16 18.1-5.3-18.1h-8.35v22.26h5.53l-.32-18.7 5.69 18.7h8V19h-5.55l.3 18.11Zm-51.1-12.26a3 3 0 0 1-.01-1.16c.16-.72.64-1.5 2.04-1.5 1.3 0 2.06.8 2.06 2.02v1.38h5.55v-1.57c0-4.85-4.35-5.61-7.5-5.61-3.96 0-7.2 1.3-7.79 4.95v.06c-.16.97-.19 1.84.06 2.94.96 4.55 8.88 5.87 10.03 8.75.2.54.14 1.24.04 1.64-.17.75-.68 1.5-2.17 1.5-1.4 0-2.24-.8-2.24-2.01v-2.16h-5.97v1.71c0 4.98 3.9 6.48 8.09 6.48 4.02 0 7.34-1.37 7.87-5.1.25-1.92.06-3.17-.04-3.64-.93-4.67-9.37-6.07-10.01-8.68ZM5.99 24.8a2.8 2.8 0 0 1-.02-1.18c.15-.72.64-1.52 2.06-1.52 1.31 0 2.09.82 2.09 2.04v1.4h5.61v-1.59c0-4.89-4.41-5.67-7.6-5.67-3.99 0-7.26 1.33-7.85 5-.17 1.01-.2 1.9.04 3.03.98 4.6 8.97 5.93 10.14 8.85.2.53.15 1.2.05 1.63l-.01.03c-.18.75-.7 1.52-2.2 1.52-1.4 0-2.24-.82-2.24-2.05l-.01-2.17H0v1.72c0 5.03 3.95 6.55 8.18 6.55 4.07 0 7.4-1.39 7.95-5.15.27-1.94.07-3.2-.03-3.69-.94-4.72-9.48-6.12-10.12-8.75Z" })] })),
17
+ },
18
+ {
19
+ slug: 'techcrunch',
20
+ // translators: Company name
21
+ name: __('TechCrunch'),
22
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 60 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M30 16v10h10v10h20v10H30V26H20v20H10V26H0V16h30Zm30 0v10H40V16h20Z" })] })),
23
+ },
24
+ {
25
+ slug: 'usa-today',
26
+ // translators: Company name
27
+ name: __('USA Today'),
28
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 126 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M22.5 53.5a22.5 22.5 0 1 0 0-45 22.5 22.5 0 0 0 0 45Zm35.36-27.72c.7.04 1.4-.22 1.9-.73a2.9 2.9 0 0 0 .6-2.09v-8.95h4.07v8.95a5.96 5.96 0 0 1-1.75 4.58 6.9 6.9 0 0 1-4.82 1.61 6.88 6.88 0 0 1-4.82-1.6 5.95 5.95 0 0 1-1.87-4.59v-8.95h4.07v8.95c-.05.75.2 1.49.67 2.06.5.53 1.22.8 1.95.76Zm14.69 3.39a9.79 9.79 0 0 1-3.44-.63c-1.08-.4-2.06-1-2.9-1.78l1.97-2.48a6.25 6.25 0 0 0 4.37 1.69c.48.03.95-.08 1.38-.3a1.08 1.08 0 0 0-.1-1.86 8.6 8.6 0 0 0-2.09-.85l-.91-.24a6.43 6.43 0 0 1-3.06-1.6 3.78 3.78 0 0 1-1.04-2.75c0-.87.27-1.7.77-2.41a4.82 4.82 0 0 1 2.06-1.61c.96-.4 2-.6 3.03-.58a9.35 9.35 0 0 1 5.96 2.28l-2.02 2.56a8.15 8.15 0 0 0-1.85-1.17 4.82 4.82 0 0 0-2.1-.5c-.47-.03-.94.07-1.35.29a.96.96 0 0 0-.52.91c.02.37.2.7.5.9a5.2 5.2 0 0 0 1.74.71l1.1.3c1.29.27 2.46.9 3.4 1.8a4.26 4.26 0 0 1 .26 5.13 4.82 4.82 0 0 1-2.08 1.6c-.97.41-2.03.61-3.08.59Zm18.19-.3-.95-2.7h-5.56l-.93 2.79h-4.02l5.45-14.87h4.72l5.37 14.79h-4.08Zm-5.56-5.78h3.52l-1.67-5.2-1.85 5.2ZM55.59 47.92V36.34h-4.42v-3.22h12.86v3.22h-4.37v11.58h-4.07Zm16.99.3a7.9 7.9 0 0 1-3.97-.99 7.22 7.22 0 0 1-2.72-2.73 7.83 7.83 0 0 1-1.01-3.99c-.02-1.05.17-2.1.55-3.08a7.2 7.2 0 0 1 4.05-4.05 8.65 8.65 0 0 1 6.15 0 7.18 7.18 0 0 1 4.05 4.05 7.83 7.83 0 0 1-.32 7.07 7.22 7.22 0 0 1-2.75 2.72 7.9 7.9 0 0 1-4.03 1Zm0-3.37c.66.02 1.31-.17 1.86-.54a3.7 3.7 0 0 0 1.26-1.53c.32-.71.48-1.49.46-2.27a5.32 5.32 0 0 0-.46-2.26c-.27-.64-.7-1.2-1.26-1.6a3.4 3.4 0 0 0-3.74 0c-.56.4-1 .96-1.26 1.6a5.32 5.32 0 0 0-.46 2.26c-.02.78.14 1.56.46 2.27.28.61.71 1.14 1.26 1.53.55.36 1.21.55 1.88.53v.01Zm10.04 3.07V33.06h5.87c1.36-.03 2.7.3 3.9.95a6.93 6.93 0 0 1 2.66 2.62 8.23 8.23 0 0 1 0 7.7 7 7 0 0 1-2.66 2.63c-1.2.65-2.54.98-3.9.95l-5.87.01Zm4-3.21h1.87c.98.04 1.91-.4 2.52-1.16.65-.88.98-1.96.93-3.05a4.82 4.82 0 0 0-.93-3.06 3.07 3.07 0 0 0-2.52-1.15h-1.86v8.42Zm20.1-11.65 5.44 14.86H108l-.93-2.78h-5.58l-.93 2.78h-4.02L102 33.06h4.72Zm8.48 0 2.75 5.98 2.73-5.9h4.6L120 42.57v5.35h-4.14v-5.35l-5.27-9.51h4.6Zm-10.88 3.87-1.8 5.2h3.55l-1.75-5.2Z" })] })),
29
+ },
30
+ {
31
+ slug: 'salesforce',
32
+ // translators: Company name
33
+ name: __('Salesforce'),
34
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 80 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M20.94 4c4.84 0 9.41 2.25 12.35 6.1a14.02 14.02 0 0 1 22.49 2.97c2.2-.98 4.57-1.49 6.97-1.48 9.53 0 17.25 7.78 17.25 17.4a17.32 17.32 0 0 1-20.64 17.05 12.6 12.6 0 0 1-16.52 5.2 14.39 14.39 0 0 1-26.74-.66A13.42 13.42 0 0 1 0 37.38a13.51 13.51 0 0 1 6.68-11.7A15.53 15.53 0 0 1 20.94 4Zm25.65 19.55c-.84 0-1.5.24-1.96.7a3.83 3.83 0 0 0-.94 2.1l-.05.32h-1.06a.16.16 0 0 0-.15.14l-.17.96c-.02.1.02.15.15.15h1.02l-1.04 5.8a7.6 7.6 0 0 1-.27 1.15c-.1.29-.2.5-.33.66a.84.84 0 0 1-.42.32 1.7 1.7 0 0 1-.92.04 1.1 1.1 0 0 1-.25-.08s-.12-.04-.17.08l-.34.94c-.04.09.01.16.07.18a2.8 2.8 0 0 0 1.1.19c.43 0 .82-.06 1.14-.18.33-.12.62-.33.86-.6.27-.3.44-.6.6-1.03.18-.5.32-1.03.4-1.56l1.05-5.9h1.54c.03-.01.12-.03.14-.14l.18-.97c0-.09-.03-.15-.15-.15h-1.49c.01-.03.08-.55.25-1.04.07-.19.18-.36.32-.5.11-.1.24-.2.4-.24a1.91 1.91 0 0 1 1.11.03c.15.04.17 0 .2-.08l.35-.97c.04-.1-.05-.15-.08-.16a4.06 4.06 0 0 0-1.1-.16Zm-32.1 2.96h-.16c-1.5 0-2.55.9-2.55 2.2v.03c0 1.38 1.16 1.82 2.24 2.13l.18.05c.79.25 1.47.46 1.47 1.01v.03c0 .5-.45.88-1.16.88-.27 0-1.16 0-2.11-.6l-.27-.17c-.05-.03-.17-.08-.22.07l-.32.9c-.05.13.02.16.03.18.15.11.3.19.46.28.81.43 1.58.55 2.4.55 1.63 0 2.65-.87 2.65-2.27v-.03c0-1.3-1.15-1.77-2.23-2.11l-.14-.05c-.81-.26-1.51-.5-1.51-1.03v-.02c0-.46.4-.8 1.04-.8.73.02 1.44.2 2.09.53 0 0 .16.1.22-.05l.33-.9c.03-.08-.03-.15-.08-.18a4.66 4.66 0 0 0-2.35-.63Zm24.03 0h-.16c-1.5 0-2.55.9-2.55 2.2v.03c0 1.38 1.15 1.82 2.24 2.13l.17.05c.79.25 1.47.46 1.47 1.01v.03c0 .5-.44.88-1.15.88-.28 0-1.16 0-2.12-.6l-.27-.17c-.03-.02-.17-.08-.21.07l-.33.9c-.03.09-.01.13 0 .15l.04.03c.15.11.3.19.45.28.82.43 1.59.55 2.4.55 1.64 0 2.65-.87 2.65-2.27v-.03c0-1.3-1.15-1.77-2.22-2.11l-.14-.05c-.82-.26-1.52-.5-1.52-1.03v-.02c0-.46.4-.8 1.05-.8.72.02 1.44.2 2.08.53 0 0 .16.1.22-.05l.33-.9c.03-.08-.02-.15-.08-.18a4.67 4.67 0 0 0-2.35-.63Zm-17.43.01c-.42 0-.84.05-1.25.12 0 0-1 .2-1.43.52 0 0-.09.06-.04.18l.33.89c.04.11.15.07.15.07l.08-.04c.8-.43 1.77-.46 1.98-.47h.04c.5 0 .89.1 1.15.3.25.2.38.49.38 1.1v.2l-.77-.09a9.69 9.69 0 0 0-.72-.02c-.4 0-.78.05-1.14.15a3 3 0 0 0-.97.45 2.17 2.17 0 0 0-.92 1.83c0 .41.07.77.21 1.06.14.29.35.54.6.73.29.2.61.33.95.4.36.09.78.13 1.23.13a8.52 8.52 0 0 0 1.56-.14l.32-.06.7-.14.32-.09c.12-.03.1-.15.1-.15v-4.24c0-.93-.25-1.62-.73-2.05a3.2 3.2 0 0 0-2.13-.64Zm29.15.01c-.56 0-1.05.1-1.47.3a3.01 3.01 0 0 0-1.68 1.98 5.18 5.18 0 0 0 0 2.95c.13.43.34.84.63 1.19.28.34.64.6 1.05.79.42.2.91.29 1.47.29.55 0 1.05-.1 1.47-.29a2.96 2.96 0 0 0 1.67-1.98c.14-.45.2-.95.2-1.47 0-.53-.06-1.02-.2-1.48a3.01 3.01 0 0 0-1.67-1.99c-.42-.2-.92-.29-1.47-.29Zm-18.54 0c-.58 0-1.1.1-1.53.3a3.05 3.05 0 0 0-1.7 2.02 5.23 5.23 0 0 0 .01 2.96 2.98 2.98 0 0 0 1.84 1.95 4.7 4.7 0 0 0 1.68.27c1.34 0 2.05-.3 2.34-.46.05-.03.1-.08.04-.23l-.3-.85c-.05-.12-.18-.08-.18-.08-.33.13-.8.35-1.9.35-.72 0-1.26-.22-1.6-.55-.33-.34-.5-.84-.53-1.54h4.64s.12 0 .13-.12c0-.05.16-.95-.14-2a2.88 2.88 0 0 0-1.47-1.75 3.37 3.37 0 0 0-1.33-.27Zm37.14 0c-.58 0-1.1.1-1.53.3a3.04 3.04 0 0 0-1.7 2.02 5.2 5.2 0 0 0 0 2.96 3.06 3.06 0 0 0 1.84 1.95c.47.18 1.04.27 1.69.27 1.34 0 2.04-.3 2.33-.46.06-.03.1-.08.04-.23l-.3-.85c-.05-.12-.17-.08-.17-.08-.34.13-.8.35-1.9.35-.73 0-1.26-.22-1.6-.55-.34-.34-.5-.84-.53-1.54h4.63s.13 0 .14-.12c0-.05.16-.95-.14-2a2.9 2.9 0 0 0-1.48-1.75 3.36 3.36 0 0 0-1.32-.27Zm-5.97 0c-.57 0-1.08.1-1.52.29a3.16 3.16 0 0 0-1.77 1.99 4.7 4.7 0 0 0-.23 1.47c0 1.14.31 2.05.92 2.73.6.67 1.51 1.01 2.7 1.01.7 0 1.42-.14 1.94-.34 0 0 .1-.05.06-.16l-.34-.93c-.05-.14-.17-.09-.17-.09a3.08 3.08 0 0 1-1.4.24 2.1 2.1 0 0 1-1.56-.59c-.38-.39-.59-1.02-.59-1.87 0-.78.2-1.36.53-1.8.33-.45.84-.67 1.52-.67.56 0 1 .06 1.45.2 0 0 .1.05.16-.09l.33-.94c.04-.1-.05-.15-.08-.16a5.5 5.5 0 0 0-1.95-.3ZM26.83 23.7H25.6c-.08 0-.13.06-.13.14v9.9c0 .07.05.14.13.14h1.23c.08 0 .13-.07.13-.14v-9.9c0-.08-.05-.14-.13-.14Zm31.44 2.92a2.3 2.3 0 0 0-1.2.19c-.29.13-.6.34-.78.58v-.57a.14.14 0 0 0-.14-.14h-1.18a.13.13 0 0 0-.14.14v6.92a.14.14 0 0 0 .14.14h1.22a.14.14 0 0 0 .14-.14v-3.46c0-.46.05-.92.16-1.21.1-.3.23-.52.4-.69.16-.16.36-.27.57-.34A2.22 2.22 0 0 1 58.6 28c.1.01.14-.04.17-.12l.12-.32.1-.27.13-.39a.13.13 0 0 0-.07-.16 4.01 4.01 0 0 0-.77-.13Zm-37.05 3.83c.67.01 1.26.1 1.26.1v2.12s-.59.12-1.25.16c-.95.06-1.36-.27-1.36-.27a.9.9 0 0 1-.27-.27 1.1 1.1 0 0 1-.14-.6c0-.41.14-.7.42-.9 0 0 .4-.35 1.34-.34Zm29.02-2.66c.6 0 1.04.2 1.33.64.3.44.44 1.06.44 1.86 0 .79-.15 1.42-.44 1.86-.29.44-.72.65-1.33.65-.61 0-1.04-.21-1.33-.65a3.41 3.41 0 0 1-.43-1.86c0-.8.14-1.42.43-1.86.29-.43.72-.64 1.33-.64Zm-18.65-.03c.61 0 1.01.24 1.3.67.2.29.27.67.31 1.1h-3.31c.07-.45.19-.81.38-1.1.28-.43.71-.67 1.32-.67Zm37.14 0c.6 0 1 .24 1.3.67.19.29.27.67.3 1.1h-3.3c.06-.45.18-.81.37-1.1a1.5 1.5 0 0 1 1.33-.67Z" })] })),
35
+ },
36
+ {
37
+ slug: 'vox-media',
38
+ // translators: Company name
39
+ name: __('Vox Media'),
40
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 178 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M145.52 19.5h6.28V42h-6.28Zm-110.15-.46a11.7 11.7 0 1 1 0 23.4 11.7 11.7 0 0 1 0-23.4Zm-28.33.46 4.87 9.52 4.87-9.52h6.9L11.84 42.32 0 19.5h7.04Zm47.1 0 3.93 5.87 3.92-5.87h7.3l-7.61 11.25L69.35 42h-7.43l-3.96-5.92L54 42h-7.29l7.68-11.25-7.6-11.25h7.35Zm-18.77 5.44a5.66 5.66 0 0 0-5.52 5.8c0 3.2 2.47 5.79 5.52 5.79 3.05 0 5.52-2.6 5.52-5.8 0-3.2-2.47-5.8-5.52-5.8Zm83.3.2V19.5H101.4V42h17.26v-5.63h-10.7v-2.9h9.9v-5.43h-9.9v-2.9h10.7Zm12.6-5.64h-9.45V42h9.46c6.22 0 11.27-5.05 11.27-11.25S137.5 19.5 131.28 19.5m-.5 16.8h-2.6V25.2h2.6a5.55 5.55 0 1 1 0 11.1M91.42 42h6.34V19.5H89.9l-4.87 9.38-4.86-9.38H72.3V42h6.21V29.46l6.45 12.44 6.46-12.44V42Zm71.35-7.81 2.8-8.04 2.81 8.04h-5.6Zm6.57-14.69h-7.38l-8.1 22.5h6.28l.98-2.9h8.92l.98 2.9h6.43l-8.11-22.5Z" })] })),
41
+ },
42
+ {
43
+ slug: 'meta',
44
+ // translators: Company name
45
+ name: __('Meta'),
46
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 131 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M47.91 17.9h4.95l8.41 15.21L69.7 17.9h4.84v25H70.5V23.74L63.11 37h-3.78l-7.38-13.27V42.9h-4.04v-25Zm39.64 25.45a9.6 9.6 0 0 1-4.93-1.24 8.68 8.68 0 0 1-3.31-3.44 10.42 10.42 0 0 1-1.2-5.04c0-1.92.4-3.61 1.17-5.09a8.67 8.67 0 0 1 7.96-4.71c1.78 0 3.3.41 4.59 1.25a8.16 8.16 0 0 1 2.95 3.53 12.71 12.71 0 0 1 1.04 5.32v1.11h-13.7a5.92 5.92 0 0 0 1.85 3.6 5.39 5.39 0 0 0 3.72 1.31c1.2 0 2.24-.17 3.1-.53a7.9 7.9 0 0 0 2.46-1.63l2.14 2.63a11.18 11.18 0 0 1-7.84 2.93ZM90.5 28.5a4.44 4.44 0 0 0-3.33-1.3 4.6 4.6 0 0 0-3.35 1.33 6.18 6.18 0 0 0-1.7 3.55h9.82a5.55 5.55 0 0 0-1.44-3.58Zm10.21-.93H97v-3.3h3.71V18.8h3.9v5.46h5.64v3.3h-5.64v8.38c0 1.4.23 2.39.71 2.99.48.6 1.3.89 2.45.89a11.51 11.51 0 0 0 2.48-.23v3.27a11.03 11.03 0 0 1-3.23.44c-4.2 0-6.3-2.3-6.3-6.9v-8.83Zm29.83 15.32h-3.82v-2.6a6.9 6.9 0 0 1-2.6 2.25c-1.04.53-2.23.8-3.56.8-1.65 0-3.1-.42-4.37-1.26a8.64 8.64 0 0 1-3-3.47 11.25 11.25 0 0 1-1.08-5.04c0-1.9.37-3.6 1.1-5.06a8.16 8.16 0 0 1 7.56-4.7c1.27 0 2.42.25 3.43.75 1 .48 1.86 1.2 2.52 2.1v-2.4h3.82V42.9Zm-3.9-12.1a5.31 5.31 0 0 0-5.08-3.44c-1.67 0-3 .56-3.99 1.68-.99 1.12-1.48 2.63-1.48 4.54 0 1.91.48 3.43 1.43 4.55a4.82 4.82 0 0 0 3.88 1.68c1.2 0 2.27-.3 3.21-.93a5.25 5.25 0 0 0 2.04-2.5V30.8ZM28.42 17.04c-3.25 0-5.78 2.44-8.08 5.55-3.16-4.02-5.8-5.55-8.95-5.55C4.93 17.05 0 25.43 0 34.3c0 5.55 2.69 9.06 7.18 9.06 3.24 0 5.57-1.53 9.71-8.77l2.91-5.14c.42.67.86 1.4 1.32 2.17l1.94 3.26c3.78 6.33 5.89 8.48 9.7 8.48 4.39 0 6.83-3.55 6.83-9.22 0-9.29-5.05-17.09-11.18-17.09ZM13.73 32.63c-3.35 5.27-4.51 6.44-6.38 6.44-1.93 0-3.07-1.68-3.07-4.7 0-6.43 3.21-13.02 7.04-13.02 2.07 0 3.8 1.2 6.46 5-2.52 3.86-4.05 6.28-4.05 6.28Zm12.67-.66-2.32-3.87a80.3 80.3 0 0 0-1.81-2.82c2.1-3.23 3.82-4.84 5.87-4.84 4.26 0 7.67 6.28 7.67 13.99 0 2.94-.96 4.64-2.95 4.64-1.92 0-2.83-1.26-6.46-7.1Z" })] })),
47
+ },
48
+ {
49
+ slug: 'time',
50
+ // translators: Company name
51
+ name: __('Time'),
52
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 86 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "m39.14 17.51-.52 4.05a1149.38 1149.38 0 0 1-3.9 21.06c-.67.08-1.45.15-1.97.17l-.24.03v.6c.07 0 .4.02.64.01.56-.01 2.17-.1 2.48-.1 1.15 0 1.93.09 3 .1l.43-.01v-.61h-.27c-.3 0-1.42-.08-1.98-.16a418 418 0 0 1 1.52-8.86c.9-4.47 1.52-7.64 1.52-7.64l.17.4 7.1 16.91h1.29s.74-1.83 1.62-3.88l.17-.4c.92-2.14 5.49-12.96 5.49-12.96l.11.54c.44 2.12 1.9 9.77 2.22 11.61l.37 2.48c.12.8.2 1.58.2 1.8-.15.01-1.6.14-2.14.16l-.24.01v.62h.58c1.12-.02 2.2-.1 3.3-.1 1.26 0 3.3.1 4.6.11l.41-.01v-.62l-.52-.03c-.59-.05-1.57-.14-1.82-.15 0 0-.16-.9-.38-1.93-.85-4.13-3.28-16.67-3.65-19.76-.12-1.06-.48-3.44-.48-3.44h-1.46l-1.43 4.09c-.46 1.33-1.1 2.98-1.57 4.24-2.37 6.23-5.03 12.04-5.03 12.04S43.1 24.4 42.8 23.61c-.3-.78-2.15-6.11-2.15-6.11s-.96.02-1.51.01ZM0 17.51l.01 1.42L0 22.4h.38l.04-3.1 2.32-.01H6.6l2.48.01v23.33l-.04.01c-.33.03-1.6.1-2.12.12h-.2v.64h.37c1.23-.01 2.88-.12 4.05-.12 1.2 0 2.87.12 3.9.13h.33v-.6h-.13c-.33 0-2.16-.11-2.35-.14l-.04-1.7.01-21.67h6.81l1.65.02c0 .12.1 1.68.09 1.72 0 .12.06 1.28.06 1.57h.39l-.03-3.5.02-1.59c-1.45.04-5.14.1-10.88.09-4.91 0-9.65-.05-10.96-.1Zm22.96 0v.62c.2 0 1.34.1 1.62.12l.75.08.01 2.09a2604.29 2604.29 0 0 1-.02 22.18c-.14.05-.45.06-.8.08l-1.56.12v.61l.37.02c1.18 0 2.83-.14 4.04-.14 1.23 0 2.86.15 3.82.15l.37-.02v-.62h-.09c-.03 0-1.28-.06-1.58-.09a8.4 8.4 0 0 1-.85-.1v-1.8l.01-20.46v-1.98l1.76-.17.75-.04v-.64c-1.34 0-3.11.1-4.42.1-1.36 0-3.05-.1-4.18-.1Zm61.95.02h-.4l-5.87.04-4.63.02c-1.2.01-2.85.06-3.88.06-1.64 0-2.98-.1-3.71-.11h-.63v.61c.07.01.2.03.31.02a32.44 32.44 0 0 1 2.15.22l.02 2.6-.01 20-.04 1.66c-.65.12-1.9.18-2.33.19h-.13v.6l.5.02c.69 0 2.46-.11 4.27-.12 1.27 0 2.67.05 4.08.07 1.74.03 3.5.03 5.09.05 2.61.04 4.73.04 5.41.04l.09-5.23h-.38c0 .41-.15 1.95-.16 2.01-.05.58-.1 1.19-.14 1.49h-.27c-.43 0-1.8.05-1.83.05h-6.11l-4.3-.07-.02-1.19v-9.24a81.1 81.1 0 0 1 2.64-.07l2.83-.03c1.93 0 3.66.02 3.8.02.31 0 .9.03 1.13.04 0 .08.04.21.04.25.11.7.18 1.2.25 1.89l.03.18h.44v-.4c0-.55-.04-1.64-.04-2.84 0-.84.05-2.11.06-2.73l-.02-.33-.4.01c0 .13-.04.33-.04.33-.03.46-.16 1.04-.27 1.66l-.05.18c-.04.02-1.3.09-1.42.08l-1.91.06-7.07-.03v-10.2s.9-.03 1.16-.02l4.36-.01c2.48 0 4.88.02 4.88.02l.76.03 1.16.05.03.17c.1 1.08.18 2.35.22 2.8v.19h.38l-.04-3.98v-1.11Z" })] })),
53
+ },
54
+ {
55
+ slug: 'intuit',
56
+ // translators: Company name
57
+ name: __('Intuit'),
58
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 114 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M58.36 32.79c0 5.56 4.62 9.62 10.48 9.62s10.48-4.06 10.48-9.62V20h-5.68v12.12c0 3-2.08 5.02-4.82 5.02-2.75 0-4.82-2.01-4.82-5.02V20h-5.68l.04 12.78Zm36.11-7.67h6.77V42h5.68V25.12h6.76V20h-19.2v5.12ZM90.8 20h-5.67v22h5.67V20Zm-55.36 5.12h6.77V42h5.67V25.12h6.77V20H35.44v5.12ZM5.68 20H0v22h5.68V20Zm16.3-.44c-5.87 0-10.48 4.07-10.48 9.63V42h5.68V29.87c0-3 2.08-5.02 4.82-5.02 2.75 0 4.82 2.01 4.82 5.02V42h5.68l-.04-12.81c0-5.55-4.62-9.62-10.49-9.62Z" })] })),
59
+ },
60
+ {
61
+ slug: 'siriusxm',
62
+ // translators: Company name
63
+ name: __('SiriusXM'),
64
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 142 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M23 25.12h6.71V42h-6.7V25.12Zm0-4.6h6.71v3.23h-6.7v-3.23Zm22.13 0h6.7v3.23h-6.7v-3.23Zm0 4.6h6.7V42h-6.7V25.12Zm20 0h6.71V42h-6.22v-2.48c-1.67 2.32-3.32 2.97-6.1 2.97-3.67 0-6.05-2.26-6.05-7.1V25.13h6.7v9.12c0 2.32.82 3.06 2.42 3.06 1.93 0 2.55-1.45 2.55-4.06v-8.12ZM90.12 36.6c0 3.51-2.9 5.9-9.09 5.9-3.86 0-8.12-1.2-8.47-5.74h6.37c0 .68.26 1.2.72 1.54.41.32 1 .52 1.64.52 1.03 0 2.13-.32 2.13-1.51 0-2.71-10.35-.55-10.35-7.1 0-4.3 4.48-5.57 8-5.57 3.67 0 7.98.84 8.37 5.31h-6.1a1.76 1.76 0 0 0-.64-1.22 2.13 2.13 0 0 0-1.35-.42c-1.16 0-1.9.35-1.9 1.2 0 2.36 10.67.78 10.67 7.1Zm-69.07-4.25c.5.78.81 1.73.81 2.9-.03 4.32-3.6 7.25-11.3 7.25C5.73 42.5.45 41.03 0 35.44v-.28h7.21l-1.6 4.7 5.27-3.65 5.27 3.66-1.37-4.05c-.21-.42-.76-.64-.76-.64-2.88-1.6-13.37-.73-13.37-7.8 0-5.3 5.58-6.85 9.95-6.85 4.58 0 9.95 1.03 10.43 6.54v.21h-8.12l-2.01-5.92-2.02 5.92h-6.5L6 29.78c1.06-.42 2.2-.6 3.34-.73a21.2 21.2 0 0 1 6.74.38c.9.21 1.83.45 2.66.9a6.2 6.2 0 0 1 2.3 2.01Zm21.79-7.7c.41 0 .87.1.87.1v6.7s-.36-.2-1.39-.2c-2.74 0-4.12 1.3-4.12 4.93v5.84h-6.71v-16.9h6.1v3.42h.06c.94-2.64 2.57-3.9 5.19-3.9Zm98.8-3.64v21h-7.13v-5.96c0-2.89.06-5.56.16-8.02-.2 1-.45 1.96-.7 2.86L131.02 42h-5.97l-2.99-11.11-.31-1.18-.25-1.01a3.1 3.1 0 0 0-.13-.5c.11 2.4.17 5.02.17 7.84V42h-7.13V21h11.29l1.81 7.97.55 2.5c.24-1.26.41-2.1.52-2.5l1.76-7.97h11.29Zm-36.17 9.8 8.28 11.21h-8.6l-1.27-1.91-2.47-3.81c-.67 1-1.57 2.27-2.7 3.8l-1.39 1.92h-8.14l8.5-10.76L90.07 21h8.5l1.27 1.83 1.85 2.7.88-1.3.97-1.41 1.27-1.83h7.92l-7.27 9.8Z" })] })),
65
+ },
66
+ {
67
+ slug: 'chevron',
68
+ // translators: Company name
69
+ name: __('Chevron'),
70
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 54 60", children: [_jsx("title", { children: title }), _jsx("path", { fillRule: "evenodd", d: "m27.04 11-2.5-7.41h2.5l1.35 5.24h.05l1.35-5.24h2.5l-2.5 7.4h-2.75Zm-18.97-.13c-.4.2-1.2.44-2.41.44A4.97 4.97 0 0 1 .4 6.09C.41 2.61 2.85.77 5.88.77c1.17 0 1.8.22 2.19.44L7.7 3.29a3.9 3.9 0 0 0-1.73-.38C4.53 2.91 3 3.77 3 6.05 3 8.1 4.22 9.18 5.98 9.18c.7 0 1.17-.14 1.72-.39l.37 2.08Zm24.86-4.84c0-1.1-.04-1.8-.08-2.44h2.12l.07 1.38h.05c.38-1.1 1.1-1.5 1.82-1.55.35-.02.54 0 .76.05v2.16c-.2-.04-.62-.08-.9-.06-.88.08-1.4.71-1.55 1.44a2.9 2.9 0 0 0-.05.51V11h-2.24V6.03Zm-10.8.4c0-.56-.27-1.53-1.32-1.53-.92 0-1.35.79-1.41 1.52h2.73Zm-2.72 1.6c.09.95.88 1.46 2.1 1.47.73 0 1.59-.21 2.16-.55l.34 1.76c-.86.43-1.84.6-2.83.6-2.7 0-4.13-1.62-4.13-4.1 0-2.39 1.55-3.93 3.87-3.93 2.39 0 3.46 1.76 3.46 3.96 0 .24-.02.61-.05.8H19.4Zm23.85-.74c0-1.2-.41-2.25-1.49-2.25s-1.5 1.05-1.5 2.25.42 2.26 1.5 2.26 1.5-1.05 1.5-2.26m2.34 0c0 2.43-1.47 4.02-3.84 4.02s-3.83-1.6-3.83-4.02c0-2.43 1.46-4.02 3.83-4.02s3.84 1.6 3.84 4.02m1-1.34c0-.92-.04-1.71-.09-2.36h2.14l.05 1.03h.04a2.74 2.74 0 0 1 2.3-1.27c1.48 0 2.45 1.02 2.45 3.2V11h-2.26V6.9c0-.96-.32-1.62-1.14-1.62-.62 0-1.01.44-1.16.87-.05.15-.07.36-.07.57V11H46.6V5.95Zm-33-2.6c-.9 0-1.77.41-2.21 1.06h-.03V.81l-2.26.78v9.4h2.26V6.6c0-.63.41-1.32 1.2-1.32.85 0 1.18.67 1.18 1.64V11H16V6.6c0-2.23-.97-3.25-2.4-3.25M.5 33.5l24.69 8.23L2.95 50.4 27 42.33l26.5-8.83v17.67L27 60 .5 51.17V33.5Zm0-20.54 24.69 8.23-22.24 8.66L27 21.8l26.5-8.84v17.67L27 39.47.5 30.64V12.96Z" })] })),
71
+ },
72
+ {
73
+ slug: 'al-jazeera',
74
+ // translators: Company name
75
+ name: __('Al Jazeera'),
76
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 178 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M19.18 0c.36 0 .3.15-.2.53-1.06.8-1.44 2.2-1.08 3.97.38 1.83 1.13 3.13 3.63 6.24 5.9 7.36 8.86 11.67 11.18 16.27a28.97 28.97 0 0 1 2.69 6.9c.63 2.52.83 4.6.65 6.74-.4 4.62-2.25 7.85-5.43 9.46a10.52 10.52 0 0 1-7.64.5c-.93-.3-.9-.23-.69-1.53.22-1.28.38-1.79.55-1.77l.99.17a8.35 8.35 0 0 0 6.06-1.25c.55-.38 1.56-1.35 2.05-1.98a11.4 11.4 0 0 0 1.9-4.08c.29-1.14.4-3.48.22-4.7-.14-.93-.61-2.52-1.15-3.83-1.88-4.6-5.16-9.51-12.24-18.38-.32-.4-.9-1.16-1.3-1.7-.4-.53-.76-.97-.8-.97-.12 0-.53.7-.68 1.17-.1.34-.14.66-.11 1.17.08 1.35.65 2.2 3.5 5.2a29.76 29.76 0 0 1 3.6 4.34c1.62 2.46 2.2 4.93 1.66 6.97-.06.2-.08.38-.06.4.12.12 1.86-1.46 2.39-2.17.18-.24.36-.4.4-.36.1.11.68 2.41.89 3.6.3 1.65.4 2.83.34 3.95a6.04 6.04 0 0 1-.84 2.98c-.63 1.2-1.45 2.22-3.85 4.71-2.38 2.47-3.21 3.5-3.51 4.3-.3.8-.66 2.78-.87 4.8a45.7 45.7 0 0 1-.81 5.75 3.45 3.45 0 0 1-1.75 2.27c-.53.26-.7.3-1.46.32a3.6 3.6 0 0 1-1.56-.2c-1.8-.6-3.52-2.27-4.73-4.64-.28-.55-.51-1.04-.51-1.09 0-.14.84-.6.88-.49.02.06.26.46.53.9 2.06 3.28 4.87 3.65 6.2.8.37-.8.55-1.54.77-3.17.3-2.34.78-5.2.99-6 .6-2.25 1.87-4.02 5.06-7.03 2.78-2.63 4.12-4.67 4.28-6.53.03-.37.02-.67-.01-.67-.04 0-.34.23-.67.53-.33.29-1.1.9-1.72 1.36-1.58 1.18-2.26 1.8-2.73 2.44-.22.3-.43.55-.47.55-.04 0-.24-.52-.45-1.15a5.54 5.54 0 0 1-.39-1.79c0-.75.13-1.05.9-1.99a6.35 6.35 0 0 0 1.5-4.03c0-1.53-.68-2.86-2.64-5.21a52.18 52.18 0 0 0-3.51-3.75c-.04 0-.06.6-.05 1.33.05 3.06-.53 5.38-2.2 8.73a24.2 24.2 0 0 0-1.7 3.94 10.9 10.9 0 0 0-.65 3.44l-.05 1.2-.4.38c-.21.21-.41.36-.44.33-.13-.12-.24-1.94-.2-3.1.1-2.13.6-4.04 1.84-6.93 2.34-5.46 2.94-7.48 2.82-9.42-.06-.8-.13-1.05-.93-3.2a5.72 5.72 0 0 1 .57-5.3c.27-.42.3-.53.22-.72l-.46-1.06a7.62 7.62 0 0 1-.78-3.7c0-1.45.1-2.06.54-3C17.63.95 18.66 0 19.18 0Zm4.45 53.3c.28.73.57 1.22.84 1.37.2.1.26.1.5 0 .2-.1.26-.2.29-.47.05-.64.4-.3.68.65.2.68.19.8-.12 1.1-.31.32-.38.32-.88.08-.69-.34-1.18-1.09-1.7-2.56-.19-.51-.23-.73-.16-.8.16-.16.34.04.55.63Zm-7.93-1.35 2.01 1.64-1.92 2.35-2.01-1.64 1.92-2.35Zm-1.64-38.63c.52 0 .92.22 1.3.64.69.76 1.03 2.28 1.1 4.87.1 3.12-.24 4.44-2.12 8.33-2.13 4.41-3.02 6.68-3.77 9.52a27.77 27.77 0 0 0-.68 11.62l.16 1-.3.3c-.22.22-.34.29-.4.23-.1-.1-.3-1.26-.45-2.53l-.05-.43a35.38 35.38 0 0 1 0-8.13c.31-2.3.85-4.46 1.73-6.87a49.9 49.9 0 0 1 2.5-5.75c1.67-3.48 2.4-5.35 2.31-5.96-.02-.16-.08-.12-.33.27-.57.9-1.6 1.75-4.02 3.34-3.12 2.06-4.52 3.12-5.87 4.47a11.6 11.6 0 0 0-3.71 8.56c0 1.28.16 2.39.32 2.3.05-.02.19-.3.3-.63.27-.79.8-1.52 1.34-1.85a1.99 1.99 0 0 1 1.9-.07c1.44.75 2.75 3.69 2.75 6.14 0 1.23-.27 2.05-.85 2.56-.4.35-.65.42-1.41.42-.81 0-1.57-.38-2.5-1.25l-.7-.65.06 1.04c.14 2.65 1.27 4.99 2.81 5.77 1.51.76 3.44.46 4.62-.72 1.28-1.28 2.04-3.53 2.64-7.8.34-2.46.53-2.92 1.55-3.81a27.4 27.4 0 0 0 3.1-3.02c.23-.3.44-.53.47-.5.07.1.44 2.68.44 3.12 0 .7-.36 1.18-2.2 2.86-1.17 1.06-1.77 1.67-1.84 1.87-.05.15-.17 1-.25 1.87-.65 6.68-1.97 9.18-4.98 9.44a5.3 5.3 0 0 1-4.3-1.74c-2.09-2.07-3.1-4.83-3.23-8.83-.05-1.51-.06-1.56-.4-2.45-1.18-3.1-1.4-5.8-.7-8.6.5-2.04 1.67-4 3.34-5.62 1.3-1.25 2.53-2.11 6.15-4.3 2.64-1.6 3.45-2.18 4.28-3.08.77-.83 1.09-1.46 1.13-2.3l.04-.62-.24.17a1.81 1.81 0 0 1-3-1.39c0-.98.67-1.81 1.96-1.81Zm2.1 34.54 2 1.64-1.92 2.35-2-1.64 1.92-2.35Zm-.43-6.13c.05 0 .26.24.45.52.44.64 1.95 2.21 2.78 2.9.55.45.62.53.56.74l-.27 1.26a9.36 9.36 0 0 1-.26 1.08c-.02.02-.34-.24-.7-.58a16.36 16.36 0 0 1-3.12-4.4l-.34-.7.4-.41c.22-.22.44-.4.5-.4Zm12.47 0 2.34 1.12-1.31 2.7-2.34-1.13 1.3-2.7ZM5.32 39.56c-.76-.02-1.63.65-2.14 1.73-.3.65-.28.71.41 1.03.64.3 1.4.3 2.03-.02.37-.19.53-.34.74-.7.14-.26.27-.57.27-.7 0-.32-.48-1.04-.81-1.2a1.15 1.15 0 0 0-.5-.14Zm15.22-2.75 2.33 1.13-1.3 2.7-2.34-1.13 1.3-2.7ZM8.62 28.5c0 .04-.38.46-.85.94-1.26 1.3-1.68 2.25-1.23 2.82.32.4.9.28.9-.18 0-.25.3-.63.44-.54.14.09.13.39-.02.9-.35 1.16-1.23 1.67-1.81 1.06-.33-.34-.42-.77-.32-1.55.05-.45.18-.83.41-1.27.6-1.14 2.48-2.8 2.48-2.18ZM23 27.04c.06.29.04.45-.07.7-.08.17-.9 1.14-1.82 2.14a51.3 51.3 0 0 0-2.37 2.7c-.04 0-.1-.14-.16-.33-.23-.83-.16-.94 2.07-3.34.91-.99 1.78-1.96 1.92-2.15.28-.37.29-.37.43.28ZM11.56 16.4a1.82 1.82 0 1 1 0 3.65 1.82 1.82 0 0 1 0-3.65Zm66.28 14.57v17.4s.28 2.7-1.56 4.7c-2.56 2.8-7.11.45-7.11.45l.97-3.54s.57.4 1.37.4c1.06 0 2.1-1.17 2.1-2.51l-.05-16.9h4.28Zm-13.78.04v13.32h5.42v3.56h-9.63l.05-16.88h4.16ZM46.26 31l-5.93 16.94h4.39l1.02-3.03h5.67l.85 3.03h4.63L51.06 31h-4.8Zm2.33 4.96 1.6 5.02H47l1.6-5.02ZM86.52 31l-5.94 16.94h4.38L86 44.91h5.66l.86 3.03h4.63L91.3 31h-4.8Zm2.32 4.96 1.6 5.02h-3.2l1.6-5.02ZM166.87 31l-5.93 16.94h4.38l1.03-3.03H172l.85 3.03h4.63L171.66 31h-4.79Zm2.32 4.96 1.6 5.02h-3.2l1.6-5.02Zm-53.14-4.94v17h11.37v-3.48h-7.25v-3.2h5.67V37.9h-5.62v-3.32h6.67v-3.56h-10.84Zm15.13 0v17h11.37v-3.48h-7.24v-3.2h5.66V37.9h-5.62v-3.32h6.67v-3.56h-10.84Zm-30.83 0v3.56h6.03l-6.27 9.15v4.3h12.01v-3.7h-6.3l6.14-9.02v-4.29h-11.6Zm45.96 0v16.92h4.25v-6.31c1 0 1.7-.12 2.14.4.51.62 2.55 5.9 2.55 5.9l4.37.01-2.63-6.72s-.56-1.36-1.16-1.36a27.1 27.1 0 0 0 1.44-1.1s1.18-.72 1.18-3.07c0-2.35-1.52-4.67-4.13-4.67h-8Zm4.22 3.61h2.05c.77 0 1.55.8 1.55 1.69 0 .88-.73 1.65-1.51 1.65h-2.09v-3.34Z" })] })),
77
+ },
78
+ {
79
+ slug: 'news-corp',
80
+ // translators: Company name
81
+ name: __('News Corp'),
82
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 194 60", children: [_jsx("title", { children: title }), _jsx("path", { fillRule: "evenodd", d: "M126.84 39.8c-.55 0-.77-.64-.14-1.37 2-1.43 2.8-1.87 2.9-1.92 1.3 0-1.18 3.28-2.76 3.28m65.91-7.18c-.12-.1-.23-.18-.35-.24l-.08-.06c-1-.65-2.1-.36-2.1-.36s.2.38-.82 1.21l-.15.14-.09.07a32.38 32.38 0 0 1-13.88 6.48c1.68-.99 5.65-4.75 2.89-6.78-1.61-1.18-4.46-.66-7.15.7.3-.5 1.05-1.58.75-2.87-.3-1.3-2.76-1.67-4.13-1.18-.05 1.33-.26 2.04-.5 2.34-6.03 5.31-13.92 8.14-14.57 7.49-.52-.52 1.24-2.6 1.83-3.42.49-.7.5-1.53.15-2.17-.54-.99-1.55-1.04-3.42-.63-2.6.44-4.43-.49-5.97-2.85-.76-1.15-2.6-.92-3.55-.29.23.75.17 1.5-.06 2.27-1.58 3.68-6.38 3.71-8.19 2.46-.26-.77-.94-2.2-2.3-2.4-4.24-.65-5.7 1.94-6.39 2.74-1.5 1.71-11.67 6.17-14.05 4.24-1.75-1.43-.28-6.6 3.06-11.8 4.95-7.82 7.2-7.73 7.99-6.94.49.5.97 1.58-.03 3.5l-.21.39c-1.71 2.81-2.38 2.67-2.38 2.67-.56 1.69.16 2.6.69 3.03.57.57 1.4.37 1.64.29.84-.3 1.36-1.03 1.84-1.78 2.4-3.71 3.89-9.62-.04-11.76-2.8-1.53-7.53.54-12.76 9.02-4.65 7.54-5.96 13.47-2.61 16.28 4.08 3.42 12.65-1.1 15.47-2.4-.08.57.14 3.43 2.97 3.27 3.63-.2 5.87-3.34 6.83-4.93 1.42.82 7.6 2 11.36-3.65.4.34 2.66 1.99 5.68 1.99-1.07 1.95-2.44 4.3-.41 5.9 2.84 2.25 12.58-3.17 15.41-4.85-1.6 2.94-4.41 9.58-7.24 15.47-1.17 2.42-2.8 5.68-1.08 6.55 1.33.67 3.32-.02 3.62-1.77.4-2.28 2.6-8.65 4.16-12.09 2.97-6.6 5.64-10.03 10.14-10.03-.28.54-.36.96-1.86 2.46-1.63 1.63-3.46 1.54-3.36 3.3.05 1.04 1.11 1.33 1.41 1.41 2.35.64 8.86-1.3 11.45-2.24a57.49 57.49 0 0 0 10-4.99c1.42-.9 1.55-2.21.39-3.2m-101.6-6.63c-2.51.19-5.54 1.02-6.66 3.53-.93 2.08-.2 4.28 1.75 6.74a93.77 93.77 0 0 0 2.72 3.18c-.9.2-2.86.12-4.82-.24h-.03c-.45-.08-.9-.18-1.33-.3-1.11-.35-1.42-.8-1.42-.8l-.16.12.16-.12c-.75.1-1.38.63-1.82 1.2-.44.59-.9 1.7-.51 2.24.33.46.98.7 2.23.75 1.92.09 7.1.78 9.02 1a2.77 2.77 0 0 0 2.77-1.62c.39-.95-.01-1.99-.5-2.56-2.47-2.85-5.92-5.95-4.67-8.55.58-1.19 3.34-.95 4.26-.68 1.95.58 2.92-.12 3.36-1.43.28-.84-.23-2.76-4.36-2.46m-50.7 3.28c.35.34-.4 1.13-1.06 1.56a24.01 24.01 0 0 1-4.92 2.33c1.41-2.88 5.48-4.58 5.98-3.9m41.8 6.3c.99-.55 1.38-1.7.6-2.63-.79-.95-2.35-.87-3.04-.45-.58.35-1.26.96-3.26 1.06-1.88.1-2.64-.71-3.83-.71-1.34 0-1.87.93-3.52 2.99-.84 1.05-2.73 3.45-3.6 3.45-.73 0-1-2.1-1-4.85 0-1.25-.56-2.26-1.97-2.16-1.18.07-1.38 1.6-2 2.33-1.85 2.15-3.33 4.26-4.08 4.26-.93 0-1.3-2.04-1.3-3.6 0 0 .3-2.48-1.95-2.92a3.48 3.48 0 0 0-1.98.36c.09.19.12.38.1.57-.29 1.04-2.24 2.52-2.24 2.52-2.08 1.54-6.24 4.22-10 4.42-4.38.24-5.15-2.07-5.3-3.08a29.22 29.22 0 0 0 7.93-4.23c1.72-1.35 2.87-2.83 2.77-4.29-.14-1.97-1.93-2.68-3.34-2.68-3.05 0-8.11 1.32-10.54 8-.53.17-1.77.18-2.43 0-.89-.22-.87-.6-.87-.6-.83.21-1.18.62-1.48 1.34-.46 1.14.15 2.13 1.1 2.66.68.38 1.76.62 3.3.44.2 2.03 1.55 5.73 8.73 5.44 5.7-.22 12.38-4.91 12.98-5.28.25 1.17 1.06 5.38 3.48 5.38 2.92 0 5.9-4.35 5.9-4.35s.76 4.38 3.69 4.38c2.44 0 5.5-3.8 6.27-4.71.63-.76 1.87-2.2 2.54-2.2.66-.12 1.97.76 5.72 0 .09 0 1.78-.39 2.63-.86m-46.5-21.11c.27-.7.04-1.54-.39-1.86-1.43-1.08-2.72-.48-3.7.58-1.13 1.25-2.6 3.95-3.23 4.96C22.69 27.4 18.3 37.32 18.3 37.32s-1.52-4.62-1.73-8.3c-.2-3.45-.36-6.76-.5-8.37-.05-.65-.33-1.66-1.46-2.03a5.1 5.1 0 0 0-3.03-.07 8.82 8.82 0 0 1-.58 2.94c-.46 1.3-3.42 7.07-3.93 7.97C4.51 34.04 1.12 39.75.92 40.12c-.7 1.28-1.66 3.03 0 3.65 1.64.62 3.08.29 3.8-.77.13-.2.32-.58.32-.58s-.48-.4.54-2.79a219.96 219.96 0 0 1 1.33-2.62c.12-.22.2-.41.27-.6 1.7-3.33 3.94-7.64 5.95-11.42-.01 2.2.17 4.92.47 6.9.46 3.85 1.4 5.48 1.76 8.55-.07 2.08.13 2.44 1.65 2.85 1.41.4 2.23 0 2.77-1.3 2.04-5.16 7.91-17.02 12.9-23.45.52-.67 2.5-2.6 3.08-4.11" })] })),
83
+ },
84
+ {
85
+ slug: 'abercombie',
86
+ // translators: Company name
87
+ name: __('Abercrombie & Fitch'),
88
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 263 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "M178.33 24.32c-2.13 0-3.98 1.52-3.98 3.81 0 1.8 1.4 2.8 1.78 3.16-1.9.99-3.85 2.49-3.9 5.13.05 2.05 1.48 4.57 5.15 4.57 1.96 0 3.6-.8 5.28-2.5.33.53.88 1.32 1.23 1.69.47.48 1.78.8 2.99.8 1.26 0 3.11-.47 4.36-1.83a.43.43 0 0 0-.37-.53c-.53.39-1.35.7-2.05.7-1.82 0-2.99-1.05-4.07-2.73-.17-.28-.2-.52-.04-.76a65.56 65.56 0 0 0 2.64-4c.88-1.48 1.41-2.21 2.74-2.49l1.17-.25c.2-.2.13-.63-.06-.72-.58.06-2.97.15-4.27.15h-1.41c-.26.1-.31.5-.07.71l.73.13c.71.13.62.39.18 1.36a24.91 24.91 0 0 1-2.45 4.45c-1.34-2.09-2.32-3.26-4.28-4.53.86-.5 2.4-1.11 2.4-3.04 0-1.76-1.43-3.28-3.7-3.28Zm1.52 9.88c.75.83 1.47 1.8 2.07 2.77.32.48.32.62-.07.97a4.44 4.44 0 0 1-2.97 1.18c-2.22 0-4-1.53-4-3.65 0-1.29.7-2.59 1.56-3.2.2-.16.46-.3.59-.3.13 0 1.63.91 2.82 2.23Zm-1.63-8.97c.97 0 1.61.94 1.61 2.28 0 1.06-.36 1.9-.84 2.44-.05.03-.18.13-.26.13-.05 0-.25-.13-.4-.22-1.12-.83-1.74-1.6-1.74-2.66 0-1.18.75-1.97 1.63-1.97Zm23.33-6.87c-1.49 0-3-.04-4.18-.11-.28.15-.31.75-.07.99l.44.05c1.6.24 1.88.35 1.88 3.93v12.56c0 3.57-.29 3.68-1.88 3.89l-.76.09c-.22.24-.2.84.08.99a97.2 97.2 0 0 1 9.72 0c.27-.15.3-.75.07-1l-1.41-.16c-1.6-.13-1.9-.24-1.9-3.81v-4.73c0-.85.03-.92.82-.92h1.98c2.95 0 3.48.07 3.8 1.49l.25 1.32c.2.23.84.23 1.03-.04-.04-1.05-.11-2.26-.11-3.5 0-1.25.07-2.5.1-3.38-.18-.27-.82-.27-1.02-.03l-.26 1.15c-.31 1.41-.84 1.49-3.8 1.49h-1.97c-.8 0-.81-.08-.81-.92v-6.05c0-1.89 0-1.94 1.41-1.94h1.72c1.09 0 1.93.01 2.83.25 1.28.35 1.83 1.32 2.16 3.28.35.2.96.13 1.08-.12-.05-1.6-.05-4.13-.05-4.88-.72.07-2.6.1-4.77.1h-6.38Zm17.21 12.41c0-1.37.04-2.99.11-4.1-.1-.17-.27-.24-.48-.28-.93.57-2.64 1.32-4.38 1.83-.15.17-.15.63-.04.77l.4.24c.85.5.85.9.85 2.42v4.97c0 2.5-.13 2.86-1.28 3.05l-.6.09c-.25.24-.2.84.07.99a61.24 61.24 0 0 1 7.18 0c.26-.15.3-.75.06-1l-.6-.08c-1.14-.19-1.29-.55-1.29-3.05v-5.85Zm-1.78-8.36c1.29 0 2.17-.92 2.17-2.13 0-1.2-.88-2.12-2.17-2.12-1.28 0-2.16.91-2.16 2.12s.88 2.13 2.16 2.13Zm13.88 6.42c.27-.18.4-.48.44-.88 0-.35-.08-.6-.28-.72h-3.34c-.64 0-.64-.09-.64-.64v-2.02c-.16-.27-.64-.38-.95-.18a6.4 6.4 0 0 1-1.85 2.11c-.76.53-1.53.97-2.66 1.41-.32.2-.24.74.09.92h1.19c.53 0 .6.02.6 1.2v6.87c0 2.36.57 4.22 3.78 4.22 2.06 0 3.62-.92 4.3-1.86.05-.38-.15-.64-.45-.68-.55.37-.95.61-1.63.61-2.14 0-2.46-1.89-2.46-4.02v-5.2c0-1.09.04-1.14.65-1.14h3.2Zm9.95-1.96c-5.43 0-8.3 3.6-8.3 7.55a6.7 6.7 0 0 0 1.96 4.86 6.84 6.84 0 0 0 4.7 1.84c2.12 0 4.7-.96 5.93-3.7a.66.66 0 0 0-.71-.6c-.68.98-1.45 1.8-3.65 1.8-3.06 0-4.83-2.6-4.83-5.34 0-3.17 2-5.06 3.93-5.06 1.3 0 2.33 1.07 3.06 2.06.24.3.4.36.64.36.28 0 .85-.5.85-1.57 0-.8-.24-1.32-.68-1.73a8.28 8.28 0 0 0-2.9-.47Zm10.97-5.21c0-1.45.04-3.54.11-4.9a.45.45 0 0 0-.48-.25c-1.4.53-3.11 1.24-4.42 1.61-.23.11-.2.64 0 .77l.46.31c.75.44.79.68.79 2.94v14.48c0 2.5-.15 2.86-1.28 3.05l-.75.09c-.24.24-.2.84.07.99a56.46 56.46 0 0 1 7.22 0c.28-.15.32-.75.08-1l-.52-.07c-1.15-.2-1.28-.56-1.28-3.06V32.1c0-1.32.04-1.81.4-2.22.4-.44 1.2-.99 2.3-.99 2 0 2.7 1.36 2.7 2.97v4.77c0 2.5-.14 2.86-1.27 3.06l-.52.08c-.24.24-.2.84.08.99a55.44 55.44 0 0 1 7.26 0c.33-.15.36-.75.05-1l-.77-.08c-1.15-.19-1.28-.55-1.28-3.05V31.6c0-2.88-1.41-4.73-4.33-4.73-1.69 0-3.14.73-4.3 1.61-.25 0-.32-.16-.32-.57v-6.25ZM27.03 16.89c.2-.04.4.1.48.26a106.1 106.1 0 0 0-.11 4.9v5.68c0 .46.07.6.28.6a6.76 6.76 0 0 1 3.53-1.08c3.97 0 6.46 2.94 6.46 6.68 0 4.8-3.58 7.57-8 7.57-2.5 0-4.08-.92-4.49-.92-.4 0-.64.31-.84.55-.08.02-.15.02-.24.02-.15 0-.35-.13-.35-.24l.1-2.06v-.38l.01-.73V22.3c0-2.04-.06-2.28-.77-2.7l-.48-.31c-.2-.13-.23-.67 0-.78 1.29-.36 3.03-1.08 4.42-1.6Zm-14.71 1.3c.26 0 .44.11.57.28.53 1.52.97 3.12 1.52 4.62l4.86 14.16c.77 2.25.95 2.49 2.66 2.8l.51.1c.28.23.28.8.04.98-1.4-.07-2.64-.1-4.38-.1-1.47 0-2.96.07-4.13.1-.28-.18-.31-.79-.11-.99l.75-.09c1.21-.15 1.32-.35.88-1.8l-1.6-4.58c-.32-.92-.43-.92-1.37-.92H7.9c-.75 0-.73.05-1.03.92L5.5 37.72c-.68 1.98-.55 2.1.71 2.26l.97.16c.24.24.2.85-.07 1-1.08-.08-2.18-.08-3.57-.12-1.12 0-2.17.04-3.34.11-.24-.18-.28-.68-.04-.99l1.01-.16c.99-.13 1.36-.44 1.85-1.56.42-.88.96-2.3 1.67-4.1l4.62-12.04c.44-1.08.74-1.89.64-2.45.9-.19 1.76-1.04 2.15-1.43l.13-.13.09-.08Zm17.12 10.88c-.68 0-1.4.24-1.67.44-.3.2-.37.64-.37 1.8v4.3c0 1.49.2 2.68.75 3.4a2.79 2.79 0 0 0 2.26 1.13c2.25 0 3.5-2.12 3.5-4.98 0-3.97-2.09-6.1-4.47-6.1Zm-18.92-5.43h-.07c-.13.24-.4 1.08-1.01 2.66l-1.41 3.96c-.37.97-.28.97.53.97h3.52c.94 0 1.08-.07.8-.88l-1.4-4.05c-.6-1.78-.8-2.42-.96-2.66Zm38.92 9.39c1.36 0 2.13-.15 2.33-.44.15-.28.18-.48.18-.79 0-2.93-2.57-4.55-5.06-4.55-4.53 0-7.13 3.69-7.13 7.5 0 3.83 2.6 6.75 6.5 6.75 2.08 0 4.57-1 5.73-3.72-.04-.3-.42-.64-.75-.53-.77 1.24-1.9 1.68-3.25 1.68-3 0-5.1-2.44-5.1-5.46 0-.4.08-.44.72-.44h5.83Zm-5.8-1.36c-.4 0-.47-.1-.47-.24 0-.71 1.04-2.9 3.3-2.9 1.47 0 2.24.98 2.24 2.19 0 .3-.13.58-.33.71-.24.15-.68.24-1.67.24h-3.07Zm11.21 5.34c0 2.5-.15 2.86-1.28 3.04l-.6.1c-.25.23-.2.84.05.98 1.28-.07 2.4-.1 3.52-.1 1.25 0 2.4.03 4.42.1.27-.14.3-.75.07-.99l-1.32-.13c-1.17-.14-1.32-.5-1.32-3v-4.62c0-1.67.2-2.44.99-2.44.2 0 .77.07 1.61.64.28.16.57.27.92.27.9 0 1.89-.64 1.89-1.96 0-.88-.68-1.65-1.87-1.65-1.14 0-2.26 1.01-3.3 1.76-.2 0-.33-.18-.33-.4 0-.31.02-.88.05-1.52-.05-.2-.25-.31-.45-.31a25.1 25.1 0 0 1-4.26 1.83c-.15.16-.15.62-.04.77l.4.24c.85.5.85.9.85 2.42V37Zm17.45-9.76c-5.43 0-8.3 3.61-8.3 7.56 0 1.96.77 3.72 1.96 4.86a6.84 6.84 0 0 0 4.7 1.83c2.12 0 4.7-.95 5.93-3.69a.66.66 0 0 0-.71-.6c-.68.97-1.45 1.8-3.65 1.8-3.06 0-4.82-2.6-4.82-5.34 0-3.17 2-5.06 3.92-5.06 1.3 0 2.33 1.06 3.06 2.05.24.3.4.37.64.37.28 0 .85-.51.85-1.58 0-.79-.24-1.32-.68-1.72a8.28 8.28 0 0 0-2.9-.48Zm7.16 9.76c0 2.5-.15 2.86-1.28 3.04l-.6.1c-.25.23-.21.84.05.98 1.28-.07 2.4-.1 3.52-.1 1.24 0 2.4.03 4.42.1.27-.14.3-.75.07-.99l-1.32-.13c-1.17-.14-1.32-.5-1.32-3v-4.62c0-1.67.2-2.44.99-2.44.2 0 .77.07 1.61.64.28.16.57.27.92.27.9 0 1.89-.64 1.89-1.96 0-.88-.68-1.65-1.87-1.65-1.14 0-2.26 1.01-3.3 1.76-.2 0-.33-.18-.33-.4 0-.31.02-.88.05-1.52-.05-.2-.25-.31-.46-.31a25.1 25.1 0 0 1-4.25 1.83c-.15.16-.15.62-.04.77l.4.24c.85.5.85.9.85 2.42V37ZM96 27.25c-3.95 0-7.4 2.84-7.4 7.36 0 4.41 3.25 6.89 7.14 6.89 4.01 0 7.39-2.5 7.39-7.3 0-4.38-3.32-6.95-7.13-6.95Zm-3.42 6.86c0-3.76 1.36-5.5 3.09-5.5 2.49 0 3.46 3.34 3.46 6.16 0 2.6-.66 5.37-2.99 5.37-2.44 0-3.56-2.97-3.56-6.03Zm41.36-17.22c.2-.04.4.1.48.26-.07 1.35-.1 3.45-.1 4.9v5.68c0 .46.06.6.27.6a6.76 6.76 0 0 1 3.54-1.08c3.96 0 6.45 2.94 6.45 6.68 0 4.8-3.58 7.57-8 7.57-2.5 0-4.08-.92-4.49-.92-.4 0-.64.31-.84.55-.07.02-.15.02-.24.02-.15 0-.35-.13-.35-.24 0-.13.11-1.9.11-3.17V22.07c0-1.84-.09-2.07-.77-2.48l-.47-.31c-.2-.13-.24-.67 0-.78 1.28-.36 3.02-1.08 4.41-1.6Zm-24.98 9.89c.24 0 .37.12.44.27-.07.64-.07 1.28-.07 1.56 0 .22.1.3.31.33 1.65-.88 2.53-1.69 4.82-1.69a3.9 3.9 0 0 1 3.05 1.41c.2.32.4.52.53.52.14 0 .35-.11.75-.35 1.58-.97 2.73-1.58 4.3-1.58 2.85 0 4.14 1.9 4.14 4.53v5.47c0 2.28.16 2.62 1.28 2.8l.75.1c.3.23.13.84 0 .98a57.53 57.53 0 0 0-7.33 0c-.28-.14-.32-.75-.08-.99l.55-.09c1.14-.18 1.29-.55 1.29-3.04v-4.59c0-1.8-.6-3.15-2.74-3.15a3 3 0 0 0-2.27 1.03c-.33.4-.4.8-.4 1.74V37c0 2.5.14 2.86 1.28 3.06l.51.07c.24.24.2.85-.07 1a55.27 55.27 0 0 0-6.91 0c-.28-.15-.31-.76-.08-1l.44-.07c1.16-.2 1.29-.57 1.29-3.06v-4.59c0-1.8-.6-3.15-2.57-3.15-1.15 0-2.04.55-2.4 1.04-.4.55-.44.85-.44 2.17v4.77c0 2.28.18 2.62 1.28 2.82l.52.07c.23.24.2.85-.08 1a56.44 56.44 0 0 0-7.08 0c-.27-.15-.3-.76-.07-1l.6-.09c1.16-.18 1.29-.55 1.29-3.04v-5.38c0-1.2-.08-1.56-.84-2.01l-.4-.24c-.12-.15-.12-.6.03-.77 1.48-.42 3.3-1.23 4.38-1.83Zm27.39 2.29c-.68 0-1.4.24-1.67.44-.3.2-.37.64-.37 1.8v4.3c0 1.49.2 2.68.75 3.4a2.79 2.79 0 0 0 2.26 1.13c2.25 0 3.5-2.12 3.5-4.98 0-3.97-2.09-6.1-4.47-6.1Zm14.43 2.09c0-1.38.04-3 .11-4.11-.1-.16-.27-.24-.47-.27a21.1 21.1 0 0 1-4.39 1.83c-.14.16-.14.62-.03.77l.4.24c.84.5.84.9.84 2.42V37c0 2.5-.13 2.86-1.28 3.04l-.6.1c-.24.23-.2.84.07.98a61.25 61.25 0 0 1 7.19 0c.25-.14.29-.75.05-.99l-.6-.09c-1.14-.18-1.29-.55-1.29-3.04v-5.85ZM149 22.8c1.29 0 2.17-.92 2.17-2.13s-.88-2.13-2.17-2.13c-1.28 0-2.16.92-2.16 2.13 0 1.2.88 2.13 2.16 2.13Zm14.37 10.23c1.36 0 2.13-.15 2.33-.44.15-.28.18-.48.18-.79 0-2.93-2.56-4.55-5.06-4.55-4.53 0-7.13 3.69-7.13 7.5 0 3.83 2.6 6.75 6.51 6.75 2.07 0 4.57-1 5.72-3.72-.04-.3-.42-.64-.75-.53-.77 1.24-1.89 1.68-3.25 1.68-3 0-5.1-2.44-5.1-5.46 0-.4.08-.44.72-.44h5.83Zm-5.8-1.36c-.4 0-.47-.1-.47-.24 0-.71 1.05-2.9 3.3-2.9 1.47 0 2.24.98 2.24 2.19 0 .3-.13.58-.33.71-.24.15-.68.24-1.67.24h-3.06Z" })] })),
89
+ },
90
+ {
91
+ slug: 'capgemini',
92
+ // translators: Company name
93
+ name: __('Capgemini'),
94
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 175 60", children: [_jsx("title", { children: title }), _jsx("path", { fillRule: "evenodd", d: "M135.27 21.3c0-1.1.84-2 1.85-2.04 1.02-.04 1.85.81 1.84 1.9 0 1.09-.83 2-1.85 2.04-1.02.04-1.84-.82-1.84-1.9m-27.96-.68c0-1.14.91-2.1 2.03-2.14 1.12-.04 1.9.86 1.89 2 0 1.14-.79 2.1-1.9 2.14a1.95 1.95 0 0 1-2.02-2m-35.13 7.15c1.17 0 1.84 1.07 1.73 2.62-.14 1.82-1.46 3.9-3.76 5.54-1.21-3.42-.31-8.16 2.03-8.16M56.52 52.46c-1.2 0-1.84-1.14-1.84-2.44 0-3.48 2.55-5.33 5.7-6.92-.14 7.62-1.9 9.36-3.86 9.36m82.09-23.33c0-2.04-.12-3.4-1.46-3.4-.6 0-.9.12-1.43.3.47 6.89-1.09 12.96-2.99 12.96-2.49 0-1.25-14.77-6.53-14.77-4.86 0-5.56 11.79-6.11 11.79-.38 0-.44-3.1-.42-5.46.2-1.13.31-2.14.31-2.92 0-1.1-.44-3-2.93-2.04.09 8.42-1.6 13.52-3.5 13.52-2.8 0-2.82-7.64-2.82-9.75 0-2.06.15-4.8-2.9-3.83-.47 7.36-2.39 12.9-3.6 12.9-1.82 0-1.45-12.7-5.37-12.7-3.52 0-4.61 12.03-5.34 12.03-1.32 0 .4-13.54-4.68-13.54-2.67 0-3.73 4.52-4.77 9.58-.2.98-.42 1.01-.45-.1-.03-.9-.03-1.9-.03-2.83 1.29-5.09-.28-6.97-2.63-5.6.76 9.38-3.55 13.97-6.86 13.97-1.2 0-2.13-.51-2.84-1.31C75.23 35.5 77 32.7 77 29.98c0-2.96-1.7-4.66-4.52-4.66-3.93 0-6.13 4.05-6.13 7.5 0 1.85.35 3.42.92 4.72-1.35.64-2.63 1.2-3.81 1.74-.1-3.54-.5-7.26-.81-10.7-2.1-.57-2.7.44-2.87 2.3-.37 4.26-1.94 6.9-3.33 6.9-1.05 0-1.7-1.28-1.77-2.64-.39-6.81 5.14-8.7 8.04-7.72.6-1.5-.06-2.59-2.67-2.59-3.17 0-5.53 1.93-7.27 4.4a20.04 20.04 0 0 1-4.27 4.22c.04-.4.07-.81.07-1.21 0-4.8-2.6-6.92-5.1-6.92-2.05 0-3.34 1.24-4.1 3.13-.18-1.9-.56-2.72-1.66-2.72a4.4 4.4 0 0 0-1.83.48c.32 1.06.45 3.4.45 4.95 0 5.78-1.66 8.37-3.25 8.37-1.83 0-2.11-6.85-2.27-9.52a2.5 2.5 0 0 0-.89-.16c-1.65 0-1.86 2.2-2.27 4.24-.45 2.25-1.75 5.1-3.67 5.1-1.16 0-1.89-1.13-1.98-3.14-.19-4.1 3.21-8.93 8.53-7.43.7-1.62-.4-2.86-2.6-2.86-3.89 0-7.1 2.9-8.5 6.35-1.43 3.16-3.92 7.8-8.99 7.8-3.58 0-6.31-3.12-6.31-9.67 0-5.65 3.56-11.01 7.35-11.01 2.66 0 3.27 2.61 3.04 5.06 1.37 1.1 3.63.08 3.63-2.68 0-1.9-1.54-5.12-6.53-5.12C5.45 16.49 0 22.64 0 30.72c0 7.83 3.97 12.46 9.6 12.46 3.55 0 6.9-2.02 9.2-5.76.59 3.27 2.82 4.65 4.49 4.65 2.7 0 4.47-1.75 5.43-4.12.6 2.37 1.87 4.12 3.98 4.12 1.49 0 2.65-.75 3.52-1.95-.34 8.25-.78 13.5 4.1 12.47-.76-2.34-1-6.62-1-10.45 0-10.5 1.73-13.94 3.9-13.94 1.57 0 2.08 2 2.08 4.14 0 1.14-.11 2.46-.4 3.65-2.67 1.67-4.8 3-4.8 4.69 0 1.33 1 1.46 1.85 1.46 2.05 0 4.5-2.01 5.87-5.8 1.2-.72 2.38-1.55 3.53-2.67-.04.38-.06.77-.06 1.16 0 3.77 1.64 6.04 4.27 6.04 2.06 0 3.6-1.46 4.7-3.65.07 1.26.1 2.42.13 3.5-4.18 1.92-8.8 3.89-8.8 9.34 0 2.82 2.03 4.94 4.68 4.94 5.82 0 7.15-6.15 7.2-13.28 1.9-.82 3.31-1.46 4.94-2.26a6.56 6.56 0 0 0 5.02 2.61c3.29 0 5.75-1.74 7.73-5.26.35 2.68 1.05 5.26 2.48 5.26 2.6 0 3.13-13.6 5.07-13.6 1.48 0 .26 14.72 4.18 14.72 3.35 0 3.98-12.96 5.61-12.96 1.16 0 1.25 11.85 4.9 11.85 1.8 0 3.74-2.16 4.72-6.68.45 3 1.97 6.68 4.94 6.68 1.73 0 3.22-1.75 4.37-4.08.31 2.4 1 4.08 2.3 4.08 3.41 0 3.3-13.59 6-13.59 2.1 0 1.45 13.59 6.47 13.59 2.39 0 3.51-2.04 4.19-4.59.92 3.76 2.41 4.59 3.64 4.59.77 0 1.36-.28 2.13-1.2-3.88-1.68-3.55-7.8-3.55-11.75m35.78 1.34c-.84-1.7-2.61-2.42-4.43-2.33-1.76.08-3.04 1.2-4.02 2.58-1.11 1.55-1.89 3.33-2.8 5a21.5 21.5 0 0 1-3.05 4.56 11.54 11.54 0 0 1-5.1 3.22c.9.65 2.16.8 3.25.84 1.22.05 2.46-.06 3.67-.28 2.2-.4 4.58-1.17 6.21-2.78-2.54.04-4.6-1.67-4.77-4.25a6.16 6.16 0 0 0 6.58 2.04 6.91 6.91 0 0 0 4.61-4.47 5.45 5.45 0 0 0-.15-4.13m-.08-1.88a16.16 16.16 0 0 0-4.72-7.19 28.46 28.46 0 0 0-8.96-5.4c-3.68 4.4-16.41 7.7-16.41 16.93a9.12 9.12 0 0 0 5.63 8.35c2.08.7 4.33.57 6.33-.34 1.93-.88 3.4-2.43 4.59-4.16 1.25-1.82 2.2-3.82 3.4-5.69 1.1-1.73 2.5-3.45 4.6-3.94a6.1 6.1 0 0 1 5.54 1.44" })] })),
95
+ },
96
+ {
97
+ slug: 'conde-nast',
98
+ // translators: Company name
99
+ name: __('Condé Nast'),
100
+ Logo: ({ title }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 214 60", children: [_jsx("title", { children: title }), _jsx("path", { d: "m110.6 14.06-.46-1.36.45-2.39-.22-.11-6.26 5.23v.11l6.48-1.48ZM15.11 38.84a6.02 6.02 0 0 1-4.32 1.82c-5 0-6.25-4.43-6.25-9.66s1.13-9.66 6.13-9.66a5.23 5.23 0 0 1 4.1 1.82l2.84 4.32h.22V21h-.22L15 22.36a6.7 6.7 0 0 0-4.32-1.59C5.8 20.77 0 24.52 0 31.11c0 6.6 5.68 10.35 10.8 10.35a7.05 7.05 0 0 0 4.54-1.7l2.5 1.47h.23v-6.82h-.23l-2.72 4.43Zm18.64-18.18c-4.78 0-10.46 4.09-10.46 10.34s5.68 10.34 10.46 10.34c4.77 0 10.45-4.09 10.45-10.34s-5.56-10.34-10.45-10.34Zm0 20c-4.78 0-6.03-4.2-6.03-9.66s1.25-9.66 6.03-9.66c4.77 0 6.02 4.2 6.02 9.66s-1.13 9.66-6.02 9.66Zm28.53-19.1h2.5v12.5h-.12L55.81 21h-7.96v.57h2.39v18.86h-2.39V41h5.68v-.57h-2.5V21.57l14.33 19.77h.22V21.57h2.39V21h-5.68v.57ZM81.27 21h-8.98v.57h2.61v18.86h-2.6V41h8.98c4.43 0 11.82-1.93 11.82-10.11 0-8.19-7.39-9.9-11.82-9.9Zm-.23 19.43h-2.16V21.57h2.16c5.23 0 7.62 3.75 7.62 9.43s-2.39 9.43-7.62 9.43Zm29.9 0h-7.5v-9.88h3.74a14.78 14.78 0 0 1 2.62 3.86h.23v-8.3h-.23a14.78 14.78 0 0 1-2.62 3.87h-3.75v-8.41h6.7c1.94 1.25 3.65 4.77 3.65 4.77h.22V21H96.84v.57h2.61v18.86h-2.61V41h17.73v-6.7h-.23a23.41 23.41 0 0 1-3.4 6.13Zm30.68-18.86h2.5v12.5h-.11L135.14 21h-8.07v.57h2.5v18.86h-2.5V41h5.69v-.57h-2.39V21.57l14.32 19.77h.12V21.57h2.5V21h-5.69v.57Zm18.53-1.25h-.23l-8.52 20H149v.57h5.34v-.57h-2.27l3.07-7.16h6.48l3.3 7.16h-2.62v.57h9.32v-.57h-2.39l-9.09-20Zm-4.66 12.39 2.96-6.94 3.06 6.94h-6.02Zm30.23-3.41-3.97-1.37c-1.94-.68-3.53-1.59-3.53-3.52s1.7-3.18 4.32-3.18a4.31 4.31 0 0 1 3.53 1.36l2.84 4.32h.22v-6.37h-.22l-2.62 1.37a5.57 5.57 0 0 0-3.75-1.37 6.02 6.02 0 0 0-6.36 5.91c0 2.85 2.04 4.32 4.2 5.12l3.98 1.48c2.16.8 3.52 1.7 3.52 3.75 0 2.04-1.36 3.75-4.77 3.75a7.96 7.96 0 0 1-4.55-1.7l-2.95-4.9h-.34v6.94h.34l2.5-1.37a8.41 8.41 0 0 0 4.77 1.71c4.32 0 7.16-3.07 7.16-6.48 0-3.4-1.82-4.66-4.32-5.45Zm8.98-8.3v6.25h.23a31.83 31.83 0 0 1 3.52-5.68h3.53v18.86h-3.18V41h10.34v-.57h-3.18V21.57h3.52a31.83 31.83 0 0 1 3.52 5.68h.23V21.1H194.7V21Z" })] })),
101
+ },
102
+ ];
103
+ export default CLIENT_LIST;
104
+ //# sourceMappingURL=client-list.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-list.js","sourceRoot":"","sources":["../../../../../src/components/features-grid/client-logo-list/client-list.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AAQrC,6EAA6E;AAC7E,8DAA8D;AAC9D,MAAM,WAAW,GAAa;IAC7B;QACC,IAAI,EAAE,OAAO;QACb,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,OAAO,CAAE;QACnB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,4qCAA4qC,GAAG,IAClrC,CACN;KACD;IACD;QACC,IAAI,EAAE,SAAS;QACf,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,SAAS,CAAE;QACrB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,gtDAAgtD,GAAG,IACttD,CACN;KACD;IACD;QACC,IAAI,EAAE,YAAY;QAClB,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,YAAY,CAAE;QACxB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,aAC1D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,oEAAoE,GAAG,IAC1E,CACN;KACD;IACD;QACC,IAAI,EAAE,WAAW;QACjB,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,WAAW,CAAE;QACvB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,g9DAAg9D,GAAG,IACt9D,CACN;KACD;IACD;QACC,IAAI,EAAE,YAAY;QAClB,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,YAAY,CAAE;QACxB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,aAC1D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,ykJAAykJ,GAAG,IAC/kJ,CACN;KACD;IACD;QACC,IAAI,EAAE,WAAW;QACjB,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,WAAW,CAAE;QACvB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,qvBAAqvB,GAAG,IAC3vB,CACN;KACD;IACD;QACC,IAAI,EAAE,MAAM;QACZ,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,MAAM,CAAE;QAClB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,6wDAA6wD,GAAG,IACnxD,CACN;KACD;IACD;QACC,IAAI,EAAE,MAAM;QACZ,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,MAAM,CAAE;QAClB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,aAC1D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,+pEAA+pE,GAAG,IACrqE,CACN;KACD;IACD;QACC,IAAI,EAAE,QAAQ;QACd,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,QAAQ,CAAE;QACpB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,mcAAmc,GAAG,IACzc,CACN;KACD;IACD;QACC,IAAI,EAAE,UAAU;QAChB,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,UAAU,CAAE;QACtB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,i+CAAi+C,GAAG,IACv+C,CACN;KACD;IACD;QACC,IAAI,EAAE,SAAS;QACf,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,SAAS,CAAE;QACrB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,aAC1D,0BAAS,KAAK,GAAU,EACxB,eACC,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,+3CAA+3C,GACh4C,IACG,CACN;KACD;IACD;QACC,IAAI,EAAE,YAAY;QAClB,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,YAAY,CAAE;QACxB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,u8JAAu8J,GAAG,IAC78J,CACN;KACD;IACD;QACC,IAAI,EAAE,WAAW;QACjB,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,WAAW,CAAE;QACvB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eACC,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,g4GAAg4G,GACj4G,IACG,CACN;KACD;IACD;QACC,IAAI,EAAE,YAAY;QAClB,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,qBAAqB,CAAE;QACjC,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,2lQAA2lQ,GAAG,IACjmQ,CACN;KACD;IACD;QACC,IAAI,EAAE,WAAW;QACjB,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,WAAW,CAAE;QACvB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eACC,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,u6GAAu6G,GACx6G,IACG,CACN;KACD;IACD;QACC,IAAI,EAAE,YAAY;QAClB,4BAA4B;QAC5B,IAAI,EAAE,EAAE,CAAE,YAAY,CAAE;QACxB,IAAI,EAAE,CAAE,EAAE,KAAK,EAAE,EAAG,EAAE,CAAC,CACtB,eAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,YAAY,aAC3D,0BAAS,KAAK,GAAU,EACxB,eAAM,CAAC,EAAC,w3DAAw3D,GAAG,IAC93D,CACN;KACD;CACD,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import clsx from 'clsx';
3
+ import CLIENT_LIST from './client-list';
4
+ import './style.scss';
5
+ const ClientLogoList = (props) => {
6
+ const { className, ...otherProps } = props;
7
+ const elementProps = {
8
+ className: clsx('plans-grid-next-client-logo-list', className),
9
+ ...otherProps,
10
+ };
11
+ return (_jsx("div", { ...elementProps, children: CLIENT_LIST.map(({ slug, name, Logo }) => (_jsx("div", { className: `plans-grid-next-client-logo-list__item is-name-${slug}`, children: _jsx(Logo, { title: name }) }, slug))) }));
12
+ };
13
+ export default ClientLogoList;
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/features-grid/client-logo-list/index.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,CAAC;AAEtB,MAAM,cAAc,GAAG,CAAE,KAA6C,EAAG,EAAE;IAC1E,MAAM,EAAE,SAAS,EAAE,GAAG,UAAU,EAAE,GAAG,KAAK,CAAC;IAE3C,MAAM,YAAY,GAA2C;QAC5D,SAAS,EAAE,IAAI,CAAE,kCAAkC,EAAE,SAAS,CAAE;QAChE,GAAG,UAAU;KACb,CAAC;IAEF,OAAO,CACN,iBAAU,YAAY,YACnB,WAAW,CAAC,GAAG,CAAE,CAAE,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,EAAG,EAAE,CAAC,CAC9C,cAAkB,SAAS,EAAG,kDAAmD,IAAK,EAAE,YACvF,KAAC,IAAI,IAAC,KAAK,EAAG,IAAI,GAAK,IADb,IAAI,CAET,CACN,CAAE,GACE,CACN,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,52 @@
1
+ /*
2
+ * Logo list styles
3
+ */
4
+
5
+ .plans-grid-next-client-logo-list {
6
+ display: flex;
7
+ flex-wrap: wrap;
8
+ column-gap: 18px;
9
+ row-gap: 9px;
10
+
11
+ svg {
12
+ display: block;
13
+ width: auto;
14
+ height: 24px;
15
+ fill: var(--studio-gray-50);
16
+ }
17
+ }
18
+
19
+ /*
20
+ * Individual logo adjustments
21
+ */
22
+
23
+ .plans-grid-next-client-logo-list__item {
24
+ --adjustment-unit: calc(24px / 60);
25
+
26
+ &.is-name-al-jazeera {
27
+ transform: translate3d(0, calc(var(--adjustment-unit) * -6), 0);
28
+ }
29
+
30
+ &.is-name-chevron {
31
+ padding: 0 calc(var(--adjustment-unit) * 8);
32
+ transform: translate3d(0, var(--adjustment-unit), 0);
33
+ }
34
+
35
+ &.is-name-intuit {
36
+ /*!rtl:ignore*/
37
+ transform: translate3d(var(--adjustment-unit), 0, 0);
38
+ }
39
+
40
+ &.is-name-salesforce {
41
+ padding: 0 calc(var(--adjustment-unit) * 4);
42
+ transform: translate3d(0, var(--adjustment-unit), 0);
43
+ }
44
+
45
+ &.is-name-techcrunch {
46
+ padding: 0 calc(var(--adjustment-unit) * 8);
47
+ }
48
+
49
+ &.is-name-time {
50
+ padding: 0 calc(var(--adjustment-unit) * 3);
51
+ }
52
+ }