playbook_ui 14.10.0.pre.alpha.play1662cssbargraph5208 → 14.10.0.pre.alpha.play1662cssbargraph5213
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 +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: e8ea2148337134a67fee188689d219b1266af12f6df103956e48ec3c3c79b251
|
4
|
+
data.tar.gz: 6ee23f0d7fea72caf94ded37b0b5a24f89e627bc7c1f5b7031b56dd3bb465500
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e895006554ec44481b3c52d859a20c12064b081c006726683996b51f0b0669c79267439cdcc7df254842f581eb7b6009089afbf41d751f8392ee7d431dc7e99d
|
7
|
+
data.tar.gz: 1ae14a981addc60c8b9fdba37a8b6738a587083f70b05133ad547942c1466df738b2782ea0260570c521b54377876e7893f0e61218a6eb1096e3ca74856a1fa0
|
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.play1662cssbargraph5213
|
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
|
-
|