ably-ui 8.7.0.dev.7fe5ede → 8.7.0.dev.8be09a5
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/README.md +4 -15
- data/lib/ably_ui/core/code/component.js +1 -1
- data/lib/ably_ui/core/company_autocomplete/component.js +1 -1
- data/lib/ably_ui/core/connect_state_wrapper/component.js +1 -1
- data/lib/ably_ui/core/contact_footer/component.js +1 -1
- data/lib/ably_ui/core/cookie_message/component.js +1 -1
- data/lib/ably_ui/core/core.rb +4 -12
- data/lib/ably_ui/core/customer_logos/component.js +1 -1
- data/lib/ably_ui/core/dropdown_menu/component.js +1 -1
- data/lib/ably_ui/core/feature_footer/component.js +1 -1
- data/lib/ably_ui/core/featured_link/component.js +1 -1
- data/lib/ably_ui/core/flash/component.js +1 -1
- data/lib/ably_ui/core/footer/component.css +1 -21
- data/lib/ably_ui/core/footer/component.js +1 -1
- data/lib/ably_ui/core/footer/footer.html.erb +56 -118
- data/lib/ably_ui/core/icon/component.js +1 -1
- data/lib/ably_ui/core/loader/component.js +1 -1
- data/lib/ably_ui/core/logo/component.js +1 -1
- data/lib/ably_ui/core/logo/logo.html.erb +27 -2
- data/lib/ably_ui/core/logo/logo.rb +6 -15
- data/lib/ably_ui/core/meganav/component.css +3 -1
- data/lib/ably_ui/core/meganav/component.js +1 -1
- data/lib/ably_ui/core/meganav/component.json +1 -1
- data/lib/ably_ui/core/meganav/meganav.html.erb +1 -1
- data/lib/ably_ui/core/meganav/meganav.rb +2 -3
- data/lib/ably_ui/core/meganav_blog_posts_list/component.js +1 -1
- data/lib/ably_ui/core/meganav_content_company/component.js +1 -1
- data/lib/ably_ui/core/meganav_content_company/meganav_content_company.html.erb +0 -9
- data/lib/ably_ui/core/meganav_content_developers/component.js +1 -1
- data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +14 -21
- data/lib/ably_ui/core/meganav_content_platform/component.js +1 -1
- data/lib/ably_ui/core/meganav_content_platform/meganav_content_platform.html.erb +6 -6
- data/lib/ably_ui/core/meganav_content_use_cases/component.js +1 -1
- data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +38 -42
- data/lib/ably_ui/core/meganav_control/component.js +1 -1
- data/lib/ably_ui/core/meganav_control_mobile_dropdown/component.js +1 -1
- data/lib/ably_ui/core/meganav_control_mobile_panel_close/component.js +1 -1
- data/lib/ably_ui/core/meganav_control_mobile_panel_open/component.js +1 -1
- data/lib/ably_ui/core/meganav_items_desktop/component.js +1 -1
- data/lib/ably_ui/core/meganav_items_mobile/component.js +1 -1
- data/lib/ably_ui/core/meganav_items_signed_in/component.js +1 -1
- data/lib/ably_ui/core/meganav_search/component.js +1 -1
- data/lib/ably_ui/core/meganav_search_autocomplete/component.js +1 -1
- data/lib/ably_ui/core/meganav_search_panel/component.js +1 -1
- data/lib/ably_ui/core/meganav_search_suggestions/component.js +1 -1
- data/lib/ably_ui/core/notice/component.js +1 -1
- data/lib/ably_ui/core/scripts.js +1 -1
- data/lib/ably_ui/core/showcase/component.js +1 -1
- data/lib/ably_ui/core/sign_out_link/component.js +1 -1
- data/lib/ably_ui/core/slider/component.js +1 -1
- data/lib/ably_ui/core/sprites.svg +3 -87
- data/lib/ably_ui/core/styles.css +8 -2
- data/lib/ably_ui/core/uptime/component.js +1 -1
- data/lib/ably_ui/reset/scripts.js +1 -1
- data/lib/ably_ui/reset/styles.css +11 -1
- data/lib/ably_ui/version.rb +1 -1
- metadata +2 -6
- data/lib/ably_ui/core/images/ably-logo.png +0 -0
- data/lib/ably_ui/core/images/high-performer-2022.png +0 -0
- data/lib/ably_ui/core/images/highest-user-adoption-2022.png +0 -0
- data/lib/ably_ui/core/images/users-love-us-2022.png +0 -0
data/lib/ably_ui/core/styles.css
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
--icon-color-github: #000000;
|
49
49
|
--icon-color-discord: #5865f2;
|
50
50
|
--icon-color-stackoverflow: #f48024;
|
51
|
-
--icon-color-youtube: #
|
51
|
+
--icon-color-youtube: #FF0000;
|
52
52
|
|
53
53
|
--gradient-active-orange: linear-gradient(
|
54
54
|
61.2deg,
|
@@ -347,7 +347,7 @@
|
|
347
347
|
|
348
348
|
.ui-text-h4 {
|
349
349
|
@apply font-sans font-medium text-cool-black;
|
350
|
-
@apply text-h4;
|
350
|
+
@apply text-h4 uppercase;
|
351
351
|
@apply tracking-widen-0.1;
|
352
352
|
}
|
353
353
|
|
@@ -545,6 +545,12 @@
|
|
545
545
|
color: #76767c;
|
546
546
|
}
|
547
547
|
|
548
|
+
.ui-textarea:-ms-input-placeholder {
|
549
|
+
/* CSS vars don't work in ::placeholder in Webkit :( */
|
550
|
+
/* color: var(--text-dark-grey); */
|
551
|
+
color: #76767c;
|
552
|
+
}
|
553
|
+
|
548
554
|
.ui-textarea::placeholder {
|
549
555
|
/* CSS vars don't work in ::placeholder in Webkit :( */
|
550
556
|
/* 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,(()
|
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 +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,(()
|
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})()}));
|
@@ -86,7 +86,8 @@
|
|
86
86
|
abbr[title] {
|
87
87
|
border-bottom: none; /* 1 */
|
88
88
|
text-decoration: underline; /* 2 */
|
89
|
-
text-decoration: underline dotted;
|
89
|
+
-webkit-text-decoration: underline dotted;
|
90
|
+
text-decoration: underline dotted; /* 2 */
|
90
91
|
}
|
91
92
|
|
92
93
|
/**
|
@@ -443,10 +444,19 @@
|
|
443
444
|
resize: vertical;
|
444
445
|
}
|
445
446
|
|
447
|
+
input:-ms-input-placeholder,
|
448
|
+
textarea:-ms-input-placeholder {
|
449
|
+
color: #a0aec0;
|
450
|
+
}
|
451
|
+
|
446
452
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
447
453
|
color: #a0aec0;
|
448
454
|
}
|
449
455
|
|
456
|
+
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
|
457
|
+
color: #a0aec0;
|
458
|
+
}
|
459
|
+
|
450
460
|
input::placeholder,
|
451
461
|
textarea::placeholder {
|
452
462
|
color: #a0aec0;
|
data/lib/ably_ui/version.rb
CHANGED
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.
|
4
|
+
version: 8.7.0.dev.8be09a5
|
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:
|
13
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|
@@ -100,7 +100,6 @@ files:
|
|
100
100
|
- lib/ably_ui/core/icon/component.js
|
101
101
|
- lib/ably_ui/core/icon/icon.html.erb
|
102
102
|
- lib/ably_ui/core/icon/icon.rb
|
103
|
-
- lib/ably_ui/core/images/ably-logo.png
|
104
103
|
- lib/ably_ui/core/images/ably-logo.svg
|
105
104
|
- lib/ably_ui/core/images/ably-stack.svg
|
106
105
|
- lib/ably_ui/core/images/cust-logo-ao-col-pos.png
|
@@ -129,13 +128,10 @@ files:
|
|
129
128
|
- lib/ably_ui/core/images/cust-photo-split-pato-echague.jpg
|
130
129
|
- lib/ably_ui/core/images/cust-photo-vitac-joe-antonio.jpg
|
131
130
|
- lib/ably_ui/core/images/flexible-companies.png
|
132
|
-
- lib/ably_ui/core/images/high-performer-2022.png
|
133
|
-
- lib/ably_ui/core/images/highest-user-adoption-2022.png
|
134
131
|
- lib/ably_ui/core/images/icon-tech-aws.svg
|
135
132
|
- lib/ably_ui/core/images/rocket-list-2021.png
|
136
133
|
- lib/ably_ui/core/images/scale-motif-open-empathetic.svg
|
137
134
|
- lib/ably_ui/core/images/technical-support-01-800x533.jpg
|
138
|
-
- lib/ably_ui/core/images/users-love-us-2022.png
|
139
135
|
- lib/ably_ui/core/loader/component.js
|
140
136
|
- lib/ably_ui/core/loader/loader.html.erb
|
141
137
|
- lib/ably_ui/core/loader/loader.rb
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|