playbook_ui 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3931 → 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3940

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: cc7a5d311c3e9fa9b0196d7db090be026c547a3569877bd5cc7ca65cbdd88634
4
- data.tar.gz: fe20311d78fd5b9bf8834fb066e72f4e7bca427c1678ccf38e72bfc9bd95a3ba
3
+ metadata.gz: dae893bb342f7639fcd8322b6dccedc17c9e8464fb03a2fd4cb95921385b6704
4
+ data.tar.gz: 10a1f8640c9a1c492d60a2d2487d90f5b784b2859823baa80efb02bf9ad528d3
5
5
  SHA512:
6
- metadata.gz: 4861e54d35be0272f5fa7d47b2a1d09d435a7867b884c3a08f2e04cd3c48eedb683e80710b289d2fda39cd02677fb13398d29a8c866b60139897f1541bb7e4b8
7
- data.tar.gz: 76168f05759a9401c277f7bdd8cba1c88b051ddc3642edc0ec9ee730ce34e2b5abfeb4b356f9403c4ed84c49c3f9bd92ad5c3b15370e755f39a7540b6d136c09
6
+ metadata.gz: f3cc1dd7e19c25a20efb23b88e97efd22dad0e6f46788158eb89de359592d366f4c6c41e464136febdf7ba35e80e1e800246bfd23fde52248f9efbe95721841d
7
+ data.tar.gz: 00e31566f6fe3cb342a72ce4290303c617c4096e26de7eabbe70f3d0b6786770e44b89b8e78ae0f5787ca345fa82a0fba314d896b643b6ac1926979f516dcc11
@@ -1,11 +1,7 @@
1
1
  import colors from '../tokens/exports/_colors.module.scss'
2
2
  import typography from '../tokens/exports/_typography.module.scss'
3
3
 
4
- import { ThemeProps } from './themeTypes'
5
-
6
- import { PlotTreemapOptions } from "highcharts";
7
-
8
- const highchartsDarkTheme: ThemeProps = {
4
+ const highchartsDarkTheme = {
9
5
  lang: {
10
6
  thousandsSep: ',',
11
7
  },
@@ -202,7 +198,7 @@ const highchartsDarkTheme: ThemeProps = {
202
198
  traverseUpButton: {
203
199
  position: { y: -50 },
204
200
  },
205
- } as PlotTreemapOptions,
201
+ },
206
202
  },
207
203
  credits: {
208
204
  enabled: false
@@ -1,11 +1,7 @@
1
1
  import colors from '../tokens/exports/_colors.module.scss'
2
2
  import typography from '../tokens/exports/_typography.module.scss'
3
3
 
4
- import { ThemeProps } from './themeTypes'
5
-
6
- import { PlotTreemapOptions } from "highcharts";
7
-
8
- const highchartsTheme: ThemeProps = {
4
+ const highchartsTheme = {
9
5
  lang: {
10
6
  thousandsSep: ',',
11
7
  },
@@ -201,7 +197,7 @@ const highchartsTheme: ThemeProps = {
201
197
  traverseUpButton: {
202
198
  position: { y: -50 },
203
199
  },
204
- } as PlotTreemapOptions,
200
+ },
205
201
  },
206
202
  credits: {
207
203
  enabled: false
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.5.0"
5
- VERSION = "14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3931"
5
+ VERSION = "14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3940"
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.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3931
4
+ version: 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3940
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -779,8 +779,8 @@ files:
779
779
  - app/pb_kits/playbook/pb_dashboard/_highcharts_theme.scss
780
780
  - app/pb_kits/playbook/pb_dashboard/commonSettings.js
781
781
  - app/pb_kits/playbook/pb_dashboard/pbChartsColorsHelper.ts
782
- - app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.ts
783
- - app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.ts
782
+ - app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.js
783
+ - app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.js
784
784
  - app/pb_kits/playbook/pb_dashboard/themeTypes.ts
785
785
  - app/pb_kits/playbook/pb_dashboard_value/_dashboard_value.scss
786
786
  - app/pb_kits/playbook/pb_dashboard_value/_dashboard_value.tsx