playbook_ui 7.6.2 → 7.7.0.pre.alpha1

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: b124452c10f7f722f9d15d662527e76ae235356edb7398a90e2bfcff89205fec
4
- data.tar.gz: 8e8ed4219d374e3168265e2aefb514556c8ad0c80f8621081b7e9c41f53f63bf
3
+ metadata.gz: 331e7a9e226f385545e9c1b28fd2e5386845c8aef5f85766fd5d3d82c36beb03
4
+ data.tar.gz: 2a09d435703c64d4f31b24ae9d8cd92a267a80f8d22ab79a3942a5245ce52fcd
5
5
  SHA512:
6
- metadata.gz: 1cc1adf796061cd899d8386c3a16b5c1c7fce37ebda42f22e6cde607045d330daedfd6726c38322068de0763f268c44c8f46c30f10316151fdf101547799cf29
7
- data.tar.gz: 46ab1fb6a46fb339dd98a7d21736baacbfe9feabfce2168aafba85fd072a46c34a4e38c9518ce325d65c1211b2db5dcb0dc0344781d571ca54021ef7109866c5
6
+ metadata.gz: ad762f917c55575cb9a04876b371495561a2396e0ed173926ccc5e3f356a3cf859ab6c32923145b62e46bdd6895feab05a55ae252ece3d8a6990ef664d857342
7
+ data.tar.gz: 7fe8fbc8c8626098c640a081f295676315b5aa2ae7393586436201cf22d4eb0f78fe5da67abe063a8d3a29fa09bb062619e4fbeb7076c9c8acaf42ed09c71b9f
@@ -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,7 +1,8 @@
1
1
  @import "../pb_caption/caption_mixin";
2
2
  @import "../pb_textarea/textarea_mixin";
3
3
  @import "../tokens/colors";
4
- @import "./sass_partials/flatpickr_styles";
4
+ //@import "./sass_partials/flatpickr_styles";
5
+ @import "~flatpickr/dist/flatpickr.min.css";
5
6
 
6
7
  [class^=pb_date_picker_kit] {
7
8
  .input_wrapper {
@@ -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.2"
4
+ VERSION = "7.7.0.pre.alpha1"
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.2
4
+ version: 7.7.0.pre.alpha1
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-09 00:00:00.000000000 Z
12
+ date: 2020-11-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -1941,12 +1941,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
1941
1941
  version: '0'
1942
1942
  required_rubygems_version: !ruby/object:Gem::Requirement
1943
1943
  requirements:
1944
- - - ">="
1944
+ - - ">"
1945
1945
  - !ruby/object:Gem::Version
1946
- version: '0'
1946
+ version: 1.3.1
1947
1947
  requirements: []
1948
- rubyforge_project:
1949
- rubygems_version: 2.7.3
1948
+ rubygems_version: 3.1.4
1950
1949
  signing_key:
1951
1950
  specification_version: 4
1952
1951
  summary: Playbook Design System