tungsten 0.2.16 → 0.2.17

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: e5bc5e3e3a6b066748e193e0393dd57035795a73a59ec5b61cd868175e58e9b5
4
- data.tar.gz: 6fcb9fd0179aa381bc0f88ae262bc72a1b02ef9de021bfbcf6664caa2bc8c34a
3
+ metadata.gz: 32fa483357c5984ea7422a5e2c3cb92a20578d4cc1089b286733293105fd703c
4
+ data.tar.gz: d7c0a3318124394c15a605b8913977c4318f1cdeebbac13db62fcad0020cb9ef
5
5
  SHA512:
6
- metadata.gz: 1e9f0e2621242e945a7da5756c33de076d7e4f0bf8a0aa8684e01a0e073699fbd99262acbdccd60d4e3cb34f72006f0c4cbe79b8f88483a8c370980bf5934c14
7
- data.tar.gz: a61a779f15ed57bd7c853ef61b0099389db8ce82ef5383c9e3c3b7f9e5c202ec41cb15fdd6f21540d80c17e0ab57112beab5040f648c78bc8d4cc58bdc3d0d1c
6
+ metadata.gz: 0dd72660f98e2b74c7286dd5b8851667c62ed063d8116584d0fc51d2170a18b68b84624f55961c3af4d480686fb0da7f8e3963d4f6330dd3ac765ec3269f2f1f
7
+ data.tar.gz: 190d216ce2e9b9c3cd4681390f53612dc228b20f74205a7b0f5d25d72dd8954ed2fb2a0282ff3e76e5159f004d1a1a1d06932541aeb7ab70762db0055ddd5a83
@@ -15,13 +15,15 @@
15
15
  align-self: flex-end;
16
16
  margin-bottom: 1px;
17
17
 
18
- button.primary {
18
+ .button.primary {
19
19
  line-height: 1.5em;
20
20
  padding: 10px 12px;
21
+ display: block;
21
22
  }
22
23
 
23
- button.icon-button {
24
+ .button.icon-button {
24
25
  padding: 9px 9px 10px;
26
+ display: block;
25
27
  }
26
28
  }
27
29
  }
@@ -1,3 +1,3 @@
1
1
  module Tungsten
2
- VERSION = "0.2.16"
2
+ VERSION = "0.2.17"
3
3
  end
File without changes
@@ -2862,11 +2862,13 @@ input::-moz-focus-inner {
2862
2862
  .input-row > .button-wrapper {
2863
2863
  align-self: flex-end;
2864
2864
  margin-bottom: 1px; }
2865
- .input-row > .button-wrapper button.primary, .input-row > .button-wrapper button.dialog-continue {
2865
+ .input-row > .button-wrapper .button.primary, .input-row > .button-wrapper .dialog-continue, .input-row > .button-wrapper .dialog-continue.destructive {
2866
2866
  line-height: 1.5em;
2867
- padding: 10px 12px; }
2868
- .input-row > .button-wrapper button.icon-button {
2869
- padding: 9px 9px 10px; }
2867
+ padding: 10px 12px;
2868
+ display: block; }
2869
+ .input-row > .button-wrapper .button.icon-button, .input-row > .button-wrapper .icon-button.dialog-continue {
2870
+ padding: 9px 9px 10px;
2871
+ display: block; }
2870
2872
 
2871
2873
  .input-unit {
2872
2874
  position: absolute;
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tungsten
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.16
4
+ version: 0.2.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-03-19 00:00:00.000000000 Z
12
+ date: 2019-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -317,12 +317,12 @@ files:
317
317
  - lib/tungsten.rb
318
318
  - lib/tungsten/helper.rb
319
319
  - lib/tungsten/version.rb
320
- - public/code-0.2.16.js
321
- - public/code-0.2.16.js.gz
322
- - public/tungsten-0.2.16.css
323
- - public/tungsten-0.2.16.css.gz
324
- - public/tungsten-0.2.16.js
325
- - public/tungsten-0.2.16.js.gz
320
+ - public/code-0.2.17.js
321
+ - public/code-0.2.17.js.gz
322
+ - public/tungsten-0.2.17.css
323
+ - public/tungsten-0.2.17.css.gz
324
+ - public/tungsten-0.2.17.js
325
+ - public/tungsten-0.2.17.js.gz
326
326
  homepage:
327
327
  licenses:
328
328
  - MIT