activeadmin_blaze_theme 0.7.6 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23b73dccd520bea5c06eae163694ef16f3fbbbc6833ca83174212b5f5134d092
4
- data.tar.gz: 8f1d6ae7ede072fa6300c2d01598ab2857d6af94a48f83ff8b2445929292ced3
3
+ metadata.gz: d983a193b53464b1195595dae002e904bab899d16ea49da5699ef296e0151616
4
+ data.tar.gz: 001e4606d58b46912d6926ba65a9a5580f2ee0b0b567b755bf13b54e71cf38cb
5
5
  SHA512:
6
- metadata.gz: 3522b5c31e56cd92ff1c9715a212a31f7342f1cb7d4de81248aabd098447b39b4e6ca5e34e23a90b21cd62a02acd4636fddb0ccc912b5653560c67518cdcc761
7
- data.tar.gz: c9faf4f11d4f43d6a9a342c44f38431c76b9bec35d4c5e8eb9d90c1f904a4ca314bdeb2853fd8f54a6d0747b411b4591880fd239556123e683e6922d77da775f
6
+ metadata.gz: 93c59a2a0564220a7a9df9698d7de4007c5b80ada4e03426faf6539febcd9357eb870a5b1a7a1e2d07cd29d920cec1a66d5c9c0b007ea9f173484c6f135ed2fa
7
+ data.tar.gz: 37769c5b2f0edc076122e10101164c63bf6520436200af1eaac4a21c3d4635b9d614e0c3ccdfeb7cea1b3512cde71ad8a80502b3a2d789b447ecdfcf5f14b56f
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020 Mattia Roccoberton
1
+ Copyright (c) 2020-2022 Mattia Roccoberton
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Active Admin Blaze Theme
2
- [![gem version](https://badge.fury.io/rb/activeadmin_blaze_theme.svg)](https://badge.fury.io/rb/activeadmin_blaze_theme) [![gem downloads](https://badgen.net/rubygems/dt/activeadmin_blaze_theme)](https://rubygems.org/gems/activeadmin_blaze_theme) [![linters](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml) [![specs](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs.yml)
2
+ [![gem version](https://badge.fury.io/rb/activeadmin_blaze_theme.svg)](https://badge.fury.io/rb/activeadmin_blaze_theme)
3
+ [![gem downloads](https://badgen.net/rubygems/dt/activeadmin_blaze_theme)](https://rubygems.org/gems/activeadmin_blaze_theme)
4
+ [![linters](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml)
5
+ [![specs Rails 6.0](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.0.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.0.yml)
6
+ [![specs Rails 6.1](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.1.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails6.1.yml)
7
+ [![specs Rails 7.0](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails7.0.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs_rails7.0.yml)
3
8
 
4
9
  A theme for Active Admin based on [Blaze CSS](http://blazecss.com) 3.x
5
10
 
@@ -21,6 +26,7 @@ First, add to your Gemfile: `gem 'activeadmin_blaze_theme'` (and execute `bundle
21
26
 
22
27
  Then, if you installed Active Admin **without Webpacker** support (so using Sprockets):
23
28
 
29
+ - Add a SASS/SCSS gem to your Gemfile (ex. `gem 'sassc'`)
24
30
  - Add at the end of your Active Admin styles (_app/assets/stylesheets/active_admin.scss_):
25
31
 
26
32
  ```scss
@@ -31,6 +31,8 @@ body.active_admin {
31
31
  }
32
32
  .ui-datepicker {
33
33
  > .ui-datepicker-header {
34
+ background-color: $bg-header;
35
+ background-image: none;
34
36
  border-bottom: 0 none;
35
37
  border-radius: 0;
36
38
  height: auto;
@@ -35,27 +35,27 @@ $spacing-tiny: .125em !default;
35
35
  //
36
36
  $grid-gutter: 1em !default;
37
37
  $grid-widths: (
38
- 5: 5 / 100,
39
- 10: 1 / 10,
40
- 15: 15 / 100,
41
- 20: 1 / 5,
42
- 25: 1 / 4,
43
- 30: 3 / 10,
44
- 33: 1 / 3,
45
- 35: 35 / 100,
46
- 40: 2 / 5,
47
- 45: 45 / 100,
48
- 50: 1 / 2,
49
- 55: 55 / 100,
50
- 60: 3 / 5,
51
- 65: 65 / 100,
52
- 66: 2 / 3,
53
- 70: 7 / 10,
54
- 75: 3 / 4,
55
- 80: 4 / 5,
56
- 85: 85 / 100,
57
- 90: 9 / 10,
58
- 95: 95 / 100,
38
+ 5: 0.05,
39
+ 10: 0.1,
40
+ 15: 0.15,
41
+ 20: 0.2,
42
+ 25: 0.25,
43
+ 30: 0.3,
44
+ 33: 0.333333,
45
+ 35: 0.35,
46
+ 40: 0.4,
47
+ 45: 0.45,
48
+ 50: 0.5,
49
+ 55: 0.55,
50
+ 60: 0.6,
51
+ 65: 0.65,
52
+ 66: 0.666667,
53
+ 70: 0.7,
54
+ 75: 0.75,
55
+ 80: 0.8,
56
+ 85: 0.85,
57
+ 90: 0.9,
58
+ 95: 0.95,
59
59
  100: 1
60
60
  );
61
61
 
@@ -30,7 +30,7 @@
30
30
  left: 0;
31
31
  width: $drawer-width-horizontal;
32
32
  height: auto;
33
- margin-left: (100% - $drawer-width-horizontal) / 2;
33
+ margin-left: (100% - $drawer-width-horizontal) * 0.5;
34
34
  transform: translate(0, 0);
35
35
  }
36
36
 
@@ -1,7 +1,7 @@
1
1
  // @import 'icomoon';
2
2
  @import 'blaze/blaze';
3
3
 
4
- @import url('https://fonts.googleapis.com/css?family=Roboto');
4
+ @import url('https://fonts.googleapis.com/css?family=Roboto:italic,regular,bold');
5
5
 
6
6
  @import 'variables';
7
7
  @import 'base';
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveAdminBlazeTheme
4
- VERSION = '0.7.6'
4
+ VERSION = '1.0.0'
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "activeadmin_blaze_theme",
3
- "version": "0.7.6",
3
+ "version": "1.0.0",
4
4
  "description": "A theme for Active Admin based on Blaze CSS 3.x",
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.6
4
+ version: 1.0.0
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-06-06 00:00:00.000000000 Z
11
+ date: 2022-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -25,13 +25,13 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: sassc
28
+ name: appraisal
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.4'
34
- type: :runtime
34
+ type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
@@ -134,7 +134,10 @@ files:
134
134
  homepage: https://github.com/blocknotes/activeadmin_blaze_theme
135
135
  licenses:
136
136
  - MIT
137
- metadata: {}
137
+ metadata:
138
+ homepage_uri: https://github.com/blocknotes/activeadmin_blaze_theme
139
+ source_code_uri: https://github.com/blocknotes/activeadmin_blaze_theme
140
+ rubygems_mfa_required: 'true'
138
141
  post_install_message:
139
142
  rdoc_options: []
140
143
  require_paths:
@@ -143,14 +146,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
143
146
  requirements:
144
147
  - - ">="
145
148
  - !ruby/object:Gem::Version
146
- version: '0'
149
+ version: 2.6.0
147
150
  required_rubygems_version: !ruby/object:Gem::Requirement
148
151
  requirements:
149
152
  - - ">="
150
153
  - !ruby/object:Gem::Version
151
154
  version: '0'
152
155
  requirements: []
153
- rubygems_version: 3.1.4
156
+ rubygems_version: 3.1.6
154
157
  signing_key:
155
158
  specification_version: 4
156
159
  summary: ActiveAdmin Blaze Theme