ably-ui 7.1.0.dev.02abc5e → 7.2.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ably_ui/core/footer/footer.html.erb +2 -2
- data/lib/ably_ui/core/meganav_content_developers/meganav_content_developers.html.erb +1 -1
- data/lib/ably_ui/core/styles.css +2 -2
- data/lib/ably_ui/version.rb +1 -1
- metadata +8 -10
- data/lib/ably_ui/react/connect_state_wrapper/component.js +0 -1
- data/lib/ably_ui/react/scripts.js +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e8ea235b9540a6f33ff71df69fe0d80bfbfdd9a52cc40b8649c4d7f3f57378e
|
|
4
|
+
data.tar.gz: 9a710ebd9eb8690273277994b3307d81b1ede423972288fbc8f1ed4024d4256a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c94bc8c8cb9011df14e74479c90e2ba38047e44ddc3b407667bc30a50013669e59a5656bb1d18d2a32d71865fbda7961b4450542cfd687ac7d7471592f43969
|
|
7
|
+
data.tar.gz: d1e6bf484e1062c7b6a5c6119441bceee87535129a73a5283875530189d5ff4760b52168665ece4e8b69bb497d8dc853d172043ee9510c089285686dee99eb1e
|
data/Gemfile.lock
CHANGED
|
@@ -74,10 +74,10 @@
|
|
|
74
74
|
<h2 class="ui-footer-col-title">Developers</h2>
|
|
75
75
|
<ul>
|
|
76
76
|
<li class="p-menu-row-snug">
|
|
77
|
-
<%= link_to 'Start in 5 minutes', abs_url("/
|
|
77
|
+
<%= link_to 'Start in 5 minutes', abs_url("/docs/quick-start-guide"), class: "ui-footer-menu-row-link" %>
|
|
78
78
|
</li>
|
|
79
79
|
<li class="p-menu-row-snug">
|
|
80
|
-
<%= link_to 'Documentation', abs_url("/
|
|
80
|
+
<%= link_to 'Documentation', abs_url("/docs"), class: "ui-footer-menu-row-link" %>
|
|
81
81
|
</li>
|
|
82
82
|
<li class="p-menu-row-snug">
|
|
83
83
|
<%= link_to 'Tutorials', abs_url("/tutorials"), class: "ui-footer-menu-row-link" %>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
Docs, quick start guides, tutorials, and API reference to help you start building with Ably’s platform and APIs.
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
|
-
<%= render(AblyUi::Core::FeaturedLink.new(url: abs_url("/
|
|
14
|
+
<%= render(AblyUi::Core::FeaturedLink.new(url: abs_url("/docs"))) do %>Visit Documentation<% end %>
|
|
15
15
|
</div>
|
|
16
16
|
|
|
17
17
|
<div>
|
data/lib/ably_ui/core/styles.css
CHANGED
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
--color-gui-viewed: #4887c2;
|
|
20
20
|
--color-gui-unavailable: #a8a8a8;
|
|
21
21
|
--color-gui-error: #fb0c0c;
|
|
22
|
+
--color-gui-success: #11cb24;
|
|
22
23
|
|
|
23
24
|
/* code syntax: theme */
|
|
24
25
|
--syntax-black: var(--color-cool-black);
|
|
25
26
|
--syntax-dark-grey: var(--color-dark-grey);
|
|
26
27
|
--syntax-mid-grey: var(--color-mid-grey);
|
|
27
28
|
--syntax-light-grey: var(--color-light-grey);
|
|
28
|
-
|
|
29
29
|
--syntax-orange: #e78c45;
|
|
30
30
|
--syntax-yellow: #e7c547;
|
|
31
31
|
--syntax-blue: #3490ec;
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
the values in the comments can be used as guide as they represent the grid the elements (should) sit on.
|
|
155
155
|
alternatively, look for ui-grid-* helpers. */
|
|
156
156
|
--bp-xs: 375px; /* gutters 8px, side-margin 24px */
|
|
157
|
-
--bp-sm:
|
|
157
|
+
--bp-sm: 768px; /* gutters 16px, side-margin 32px */
|
|
158
158
|
--bp-md: 1040px; /* gutters 24px, side-margin 40px, meganav desktop */
|
|
159
159
|
--bp-lg: 1280px; /* gutters 24px, side-margin 64px */
|
|
160
160
|
--bp-xl: 1440px; /* gutters 32px, side-margin 64px */
|
data/lib/ably_ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ably-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.
|
|
4
|
+
version: 7.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dominik Piatek
|
|
8
8
|
- Arti Mathanda
|
|
9
9
|
- Bruce Thomas
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2022-04-
|
|
13
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: view_component
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
- - "<"
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
34
|
version: '2.50'
|
|
35
|
-
description:
|
|
35
|
+
description:
|
|
36
36
|
email:
|
|
37
37
|
- dominik.piatek@ably.com
|
|
38
38
|
- arti.mathanda@ably.com
|
|
@@ -199,8 +199,6 @@ files:
|
|
|
199
199
|
- lib/ably_ui/core/uptime/component.js
|
|
200
200
|
- lib/ably_ui/core/uptime/uptime.html.erb
|
|
201
201
|
- lib/ably_ui/core/uptime/uptime.rb
|
|
202
|
-
- lib/ably_ui/react/connect_state_wrapper/component.js
|
|
203
|
-
- lib/ably_ui/react/scripts.js
|
|
204
202
|
- lib/ably_ui/reset/scripts.js
|
|
205
203
|
- lib/ably_ui/reset/styles.css
|
|
206
204
|
- lib/ably_ui/version.rb
|
|
@@ -209,7 +207,7 @@ licenses:
|
|
|
209
207
|
- Apache-2.0
|
|
210
208
|
metadata:
|
|
211
209
|
source_code_uri: https://github.com/ably/ably-ui
|
|
212
|
-
post_install_message:
|
|
210
|
+
post_install_message:
|
|
213
211
|
rdoc_options: []
|
|
214
212
|
require_paths:
|
|
215
213
|
- lib
|
|
@@ -220,12 +218,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
220
218
|
version: '0'
|
|
221
219
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
222
220
|
requirements:
|
|
223
|
-
- - "
|
|
221
|
+
- - ">="
|
|
224
222
|
- !ruby/object:Gem::Version
|
|
225
|
-
version:
|
|
223
|
+
version: '0'
|
|
226
224
|
requirements: []
|
|
227
225
|
rubygems_version: 3.2.3
|
|
228
|
-
signing_key:
|
|
226
|
+
signing_key:
|
|
229
227
|
specification_version: 4
|
|
230
228
|
summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
|
|
231
229
|
test_files: []
|
|
@@ -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})()}));
|