playbook_ui 11.2.6 → 11.2.7

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: 1080649a8b94bdb73711cf46d474ba728272487d5ee46d077be0a14559f7ce12
4
- data.tar.gz: 54925ccfb888a119aeaa446d39b29b3c482e023daea0065c4e5948ee5bce5bef
3
+ metadata.gz: 289c5c7e82ae25efba0297b6033fbe734b244ec00e9a947842189b31018fcc23
4
+ data.tar.gz: 502b5c425611bb6f409d9e45ca874d0482c60b70688f13a7197c6fe81b06f191
5
5
  SHA512:
6
- metadata.gz: 0d9acdfd3af068a895fe695d51df55c7d59f452cedfa9dc5c3e895d5131ca55bfd92cf859175e2c9ac8d15649cfafd3f814bfa4d1f0cf8dd13414cd38b7f3a88
7
- data.tar.gz: 64db7b5dd552bb0decc0e051c51ee767ca21b061dad63c618192eb35fafcf1bc64c38deb8bb36b21e7172aa52424ff84cda26d84bf21e2a5a6ee65c8fb3e7df8
6
+ metadata.gz: 6020feee31203a880a9884498f893ea2b1d847581da2ee7def63041f9d0282ff8c70ad888fde395abbf0c7f4b3f314d363bc1d35a1f00acb30e425c0826e882c
7
+ data.tar.gz: 143e9cc646e3d64c93142760f1613a293a72166baf02d9413b70ae0a365aa9437ffd944be1897f251aca21476c9967829d150a898bef402ae5a802997c32b26a
@@ -150,8 +150,10 @@ const Dialog = (props: DialogProps) => {
150
150
  shouldCloseOnOverlayClick={shouldCloseOnOverlayClick}
151
151
  status={status}
152
152
  >
153
- <If condition={title && !status}>
153
+ <If condition={title}>
154
154
  <Dialog.Header>{title}</Dialog.Header>
155
+ </If>
156
+ <If condition={!status && text}>
155
157
  <Dialog.Body>{text}</Dialog.Body>
156
158
  </If>
157
159
  <If condition={status}>
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "11.2.5"
5
- VERSION = "11.2.6"
4
+ PREVIOUS_VERSION = "11.2.6"
5
+ VERSION = "11.2.7"
6
6
  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: 11.2.6
4
+ version: 11.2.7
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: 2022-08-10 00:00:00.000000000 Z
12
+ date: 2022-08-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack