@ably/ui 8.7.0-dev.80c4fae → 8.7.0-dev.827e917

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 (154) hide show
  1. package/README.md +15 -4
  2. package/core/Code/component.js +1 -1
  3. package/core/Code.jsx +108 -88
  4. package/core/CompanyAutocomplete/component.js +2 -1
  5. package/core/CompanyAutocomplete/component.js.LICENSE.txt +1 -0
  6. package/core/ConnectStateWrapper/component.js +1 -1
  7. package/core/ConnectStateWrapper.jsx +7 -7
  8. package/core/ContactFooter/component.js +1 -1
  9. package/core/ContactFooter.jsx +12 -12
  10. package/core/CookieMessage/component.js +1 -1
  11. package/core/CookieMessage.jsx +10 -10
  12. package/core/CustomerLogos/component.js +1 -1
  13. package/core/CustomerLogos.jsx +7 -7
  14. package/core/DropdownMenu/component.js +1 -1
  15. package/core/DropdownMenu.jsx +11 -11
  16. package/core/FeatureFooter/component.js +1 -1
  17. package/core/FeaturedLink/component.js +1 -1
  18. package/core/FeaturedLink.jsx +10 -10
  19. package/core/Flash/component.js +1 -1
  20. package/core/Flash.jsx +19 -22
  21. package/core/Footer/component.css +21 -1
  22. package/core/Footer/component.js +1 -1
  23. package/core/Footer.jsx +163 -77
  24. package/core/Icon/component.js +1 -1
  25. package/core/Icon.jsx +7 -7
  26. package/core/Loader/component.js +1 -1
  27. package/core/Loader.jsx +7 -7
  28. package/core/Logo/component.js +1 -1
  29. package/core/Logo.jsx +7 -7
  30. package/core/Meganav/component.css +1 -3
  31. package/core/Meganav/component.js +1 -1
  32. package/core/Meganav/component.json +2 -2
  33. package/core/Meganav.jsx +576 -973
  34. package/core/MeganavBlogPostsList/component.js +2 -1
  35. package/core/MeganavBlogPostsList/component.js.LICENSE.txt +1 -0
  36. package/core/MeganavBlogPostsList.jsx +13 -13
  37. package/core/MeganavContentCompany/component.js +1 -1
  38. package/core/MeganavContentCompany.jsx +328 -731
  39. package/core/MeganavContentDevelopers/component.js +1 -1
  40. package/core/MeganavContentDevelopers.jsx +54 -29
  41. package/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +1 -1
  42. package/core/{MeganavContentPlatform.jsx → MeganavContentProducts.jsx} +34 -58
  43. package/core/MeganavContentUseCases/component.js +1 -1
  44. package/core/MeganavContentUseCases.jsx +62 -54
  45. package/core/MeganavControl/component.js +1 -1
  46. package/core/MeganavControl.jsx +10 -10
  47. package/core/MeganavControlMobileDropdown/component.js +1 -1
  48. package/core/MeganavControlMobileDropdown.jsx +11 -11
  49. package/core/MeganavControlMobilePanelClose/component.js +1 -1
  50. package/core/MeganavControlMobilePanelClose.jsx +10 -10
  51. package/core/MeganavControlMobilePanelOpen/component.js +1 -1
  52. package/core/MeganavControlMobilePanelOpen.jsx +10 -10
  53. package/core/MeganavItemsDesktop/component.js +1 -1
  54. package/core/MeganavItemsDesktop.jsx +17 -17
  55. package/core/MeganavItemsMobile/component.js +1 -1
  56. package/core/MeganavItemsMobile.jsx +39 -39
  57. package/core/MeganavItemsSignedIn/component.js +1 -1
  58. package/core/MeganavItemsSignedIn.jsx +33 -33
  59. package/core/MeganavSearch/component.js +1 -1
  60. package/core/MeganavSearch.jsx +23 -23
  61. package/core/MeganavSearchAutocomplete/component.js +1 -1
  62. package/core/MeganavSearchAutocomplete.jsx +4 -4
  63. package/core/MeganavSearchPanel/component.js +1 -1
  64. package/core/MeganavSearchPanel.jsx +19 -19
  65. package/core/MeganavSearchSuggestions/component.js +1 -1
  66. package/core/MeganavSearchSuggestions.jsx +13 -13
  67. package/core/Notice/component.js +1 -1
  68. package/core/Notice.jsx +30 -33
  69. package/core/Showcase/component.js +1 -1
  70. package/core/Showcase.jsx +1 -1
  71. package/core/SignOutLink/component.js +1 -1
  72. package/core/SignOutLink.jsx +7 -7
  73. package/core/Slider/component.js +1 -1
  74. package/core/Slider.jsx +14 -14
  75. package/core/Uptime/component.js +1 -1
  76. package/core/Uptime.jsx +300 -715
  77. package/core/images/best-support-2023.svg +1 -0
  78. package/core/images/fastest-implementation-2023.svg +1 -0
  79. package/core/images/high-performer-2022.png +0 -0
  80. package/core/images/high-performer-2023.svg +1 -0
  81. package/core/images/highest-user-adoption-2022.png +0 -0
  82. package/core/images/highest-user-adoption-2023.svg +1 -0
  83. package/core/images/users-love-us-2022.png +0 -0
  84. package/core/scripts.js +2 -1
  85. package/core/scripts.js.LICENSE.txt +1 -32
  86. package/core/sprites.svg +113 -0
  87. package/core/styles.css +1 -7
  88. package/package.json +5 -5
  89. package/reset/scripts.js +1 -1
  90. package/reset/styles.css +1 -11
  91. package/src/core/Flash/component.jsx +0 -2
  92. package/src/core/Footer/component.css +21 -1
  93. package/src/core/Footer/component.html.erb +121 -64
  94. package/src/core/Footer/component.jsx +129 -62
  95. package/src/core/Logo/component.rb +12 -4
  96. package/src/core/Meganav/component.css +1 -1
  97. package/src/core/Meganav/component.json +2 -2
  98. package/src/core/Meganav/component.jsx +2 -2
  99. package/src/core/Meganav/component.rb +6 -6
  100. package/src/core/MeganavContentCompany/component.html.erb +9 -0
  101. package/src/core/MeganavContentCompany/component.jsx +9 -0
  102. package/src/core/MeganavContentDevelopers/component.html.erb +31 -15
  103. package/src/core/MeganavContentDevelopers/component.jsx +33 -14
  104. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.html.erb +15 -33
  105. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.jsx +18 -39
  106. package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.rb +1 -1
  107. package/src/core/MeganavContentUseCases/component.html.erb +42 -38
  108. package/src/core/MeganavContentUseCases/component.jsx +41 -38
  109. package/src/core/MeganavItemsDesktop/component.jsx +1 -1
  110. package/src/core/MeganavItemsDesktop/component.rb +1 -1
  111. package/src/core/core.rb +12 -4
  112. package/src/core/icons/icon-display-asset-tracking-col.svg +18 -0
  113. package/src/core/icons/icon-display-chat-col.svg +4 -0
  114. package/src/core/icons/icon-display-data-broadcast-col.svg +26 -0
  115. package/src/core/icons/icon-display-data-synchronization-col.svg +14 -0
  116. package/src/core/icons/icon-display-events-col.svg +13 -0
  117. package/src/core/icons/icon-display-examples-col.svg +11 -0
  118. package/src/core/icons/icon-display-kafka-at-the-edge-col.svg +8 -0
  119. package/src/core/icons/icon-display-push-notifications-col.svg +6 -0
  120. package/src/core/icons/icon-gui-check-circled-fill-black.svg +4 -0
  121. package/src/core/icons/icon-gui-filter-flow-step-1.svg +5 -0
  122. package/src/core/icons/icon-gui-filter-flow-step-2.svg +5 -0
  123. package/src/core/icons/icon-gui-filter-flow-step-3.svg +5 -0
  124. package/src/core/icons/icon-gui-resources.svg +3 -0
  125. package/src/core/icons/icon-social-x.svg +3 -0
  126. package/src/core/icons/icon-tech-apachekafka.svg +3 -0
  127. package/src/core/images/best-support-2023.svg +1 -0
  128. package/src/core/images/fastest-implementation-2023.svg +1 -0
  129. package/src/core/images/high-performer-2022.png +0 -0
  130. package/src/core/images/high-performer-2023.svg +1 -0
  131. package/src/core/images/highest-user-adoption-2022.png +0 -0
  132. package/src/core/images/highest-user-adoption-2023.svg +1 -0
  133. package/src/core/images/users-love-us-2022.png +0 -0
  134. package/src/core/styles/text.css +1 -1
  135. package/src/core/utils/syntax-highlighter-registry.js +2 -0
  136. package/src/core/utils/syntax-highlighter.js +5 -0
  137. package/tailwind.config.js +1 -0
  138. package/core/.DS_Store +0 -0
  139. package/core/Meganav/component.js.LICENSE.txt +0 -7
  140. package/core/MeganavContentWhyAbly/component.js +0 -6
  141. package/core/MeganavContentWhyAbly.jsx +0 -6
  142. package/core/MeganavSearchAutocomplete/component.js.LICENSE.txt +0 -7
  143. package/core/Notice/component.js.LICENSE.txt +0 -9
  144. package/core/fonts/.DS_Store +0 -0
  145. package/core/images/.DS_Store +0 -0
  146. package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/log/.keep +0 -0
  147. package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/tmp/.keep +0 -0
  148. package/preview/vendor/bundle/ruby/3.0.0/bundler/gems/ably-ui-abffd210ec0f/preview/tmp/pids/.keep +0 -0
  149. package/src/.DS_Store +0 -0
  150. package/src/core/.DS_Store +0 -0
  151. package/src/core/fonts/.DS_Store +0 -0
  152. package/src/core/images/.DS_Store +0 -0
  153. package/src/reset/.DS_Store +0 -0
  154. /package/src/core/{MeganavContentPlatform → MeganavContentProducts}/component.js +0 -0
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 94 122"><path fill="#fff" d="M8.1 89.9 47.6 110l38-20.1V11.3H8.1z"/><path fill="#f2f3f2" d="M86.4 11.6 7.3 91.3l41 20.3 38.1-19.5z"/><path fill="#dcdedc" d="M5.5 37.5v54.1l1.4.7 39.5 20.1 1.2.6 1.2-.6 38.1-20.1 1.4-.7V8.7H5.5v28.8zm2.6 52.6V11.3h77.6v78.8l-38.1 20.1L8.1 90.1z"/><path fill="#ff492c" d="M46.9 12.6c.4 0 .8 0 1.2.1L46.9 15c-1.8-.1-3.4 1.3-3.5 3.1-.1 1.8 1.3 3.4 3.1 3.5h.4c.8 0 1.6-.3 2.2-.8l1.3 2.2c-1 .7-2.2 1.1-3.5 1.1-3.2.1-5.9-2.3-6-5.5-.1-3.2 2.3-5.9 5.5-6h.5zm4.1 4.9 1.5 2.5-1.5 2.4-1.4-2.4h-2.9l1.5-2.5H51zm-2.4-.9c0-.4.1-.8.3-1.1.2-.3.6-.6.9-.8l.2-.1c.4-.2.5-.3.5-.5s-.3-.4-.5-.4c-.4 0-.7.2-.9.6l-.5-.5c.1-.2.3-.4.5-.6.3-.2.6-.2.9-.2.3 0 .7.1.9.3.2.2.4.5.4.8 0 .5-.3.9-.9 1.1l-.3.2c-.3.2-.5.3-.6.6h1.8v.7l-2.7-.1zm-1.7 12.5 9.5-5.4v-15H37.3v14.9l9.6 5.5z"/><path fill="#2690ce" d="M90.2 64.5H3.6l-3.2 7 3.2 7h86.6l3.1-7z"/><path fill="#252530" d="M28.53 60q-.12 0-.15-.12l-.36-1.18q-.03-.04-.06-.04H25q-.03 0-.06.04l-.34 1.18q-.04.12-.16.12h-1.52q-.08 0-.11-.04-.04-.04-.01-.13l2.59-8.11q.03-.12.15-.12h1.89q.12 0 .15.12l2.6 8.11q.01.03.01.06 0 .11-.13.11h-1.53Zm-3.15-2.72q-.02.07.04.07h2.12q.07 0 .04-.07l-1.08-3.57q-.01-.05-.03-.04-.03.01-.04.04l-1.05 3.57Zm9.38-5.54q0-.06.04-.1.04-.04.1-.04h1.41q.06 0 .1.04.04.04.04.1v8.12q0 .06-.04.1-.04.04-.1.04H34.9q-.06 0-.1-.04-.04-.04-.04-.1v-.4q0-.04-.02-.04-.03-.01-.05.02-.51.66-1.38.66-.84 0-1.45-.47-.6-.47-.87-1.29-.2-.62-.2-1.45 0-.85.21-1.49.28-.76.87-1.21.6-.45 1.47-.45t1.35.6q.02.03.05.02.02-.01.02-.05v-2.57Zm-.25 6.39q.24-.45.24-1.21 0-.81-.27-1.26-.27-.47-.8-.47-.56 0-.85.47-.3.46-.3 1.27 0 .72.25 1.2.3.51.89.51.54 0 .84-.51Zm5.94 1.97q-1.01 0-1.73-.53t-.98-1.44q-.17-.57-.17-1.23 0-.7.17-1.27.27-.89.99-1.39.72-.5 1.73-.5.98 0 1.68.49.7.5.98 1.39.2.6.2 1.26 0 .65-.17 1.21-.27.94-.98 1.47-.71.54-1.72.54Zm0-1.46q.39 0 .67-.24t.4-.66q.09-.38.09-.84 0-.5-.09-.85-.14-.41-.41-.63-.28-.23-.67-.23-.41 0-.68.23-.27.22-.39.63-.1.29-.1.85 0 .54.09.84.12.42.4.66.28.24.69.24Zm9.47-3.15q.21.61.21 1.44t-.23 1.5q-.27.77-.87 1.22-.59.45-1.47.45-.86 0-1.34-.6-.02-.04-.05-.03-.02.01-.02.05v2.57q0 .06-.04.1-.05.04-.11.04h-1.4q-.06 0-.1-.04-.04-.04-.04-.1v-8.11q0-.06.04-.11.04-.04.1-.04H46q.06 0 .11.04.04.05.04.11v.39q0 .04.02.04.03.01.05-.01.5-.66 1.39-.66.83 0 1.44.46.6.46.87 1.29Zm-1.84 2.69q.3-.47.3-1.28 0-.75-.25-1.2-.28-.51-.89-.51-.55 0-.83.51-.25.44-.25 1.22 0 .8.26 1.24.28.48.82.48.54 0 .84-.46Zm6.68-3.14q0 .06-.04.11-.04.04-.1.04h-1.15q-.06 0-.06.06v2.54q0 .4.16.59.16.19.52.19h.4q.06 0 .1.04.04.05.04.11v1.14q0 .13-.14.15-.51.03-.72.03-1 0-1.49-.33t-.5-1.25v-3.21q0-.06-.06-.06h-.69q-.06 0-.1-.04-.04-.05-.04-.11v-1.06q0-.06.04-.11.04-.04.1-.04h.69q.06 0 .06-.06v-1.43q0-.06.04-.1.04-.04.1-.04h1.34q.06 0 .11.04.04.04.04.1v1.43q0 .06.06.06h1.15q.06 0 .1.04.04.05.04.11v1.06Zm1.94-1.9q-.41 0-.68-.27-.27-.27-.27-.68 0-.42.26-.69.27-.26.69-.26.42 0 .68.26.26.27.26.69 0 .41-.27.68-.27.27-.67.27ZM55.98 60q-.06 0-.11-.04-.04-.04-.04-.1v-5.9q0-.06.04-.1.05-.04.11-.04h1.4q.06 0 .1.04.04.04.04.1v5.9q0 .06-.04.1-.04.04-.1.04h-1.4Zm5.59.1q-1.01 0-1.73-.53t-.98-1.44q-.17-.57-.17-1.23 0-.7.17-1.27.27-.89.99-1.39.72-.5 1.73-.5.98 0 1.68.49.7.5.98 1.39.2.6.2 1.26 0 .65-.17 1.21-.27.94-.98 1.47-.71.54-1.72.54Zm0-1.46q.39 0 .67-.24t.4-.66q.09-.38.09-.84 0-.5-.09-.85-.14-.41-.41-.63-.28-.23-.67-.23-.41 0-.68.23-.27.22-.39.63-.1.29-.1.85 0 .54.09.84.12.42.4.66.28.24.69.24Zm7.17-4.9q.96 0 1.55.58.59.59.59 1.6v3.94q0 .06-.04.1-.04.04-.1.04h-1.41q-.06 0-.1-.04-.04-.04-.04-.1v-3.59q0-.48-.27-.78-.27-.3-.72-.3-.44 0-.71.3-.27.3-.27.78v3.59q0 .06-.04.1-.04.04-.1.04h-1.41q-.06 0-.1-.04-.04-.04-.04-.1v-5.88q0-.06.04-.11.04-.04.1-.04h1.41q.06 0 .1.04.04.05.04.11v.42q0 .03.02.04.03.02.04-.01.49-.69 1.46-.69ZM17.56 39.74q0-.06.04-.1.04-.04.1-.04h1.4q.06 0 .11.04.04.04.04.1v8.12q0 .06-.04.1-.05.04-.11.04h-1.4q-.06 0-.1-.04-.04-.04-.04-.1v-3.32q0-.06-.06-.06h-2.66q-.06 0-.06.06v3.32q0 .06-.04.1-.04.04-.1.04h-1.4q-.06 0-.11-.04-.04-.04-.04-.1v-8.12q0-.06.04-.1.05-.04.11-.04h1.4q.06 0 .1.04.04.04.04.1v3.23q0 .06.06.06h2.66q.06 0 .06-.06v-3.23Zm3.87 1.4q-.41 0-.68-.27-.27-.27-.27-.68 0-.42.27-.69.26-.26.68-.26.42 0 .69.26.26.27.26.69 0 .41-.27.68-.27.27-.68.27ZM20.71 48q-.06 0-.1-.04-.04-.04-.04-.1v-5.9q0-.06.04-.1.04-.04.1-.04h1.41q.06 0 .1.04.04.04.04.1v5.9q0 .06-.04.1-.04.04-.1.04h-1.41Zm6.64-6.02q0-.06.04-.11.04-.04.1-.04h1.41q.06 0 .1.04.04.05.04.11v5.47q0 1.57-.91 2.24-.9.67-2.33.67-.42 0-.94-.06-.12-.01-.12-.15l.05-1.24q0-.15.17-.13.43.07.79.07.77 0 1.18-.33.42-.34.42-1.08 0-.04-.03-.05-.02 0-.04.02-.46.49-1.34.49-.78 0-1.43-.37-.65-.38-.93-1.22-.18-.55-.18-1.43 0-.94.22-1.52.25-.74.85-1.18.6-.44 1.39-.44.92 0 1.42.55.02.02.04.02.03-.01.03-.05v-.28Zm-.1 3.87q.1-.36.1-.98 0-.37-.03-.58-.02-.2-.08-.38-.11-.33-.36-.52-.25-.2-.62-.2-.36 0-.62.2-.25.19-.37.52-.17.36-.17.97 0 .67.15.96.11.32.38.52t.64.2q.38 0 .63-.2.26-.2.35-.51Zm6.22-4.11q.96 0 1.55.58.58.59.58 1.6v3.94q0 .06-.04.1-.04.04-.1.04h-1.4q-.06 0-.11-.04-.04-.04-.04-.1v-3.59q0-.48-.27-.78-.27-.3-.71-.3-.45 0-.72.3-.27.3-.27.78v3.59q0 .06-.04.1-.04.04-.1.04h-1.4q-.06 0-.11-.04-.04-.04-.04-.1v-8.12q0-.06.04-.1.05-.04.11-.04h1.4q.06 0 .1.04.04.04.04.1v2.66q0 .03.03.04.02.02.03-.01.5-.69 1.47-.69Zm8.77 2.54q.07.46.05 1.02-.01.14-.16.14h-3.71q-.07 0-.04.06.03.24.13.48.31.68 1.27.68.77-.02 1.21-.63.05-.07.11-.07.04 0 .08.05l.87.85q.06.06.06.11 0 .02-.05.09-.4.5-1.02.77t-1.37.27q-1.03 0-1.74-.47-.72-.47-1.03-1.31-.25-.6-.25-1.57 0-.66.18-1.17.27-.85.96-1.35.69-.51 1.64-.51 1.2 0 1.93.7.72.7.88 1.86Zm-2.8-1.09q-.75 0-.99.71-.05.15-.09.38 0 .06.06.06h2.08q.07 0 .05-.06-.06-.35-.06-.34-.11-.36-.38-.55-.27-.2-.67-.2Zm6.27 4.89q-.81 0-1.41-.22-.6-.23-.93-.64-.33-.41-.33-.92v-.12q0-.06.05-.11.04-.04.1-.04h1.33q.06 0 .1.04.04.05.04.11v.01q0 .26.3.45.29.18.74.18.4 0 .66-.16.25-.16.25-.4 0-.22-.22-.32-.21-.11-.71-.23-.56-.15-.88-.28-.77-.26-1.23-.65-.45-.38-.45-1.1 0-.89.69-1.41.69-.52 1.83-.52.76 0 1.34.24.58.25.89.69.32.45.32 1.01 0 .06-.04.1-.04.05-.1.05h-1.29q-.06 0-.1-.05-.04-.04-.04-.1 0-.26-.27-.44t-.71-.18q-.4 0-.65.14-.25.15-.25.4 0 .24.24.36.25.12.82.25.14.04.3.08.17.04.36.1.86.25 1.35.65.49.39.49 1.15 0 .89-.7 1.39-.7.49-1.89.49Zm7.09-5.04q0 .06-.04.11-.04.04-.1.04H51.5q-.06 0-.06.06v2.54q0 .4.17.59.16.19.52.19h.39q.06 0 .11.04.04.05.04.11v1.14q0 .13-.15.15-.5.03-.72.03-.99 0-1.48-.33-.5-.33-.51-1.25v-3.21q0-.06-.06-.06h-.68q-.06 0-.1-.04-.05-.05-.05-.11v-1.06q0-.06.05-.11.04-.04.1-.04h.68q.06 0 .06-.06v-1.43q0-.06.04-.1.05-.04.11-.04h1.34q.06 0 .1.04.04.04.04.1v1.43q0 .06.06.06h1.16q.06 0 .1.04.04.05.04.11v1.06Zm6.58 5.06q-.93 0-1.63-.36-.7-.36-1.09-1.02-.39-.65-.39-1.5v-5.48q0-.06.04-.1.04-.04.1-.04h1.41q.06 0 .1.04.04.04.04.1v5.49q0 .63.39 1.02t1.03.39q.63 0 1.02-.39t.39-1.02v-5.49q0-.06.04-.1.05-.04.11-.04h1.4q.06 0 .1.04.04.04.04.1v5.48q0 .85-.39 1.5-.39.66-1.09 1.02-.7.36-1.62.36Zm6.85-.02q-.81 0-1.41-.22-.6-.23-.93-.64-.33-.41-.33-.92v-.12q0-.06.05-.11.04-.04.1-.04h1.33q.06 0 .1.04.04.05.04.11v.01q0 .26.3.45.29.18.74.18.4 0 .66-.16.25-.16.25-.4 0-.22-.22-.32-.21-.11-.71-.23-.56-.15-.88-.28-.77-.26-1.23-.65-.45-.38-.45-1.1 0-.89.69-1.41.69-.52 1.83-.52.76 0 1.34.24.58.25.89.69.32.45.32 1.01 0 .06-.04.1-.04.05-.1.05h-1.29q-.06 0-.1-.05-.04-.04-.04-.1 0-.26-.27-.44t-.71-.18q-.4 0-.65.14-.25.15-.25.4 0 .24.24.36.25.12.82.25.14.04.3.08.17.04.36.1.86.25 1.35.65.49.39.49 1.15 0 .89-.7 1.39-.7.49-1.89.49Zm9.02-3.8q.07.46.05 1.02-.01.14-.16.14h-3.7q-.08 0-.05.06.03.24.13.48.31.68 1.27.68.77-.02 1.21-.63.05-.07.11-.07.04 0 .09.05l.86.85q.06.06.06.11 0 .02-.05.09-.39.5-1.02.77-.62.27-1.37.27-1.03 0-1.74-.47-.72-.47-1.03-1.31-.25-.6-.25-1.57 0-.66.18-1.17.28-.85.97-1.35.69-.51 1.63-.51 1.2 0 1.93.7t.88 1.86Zm-2.79-1.09q-.76 0-1 .71-.05.15-.08.38 0 .06.06.06h2.07q.07 0 .05-.06-.06-.35-.06-.34-.11-.36-.38-.55-.27-.2-.66-.2Zm6.96-1.44q.43 0 .68.17.1.04.07.18l-.25 1.36q-.01.15-.17.09-.18-.06-.42-.06-.09 0-.26.02-.43.04-.73.32t-.3.75v3.28q0 .06-.05.1-.04.04-.1.04h-1.4q-.06 0-.1-.04-.05-.04-.05-.1v-5.88q0-.06.05-.11.04-.04.1-.04h1.4q.06 0 .1.04.05.05.05.11v.45q0 .04.02.05.02.01.04-.01.49-.72 1.32-.72Z"/><path fill="#fff" d="M40.46 69.28q0 .05-.04.08-.03.04-.08.04h-3.4q-.05 0-.05.05v1.87q0 .05.05.05h2.29q.05 0 .09.03.03.04.03.09v.76q0 .05-.03.09-.04.03-.09.03h-2.29q-.05 0-.05.05v2.86q0 .05-.04.08-.03.04-.08.04h-.92q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h4.49q.05 0 .08.04.04.03.04.08v.76Zm4.56 6.12q-.1 0-.13-.1l-.33-1.07q-.02-.04-.05-.04h-2.64q-.03 0-.05.04l-.33 1.07q-.03.1-.13.1h-1q-.06 0-.09-.04-.03-.03-.01-.1l2.17-6.76q.03-.1.13-.1h1.25q.1 0 .13.1l2.18 6.76q.01.02.01.05 0 .09-.11.09h-1Zm-2.89-2.18q-.01.06.04.06h2.03q.06 0 .04-.06l-1.03-3.35q-.01-.04-.03-.04-.02 0-.03.04l-1.02 3.35Zm5.15 2.18q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h.92q.05 0 .09.04.03.03.03.08v5.83q0 .05.05.05h3.35q.05 0 .08.04.04.03.04.08v.76q0 .05-.04.08-.03.04-.08.04h-4.44Zm5.71 0q-.05 0-.08-.04-.04-.03-.04-.08v-6.76q0-.05.04-.08.03-.04.08-.04h.92q.05 0 .09.04.03.03.03.08v5.83q0 .05.05.05h3.35q.05 0 .09.04.03.03.03.08v.76q0 .05-.03.08-.04.04-.09.04h-4.44Z"/><path fill="#252530" d="M34.03 93.46q-.03.03-.02.06.02.03.06.03H38q.07 0 .12.05.06.05.06.12v1.41q0 .07-.06.12-.05.05-.12.05h-6.52q-.08 0-.13-.05t-.05-.12v-1.34q0-.13.09-.22.71-.69 1.45-1.51.74-.82.93-1.02.4-.48.82-.92 1.32-1.46 1.32-2.17 0-.51-.36-.84-.36-.32-.94-.32t-.94.32q-.37.33-.37.87v.36q0 .07-.05.12-.05.05-.12.05h-1.71q-.07 0-.12-.05-.06-.05-.06-.12v-.68q.05-.78.5-1.39.45-.6 1.19-.92.75-.32 1.68-.32 1.03 0 1.79.39.76.38 1.17 1.03.42.66.42 1.45 0 .61-.31 1.25-.3.64-.91 1.38-.45.56-.97 1.12-.52.55-1.55 1.59l-.22.22Zm8.86 2q-1.6 0-2.52-.89-.93-.89-.93-2.43v-3.83q0-1.51.93-2.39.92-.89 2.52-.89 1.59 0 2.53.89.93.88.93 2.39v3.83q0 1.54-.93 2.43-.94.89-2.53.89Zm0-1.75q.65 0 1.03-.4.39-.4.39-1.07v-3.99q0-.66-.39-1.06-.38-.4-1.03-.4-.64 0-1.02.4-.39.4-.39 1.06v3.99q0 .67.39 1.07.38.4 1.02.4Zm7.52-.25q-.03.03-.01.06.01.03.06.03h3.93q.07 0 .12.05.05.05.05.12v1.41q0 .07-.05.12-.05.05-.12.05h-6.53q-.07 0-.12-.05-.05-.05-.05-.12v-1.34q0-.13.08-.22.72-.69 1.45-1.51.74-.82.93-1.02.41-.48.83-.92 1.32-1.46 1.32-2.17 0-.51-.36-.84-.37-.32-.95-.32t-.94.32q-.36.33-.36.87v.36q0 .07-.05.12-.05.05-.13.05H47.8q-.07 0-.12-.05-.05-.05-.05-.12v-.68q.04-.78.49-1.39.45-.6 1.2-.92.75-.32 1.67-.32 1.03 0 1.79.39.77.38 1.18 1.03.41.66.41 1.45 0 .61-.3 1.25-.31.64-.92 1.38-.45.56-.97 1.12-.52.55-1.55 1.59l-.22.22Zm11.46-3q.29.66.29 1.53 0 .79-.26 1.45-.35.93-1.17 1.45-.82.53-1.94.53-1.1 0-1.93-.55-.83-.56-1.2-1.5-.2-.56-.23-1.22 0-.17.17-.17h1.72q.17 0 .17.17.06.48.16.71.13.38.43.59.29.21.7.21.81 0 1.12-.71.2-.43.2-1.01 0-.69-.22-1.12-.33-.68-1.11-.68-.16 0-.34.09-.17.1-.42.27-.06.04-.11.04-.09 0-.13-.08l-.86-1.21q-.03-.04-.03-.1 0-.09.06-.14l2.3-2.02q.03-.03.03-.06-.01-.03-.05-.03h-3.41q-.07 0-.13-.05-.05-.05-.05-.12v-1.41q0-.07.05-.12.06-.05.13-.05h6.04q.08 0 .13.05t.05.12v1.6q0 .11-.1.22l-1.9 1.74q-.03.03-.02.05 0 .03.06.03 1.26.25 1.8 1.5Z"/></svg>
@@ -25,7 +25,7 @@
25
25
 
26
26
  .ui-text-h4 {
27
27
  @apply font-sans font-medium text-cool-black;
28
- @apply text-h4 uppercase;
28
+ @apply text-h4;
29
29
  @apply tracking-widen-0.1;
30
30
  }
31
31
 
@@ -22,6 +22,7 @@ import php from "highlight.js/lib/languages/php";
22
22
  import python from "highlight.js/lib/languages/python";
23
23
  import ruby from "highlight.js/lib/languages/ruby";
24
24
  import swift from "highlight.js/lib/languages/swift";
25
+ import kotlin from "highlight.js/lib/languages/kotlin";
25
26
  import sql from "highlight.js/lib/languages/sql";
26
27
  import xml from "highlight.js/lib/languages/xml";
27
28
  import yaml from "highlight.js/lib/languages/yaml";
@@ -44,6 +45,7 @@ const registry = [
44
45
  { label: "C++", key: "cpp", module: cpp },
45
46
  { label: "Dart", key: "dart", module: dart },
46
47
  { label: "Swift", key: "swift", module: swift },
48
+ { label: "Kotlin", key: "kotlin", module: kotlin },
47
49
  { label: "Objective C", key: "objectivec", module: objectivec },
48
50
  { label: "Node.js", key: "javascript", module: javascript },
49
51
  { label: "JSON", key: "json", module: json },
@@ -43,6 +43,11 @@ const languageToHighlightKey = (lang) => {
43
43
  id = "typescript";
44
44
  break;
45
45
 
46
+ case "kotlin":
47
+ case "kt":
48
+ id = "kotlin";
49
+ break;
50
+
46
51
  case "shell":
47
52
  case "fh":
48
53
  case "sh":
@@ -131,6 +131,7 @@ module.exports = {
131
131
  80: "var(--spacing-80)",
132
132
  88: "var(--spacing-88)",
133
133
  96: "var(--spacing-96)",
134
+ 128: "var(--spacing-128)",
134
135
  160: "var(--spacing-160)",
135
136
  256: "var(--spacing-256)",
136
137
  },
package/core/.DS_Store DELETED
Binary file
@@ -1,7 +0,0 @@
1
- /*!
2
- * @overview es6-promise - a tiny implementation of Promises/A+.
3
- * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
4
- * @license Licensed under MIT license
5
- * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
6
- * @version v4.2.8+1e68dce6
7
- */
@@ -1,6 +0,0 @@
1
- /******/ (() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/
4
- /******/
5
- /******/ })()
6
- ;
@@ -1,6 +0,0 @@
1
- /******/ (() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/
4
- /******/
5
- /******/ })()
6
- ;
@@ -1,7 +0,0 @@
1
- /*!
2
- * @overview es6-promise - a tiny implementation of Promises/A+.
3
- * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
4
- * @license Licensed under MIT license
5
- * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
6
- * @version v4.2.8+1e68dce6
7
- */
@@ -1,9 +0,0 @@
1
- /*!
2
- * JavaScript Cookie v2.2.1
3
- * https://github.com/js-cookie/js-cookie
4
- *
5
- * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
6
- * Released under the MIT license
7
- */
8
-
9
- /*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */
Binary file
Binary file
package/src/.DS_Store DELETED
Binary file
Binary file
Binary file
Binary file
Binary file