active_material 2.1.3 → 2.1.4

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: 913aad7bacde055046b86a4c9a367a210be9691a0cea4f49cfd31c607bbca61c
4
- data.tar.gz: 554042092bc2aac01c813bd5c33b404f4d5a3464793cd982b0040f82905c272c
3
+ metadata.gz: 57e58dae3f73f0308e4935e1b0078161bc076f0f2be4825ea4b813e2493f6201
4
+ data.tar.gz: 4cb54741e561f31f23f223824f5a664dbcc2ce84e709e4475d15ef4de2709a98
5
5
  SHA512:
6
- metadata.gz: 9efb49ee22c6d4be69bf446e1ff9ac308b7fef4b6f63a9c57584ddebbfa2d2f43043edde9dc1f7cb5ce21f7533e3a1466a98acbd10e695f64e8165b71c47fcfd
7
- data.tar.gz: 25829e8b755101d24805a4d94174d300e636c7b0acd790fa03ce786a433e8ef720e93b23d107a664b178f9248d7c8f9183daf8ec7cde5b4430812b0f973f0e81
6
+ metadata.gz: 3782d0505b11d62f092118c0fbe8f56a8b01bfa0606c34ecbbf4f917f18310bf5bd4cc00b18b46d451e47dd04b8c002d1afa9434367c326175a509839a013436
7
+ data.tar.gz: 7db1546ea81b7587c2c8822b9469fac6211bce15de377bf96e150b37701d7e1b1fb3a4eba2ff1b1f09725ed0aeb28816d27512ce6999e32c93c755bed72c62ed
@@ -1,33 +1,36 @@
1
- /**
2
- * Dropdowns
3
- */
4
-
5
- .dropdown_menu {
6
- @include am-menu;
7
- }
8
-
9
- .dropdown_menu_button {
10
- @include am-menu-button;
11
-
12
- &:after {
13
- @include am-menu-carat;
14
- }
15
-
16
- &.disabled {
17
- @include am-btn-disabled;
18
- }
19
- }
20
-
21
- .dropdown_menu_list {
22
- @include am-menu-list;
23
- @include am-menu-list-open;
24
-
25
- li {
26
- @include am-menu-item;
27
- }
28
-
29
- li a {
30
- @include am-menu-item-open;
31
- @include am-menu-link;
32
- }
33
- }
1
+ /**
2
+ * Dropdowns
3
+ */
4
+
5
+ .dropdown_menu {
6
+ @include am-menu;
7
+ }
8
+
9
+ .dropdown_menu_button {
10
+ @include am-menu-button;
11
+
12
+ &:after {
13
+ @include am-menu-carat;
14
+ }
15
+
16
+ &.disabled {
17
+ @include am-btn-disabled;
18
+ }
19
+ }
20
+
21
+ .dropdown_menu_list {
22
+ @include am-menu-list;
23
+ @include am-menu-list-open;
24
+
25
+ li {
26
+ @include am-menu-item;
27
+ }
28
+
29
+ li a {
30
+ @include am-menu-link;
31
+
32
+ & {
33
+ @include am-menu-item-open;
34
+ }
35
+ }
36
+ }
@@ -1,14 +1,14 @@
1
- /// Standard logic for management of breakpoints
2
- @mixin am-min-breakpoint($breakpoint) {
3
- @media screen and (min-width: $breakpoint) {
4
- @content;
5
- }
6
- }
7
-
8
- /// Assign a given font size in rems, falling back to pixel values
9
- /// in older browsers.
10
- /// @param {number} $size - Font size in pixels
11
- @mixin am-font-size($size) {
12
- font-size: $size;
13
- font-size: am-sp($size);
14
- }
1
+ /// Standard logic for management of breakpoints
2
+ @mixin am-min-breakpoint($breakpoint) {
3
+ @media screen and (min-width: $breakpoint) {
4
+ @content;
5
+ }
6
+ }
7
+
8
+ /// Assign a given font size in rems, falling back to pixel values
9
+ /// in older browsers.
10
+ /// @param {number} $size - Font size in pixels
11
+ @mixin am-font-size($size) {
12
+ font-size: $size;
13
+ font-size: am-sp($size);
14
+ }
@@ -1,3 +1,3 @@
1
1
  module ActiveMaterial
2
- VERSION = "2.1.3"
2
+ VERSION = "2.1.4"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "active_material",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "ActiveAdmin skin based on Google's Material Design.",
5
5
  "main": "src/javascripts/active_material.js",
6
6
  "directories": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_material
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Kniffin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-16 00:00:00.000000000 Z
11
+ date: 2025-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler