ably-ui 8.7.0.dev.9659fc3 → 8.7.0.dev.33117ed

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 (70) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -6
  3. data/README.md +16 -5
  4. data/lib/ably_ui/core/code/component.js +1 -1
  5. data/lib/ably_ui/core/company_autocomplete/component.js +1 -1
  6. data/lib/ably_ui/core/connect_state_wrapper/component.js +1 -1
  7. data/lib/ably_ui/core/contact_footer/component.js +1 -1
  8. data/lib/ably_ui/core/cookie_message/component.js +1 -1
  9. data/lib/ably_ui/core/core.rb +12 -4
  10. data/lib/ably_ui/core/customer_logos/component.js +1 -1
  11. data/lib/ably_ui/core/dropdown_menu/component.js +1 -0
  12. data/lib/ably_ui/core/feature_footer/component.js +1 -1
  13. data/lib/ably_ui/core/feature_footer/feature_footer.html.erb +1 -1
  14. data/lib/ably_ui/core/featured_link/component.js +1 -1
  15. data/lib/ably_ui/core/flash/component.js +1 -1
  16. data/lib/ably_ui/core/footer/component.css +21 -1
  17. data/lib/ably_ui/core/footer/component.js +1 -1
  18. data/lib/ably_ui/core/footer/footer.html.erb +119 -63
  19. data/lib/ably_ui/core/icon/component.css +1 -0
  20. data/lib/ably_ui/core/icon/component.js +1 -1
  21. data/lib/ably_ui/core/images/ably-logo.png +0 -0
  22. data/lib/ably_ui/core/images/high-performer-2022.png +0 -0
  23. data/lib/ably_ui/core/images/highest-user-adoption-2022.png +0 -0
  24. data/lib/ably_ui/core/images/users-love-us-2022.png +0 -0
  25. data/lib/ably_ui/core/loader/component.js +1 -1
  26. data/lib/ably_ui/core/logo/component.js +1 -1
  27. data/lib/ably_ui/core/logo/logo.html.erb +2 -27
  28. data/lib/ably_ui/core/logo/logo.rb +15 -6
  29. data/lib/ably_ui/core/meganav/component.css +1 -3
  30. data/lib/ably_ui/core/meganav/component.js +1 -1
  31. data/lib/ably_ui/core/meganav/component.json +2 -2
  32. data/lib/ably_ui/core/meganav/meganav.html.erb +1 -1
  33. data/lib/ably_ui/core/meganav/meganav.rb +7 -6
  34. data/lib/ably_ui/core/meganav_blog_posts_list/component.js +1 -1
  35. data/lib/ably_ui/core/meganav_content_company/component.js +1 -1
  36. data/lib/ably_ui/core/meganav_content_company/meganav_content_company.html.erb +9 -0
  37. data/lib/ably_ui/core/meganav_content_developers/component.js +1 -1
  38. data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +35 -10
  39. data/lib/ably_ui/core/{meganav_content_platform → meganav_content_products}/component.js +1 -1
  40. data/lib/ably_ui/core/{meganav_content_platform/meganav_content_platform.html.erb → meganav_content_products/meganav_content_products.html.erb} +15 -33
  41. data/lib/ably_ui/core/{meganav_content_platform/meganav_content_platform.rb → meganav_content_products/meganav_content_products.rb} +1 -1
  42. data/lib/ably_ui/core/meganav_content_use_cases/component.js +1 -1
  43. data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +43 -39
  44. data/lib/ably_ui/core/meganav_control/component.js +1 -1
  45. data/lib/ably_ui/core/meganav_control_mobile_dropdown/component.js +1 -1
  46. data/lib/ably_ui/core/meganav_control_mobile_panel_close/component.js +1 -1
  47. data/lib/ably_ui/core/meganav_control_mobile_panel_open/component.js +1 -1
  48. data/lib/ably_ui/core/meganav_items_desktop/component.js +1 -1
  49. data/lib/ably_ui/core/meganav_items_desktop/meganav_items_desktop.rb +1 -1
  50. data/lib/ably_ui/core/meganav_items_mobile/component.js +1 -1
  51. data/lib/ably_ui/core/meganav_items_signed_in/component.js +1 -1
  52. data/lib/ably_ui/core/meganav_search/component.js +1 -1
  53. data/lib/ably_ui/core/meganav_search_autocomplete/component.js +1 -1
  54. data/lib/ably_ui/core/meganav_search_panel/component.js +1 -1
  55. data/lib/ably_ui/core/meganav_search_suggestions/component.js +1 -1
  56. data/lib/ably_ui/core/meganav_search_suggestions/meganav_search_suggestions.html.erb +1 -1
  57. data/lib/ably_ui/core/notice/component.js +1 -1
  58. data/lib/ably_ui/core/scripts.js +1 -1
  59. data/lib/ably_ui/core/showcase/component.js +1 -1
  60. data/lib/ably_ui/core/sign_out_link/component.js +1 -1
  61. data/lib/ably_ui/core/slider/component.js +1 -1
  62. data/lib/ably_ui/core/sprites.svg +133 -1
  63. data/lib/ably_ui/core/styles.css +3 -7
  64. data/lib/ably_ui/core/uptime/component.js +1 -1
  65. data/lib/ably_ui/reset/scripts.js +1 -1
  66. data/lib/ably_ui/reset/styles.css +1 -11
  67. data/lib/ably_ui/version.rb +1 -1
  68. metadata +11 -7
  69. data/lib/ably_ui/react/connect_state_wrapper/component.js +0 -1
  70. data/lib/ably_ui/react/scripts.js +0 -1
@@ -47,6 +47,8 @@
47
47
  --icon-color-glassdoor: #0baa41;
48
48
  --icon-color-github: #000000;
49
49
  --icon-color-discord: #5865f2;
50
+ --icon-color-stackoverflow: #f48024;
51
+ --icon-color-youtube: #ff0000;
50
52
 
51
53
  --gradient-active-orange: linear-gradient(
52
54
  61.2deg,
@@ -345,7 +347,7 @@
345
347
 
346
348
  .ui-text-h4 {
347
349
  @apply font-sans font-medium text-cool-black;
348
- @apply text-h4 uppercase;
350
+ @apply text-h4;
349
351
  @apply tracking-widen-0.1;
350
352
  }
351
353
 
@@ -543,12 +545,6 @@
543
545
  color: #76767c;
544
546
  }
545
547
 
546
- .ui-textarea:-ms-input-placeholder {
547
- /* CSS vars don't work in ::placeholder in Webkit :( */
548
- /* color: var(--text-dark-grey); */
549
- color: #76767c;
550
- }
551
-
552
548
  .ui-textarea::placeholder {
553
549
  /* CSS vars don't work in ::placeholder in Webkit :( */
554
550
  /* color: var(--text-dark-grey); */
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.Core=e.AblyUi.Core||{},e.AblyUi.Core.Uptime=t())}(this,(function(){return(()=>{"use strict";var e={};return e.default})()}));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.Core=e.AblyUi.Core||{},e.AblyUi.Core.Uptime=t())}(this,(()=>(()=>{"use strict";var e={};return e.default})()));
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.Reset=t())}(this,(function(){return(()=>{"use strict";var e={};return(e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})})(e),e})()}));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.Reset=t())}(this,(()=>(()=>{"use strict";var e={};return(e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})})(e),e})()));
@@ -86,8 +86,7 @@
86
86
  abbr[title] {
87
87
  border-bottom: none; /* 1 */
88
88
  text-decoration: underline; /* 2 */
89
- -webkit-text-decoration: underline dotted;
90
- text-decoration: underline dotted; /* 2 */
89
+ text-decoration: underline dotted; /* 2 */
91
90
  }
92
91
 
93
92
  /**
@@ -444,19 +443,10 @@
444
443
  resize: vertical;
445
444
  }
446
445
 
447
- input:-ms-input-placeholder,
448
- textarea:-ms-input-placeholder {
449
- color: #a0aec0;
450
- }
451
-
452
446
  input::-moz-placeholder, textarea::-moz-placeholder {
453
447
  color: #a0aec0;
454
448
  }
455
449
 
456
- input:-ms-input-placeholder, textarea:-ms-input-placeholder {
457
- color: #a0aec0;
458
- }
459
-
460
450
  input::placeholder,
461
451
  textarea::placeholder {
462
452
  color: #a0aec0;
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '8.7.0.dev.9659fc3'
2
+ VERSION = '8.7.0.dev.33117ed'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ably-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.7.0.dev.9659fc3
4
+ version: 8.7.0.dev.33117ed
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Piatek
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-10-13 00:00:00.000000000 Z
13
+ date: 2023-09-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component
@@ -64,6 +64,7 @@ files:
64
64
  - lib/ably_ui/core/customer_logos/component.js
65
65
  - lib/ably_ui/core/customer_logos/customer_logos.html.erb
66
66
  - lib/ably_ui/core/customer_logos/customer_logos.rb
67
+ - lib/ably_ui/core/dropdown_menu/component.js
67
68
  - lib/ably_ui/core/feature_footer/component.css
68
69
  - lib/ably_ui/core/feature_footer/component.js
69
70
  - lib/ably_ui/core/feature_footer/feature_footer.html.erb
@@ -96,9 +97,11 @@ files:
96
97
  - lib/ably_ui/core/footer/component.js
97
98
  - lib/ably_ui/core/footer/footer.html.erb
98
99
  - lib/ably_ui/core/footer/footer.rb
100
+ - lib/ably_ui/core/icon/component.css
99
101
  - lib/ably_ui/core/icon/component.js
100
102
  - lib/ably_ui/core/icon/icon.html.erb
101
103
  - lib/ably_ui/core/icon/icon.rb
104
+ - lib/ably_ui/core/images/ably-logo.png
102
105
  - lib/ably_ui/core/images/ably-logo.svg
103
106
  - lib/ably_ui/core/images/ably-stack.svg
104
107
  - lib/ably_ui/core/images/cust-logo-ao-col-pos.png
@@ -127,10 +130,13 @@ files:
127
130
  - lib/ably_ui/core/images/cust-photo-split-pato-echague.jpg
128
131
  - lib/ably_ui/core/images/cust-photo-vitac-joe-antonio.jpg
129
132
  - lib/ably_ui/core/images/flexible-companies.png
133
+ - lib/ably_ui/core/images/high-performer-2022.png
134
+ - lib/ably_ui/core/images/highest-user-adoption-2022.png
130
135
  - lib/ably_ui/core/images/icon-tech-aws.svg
131
136
  - lib/ably_ui/core/images/rocket-list-2021.png
132
137
  - lib/ably_ui/core/images/scale-motif-open-empathetic.svg
133
138
  - lib/ably_ui/core/images/technical-support-01-800x533.jpg
139
+ - lib/ably_ui/core/images/users-love-us-2022.png
134
140
  - lib/ably_ui/core/loader/component.js
135
141
  - lib/ably_ui/core/loader/loader.html.erb
136
142
  - lib/ably_ui/core/loader/loader.rb
@@ -151,9 +157,9 @@ files:
151
157
  - lib/ably_ui/core/meganav_content_developers/component.js
152
158
  - lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb
153
159
  - lib/ably_ui/core/meganav_content_developers/meganav_content_developers.rb
154
- - lib/ably_ui/core/meganav_content_platform/component.js
155
- - lib/ably_ui/core/meganav_content_platform/meganav_content_platform.html.erb
156
- - lib/ably_ui/core/meganav_content_platform/meganav_content_platform.rb
160
+ - lib/ably_ui/core/meganav_content_products/component.js
161
+ - lib/ably_ui/core/meganav_content_products/meganav_content_products.html.erb
162
+ - lib/ably_ui/core/meganav_content_products/meganav_content_products.rb
157
163
  - lib/ably_ui/core/meganav_content_use_cases/component.js
158
164
  - lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb
159
165
  - lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.rb
@@ -212,8 +218,6 @@ files:
212
218
  - lib/ably_ui/core/uptime/component.js
213
219
  - lib/ably_ui/core/uptime/uptime.html.erb
214
220
  - lib/ably_ui/core/uptime/uptime.rb
215
- - lib/ably_ui/react/connect_state_wrapper/component.js
216
- - lib/ably_ui/react/scripts.js
217
221
  - lib/ably_ui/reset/scripts.js
218
222
  - lib/ably_ui/reset/styles.css
219
223
  - lib/ably_ui/version.rb
@@ -1 +0,0 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AblyUi=t():(e.AblyUi=e.AblyUi||{},e.AblyUi.React=e.AblyUi.React||{},e.AblyUi.React.ConnectStateWrapper=t())}(this,(function(){return{}.default}));
@@ -1 +0,0 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("react-dom")):"function"==typeof define&&define.amd?define([,],t):"object"==typeof exports?exports.AblyUi=t(require("react"),require("react-dom")):(e.AblyUi=e.AblyUi||{},e.AblyUi.React=t(e[void 0],e[void 0]))}(this,(function(e,t){return(()=>{"use strict";var r={281:t=>{t.exports=e},645:e=>{e.exports=t}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={exports:{}};return r[e](n,n.exports,a),n.exports}a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{a.r(n),a.d(n,{reactRenderer:()=>i});var e=a(281),t=a.n(e),r=a(645),o=a.n(r);function i(e){var r=document.querySelectorAll("[data-react]");Array.from(r).forEach((function(r){var a=r.getAttribute("data-react"),n=e[a];if(!n)throw new Error('Found a data-react attribute with "'.concat(a,'" but no matching component.'));var i=r.getAttribute("data-react-props"),c=i&&JSON.parse(i||{});o().render(t().createElement(n,c),r),r.removeAttribute("data-react"),r.removeAttribute("data-react-props")}))}})(),n})()}));