thecore_ui_commons 3.0.13 → 3.0.15

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: 79df975e4f9d2028d60fa20ca2683a101321fb1463d5b0d10e907403ed230db2
4
- data.tar.gz: 9629ea433061b16f03e702e18b0460069b80b96ddbe11fabdeba3d9949afff76
3
+ metadata.gz: 646f9e150f18ef935b6f175c6ba70c829d9ced9d9887234273055555b47fae16
4
+ data.tar.gz: 53066f2f4a92fadd08601c721f51d477c7faf6edc24472edfbde66e6aafc0866
5
5
  SHA512:
6
- metadata.gz: d0bdd980ec9a43aa8d526ec5619d929f17133c1c50a07764ceb1c273c37f2907db04e6cca74107d959d4db1d343e70497fe8fe72641a5fe6971178ca921c78a6
7
- data.tar.gz: 5955ed3f37e7535bf4e362a3882f823e6811cb8084c582fe1fd6b89d8579e438f5b059d64a0a01613994a5ce8da8b8909b6da8f7cd69050f2bae6688da36e4f8
6
+ metadata.gz: 862137076c0b53474b9a3059c69a1e9e776de2926638cdf56c9e99c12e5726880e99449f8dd0049a1cf08490fb33d9999e5b0da2a2cdab622887a1ac9318b89a
7
+ data.tar.gz: f10bc6898772f4f8203a0f1f29115997cb52f5e12fbe038fcf952aa6ba303cf5c0df772dc8f27e6bb2a50df5debdf2b7026b1cf8d45c67264afaba88f826adae
@@ -1,20 +1 @@
1
1
  // This file can be overridden in your engine
2
-
3
- let currentURL = new URL(window.location.href);
4
-
5
- $(document).on('turbo:load', function (event) {
6
- currentURL = new URL(event.originalEvent.detail.url);
7
- console.log("Page loaded listening to turbo:load event", currentURL.href);
8
- console.log(" - Protocol:", currentURL.protocol);
9
- console.log(" - Username:", currentURL.username);
10
- console.log(" - Password:", currentURL.password);
11
- console.log(" - Host:", currentURL.host);
12
- console.log(" - Hostname:", currentURL.hostname);
13
- console.log(" - Port:", currentURL.port);
14
- console.log(" - Pathname:", currentURL.pathname);
15
- console.log(" - Search:", currentURL.search);
16
- currentURL.searchParams.forEach((v, k) => {
17
- console.log(` - ${k}: ${v}`);
18
- })
19
- console.log(" - Hash:", currentURL.hash);
20
- });
@@ -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;
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.13
4
+ version: 3.0.15
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-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_backend_commons