@ably/ui 8.1.1 → 8.1.2

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.
package/core/Meganav.jsx CHANGED
@@ -5202,7 +5202,7 @@ var MeganavSearchPanel = function MeganavSearchPanel(_ref) {
5202
5202
  "data-id": "meganav-search-input"
5203
5203
  }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_MeganavSearchAutocomplete_component_jsx__WEBPACK_IMPORTED_MODULE_4__.default, null)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("button", {
5204
5204
  type: "submit",
5205
- className: "ui-btn-secondary ml-8 sm:ml-16 md:ml-24 xl:ml-32"
5205
+ className: "ui-btn-secondary flex-shrink-0 ml-8 sm:ml-16 md:ml-24 xl:ml-32"
5206
5206
  }, "Search")))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
5207
5207
  className: "col-span-12"
5208
5208
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_MeganavSearchSuggestions_component_jsx__WEBPACK_IMPORTED_MODULE_3__.default, {
@@ -282,7 +282,7 @@ var MeganavSearchPanel = function MeganavSearchPanel(_ref) {
282
282
  "data-id": "meganav-search-input"
283
283
  }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_MeganavSearchAutocomplete_component_jsx__WEBPACK_IMPORTED_MODULE_4__.default, null)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("button", {
284
284
  type: "submit",
285
- className: "ui-btn-secondary ml-8 sm:ml-16 md:ml-24 xl:ml-32"
285
+ className: "ui-btn-secondary flex-shrink-0 ml-8 sm:ml-16 md:ml-24 xl:ml-32"
286
286
  }, "Search")))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
287
287
  className: "col-span-12"
288
288
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_MeganavSearchSuggestions_component_jsx__WEBPACK_IMPORTED_MODULE_3__.default, {
@@ -187,7 +187,7 @@ var MeganavSearchPanel = function MeganavSearchPanel(_ref) {
187
187
  "data-id": "meganav-search-input"
188
188
  }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_MeganavSearchAutocomplete_component_jsx__WEBPACK_IMPORTED_MODULE_4__.default, null)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("button", {
189
189
  type: "submit",
190
- className: "ui-btn-secondary ml-8 sm:ml-16 md:ml-24 xl:ml-32"
190
+ className: "ui-btn-secondary flex-shrink-0 ml-8 sm:ml-16 md:ml-24 xl:ml-32"
191
191
  }, "Search")))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
192
192
  className: "col-span-12"
193
193
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_MeganavSearchSuggestions_component_jsx__WEBPACK_IMPORTED_MODULE_3__.default, {
@@ -434,7 +434,7 @@ var MeganavSearchPanel = function MeganavSearchPanel(_ref) {
434
434
  "data-id": "meganav-search-input"
435
435
  }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_MeganavSearchAutocomplete_component_jsx__WEBPACK_IMPORTED_MODULE_4__.default, null)), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("button", {
436
436
  type: "submit",
437
- className: "ui-btn-secondary ml-8 sm:ml-16 md:ml-24 xl:ml-32"
437
+ className: "ui-btn-secondary flex-shrink-0 ml-8 sm:ml-16 md:ml-24 xl:ml-32"
438
438
  }, "Search")))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("div", {
439
439
  className: "col-span-12"
440
440
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_MeganavSearchSuggestions_component_jsx__WEBPACK_IMPORTED_MODULE_3__.default, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  <%= render(AblyUi::Core::MeganavSearchAutocomplete.new) %>
10
10
  </div>
11
11
 
12
- <button type="submit" class="ui-btn-secondary ml-8 sm:ml-16 md:ml-24 xl:ml-32">
12
+ <button type="submit" class="ui-btn-secondary flex-shrink-0 ml-8 sm:ml-16 md:ml-24 xl:ml-32">
13
13
  Search
14
14
  </button>
15
15
  <% end %>
@@ -18,7 +18,7 @@ const MeganavSearchPanel = ({ absUrl }) => {
18
18
  <MeganavSearchAutocomplete />
19
19
  </div>
20
20
 
21
- <button type="submit" className="ui-btn-secondary ml-8 sm:ml-16 md:ml-24 xl:ml-32">
21
+ <button type="submit" className="ui-btn-secondary flex-shrink-0 ml-8 sm:ml-16 md:ml-24 xl:ml-32">
22
22
  Search
23
23
  </button>
24
24
  </form>
@@ -1,7 +1,7 @@
1
1
  <p class="ui-text-overline2 text-cool-black py-12">Popular pages</p>
2
2
 
3
- <div class="flex justify-between items-center overflow-x-scroll md:overflow-auto">
4
- <ul class="flex">
3
+ <div class="flex justify-between items-center overflow-hidden">
4
+ <ul class="flex transition-transform">
5
5
  <li class="py-12 pr-8 flex-shrink-0">
6
6
  <%= link_to 'How does Ably work?', abs_url("/docs/how-ably-works"), class: "ui-text-p2 hover:text-gui-hover active:text-gui-active focus:text-gui-focus" %>
7
7
  </li>