playbook_ui 14.1.0.pre.alpha.PLAY15063616 → 14.1.0.pre.alpha.PLAY15063617

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: e867947a5b9a78b085c51e48aa0a3c883048d6826c8a9351028d55e9702dc089
4
- data.tar.gz: 699cf8fcef6fc2823aa27d3262e98c50c27bdcae977fa046792d1126a0f451ab
3
+ metadata.gz: 2356fc9876aefeab2240fdaa7059349fb2d2208a85926ba3c057013bca7f3fcc
4
+ data.tar.gz: 672a3ad4998aa590ce93e6ba710db2791650d9791917fb5d961be08af999cfd0
5
5
  SHA512:
6
- metadata.gz: 247455763d0bc712a015d94772d0a935030beedb12987532c56bc3f6797743870c6ae344a779b654b08b7ba68ffb39cf71186a659743483609bf265a92e86f26
7
- data.tar.gz: c7ace21b2fc8d6207ad06e8c34759167873229406b6bb1c9c26c4e55dc951ce7a00549de31909e5f24c104e4e1765723642a36091d5c023960e7a7658bffbbb2
6
+ metadata.gz: 0014d9d4658dc116d8a5abe25b85fd7890c32924889d25607dbb477f8bba831ced1c5c3430d389e601df6df712ded206d03b1b4670a2dd308e451998f420b21c
7
+ data.tar.gz: 38b80119c3d05838dffef629a7d2d8e8566248f3858a341fe635be900601649b8081c094d6ac2743a1c0cc9bc57675e231420462cc3c89859c2f86fd159bc04d
@@ -6,7 +6,6 @@
6
6
  @import 'pb_bar_graph/bar_graph';
7
7
  @import 'pb_body/body';
8
8
  @import 'pb_bread_crumbs/bread_crumbs';
9
- @import 'pb_button/button_mixins';
10
9
  @import 'pb_button/button';
11
10
  @import 'pb_button_toolbar/button_toolbar';
12
11
  @import 'pb_caption/caption';
@@ -16,7 +16,7 @@ $pb_button_styles: (
16
16
  flex-grow: 0;
17
17
  width: $pb_button_size;
18
18
  height: $pb_button_size;
19
- border-radius: calc($pb_button_size/2);
19
+ border-radius: $pb_button_size / 2;
20
20
  line-height: $pb_button_size;
21
21
  flex-basis: $pb_button_size;
22
22
  min-width: $pb_button_size;
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.1.0"
5
- VERSION = "14.1.0.pre.alpha.PLAY15063616"
5
+ VERSION = "14.1.0.pre.alpha.PLAY15063617"
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: 14.1.0.pre.alpha.PLAY15063616
4
+ version: 14.1.0.pre.alpha.PLAY15063617
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX