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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dae893bb342f7639fcd8322b6dccedc17c9e8464fb03a2fd4cb95921385b6704
|
4
|
+
data.tar.gz: 10a1f8640c9a1c492d60a2d2487d90f5b784b2859823baa80efb02bf9ad528d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
-
}
|
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
|
-
|
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
|
-
}
|
200
|
+
},
|
205
201
|
},
|
206
202
|
credits: {
|
207
203
|
enabled: false
|
data/lib/playbook/version.rb
CHANGED
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.
|
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.
|
783
|
-
- app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.
|
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
|