bullet_train-themes-light 1.3.19 → 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: cc26147f3b0745c46b8650a5b6f66224d8b9755f8bf3eb957f991f175b1db4ff
4
- data.tar.gz: 6532fee9fa2d471c32b7ca03b81fdc0f7105e9aca945d93f7fdd836ec5c14c81
3
+ metadata.gz: f3b2a350dd5ea2a075eef04b0689029af57e308c64e9ed584de818790535d7c9
4
+ data.tar.gz: d802d96a5da74b700fc65a4b5514d88358b3ea229e191ab2265144060e0e5222
5
5
  SHA512:
6
- metadata.gz: 59602b722207db4ecfadac953bc14738c5c5102b3e4c5975259bf9fb2568564c26b630c4594dc8843981ddfdd0312cf5c045499e41905f96cce166053fd45c8b
7
- data.tar.gz: 7c0895349083b35292b48d217801264b463e25f316afa1fc3788d18e68f78bdf5fa284c28b5f195b6e723fc6a4dafb1d433e0f738bce81eb0f2a656e67bce264
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.19"
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: {
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.19
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-29 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