bullet_train-themes 1.6.24 → 1.6.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef2d0c8727a99dc9d511f2a4ef0340308be5d1e76a62ae4d40f0b24ae3bddb35
4
- data.tar.gz: 7eebdfe20b27041bd299fea127833824309cff2973571d21b2726b5f5b0cd8f0
3
+ metadata.gz: a6649bab5ff1f33fdf6a4dded801107572b343509595aaee988670ecf48b0ab7
4
+ data.tar.gz: c5419cf2b30c60ebcf4aa4f9ed0219dc93692315baad8a7c30b6906145d9c7fb
5
5
  SHA512:
6
- metadata.gz: 8030dac536385f73d32a0160e5396dd15b189346a2d2366b54d2c6c12300e2758d2f92ba018f1866aa574c83058fa6b51a57f6bab5a4fa1915450753ec2b62e0
7
- data.tar.gz: 9d17d44d1a95f6686fccd5a73e3c532662d873b3db6a94b256509b2770e82e3799efb80747cf64665bb57bf3815e1fc86f6597dfad6dabd348d95782f94b5c7c
6
+ metadata.gz: dee21a4610f46c60c5df97f45248692b7b78592b5c64e3d491c477661e83e3391641defea107709f85c2e374980d8915bf2acef078c827580a97808ee5cdffcf
7
+ data.tar.gz: 115aaaea7f098c84ecd4ada3eb765cd724d4575594c716a79c89b6a14a9c65c5be6a599201364d871b84384b93f0f30fe52d3fbca72981fc03baf0e8d46b3a92
@@ -21,6 +21,9 @@ else
21
21
  end
22
22
  end
23
23
 
24
+ other_options[:use_browser_time_zone] = true if other_options[:use_browser_time_zone].nil?
25
+ use_browser_time_zone = other_options[:use_browser_time_zone]
26
+
24
27
  wrapper_options ||= {}
25
28
  wrapper_options[:data] ||= {}
26
29
  wrapper_options[:data][:controller] ||= ""
@@ -37,6 +40,7 @@ end
37
40
 
38
41
  html_options[:data] ||= {}
39
42
  html_options[:data].merge!("#{stimulus_controller}-target": 'select')
43
+ html_options[:data].merge!("use-browser-time-zone": use_browser_time_zone )
40
44
 
41
45
  %>
42
46
 
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Themes
3
- VERSION = "1.6.24"
3
+ VERSION = "1.6.26"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.24
4
+ version: 1.6.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-02 00:00:00.000000000 Z
11
+ date: 2024-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard