playbook_ui 14.3.1.pre.alpha.PLAY14973742 → 14.3.1.pre.alpha.dhhuynh2patch13743

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: a17b3ba7acfc59b2cbacbc7536fefcb69f382dbb63467fcad71e39e496330002
4
- data.tar.gz: 95d27d0bb0e48b53e744a2f6ba467ea49357cb0f7f80e2839e35e7b6152d21b2
3
+ metadata.gz: c4d151e6976dc38aa5b9105255c252c776e2eb50b15858a7dff6ce3c2d7eeeb1
4
+ data.tar.gz: c1b3c5d8a8565fcc9ed067b201d392422aa106384c11c0d85d31cc12fb936c83
5
5
  SHA512:
6
- metadata.gz: 539d0bb5e693a37d2cfb23fca7b326152584095fdc5eed789c64849a182a41e4cdca9e3eaf0edb4ee7241c3256cb6b57ebdf3c47be11e03b3feb5fcbcc9a35f5
7
- data.tar.gz: b3156ef95acf3fbe480dc37badfc645a8a5ab358710c1d88ce251db31bc9584f9a4f7dcdceb96485ba873246f75e69e4f5d6f8235e8c16acc3faf3f9b22a7c5b
6
+ metadata.gz: 8034c25cd01b5c736ecad25b85e8ad8d5e8e522d578e2892077d4337667b1d20dca93d6126064517936b7c00d41f094342fc0a25ada253e2b98f2cbf026151d4
7
+ data.tar.gz: b41862c830e4254db3ee6f82989d9619187bbc114278066e9e963dc49373d22245584d056de7291b0738349cb5daac552ac3ca3b62ffd5317ed565f44c9dc4b1
@@ -6,10 +6,6 @@ export const showElement = (elem: HTMLElement) => {
6
6
  elem.style.overflow = "hidden"
7
7
  // Once the transition is complete, remove the inline max-height so the content can scale responsively
8
8
  window.setTimeout(() => {
9
- // If a user toggles multiple times quickly in a row, 'is-visible' can be removed by hideElement's timeout
10
- if (!elem.classList.contains('is-visible')) {
11
- elem.classList.add('is-visible')
12
- }
13
9
  elem.style.height = '';
14
10
  elem.style.overflow = "visible"
15
11
  }, 300);
@@ -323,7 +323,7 @@
323
323
  }
324
324
  .flatpickr-current-month .numInputWrapper {
325
325
  width: 6ch;
326
- width: 7ch\0;
326
+ width: 7ch;
327
327
  display: inline-block;
328
328
  }
329
329
  .flatpickr-current-month .numInputWrapper span.arrowUp:after {
@@ -774,4 +774,4 @@ span.flatpickr-weekday {
774
774
  -webkit-transform: translate3d(0, 0, 0);
775
775
  transform: translate3d(0, 0, 0);
776
776
  }
777
- }
777
+ }