bullet_train-themes-light 1.0.20 → 1.0.21

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: 9b618c385969968cf23c4ca197ac329342a79a5d69c7cf54cb94770769d725bb
4
- data.tar.gz: 10441e8958f53ca3b9c19295b3719519ff9d50fc56739be6523ae57275a6d1a1
3
+ metadata.gz: ce02b721661492cb0ba4916e87466ac0381adb3142ea3da1226fec4527bfd4c2
4
+ data.tar.gz: 9b69e69f69f24d322a47931c64681bdaca89362922e53d7feaacf4906eb86b02
5
5
  SHA512:
6
- metadata.gz: 6dd348d36fbfd662905c1a4021543bd106551cc9f28ea46cd1943e3bb1695347e101536fc537f54b4b4fed6925cedd50d3ddce05ace70e919dd209a45923613b
7
- data.tar.gz: 8250d93ba50bafdc0960783c9414e8ad015ff5e3b93c4e6ad10f7b14b1facaf96d131ae92db8b621ef9abcb76c0b44b311ab6c1ea3cd4cf8ca0571a479b4d9e1
6
+ metadata.gz: 3bde40fadcb848f8cc2c557bed56f39dbeed2e016898e1680baccdbac4fe4644bf673a96abee5c327bc0de80cdfb830c8b42ed968755a939f269217e3802f4cf
7
+ data.tar.gz: cb17c2356330035ef0c343d9404337507259f0d137e70459838c1f81878bff0bd84f09d2beca3b2456c2199002bbd189f2b2f83572bee903abc00d129f77d9c4
@@ -14,5 +14,5 @@
14
14
  </div>
15
15
 
16
16
  <div class="mb-4">
17
- <%= render "themes/light/line" %>
17
+ <%= render "shared/line" %>
18
18
  </div>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html class="theme-<%= BulletTrain::Themes::Light.color %>">
3
3
  <head>
4
- <%= render 'themes/light/layouts/head' %>
4
+ <%= render 'shared/layouts/head' %>
5
5
  </head>
6
6
  <body class="bg-light-gradient text-gray-700 text-sm font-normal dark:bg-dark-gradient dark:text-darkPrimary-300">
7
7
  <div class="p-4 bg-primary-900 electron-draggable electron-title-bar hidden electron-mobile-only"></div>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html class="theme-<%= BulletTrain::Themes::Light.color %>">
3
3
  <head>
4
- <%= render 'themes/light/layouts/head' %>
4
+ <%= render 'shared/layouts/head' %>
5
5
  </head>
6
6
  <body class="bg-light-gradient text-gray-700 text-sm font-normal electron-draggable dark:bg-dark-gradient dark:text-darkPrimary-300">
7
7
  <div data-turbo="false">
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.0.20"
4
+ VERSION = "1.0.21"
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-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20
4
+ version: 1.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver