voidable-hotwire 0.4.0 → 0.4.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: 941d4aa5d7f212c8cadb0329d622ae88a12a9f53ee6fe60cac420f41ff4203fc
4
- data.tar.gz: 2fafac0c9ed20da9fb8ac1c09f43a43782fbe991751aef7bfdd464157d666d05
3
+ metadata.gz: b6e356e75c50aa3acadf54f8479f3ea2b426cbf11f90c877202604cd57db2de6
4
+ data.tar.gz: 571158d41cde97770c45d54c697f5d8e14df5af8f62e3c6cc9eac58af65b22c4
5
5
  SHA512:
6
- metadata.gz: 200cefa6a29c773168dbaa58a60fcd5334b978020028fea8e7897d4a742afddf11c6f43cdb1310519a74f288424fdf1a4ea750c3f065d370fcaa724b0a76791f
7
- data.tar.gz: c7f35c4a0c8dea3e404264c10cd5e78af4484b03685fd2f6972fd18b62b3f4662bea6232d06679ad95aa2a5d34a4311ea8d0766d3b9898f7cbc64c691707670a
6
+ metadata.gz: 97ab88f3550239b4a29cafa6a67134b11256629c6a3f741e746d588407ad2cf32df78d68fa7d3643e05a5d68825ec9f01a72ddac09e0e31271a6216583d4629e
7
+ data.tar.gz: 3ae2070197419f5fbfe65109002eff5ad27e696857cf436dd886bb2eca53afaab19ac7272710c56f59eb37a2db5e67a56fcdaacf817399965668a273a97f70d9
data/config/importmap.rb CHANGED
@@ -1,5 +1,2 @@
1
- pin "@voidable/ui", to: "https://ga.jspm.io/npm:@voidable/ui@0.0.1/dist/ui.js"
2
- pin "@voidable/ui-hotwire", to: "https://ga.jspm.io/npm:@voidable/ui-hotwire@0.0.1/dist/hotwire.js"
3
-
4
- # Optional — pin the default theme, or replace with your own.
5
- # pin "@voidable/theme", to: "https://ga.jspm.io/npm:@voidable/theme@0.0.1/src/index.css"
1
+ pin "@voidable/ui", to: "https://cdn.jsdelivr.net/npm/@voidable/ui@0.5.2/dist/index.js"
2
+ pin "@voidable/ui-hotwire", to: "https://cdn.jsdelivr.net/npm/@voidable/ui-hotwire@0.3.0/dist/index.js"
@@ -21,8 +21,8 @@ module Voidable
21
21
  append_to_file importmap, <<~RUBY
22
22
 
23
23
  # Voidable UI
24
- pin "@voidable/ui", to: "https://ga.jspm.io/npm:@voidable/ui@0.0.1/dist/ui.js"
25
- pin "@voidable/ui-hotwire", to: "https://ga.jspm.io/npm:@voidable/ui-hotwire@0.0.1/dist/hotwire.js"
24
+ pin "@voidable/ui", to: "https://cdn.jsdelivr.net/npm/@voidable/ui@0.5.2/dist/index.js"
25
+ pin "@voidable/ui-hotwire", to: "https://cdn.jsdelivr.net/npm/@voidable/ui-hotwire@0.3.0/dist/index.js"
26
26
  RUBY
27
27
  say "Pinned @voidable/ui and @voidable/ui-hotwire in importmap", :green
28
28
  end
@@ -13,7 +13,7 @@
13
13
  <script type="module" src="<%%= vite_asset_path('application.js') %>" data-turbo-track="reload"></script>
14
14
  <% else %>
15
15
  <%%= stylesheet_link_tag :app, "data-turbo-track": "reload" %>
16
- <%%= stylesheet_link_tag "voidable-theme", "data-turbo-track": "reload" %>
16
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@voidable/theme@0.5.1/src/index.css" data-turbo-track="reload">
17
17
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.44.0/dist/tabler-icons.min.css">
18
18
  <%%= stylesheet_link_tag "voidable-layout", "data-turbo-track": "reload" %>
19
19
  <%%= stylesheet_link_tag "voidable-devise", "data-turbo-track": "reload" %>
@@ -13,7 +13,7 @@
13
13
  <script type="module" src="<%%= vite_asset_path('application.js') %>" data-turbo-track="reload"></script>
14
14
  <% else %>
15
15
  <%%= stylesheet_link_tag :app, "data-turbo-track": "reload" %>
16
- <%%= stylesheet_link_tag "voidable-theme", "data-turbo-track": "reload" %>
16
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@voidable/theme@0.5.1/src/index.css" data-turbo-track="reload">
17
17
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.44.0/dist/tabler-icons.min.css">
18
18
  <%%= stylesheet_link_tag "voidable-layout", "data-turbo-track": "reload" %>
19
19
  <%%= stylesheet_link_tag "voidable-devise", "data-turbo-track": "reload" %>
@@ -13,7 +13,7 @@
13
13
  <script type="module" src="<%%= vite_asset_path('application.js') %>" data-turbo-track="reload"></script>
14
14
  <% else %>
15
15
  <%%= stylesheet_link_tag :app, "data-turbo-track": "reload" %>
16
- <%%= stylesheet_link_tag "voidable-theme", "data-turbo-track": "reload" %>
16
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@voidable/theme@0.5.1/src/index.css" data-turbo-track="reload">
17
17
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.44.0/dist/tabler-icons.min.css">
18
18
  <%%= stylesheet_link_tag "voidable-layout-sidebar", "data-turbo-track": "reload" %>
19
19
  <%%= stylesheet_link_tag "voidable-devise", "data-turbo-track": "reload" %>
@@ -13,7 +13,7 @@
13
13
  <script type="module" src="<%%= vite_asset_path('application.js') %>" data-turbo-track="reload"></script>
14
14
  <% else %>
15
15
  <%%= stylesheet_link_tag :app, "data-turbo-track": "reload" %>
16
- <%%= stylesheet_link_tag "voidable-theme", "data-turbo-track": "reload" %>
16
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@voidable/theme@0.5.1/src/index.css" data-turbo-track="reload">
17
17
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.44.0/dist/tabler-icons.min.css">
18
18
  <%%= stylesheet_link_tag "voidable-layout-topbar", "data-turbo-track": "reload" %>
19
19
  <%%= stylesheet_link_tag "voidable-devise", "data-turbo-track": "reload" %>
@@ -1,5 +1,5 @@
1
1
  module Voidable
2
2
  module Hotwire
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voidable-hotwire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaz Walker
@@ -33,7 +33,6 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - LICENSE.md
35
35
  - README.md
36
- - app/assets/stylesheets/voidable-theme.css
37
36
  - app/views/devise/confirmations/new.html.erb
38
37
  - app/views/devise/passwords/edit.html.erb
39
38
  - app/views/devise/passwords/new.html.erb