activeadmin_dark_color_scheme 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab6fc411f7d00e03241e614993314d88b32fee59aae9e5ca74c5652cf2cdd9f9
4
- data.tar.gz: 65443e8a2ea56ad2e01317bb20594a6a5cd4cef7428567622387b531e59a58f3
3
+ metadata.gz: 759696f432d0b8cf7d67e5c3a017b57fb1e0674e3f5c50ffceb3a25274400abd
4
+ data.tar.gz: 983a445974fe4f225b7ed0d6770ed005628abca8e67814a59aeb0709a0ce3cda
5
5
  SHA512:
6
- metadata.gz: 11f156b0bb684f2351aa2f76988e872b38cc97e9ca13034d3197c1d24fa60511103f895bb69058e4ec32bb7c5845c9050dda4a54774075f87e769954cb693378
7
- data.tar.gz: 724ba531c5c9a955db9bbf33e9488d6f85d3c7d87e8fe85ac6696213c8133818148f1abf9c034a15841ea1ab0b62f9571c97f903ce8fa5641fa8a744a52355ff
6
+ metadata.gz: c7f30d6361eaf7679875d2925e96f150b18025d7602a0399f485957b2e9686b17583dd536cf3a6c312118d355d4b2d6a13f3ba03fffcbb8613431941b7dbdaa0
7
+ data.tar.gz: e0933d3fe8894b58dc4566d5c8da2960ecf294766ef403ea0ef570fd76aa74d81c559c9efffe50c298545ba2a58034b961c77a6fee7b34b864b234840a7d2ae1
data/Gemfile.lock CHANGED
@@ -1,86 +1,174 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activeadmin_dark_color_scheme (0.1.7)
4
+ activeadmin_dark_color_scheme (0.1.13)
5
+ activeadmin (>= 2)
5
6
  railties (>= 4)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
- actionpack (7.0.3)
11
- actionview (= 7.0.3)
12
- activesupport (= 7.0.3)
13
- rack (~> 2.0, >= 2.2.0)
11
+ actionpack (7.1.3)
12
+ actionview (= 7.1.3)
13
+ activesupport (= 7.1.3)
14
+ nokogiri (>= 1.8.5)
15
+ racc
16
+ rack (>= 2.2.4)
17
+ rack-session (>= 1.0.1)
14
18
  rack-test (>= 0.6.3)
15
- rails-dom-testing (~> 2.0)
16
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
17
- actionview (7.0.3)
18
- activesupport (= 7.0.3)
19
+ rails-dom-testing (~> 2.2)
20
+ rails-html-sanitizer (~> 1.6)
21
+ actionview (7.1.3)
22
+ activesupport (= 7.1.3)
19
23
  builder (~> 3.1)
20
- erubi (~> 1.4)
21
- rails-dom-testing (~> 2.0)
22
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
23
- activesupport (7.0.3)
24
+ erubi (~> 1.11)
25
+ rails-dom-testing (~> 2.2)
26
+ rails-html-sanitizer (~> 1.6)
27
+ activeadmin (3.2.0)
28
+ arbre (~> 1.2, >= 1.2.1)
29
+ formtastic (>= 3.1)
30
+ formtastic_i18n (>= 0.4)
31
+ inherited_resources (~> 1.7)
32
+ jquery-rails (>= 4.2)
33
+ kaminari (>= 1.2.1)
34
+ railties (>= 6.1)
35
+ ransack (>= 4.0)
36
+ activemodel (7.1.3)
37
+ activesupport (= 7.1.3)
38
+ activerecord (7.1.3)
39
+ activemodel (= 7.1.3)
40
+ activesupport (= 7.1.3)
41
+ timeout (>= 0.4.0)
42
+ activesupport (7.1.3)
43
+ base64
44
+ bigdecimal
24
45
  concurrent-ruby (~> 1.0, >= 1.0.2)
46
+ connection_pool (>= 2.2.5)
47
+ drb
25
48
  i18n (>= 1.6, < 2)
26
49
  minitest (>= 5.1)
50
+ mutex_m
27
51
  tzinfo (~> 2.0)
52
+ arbre (1.7.0)
53
+ activesupport (>= 3.0.0)
54
+ ruby2_keywords (>= 0.0.2)
55
+ base64 (0.2.0)
56
+ bigdecimal (3.1.6)
28
57
  builder (3.2.4)
29
- concurrent-ruby (1.1.10)
58
+ concurrent-ruby (1.2.3)
59
+ connection_pool (2.4.1)
30
60
  crass (1.0.6)
31
61
  diff-lcs (1.5.0)
32
- erubi (1.10.0)
33
- ffi (1.15.5)
34
- i18n (1.10.0)
62
+ drb (2.2.0)
63
+ ruby2_keywords
64
+ erubi (1.12.0)
65
+ ffi (1.16.3)
66
+ formtastic (5.0.0)
67
+ actionpack (>= 6.0.0)
68
+ formtastic_i18n (0.7.0)
69
+ has_scope (0.8.2)
70
+ actionpack (>= 5.2)
71
+ activesupport (>= 5.2)
72
+ i18n (1.14.1)
35
73
  concurrent-ruby (~> 1.0)
36
- loofah (2.18.0)
74
+ inherited_resources (1.14.0)
75
+ actionpack (>= 6.0)
76
+ has_scope (>= 0.6)
77
+ railties (>= 6.0)
78
+ responders (>= 2)
79
+ io-console (0.7.2)
80
+ irb (1.11.1)
81
+ rdoc
82
+ reline (>= 0.4.2)
83
+ jquery-rails (4.6.0)
84
+ rails-dom-testing (>= 1, < 3)
85
+ railties (>= 4.2.0)
86
+ thor (>= 0.14, < 2.0)
87
+ kaminari (1.2.2)
88
+ activesupport (>= 4.1.0)
89
+ kaminari-actionview (= 1.2.2)
90
+ kaminari-activerecord (= 1.2.2)
91
+ kaminari-core (= 1.2.2)
92
+ kaminari-actionview (1.2.2)
93
+ actionview
94
+ kaminari-core (= 1.2.2)
95
+ kaminari-activerecord (1.2.2)
96
+ activerecord
97
+ kaminari-core (= 1.2.2)
98
+ kaminari-core (1.2.2)
99
+ loofah (2.22.0)
37
100
  crass (~> 1.0.2)
38
- nokogiri (>= 1.5.9)
39
- method_source (1.0.0)
40
- minitest (5.15.0)
41
- nokogiri (1.13.6-arm64-darwin)
101
+ nokogiri (>= 1.12.0)
102
+ minitest (5.21.2)
103
+ mutex_m (0.2.0)
104
+ nokogiri (1.16.0-arm64-darwin)
42
105
  racc (~> 1.4)
43
- racc (1.6.0)
44
- rack (2.2.3.1)
45
- rack-test (1.1.0)
46
- rack (>= 1.0, < 3)
47
- rails-dom-testing (2.0.3)
48
- activesupport (>= 4.2.0)
106
+ psych (5.1.2)
107
+ stringio
108
+ racc (1.7.3)
109
+ rack (3.0.8)
110
+ rack-session (2.0.0)
111
+ rack (>= 3.0.0)
112
+ rack-test (2.1.0)
113
+ rack (>= 1.3)
114
+ rackup (2.1.0)
115
+ rack (>= 3)
116
+ webrick (~> 1.8)
117
+ rails-dom-testing (2.2.0)
118
+ activesupport (>= 5.0.0)
119
+ minitest
49
120
  nokogiri (>= 1.6)
50
- rails-html-sanitizer (1.4.3)
51
- loofah (~> 2.3)
52
- railties (7.0.3)
53
- actionpack (= 7.0.3)
54
- activesupport (= 7.0.3)
55
- method_source
121
+ rails-html-sanitizer (1.6.0)
122
+ loofah (~> 2.21)
123
+ nokogiri (~> 1.14)
124
+ railties (7.1.3)
125
+ actionpack (= 7.1.3)
126
+ activesupport (= 7.1.3)
127
+ irb
128
+ rackup (>= 1.0.0)
56
129
  rake (>= 12.2)
57
- thor (~> 1.0)
58
- zeitwerk (~> 2.5)
59
- rake (13.0.6)
60
- rspec (3.11.0)
61
- rspec-core (~> 3.11.0)
62
- rspec-expectations (~> 3.11.0)
63
- rspec-mocks (~> 3.11.0)
64
- rspec-core (3.11.0)
65
- rspec-support (~> 3.11.0)
66
- rspec-expectations (3.11.0)
130
+ thor (~> 1.0, >= 1.2.2)
131
+ zeitwerk (~> 2.6)
132
+ rake (13.1.0)
133
+ ransack (4.1.1)
134
+ activerecord (>= 6.1.5)
135
+ activesupport (>= 6.1.5)
136
+ i18n
137
+ rdoc (6.6.2)
138
+ psych (>= 4.0.0)
139
+ reline (0.4.2)
140
+ io-console (~> 0.5)
141
+ responders (3.1.1)
142
+ actionpack (>= 5.2)
143
+ railties (>= 5.2)
144
+ rspec (3.12.0)
145
+ rspec-core (~> 3.12.0)
146
+ rspec-expectations (~> 3.12.0)
147
+ rspec-mocks (~> 3.12.0)
148
+ rspec-core (3.12.2)
149
+ rspec-support (~> 3.12.0)
150
+ rspec-expectations (3.12.3)
67
151
  diff-lcs (>= 1.2.0, < 2.0)
68
- rspec-support (~> 3.11.0)
69
- rspec-mocks (3.11.1)
152
+ rspec-support (~> 3.12.0)
153
+ rspec-mocks (3.12.6)
70
154
  diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.11.0)
72
- rspec-support (3.11.0)
155
+ rspec-support (~> 3.12.0)
156
+ rspec-support (3.12.1)
157
+ ruby2_keywords (0.0.5)
73
158
  sassc (2.4.0)
74
159
  ffi (~> 1.9)
160
+ stringio (3.1.0)
75
161
  sync (0.5.0)
76
162
  term-ansicolor (1.7.1)
77
163
  tins (~> 1.0)
78
- thor (1.2.1)
79
- tins (1.31.1)
164
+ thor (1.3.0)
165
+ timeout (0.4.1)
166
+ tins (1.32.1)
80
167
  sync
81
- tzinfo (2.0.4)
168
+ tzinfo (2.0.6)
82
169
  concurrent-ruby (~> 1.0)
83
- zeitwerk (2.5.4)
170
+ webrick (1.8.1)
171
+ zeitwerk (2.6.12)
84
172
 
85
173
  PLATFORMS
86
174
  arm64-darwin-21
@@ -93,4 +181,4 @@ DEPENDENCIES
93
181
  term-ansicolor (~> 1)
94
182
 
95
183
  BUNDLED WITH
96
- 2.3.15
184
+ 2.5.4
@@ -0,0 +1,13 @@
1
+ @media (prefers-color-scheme: dark)
2
+ .ui-dialog
3
+ background-color: $body-bg-color
4
+
5
+ .ui-dialog-titlebar
6
+ @include gradient-bar-2
7
+
8
+ .ui-dialog-buttonpane
9
+ button
10
+ @include btn-light-1
11
+
12
+ button:last-child
13
+ @include btn-dark-1
@@ -15,6 +15,7 @@
15
15
 
16
16
  // Modules
17
17
  @import "./activeadmin-dark-color-scheme/modules/buttons"
18
+ @import "./activeadmin-dark-color-scheme/modules/dialog"
18
19
  @import "./activeadmin-dark-color-scheme/modules/fieldsets"
19
20
  @import "./activeadmin-dark-color-scheme/modules/flash"
20
21
  @import "./activeadmin-dark-color-scheme/modules/inputs"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Activeadmin
4
4
  module DarkColorScheme
5
- VERSION = "0.1.12"
5
+ VERSION = "0.1.13"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_dark_color_scheme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Pedan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-08 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -127,6 +127,7 @@ files:
127
127
  - app/assets/stylesheets/activeadmin-dark-color-scheme/mixins/_button-light.sass
128
128
  - app/assets/stylesheets/activeadmin-dark-color-scheme/mixins/_panel-heads.sass
129
129
  - app/assets/stylesheets/activeadmin-dark-color-scheme/modules/_buttons.sass
130
+ - app/assets/stylesheets/activeadmin-dark-color-scheme/modules/_dialog.sass
130
131
  - app/assets/stylesheets/activeadmin-dark-color-scheme/modules/_fieldsets.sass
131
132
  - app/assets/stylesheets/activeadmin-dark-color-scheme/modules/_flash.sass
132
133
  - app/assets/stylesheets/activeadmin-dark-color-scheme/modules/_inputs.sass
@@ -183,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
184
  - !ruby/object:Gem::Version
184
185
  version: '0'
185
186
  requirements: []
186
- rubygems_version: 3.4.12
187
+ rubygems_version: 3.5.4
187
188
  signing_key:
188
189
  specification_version: 4
189
190
  summary: A dark color scheme for ActiveAdmin Ruby CMS