playbook_ui 14.10.0.pre.alpha.play1662cssbargraph5208 → 14.10.0.pre.alpha.play1662cssbargraph5210
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/playbook/version.rb +1 -1
- metadata +1 -2
- data/app/pb_kits/playbook/pb_dashboard/BarGraphStyles.css +0 -53
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46ba4f7486889d21996a652f910729a3046f5eab92af5a437c57283ea6b3598d
|
4
|
+
data.tar.gz: a4b037d3d2054b17c363bc3ec127b54178b12d53319356280fba62a8141a67f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c5aaed5001140b983f1000e31a51982951058131dc7383960bdb73508f147020522ce28b7da1afa7306833931912fc7885813729fb2b582cd3b65829c76da6e
|
7
|
+
data.tar.gz: 449211b1719a78b3b34d42e3b1963814509d86fe9d35dd3e474cc23a37067d33b1da0343be01f59fce82f9db95b9f4c04dda1e8517643d167f53a6be473bc8ac
|
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.10.0.pre.alpha.
|
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
|
-
|