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 +4 -4
- data/app/assets/stylesheets/light/electron.css +1 -1
- data/app/assets/stylesheets/light/fields/code_editor.css +2 -2
- data/app/assets/stylesheets/light/fields/super_select.css +2 -2
- data/app/assets/stylesheets/light/tailwind/components.css +2 -2
- data/app/assets/stylesheets/light.tailwind.css +5 -3
- data/app/assets/stylesheets/tailwindcss_import.css +3 -0
- data/lib/bullet_train/themes/light/version.rb +1 -1
- metadata +2 -4
- data/app/assets/stylesheets/tailwindcss/base.css +0 -1
- data/app/assets/stylesheets/tailwindcss/components.css +0 -1
- data/app/assets/stylesheets/tailwindcss/utilities.css +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36c9eec939fa6e604d174a0c2170fa38b9db23da52677deabafcdc105fe80981
|
|
4
|
+
data.tar.gz: ea7986b3a5195189b14f3e187f8cae6faa23ad4ce08252d43136aafb19029d7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 {
|
|
@@ -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
|
-
@
|
|
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
|
-
@
|
|
92
|
+
@apply select2-border !important;
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
3
|
-
|
|
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
|
|
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.
|
|
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/
|
|
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;
|