playbook_ui 7.3.0.pre.alpha10 → 7.3.0.pre.alpha11

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: ffacb9bd2fec12c5de6322d01b9acd45f3b18818f68d0155eb224f964cec579a
4
- data.tar.gz: 629da81bbd27bddd718eb38bc0824e4e2754edb85972942e982e8c79b815a984
3
+ metadata.gz: 978fe49deeba23a103d0206e9968d8acbec5720297bb1bea15242c48b051eab8
4
+ data.tar.gz: 168c0caf650628fa82778f76029aeac0d43d51748be95ed73e49ddfc9fd7ec7c
5
5
  SHA512:
6
- metadata.gz: b4d4257240173e0c2e3ff7c4f810ef6f9cf90c45b1ed8ebe1d10af991c06e6e1f1cbcb8184933d5d6dbd74459e1ca0391e996d01d67e2e083aad61813e9f42dd
7
- data.tar.gz: 2e78709ffe438edfdd8282f4111d918fa9a25835cee7af2d41fa87fd15ecf778e675f24b691d6585ccb1866c9df105031a44ca6886563a1edbacb470eaf749cd
6
+ metadata.gz: 2ba26ebfdfa913136e4dabcdd9b95c0113e395f253e68422aff739a2208a1b82269e6a957b6ab0471046f6442719a00f4d5747fff552531850e1d1ba386086f2
7
+ data.tar.gz: eff455bb86c9157aeae0b89eaa7dd24640349331c48d4190c72a07693f2c35261f89dd23699b6034e3e33c9c40e138560a2919584da012d5d73a4db82969a37a
@@ -1,4 +1,4 @@
1
- <%= content_tag(:div,
1
+ n<%= content_tag(:div,
2
2
  aria: object.aria,
3
3
  class: object.classname,
4
4
  data: object.data,
@@ -40,9 +40,6 @@ const Main = (props: CollapsibleMainProps) => {
40
40
  )
41
41
  }
42
42
 
43
- const MainType = (<Main />).type
44
-
45
-
46
43
  const Content = (props: CollapsibleContentProps) => {
47
44
  const { children, className, padding = "md" } = props
48
45
  const contentCSS = buildCss("pb_collapsible_content_kit")
@@ -93,7 +90,7 @@ const Collapsible = (props: CollapsibleProps) => {
93
90
 
94
91
  return (
95
92
  <div key={direction} style={{ verticalAlign: "middle" }}>
96
- <i className={`far fa-2x fa-chevron-${direction} fa-fw`} />
93
+ <i className={`far fa-chevron-${direction} fa-fw`} />
97
94
  </div>
98
95
  )
99
96
  }
@@ -113,7 +110,7 @@ const Collapsible = (props: CollapsibleProps) => {
113
110
 
114
111
  const renderContent = () => {
115
112
  const nonMainChildren = collapsibleChildren.filter(
116
- (child) => child.type !== MainType
113
+ (child) => get(child, "type.name") !== "Main"
117
114
  )
118
115
  console.log("NonMainChildren:", nonMainChildren)
119
116
  return (
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Playbook
3
- VERSION = "7.3.0.pre.alpha10"
3
+ VERSION = "7.3.0.pre.alpha11"
4
4
  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.3.0.pre.alpha10
4
+ version: 7.3.0.pre.alpha11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX