bullet_train-themes-light 1.3.18 → 1.3.19

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: e1c044f842ea3ef6e786619020c80f3b260d772cacbb0867e9505962116d9212
4
- data.tar.gz: 9f7497167ab5cd42475d26b09a13f3b149c82cca373de2c72ca46b5ff6df76dd
3
+ metadata.gz: cc26147f3b0745c46b8650a5b6f66224d8b9755f8bf3eb957f991f175b1db4ff
4
+ data.tar.gz: 6532fee9fa2d471c32b7ca03b81fdc0f7105e9aca945d93f7fdd836ec5c14c81
5
5
  SHA512:
6
- metadata.gz: c71f1842821cb2dbcb26cc096b802a9d82d0e10cef4dfc95caec9e30bae050d849afc651ba0afd7d510918ff1a3c7730952d9e114b6d81605c34f8a9325fc5b6
7
- data.tar.gz: 2473fbaa03c2c65121d62704363dfe2c5a299a96a18d31fde396fa594653c23db95b6f34511683ff7febaa62203d5fe06d85c040e62c74433d0e76a63a4e00c9
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.18"
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.18
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-28 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