bullet_train-themes-light 1.3.17 → 1.3.19

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: d805a0e916ef4690434e6e0e5cb82851aaa79cb6cd4113499e42e806e379f1a9
4
- data.tar.gz: 6fe63290583f80136503a5f3c574873272656d835033ae09560492f1f02dcd2e
3
+ metadata.gz: cc26147f3b0745c46b8650a5b6f66224d8b9755f8bf3eb957f991f175b1db4ff
4
+ data.tar.gz: 6532fee9fa2d471c32b7ca03b81fdc0f7105e9aca945d93f7fdd836ec5c14c81
5
5
  SHA512:
6
- metadata.gz: e3db25b42d20978be82f1ca9a91da1523d82d9373426b2cab6255f7e418882ed8dfe95bc5916b4739b8dff2da232a2e1df604c072405b6d3ae50157c33568e00
7
- data.tar.gz: 2de65b8f7d6575abce5e13de6469b9d1399a6b027253c4eaf0f859de106c6fb1020ebff9ad63fb8847db2119932d6a79d0c83159f24c1beaf34b6f5f38b90dfb
6
+ metadata.gz: 59602b722207db4ecfadac953bc14738c5c5102b3e4c5975259bf9fb2568564c26b630c4594dc8843981ddfdd0312cf5c045499e41905f96cce166053fd45c8b
7
+ data.tar.gz: 7c0895349083b35292b48d217801264b463e25f316afa1fc3788d18e68f78bdf5fa284c28b5f195b6e723fc6a4dafb1d433e0f738bce81eb0f2a656e67bce264
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.3.17"
4
+ VERSION = "1.3.19"
5
5
  end
6
6
  end
7
7
  end
@@ -0,0 +1,3 @@
1
+ const tailwindBase = require('./tailwind.light.config')
2
+
3
+ module.exports = Object.assign(tailwindBase, {darkMode: "class"})
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.17
4
+ version: 1.3.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-25 00:00:00.000000000 Z
11
+ date: 2023-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -226,6 +226,7 @@ files:
226
226
  - lib/tasks/application.rb
227
227
  - lib/tasks/bullet_train/themes/light_tasks.rake
228
228
  - tailwind.light.config.js
229
+ - tailwind.mailer.light.config.js
229
230
  homepage: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes-light
230
231
  licenses:
231
232
  - MIT