playbook_ui_docs 12.31.0.pre.alpha.hoverrails948 → 12.31.0.pre.alpha.hoverrails951
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 +10 -9
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '02088589b12faed89589416afd0ff4010442925960b76a918a0cbd79d1e2490f'
|
4
|
+
data.tar.gz: b669f49dcb6dbac22cfe13bf7fb90a8843fb45cbe91eeb43f39ab3d9171188bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7beeb20250249582dba73345324cb0e8caf3c6e99acba075a93c909a4d2a7417adb0192533229d239e8eb9a2f6b6fb2c9e065679fe3dd421a6b7b170718aaaee
|
7
|
+
data.tar.gz: 6e931a63878981dd0c4448895ce45f3c6c51b9fa98b6af6ef782c32004ff70e0eef99085da1fa65f79a885dd65f20d2bfa68ae2d82315d3d23fc13082a8ce6cd
|
@@ -1,15 +1,16 @@
|
|
1
1
|
examples:
|
2
2
|
rails:
|
3
3
|
- button_default: Button Variants
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
4
|
+
- button_full_width: Button Full Width
|
5
|
+
- button_link: Button Links
|
6
|
+
- button_loading: Button Loading
|
7
|
+
- button_block_content: Button Block Content
|
8
|
+
- button_icon_options: Button Icon Options
|
9
|
+
- button_accessibility: Button Accessibility Options
|
10
|
+
- button_options: Button Additional Options
|
11
|
+
- button_size: Button Size
|
12
|
+
- button_form: Button Form Attribute
|
13
|
+
|
13
14
|
react:
|
14
15
|
- button_default: Button Variants
|
15
16
|
- button_full_width: Button Full Width
|