ably-ui 7.1.0.dev.97a5585 → 7.2.1.dev.65fa4e1

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: 2eba522c0aeff9d3ae3b233a21c4e7f1810c3586397899499c5fcb908738c731
4
- data.tar.gz: 856b0ad06eb14e5459f731f5d97da25dfce8e9b880f7cf8f76331f960cdcdad0
3
+ metadata.gz: 5974529f8652824088bd3a03dce64517983a6834a2c6b6b5f05d88c9485eed15
4
+ data.tar.gz: eaac56e9be201300b629dfe4ba3eab4948468f21c8adb32da998242b77eda1ba
5
5
  SHA512:
6
- metadata.gz: 264574d28a83bcac5835824fadfd1333c931ab63e5166e47628b53a1df26ab44ed68d36e5a98ac329da63f7f654747354005a936a667f342b583793e9e6791e4
7
- data.tar.gz: 3a31ddbd4a48058e600ea71a628342c5d7998143c6eafdd7e28430dc0649ef0950806cc6bbe41447997575fe301bd3b07baee530c0faafbe6bbf08b14648957a
6
+ metadata.gz: d8df995a0bf3a6caef9b788772795881f88a74e23bdeb0ef1e6f2990766123e1f38a9b32b48a3c06808e4fcf4315ed2e8aed5b56c0bb7f0f3351d08d1580f223
7
+ data.tar.gz: 250b8772a54322812ce425b1a6609ebf20b26f54445503535e7cf68bc7e3b356ce50bcf18220c0b09d858cb8c3c8ff1564871aedc82044a1caaf51cb716cdf24
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ably-ui (7.1.0.dev.02abc5e)
4
+ ably-ui (7.2.1)
5
5
  view_component (>= 2.33, < 2.50)
6
6
 
7
7
  GEM
@@ -0,0 +1 @@
1
+
@@ -8,6 +8,7 @@
8
8
  --color-zingy-green: #08ff13;
9
9
  --color-bright-red: #ff2739;
10
10
  --color-jazzy-pink: #ff17d2;
11
+ --color-extra-light-grey: #fafafb;
11
12
  --color-light-grey: #f5f5f6;
12
13
  --color-mid-grey: #d9d9da;
13
14
  --color-dark-grey: #76767c;
@@ -26,6 +27,7 @@
26
27
  --syntax-dark-grey: var(--color-dark-grey);
27
28
  --syntax-mid-grey: var(--color-mid-grey);
28
29
  --syntax-light-grey: var(--color-light-grey);
30
+ --syntax-extra-light-grey: var(--color-extra-light-grey);
29
31
  --syntax-orange: #e78c45;
30
32
  --syntax-yellow: #e7c547;
31
33
  --syntax-blue: #3490ec;
@@ -1,3 +1,3 @@
1
1
  module AblyUi
2
- VERSION = '7.1.0.dev.97a5585'
2
+ VERSION = '7.2.1.dev.65fa4e1'
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.97a5585
4
+ version: 7.2.1.dev.65fa4e1
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-07 00:00:00.000000000 Z
13
+ date: 2022-04-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: view_component
@@ -95,6 +95,7 @@ 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
98
99
  - lib/ably_ui/core/icon/component.js
99
100
  - lib/ably_ui/core/icon/icon.html.erb
100
101
  - lib/ably_ui/core/icon/icon.rb