playbook_ui 15.7.0.pre.alpha.play270013285 → 15.7.0.pre.alpha.play270013286

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: 00aa192e9c811216aca8520fa60c3874c8329891bc80c660ba5ee6a9d326a838
4
- data.tar.gz: c5a1ee68117b1f6657a2220f5a64ec3bcbc7ddf7394a307b7ef029fb9ac73826
3
+ metadata.gz: 4165a9195a6b5a328ed779e6f10fa261dc23693ad1d6845900f40ff4c0a08f5d
4
+ data.tar.gz: 366bd34df0ebc9990af3e9d784bfce2d8e0bbfb002b6a7fc0f10d52ae9fc6bdc
5
5
  SHA512:
6
- metadata.gz: 30a9c4b4f20ca55691ee248977a3f31791a33c39fd632a6c0eba32b9a1df130d64cfe7c0a8dd988a8d1f57da73a8354346f72b0476ce9e2877fbf87884dbf937
7
- data.tar.gz: f11047f356422fb379693a4f00bbd26454d140dc40981ad9ef641d702f1389813283331a92add8ecf7fe82ae0f9a78040f5502f9313d5e61ab7c30a25dc47069
6
+ metadata.gz: ba3c318dad1c51d5340a317eb99325f0e6a98ba30c292faf4d4a6d2a079f29b5d4516586763a0289f169ac4efcbd49655673dc5ced7154bd5f4bfe87bc0f4d6e
7
+ data.tar.gz: 57d20ad24f5d4d9c97bee5ae20c3081e66d6dcc6db7042512b24d1546ce67dab0d69974edd183f42d86838a6dca31d980166cabe07893c870f32b0e09b0c8d31
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import { render, screen } from '../utilities/test-utils'
3
3
 
4
- import { PbCircleChart } from 'playbook-ui'
4
+ import PbCircleChart from './_pb_circle_chart'
5
5
 
6
6
  beforeEach(() => {
7
7
  // Silences error logs within the test suite.
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import { render, screen } from '../utilities/test-utils'
3
3
 
4
- import { PbGaugeChart } from 'playbook-ui'
4
+ import PbGaugeChart from './_pb_gauge_chart'
5
5
 
6
6
  beforeEach(() => {
7
7
  // Silences error logs within the test suite.
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import { render, screen } from '../utilities/test-utils'
3
3
 
4
- import { PbLineGraph } from 'playbook-ui'
4
+ import PbLineGraph from './_pb_line_graph'
5
5
 
6
6
  beforeEach(() => {
7
7
  // Silences error logs within the test suite.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "15.7.0"
5
- VERSION = "15.7.0.pre.alpha.play270013285"
5
+ VERSION = "15.7.0.pre.alpha.play270013286"
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: 15.7.0.pre.alpha.play270013285
4
+ version: 15.7.0.pre.alpha.play270013286
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX