ably-ui 6.10.0 → 7.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/code/component.css +1 -1
- data/lib/ably_ui/core/styles.css +6 -6
- data/lib/ably_ui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44428c57083863c801f6a93784627e477e1081a2d9d7884518c3e46ae8f399e0
|
|
4
|
+
data.tar.gz: f7fdd0ec0476f3501d298e765ac1477329c64a3e891fb240e75499bb64aafda0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 378d1385b248b6eaee78aedd52268cdfdc8a16480d625272e266da09690768d8206f1fb45716dcdbdd57bbc5e0ee11a0ebe20a7803b88c301418e14839981365
|
|
7
|
+
data.tar.gz: 854041e175bdbe91826de8ffa0c6e8522b721dfef32b21d22bfc4f433148fe0e46fc3b8481c8397cdc5315f7df9e81a4a89c28ff1296fa5e4189ed7e94709f38
|
data/Gemfile.lock
CHANGED
data/lib/ably_ui/core/styles.css
CHANGED
|
@@ -96,8 +96,7 @@
|
|
|
96
96
|
--fs-menu2: 1rem;
|
|
97
97
|
--fs-menu3: 0.875rem;
|
|
98
98
|
--fs-quote: 1.5rem;
|
|
99
|
-
--fs-
|
|
100
|
-
--fs-code2: 0.875rem;
|
|
99
|
+
--fs-code: 0.875rem;
|
|
101
100
|
|
|
102
101
|
--lh-dense: 1;
|
|
103
102
|
--lh-tight: 1.125;
|
|
@@ -149,6 +148,7 @@
|
|
|
149
148
|
--spacing-chip-small: 0.5rem 0.75rem; /* 8px 12px */
|
|
150
149
|
--spacing-chip: 0.75rem 1rem; /* 6px 8px */
|
|
151
150
|
--spacing-chip-large: 1rem 1.25rem; /* 16px 20px */
|
|
151
|
+
--spacing-inline-code: 0.375rem 0.5rem; /* 6px 8px */
|
|
152
152
|
|
|
153
153
|
/* In components, when looking at implementing viewport margin and spacing between elements,
|
|
154
154
|
the values in the comments can be used as guide as they represent the grid the elements (should) sit on.
|
|
@@ -400,12 +400,12 @@
|
|
|
400
400
|
@apply text-menu3;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
-
.ui-text-
|
|
404
|
-
@apply font-mono font-
|
|
403
|
+
.ui-text-code {
|
|
404
|
+
@apply font-mono font-semibold text-code;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
.ui-text-
|
|
408
|
-
@apply font-mono font-
|
|
407
|
+
.ui-text-code-inline {
|
|
408
|
+
@apply font-mono font-semibold text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
.ui-unordered-list {
|
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
|
+
version: 7.0.0
|
|
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-03-
|
|
13
|
+
date: 2022-03-29 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: view_component
|