playbook_ui 10.7.0 → 10.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cc29f190a9363d0d6a74453b37c8807e0e81533b81f723f355581ee48fe3334
4
- data.tar.gz: d40f1847c1dc95b50c33efed09025c72b21eadd8074db0ba37f0264d23f5dd0d
3
+ metadata.gz: f52c893f2d52e78f9b8af8df860f4ba87244422fec421e7fc38b620c40b3787b
4
+ data.tar.gz: f089b98459b5d7856be3ffe8d7f822a6e16d9c159ea58bf9bce8fed76899e8ba
5
5
  SHA512:
6
- metadata.gz: 281a0091d738cf52dfa459683d9be8a3ce94da37254647461942be3de9a1ab973ef2204f9cf3b071ba5150ca7010d1d661ba22674f2faf0da98568da5440fc69
7
- data.tar.gz: bac6f97aa5b91c888cc50d929e12d9090963b597f43fdfb11dd238f7f6b9683a8adf9960aee6a500422d1a41a6496996901c3a9f962c4aa9f16f73002c2f7f35
6
+ metadata.gz: d59e4ea292958e68a415fea832b0d2dbf2485a9ce315d9f3cdd4a3463f87272e03b96ff133382093b584f27dfe0400bba37403661dd1c9d1a999cf4a001dc28b
7
+ data.tar.gz: 0b3a21420930c887f9e67043c7b13cad27c14e7607c1bc97b0dafeb7e0498b310bd770756fb1d59c9effda4bfafb8507e9b07d2938f524dae3e336d5744fc037
@@ -103,13 +103,13 @@ const Dialog = (props: DialogProps) => {
103
103
  {...ariaProps}
104
104
  {...dataProps}
105
105
  className={classes}
106
- id={id}
107
106
  >
108
107
  <Modal
109
108
  ariaHideApp={false}
110
109
  className={dialogClassNames}
111
110
  closeTimeoutMS={200}
112
111
  contentLabel="Minimal Modal Example"
112
+ id={id}
113
113
  isOpen={modalIsOpened}
114
114
  onRequestClose={onClose}
115
115
  overlayClassName={overlayClassNames}
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "10.6.0"
5
- VERSION = "10.7.0"
5
+ VERSION = "10.7.1"
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: 10.7.0
4
+ version: 10.7.1
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: 2021-08-26 00:00:00.000000000 Z
12
+ date: 2021-08-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack