playbook_ui 14.10.0.pre.alpha.play1662cssbargraph5208 → 14.10.0.pre.alpha.play1662cssbargraph5210

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: 0c09cb3f90b45ea82cca3defede2bdac4ffd02bcc5618534ced2b6196cafa677
4
- data.tar.gz: c0e285ef420cbf9f8be790bf3f1b09082057fd2a7316f703271021aceebb8606
3
+ metadata.gz: 46ba4f7486889d21996a652f910729a3046f5eab92af5a437c57283ea6b3598d
4
+ data.tar.gz: a4b037d3d2054b17c363bc3ec127b54178b12d53319356280fba62a8141a67f9
5
5
  SHA512:
6
- metadata.gz: fc813fdb885da0b774f386f98cb282b1d0443d25eccc87acab2ab00a5be5c3348d3e8c18dcea82001c7b831b0c486e947a9466d019ee547b1801f0b516f83752
7
- data.tar.gz: eb241c3a6ceaa236b9a7ed5de3639dd9fdd4fc543c8d7228a3c196149f486c3e94d91ea6068bb62403272b64a2d41f81497ba51ea5971ef2dffbf011b68eee39
6
+ metadata.gz: 4c5aaed5001140b983f1000e31a51982951058131dc7383960bdb73508f147020522ce28b7da1afa7306833931912fc7885813729fb2b582cd3b65829c76da6e
7
+ data.tar.gz: 449211b1719a78b3b34d42e3b1963814509d86fe9d35dd3e474cc23a37067d33b1da0343be01f59fce82f9db95b9f4c04dda1e8517643d167f53a6be473bc8ac
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.10.0"
5
- VERSION = "14.10.0.pre.alpha.play1662cssbargraph5208"
5
+ VERSION = "14.10.0.pre.alpha.play1662cssbargraph5210"
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.10.0.pre.alpha.play1662cssbargraph5208
4
+ version: 14.10.0.pre.alpha.play1662cssbargraph5210
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -798,7 +798,6 @@ files:
798
798
  - app/pb_kits/playbook/pb_currency/docs/_description.md
799
799
  - app/pb_kits/playbook/pb_currency/docs/example.yml
800
800
  - app/pb_kits/playbook/pb_currency/docs/index.js
801
- - app/pb_kits/playbook/pb_dashboard/BarGraphStyles.css
802
801
  - app/pb_kits/playbook/pb_dashboard/commonSettings.js
803
802
  - app/pb_kits/playbook/pb_dashboard/pbChartsColorsHelper.ts
804
803
  - app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.ts
@@ -1,53 +0,0 @@
1
- @import "../tokens/colors";
2
- @import "../tokens/typography";
3
- @import url("https://code.highcharts.com/css/highcharts.css");
4
- // @import "highcharts/css/highcharts";
5
- // @import "highcharts/highcharts.css";
6
-
7
- :root {
8
- --highcharts-color-0: #{$data_1};
9
- --highcharts-color-1: #{$data_2};
10
- --highcharts-color-2: #{$data_3};
11
- --highcharts-color-3: #{$data_4};
12
- --highcharts-color-4: #{$data_5};
13
- --highcharts-color-5: #{$data_6};
14
- --highcharts-color-6: #{$data_7};
15
- --highcharts-color-7: #{$data_8};
16
- }
17
-
18
- .highcharts-title {
19
- font-family: $font_family_base;
20
- font-weight: $bold;
21
- font-size: $heading_3;
22
- color: $text_lt_default;
23
- fill: $text_lt_default;
24
- }
25
-
26
- .highcharts-subtitle {
27
- font-family: $font_family_base;
28
- color: $text_lt_light;
29
- fill: $text_lt_light;
30
- font-weight: $regular;
31
- font-size: $text_base;
32
- }
33
-
34
- .highcharts-yaxis > .highcharts-axis-title {
35
- color: $text_lt_lighter;
36
- fill: $text_lt_lighter;
37
- font-family: $font_family_base;
38
- font-weight: $bold;
39
- font-size: $text_smaller;
40
- }
41
-
42
- .highcharts-axis-labels {
43
- font-family: $font_family_base;
44
- color: $text_lt_lighter;
45
- fill: $text_lt_lighter;
46
- font-weight: $bold;
47
- font-size: $text_smaller;
48
- }
49
-
50
- .highcharts-grid-line {
51
- stroke: $border_light;
52
- }
53
-