playbook_ui 7.3.0.pre.alpha11 → 7.3.0.pre.alpha12
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_collapsible/_collapsible.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: d1ae42d076ae177de10c6ae634260583ce2c56034d5562ef212bf3400cdec1f3
|
4
|
+
data.tar.gz: b86670d2e736072dc5cfa9dfe9134535eb06c257e68c26eba05c42b7fbbb4ad4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b25282fe2aa8b8c1dd5d3b1dddc01bfb34d7e79bf726a95c4fe2b2ce20c76c3a57d72ba5ef1e4275069f0b6942a77f9a2807cdb4c3f754f1d81c491c00efeba5
|
7
|
+
data.tar.gz: 7caf7691c67d48d5a9b343d0f79cfdcef59095774ec9aa0e7d2e95449f4c231f34a658967c89d52cf2ab61cfeebba3cf48849bdc6a2ed3e71a4ed14c6cb58c3d
|
@@ -76,7 +76,7 @@ const Collapsible = (props: CollapsibleProps) => {
|
|
76
76
|
const subComponentTags = (tagName) => {
|
77
77
|
console.log("TagName:", tagName)
|
78
78
|
return collapsibleChildren
|
79
|
-
.filter((c) => get(c, "type.
|
79
|
+
.filter((c) => get(c, "type.displayName") === tagName)
|
80
80
|
.map((child, i) => {
|
81
81
|
console.log("the child:", child)
|
82
82
|
return React.cloneElement(child, {
|
@@ -110,7 +110,7 @@ const Collapsible = (props: CollapsibleProps) => {
|
|
110
110
|
|
111
111
|
const renderContent = () => {
|
112
112
|
const nonMainChildren = collapsibleChildren.filter(
|
113
|
-
(child) => get(child, "type.
|
113
|
+
(child) => get(child, "type.displayName") !== "Main"
|
114
114
|
)
|
115
115
|
console.log("NonMainChildren:", nonMainChildren)
|
116
116
|
return (
|
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.3.0.pre.
|
4
|
+
version: 7.3.0.pre.alpha12
|
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-10-
|
12
|
+
date: 2020-10-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|