bullet_train 1.0.85 → 1.0.86

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: c213e551929a0653ebc08d6ac97a7c438ffa69123842c19a346bf4639f22bc1b
4
- data.tar.gz: db2d5b92aafd6157a9f6856a9394b83871636ad43bc5d7d1fac600209c772213
3
+ metadata.gz: 849a48985baf2ad6e8e2fec56d4fabaad5bf1218012ee46c3af717b6c2328a61
4
+ data.tar.gz: ca355a5d67e5caf57159e4dcf9592b375bd492d96e53783c753a75d1230c0dc7
5
5
  SHA512:
6
- metadata.gz: 07bfc1c4f89999d5d9bd188a8caecba3a6d8af8a727baaef12d952e2732f06a181a1f5a2434aee88dfafce9f4e7286b6891477273ad84de5858628cafadfc484
7
- data.tar.gz: f884952e780148f47b6589713ead7395c730ff1ecbd2f1b883176bbcc9470165272da2c16548193486750f06eb351da557d2694ba3e8098a0dd834b6b0a098df
6
+ metadata.gz: b9be5e8da59d9d4a95a03d369500ebda69b40d2344f5a73015a77cd1fc29eeafc3a5c34f39086dc8af2b647093d17f9aea84b9f8c963b168b465d96ef1d17eab
7
+ data.tar.gz: e1d61f2ab4e6836e7fdb07c9fc79a3303a1a103ca8846cf630008718b6d7b7e1b93367e6a55f9949c2c9c731d0e69602c821f3449c1a35de3346bf4c3a3f996e
@@ -32,7 +32,7 @@
32
32
  <meta property="og:url" content="<%= request.base_url + request.path %>" />
33
33
  <meta property="og:description" content="<%= description.truncate(200) %>" />
34
34
  </head>
35
- <body class="bg-light-blue-gradient text-gray-700 text-sm font-normal dark:bg-dark-blue-gradient dark:text-sealBlue-900">
35
+ <body class="bg-light-gradient text-gray-700 text-sm font-normal dark:bg-dark-gradient dark:text-darkPrimary-300">
36
36
  <div class="md:p-5">
37
37
  <div class="h-screen md:h-auto overflow-hidden md:rounded-lg flex shadow"
38
38
  data-controller="mobile-menu"
@@ -295,7 +295,7 @@
295
295
  data-transition-leave-start="translate-x-0"
296
296
  data-transition-leave-end="-translate-x-full"
297
297
 
298
- class="relative flex-1 flex flex-col max-w-xs w-full shadow-xl bg-gradient-to-b from-vividBlue-700 to-vividBlue-800 dark:from-sealBlue-200 dark:to-sealBlue-200"
298
+ class="relative flex-1 flex flex-col max-w-xs w-full pb-4 bg-dark-gradient shadow-xl"
299
299
  >
300
300
  <%= menu %>
301
301
  </div>
@@ -303,13 +303,13 @@
303
303
  </div>
304
304
  </div>
305
305
 
306
- <div class="hidden lg:flex lg:flex-shrink-0 bg-gradient-to-b from-vividBlue-700 to-vividBlue-800 dark:from-sealBlue-200 dark:to-sealBlue-200">
306
+ <div class="hidden lg:flex lg:flex-shrink-0 overflow-y-auto bg-gradient-to-b from-primary-700 to-primary-800 dark:from-darkPrimary-800 dark:to-darkPrimary-800">
307
307
  <div class="w-64">
308
308
  <%= menu %>
309
309
  </div>
310
310
  </div>
311
311
 
312
- <div class="flex flex-col w-0 flex-1 overflow-hidden bg-gray-100 dark:bg-sealBlue-200 lg:border-l dark:border-gray-500">
312
+ <div class="flex flex-col w-0 flex-1 overflow-y-auto bg-gray-100 dark:bg-darkPrimary-800 lg:border-l dark:border-gray-500">
313
313
  <main class="flex-1 relative z-0 overflow-y-auto focus:outline-none" tabindex="0">
314
314
 
315
315
  <button class="lg:hidden h-12 w-12 ml-1 flex-none inline-flex items-center justify-center rounded-md text-gray-500 hover:text-gray-900 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue"
data/docs/index.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Bullet Train Developer Documentation
2
2
 
3
- > This release of Bullet Train is still a pre-release, so please pardon the dust while we work to complete the documentation for certain topics.
3
+ > Some of the open-source Bullet Train packages are considered pre-release, so please pardon the dust while we work to complete the documentation for certain topics.
4
4
 
5
5
  ## Introduction
6
6
  - [What is Bullet Train?](https://bullettrain.co) <i class="ti ti-new-window ml-2"></i>
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.0.85"
2
+ VERSION = "1.0.86"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.85
4
+ version: 1.0.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver