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 +4 -4
- data/app/pb_kits/playbook/pb_background/_background.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date_picker/_date_picker.scss +2 -1
- data/app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_default.jsx +2 -2
- data/app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_status.jsx +2 -2
- data/lib/playbook/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 331e7a9e226f385545e9c1b28fd2e5386845c8aef5f85766fd5d3d82c36beb03
|
|
4
|
+
data.tar.gz: 2a09d435703c64d4f31b24ae9d8cd92a267a80f8d22ab79a3942a5245ce52fcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad762f917c55575cb9a04876b371495561a2396e0ed173926ccc5e3f356a3cf859ab6c32923145b62e46bdd6895feab05a55ae252ece3d8a6990ef664d857342
|
|
7
|
+
data.tar.gz: 7fe8fbc8c8626098c640a081f295676315b5aa2ae7393586436201cf22d4eb0f78fe5da67abe063a8d3a29fa09bb062619e4fbeb7076c9c8acaf42ed09c71b9f
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
@import "../pb_caption/caption_mixin";
|
|
2
2
|
@import "../pb_textarea/textarea_mixin";
|
|
3
3
|
@import "../tokens/colors";
|
|
4
|
-
|
|
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
|
}
|
data/lib/playbook/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|
|
1946
|
+
version: 1.3.1
|
|
1947
1947
|
requirements: []
|
|
1948
|
-
|
|
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
|