bullet_train-themes-tailwind_css 1.4.5 → 1.4.6

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: 340403c7112e4ffdedd92f4be18dd9230412bba7c48517d2e5ec47e656f417d4
4
- data.tar.gz: 745e312dbf9c37fa14fac9ec0cc67e26f0c58853b4a221eed38e706b72f8cb35
3
+ metadata.gz: 7b290267d6349a0f801129249b291d8cdc91f44fe6abd090e630b2fe4588513a
4
+ data.tar.gz: a2e4319852a2701482987177b1afcdbb5cdda981709a7bf97a72ecbe05f6e7ef
5
5
  SHA512:
6
- metadata.gz: 52ba142143b309c9d777b0c1bf09178fba09daa1e77a948c59eb9363cc7a53ec4afc36cfd04a50e7dcf760a389a7c680f249d1f19330a36007053f332aed065e
7
- data.tar.gz: 1200eaaed7c457b31b165f3ca29f6bf4d025454ded4a63922e99fe036aad59146039794c69661cc5ede0fd188c19795b927f3835876b3ee069153f22e9e1f9fb
6
+ metadata.gz: cf63605bbc2041ac47ff3972b3c7d6f461e493db86ad94b484e07df4d39bb7d26f4b9d305125ce47b6369e39e4e7b6a9540fa188edef7ad49c2933281587fd89
7
+ data.tar.gz: 30a01e220002d886a50b797010a5a3f60eadb1b7141c533eeacd12f9de21fd58a068c9bb6ad91c37fee2c9e6671221be641f0a8c5ac77c6d9820802ea6616f97
@@ -13,7 +13,7 @@ labels = labels_for(form, method) if form
13
13
  # 4. form.radio_button
14
14
  #
15
15
  # the `append_class` local can be used to append any other styles desired for the element.
16
- option_field_options[:class] ||= "focus:ring-blue h-4 w-4 text-blue border-slate-300 dark:bg-slate-800 dark:border-slate-900 #{"rounded" if multiple || single_check_box}"
16
+ option_field_options[:class] ||= "focus:ring-primary-500 h-4 w-4 text-primary-500 border-slate-300 dark:bg-slate-800 dark:border-slate-900 #{"rounded" if multiple || single_check_box}"
17
17
  option_field_options[:class] += " #{append_class}"
18
18
  %>
19
19
 
@@ -54,7 +54,7 @@ end
54
54
  <%= check_box_tag "#{html_options[:id]}-select_all", 'select-all', false, data: {
55
55
  "select-all-target": 'toggleCheckbox',
56
56
  'action': "select-all#selectAllOrNone"
57
- }, class: "focus:ring-blue h-4 w-4 text-blue border-slate-300 rounded" %>
57
+ }, class: "focus:ring-primary-500 h-4 w-4 text-primary-500 border-slate-300 rounded" %>
58
58
  </div>
59
59
  <div class="ml-2.5 text-sm pr-4">
60
60
  <%= t("global.bulk_select.all") %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module TailwindCss
4
- VERSION = "1.4.5"
4
+ VERSION = "1.4.6"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-tailwind_css
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.5
4
+ version: 1.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver