activeadmin_blaze_theme 0.7.0 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +13 -0
  3. data/README.md +30 -8
  4. data/activeadmin_blaze_theme.gemspec +1 -13
  5. data/app/assets/stylesheets/activeadmin_blaze_theme/_contents.scss +1 -0
  6. data/app/assets/stylesheets/activeadmin_blaze_theme/_tables.scss +1 -1
  7. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.colors.scss +30 -0
  8. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.scss +43 -49
  9. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.addresses.scss +12 -0
  10. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss +59 -0
  11. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss +36 -0
  12. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss +60 -0
  13. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.breadcrumbs.scss +20 -0
  14. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss +49 -0
  15. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss +77 -0
  16. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss +69 -0
  17. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss +213 -0
  18. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss +14 -0
  19. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss +27 -0
  20. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss +163 -0
  21. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss +135 -0
  22. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss +31 -0
  23. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss +60 -0
  24. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss +126 -0
  25. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss +33 -0
  26. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss +42 -0
  27. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss +51 -0
  28. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss +114 -0
  29. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss +88 -0
  30. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss +72 -0
  31. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss +42 -0
  32. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss +74 -0
  33. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_components.tooltips.scss → components.tooltips.scss} +30 -28
  34. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss +47 -0
  35. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss +95 -0
  36. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/generics.global.scss +13 -0
  37. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.alerts.scss +6 -0
  38. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.badges.scss +8 -0
  39. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss +43 -82
  40. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.inputs.scss +40 -2
  41. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss +22 -0
  42. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.lists.scss +10 -0
  43. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss +29 -0
  44. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss +89 -0
  45. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.tabs.scss +5 -0
  46. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.toggles.scss +6 -0
  47. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss +25 -0
  48. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss +10 -0
  49. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss +10 -38
  50. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_settings.global.scss +864 -0
  51. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_tools.mediaqueries.scss +34 -13
  52. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.boxing.scss +125 -0
  53. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.visibility.scss +46 -6
  54. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss +29 -0
  55. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss +88 -0
  56. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.forms.scss +25 -0
  57. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.grid.responsive.scss → objects.grid.responsive.scss} +14 -14
  58. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.grid.scss → objects.grid.scss} +2 -2
  59. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.images.scss → objects.images.scss} +1 -1
  60. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.media.scss → objects.media.scss} +3 -3
  61. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss +58 -0
  62. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.panels.scss → objects.panels.scss} +11 -1
  63. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/themes/blaze.example.scss +7 -0
  64. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_utilities.alignment.scss → utilities.alignment.scss} +1 -1
  65. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss +101 -0
  66. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss +19 -0
  67. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss +25 -0
  68. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.visibility.scss +45 -0
  69. data/lib/activeadmin_blaze_theme.rb +3 -3
  70. data/lib/activeadmin_blaze_theme/version.rb +1 -1
  71. data/package.json +1 -1
  72. metadata +59 -206
  73. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.addresses.scss +0 -11
  74. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.alerts.scss +0 -78
  75. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.avatars.scss +0 -38
  76. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.back-to-top.scss +0 -17
  77. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.badges.scss +0 -71
  78. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.breadcrumbs.scss +0 -24
  79. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.buttons.scss +0 -91
  80. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.calendars.scss +0 -80
  81. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.cards.scss +0 -195
  82. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.divider.scss +0 -39
  83. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.file-upload.scss +0 -24
  84. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.github-buttons.scss +0 -131
  85. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.headings.scss +0 -12
  86. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.hints.scss +0 -21
  87. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.input-groups.scss +0 -164
  88. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.inputs.scss +0 -128
  89. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.links.scss +0 -72
  90. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.lists.scss +0 -64
  91. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.navs.scss +0 -83
  92. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.overlays.scss +0 -23
  93. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.pagination.scss +0 -31
  94. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.progress.scss +0 -83
  95. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.ranges.scss +0 -176
  96. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tables.scss +0 -86
  97. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tabs.scss +0 -68
  98. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tags.scss +0 -39
  99. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.timelines.scss +0 -113
  100. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.toggles.scss +0 -89
  101. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.trees.scss +0 -48
  102. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_generics.global.scss +0 -17
  103. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.containers.scss +0 -37
  104. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.drawers.scss +0 -91
  105. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.forms.scss +0 -25
  106. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.modals.scss +0 -70
  107. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.boxing.scss +0 -111
  108. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.elevation.scss +0 -17
  109. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.radius.scss +0 -11
  110. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.sizes.scss +0 -23
  111. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.typography.scss +0 -160
  112. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.visibility.scss +0 -54
  113. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_variables.scss +0 -93
  114. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.states.scss +0 -7
@@ -1,5 +1,5 @@
1
- @import 'mixins/tools.mediaqueries';
2
- @import 'mixins/objects.grid';
1
+ @import "mixins/tools.mediaqueries";
2
+ @import "mixins/objects.grid";
3
3
 
4
4
  .o-grid {
5
5
  @include grid;
@@ -1,5 +1,5 @@
1
1
  .o-image {
2
2
  display: block;
3
- width: 100%;
3
+ max-width: 100%;
4
4
  height: auto;
5
5
  }
@@ -1,4 +1,4 @@
1
- @import 'mixins/objects.grid';
1
+ @import "mixins/objects.grid";
2
2
 
3
3
  .o-media {
4
4
  @include grid;
@@ -28,9 +28,9 @@
28
28
 
29
29
  .o-media__image {
30
30
  @include grid__cell--width-fixed;
31
- width: 3em;
31
+ width: $media-image-width;
32
32
  }
33
33
 
34
34
  .o-media__body {
35
- margin-left: var(--spacing-small);
35
+ margin-left: $media-body-margin-left;
36
36
  }
@@ -0,0 +1,58 @@
1
+ @import "mixins/settings.global";
2
+ @import "mixins/objects.grid";
3
+ @import "mixins/utilities.alignment";
4
+
5
+ .o-modal {
6
+ display: block;
7
+ position: fixed;
8
+ top: 50%;
9
+ left: 50%;
10
+ width: $modal-width;
11
+ transform: translate(-50%, -50%);
12
+ border: $modal-border;
13
+ border-radius: $modal-border-radius;
14
+ background-color: $modal-background-color;
15
+ overflow: hidden;
16
+ z-index: $modal-z-index;
17
+
18
+ .c-card {
19
+ background-color: transparent;
20
+ box-shadow: none;
21
+ }
22
+
23
+ .c-card__body {
24
+ position: relative;
25
+ }
26
+ }
27
+
28
+ .o-modal--ghost {
29
+ background-color: $modal-ghost-background-color;
30
+ color: $modal-ghost-color;
31
+
32
+ .c-heading {
33
+ color: $modal-ghost-heading-color;
34
+ }
35
+ }
36
+
37
+ .o-modal--full {
38
+ top: 1em;
39
+ left: 1em;
40
+ width: calc(100% - 2em);
41
+ height: calc(100% - 2em);
42
+ transform: none;
43
+
44
+ .c-card__body {
45
+ position: absolute;
46
+ top: 2.5em;
47
+ bottom: 3.5em;
48
+ width: 100%;
49
+ overflow-x: hidden;
50
+ overflow-y: auto;
51
+ }
52
+
53
+ .c-card__footer {
54
+ position: absolute;
55
+ bottom: 0;
56
+ width: 100%;
57
+ }
58
+ }
@@ -1,3 +1,5 @@
1
+ @import "mixins/settings.global";
2
+
1
3
  .o-panel-container {
2
4
  position: relative;
3
5
  }
@@ -12,6 +14,14 @@
12
14
  -webkit-overflow-scrolling: touch;
13
15
  }
14
16
 
17
+ .o-panel--nav-top {
18
+ top: $panel-nav-top;
19
+ }
20
+
21
+ .o-panel--nav-bottom {
22
+ bottom: $panel-nav-bottom;
23
+ }
24
+
15
25
  .c-card__body .o-panel {
16
- padding: var(--spacing-small);
26
+ padding: $card-item-padding;
17
27
  }
@@ -0,0 +1,7 @@
1
+ $border-radius: 0;
2
+ // ... add more variables here ...
3
+
4
+ @import "../mixins/settings.global";
5
+ @import "../blaze";
6
+
7
+ // ... add class overrides here ...
@@ -1,4 +1,4 @@
1
- @import 'mixins/utilities.alignment';
1
+ @import "mixins/utilities.alignment";
2
2
 
3
3
  .u-centered {
4
4
  @include centered;
@@ -0,0 +1,101 @@
1
+ @import "mixins/utilities.boxing";
2
+
3
+ .u-no-overflow {
4
+ @include no-overflow;
5
+ }
6
+
7
+ .u-letter-box--super {
8
+ @include letter-box--super;
9
+ }
10
+
11
+ .u-letter-box--xlarge {
12
+ @include letter-box--xlarge;
13
+ }
14
+
15
+ .u-letter-box--large {
16
+ @include letter-box--large;
17
+ }
18
+
19
+ .u-letter-box--medium {
20
+ @include letter-box--medium;
21
+ }
22
+
23
+ .u-letter-box--small {
24
+ @include letter-box--small;
25
+ }
26
+
27
+ .u-letter-box--xsmall {
28
+ @include letter-box--xsmall;
29
+ }
30
+
31
+ .u-letter-box--tiny {
32
+ @include letter-box--tiny;
33
+ }
34
+
35
+ .u-letter-box--none {
36
+ @include letter-box--none;
37
+ }
38
+
39
+ .u-pillar-box--super {
40
+ @include pillar-box--super;
41
+ }
42
+
43
+ .u-pillar-box--xlarge {
44
+ @include pillar-box--xlarge;
45
+ }
46
+
47
+ .u-pillar-box--large {
48
+ @include pillar-box--large;
49
+ }
50
+
51
+ .u-pillar-box--medium {
52
+ @include pillar-box--medium;
53
+ }
54
+
55
+ .u-pillar-box--small {
56
+ @include pillar-box--small;
57
+ }
58
+
59
+ .u-pillar-box--xsmall {
60
+ @include pillar-box--xsmall;
61
+ }
62
+
63
+ .u-pillar-box--tiny {
64
+ @include pillar-box--tiny;
65
+ }
66
+
67
+ .u-pillar-box--none {
68
+ @include pillar-box--none;
69
+ }
70
+
71
+ .u-window-box--super {
72
+ @include window-box--super;
73
+ }
74
+
75
+ .u-window-box--xlarge {
76
+ @include window-box--xlarge;
77
+ }
78
+
79
+ .u-window-box--large {
80
+ @include window-box--large;
81
+ }
82
+
83
+ .u-window-box--medium {
84
+ @include window-box--medium;
85
+ }
86
+
87
+ .u-window-box--small {
88
+ @include window-box--small;
89
+ }
90
+
91
+ .u-window-box--xsmall {
92
+ @include window-box--xsmall;
93
+ }
94
+
95
+ .u-window-box--tiny {
96
+ @include window-box--tiny;
97
+ }
98
+
99
+ .u-window-box--none {
100
+ @include window-box--none;
101
+ }
@@ -0,0 +1,19 @@
1
+ @import "mixins/settings.global";
2
+
3
+ .u-high,
4
+ .u-higher,
5
+ .u-highest {
6
+ border: 0;
7
+ }
8
+
9
+ .u-high {
10
+ box-shadow: $box-shadow-high;
11
+ }
12
+
13
+ .u-higher {
14
+ box-shadow: $box-shadow-higher;
15
+ }
16
+
17
+ .u-highest {
18
+ box-shadow: $box-shadow-highest;
19
+ }
@@ -0,0 +1,25 @@
1
+ @import "mixins/settings.global";
2
+
3
+ .u-super {
4
+ font-size: $text-font-size-super;
5
+ }
6
+
7
+ .u-xlarge {
8
+ font-size: $text-font-size-xlarge;
9
+ }
10
+
11
+ .u-large {
12
+ font-size: $text-font-size-large;
13
+ }
14
+
15
+ .u-medium {
16
+ font-size: $text-font-size-medium;
17
+ }
18
+
19
+ .u-small {
20
+ font-size: $text-font-size-small;
21
+ }
22
+
23
+ .u-xsmall {
24
+ font-size: $text-font-size-xsmall;
25
+ }
@@ -0,0 +1,45 @@
1
+ @import "mixins/utilities.visibility";
2
+
3
+ .u-visible {
4
+ @include visible;
5
+ }
6
+
7
+ .u-invisible {
8
+ @include invisible;
9
+ }
10
+
11
+ .u-display-none {
12
+ @include display-none;
13
+ }
14
+
15
+ .u-display-initial {
16
+ @include display-initial;
17
+ }
18
+
19
+ .u-display-inline {
20
+ @include display-inline;
21
+ }
22
+
23
+ .u-display-inline-block {
24
+ @include display-inline-block;
25
+ }
26
+
27
+ .u-display-block {
28
+ @include display-block;
29
+ }
30
+
31
+ .u-display-table {
32
+ @include display-table;
33
+ }
34
+
35
+ .u-display-table-cell {
36
+ @include display-table-cell;
37
+ }
38
+
39
+ .u-display-flex {
40
+ @include display-flex;
41
+ }
42
+
43
+ .u-display-inline-flex {
44
+ @include display-inline-flex;
45
+ }
@@ -18,13 +18,13 @@ ActiveAdmin::Views::IndexAsTable::IndexTableFor::TableActions.class_eval do
18
18
  cl = args[2][:class]
19
19
  if cl.include? 'view_link'
20
20
  args[0] = '<span class="icon-eye"></span> '.html_safe + args[0]
21
- args[2][:class] += ' c-button c-button--ghost-info u-xsmall'
21
+ args[2][:class] += ' c-button c-button--info u-xsmall'
22
22
  elsif cl.include? 'edit_link'
23
23
  args[0] = '<span class="icon-pencil"></span> '.html_safe + args[0]
24
- args[2][:class] += ' c-button c-button--ghost-info u-xsmall'
24
+ args[2][:class] += ' c-button c-button--info u-xsmall'
25
25
  elsif cl.include? 'delete_link'
26
26
  args[0] = '<span class="icon-bin"></span> '.html_safe + args[0]
27
- args[2][:class] += ' c-button c-button--ghost-error u-xsmall'
27
+ args[2][:class] += ' c-button c-button--error u-xsmall'
28
28
  end
29
29
  text_node link_to(*args)
30
30
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveAdminBlazeTheme
4
- VERSION = '0.7.0'
4
+ VERSION = '0.7.4'
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "activeadmin_blaze_theme",
3
- "version": "0.7.0",
3
+ "version": "0.7.4",
4
4
  "description": "A theme for Active Admin using Blaze CSS",
5
5
  "author": "Mattia Roccoberton <mat@blocknot.es>",
6
6
  "license": "MIT",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_blaze_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Roccoberton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-10 00:00:00.000000000 Z
11
+ date: 2021-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -24,161 +24,7 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
- - !ruby/object:Gem::Dependency
28
- name: activestorage
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '6.0'
34
- type: :development
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '6.0'
41
- - !ruby/object:Gem::Dependency
42
- name: capybara
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: '3.33'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: '3.33'
55
- - !ruby/object:Gem::Dependency
56
- name: pry
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '0.13'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - "~>"
67
- - !ruby/object:Gem::Version
68
- version: '0.13'
69
- - !ruby/object:Gem::Dependency
70
- name: puma
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - "~>"
74
- - !ruby/object:Gem::Version
75
- version: '4.3'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - "~>"
81
- - !ruby/object:Gem::Version
82
- version: '4.3'
83
- - !ruby/object:Gem::Dependency
84
- name: rspec_junit_formatter
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: '0.4'
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - "~>"
95
- - !ruby/object:Gem::Version
96
- version: '0.4'
97
- - !ruby/object:Gem::Dependency
98
- name: rspec-rails
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '4.0'
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - "~>"
109
- - !ruby/object:Gem::Version
110
- version: '4.0'
111
- - !ruby/object:Gem::Dependency
112
- name: rubocop
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - "~>"
116
- - !ruby/object:Gem::Version
117
- version: '0.90'
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - "~>"
123
- - !ruby/object:Gem::Version
124
- version: '0.90'
125
- - !ruby/object:Gem::Dependency
126
- name: sassc
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - "~>"
130
- - !ruby/object:Gem::Version
131
- version: '2.4'
132
- type: :development
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - "~>"
137
- - !ruby/object:Gem::Version
138
- version: '2.4'
139
- - !ruby/object:Gem::Dependency
140
- name: selenium-webdriver
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - "~>"
144
- - !ruby/object:Gem::Version
145
- version: '3.142'
146
- type: :development
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - "~>"
151
- - !ruby/object:Gem::Version
152
- version: '3.142'
153
- - !ruby/object:Gem::Dependency
154
- name: sprockets-rails
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - "~>"
158
- - !ruby/object:Gem::Version
159
- version: '3.2'
160
- type: :development
161
- prerelease: false
162
- version_requirements: !ruby/object:Gem::Requirement
163
- requirements:
164
- - - "~>"
165
- - !ruby/object:Gem::Version
166
- version: '3.2'
167
- - !ruby/object:Gem::Dependency
168
- name: sqlite3
169
- requirement: !ruby/object:Gem::Requirement
170
- requirements:
171
- - - "~>"
172
- - !ruby/object:Gem::Version
173
- version: '1.4'
174
- type: :development
175
- prerelease: false
176
- version_requirements: !ruby/object:Gem::Requirement
177
- requirements:
178
- - - "~>"
179
- - !ruby/object:Gem::Version
180
- version: '1.4'
181
- description: An ActiveAdmin theme which use Blaze CSS UI toolkit
27
+ description: An ActiveAdmin theme based on Blaze CSS UI toolkit
182
28
  email:
183
29
  - mat@blocknot.es
184
30
  executables:
@@ -211,62 +57,69 @@ files:
211
57
  - app/assets/stylesheets/activeadmin_blaze_theme/_sidebars.scss
212
58
  - app/assets/stylesheets/activeadmin_blaze_theme/_tables.scss
213
59
  - app/assets/stylesheets/activeadmin_blaze_theme/_variables.scss
214
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.addresses.scss
215
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.alerts.scss
216
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.avatars.scss
217
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.back-to-top.scss
218
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.badges.scss
219
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.breadcrumbs.scss
220
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.buttons.scss
221
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.calendars.scss
222
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.cards.scss
223
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.divider.scss
224
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.file-upload.scss
225
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.github-buttons.scss
226
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.headings.scss
227
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.hints.scss
228
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.input-groups.scss
229
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.inputs.scss
230
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.links.scss
231
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.lists.scss
232
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.navs.scss
233
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.overlays.scss
234
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.pagination.scss
235
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.progress.scss
236
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.ranges.scss
237
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tables.scss
238
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tabs.scss
239
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tags.scss
240
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.timelines.scss
241
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.toggles.scss
242
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tooltips.scss
243
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.trees.scss
244
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_generics.global.scss
245
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.containers.scss
246
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.drawers.scss
247
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.forms.scss
248
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.grid.responsive.scss
249
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.grid.scss
250
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.images.scss
251
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.media.scss
252
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.modals.scss
253
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.panels.scss
254
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.alignment.scss
255
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.boxing.scss
256
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.elevation.scss
257
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.radius.scss
258
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.sizes.scss
259
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.typography.scss
260
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.visibility.scss
261
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/_variables.scss
60
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.colors.scss
262
61
  - app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.scss
62
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.addresses.scss
63
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss
64
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss
65
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss
66
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.breadcrumbs.scss
67
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss
68
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss
69
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss
70
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss
71
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss
72
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
73
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss
74
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss
75
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss
76
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss
77
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss
78
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss
79
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss
80
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss
81
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss
82
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss
83
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss
84
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss
85
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss
86
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss
87
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
88
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss
89
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/generics.global.scss
90
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.alerts.scss
91
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.badges.scss
263
92
  - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss
264
93
  - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.inputs.scss
94
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss
95
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.lists.scss
96
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss
97
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss
98
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.tabs.scss
99
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.toggles.scss
100
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
101
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss
265
102
  - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss
103
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_settings.global.scss
266
104
  - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_tools.mediaqueries.scss
267
105
  - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.alignment.scss
268
- - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.states.scss
106
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.boxing.scss
269
107
  - app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.visibility.scss
108
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss
109
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss
110
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.forms.scss
111
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss
112
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss
113
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.images.scss
114
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.media.scss
115
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss
116
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.panels.scss
117
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/themes/blaze.example.scss
118
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.alignment.scss
119
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss
120
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss
121
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss
122
+ - app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.visibility.scss
270
123
  - app/assets/stylesheets/activeadmin_blaze_theme/icomoon.scss
271
124
  - app/assets/stylesheets/activeadmin_blaze_theme/theme.scss
272
125
  - bin/rails