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 +4 -4
- data/app/pb_kits/playbook/pb_collapsible/_helper_functions.ts +0 -4
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_flatpickr_styles.scss +2 -2
- data/dist/chunks/{_typeahead-Z2PW068O.js → _typeahead-BWUFVlae.js} +1 -1
- data/dist/chunks/{_weekday_stacked-CpnZgQb_.js → _weekday_stacked-DAoF6PiA.js} +1 -1
- data/dist/chunks/lazysizes-DHz07jlL.js +1 -0
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +4 -4
- data/dist/chunks/lazysizes-B7xYodB-.js +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4d151e6976dc38aa5b9105255c252c776e2eb50b15858a7dff6ce3c2d7eeeb1
|
4
|
+
data.tar.gz: c1b3c5d8a8565fcc9ed067b201d392422aa106384c11c0d85d31cc12fb936c83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
+
}
|