polaris_view_components 2.3.0 → 2.3.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdb98f6ed98609f4a712c5b0c9711e7f8d01e4d3e4478929942e0dc50a97eb96
|
4
|
+
data.tar.gz: 67f60966dccce50b528834d4ec3cb220af8bab8422c9a0902975875445abff94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55666e3992c1d19b86ea27f38519abc1af95633cb24e0f1e8233661f8de681f3923875a3fe37537ff1158c85a5cc5f49c98b5bb9b304d09940ce4768432b575f
|
7
|
+
data.tar.gz: 2f97473f885b40683351ce24cb7af5078ff629a56429bdefa0a1857b3f466d1a8c16d296bd50fddca30f93efc8fdf62a2006a2a22a2d07b84a10382600315d9f
|
@@ -5,3 +5,10 @@ html[class~="Polaris-Summer-Editions-2023"] .Polaris-LegacyTabs__Wrapper {
|
|
5
5
|
margin-bottom: 0 !important;
|
6
6
|
}
|
7
7
|
}
|
8
|
+
|
9
|
+
html[class~="Polaris-Summer-Editions-2023"] .Polaris-Tabs__Wrapper {
|
10
|
+
.Polaris-Tabs__Tab:active, .Polaris-Tabs__Tab:focus {
|
11
|
+
background-color: var(--p-color-bg-fill-transparent-hover);
|
12
|
+
color: var(--p-color-text-brand);
|
13
|
+
}
|
14
|
+
}
|
@@ -759,6 +759,9 @@
|
|
759
759
|
margin-bottom: var(--p-space-200);
|
760
760
|
}html[class~="Polaris-Summer-Editions-2023"] .Polaris-LegacyTabs__Wrapper:has(+.Polaris-IndexTable) {
|
761
761
|
margin-bottom: 0 !important;
|
762
|
+
}html[class~="Polaris-Summer-Editions-2023"] .Polaris-Tabs__Wrapper .Polaris-Tabs__Tab:active, html[class~="Polaris-Summer-Editions-2023"] .Polaris-Tabs__Wrapper .Polaris-Tabs__Tab:focus {
|
763
|
+
background-color: var(--p-color-bg-fill-transparent-hover);
|
764
|
+
color: var(--p-color-text-brand);
|
762
765
|
}html[class~="Polaris-Summer-Editions-2023"] .Polaris-TextField input[type="date"], html[class~="Polaris-Summer-Editions-2023"] .Polaris-TextField input[type="time"] {
|
763
766
|
display: block;
|
764
767
|
}.Polaris-Tooltip {
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polaris_view_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Gamble
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-04-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|