ably-ui 6.4.0.dev.04fa1c1 → 6.4.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 +0 -6
- data/lib/ably_ui/core/meganav_content_use_cases/meganav_content_use_cases.html.erb +1 -7
- data/lib/ably_ui/version.rb +1 -1
- metadata +8 -15
- data/lib/ably_ui/core/core.base.css +0 -1
- data/lib/ably_ui/core/core.components.css +0 -49
- data/lib/ably_ui/core/icon/component.css +0 -1
- data/lib/ably_ui/core/styles.base.css +0 -1
- data/lib/ably_ui/core/styles.components.css +0 -49
- 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: 015f4a5b187d0062c4173b28372856061523be4ae033c823c840aab540ac773a
|
|
4
|
+
data.tar.gz: 1b85cea0348f5bcc305af7f335f8cef44bf1eefab979faac41b8cfcfbce502de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffdfb5d0d32d06fce638f5a21ba4fbf2cd537c0795fa0ac4e282ebcf6acf6204a986589d33f9b8606baf42cd3996d9812509fe743c5898b0e4184e07f84c8657
|
|
7
|
+
data.tar.gz: 454beaad9a8448311fa9e5aca42cde3bdb8ae37c1fe23cac5ee9b4937c7b35fc941cd350985deaffa9eee15a58a74cea8f09cd026dbc19e8c259098fd11b6db5
|
data/Gemfile.lock
CHANGED
|
@@ -34,12 +34,6 @@
|
|
|
34
34
|
<div class="col-span-full sm:col-span-3 md:col-span-1">
|
|
35
35
|
<h2 class="ui-footer-col-title">Ably is for</h2>
|
|
36
36
|
<ul>
|
|
37
|
-
<li class="p-menu-row-snug">
|
|
38
|
-
<%= link_to 'Ably Asset Tracking', abs_url("/solutions/asset-tracking"), class: "ui-footer-menu-row-link" %>
|
|
39
|
-
</li>
|
|
40
|
-
<li class="p-menu-row-snug">
|
|
41
|
-
<%= link_to 'Extend Kafka to the edge', abs_url("/solutions/extend-kafka-to-the-edge"), class: "ui-footer-menu-row-link" %>
|
|
42
|
-
</li>
|
|
43
37
|
<li class="p-menu-row-snug">
|
|
44
38
|
<%= link_to 'EdTech', abs_url("/solutions/edtech"), class: "ui-footer-menu-row-link" %>
|
|
45
39
|
</li>
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
<section class="ui-meganav-content ui-grid-gap md:grid-cols-2 gap-y-0 md:gap-y-32">
|
|
2
2
|
<div>
|
|
3
|
-
<h3 class="ui-meganav-overline" id="meganav-use-cases-panel-industry-use-cases">By use case</h3>
|
|
3
|
+
<h3 class="ui-meganav-overline" id="meganav-use-cases-panel-industry-use-cases">By industry use case</h3>
|
|
4
4
|
<ul aria-labelledby="meganav-use-cases-panel-industry-use-cases">
|
|
5
|
-
<li>
|
|
6
|
-
<%= link_to abs_url("/solutions/extend-kafka-to-the-edge"), class: "ui-meganav-media group" do %>
|
|
7
|
-
<p class="ui-meganav-media-heading">Extend Kafka to the edge</p>
|
|
8
|
-
<p class="ui-meganav-media-copy">Enhance and reliably expand Kafka's event streaming capabilities beyond your private network.</p>
|
|
9
|
-
<% end %>
|
|
10
|
-
</li>
|
|
11
5
|
<li>
|
|
12
6
|
<%= link_to abs_url("/solutions/edtech"), class: "ui-meganav-media group" do %>
|
|
13
7
|
<p class="ui-meganav-media-heading">EdTech</p>
|
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: 6.4.0
|
|
4
|
+
version: 6.4.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-02-
|
|
13
|
+
date: 2022-02-04 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: view_component
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
- - "~>"
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
28
|
version: 2.33.0
|
|
29
|
-
description:
|
|
29
|
+
description:
|
|
30
30
|
email:
|
|
31
31
|
- dominik.piatek@ably.com
|
|
32
32
|
- arti.mathanda@ably.com
|
|
@@ -54,8 +54,6 @@ files:
|
|
|
54
54
|
- lib/ably_ui/core/contact_footer/contact_footer.rb
|
|
55
55
|
- lib/ably_ui/core/cookie_message/component.css
|
|
56
56
|
- lib/ably_ui/core/cookie_message/component.js
|
|
57
|
-
- lib/ably_ui/core/core.base.css
|
|
58
|
-
- lib/ably_ui/core/core.components.css
|
|
59
57
|
- lib/ably_ui/core/core.rb
|
|
60
58
|
- lib/ably_ui/core/customer_logos/component.js
|
|
61
59
|
- lib/ably_ui/core/customer_logos/customer_logos.html.erb
|
|
@@ -91,7 +89,6 @@ files:
|
|
|
91
89
|
- lib/ably_ui/core/footer/component.js
|
|
92
90
|
- lib/ably_ui/core/footer/footer.html.erb
|
|
93
91
|
- lib/ably_ui/core/footer/footer.rb
|
|
94
|
-
- lib/ably_ui/core/icon/component.css
|
|
95
92
|
- lib/ably_ui/core/icon/component.js
|
|
96
93
|
- lib/ably_ui/core/icon/icon.html.erb
|
|
97
94
|
- lib/ably_ui/core/icon/icon.rb
|
|
@@ -188,15 +185,11 @@ files:
|
|
|
188
185
|
- lib/ably_ui/core/slider/slider.html.erb
|
|
189
186
|
- lib/ably_ui/core/slider/slider.rb
|
|
190
187
|
- lib/ably_ui/core/sprites.svg
|
|
191
|
-
- lib/ably_ui/core/styles.base.css
|
|
192
|
-
- lib/ably_ui/core/styles.components.css
|
|
193
188
|
- lib/ably_ui/core/styles.css
|
|
194
189
|
- lib/ably_ui/core/uptime/component.css
|
|
195
190
|
- lib/ably_ui/core/uptime/component.js
|
|
196
191
|
- lib/ably_ui/core/uptime/uptime.html.erb
|
|
197
192
|
- lib/ably_ui/core/uptime/uptime.rb
|
|
198
|
-
- lib/ably_ui/react/connect_state_wrapper/component.js
|
|
199
|
-
- lib/ably_ui/react/scripts.js
|
|
200
193
|
- lib/ably_ui/reset/scripts.js
|
|
201
194
|
- lib/ably_ui/reset/styles.css
|
|
202
195
|
- lib/ably_ui/version.rb
|
|
@@ -205,7 +198,7 @@ licenses:
|
|
|
205
198
|
- Apache-2.0
|
|
206
199
|
metadata:
|
|
207
200
|
source_code_uri: https://github.com/ably/ably-ui
|
|
208
|
-
post_install_message:
|
|
201
|
+
post_install_message:
|
|
209
202
|
rdoc_options: []
|
|
210
203
|
require_paths:
|
|
211
204
|
- lib
|
|
@@ -216,12 +209,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
216
209
|
version: '0'
|
|
217
210
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
211
|
requirements:
|
|
219
|
-
- - "
|
|
212
|
+
- - ">="
|
|
220
213
|
- !ruby/object:Gem::Version
|
|
221
|
-
version:
|
|
214
|
+
version: '0'
|
|
222
215
|
requirements: []
|
|
223
216
|
rubygems_version: 3.2.3
|
|
224
|
-
signing_key:
|
|
217
|
+
signing_key:
|
|
225
218
|
specification_version: 4
|
|
226
219
|
summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
|
|
227
220
|
test_files: []
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import "./styles/properties.css";
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
@import "./styles/buttons.css";
|
|
2
|
-
@import "./styles/layout.css";
|
|
3
|
-
@import "./styles/text.css";
|
|
4
|
-
|
|
5
|
-
@layer components {
|
|
6
|
-
.ui-input {
|
|
7
|
-
@apply text-p2 font-light bg-light-grey rounded p-input w-full leading-none appearance-none border border-mid-grey transition-input;
|
|
8
|
-
@apply hover:bg-white hover:shadow-input hover:border-transparent;
|
|
9
|
-
@apply focus:bg-white focus:shadow-input focus:border-transparent focus:outline-gui-focus;
|
|
10
|
-
@apply max-w-screen-sm;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
/* Basis for icon component */
|
|
14
|
-
.ui-icon-cool-black {
|
|
15
|
-
stroke: var(--color-cool-black);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.ui-icon-white {
|
|
19
|
-
stroke: var(--color-white);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.ui-icon-dark-grey {
|
|
23
|
-
stroke: var(--color-dark-grey);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/* Extend how tailwind does group hover for icons */
|
|
27
|
-
.group {
|
|
28
|
-
&:hover {
|
|
29
|
-
.group-hover\:icon-gui-hover {
|
|
30
|
-
stroke: var(--color-gui-hover);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&:focus {
|
|
35
|
-
.group-focus\:icon-gui-focus {
|
|
36
|
-
stroke: var(--color-gui-focus);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.ui-version-tag {
|
|
42
|
-
@apply inline-block absolute align-top uppercase font-bold whitespace-nowrap;
|
|
43
|
-
|
|
44
|
-
position: relative;
|
|
45
|
-
vertical-align: super;
|
|
46
|
-
margin-left: 3px;
|
|
47
|
-
font-size: 8px;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import "./styles/properties.css";
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
@import "./styles/buttons.css";
|
|
2
|
-
@import "./styles/layout.css";
|
|
3
|
-
@import "./styles/text.css";
|
|
4
|
-
|
|
5
|
-
@layer components {
|
|
6
|
-
.ui-input {
|
|
7
|
-
@apply text-p2 font-light bg-light-grey rounded p-input w-full leading-none appearance-none border border-mid-grey transition-input;
|
|
8
|
-
@apply hover:bg-white hover:shadow-input hover:border-transparent;
|
|
9
|
-
@apply focus:bg-white focus:shadow-input focus:border-transparent focus:outline-gui-focus;
|
|
10
|
-
@apply max-w-screen-sm;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
/* Basis for icon component */
|
|
14
|
-
.ui-icon-cool-black {
|
|
15
|
-
stroke: var(--color-cool-black);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.ui-icon-white {
|
|
19
|
-
stroke: var(--color-white);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.ui-icon-dark-grey {
|
|
23
|
-
stroke: var(--color-dark-grey);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/* Extend how tailwind does group hover for icons */
|
|
27
|
-
.group {
|
|
28
|
-
&:hover {
|
|
29
|
-
.group-hover\:icon-gui-hover {
|
|
30
|
-
stroke: var(--color-gui-hover);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&:focus {
|
|
35
|
-
.group-focus\:icon-gui-focus {
|
|
36
|
-
stroke: var(--color-gui-focus);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.ui-version-tag {
|
|
42
|
-
@apply inline-block absolute align-top uppercase font-bold whitespace-nowrap;
|
|
43
|
-
|
|
44
|
-
position: relative;
|
|
45
|
-
vertical-align: super;
|
|
46
|
-
margin-left: 3px;
|
|
47
|
-
font-size: 8px;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
@@ -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})()}));
|