bullet_train-themes-testing 1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.bt-link +0 -0
- data/MIT-LICENSE +20 -0
- data/README.md +28 -0
- data/Rakefile +8 -0
- data/app/assets/config/bullet_train_themes_testing_manifest.js +0 -0
- data/app/assets/stylesheets/tailwindcss/base.css +1 -0
- data/app/assets/stylesheets/tailwindcss/components.css +1 -0
- data/app/assets/stylesheets/tailwindcss/utilities.css +1 -0
- data/app/assets/stylesheets/testing/actiontext.css +26 -0
- data/app/assets/stylesheets/testing/application.css +33 -0
- data/app/assets/stylesheets/testing/electron.css +46 -0
- data/app/assets/stylesheets/testing/fields/cloudinary_image.css +58 -0
- data/app/assets/stylesheets/testing/fields/date_field.css +19 -0
- data/app/assets/stylesheets/testing/fields/index.css +5 -0
- data/app/assets/stylesheets/testing/fields/phone_field.css +7 -0
- data/app/assets/stylesheets/testing/fields/super_select.css +103 -0
- data/app/assets/stylesheets/testing/fields/trix_editor.css +90 -0
- data/app/assets/stylesheets/testing/mailer.scss +359 -0
- data/app/assets/stylesheets/testing/tailwind/colors.css +100 -0
- data/app/assets/stylesheets/testing/tailwind/components.css +151 -0
- data/app/assets/stylesheets/testing/tailwind/dark-mode.css +218 -0
- data/app/assets/stylesheets/testing/tailwind/utilities.css +49 -0
- data/app/assets/stylesheets/testing/turn.css +44 -0
- data/app/assets/stylesheets/testing.tailwind.css +5 -0
- data/app/javascript/application.testing.js +0 -0
- data/app/views/themes/testing/_alert.html.erb +13 -0
- data/app/views/themes/testing/_box.html.erb +66 -0
- data/app/views/themes/testing/_breadcrumb.html.erb +23 -0
- data/app/views/themes/testing/_cell.html.erb +41 -0
- data/app/views/themes/testing/_decision_line.html.erb +12 -0
- data/app/views/themes/testing/_line.html.erb +3 -0
- data/app/views/themes/testing/_notices.html.erb +15 -0
- data/app/views/themes/testing/_page.html.erb +12 -0
- data/app/views/themes/testing/_title.html.erb +18 -0
- data/app/views/themes/testing/attributes/_base.html.erb +30 -0
- data/app/views/themes/testing/attributes/_block.html.erb +9 -0
- data/app/views/themes/testing/breadcrumbs/_actions.html.erb +22 -0
- data/app/views/themes/testing/commentary/_box.html.erb +13 -0
- data/app/views/themes/testing/conversations/_card.html.erb +21 -0
- data/app/views/themes/testing/conversations/_comment.html.erb +26 -0
- data/app/views/themes/testing/conversations/_message.html.erb +136 -0
- data/app/views/themes/testing/conversations/_thread_border.html.erb +3 -0
- data/app/views/themes/testing/fields/_field.html.erb +81 -0
- data/app/views/themes/testing/forms/_errors.html.erb +14 -0
- data/app/views/themes/testing/layouts/_account.html.erb +138 -0
- data/app/views/themes/testing/layouts/_devise.html.erb +11 -0
- data/app/views/themes/testing/layouts/_head.html.erb +8 -0
- data/app/views/themes/testing/layouts/_mailer.html.erb +429 -0
- data/app/views/themes/testing/memberships/_photos.html.erb +18 -0
- data/app/views/themes/testing/menu/_heading.html.erb +3 -0
- data/app/views/themes/testing/menu/_item.html.erb +16 -0
- data/app/views/themes/testing/menu/_section.html.erb +7 -0
- data/app/views/themes/testing/workflow/_box.html.erb +30 -0
- data/config/routes.rb +2 -0
- data/lib/bullet_train/themes/testing/engine.rb +12 -0
- data/lib/bullet_train/themes/testing/version.rb +7 -0
- data/lib/bullet_train/themes/testing.rb +16 -0
- data/lib/tasks/bullet_train/themes/testing_tasks.rake +53 -0
- data/tailwind.testing.config.js +80 -0
- metadata +132 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1ae311a06d742f8cc060b4e0443f84dc459c25aeae1389ab4de536f4d5208202
|
4
|
+
data.tar.gz: d549010bac6b7ca30891518fe7ac6318dfdedaaf2f051e6ae00c72dd38a00e57
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 2b401181655cc8713ffd4df8e8aaf2ca5f8c78e78389eba0da58e5756b12b867f94efe60505045c55e6a0e9a387f8d0288a6148cf40dd9bbb6e4d95defb4ca4e
|
7
|
+
data.tar.gz: d127f827658e8d6946782a15c5124e45e47c3822125211c2d7010f76a7d51a3565a3487cd54e4a4e10eb433529ded153194e7229fec4fc14885b015a5f024a1b
|
data/.bt-link
ADDED
File without changes
|
data/MIT-LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright 2022 Bullet Train, Inc.
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
# BulletTrain::Themes::Testing
|
2
|
+
Short description and motivation.
|
3
|
+
|
4
|
+
## Usage
|
5
|
+
How to use my plugin.
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
Add this line to your application's Gemfile:
|
9
|
+
|
10
|
+
```ruby
|
11
|
+
gem "bullet_train-themes-testing"
|
12
|
+
```
|
13
|
+
|
14
|
+
And then execute:
|
15
|
+
```bash
|
16
|
+
$ bundle
|
17
|
+
```
|
18
|
+
|
19
|
+
Or install it yourself as:
|
20
|
+
```bash
|
21
|
+
$ gem install bullet_train-themes-testing
|
22
|
+
```
|
23
|
+
|
24
|
+
## Contributing
|
25
|
+
Contribution directions go here.
|
26
|
+
|
27
|
+
## License
|
28
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/Rakefile
ADDED
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
@tailwind base;
|
@@ -0,0 +1 @@
|
|
1
|
+
@tailwind components;
|
@@ -0,0 +1 @@
|
|
1
|
+
@tailwind utilities;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
.trix-content {
|
2
|
+
.attachment-gallery {
|
3
|
+
> action-text-attachment,
|
4
|
+
> .attachment {
|
5
|
+
flex: 1 0 33%;
|
6
|
+
padding: 0 0.5em;
|
7
|
+
max-width: 33%;
|
8
|
+
}
|
9
|
+
|
10
|
+
&.attachment-gallery--2,
|
11
|
+
&.attachment-gallery--4 {
|
12
|
+
> action-text-attachment,
|
13
|
+
> .attachment {
|
14
|
+
flex-basis: 50%;
|
15
|
+
max-width: 50%;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
}
|
19
|
+
|
20
|
+
action-text-attachment {
|
21
|
+
.attachment {
|
22
|
+
padding: 0 !important;
|
23
|
+
max-width: 100% !important;
|
24
|
+
}
|
25
|
+
}
|
26
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
@import "./tailwind/components";
|
2
|
+
@import "./tailwind/utilities";
|
3
|
+
@import "./tailwind/dark-mode";
|
4
|
+
@import "./tailwind/colors";
|
5
|
+
|
6
|
+
@import "./electron";
|
7
|
+
@import './fields';
|
8
|
+
@import './turn';
|
9
|
+
|
10
|
+
/* TODO there is probably a better way to do this. */
|
11
|
+
.hover-indent-child {
|
12
|
+
.indent-child {
|
13
|
+
transition: transform 0.2s ease;
|
14
|
+
}
|
15
|
+
&:hover {
|
16
|
+
.indent-child {
|
17
|
+
transform:translateX(8px);
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|
21
|
+
|
22
|
+
form.button_to {
|
23
|
+
@apply inline-block;
|
24
|
+
input[type=submit] {
|
25
|
+
@apply bg-transparent;
|
26
|
+
&.button {
|
27
|
+
@apply bg-primary-500 hover:bg-primary-600;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
/* hide the first breadcrumb chevron */
|
33
|
+
ol.breadcrumb li:first-child svg { display: none; }
|
@@ -0,0 +1,46 @@
|
|
1
|
+
/* Import Electron utilities shared across all Tailwind-based themes. */
|
2
|
+
/* @import "../tailwind/electron.scss"; */
|
3
|
+
|
4
|
+
.electron, .todesktop {
|
5
|
+
|
6
|
+
a {
|
7
|
+
outline-color: var(--tw-ring-color);
|
8
|
+
--tw-ring-color: rgba(3, 98, 198, var(--tw-ring-opacity));
|
9
|
+
--tw-ring-opacity: 1;
|
10
|
+
}
|
11
|
+
|
12
|
+
.electron-mobile-only {
|
13
|
+
@apply block lg:hidden;
|
14
|
+
}
|
15
|
+
|
16
|
+
.electron-title-bar {
|
17
|
+
/* override `md:rounded-lg` */
|
18
|
+
border-top-left-radius: 0;
|
19
|
+
|
20
|
+
/* hide logo because it doesn't fit into the ui well. */
|
21
|
+
img { display: none; }
|
22
|
+
|
23
|
+
min-height: 36px;
|
24
|
+
}
|
25
|
+
|
26
|
+
.main-container-padding {
|
27
|
+
padding: 0;
|
28
|
+
}
|
29
|
+
|
30
|
+
.main-container {
|
31
|
+
/* override `md:rounded-lg` */
|
32
|
+
border-top-right-radius: 0;
|
33
|
+
border-top-left-radius: 0;
|
34
|
+
border-bottom-right-radius: 0;
|
35
|
+
border-bottom-left-radius: 0;
|
36
|
+
|
37
|
+
/* override `md:h-auto` */
|
38
|
+
height: 100vh;
|
39
|
+
}
|
40
|
+
|
41
|
+
/* hide profiler results because they don't fit into the ui well. */
|
42
|
+
.profiler-results { display: none; }
|
43
|
+
|
44
|
+
/* touch up the padding of the breadcrumbs. */
|
45
|
+
ol.breadcrumb { padding-top: 3px; }
|
46
|
+
}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
.cloudinary-field {
|
2
|
+
button.upload {
|
3
|
+
margin: 0;
|
4
|
+
border-radius: 4px;
|
5
|
+
padding: 0;
|
6
|
+
border: 2px solid #dde2ec;
|
7
|
+
background: transparent;
|
8
|
+
position: relative;
|
9
|
+
min-height: 50px;
|
10
|
+
min-width: 50px;
|
11
|
+
&:not(.present) {
|
12
|
+
min-height: 100px;
|
13
|
+
min-width: 100px;
|
14
|
+
}
|
15
|
+
i {
|
16
|
+
display: block;
|
17
|
+
text-align: center;
|
18
|
+
vertical-align: middle;
|
19
|
+
position: absolute;
|
20
|
+
line-height: 50px;
|
21
|
+
width: 50px;
|
22
|
+
height: 50px;
|
23
|
+
margin-left: -25px;
|
24
|
+
margin-top: -25px;
|
25
|
+
top: 50%;
|
26
|
+
left: 50%;
|
27
|
+
font-size: 32px;
|
28
|
+
color: #dde2ec;
|
29
|
+
}
|
30
|
+
& + button.clear {
|
31
|
+
display: none;
|
32
|
+
font-size: 32px;
|
33
|
+
color: #dde2ec;
|
34
|
+
background: transparent;
|
35
|
+
border: 0;
|
36
|
+
vertical-align: -7px;
|
37
|
+
&:focus, &:active {
|
38
|
+
i {
|
39
|
+
color: var(--primary-500);
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
&.present {
|
44
|
+
i {
|
45
|
+
display: none;
|
46
|
+
}
|
47
|
+
& + button.clear {
|
48
|
+
display: inline;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
&:focus, &:active {
|
52
|
+
border-color: var(--primary-500);
|
53
|
+
i {
|
54
|
+
color: var(--primary-500);
|
55
|
+
}
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
@layer components {
|
2
|
+
.date-input {
|
3
|
+
.single-daterange {
|
4
|
+
@apply rounded-md shadow-sm focus:ring-primary-500 focus:border-primary-500 font-light text-sm;
|
5
|
+
}
|
6
|
+
}
|
7
|
+
|
8
|
+
.daterangepicker {
|
9
|
+
.hourselect, .minuteselect, .ampmselect {
|
10
|
+
@apply rounded-md shadow-sm focus:ring-primary-500 font-light;
|
11
|
+
@apply border-gray-300 focus:border-primary-500 bg-white !important;
|
12
|
+
text-align-last: center;
|
13
|
+
}
|
14
|
+
|
15
|
+
.calendar-table .active {
|
16
|
+
@apply bg-primary-500 !important;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,103 @@
|
|
1
|
+
.select2-container--default {
|
2
|
+
.select2-selection--single,
|
3
|
+
.select2-selection--multiple {
|
4
|
+
@apply border-gray-300;
|
5
|
+
}
|
6
|
+
}
|
7
|
+
|
8
|
+
.select2-selection.select2-selection--single {
|
9
|
+
min-height: 37px;
|
10
|
+
.select2-selection__rendered {
|
11
|
+
padding-left: 12px;
|
12
|
+
min-height: 34px;
|
13
|
+
line-height: 34px;
|
14
|
+
}
|
15
|
+
.select2-selection__arrow {
|
16
|
+
padding-top: 35px;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
|
20
|
+
.select2-container .select2-search--inline .select2-search__field {
|
21
|
+
font-weight: 300;
|
22
|
+
margin-top: 6px;
|
23
|
+
}
|
24
|
+
|
25
|
+
.select2 {
|
26
|
+
display: block;
|
27
|
+
img {
|
28
|
+
display: none;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
.select2-results {
|
33
|
+
img {
|
34
|
+
height: 30px;
|
35
|
+
width: 30px;
|
36
|
+
border-radius: 15px;
|
37
|
+
margin-right: 8px;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
@layer components {
|
42
|
+
.select2-container {
|
43
|
+
@apply w-full;
|
44
|
+
}
|
45
|
+
|
46
|
+
.select2-border {
|
47
|
+
@apply border-primary-500 !important;
|
48
|
+
box-shadow: inset 0 0 0 1px var(--primary-500) !important;
|
49
|
+
outline: 0 !important;
|
50
|
+
}
|
51
|
+
|
52
|
+
.select2-selection--single, .select2-selection--multiple {
|
53
|
+
@apply border-gray-300;
|
54
|
+
@apply rounded-md shadow-sm pt-0 focus:ring-primary-500 !important;
|
55
|
+
height: 38px !important;
|
56
|
+
|
57
|
+
&.focus-visible {
|
58
|
+
@extend .select2-border;
|
59
|
+
}
|
60
|
+
|
61
|
+
&:focus {
|
62
|
+
outline: 0 !important;
|
63
|
+
}
|
64
|
+
|
65
|
+
.select2-selection__arrow {
|
66
|
+
height: 34px !important;
|
67
|
+
}
|
68
|
+
|
69
|
+
.select2-selection__rendered {
|
70
|
+
@apply text-gray-500 pl-3 !important;
|
71
|
+
line-height: 35px !important;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
.select2-selection--multiple .select2-selection__choice {
|
76
|
+
margin-top: 6px !important;
|
77
|
+
line-height: 22px !important;
|
78
|
+
}
|
79
|
+
|
80
|
+
.select2-container--open, .select2-container--focus {
|
81
|
+
.select2-selection--single, .select2-selection--multiple {
|
82
|
+
@extend .select2-border;
|
83
|
+
}
|
84
|
+
}
|
85
|
+
|
86
|
+
.select2-container .select2-dropdown {
|
87
|
+
@apply border-2 border-gray-300 shadow-sm overflow-hidden !important;
|
88
|
+
border-color: #5897fb !important;
|
89
|
+
}
|
90
|
+
|
91
|
+
.select2-container--default .select2-results__option[aria-selected=true] {
|
92
|
+
@apply text-white bg-primary-500 !important;
|
93
|
+
}
|
94
|
+
|
95
|
+
.select2-search__field {
|
96
|
+
@apply rounded-md;
|
97
|
+
@apply border-gray-300 !important;
|
98
|
+
|
99
|
+
&:focus {
|
100
|
+
border-color: #5897fb !important;
|
101
|
+
}
|
102
|
+
}
|
103
|
+
}
|
@@ -0,0 +1,90 @@
|
|
1
|
+
@import "../actiontext";
|
2
|
+
|
3
|
+
/* don't show the editor tool bar unless the user is editing the field. */
|
4
|
+
/* see https://github.com/basecamp/trix/issues/343 and `app/assets/javascripts/account/fields.js` */
|
5
|
+
trix-toolbar {
|
6
|
+
opacity: 0.15;
|
7
|
+
&.visible {
|
8
|
+
opacity: 1;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
|
12
|
+
a[href^="bullettrain://"], span.tribute-reference {
|
13
|
+
border-radius: 4px;
|
14
|
+
display: inline-block;
|
15
|
+
box-sizing: border-box;
|
16
|
+
padding: 0 4px;
|
17
|
+
margin: -1px 0;
|
18
|
+
color: #3E4B5B;
|
19
|
+
line-height: 17px;
|
20
|
+
text-decoration: none;
|
21
|
+
background-color: #ebe2ff;
|
22
|
+
border: 1px solid #7147d2;
|
23
|
+
}
|
24
|
+
|
25
|
+
a[href^="bullettrain://users"], a[href^="bullettrain://teams"], span.tribute-users-reference, span.tribute-teams-reference {
|
26
|
+
background-color: #e2ebff;
|
27
|
+
border: 1px solid #4771d2;
|
28
|
+
}
|
29
|
+
|
30
|
+
.tribute-container {
|
31
|
+
ul {
|
32
|
+
border-radius: 5px;
|
33
|
+
overflow: hidden;
|
34
|
+
box-sizing: border-box;
|
35
|
+
border: 2px solid var(--primary-500);
|
36
|
+
background: white;
|
37
|
+
list-style: none;
|
38
|
+
padding: 0;
|
39
|
+
&:empty {
|
40
|
+
display: none;
|
41
|
+
}
|
42
|
+
li {
|
43
|
+
@apply flex items-center;
|
44
|
+
|
45
|
+
span {
|
46
|
+
font-weight: normal;
|
47
|
+
}
|
48
|
+
&.highlight {
|
49
|
+
background-color: #5897fb;
|
50
|
+
color: white;
|
51
|
+
}
|
52
|
+
padding: 5px 10px;
|
53
|
+
img {
|
54
|
+
height: 30px;
|
55
|
+
width: 30px;
|
56
|
+
border-radius: 15px;
|
57
|
+
margin-right: 5px;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
63
|
+
trix-editor [data-trix-cursor-target] {
|
64
|
+
display: none !important;
|
65
|
+
height: 0 !important;
|
66
|
+
width: 0 !important;
|
67
|
+
/* background-color: red; */
|
68
|
+
}
|
69
|
+
|
70
|
+
.trix-editor {
|
71
|
+
* {
|
72
|
+
box-sizing: border-box;
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
trix-editor {
|
77
|
+
padding-right: 0.75rem;
|
78
|
+
padding-left: 0.75rem;
|
79
|
+
@apply shadow-sm border-gray-300 font-light rounded-md;
|
80
|
+
&:focus, &:active {
|
81
|
+
border-color: var(--primary-500);
|
82
|
+
box-shadow: inset 0 0 0 1px var(--primary-500);
|
83
|
+
}
|
84
|
+
}
|
85
|
+
|
86
|
+
.trix-hide-toolbar {
|
87
|
+
trix-toolbar {
|
88
|
+
display: none !important;
|
89
|
+
}
|
90
|
+
}
|