playbook_ui 12.23.0.pre.alpha.play698responsivespacingglobalprop701 → 12.23.0.pre.alpha.play698responsivespacingglobalprop703

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b91dd130cd55fd9c676be19f84344322da9a00d41aae523639d3665771e1d83d
4
- data.tar.gz: ea17401df5700535fc82dedd94af7af26e1645da49793a3a4ea4bb40964e8243
3
+ metadata.gz: 8b6a15cabfa01aa2e44305a74b64bccad017a2bf3281ccd588bf5314200951a5
4
+ data.tar.gz: f6b92f0a2d92245cefc1bc3f5e6d185be43e7eeff52cfed9f06999a1839c2fbd
5
5
  SHA512:
6
- metadata.gz: 6645923822abde8e36493c0bf266431ca51a6c1c86de9b98a1579b3d3ab149c89795398f04952e9aa0615cedbd91fc60037dc1d39811cccb70a3a9442aaf65d8
7
- data.tar.gz: 8e7e9400daa0f600b2ca07fe4a19f05098dfc7c9e433c67dee9fbdb436e08485fa780496bda1c91049079575d27ae92e40d0fcf0ee87e372dcf98c73e16ffb5a
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);
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "12.23.0"
5
- VERSION = "12.23.0.pre.alpha.play698responsivespacingglobalprop701"
5
+ VERSION = "12.23.0.pre.alpha.play698responsivespacingglobalprop703"
6
6
  end
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.play698responsivespacingglobalprop701
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-23 00:00:00.000000000 Z
12
+ date: 2023-05-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack