zuora_connect_ui 0.5.0 → 0.5.1

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
  SHA256:
3
- metadata.gz: 4d1083f3c2f82db3c0c3c6d19780096c3d3b9b6c68bb6741256d7307dc98dac7
4
- data.tar.gz: 4cdadd373bc688fc2f4a8ebfa6f11995cadf8316ec54bffe0763041e8493295f
3
+ metadata.gz: 5ae3386765dc7606c6b928c6aa7d6bf2ed97923b9ddc8b7b73aa78413cc27587
4
+ data.tar.gz: ed52294334f140eda3962a3ded9ffab13d78e7ee84966980944d51556d737386
5
5
  SHA512:
6
- metadata.gz: 959c83778eb6064096497dce37b49f2c90b32fd1da3358e43f6f69a55f72ae50a06667a60baef9a6900756a1017a6e2d60e3f99ec78ce9571acf242b6091181b
7
- data.tar.gz: 8612f04e3970466c5c33f43cb93f258378269ab5a8486564576bcd1d407de21b7423f1537feb4cf6f96625bb981e902bf2f5176ebcae669ead59c706fd684d76
6
+ metadata.gz: f4fff0e05f7b987eae2f47bff1178c086ead4f1e5740956df584f0ed2bb32fb6fd1999bcb8f57fcbd9ac3ef468ea703c6b70d4ad1320fd1d435e7fa642adc6a9
7
+ data.tar.gz: 2669fc91c13ce51a4ad2cc3a310fc0e29363fd9027d06e28ee190c35f1c72340ef442648151c6cf42080d134638b5cd33e0948e110be74de98b7e601d141e628
@@ -0,0 +1,4 @@
1
+ $(document).on('click', 'anj-tab', function(e) {
2
+ $(this).siblings('anj-tab').prop('active', false);
3
+ $(this).prop('active', true);
4
+ });
@@ -38,3 +38,4 @@
38
38
  //= require zuora_connect_ui/datatable
39
39
  //= require zuora_connect_ui/input
40
40
  //= require zuora_connect_ui/iframe
41
+ //= require zuora_connect_ui/tabs
@@ -1,4 +1,4 @@
1
- anj-button-group[concat][align="center"] {
1
+ anj-button-group[concat] {
2
2
  > anj-button:not(:first-child):not(:last-child) > .anj-button {
3
3
  border-radius: 0;
4
4
  }
@@ -91,13 +91,8 @@ select {
91
91
  }
92
92
 
93
93
  #content {
94
- margin: 0 1rem;
94
+ margin: 0 1.5rem 1.5rem 1.5rem;
95
95
  min-height: 500px;
96
-
97
- > * {
98
- padding-left: 1rem;
99
- padding-right: 1rem;
100
- }
101
96
  }
102
97
 
103
98
  .dropdown-menu {
@@ -1,7 +1,7 @@
1
1
  /* Content Tabs */
2
2
 
3
3
  .green-header {
4
- padding: 1rem;
4
+ padding-bottom: 1rem;
5
5
  align-items: center;
6
6
 
7
7
  h1 {
@@ -27,13 +27,13 @@ ul.tab-header {
27
27
 
28
28
  &:hover,
29
29
  &:focus {
30
- background-color: $anj-border;
30
+ background-color: #bde4d8;
31
31
  }
32
32
  }
33
33
 
34
34
  &.active a {
35
35
  color: $anj-light;
36
- background-color: $anj-highlight;
36
+ background-color: #5ba28c;
37
37
  }
38
38
  }
39
39
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZuoraConnectUi
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-22 00:00:00.000000000 Z
11
+ date: 2019-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass
@@ -136,6 +136,7 @@ files:
136
136
  - app/assets/javascripts/zuora_connect_ui/datatable.js
137
137
  - app/assets/javascripts/zuora_connect_ui/iframe.js
138
138
  - app/assets/javascripts/zuora_connect_ui/input.js
139
+ - app/assets/javascripts/zuora_connect_ui/tabs.js
139
140
  - app/assets/stylesheets/_zuora_connect_ui.scss
140
141
  - app/assets/stylesheets/zuora_connect_ui/anjuna.scss
141
142
  - app/assets/stylesheets/zuora_connect_ui/base.scss