bullet_train-themes-tailwind_css 1.0.5 → 1.0.8

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: 599b1d6fc7e4d3af42380d26839af3a0065cffedf6c2c914a6b1a379bcc8659f
4
- data.tar.gz: 590ce833210404bc04b5b9ae708022e6a16072c76070a496df0ddf1273aeec16
3
+ metadata.gz: d4c98d1eb3118331f4ba58382c99e5591f4f018cbc2f4b6879d7b4baba8144db
4
+ data.tar.gz: 32359b014c67fb0311d201f91027f7d1826c4455de278ebca397f2315d09c094
5
5
  SHA512:
6
- metadata.gz: 1582efb947b986601178d553b92f2d14d497acb0ec22f560c1a6834dc8e06869b133d4ee1444ab64b27988504f044c621178ae1044a824c0e0eb0a0c6d958cc0
7
- data.tar.gz: b4f930291e428a350f7773a090b6331b8dc95f4f7fb7302fbd5922e973cca883dfc144d12fcb8e3796752df7a26150fcf80b6d5d06e2cb9637d65f38ccf44fb2
6
+ metadata.gz: 0ce3f74e9079031c157ae42a8229cecb65c5d782624120a35f40077027f9ee7c98280a1bd08710bf9112c95d87cffb1be2929af1b3b1a5124285e9371b8ddd7f
7
+ data.tar.gz: 58686f8f58b01a9a50e7161b7408aaa6931d5c657d08b9f5ebd30e50f6b39f336a526730a2178cbf058f42712d82a5fcacb41da3d88d3d2929f45d62f9f426a6
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2022 Andrew Culver
1
+ Copyright 2022 Bullet Train, Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -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 ||= {}
@@ -2,6 +2,9 @@ module BulletTrain
2
2
  module Themes
3
3
  module TailwindCss
4
4
  class Engine < ::Rails::Engine
5
+ initializer "bullet_train.themes.tailwind_css.register" do |app|
6
+ BulletTrain.linked_gems << "bullet_train-themes-tailwind_css"
7
+ end
5
8
  end
6
9
  end
7
10
  end
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module TailwindCss
4
- VERSION = "1.0.5"
4
+ VERSION = "1.0.8"
5
5
  end
6
6
  end
7
7
  end
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.5
4
+ version: 1.0.8
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-02-16 00:00:00.000000000 Z
11
+ date: 2022-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails