playbook_ui 14.2.0.pre.alpha.PLAY15063624 → 14.2.0.pre.alpha.PLAY15063626

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: f8354e917503be2fa1d66b7c8b5d3c678c4c286be8521bc3c7c3ffb7ddd12ff1
4
- data.tar.gz: b3163cc2273b66c0ccf4b7839149daedcb84eb7b4800d3761b1503affc73ff8f
3
+ metadata.gz: b53a51c7a8b15c112bf3080dd955cf0129abac5e2d714451e21d5bf4bf59fe04
4
+ data.tar.gz: a7f79fb282bcec2f7af1762ab2a66dc430f88cbde73dc80ab8ebb59d6b6aa110
5
5
  SHA512:
6
- metadata.gz: fb1a9ef9cab1ac0c60a2ee930680be8079504e13482bd47afbba4acd02dd65c22edf782864baa7dbcb7d5b3676703cb0054ac738063405ef7c585e952c1827ab
7
- data.tar.gz: 547efd98cfdf37f5be54164e4cce89245fa59d6453f85d7543d25519513261ab79595396f22c86a42441ccdff1008a1e40ac3f44dbe8935cdd831b3ce7aad2a3
6
+ metadata.gz: f9e0ae1f9823582fefe90e8d359b59fb908ba165b8daf7e4446dcac0febe0e8b5762b7c4f89d9d18a6861a6cb4039b620ea22e062a00fcc8c23dcd8d14d8daa3
7
+ data.tar.gz: ab4c7991212da3e2184e8ff3dc053256f199fa1c73a883004ee25f300a11655b0cd8ac74ecf1ec88672346405011571ac0ab0d61fced3bcda32f03783eaea73f
@@ -4,9 +4,9 @@
4
4
  @import "../tokens/typography";
5
5
 
6
6
  $connector_width: 2px;
7
- $icon_margin: calc($space_xs/2);
7
+ $icon_margin: $space_xs/2;
8
8
  $icon_height: 28px;
9
- $height_from_top: calc($icon_height/2) - calc($connector_width/2);
9
+ $height_from_top: $icon_height/2 - $connector_width/2;
10
10
 
11
11
  @mixin pb_timeline_line_solid($width, $height, $margin) {
12
12
  width: $width;
@@ -8,7 +8,7 @@ $transition: .2s ease-in-out;
8
8
  [class^=pb_toggle_kit] {
9
9
  position: relative;
10
10
  $width: 44px;
11
- $height: calc($width / 2);
11
+ $height: $width / 2;
12
12
  $border_success: 3px solid $color_checkbox_success;
13
13
  $border_default: 3px solid $color_checkbox_default;
14
14
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.2.0"
5
- VERSION = "14.2.0.pre.alpha.PLAY15063624"
5
+ VERSION = "14.2.0.pre.alpha.PLAY15063626"
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.2.0.pre.alpha.PLAY15063624
4
+ version: 14.2.0.pre.alpha.PLAY15063626
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX