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 +4 -4
- data/app/views/layouts/docs.html.erb +4 -4
- data/docs/index.md +1 -1
- data/lib/bullet_train/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 849a48985baf2ad6e8e2fec56d4fabaad5bf1218012ee46c3af717b6c2328a61
|
|
4
|
+
data.tar.gz: ca355a5d67e5caf57159e4dcf9592b375bd492d96e53783c753a75d1230c0dc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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-
|
|
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
|
|
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-
|
|
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-
|
|
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
|
-
>
|
|
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>
|
data/lib/bullet_train/version.rb
CHANGED