vhx-quartz 0.8.4 → 0.8.5

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: aff0103a0ab467059f45c26a6e5651f8262855e7
4
- data.tar.gz: 928bdce57c3d87ea2ce2d9f5d21c583c3611ab76
3
+ metadata.gz: a35332345b6338c5a4da800d43aeeb85207df902
4
+ data.tar.gz: cd041495bacc1ee48fa311da9d25e781a4faeea9
5
5
  SHA512:
6
- metadata.gz: 3beffd4c59f4b18d878fd7062db6fdf3c9288d48db2a7f2233c4a1ebaf759e64a5ed6868d6daf74059a4676a94c5943a5db9cc427a45d60085599a004a802680
7
- data.tar.gz: c270e9dbce53d4aefab1730861f6ad17b778eeaf217675a23d4239e740ff53b4c1d6ffcd90a67d1ad4055a1f6e09bf796f921b2027586356652b432865bbfc70
6
+ metadata.gz: 0f9e6a7c837cf62e92d1f5d87b29b9f67d4ba496844953e6619b4603d5026153c6c56629fe9ec50bd3aa630294d479e8226fe1139a2e4a08dc7aa7324b1220e8
7
+ data.tar.gz: 8d1b7aaa317bf789716e6372215582c8ca70e45171065c2926ca156a8ebf271ddeff0b210f777982815ceec6aed033972a3ebd623a1357eddf2027a153a7aea8
@@ -1,5 +1,5 @@
1
1
  module Vhx
2
2
  module Quartz
3
- VERSION = "0.8.4"
3
+ VERSION = "0.8.5"
4
4
  end
5
5
  end
@@ -5,6 +5,7 @@ vhxm.components.shared.checkbox.ui.container = {
5
5
  return m('fieldset.checkbox.' + (opts.size ? opts.size : 'medium') + (opts.type === 'toggle' ? '.alt' : ''), [m('input[type=checkbox]', {
6
6
  checked: opts.checked,
7
7
  name: opts.name,
8
+ value: opts.value,
8
9
  onchange: opts.onchange,
9
10
  id: opts.name
10
11
  }), m('label', {
@@ -32,7 +32,7 @@ vhxm.components.shared.search_input.ui.container = {
32
32
  return new vhxm.components.shared.search_input.controller(opts);
33
33
  },
34
34
  view: function view(ctrl, opts) {
35
- return m('input.c-select--search.padding-right-large', {
35
+ return m('input.c-select--search.padding-right-large.icon-search-navy.icon--xsmall', {
36
36
  config: opts.config ? opts.config : '',
37
37
  type: 'text',
38
38
  placeholder: opts.placeholder ? opts.placeholder : 'Search',
@@ -7250,6 +7250,86 @@ a.text--red:hover, a.text--red:active {
7250
7250
  a.text--red.is-disabled:link, a.text--red.is-disabled:visited, a.text--red.is-disabled:hover, a.text--red.is-disabled:active {
7251
7251
  color: #D3104A; }
7252
7252
 
7253
+ .text--orange {
7254
+ color: #D06B5E; }
7255
+ .text--orange.text--transparent {
7256
+ color: rgba(208, 107, 94, 0.5); }
7257
+
7258
+ a.text--orange:link, a.text--orange:visited {
7259
+ color: #D06B5E;
7260
+ text-decoration: none; }
7261
+ a.text--orange:hover, a.text--orange:active {
7262
+ color: #D06B5E;
7263
+ text-decoration: none; }
7264
+ a.text--orange:hover.is-hover-text--orange, a.text--orange:active.is-hover-text--orange {
7265
+ color: #D06B5E; }
7266
+ a.text--orange.is-disabled:link, a.text--orange.is-disabled:visited, a.text--orange.is-disabled:hover, a.text--orange.is-disabled:active {
7267
+ color: #D06B5E; }
7268
+
7269
+ .text--debian {
7270
+ color: #BA0F45; }
7271
+ .text--debian.text--transparent {
7272
+ color: rgba(186, 15, 69, 0.5); }
7273
+
7274
+ a.text--debian:link, a.text--debian:visited {
7275
+ color: #BA0F45;
7276
+ text-decoration: none; }
7277
+ a.text--debian:hover, a.text--debian:active {
7278
+ color: #BA0F45;
7279
+ text-decoration: none; }
7280
+ a.text--debian:hover.is-hover-text--debian, a.text--debian:active.is-hover-text--debian {
7281
+ color: #BA0F45; }
7282
+ a.text--debian.is-disabled:link, a.text--debian.is-disabled:visited, a.text--debian.is-disabled:hover, a.text--debian.is-disabled:active {
7283
+ color: #BA0F45; }
7284
+
7285
+ .text--purple {
7286
+ color: #783479; }
7287
+ .text--purple.text--transparent {
7288
+ color: rgba(120, 52, 121, 0.5); }
7289
+
7290
+ a.text--purple:link, a.text--purple:visited {
7291
+ color: #783479;
7292
+ text-decoration: none; }
7293
+ a.text--purple:hover, a.text--purple:active {
7294
+ color: #783479;
7295
+ text-decoration: none; }
7296
+ a.text--purple:hover.is-hover-text--purple, a.text--purple:active.is-hover-text--purple {
7297
+ color: #783479; }
7298
+ a.text--purple.is-disabled:link, a.text--purple.is-disabled:visited, a.text--purple.is-disabled:hover, a.text--purple.is-disabled:active {
7299
+ color: #783479; }
7300
+
7301
+ .text--currant {
7302
+ color: #2E064A; }
7303
+ .text--currant.text--transparent {
7304
+ color: rgba(46, 6, 74, 0.5); }
7305
+
7306
+ a.text--currant:link, a.text--currant:visited {
7307
+ color: #2E064A;
7308
+ text-decoration: none; }
7309
+ a.text--currant:hover, a.text--currant:active {
7310
+ color: #2E064A;
7311
+ text-decoration: none; }
7312
+ a.text--currant:hover.is-hover-text--currant, a.text--currant:active.is-hover-text--currant {
7313
+ color: #2E064A; }
7314
+ a.text--currant.is-disabled:link, a.text--currant.is-disabled:visited, a.text--currant.is-disabled:hover, a.text--currant.is-disabled:active {
7315
+ color: #2E064A; }
7316
+
7317
+ .text--blue {
7318
+ color: #0F4E7B; }
7319
+ .text--blue.text--transparent {
7320
+ color: rgba(15, 78, 123, 0.5); }
7321
+
7322
+ a.text--blue:link, a.text--blue:visited {
7323
+ color: #0F4E7B;
7324
+ text-decoration: none; }
7325
+ a.text--blue:hover, a.text--blue:active {
7326
+ color: #0F4E7B;
7327
+ text-decoration: none; }
7328
+ a.text--blue:hover.is-hover-text--blue, a.text--blue:active.is-hover-text--blue {
7329
+ color: #0F4E7B; }
7330
+ a.text--blue.is-disabled:link, a.text--blue.is-disabled:visited, a.text--blue.is-disabled:hover, a.text--blue.is-disabled:active {
7331
+ color: #0F4E7B; }
7332
+
7253
7333
  /* modifiers
7254
7334
  ......................................*/
7255
7335
  .text--bold {
@@ -0,0 +1,2 @@
1
+ .c-select--search {
2
+ background-position: right 8px center; }
@@ -27,10 +27,6 @@
27
27
  ..................................... */
28
28
  /* helper function for margin and padding
29
29
  ......................................*/
30
- .c-select--input-container:after {
31
- background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cpath%20d%3D%22M21.8%2019.5L17.4%2015c-.6.9-1.5%201.7-2.4%202.4l4.5%204.4c1.4%201.6%203.8-.8%202.3-2.3z%22%20fill%3D%22%23375667%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15%2017.4c4.4-3%205.2-9.4%201.8-13.4C13.8.5%208.6-.3%204.7%202.3.9%204.7-.4%209.9%201.7%2014c2.2%204.4%207.7%206.2%2012.1%204.1.4-.2.8-.5%201.2-.7zm-5.2-1.7C6.7%2015.7%204%2013%204%209.8%204%206.7%206.7%204%209.8%204c3.2%200%205.8%202.7%205.8%205.8.1%203.2-2.6%205.9-5.8%205.9z%22%20fill%3D%22%23375667%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M9.8%202.2c4.2%200%207.7%203.4%207.7%207.7%200%201.5-.5%203.1-1.4%204.3-.5.7-1%201.3-1.7%201.8l-.3.2c-1.2.9-2.8%201.3-4.3%201.3-4.2%200-7.7-3.4-7.7-7.7.1-4.2%203.5-7.6%207.7-7.6m0-1.5C4.7.7.6%204.8.6%209.9s4.1%209.2%209.2%209.2c1.8%200%203.7-.6%205.2-1.6.9-.6%201.7-1.4%202.3-2.4%201.1-1.5%201.6-3.3%201.6-5.2.1-5.1-4-9.2-9.1-9.2z%22%20fill%3D%22%23375667%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
32
- background-repeat: no-repeat; }
33
-
34
30
  /*
35
31
  Mithril Chosen-like Dropdown w/ Search styles
36
32
  See app/assets/javascripts/_shared/components/select/select.ui.js for markup
@@ -78,17 +74,6 @@
78
74
  border-radius: 5px;
79
75
  z-index: 2;
80
76
  background: #fff; }
81
- .c-select--input-container:after {
82
- position: absolute;
83
- top: 50%;
84
- right: 24px;
85
- width: 20px;
86
- height: 20px;
87
- margin-top: -10px;
88
- content: ' ';
89
- display: block;
90
- background-position: 97% 50%;
91
- background-size: 15px; }
92
77
 
93
78
  .c-select--container.has-search .c-select--dropdown {
94
79
  min-height: 150px; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vhx-quartz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Robertson, Courtney Burton, Steven Bone, David Gonzalez
@@ -262,6 +262,7 @@ files:
262
262
  - vendor/assets/stylesheets/vhx-quartz.icons-ui.css
263
263
  - vendor/assets/stylesheets/vhx-quartz.min.css
264
264
  - vendor/assets/stylesheets/vhx-quartz.radio.css
265
+ - vendor/assets/stylesheets/vhx-quartz.search_input.css
265
266
  - vendor/assets/stylesheets/vhx-quartz.select.css
266
267
  homepage: http://github.com/vhx/quartz-rails
267
268
  licenses: