plutonium 0.12.5 → 0.12.7

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: b41319fc7e06279097625aaad2116a7743bbd91694cbe74d24a4bdc168ee3342
4
- data.tar.gz: 868260b35a8731d3c26b324a5baadb2cffb3e7244f28e7df0cf43abe2b8442a5
3
+ metadata.gz: a506de0c8c97e347b3710b0722acb6c33a7d56bb9a2e15b9b3ca408fddbc3ff2
4
+ data.tar.gz: 87baf720c28410b58cd241a075188c1e2e62418c4cf442de8894efb434bfaec2
5
5
  SHA512:
6
- metadata.gz: b56ac02a9594b3335d66a253c1228b7531f843594654168831cd95d6ebe94760156f42fc6579533211df013ada8e61c0d7366dc33a2792264e497f4497cd45da
7
- data.tar.gz: 44c23e43db9a5f27faf441d9383628b75a66c2a5b1b94a25d237da58496617de70b705319afc4f583e07a8cdbeb5446d293c2fc5ea9c0c57b7f52003b0d677f9
6
+ metadata.gz: 66e7a556fc503ea10e80a6afb90fdd1be3746f8518fdc1ce41017a6363acdfc952d0dc76d3bf7c2fe20f45c61f540ed1be2248b62c525769b582567f4a1c6cb7
7
+ data.tar.gz: 669806b4581f69e4d8fe7d3271473e03ba9ff53e696d3001be9e03dad150f557a2edd550cdf5dc14b800508f2459efecb848b330e2f8f9482b7c910ce3c4ee19
@@ -6,57 +6,9 @@
6
6
  >
7
7
  <div class="<%= sidebar_container_class %>">
8
8
  <%= content %>
9
- <div class="hidden absolute bottom-0 left-0 justify-center p-4 space-x-4 w-full lg:flex bg-white dark:bg-gray-800 z-20">
10
-
11
- <!--
12
- <a
13
- href="#"
14
- class="inline-flex justify-center p-2 text-gray-500 rounded cursor-pointer dark:text-gray-200 hover:text-gray-900 dark:hover:text-white hover:bg-gray-100 dark:hover:bg-gray-600"
15
- >
16
- <svg
17
- aria-hidden="true"
18
- class="w-6 h-6"
19
- fill="currentColor"
20
- viewBox="0 0 20 20"
21
- xmlns="http://www.w3.org/2000/svg"
22
- >
23
- <path
24
- d="M5 4a1 1 0 00-2 0v7.268a2 2 0 000 3.464V16a1 1 0 102 0v-1.268a2 2 0 000-3.464V4zM11 4a1 1 0 10-2 0v1.268a2 2 0 000 3.464V16a1 1 0 102 0V8.732a2 2 0 000-3.464V4zM16 3a1 1 0 011 1v7.268a2 2 0 010 3.464V16a1 1 0 11-2 0v-1.268a2 2 0 010-3.464V4a1 1 0 011-1z"
25
- ></path>
26
- </svg>
27
- </a>
28
- <a
29
- href="#"
30
- data-tooltip-target="tooltip-settings"
31
- class="inline-flex justify-center p-2 text-gray-500 rounded cursor-pointer dark:text-gray-200 dark:hover:text-white hover:text-gray-900 hover:bg-gray-100 dark:hover:bg-gray-600"
32
- >
33
- <svg
34
- aria-hidden="true"
35
- class="w-6 h-6"
36
- fill="currentColor"
37
- viewBox="0 0 20 20"
38
- xmlns="http://www.w3.org/2000/svg"
39
- >
40
- <path
41
- fill-rule="evenodd"
42
- d="M11.49 3.17c-.38-1.56-2.6-1.56-2.98 0a1.532 1.532 0 01-2.286.948c-1.372-.836-2.942.734-2.106 2.106.54.886.061 2.042-.947 2.287-1.561.379-1.561 2.6 0 2.978a1.532 1.532 0 01.947 2.287c-.836 1.372.734 2.942 2.106 2.106a1.532 1.532 0 012.287.947c.379 1.561 2.6 1.561 2.978 0a1.533 1.533 0 012.287-.947c1.372.836 2.942-.734 2.106-2.106a1.533 1.533 0 01.947-2.287c1.561-.379 1.561-2.6 0-2.978a1.532 1.532 0 01-.947-2.287c.836-1.372-.734-2.942-2.106-2.106a1.532 1.532 0 01-2.287-.947zM10 13a3 3 0 100-6 3 3 0 000 6z"
43
- clip-rule="evenodd"
44
- ></path>
45
- </svg>
46
- </a>
47
-
48
- <div
49
- id="tooltip-settings"
50
- role="tooltip"
51
- class="inline-block absolute invisible z-10 py-2 px-3 text-sm font-medium text-white bg-gray-900 rounded-lg shadow-sm opacity-0 transition-opacity duration-300 tooltip"
52
- >
53
- Settings page
54
- <div class="tooltip-arrow" data-popper-arrow></div>
55
- </div>
56
- -->
57
-
9
+ </div>
58
10
 
59
- <!-- Color Modes -->
11
+ <div class="hidden absolute bottom-0 left-0 justify-center p-4 space-x-4 w-full lg:flex bg-white dark:bg-gray-800 z-20">
60
12
  <div data-controller="resource-drop-down">
61
13
  <button
62
14
  type="button"
@@ -36,10 +36,6 @@ module Pu
36
36
  environment "# config.plutonium.assets.logo = \"logo.png\""
37
37
  end
38
38
 
39
- def setup_assets
40
- invoke "pu:core:assets", [], force: true, skip: options[:skip]
41
- end
42
-
43
39
  def eject_views
44
40
  invoke "pu:eject:layout", [], dest: "main_app",
45
41
  force: options[:force],
@@ -1,3 +1,3 @@
1
1
  module Plutonium
2
- VERSION = "0.12.5"
2
+ VERSION = "0.12.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plutonium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.5
4
+ version: 0.12.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich