isomorfeus-preact 22.9.0.rc9 → 22.10.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/isomorfeus_preact_ext/extconf.rb +5 -0
- data/ext/isomorfeus_preact_ext/fio-stl.h +35006 -0
- data/ext/isomorfeus_preact_ext/isomorfeus_preact_ext.c +9 -0
- data/ext/isomorfeus_preact_ext/isomorfeus_preact_ext.h +24 -0
- data/ext/isomorfeus_preact_ext/preact.c +538 -0
- data/ext/isomorfeus_preact_ext/vnode.c +91 -0
- data/lib/isomorfeus/preact/ssr.rb +0 -1
- data/lib/isomorfeus/preact/version.rb +1 -1
- data/lib/isomorfeus-preact.rb +6 -3
- data/lib/link.rb +2 -1
- data/lib/lucid_app.rb +2 -3
- data/lib/lucid_component.rb +4 -7
- data/lib/nano_css.rb +28 -35
- data/lib/preact/component.rb +1 -10
- data/lib/preact/context.rb +8 -14
- data/lib/preact/html_elements.rb +58 -0
- data/lib/preact/math_ml_elements.rb +53 -0
- data/lib/preact/{elements.rb → svg_elements.rb} +17 -31
- data/lib/preact.rb +32 -308
- data/lib/redirect.rb +2 -1
- data/lib/route.rb +3 -1
- data/lib/switch.rb +3 -1
- metadata +33 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52289511155a5b8805b447f322b7bb1c12f32d11a7b622b65ddce9904da6ed32
|
4
|
+
data.tar.gz: 3d4b57c6a439b9aebca2202ebb839eef61071b84375f41df5d77b23b0044d096
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 978253c3a2ddf848ea644d8e5625ef5f31f6af4358e16245bf83943132e3ae1528624df232bd8b1ad0f49db218da77c3d8145bd2aa6c77ff57efef6cedbbf1c0
|
7
|
+
data.tar.gz: 7d0a9a76d291c523f87100a47277d1752d4e9ccc9d6c3fcfea4b5a6c2c09fbbb9a2408d2762ea239d937dfb0e3a1167b6750c334c35c11fea33f028bf737acc3
|