playbook_ui 12.23.0.pre.alpha.play698responsivespacingglobalprop701 → 12.23.0.pre.alpha.play698responsivespacingglobalprop703
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/app/pb_kits/playbook/tokens/_screen_sizes.scss +0 -10
- data/lib/playbook/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: 8b6a15cabfa01aa2e44305a74b64bccad017a2bf3281ccd588bf5314200951a5
|
4
|
+
data.tar.gz: f6b92f0a2d92245cefc1bc3f5e6d185be43e7eeff52cfed9f06999a1839c2fbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90f06d4bd1dea2ac4a157cf542268f0a318a07e0d6608924ebd63b474fa8da543293987bfeb4f49c498f09b241c5f4cd0618cf75cea1505eecead9306d99a2f2
|
7
|
+
data.tar.gz: 1ce67914400c0bed66b4fe05bd9676c5f038494071b8761c0b3191ff9d1125c8d5cedcfe71da806d8de95e19c8596aa4e31482355320cb1ecbbf5361667ce47f
|
@@ -56,16 +56,6 @@ $breakpoints_max_only: (
|
|
56
56
|
)
|
57
57
|
);
|
58
58
|
|
59
|
-
@mixin break_test($min: null, $max: null) {
|
60
|
-
@if not $max {
|
61
|
-
@media screen and (min-width: $min) {
|
62
|
-
@content;
|
63
|
-
}
|
64
|
-
} @else {
|
65
|
-
@media screen and (max-width: $max) {
|
66
|
-
@content;}
|
67
|
-
}
|
68
|
-
}
|
69
59
|
|
70
60
|
@function breakpoint($breakpoint_name) {
|
71
61
|
@return map-get($breakpoints, $breakpoint_name);
|
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.23.0.pre.alpha.
|
4
|
+
version: 12.23.0.pre.alpha.play698responsivespacingglobalprop703
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-05-
|
12
|
+
date: 2023-05-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|