playbook_ui 14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646 → 14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5655

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: 2e4d754a5d9f4411cc8d5206b2d97482eee9beb2e0c422d78e5acbf212f8a46f
4
- data.tar.gz: 0d1ad2995f3c6079d10244d7d327c99d57b5a1087d979d3975fbeaba7787934e
3
+ metadata.gz: e4e36bc39d271fc8c5799f840523e24a02597aec41b0191a8aeca562b4ed325b
4
+ data.tar.gz: 3e057e647fb29b4c367d1508292b5ae7a9c923c0aaa02e771c24a33173375c84
5
5
  SHA512:
6
- metadata.gz: bc367a70ab8ae06fd56fd4a99a59ccca44be5895c6012aac4752a64de3eecb44169e65dfedd4e686c8b6fa73b377621828d4a6c9e36cfc9a6884c48865f1a1c5
7
- data.tar.gz: 7ffdfa003e8e3233b5f8afc653fc4a11f845ef9472dd01ab8d6cd5a08c4f95dcf41228bc97afebef37e04850f737995358451fe414f680b9749081d56b01d083
6
+ metadata.gz: 9e4cd81b8cd28c013f41856ad9033d11f3cf2cf9e1c4db7cfbec611401dd9d8c3842a44c6a2be3f2030979f8bf52ebfdb236b3b8a4ca32ba928bd7b896cf93fe
7
+ data.tar.gz: c8d25c303eb65eef3ba5d59502429fbaf9d9220bbe798395fd48ed02dc90fa296cf78607294db601be3a0eae591236d46c15908544799c4c825308e2b630b0f0
@@ -2,6 +2,7 @@
2
2
  @import "../tokens/screen_sizes";
3
3
 
4
4
  $slides-margin: $space-md;
5
+ $lightbox-z-index-floor: 9999900;
5
6
 
6
7
  .carousel {
7
8
 
@@ -13,7 +14,7 @@ $slides-margin: $space-md;
13
14
  top: 0;
14
15
  left: 0;
15
16
  right: 0;
16
- z-index: 9999999;
17
+ z-index: $lightbox-z-index-floor + 99;
17
18
  align-items: center;
18
19
  transition: all .5s;
19
20
 
@@ -55,7 +56,7 @@ $slides-margin: $space-md;
55
56
  justify-content: space-between;
56
57
  flex-direction: column;
57
58
  background-color: black;
58
- z-index: 9999901;
59
+ z-index: $lightbox-z-index-floor + 1;
59
60
  overflow: hidden;
60
61
  }
61
62
 
@@ -63,7 +64,7 @@ $slides-margin: $space-md;
63
64
  display: flex;
64
65
  height: calc(100% - 120px);
65
66
  width: 100%;
66
- z-index: 9999901;
67
+ z-index: $lightbox-z-index-floor + 1;
67
68
 
68
69
  [class^="react-transform-wrapper"] {
69
70
  flex-shrink: 0;
@@ -87,7 +88,7 @@ $slides-margin: $space-md;
87
88
  .carousel-arrow-left {
88
89
  display: block;
89
90
  position: absolute;
90
- z-index: 9999904;
91
+ z-index: $lightbox-z-index-floor + 4;
91
92
  top: 50%;
92
93
  @media only screen and (max-width: $screen-xs-max) {
93
94
  display: none;
@@ -97,7 +98,7 @@ $slides-margin: $space-md;
97
98
  .carousel-arrow-right {
98
99
  display: block;
99
100
  position: absolute;
100
- z-index: 9999904;
101
+ z-index: $lightbox-z-index-floor + 4;
101
102
  top: 50%;
102
103
  right: 0;
103
104
  @media only screen and (max-width: $screen-xs-max) {
@@ -140,7 +141,7 @@ $slides-margin: $space-md;
140
141
  width: 100vw;
141
142
  padding: 3px;
142
143
  overflow: scroll;
143
- z-index: 9999920;
144
+ z-index: $lightbox-z-index-floor + 20;
144
145
  &.centered {
145
146
  justify-content: center;
146
147
  }
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.12.0"
5
- VERSION = "14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646"
5
+ VERSION = "14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5655"
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: 14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646
4
+ version: 14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5655
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX