polaris_view_components 2.2.3 → 2.2.4
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: 0fd2fd11147a8e4f4c0c39f8e567b484dfdac837660640c9697a3d300ffed822
|
|
4
|
+
data.tar.gz: 6f11dfdf4faac0d1c0b569491158fdc70d1adc8e5511f85f1d34affc8faa4a25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c2ed4c3876d591180a38a3fc7c8f37d5b1cb5c64d285ddcec8aeb49bd605e393e97ace40bd837318dd3f475bc0c2494ec21059614f7a956b91a965c46154304
|
|
7
|
+
data.tar.gz: 4bb24a5bad104edf4b32b646d95152e4661684ad5a7fad33f28aaf2328eceb89f00354c4f740fe303bdb743a72cff9e7fbab941be5f7113e5fa7286ec1dd7016
|
|
@@ -293,3 +293,10 @@ html[class~="Polaris-Summer-Editions-2023"] {
|
|
|
293
293
|
width: 100%;
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
|
+
|
|
297
|
+
/* Select */
|
|
298
|
+
|
|
299
|
+
/* Fix for Safari bug: https://github.com/baoagency/polaris_view_components/issues/454 */
|
|
300
|
+
select.Polaris-Select__Input {
|
|
301
|
+
font-weight: 400;
|
|
302
|
+
}
|
|
@@ -535,7 +535,9 @@
|
|
|
535
535
|
white-space: nowrap !important;
|
|
536
536
|
}/* Frame - TopBar */.Polaris-Frame__TopBar .Polaris-TopBar-SearchField > div {
|
|
537
537
|
width: 100%;
|
|
538
|
-
}
|
|
538
|
+
}/* Select *//* Fix for Safari bug: https://github.com/baoagency/polaris_view_components/issues/454 */select.Polaris-Select__Input {
|
|
539
|
+
font-weight: 400;
|
|
540
|
+
}html[class~="Polaris-Summer-Editions-2023"] .Polaris-DataTable .Polaris-DataTable__Cell:not(.Polaris-DataTable__Cell--flush):first-child,
|
|
539
541
|
html[class~="Polaris-Summer-Editions-2023"] .Polaris-DataTable .Polaris-DataTable__Heading:not(.Polaris-DataTable__Heading--flush):first-child {
|
|
540
542
|
padding-left: var(--p-space-400);
|
|
541
543
|
}html[class~="Polaris-Summer-Editions-2023"] .Polaris-DataTable .Polaris-DataTable__Cell:not(.Polaris-DataTable__Cell--flush):last-child,
|
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.2.
|
|
4
|
+
version: 2.2.4
|
|
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: 2024-10-
|
|
12
|
+
date: 2024-10-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|