playbook_ui 14.21.0 → 14.21.1.pre.alpha.PLAY2140upgraderailsdependency8120
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_advanced_table/_advanced_table.scss +3 -1
- data/dist/chunks/{_typeahead-BlPRej0F.js → _typeahead-CoOpeYom.js} +2 -2
- data/dist/chunks/{_weekday_stacked-DqVFJsbt.js → _weekday_stacked-BFXALU-0.js} +1 -1
- data/dist/chunks/lib-D7Va7yqa.js +29 -0
- data/dist/chunks/{pb_form_validation-DyvJ8iPe.js → pb_form_validation-DSkdRDMf.js} +1 -1
- 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 +2 -2
- metadata +6 -6
- data/dist/chunks/lib-D4vXIZF5.js +0 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7e8cb15c8d703a5b2c9e7ca310d92ad88423f925d49e4004e6545146b802053
|
4
|
+
data.tar.gz: 3a7680aaa6903bc3ece40b3c0d5c9d8121651da2b8f012a56f178e3602670023
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f017a7b069f86569a377db530d80d1ae8a560f1878a164ae5ecd41b4e8fdfc9dd0a9e76aca30f19e746e5dafd163039c989eb008c910ca04848ced0a503c165
|
7
|
+
data.tar.gz: be455c1fbf9fd962bb4e76384e98ef932e74e156ba6dc683070cfaf531a504f5e4e4812e9b89bed79aefbc0270c6febac80a0cae581fbace624b821785052bd0
|
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
-ms-overflow-style: none !important;
|
42
42
|
scrollbar-width: thin !important;
|
43
|
-
scrollbar-color:
|
43
|
+
scrollbar-color: #00000033 transparent !important;
|
44
44
|
}
|
45
45
|
|
46
46
|
[id$="-span"] {
|
@@ -563,6 +563,7 @@
|
|
563
563
|
// Sticky Left Columns Styling
|
564
564
|
&[class*="advanced-table-sticky-left-columns"] {
|
565
565
|
overflow-x: scroll;
|
566
|
+
@include scrollbar-styling;
|
566
567
|
.sticky-left {
|
567
568
|
position: sticky !important;
|
568
569
|
z-index: 2;
|
@@ -582,6 +583,7 @@
|
|
582
583
|
&[class*="advanced-table-responsive-scroll"] {
|
583
584
|
overflow-x: auto;
|
584
585
|
width: 100%;
|
586
|
+
@include scrollbar-styling;
|
585
587
|
|
586
588
|
// These are the responsive borders that should NOT inherit the custom color
|
587
589
|
@include advanced-table-sticky-mixin(
|