dlegr250_material_design 0.2.40 → 0.2.41

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
  SHA1:
3
- metadata.gz: aba806217f463e8767b1faf7180f8c7bd9c5d7fc
4
- data.tar.gz: 40ec849fbadb7f76a21c03c79fc41293ea6d8cd7
3
+ metadata.gz: 973d82096cfb01056c84ac7d0b1aa8bbe5fabbc7
4
+ data.tar.gz: acff4fcb242f0624fed8968795eca097b95f85b6
5
5
  SHA512:
6
- metadata.gz: 04629fdd1e3710d2b145bbfc436bb858bc9fabafd22f47f84af379522b7042d07561f1716f618f74c1b72ce65dc9454c1a46f69c5d4aaf84284c39fefea8348a
7
- data.tar.gz: 4a1eaacb3fb7e75f96ecbba422fba26a4e71f38acf8fc7cbe7a314bf6fd6c24080abeac99e357e0db716dc9306c63cf369b6f5d045da8ebf58a0ca5cded4dc8f
6
+ metadata.gz: ff9f4b98919394c5b1b37b083d6a28bceba5c18957896095e532e4ec01133b026a5708bd14af1671e4d889559a8f0dd965d10d249261004da52b289017759c0f
7
+ data.tar.gz: bf54f289061a690cb21cdef062b00f8e1ed7a6e8122760a17afc97c67fc3443ef851a9b7c482b753897be08ed87fc0131f809fa4ac01eedeabadd6f7caa01db1
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.2.40"
2
+ VERSION = "0.2.41"
3
3
  end
@@ -48,7 +48,6 @@ class App.MD.InputMasks
48
48
  # Format: "$ 999,999,999.99"
49
49
  $(":input[data-format='currency']").autoNumeric("init", {
50
50
  aSign: "$ ",
51
- wEmpty: "sign", # Keep $ when empty
52
51
  aSep: ",",
53
52
  aDec: ".",
54
53
  vMin: "0",
@@ -57,6 +56,9 @@ class App.MD.InputMasks
57
56
  aPad: true # Pad decimals with 0's
58
57
  })
59
58
 
59
+ # Default "$" placeholder for currency fields if no placeholder specified
60
+ $(":input[data-format='currency']").not("[placeholder]").attr("placeholder", "$")
61
+
60
62
  # Format: "1.234"
61
63
  $(":input[data-format='percentage']").autoNumeric("init", {
62
64
  vMin: "0",
@@ -39,8 +39,9 @@
39
39
 
40
40
  .blank-state-primary {
41
41
  color: color("text");
42
- font-size: $font-size-large;
42
+ font-size: $font-size-large * 0.8;
43
43
  font-weight: bold;
44
+ margin-bottom: $spacing-small;
44
45
  }
45
46
 
46
47
  // Blank state - primary - subtext
@@ -50,7 +51,7 @@
50
51
  color: color("helper");
51
52
  font-size: $font-size-normal;
52
53
  font-weight: normal;
53
- padding-top: $spacing-small;
54
+ padding-top: $spacing-xsmall;
54
55
  }
55
56
 
56
57
  // Blank state - actions
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.40
4
+ version: 0.2.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-06 00:00:00.000000000 Z
11
+ date: 2016-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler