ably-ui 11.7.1.dev.1344841 → 12.0.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/styles.css +3 -3
- data/lib/ably_ui/version.rb +1 -1
- metadata +8 -9
- data/lib/ably_ui/core/featured_link/component.css +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cca398ff13d7edf4e5ced9f8be01e72c3d8ce595d5ae893683a6c435423f94d0
|
|
4
|
+
data.tar.gz: 6db6d0fc760d106fef80f4afb7034d529c66aca125c4193edcf6baf30c94f651
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9084f4d99ee95748e534ab9d080cb372a45a2e6d394b8d0c5c06e127d883654e896e490b01af09c446a04157d400e124214272f722dd4172d94f576ea3d32fa1
|
|
7
|
+
data.tar.gz: 432b99cc983d5ef901ea4f124e509af19993b37107eac4b2ccbe54491493325afc1ce1be69d13d80ed3ea66fd205e47c5ad2f89bdca7425738571124d8d95214
|
data/Gemfile.lock
CHANGED
data/lib/ably_ui/core/styles.css
CHANGED
|
@@ -498,13 +498,13 @@
|
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
.ui-text-overline1 {
|
|
501
|
-
@apply font-mono font-
|
|
501
|
+
@apply font-mono font-medium text-active-orange uppercase;
|
|
502
502
|
@apply text-overline1 leading-normal;
|
|
503
503
|
@apply tracking-widen-0.16;
|
|
504
504
|
}
|
|
505
505
|
|
|
506
506
|
.ui-text-overline2 {
|
|
507
|
-
@apply font-mono font-
|
|
507
|
+
@apply font-mono font-medium text-active-orange uppercase;
|
|
508
508
|
@apply text-overline2 leading-normal;
|
|
509
509
|
@apply tracking-widen-0.16;
|
|
510
510
|
}
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
}
|
|
664
664
|
@layer components {
|
|
665
665
|
.ui-input {
|
|
666
|
-
@apply text-p2 font-
|
|
666
|
+
@apply text-p2 font-medium bg-light-grey rounded p-input w-full leading-none appearance-none border border-mid-grey transition-input;
|
|
667
667
|
@apply hover:bg-white hover:shadow-input hover:border-transparent;
|
|
668
668
|
@apply focus:bg-white focus:shadow-input focus:border-transparent focus:outline-gui-focus;
|
|
669
669
|
@apply max-w-screen-sm;
|
data/lib/ably_ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ably-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 12.0.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
13
|
date: 2023-11-30 00:00:00.000000000 Z
|
|
@@ -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
|
|
@@ -69,7 +69,6 @@ files:
|
|
|
69
69
|
- lib/ably_ui/core/feature_footer/component.js
|
|
70
70
|
- lib/ably_ui/core/feature_footer/feature_footer.html.erb
|
|
71
71
|
- lib/ably_ui/core/feature_footer/feature_footer.rb
|
|
72
|
-
- lib/ably_ui/core/featured_link/component.css
|
|
73
72
|
- lib/ably_ui/core/featured_link/component.js
|
|
74
73
|
- lib/ably_ui/core/featured_link/featured_link.html.erb
|
|
75
74
|
- lib/ably_ui/core/featured_link/featured_link.rb
|
|
@@ -231,7 +230,7 @@ licenses:
|
|
|
231
230
|
- Apache-2.0
|
|
232
231
|
metadata:
|
|
233
232
|
source_code_uri: https://github.com/ably/ably-ui
|
|
234
|
-
post_install_message:
|
|
233
|
+
post_install_message:
|
|
235
234
|
rdoc_options: []
|
|
236
235
|
require_paths:
|
|
237
236
|
- lib
|
|
@@ -242,12 +241,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
242
241
|
version: '0'
|
|
243
242
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
244
243
|
requirements:
|
|
245
|
-
- - "
|
|
244
|
+
- - ">="
|
|
246
245
|
- !ruby/object:Gem::Version
|
|
247
|
-
version:
|
|
246
|
+
version: '0'
|
|
248
247
|
requirements: []
|
|
249
|
-
rubygems_version: 3.3
|
|
250
|
-
signing_key:
|
|
248
|
+
rubygems_version: 3.2.3
|
|
249
|
+
signing_key:
|
|
251
250
|
specification_version: 4
|
|
252
251
|
summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
|
|
253
252
|
test_files: []
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|