svelte-on-rails 0.0.43 → 0.0.44

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: 0c45b43d02daa6e2a67f661348deecb1819734e2f16855b0595089663825a9ba
4
- data.tar.gz: 430a7f1f67145346e4e589d1d7a08c93a77260b5035c9c1b87dfaf7fba00fa79
3
+ metadata.gz: e29d2736242589c4733b2fff2bd590cce4eff354ae529d049fe4a18f05c464a6
4
+ data.tar.gz: 79fa789cd334dc3fdd248a53156d4845fe893b089147dd91a559b0618654fb12
5
5
  SHA512:
6
- metadata.gz: 96973f2cbf7f97e5e8ac886fd38335fe064ab75a6ad06e06a50a85aa6a2ca039a02bceb42beee754d60c33435898d9bea684ea83ac6812c9df75b6e948a4edbb
7
- data.tar.gz: a1e53b966389e9d1f196fe931bb4842237f46c07ad6b4b44c06311f2333b0dbf9fe6c9c970b5bc0d292c4c1c16646058b69711b1497b96615905a7939cf2b954
6
+ metadata.gz: e4cac68c628036a6bf53cae04e76523a1ee6ee91d645634b00097b3df8cd1b32c4b6b4d72fa8ede06542101922d9977a6546c86862ac013c97bc6625cb256e35
7
+ data.tar.gz: 20667b507cbdb4dba14e9a00b74ce780ba05bd169e888d73b0d292cb997294e6665050b9a76e248efd1a477cb4e83cb46783a04193bc5e15d4102a0e454a4cfb
@@ -13,7 +13,6 @@
13
13
 
14
14
 
15
15
  <h1>SSR / Client side rendering test</h1>
16
- <p>On the always client side rendered components you will see a unpleasant «blink» on the initial request.</p>
17
16
  <p>After rendering both, client and server side rendered components, must look similar for making sure that on ssr:
18
17
  :auto (which is default)
19
18
  no unpleasant «blink» is appearing.</p>
@@ -30,6 +29,7 @@
30
29
 
31
30
  <hr>
32
31
  <h3>Always rendered client side</h3>
32
+ <p>Here you will see a unpleasant «blink» on the initial request.</p>
33
33
  <div class="client-only">
34
34
  <% components.each do |component| %>
35
35
  <%= svelte_component(component, ssr: false, hydrate: true, title: component) %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svelte-on-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.43
4
+ version: 0.0.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Sedlmair