playbook_ui 7.6.0 → 7.7.0

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: c640e73cd0b4ef70ac6e4a192aba9da7688d02fddfd2dd464e592a64c5fba51d
4
- data.tar.gz: d86f7f0e37d5a0031222b9c166dd731726dfdc05c5258e5be12397fdf51f3299
3
+ metadata.gz: bdb6b278638df86a70f02f1a672ecca497f3d7e521cd7934faf3af5bd199eb7b
4
+ data.tar.gz: fce202c0f5e57679bd9c674df0d311a7d253e7e859b954c6ee80820d9f61002d
5
5
  SHA512:
6
- metadata.gz: 8ea13081f6e212aeed80670bec2d60dd5cad12b548f1189aaf83f9537f938bb06cd349384df528d2eda356ef310ff7a9bce1fb9043014ebb44bb7ed11849cff7
7
- data.tar.gz: d25f454ef088a81acc6f9e27c64844acf5150bc1f1f6454f1eeab8a86f53aacf389d379b94127e27082466434c709757affc0c9270dd4c28734f24e8804349ff
6
+ metadata.gz: 26dc1013ada3259e4b8afffb76102e450139a5605ef285969e3a1abbb30ee82474ed5673223da64ed737fbb07b58acd1fcd32f4d4e39e0f9bcc4acfa14d95aa8
7
+ data.tar.gz: 262c8060f3c940c4d618e06ccae75ff7636d7bb22fee425ab0061f70c8841af0923a8cf4c7441385de1a6e81e880fa6f6c33fc48506ad14521faaf8b9315f9bf
@@ -1,8 +1,6 @@
1
1
  @import "../tokens/border_radius";
2
2
  @import "../tokens/colors";
3
3
  @import "../tokens/typography";
4
- @import "../pb_online_status/online_status";
5
- @import "../pb_image/image";
6
4
 
7
5
  $avatar-sizes: (
8
6
  "xs": 28px,
@@ -4,7 +4,7 @@
4
4
  data: object.data,
5
5
  id: object.id,
6
6
  class: object.classname,
7
- style: `background-image: url(#{object.image_url});`
7
+ style: "background-image: url('#{object.image_url}');"
8
8
  ) do %>
9
9
  <%= capture(&object.children) %>
10
10
  <% end %>
@@ -1,5 +1,4 @@
1
1
  @import "./button_mixins";
2
- @import "../pb_icon/icon";
3
2
 
4
3
  [class^=pb_button_kit]{
5
4
  // Variants =================
@@ -1,6 +1,5 @@
1
1
  @import "../tokens/border_radius";
2
2
  @import "../tokens/colors";
3
- @import "../pb_image/image";
4
3
 
5
4
  $image-sizes: (
6
5
  "xs": 60px,
@@ -2,14 +2,14 @@
2
2
  import React from 'react'
3
3
  import ProgressPills from '../_progress_pills.jsx'
4
4
 
5
- const ProgressPillsDefault = () => {
5
+ const ProgressPillsDefault = (props) => {
6
6
  return (
7
7
  <div>
8
8
  <ProgressPills
9
9
  active={2}
10
10
  steps={3}
11
+ {...props}
11
12
  />
12
-
13
13
  </div>
14
14
  )
15
15
  }
@@ -2,7 +2,7 @@
2
2
  import React from 'react'
3
3
  import ProgressPills from '../_progress_pills.jsx'
4
4
 
5
- const ProgressPillsStatus = () => {
5
+ const ProgressPillsStatus = (props) => {
6
6
  return (
7
7
  <div>
8
8
  <ProgressPills
@@ -10,8 +10,8 @@ const ProgressPillsStatus = () => {
10
10
  steps={3}
11
11
  title="Status:"
12
12
  value="Orientation"
13
+ {...props}
13
14
  />
14
-
15
15
  </div>
16
16
  )
17
17
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- VERSION = "7.6.0"
4
+ VERSION = "7.7.0"
5
5
  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: 7.6.0
4
+ version: 7.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-11-06 00:00:00.000000000 Z
12
+ date: 2020-11-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack