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: bfcd865ea7f96c18d71b124a475636fb29687710604cb19f13a33c79b3f1a0b5
4
- data.tar.gz: 6fcc6cec21ba32a429c27a3329e08ec606b5022b2b7f87880277b8ad18880260
3
+ metadata.gz: 0fd2fd11147a8e4f4c0c39f8e567b484dfdac837660640c9697a3d300ffed822
4
+ data.tar.gz: 6f11dfdf4faac0d1c0b569491158fdc70d1adc8e5511f85f1d34affc8faa4a25
5
5
  SHA512:
6
- metadata.gz: 9d50945aec4b984c2706e1725b1b59908e6829872d736fbc0712434dbceff186cf8ea6a9855921f3af45f49e8c286178c53b54e83f5288cb928d01835b584f21
7
- data.tar.gz: b88e835ccc820407627a67a31ad0a78dd79d3e467549865d054ac7431f03e3ccdef5119de05f2ee3b67b451a6371d17d90d266853a525cc7027b14c1ee7d6907
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
- }html[class~="Polaris-Summer-Editions-2023"] .Polaris-DataTable .Polaris-DataTable__Cell:not(.Polaris-DataTable__Cell--flush):first-child,
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,
@@ -1,5 +1,5 @@
1
1
  module Polaris
2
2
  module ViewComponents
3
- VERSION = "2.2.3"
3
+ VERSION = "2.2.4"
4
4
  end
5
5
  end
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.3
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-01 00:00:00.000000000 Z
12
+ date: 2024-10-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails