ably-ui 7.1.0.dev.02abc5e → 7.1.0.dev.97a5585

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73001b850d90909c9d6166dac8045914ca55f72e482106246561c2baf3a39b8a
4
- data.tar.gz: 8d55025628230356b6c90738eac79e19f795ef96424122e48fbcd2c2254ba1ae
3
+ metadata.gz: 2eba522c0aeff9d3ae3b233a21c4e7f1810c3586397899499c5fcb908738c731
4
+ data.tar.gz: 856b0ad06eb14e5459f731f5d97da25dfce8e9b880f7cf8f76331f960cdcdad0
5
5
  SHA512:
6
- metadata.gz: 2cb396e0f6706e75511e4c71247a32fe642e10df0ce497937987005b1336335a40c3bdc1aafbddb1ccac47a800ade139f63ea5c5b4ea8124d070f1937c6ba855
7
- data.tar.gz: 0fc23d96feeaf032a8699b300d70cbe9c984742871b7bb088896d952d6e75183967756276d74b4ba491e28596f9cb516fd6c87294f33d25a58ce8b1548737326
6
+ metadata.gz: 264574d28a83bcac5835824fadfd1333c931ab63e5166e47628b53a1df26ab44ed68d36e5a98ac329da63f7f654747354005a936a667f342b583793e9e6791e4
7
+ data.tar.gz: 3a31ddbd4a48058e600ea71a628342c5d7998143c6eafdd7e28430dc0649ef0950806cc6bbe41447997575fe301bd3b07baee530c0faafbe6bbf08b14648957a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (7.1.0)
4
+ ably-ui (7.1.0.dev.02abc5e)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -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("/documentation/quick-start-guide"), class: "ui-footer-menu-row-link" %>
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("/documentation"), class: "ui-footer-menu-row-link" %>
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("/documentation"))) do %>Visit Documentation<% end %>
14
+ <%= render(AblyUi::Core::FeaturedLink.new(url: abs_url("/docs"))) do %>Visit Documentation<% end %>
15
15
  </div>
16
16
 
17
17
  <div>
@@ -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: 600px; /* gutters 16px, side-margin 32px */
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 */
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '7.1.0.dev.02abc5e'
2
+ VERSION = '7.1.0.dev.97a5585'
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: 7.1.0.dev.02abc5e
4
+ version: 7.1.0.dev.97a5585
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-04-06 00:00:00.000000000 Z
13
+ date: 2022-04-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component
@@ -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
@@ -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})()}));