playbook_ui 7.6.2 → 7.7.0
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_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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bdb6b278638df86a70f02f1a672ecca497f3d7e521cd7934faf3af5bd199eb7b
|
|
4
|
+
data.tar.gz: fce202c0f5e57679bd9c674df0d311a7d253e7e859b954c6ee80820d9f61002d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26dc1013ada3259e4b8afffb76102e450139a5605ef285969e3a1abbb30ee82474ed5673223da64ed737fbb07b58acd1fcd32f4d4e39e0f9bcc4acfa14d95aa8
|
|
7
|
+
data.tar.gz: 262c8060f3c940c4d618e06ccae75ff7636d7bb22fee425ab0061f70c8841af0923a8cf4c7441385de1a6e81e880fa6f6c33fc48506ad14521faaf8b9315f9bf
|
|
@@ -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
|
|
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-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|