playbook_ui 11.7.0.pre.alpha.table1 → 11.7.0

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: 5a597ccc53d17f5143937b374fde05737a395b7a51779710084e0686a1379474
4
- data.tar.gz: 3edde9b9509bf7ffe7fe91c3c2d68896e2d0896472b5586cc61603ec11b7a132
3
+ metadata.gz: 50c4e2402a8a42486e55758e888f2aa3d0b68c8b00c64537bcf86572c0d39a3b
4
+ data.tar.gz: 7cbb4822db32acc06087d381c025c8f1e11ef0685e33e8bc2b66bb90e80eeeed
5
5
  SHA512:
6
- metadata.gz: 169d37b8fcd4ec92d6b6ddc37f1e10f70f605b0a52f1a056801f35d8efc0a7b582e4f80a8b7b11587a5e85edec1a17c64b8d9b4c0efde3e4e8be2dc38b812332
7
- data.tar.gz: eb144e741e4eabddc61bed50ebc2bc0d81eae1908d9e2505737239830cb352f865a2aa0e53d519996a8b8278296a370ac689b45444821ad371229ba119c2a068
6
+ metadata.gz: 1e645568ecb8d1ae319c94bc7038f9e7c1dac964fdcca0c256430142813efc4bec63ba172f7522e96766458530ed382499899a6e4e54ee66093d189dbb60b7ab
7
+ data.tar.gz: c1d7f6db9c77ea3fc3ec9f402f89675caccd4320fb7490ee26df0ab61a43e6dd6ad29a1b9209ac23a33ed6a2239092974949c1689fe2f9931ce899110b9fb30d
@@ -1,6 +1,6 @@
1
1
  /* @flow */
2
2
 
3
- import React, { useEffect, type Node } from 'react'
3
+ import React, { type Node } from 'react'
4
4
  import classnames from 'classnames'
5
5
  import { buildAriaProps, buildDataProps } from '../utilities/props'
6
6
  import { globalProps } from '../utilities/globalProps'
@@ -45,10 +45,8 @@ const Table = (props: TableProps) => {
45
45
  const dataProps = buildDataProps(data)
46
46
  const tableCollapseCss = responsive !== 'none' ? `table-collapse-${collapse}` : ''
47
47
 
48
- useEffect(() => {
49
- const instance = new PbTable()
50
- instance.connect()
51
- }, [])
48
+ const instance = new PbTable()
49
+ instance.connect()
52
50
 
53
51
  return (
54
52
  <table
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "11.7.0"
5
- VERSION = "11.7.0.pre.alpha.table1"
4
+ PREVIOUS_VERSION = "11.6.0"
5
+ VERSION = "11.7.0"
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.7.0.pre.alpha.table1
4
+ version: 11.7.0
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-10-11 00:00:00.000000000 Z
12
+ date: 2022-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -2302,9 +2302,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
2302
2302
  version: '0'
2303
2303
  required_rubygems_version: !ruby/object:Gem::Requirement
2304
2304
  requirements:
2305
- - - ">"
2305
+ - - ">="
2306
2306
  - !ruby/object:Gem::Version
2307
- version: 1.3.1
2307
+ version: '0'
2308
2308
  requirements: []
2309
2309
  rubygems_version: 3.3.7
2310
2310
  signing_key: