killbill-assets-ui 1.0.0 → 1.0.1

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: 307f752e6d635a6150b70838eb94e498547e5f1853ac53c87b29e064ba858ca1
4
- data.tar.gz: 4c6d3ffb8e2fc97d8d75d36ba9f1f3a887fa796731a99c5f746636bb460b11b4
3
+ metadata.gz: b61f1083a5e0992628288ccfc04b2c7a9e25e28abf9c378c661b8988d15cd9cc
4
+ data.tar.gz: 41c2c8c0efc35bc149e1ee00d3005801d3e182f062e2d4cad03653eed56856af
5
5
  SHA512:
6
- metadata.gz: fd12b0d9a9319eb54c1525728a0ed8decea7c580a65e5e57db225a9312115457d01a8b70e54b1a10c6064924e076a1981a71d879bb5bfed0552a4d5307b2dab9
7
- data.tar.gz: af5638789ae10158390721c5e226c3a3eddc40807542de76ba913459b9edcbe01f246084830894948ba68d1bbe6a6b4f266c8ab4e036e9ff74028aa9f6246cce
6
+ metadata.gz: a1fa3ddbfda67336032ab4717fb265ab52b11bd9331297a088fbcb7c0672273bbf9f40a74f2ad6c423cc54f5ad3ebed2c7754b843c75a02d65931d963098caf2
7
+ data.tar.gz: 490f8aaad1f77b42351bf3c916feaca6fae5d2cb67099c6b2fa4b14a2207f374cd4f8ade087a9f75bdd0101f2ee907931744f5e42213fa19d5374e730af453be
@@ -48,11 +48,10 @@ p {
48
48
  padding-left: 30px; }
49
49
 
50
50
  a {
51
- color: #00919d;
51
+ color: blue;
52
52
  transition: all 0.3s; }
53
53
  a:hover {
54
- text-decoration: none;
55
- color: #00626a; }
54
+ text-decoration: none; }
56
55
  a .fa-times {
57
56
  color: #e44c3a; }
58
57
  a .fa-times:hover {
@@ -113,7 +112,7 @@ textarea {
113
112
  line-height: 16px; }
114
113
 
115
114
  button, input[type="submit"] {
116
- background: #00919d;
115
+ background: blue;
117
116
  color: #fff;
118
117
  text-transform: uppercase;
119
118
  font-size: 12px;
@@ -123,7 +122,7 @@ button, input[type="submit"] {
123
122
  border: 0;
124
123
  transition: all 0.5s; }
125
124
  button:hover, input[type="submit"]:hover {
126
- background: #00626a;
125
+ background: #165ff0;
127
126
  color: #fff; }
128
127
 
129
128
  label {
@@ -309,7 +308,7 @@ table.subtitle {
309
308
  .toggler.toggled .first-line > .fa-caret-up {
310
309
  display: inline-block; }
311
310
  .toggler .fa-star {
312
- color: #00919d; }
311
+ color: blue; }
313
312
  .toggler .first-line {
314
313
  cursor: pointer; }
315
314
  @media (max-width: 768px) {
@@ -418,7 +417,7 @@ form[id^="new_tag_definition"] #object_types div {
418
417
  -webkit-transition: .4s;
419
418
  transition: .4s; }
420
419
  .switch-half input:checked + .slider {
421
- background-color: #00919d; }
420
+ background-color: blue; }
422
421
  .switch-half input:focus + .slider {
423
422
  box-shadow: 0 0 1px #2196F3; }
424
423
  .switch-half input:checked + .slider:before {
@@ -456,7 +455,7 @@ form[id^="new_tag_definition"] #object_types div {
456
455
  -webkit-transition: .4s;
457
456
  transition: .4s; }
458
457
  .switch input:checked + .slider {
459
- background-color: #00919d; }
458
+ background-color: blue; }
460
459
  .switch input:focus + .slider {
461
460
  box-shadow: 0 0 1px #2196F3; }
462
461
  .switch input:checked + .slider:before {
@@ -491,7 +490,7 @@ form[id^="new_tag_definition"] #object_types div {
491
490
  .spinner {
492
491
  padding-top: 3.5px;
493
492
  width: 40px;
494
- color: #00919d;
493
+ color: blue;
495
494
  display: none; }
496
495
 
497
496
  .footer-notice .modal-footer {
@@ -506,7 +505,7 @@ form[id^="new_tag_definition"] #object_types div {
506
505
  cursor: pointer; }
507
506
 
508
507
  .switch-tenant-active {
509
- color: #00919d; }
508
+ color: blue; }
510
509
 
511
510
  /* Required for https://github.com/killbill/killbill-admin-ui/issues/262 */
512
511
  .ui-autocomplete {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Assets
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-assets-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kill Bill core team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-12 00:00:00.000000000 Z
11
+ date: 2026-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-datepicker-rails