playbook_ui 12.7.0 → 12.7.1.pre.alpha.alpharubyrelease281
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_tooltip/_tooltip.tsx +1 -1
- data/lib/playbook/version.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8ab8633de1bfebc18ea326dea7aa15fc551ada2b96229e3dbd33f1b57857d92
|
4
|
+
data.tar.gz: c424c6b824ff20d0da96b4b211319f0b63fb6aa0d8ea28b6cbe078b10643dd04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e24f4417a1b9f604f1239fa43ef0d69ef66106e172c0116ac4d9dbf726c4dd398cbb0a0abeddb2f7c505cf43b7c54ea959f8187d108e030dd26704832ab02c8
|
7
|
+
data.tar.gz: 6d0ff7afdd518377c1c35f82da8e62995b0b38f842b9381ffc6938a9dd44119150de41471dd1b44be15ded578642b04741091647351625ba832200faf396fb30
|
@@ -49,8 +49,8 @@ const Tooltip = (props: TooltipProps): React.ReactElement => {
|
|
49
49
|
const ariaProps: { [key: string]: any } = buildAriaProps(aria)
|
50
50
|
|
51
51
|
const css = classnames(
|
52
|
+
globalProps({...rest}),
|
52
53
|
className,
|
53
|
-
globalProps({...rest})
|
54
54
|
)
|
55
55
|
const [open, setOpen] = useState(false)
|
56
56
|
const arrowRef = useRef(null)
|
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.7.
|
4
|
+
version: 12.7.1.pre.alpha.alpharubyrelease281
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
8
8
|
- Power Devs
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-03-
|
12
|
+
date: 2023-03-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -2437,7 +2437,7 @@ homepage: http://playbook.powerapp.cloud
|
|
2437
2437
|
licenses:
|
2438
2438
|
- ISC
|
2439
2439
|
metadata: {}
|
2440
|
-
post_install_message:
|
2440
|
+
post_install_message:
|
2441
2441
|
rdoc_options: []
|
2442
2442
|
require_paths:
|
2443
2443
|
- lib
|
@@ -2448,12 +2448,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2448
2448
|
version: '0'
|
2449
2449
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2450
2450
|
requirements:
|
2451
|
-
- - "
|
2451
|
+
- - ">"
|
2452
2452
|
- !ruby/object:Gem::Version
|
2453
|
-
version:
|
2453
|
+
version: 1.3.1
|
2454
2454
|
requirements: []
|
2455
2455
|
rubygems_version: 3.3.7
|
2456
|
-
signing_key:
|
2456
|
+
signing_key:
|
2457
2457
|
specification_version: 4
|
2458
2458
|
summary: Playbook Design System
|
2459
2459
|
test_files: []
|