thecore_ui_commons 3.0.14 → 3.0.16

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: b454a3afafb14ce1633816aff60e3cb68d9c4f83bba559d08f94b1f3588cb6ec
4
- data.tar.gz: 7b9088bd317b88da2b56f65fbd540c478c3369867ffe5334deadc50c45afbdc1
3
+ metadata.gz: e6f8afab0deca3a883a68376140f09ccfb40fbf4a34f2d8da722e0a225f88f30
4
+ data.tar.gz: fcd75e03841c25cf721df91a5161f341a071b38cfbb6569ed5c4c280f75dcb8f
5
5
  SHA512:
6
- metadata.gz: 31ca62310599e449f87c70623f37cad49c3123d025b70f2f81b94af1ddbe81169db9cfd63f06dbd86c6821b2e38db59425ff1e2f47f6c21c760f2f52ef853002
7
- data.tar.gz: c80611648b7c0c3a69c4e6d111a35613b6da73747f3b399c8ca1ed84a96ee9f1a0f0d260a21a7bd66a98c1dbfedc2e92322c185364707b0c97baa5efc42bab3c
6
+ metadata.gz: 7db0ddab55c33f7c83da467bf3d8e31756f98b6f8781d1e10bf79dd2dd35a1e062c7dbd3e339a8b3cefbc98c4d6d5d3ecd21ae1ca750f26bfba55edd35cc862c
7
+ data.tar.gz: 64b2be96ae451bfcb116b746c9df27cef69d884b40ecf447f828c46645fd0aee71489d7e78e51b7fbd10b3e0b081bdbad0a983b4ca1ce2eca2f9a6243897c058
@@ -96,7 +96,7 @@ a:active {
96
96
  padding: 6px 12px;
97
97
  font-size: 14px;
98
98
  line-height: 1.42857143;
99
- color: $text-highlight;
99
+ color: $shadows;
100
100
  background-color: $background;
101
101
  background-image: none;
102
102
  border: 1px solid $gray;
@@ -1,3 +1,4 @@
1
+ puts "ApplicationController Concern from ThecoreUiCommons"
1
2
  require 'active_support/concern'
2
3
 
3
4
  module ConcernApplicationController
@@ -1,3 +1,4 @@
1
+ puts "User Concern from ThecoreUiCommons"
1
2
  require 'active_support/concern'
2
3
 
3
4
  module ThecoreUiCommonsUserConcern
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.14
4
+ version: 3.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-13 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_backend_commons