ably-ui 4.2.0.dev.04ce1ff → 4.2.0.dev.23b6647
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/version.rb +1 -1
- metadata +2 -8
- 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/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: 88343c814897e4b4e5761f1752d97d236396e653f6447e48f40f6321964e07ee
|
4
|
+
data.tar.gz: ea9811d03b6f3e3245aaea086e4c60942dadf8e84cc2897821225f7ed8c90308
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8376200954439d04fe4af2ad017c492c6e06068dda16e1609b21d840de38ce02d7b1c1958e90b559810c1a94a1188f64460e9a7ae227cc70d63e9c6781b268fc
|
7
|
+
data.tar.gz: ed874a1abdb6f7795b771b83bbd0ab4d7f88a9a3b18eaf6375f8abfc209c4d777e029b9a1806e9d55fe4ed8ef3b91ffa416c4ec0a282e35414cfb81c162fc722
|
data/Gemfile.lock
CHANGED
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: 4.2.0.dev.
|
4
|
+
version: 4.2.0.dev.23b6647
|
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: 2021-10-
|
13
|
+
date: 2021-10-22 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: view_component
|
@@ -52,8 +52,6 @@ files:
|
|
52
52
|
- lib/ably_ui/core/contact_footer/contact_footer.rb
|
53
53
|
- lib/ably_ui/core/cookie_message/component.css
|
54
54
|
- lib/ably_ui/core/cookie_message/component.js
|
55
|
-
- lib/ably_ui/core/core.base.css
|
56
|
-
- lib/ably_ui/core/core.components.css
|
57
55
|
- lib/ably_ui/core/core.rb
|
58
56
|
- lib/ably_ui/core/feature_footer/component.css
|
59
57
|
- lib/ably_ui/core/feature_footer/component.js
|
@@ -177,15 +175,11 @@ files:
|
|
177
175
|
- lib/ably_ui/core/slider/slider.html.erb
|
178
176
|
- lib/ably_ui/core/slider/slider.rb
|
179
177
|
- lib/ably_ui/core/sprites.svg
|
180
|
-
- lib/ably_ui/core/styles.base.css
|
181
|
-
- lib/ably_ui/core/styles.components.css
|
182
178
|
- lib/ably_ui/core/styles.css
|
183
179
|
- lib/ably_ui/core/uptime/component.css
|
184
180
|
- lib/ably_ui/core/uptime/component.js
|
185
181
|
- lib/ably_ui/core/uptime/uptime.html.erb
|
186
182
|
- lib/ably_ui/core/uptime/uptime.rb
|
187
|
-
- lib/ably_ui/react/connect_state_wrapper/component.js
|
188
|
-
- lib/ably_ui/react/scripts.js
|
189
183
|
- lib/ably_ui/reset/scripts.js
|
190
184
|
- lib/ably_ui/reset/styles.css
|
191
185
|
- lib/ably_ui/version.rb
|
@@ -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
|
-
@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})()}));
|