bullet_train-themes-light 1.34.1 → 1.35.0

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: 744cc641babd34e8fa5ca8dba7df0de0003d6e3f3e178d8542e69360cdff1925
4
- data.tar.gz: 8b5cba3c25d0f2d9a6cc789cd14eae098b28c9316061a9ba4f67f83297805c20
3
+ metadata.gz: 36c9eec939fa6e604d174a0c2170fa38b9db23da52677deabafcdc105fe80981
4
+ data.tar.gz: ea7986b3a5195189b14f3e187f8cae6faa23ad4ce08252d43136aafb19029d7f
5
5
  SHA512:
6
- metadata.gz: 1d13e51b2f838fcc7cc448caa65938aceb3b4c20e712fd79284cce36408b3c2e8d5afb9b20191e08afe74abb23b9bbae0ce4c4b3266d15e7ffefbfb019e0a1a1
7
- data.tar.gz: 2740d07c66c86c4ef3baf8afa91e0f4d36cf822e9360bc7424340c0d0215c471719e0de8ea410b118e9558a8e4b4695a2c40fb3665755a58f5f6fbe95d7c756d
6
+ metadata.gz: 757b54ba5912f505ac82d8ca21b5d1fceee85e58cef35dcb423aa7ce5b366c7f971eb929d0d4f1526f0290a74942f7a2c8ae310b26d4d56c1512fc11bdd63890
7
+ data.tar.gz: 0cc99f171dcf5dfc82f27dd449935e9ed9d0cd9b2504ccb08be7e8dbb57459a6de6ba5938845babfea5ddac23c48f6bb33abebe8f8cb5cdf660087cb11bec050
@@ -6,8 +6,8 @@
6
6
  a {
7
7
  outline-color: var(--tw-ring-color);
8
8
  /* TODO: Will --tw-ring-opacity still be available in tailwindcss v4? */
9
- --tw-ring-color: rgba(3, 98, 198, var(--tw-ring-opacity));
10
9
  --tw-ring-opacity: 1;
10
+ --tw-ring-color: rgba(3, 98, 198, var(--tw-ring-opacity));
11
11
  }
12
12
 
13
13
  .electron-mobile-only {
@@ -5,6 +5,6 @@
5
5
 
6
6
  .monaco-editor, .monaco-editor-background,
7
7
  .monaco-editor .margin {
8
- background-color: var(--code-editor-background);
8
+ background-color: var(--code-editor-background,transparent);
9
9
  }
10
- }
10
+ }
@@ -65,7 +65,7 @@
65
65
  @apply rounded-md shadow-sm pt-0 focus:ring-primary-500 !important;
66
66
 
67
67
  &.focus-visible {
68
- @extend .select2-border;
68
+ @apply select2-border !important;
69
69
  }
70
70
 
71
71
  &:focus {
@@ -89,7 +89,7 @@
89
89
 
90
90
  .select2-container--open, .select2-container--focus {
91
91
  .select2-selection--single, .select2-selection--multiple {
92
- @extend .select2-border;
92
+ @apply select2-border !important;
93
93
  }
94
94
  }
95
95
 
@@ -50,7 +50,7 @@
50
50
  }
51
51
 
52
52
  .button-color {
53
- @extend .button;
53
+ @apply button;
54
54
  @apply rounded-full;
55
55
  }
56
56
 
@@ -59,7 +59,7 @@
59
59
  display: none;
60
60
  &:checked {
61
61
  & + button {
62
- @extend .button;
62
+ @apply button;
63
63
  }
64
64
  }
65
65
  }
@@ -1,6 +1,8 @@
1
- @import "tailwindcss/base";
2
- @import "tailwindcss/components";
3
- @import "tailwindcss/utilities";
1
+ /*
2
+ * This is an extra level of indirection because for some reason using @tailwind directives directly inside this file doesn't work.
3
+ * When we move to v4 we should be able to just to `@import "tailwindcss"` here.
4
+ */
5
+ @import "tailwindcss_import";
4
6
 
5
7
  @import "$ThemeStylesheetsDir/application.css"; /* alias used to support ejecting the file to local */
6
8
 
@@ -0,0 +1,3 @@
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.34.1"
4
+ VERSION = "1.35.0"
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.34.1
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
@@ -156,9 +156,7 @@ files:
156
156
  - app/assets/stylesheets/light/tailwind/utilities/billing.css
157
157
  - app/assets/stylesheets/light/tailwind/utilities/scroll-reveal.css
158
158
  - app/assets/stylesheets/light/turn.css
159
- - app/assets/stylesheets/tailwindcss/base.css
160
- - app/assets/stylesheets/tailwindcss/components.css
161
- - app/assets/stylesheets/tailwindcss/utilities.css
159
+ - app/assets/stylesheets/tailwindcss_import.css
162
160
  - app/helpers/theme_helper.rb
163
161
  - app/javascript/application.light.js
164
162
  - app/views/showcase/engine/_head.html.erb
@@ -1 +0,0 @@
1
- @tailwind base;
@@ -1 +0,0 @@
1
- @tailwind components;
@@ -1 +0,0 @@
1
- @tailwind utilities;