playbook_ui 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 254f8095f89f90a26b48bf1de3f6ebe8457f324bfaf89d2c0a44921b3dae9b0f
4
- data.tar.gz: b1980a1c1d435f4b34c7e4ba81ae9eecdb2b7afea98b71e00f3cace1e2d0375d
3
+ metadata.gz: 3126e0971e1092c47d8dfa988f36a2dca2ac152bd0ef7f5437d44ef25696931e
4
+ data.tar.gz: e25f1f5019db99a6b314df9c6eda14cdd4a63ac544b160c0d8d044418b25c6ff
5
5
  SHA512:
6
- metadata.gz: ef083fc09e3d71541460a673a3aa189d079cb856e617e1d8d2d38240e1dcfa9155f85563eb0fb26f778497211671ff439ea1f9132233a8487b28cd0cd0d75d73
7
- data.tar.gz: ea8fde568dad79fd58c452af6850c7fed616b8fe339a71ccbe60cd2e0aee0ecd225e347469242a73878dde5a327120f2080bbc670394934b9078aa3f30f5c392
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
- # - 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
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
@@ -53,7 +53,7 @@ $pb_card_header_colors: map-merge(map-merge($product_colors, $additional_colors)
53
53
  };
54
54
 
55
55
  @each $name, $shadow in $box_shadows {
56
- &[class*=_#{$name}] {
56
+ &[class^=_#{$name}] {
57
57
  box-shadow: $shadow;
58
58
  }
59
59
  }
@@ -1,7 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "pry"
4
-
5
3
  module Playbook
6
4
  module Hover
7
5
  def self.included(base)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "12.31.0"
5
- VERSION = "12.31.0.pre.alpha.hoverrails948"
5
+ VERSION = "12.31.0.pre.alpha.hoverrails951"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.31.0.pre.alpha.hoverrails948
4
+ version: 12.31.0.pre.alpha.hoverrails951
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX