playbook_ui 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3944 → 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3953

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: 3a9114377efdf392c27e5ab55b3af4e52ac8650f2b83952980a9927b5486051c
4
- data.tar.gz: 6fad58a2db127a94b2f6d6966580611a6742bb70eef8f27353b495810c621f26
3
+ metadata.gz: d429e32fe925f8f67a6500875f308245796b0fe3e695fd2d4a471ae239e2f5dc
4
+ data.tar.gz: c3314de6e8234ecf670b17aa18255f1de90f870f8eafb2961b7c26985e128ce3
5
5
  SHA512:
6
- metadata.gz: 1c143cfa584e92e330f7920da29c3ad45d503308865175d777a84b62d15b3b89ae136bbdc286848a61cc9c640fc9e96eb590fa68c5082cc18d9d3c20099b4d68
7
- data.tar.gz: c5e1e43db4ada861c092a2f20069b69ac9b9077d3d0a82b771115342acf5e2e0796418732cdbf355acbab0ca8c825b1274f7d1b307f673a705f57ac352df9c8a
6
+ metadata.gz: 7dc70e9a1328d1b57c6e72902d3da5e970a08af9a127b538815c3fb4622249dc2f6da4016b8bbe4ab16268f2d997958238e38cdf63d3fa8e9a34272848d60c75
7
+ data.tar.gz: eb95b2ecac7a2cb3efd4daa5866e942e96d9ebff4fcde27fcbc989fc17c5ed8321e2647164f1fde99b67b6967594cde49f53c6313e08a525909030e43d703ce8
@@ -17,7 +17,6 @@ const highchartsDarkTheme = {
17
17
  chart: {
18
18
  borderWidth: 0,
19
19
  borderRadius: 0,
20
- plotBackgroundColor: undefined,
21
20
  plotShadow: false,
22
21
  plotBorderWidth: 0,
23
22
  },
@@ -59,8 +58,6 @@ const highchartsDarkTheme = {
59
58
  },
60
59
  },
61
60
  yAxis: {
62
- alternateGridColor: undefined,
63
- minorTickInterval: null,
64
61
  gridLineColor: colors.border_dark,
65
62
  minorGridLineColor: colors.border_dark,
66
63
  lineWidth: 0,
@@ -131,7 +128,6 @@ const highchartsDarkTheme = {
131
128
  series: {
132
129
  borderColor: colors.bg_dark_card,
133
130
  borderWidth: 2,
134
- threshold: null,
135
131
  },
136
132
  // PIE STYLES
137
133
  pie: {
@@ -17,7 +17,6 @@ const highchartsTheme = {
17
17
  chart: {
18
18
  borderWidth: 0,
19
19
  borderRadius: 0,
20
- plotBackgroundColor: undefined,
21
20
  plotShadow: false,
22
21
  plotBorderWidth: 0,
23
22
  },
@@ -59,8 +58,6 @@ const highchartsTheme = {
59
58
  },
60
59
  },
61
60
  yAxis: {
62
- alternateGridColor: undefined,
63
- minorTickInterval: null,
64
61
  gridLineColor: colors.border_light,
65
62
  minorGridLineColor: colors.border_light,
66
63
  lineWidth: 0,
@@ -128,9 +125,6 @@ const highchartsTheme = {
128
125
  },
129
126
 
130
127
  plotOptions: {
131
- series: {
132
- threshold: null,
133
- },
134
128
  // PIE STYLES
135
129
  pie: {
136
130
  colors: [
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.5.0"
5
- VERSION = "14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3944"
5
+ VERSION = "14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3953"
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.PLAY1486highchartscssdrivenPOC3944
4
+ version: 14.5.0.pre.alpha.PLAY1486highchartscssdrivenPOC3953
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: 2024-10-01 00:00:00.000000000 Z
12
+ date: 2024-10-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -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.js
783
- - app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.js
782
+ - app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.ts
783
+ - app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.ts
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