bullet_train-themes-light 1.3.18 → 1.3.20

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: e1c044f842ea3ef6e786619020c80f3b260d772cacbb0867e9505962116d9212
4
- data.tar.gz: 9f7497167ab5cd42475d26b09a13f3b149c82cca373de2c72ca46b5ff6df76dd
3
+ metadata.gz: f3b2a350dd5ea2a075eef04b0689029af57e308c64e9ed584de818790535d7c9
4
+ data.tar.gz: d802d96a5da74b700fc65a4b5514d88358b3ea229e191ab2265144060e0e5222
5
5
  SHA512:
6
- metadata.gz: c71f1842821cb2dbcb26cc096b802a9d82d0e10cef4dfc95caec9e30bae050d849afc651ba0afd7d510918ff1a3c7730952d9e114b6d81605c34f8a9325fc5b6
7
- data.tar.gz: 2473fbaa03c2c65121d62704363dfe2c5a299a96a18d31fde396fa594653c23db95b6f34511683ff7febaa62203d5fe06d85c040e62c74433d0e76a63a4e00c9
6
+ metadata.gz: 217d481a213f4257ac3aa8574027e64aef6d2332cbcb70011df018011d1df4dcb99387242b05eef929bbfb349aac978336af4f16e642bd09476ebacf9ac8ca45
7
+ data.tar.gz: bfa9c9798bd4e6c711e9dfefa6032c5adec295e8c30894a97eb5ca6abc5e4ecbce04bb05ff45d21e241fed6e44f8c5a2356229fe81420fabe3c9ea51e10c4b5c
@@ -119,7 +119,7 @@
119
119
 
120
120
 
121
121
  th {
122
- @apply px-3 py-3 text-2xs font-semibold font-normal;
122
+ @apply px-3 py-3 text-2xs font-semibold font-normal uppercase;
123
123
  @apply dark:text-slate-400;
124
124
 
125
125
  &:first-child {
@@ -1,13 +1,6 @@
1
1
  @import "./utilities/billing";
2
2
 
3
3
  @layer utilities {
4
- .text-2xs {
5
- @apply uppercase;
6
- font-size: 0.65rem;
7
- line-height: 0.9rem;
8
- letter-spacing: 1px;
9
- }
10
-
11
4
  .space-y {
12
5
  @apply space-y-5;
13
6
  }
@@ -1 +1 @@
1
- <%= render "account/shared/box", **partial.slice(:title, :table), no_background: true, title_size: "text-2xs", title_padding: "pt-3 pb-3.5", border_top: true %>
1
+ <%= render "account/shared/box", **partial.slice(:title, :table), no_background: true, title_size: "text-2xs uppercase", title_padding: "pt-3 pb-3.5", border_top: true %>
@@ -6,7 +6,7 @@
6
6
  <% case strategy %>
7
7
  <% when :label %>
8
8
  <div>
9
- <label class="block text-2xs font-semibold py-2 dark:text-white">
9
+ <label class="block text-2xs uppercase font-semibold py-2 dark:text-white">
10
10
  <%= partial.heading %>
11
11
  </label>
12
12
  <div class="dark:text-slate-400">
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html class="theme-<%= BulletTrain::Themes::Light.color %> <%= "theme-secondary-#{BulletTrain::Themes::Light.secondary_color}" if BulletTrain::Themes::Light.secondary_color %>">
2
+ <html class="theme-<%= BulletTrain::Themes::Light.color %> <%= "theme-secondary-#{BulletTrain::Themes::Light.secondary_color}" if BulletTrain::Themes::Light.secondary_color %>" lang="<%= I18n.locale %>">
3
3
  <head>
4
4
  <%= render 'shared/layouts/head' %>
5
5
  </head>
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html class="theme-<%= BulletTrain::Themes::Light.color %> <%= "theme-secondary-#{BulletTrain::Themes::Light.secondary_color}" if BulletTrain::Themes::Light.secondary_color %>">
2
+ <html class="theme-<%= BulletTrain::Themes::Light.color %> <%= "theme-secondary-#{BulletTrain::Themes::Light.secondary_color}" if BulletTrain::Themes::Light.secondary_color %>" lang="<%= I18n.locale %>">
3
3
  <head>
4
4
  <%= render 'shared/layouts/head' %>
5
5
  </head>
@@ -1,4 +1,4 @@
1
- <html xmlns="http://www.w3.org/1999/xhtml">
1
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="<%= I18n.locale %>">
2
2
  <head>
3
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html class="theme-<%= BulletTrain::Themes::Light.color %> <%= "theme-secondary-#{BulletTrain::Themes::Light.secondary_color}" if BulletTrain::Themes::Light.secondary_color %>">
2
+ <html class="theme-<%= BulletTrain::Themes::Light.color %> <%= "theme-secondary-#{BulletTrain::Themes::Light.secondary_color}" if BulletTrain::Themes::Light.secondary_color %>" lang="<%= I18n.locale %>">
3
3
  <head>
4
4
  <%= render 'shared/layouts/head' %>
5
5
  </head>
@@ -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.20"
5
5
  end
6
6
  end
7
7
  end
@@ -18,6 +18,7 @@ module.exports = {
18
18
  extend: {
19
19
  fontSize: {
20
20
  'xs': '.81rem',
21
+ '2xs': ['0.65rem', { lineHeight: '0.9rem', letterSpacing: '1px' }]
21
22
  },
22
23
  colors: {
23
24
  primary: {
@@ -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.20
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-31 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