playbook_ui 14.4.0.pre.alpha.PLAY1546highchartsbump3822 → 14.4.0.pre.alpha.PLAY1546highchartsbump3831

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: 6bd72cfd66776d778ac938b9a8ec226a1602efc6e7bc5866784d2482987d62c7
4
- data.tar.gz: cca369aa47b32f074ee1fe1f79a2a40a39f2aad530281f075aaf9ff4e77141b4
3
+ metadata.gz: 89173de0112714a686d3d368576a8181008c356eb20789db57783c8ee0c8760e
4
+ data.tar.gz: 1fe5c309cb2f0963d090d37ec3dae21921c627b2ba8e3681e0918be9aa523de4
5
5
  SHA512:
6
- metadata.gz: 2479effd762ab25da0d9613c637e8ee745b8fdb3c58d2e8e078ef356380eecdf15d625b4b97f03d9fd60458365328d4f1eecf81ad5f801c36281e7c0772fb4e4
7
- data.tar.gz: c7d558d46052c0ebdccc46edafe1b3ace9e259dd242b2aaaaafa602639a2309302edf5f50e08e0f35551dc0c168d61720a396b6fa2ac0509cb60ab04f2dcb9d6
6
+ metadata.gz: 5f984395028d84a82e3b95594c3b7ef845564c38f81e3aeb5177a55267fa32b64c8e8e676e61afb466c0269dd57e71113dbf2d799ecdac5ba9ef0a739d9fbacf
7
+ data.tar.gz: 351c2e20591f9637b8f4ae946d64f49b174eb9aa932d1edf9d1257081be43b11d79b725ef15e93301cf142d7268121afddd26279bd05ce9c260f54b425bd104b
@@ -3,11 +3,7 @@ import typography from '../tokens/exports/_typography.module.scss'
3
3
 
4
4
  import { ThemeProps } from './themeTypes'
5
5
 
6
- interface CustomTreemapOptions extends Highcharts.SeriesTreemapOptions {
7
- traverseUpButton?: {
8
- position: { y: number };
9
- };
10
- }
6
+ import { PlotTreemapOptions } from "highcharts";
11
7
 
12
8
  const highchartsDarkTheme: ThemeProps = {
13
9
  lang: {
@@ -206,7 +202,7 @@ const highchartsDarkTheme: ThemeProps = {
206
202
  traverseUpButton: {
207
203
  position: { y: -50 },
208
204
  },
209
- } as CustomTreemapOptions,
205
+ } as PlotTreemapOptions,
210
206
  },
211
207
  credits: {
212
208
  enabled: false
@@ -3,12 +3,7 @@ import typography from '../tokens/exports/_typography.module.scss'
3
3
 
4
4
  import { ThemeProps } from './themeTypes'
5
5
 
6
- interface CustomTreemapOptions extends Highcharts.SeriesTreemapOptions {
7
- traverseUpButton?: {
8
- position: { y: number };
9
- };
10
- }
11
-
6
+ import { PlotTreemapOptions } from "highcharts";
12
7
 
13
8
  const highchartsTheme: ThemeProps = {
14
9
  lang: {
@@ -206,7 +201,7 @@ const highchartsTheme: ThemeProps = {
206
201
  traverseUpButton: {
207
202
  position: { y: -50 },
208
203
  },
209
- } as CustomTreemapOptions,
204
+ } as PlotTreemapOptions,
210
205
  },
211
206
  credits: {
212
207
  enabled: false
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.4.0"
5
- VERSION = "14.4.0.pre.alpha.PLAY1546highchartsbump3822"
5
+ VERSION = "14.4.0.pre.alpha.PLAY1546highchartsbump3831"
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: 14.4.0.pre.alpha.PLAY1546highchartsbump3822
4
+ version: 14.4.0.pre.alpha.PLAY1546highchartsbump3831
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX