bullet_train-themes-tailwind_css 1.0.6 → 1.0.7
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f2adedfe8c3345ba922c0cd92807de98f99a8aece49c04599eff6923498e231
|
4
|
+
data.tar.gz: dfa046a0958807b9e7273a60fee8a90cdd7f3e040718aabd2123b00922a4b058
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f95e89315dd02777411db29033274948948b39b3056528f6adb16aed82e7b27668da22ed5bcbe40b1104fbfe5354725c8887d8beb51b49ea1d7b8122eb423aa5
|
7
|
+
data.tar.gz: e067b06696737e7f3d3acfaac24f0289828afe7ad57a9099a2688ece6fcb0a74903d16857d0b17ed687dc01bf068dacd94842da3ae2db608ff53bf26ad4026da
|
@@ -4,7 +4,7 @@
|
|
4
4
|
form ||= current_fields_form
|
5
5
|
options ||= {}
|
6
6
|
options[:id] ||= id_for(form, method)
|
7
|
-
options[:class] = "form-control single-daterange w-full dark:bg-sealBlue-300 dark:border-sealBlue-100 #{options[:class]}".strip
|
7
|
+
options[:class] = "form-control single-daterange w-full border-gray-300 dark:bg-sealBlue-300 dark:border-sealBlue-100 #{options[:class]}".strip
|
8
8
|
options[:value] = form.object.send(method)&.in_time_zone(current_team.time_zone)&.strftime(t('global.formats.date_and_time'))
|
9
9
|
options = options.merge({ data: {'fields--date-target': 'field' }})
|
10
10
|
other_options ||= {}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-themes-tailwind_css
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|