playbook_ui 12.31.0.pre.alpha.hoverrails948 → 12.31.0.pre.alpha.hoverrails951
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3126e0971e1092c47d8dfa988f36a2dca2ac152bd0ef7f5437d44ef25696931e
|
4
|
+
data.tar.gz: e25f1f5019db99a6b314df9c6eda14cdd4a63ac544b160c0d8d044418b25c6ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a3838e0866216c40824eb2fa6e314a4e80c5b3c189b1e15402f7e326dcfb5246580504684a09691e9ebdbdb7d91aaca1fe5824f6c69b95cd85d5e1241b2f10b
|
7
|
+
data.tar.gz: d69a65e9e3b64dcef3a777a63d20e2bded1768d791dd1b48117d026a7f1b7ce59d4ead07c4ce523644847bc39957f207fad0eb2470d5c13e10c34d01ad18323a
|
@@ -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
|
data/lib/playbook/hover.rb
CHANGED
data/lib/playbook/version.rb
CHANGED