wilday_ui 0.2.3 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/builds/wilday_ui/index.js +2519 -0
- data/app/assets/builds/wilday_ui/index.js.map +7 -0
- data/app/assets/stylesheets/wilday_ui/button.css +33 -0
- data/app/helpers/wilday_ui/components/button_helper.rb +27 -1
- data/app/javascript/wilday_ui/components/button.js +2 -0
- data/app/javascript/wilday_ui/controllers/button_controller.js +56 -0
- data/app/javascript/wilday_ui/controllers/index.js +16 -0
- data/app/javascript/wilday_ui/index.js +3 -0
- data/app/views/layouts/wilday_ui/application.html.erb +1 -0
- data/app/views/wilday_ui/_button.html.erb +31 -8
- data/lib/wilday_ui/engine.rb +51 -1
- data/lib/wilday_ui/version.rb +1 -1
- metadata +6 -5
- data/app/assets/builds/index.css +0 -1
- data/app/assets/builds/index.js +0 -13
- data/app/assets/builds/index.js.map +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78618574e21394855f6b130e921801a2b585a1a3de42354671553848b1966be7
|
4
|
+
data.tar.gz: a03ad56c6df4d69759228f04bf071efd706a4d1d4a489e85d8089b8b7e4c43ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd86f7d58e9d7fa9e3e722fb3d35b23ba32109f0d3367e237113f43dd57b54e332cee515bd287c75dce266f5fb18a96e9288940cc0feaca7618daa78e790ac6b
|
7
|
+
data.tar.gz: ef40542999d1303c5faf0760c83768d1c4c4adab111245ffee47a48221b2b0a5923b05047b2d12b4c0281ca3b24b1497b156a5528d2fe4b64bbd8a8e298c1b6a
|