bullet_train-themes-custom 1.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.
Files changed (61) hide show
  1. checksums.yaml +7 -0
  2. data/.bt-link +0 -0
  3. data/MIT-LICENSE +20 -0
  4. data/README.md +28 -0
  5. data/Rakefile +8 -0
  6. data/app/assets/config/bullet_train_themes_custom_manifest.js +0 -0
  7. data/app/assets/stylesheets/custom/actiontext.css +26 -0
  8. data/app/assets/stylesheets/custom/application.css +33 -0
  9. data/app/assets/stylesheets/custom/electron.css +46 -0
  10. data/app/assets/stylesheets/custom/fields/cloudinary_image.css +58 -0
  11. data/app/assets/stylesheets/custom/fields/date_field.css +19 -0
  12. data/app/assets/stylesheets/custom/fields/index.css +5 -0
  13. data/app/assets/stylesheets/custom/fields/phone_field.css +7 -0
  14. data/app/assets/stylesheets/custom/fields/super_select.css +103 -0
  15. data/app/assets/stylesheets/custom/fields/trix_editor.css +90 -0
  16. data/app/assets/stylesheets/custom/mailer.scss +359 -0
  17. data/app/assets/stylesheets/custom/tailwind/colors.css +100 -0
  18. data/app/assets/stylesheets/custom/tailwind/components.css +151 -0
  19. data/app/assets/stylesheets/custom/tailwind/dark-mode.css +218 -0
  20. data/app/assets/stylesheets/custom/tailwind/utilities.css +49 -0
  21. data/app/assets/stylesheets/custom/turn.css +44 -0
  22. data/app/assets/stylesheets/custom.tailwind.css +5 -0
  23. data/app/assets/stylesheets/tailwindcss/base.css +1 -0
  24. data/app/assets/stylesheets/tailwindcss/components.css +1 -0
  25. data/app/assets/stylesheets/tailwindcss/utilities.css +1 -0
  26. data/app/javascript/application.custom.js +0 -0
  27. data/app/views/themes/custom/_alert.html.erb +13 -0
  28. data/app/views/themes/custom/_box.html.erb +66 -0
  29. data/app/views/themes/custom/_breadcrumb.html.erb +23 -0
  30. data/app/views/themes/custom/_cell.html.erb +41 -0
  31. data/app/views/themes/custom/_decision_line.html.erb +12 -0
  32. data/app/views/themes/custom/_line.html.erb +3 -0
  33. data/app/views/themes/custom/_notices.html.erb +15 -0
  34. data/app/views/themes/custom/_page.html.erb +12 -0
  35. data/app/views/themes/custom/_title.html.erb +18 -0
  36. data/app/views/themes/custom/attributes/_base.html.erb +30 -0
  37. data/app/views/themes/custom/attributes/_block.html.erb +9 -0
  38. data/app/views/themes/custom/breadcrumbs/_actions.html.erb +22 -0
  39. data/app/views/themes/custom/commentary/_box.html.erb +13 -0
  40. data/app/views/themes/custom/conversations/_card.html.erb +21 -0
  41. data/app/views/themes/custom/conversations/_comment.html.erb +26 -0
  42. data/app/views/themes/custom/conversations/_message.html.erb +136 -0
  43. data/app/views/themes/custom/conversations/_thread_border.html.erb +3 -0
  44. data/app/views/themes/custom/fields/_field.html.erb +81 -0
  45. data/app/views/themes/custom/forms/_errors.html.erb +14 -0
  46. data/app/views/themes/custom/layouts/_account.html.erb +138 -0
  47. data/app/views/themes/custom/layouts/_devise.html.erb +11 -0
  48. data/app/views/themes/custom/layouts/_head.html.erb +8 -0
  49. data/app/views/themes/custom/layouts/_mailer.html.erb +429 -0
  50. data/app/views/themes/custom/memberships/_photos.html.erb +18 -0
  51. data/app/views/themes/custom/menu/_heading.html.erb +3 -0
  52. data/app/views/themes/custom/menu/_item.html.erb +16 -0
  53. data/app/views/themes/custom/menu/_section.html.erb +7 -0
  54. data/app/views/themes/custom/workflow/_box.html.erb +30 -0
  55. data/config/routes.rb +2 -0
  56. data/lib/bullet_train/themes/custom/engine.rb +12 -0
  57. data/lib/bullet_train/themes/custom/version.rb +7 -0
  58. data/lib/bullet_train/themes/custom.rb +16 -0
  59. data/lib/tasks/bullet_train/themes/custom_tasks.rake +53 -0
  60. data/tailwind.custom.config.js +80 -0
  61. metadata +132 -0
metadata ADDED
@@ -0,0 +1,132 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bullet_train-themes-custom
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.0'
5
+ platform: ruby
6
+ authors:
7
+ - Gabriel Zayas
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-06-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 7.0.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 7.0.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: bullet_train-themes-tailwind_css
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: 'Bullet Train Themes: Custom'
42
+ email:
43
+ - g-zayas@hotmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - ".bt-link"
49
+ - MIT-LICENSE
50
+ - README.md
51
+ - Rakefile
52
+ - app/assets/config/bullet_train_themes_custom_manifest.js
53
+ - app/assets/stylesheets/custom.tailwind.css
54
+ - app/assets/stylesheets/custom/actiontext.css
55
+ - app/assets/stylesheets/custom/application.css
56
+ - app/assets/stylesheets/custom/electron.css
57
+ - app/assets/stylesheets/custom/fields/cloudinary_image.css
58
+ - app/assets/stylesheets/custom/fields/date_field.css
59
+ - app/assets/stylesheets/custom/fields/index.css
60
+ - app/assets/stylesheets/custom/fields/phone_field.css
61
+ - app/assets/stylesheets/custom/fields/super_select.css
62
+ - app/assets/stylesheets/custom/fields/trix_editor.css
63
+ - app/assets/stylesheets/custom/mailer.scss
64
+ - app/assets/stylesheets/custom/tailwind/colors.css
65
+ - app/assets/stylesheets/custom/tailwind/components.css
66
+ - app/assets/stylesheets/custom/tailwind/dark-mode.css
67
+ - app/assets/stylesheets/custom/tailwind/utilities.css
68
+ - app/assets/stylesheets/custom/turn.css
69
+ - app/assets/stylesheets/tailwindcss/base.css
70
+ - app/assets/stylesheets/tailwindcss/components.css
71
+ - app/assets/stylesheets/tailwindcss/utilities.css
72
+ - app/javascript/application.custom.js
73
+ - app/views/themes/custom/_alert.html.erb
74
+ - app/views/themes/custom/_box.html.erb
75
+ - app/views/themes/custom/_breadcrumb.html.erb
76
+ - app/views/themes/custom/_cell.html.erb
77
+ - app/views/themes/custom/_decision_line.html.erb
78
+ - app/views/themes/custom/_line.html.erb
79
+ - app/views/themes/custom/_notices.html.erb
80
+ - app/views/themes/custom/_page.html.erb
81
+ - app/views/themes/custom/_title.html.erb
82
+ - app/views/themes/custom/attributes/_base.html.erb
83
+ - app/views/themes/custom/attributes/_block.html.erb
84
+ - app/views/themes/custom/breadcrumbs/_actions.html.erb
85
+ - app/views/themes/custom/commentary/_box.html.erb
86
+ - app/views/themes/custom/conversations/_card.html.erb
87
+ - app/views/themes/custom/conversations/_comment.html.erb
88
+ - app/views/themes/custom/conversations/_message.html.erb
89
+ - app/views/themes/custom/conversations/_thread_border.html.erb
90
+ - app/views/themes/custom/fields/_field.html.erb
91
+ - app/views/themes/custom/forms/_errors.html.erb
92
+ - app/views/themes/custom/layouts/_account.html.erb
93
+ - app/views/themes/custom/layouts/_devise.html.erb
94
+ - app/views/themes/custom/layouts/_head.html.erb
95
+ - app/views/themes/custom/layouts/_mailer.html.erb
96
+ - app/views/themes/custom/memberships/_photos.html.erb
97
+ - app/views/themes/custom/menu/_heading.html.erb
98
+ - app/views/themes/custom/menu/_item.html.erb
99
+ - app/views/themes/custom/menu/_section.html.erb
100
+ - app/views/themes/custom/workflow/_box.html.erb
101
+ - config/routes.rb
102
+ - lib/bullet_train/themes/custom.rb
103
+ - lib/bullet_train/themes/custom/engine.rb
104
+ - lib/bullet_train/themes/custom/version.rb
105
+ - lib/tasks/bullet_train/themes/custom_tasks.rake
106
+ - tailwind.custom.config.js
107
+ homepage: https://github.com/bullet-train-co/bullet_train-themes-custom
108
+ licenses:
109
+ - MIT
110
+ metadata:
111
+ homepage_uri: https://github.com/bullet-train-co/bullet_train-themes-custom
112
+ source_code_uri: https://github.com/bullet-train-co/bullet_train-themes-custom
113
+ post_install_message:
114
+ rdoc_options: []
115
+ require_paths:
116
+ - lib
117
+ required_ruby_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '0'
122
+ required_rubygems_version: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
127
+ requirements: []
128
+ rubygems_version: 3.3.7
129
+ signing_key:
130
+ specification_version: 4
131
+ summary: 'Bullet Train Themes: Custom'
132
+ test_files: []