ably-ui 7.2.1.dev.65fa4e1 → 7.2.1
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 +0 -2
- data/lib/ably_ui/version.rb +1 -1
- metadata +8 -9
- data/lib/ably_ui/core/icon/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: 350ddb66b5a4cf0e22db647f3c950d0dc5d748656e4225e892e659e5c569b1fb
|
|
4
|
+
data.tar.gz: 69d62053777091342df42bdca44af61c0c8adc1d0449ade98a230c19761b94eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30f4098975d6f624492f11396a83de65feea0f19f1545895471caac69f9f09a2c0b27ef57eb2494841f1d1122d96f7a467320a27f9642b7b51339efe522de9a9
|
|
7
|
+
data.tar.gz: 224f8aa0fd3fb80fc94f79a8097771499009273cfa96d6e0affac55a12cc4569750198ec2d435eeec187967e3f32ae64f9b4406e844293a627c3ae5fb393ea76
|
data/Gemfile.lock
CHANGED
data/lib/ably_ui/core/styles.css
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
--color-zingy-green: #08ff13;
|
|
9
9
|
--color-bright-red: #ff2739;
|
|
10
10
|
--color-jazzy-pink: #ff17d2;
|
|
11
|
-
--color-extra-light-grey: #fafafb;
|
|
12
11
|
--color-light-grey: #f5f5f6;
|
|
13
12
|
--color-mid-grey: #d9d9da;
|
|
14
13
|
--color-dark-grey: #76767c;
|
|
@@ -27,7 +26,6 @@
|
|
|
27
26
|
--syntax-dark-grey: var(--color-dark-grey);
|
|
28
27
|
--syntax-mid-grey: var(--color-mid-grey);
|
|
29
28
|
--syntax-light-grey: var(--color-light-grey);
|
|
30
|
-
--syntax-extra-light-grey: var(--color-extra-light-grey);
|
|
31
29
|
--syntax-orange: #e78c45;
|
|
32
30
|
--syntax-yellow: #e7c547;
|
|
33
31
|
--syntax-blue: #3490ec;
|
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.2.1
|
|
4
|
+
version: 7.2.1
|
|
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
|
|
@@ -95,7 +95,6 @@ files:
|
|
|
95
95
|
- lib/ably_ui/core/footer/component.js
|
|
96
96
|
- lib/ably_ui/core/footer/footer.html.erb
|
|
97
97
|
- lib/ably_ui/core/footer/footer.rb
|
|
98
|
-
- lib/ably_ui/core/icon/component.css
|
|
99
98
|
- lib/ably_ui/core/icon/component.js
|
|
100
99
|
- lib/ably_ui/core/icon/icon.html.erb
|
|
101
100
|
- lib/ably_ui/core/icon/icon.rb
|
|
@@ -208,7 +207,7 @@ licenses:
|
|
|
208
207
|
- Apache-2.0
|
|
209
208
|
metadata:
|
|
210
209
|
source_code_uri: https://github.com/ably/ably-ui
|
|
211
|
-
post_install_message:
|
|
210
|
+
post_install_message:
|
|
212
211
|
rdoc_options: []
|
|
213
212
|
require_paths:
|
|
214
213
|
- lib
|
|
@@ -219,12 +218,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
219
218
|
version: '0'
|
|
220
219
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
220
|
requirements:
|
|
222
|
-
- - "
|
|
221
|
+
- - ">="
|
|
223
222
|
- !ruby/object:Gem::Version
|
|
224
|
-
version:
|
|
223
|
+
version: '0'
|
|
225
224
|
requirements: []
|
|
226
225
|
rubygems_version: 3.2.3
|
|
227
|
-
signing_key:
|
|
226
|
+
signing_key:
|
|
228
227
|
specification_version: 4
|
|
229
228
|
summary: Shared component library and design system for Ably Real-time Ltd (ably.com)
|
|
230
229
|
test_files: []
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|