playbook_ui_docs 12.33.0.pre.alpha.PLAY905reactionbuttons982 → 12.33.0.pre.alpha.revert2650closedialogonoutsideclick977
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_button/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_button/docs/index.js +1 -2
- data/dist/playbook-doc.js +7 -7
- metadata +2 -4
- data/app/pb_kits/playbook/pb_button/docs/_button_reaction.html.erb +0 -3
- data/app/pb_kits/playbook/pb_button/docs/_button_reaction.jsx +0 -38
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c1bc4a2ae4ff0c285d46e9f5e6b6a0a453f2f502a21d6c70bd3f75f2432f705
|
4
|
+
data.tar.gz: 9757dc1f368f7c5df3f910e79658520f3adad43e145e74328fd8be4b6a6d147c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99e3702f60aee99f46d3d5c042cbc2cd0d84fd00d9a34392be3befa4e132d929ea2aaddf7c8681c954861bc3b6f8c2b2aec7135f84b74e48e9e461ecf0907f9f
|
7
|
+
data.tar.gz: d04f0110c2b5515d686e6e36424ea70fff8e04f8a515750b0330b8517fb3a4cc7f0afc46b20a3da2debed2970f9379e388cb05a6c9cc8d42704a72108d021b53
|
@@ -1,7 +1,6 @@
|
|
1
1
|
examples:
|
2
2
|
rails:
|
3
3
|
- button_default: Button Variants
|
4
|
-
- button_reaction: Reaction Button
|
5
4
|
- button_full_width: Button Full Width
|
6
5
|
- button_link: Button Links
|
7
6
|
- button_loading: Button Loading
|
@@ -14,7 +13,6 @@ examples:
|
|
14
13
|
|
15
14
|
react:
|
16
15
|
- button_default: Button Variants
|
17
|
-
- button_reaction: Reaction Button
|
18
16
|
- button_full_width: Button Full Width
|
19
17
|
- button_link: Button Links
|
20
18
|
- button_loading: Button Loading
|
@@ -8,5 +8,4 @@ export { default as ButtonAccessibility } from './_button_accessibility.jsx'
|
|
8
8
|
export { default as ButtonOptions } from './_button_options.jsx'
|
9
9
|
export { default as ButtonSize } from './_button_size.jsx'
|
10
10
|
export { default as ButtonForm } from './_button_form.jsx'
|
11
|
-
export { default as ButtonHover } from './_button_hover.jsx'
|
12
|
-
export {default as ButtonReaction } from './_button_reaction.jsx'
|
11
|
+
export { default as ButtonHover } from './_button_hover.jsx'
|