playbook_ui 14.17.0.pre.alpha.play1966highchartsgaugedefaultpoc7339 → 14.17.0.pre.alpha.play1966highchartsgaugedefaultpoc7346
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: 20aa38f15e320b5335f1b1748a7b5846764da34c9bb92cb193d2aaa78cc96c84
|
4
|
+
data.tar.gz: 9fc40f4e01f2c297ee6ce0a87011e94b3974901bf6c0cfa0d988ca140a89d63b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e340b409a655791677155d676e8191d1d08955e07c2250bdac864aa64ff718e56addb32df292564450dc2e0c1ba636bdcf64fc4f569a03b3ff02bd06252f614
|
7
|
+
data.tar.gz: 01233a03e7bb2f801f972b4a7f528e240848c2cbca8a486ee89edfdcbb339f8f007b693bed2b50c8afa856c1eb2e59f64ad5a29ad998b4db9a781032f9a02bcb
|
@@ -4,9 +4,6 @@ import Highcharts from "highcharts"
|
|
4
4
|
import HighchartsReact from "highcharts-react-official"
|
5
5
|
import HighchartsMore from "highcharts/highcharts-more"
|
6
6
|
import SolidGauge from "highcharts/modules/solid-gauge"
|
7
|
-
import '../GaugeStyles.scss'
|
8
|
-
// Your path might look more like this
|
9
|
-
//import "playbook-ui/dist/pb_gauge/GaugeStyles.scss";
|
10
7
|
|
11
8
|
HighchartsMore(Highcharts);
|
12
9
|
SolidGauge(Highcharts);
|
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.17.0.pre.alpha.
|
4
|
+
version: 14.17.0.pre.alpha.play1966highchartsgaugedefaultpoc7346
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -1559,7 +1559,6 @@ files:
|
|
1559
1559
|
- app/pb_kits/playbook/pb_gantt_chart/docs/example.yml
|
1560
1560
|
- app/pb_kits/playbook/pb_gantt_chart/docs/index.js
|
1561
1561
|
- app/pb_kits/playbook/pb_gantt_chart/gantt_chart.test.jsx
|
1562
|
-
- app/pb_kits/playbook/pb_gauge/GaugeStyles.scss
|
1563
1562
|
- app/pb_kits/playbook/pb_gauge/_gauge.scss
|
1564
1563
|
- app/pb_kits/playbook/pb_gauge/_gauge.tsx
|
1565
1564
|
- app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.html.erb
|
@@ -1,48 +0,0 @@
|
|
1
|
-
@import "../tokens/colors";
|
2
|
-
@import "../tokens/typography";
|
3
|
-
|
4
|
-
.fix {
|
5
|
-
fill: $text_lt_default;
|
6
|
-
stroke: none;
|
7
|
-
|
8
|
-
&[class*=dark] {
|
9
|
-
fill: $text_dk_default;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
|
13
|
-
.suffix {
|
14
|
-
fill: $text_lt_light;
|
15
|
-
stroke: none;
|
16
|
-
font: $regular $font_larger $font_family_base;
|
17
|
-
|
18
|
-
&[class*=dark] {
|
19
|
-
fill: $text_dk_light;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
.prefix {
|
24
|
-
fill: $text_lt_light;
|
25
|
-
stroke: none;
|
26
|
-
font: $regular $font_base $font_family_base;
|
27
|
-
|
28
|
-
&[class*=dark] {
|
29
|
-
fill: $text_dk_light;
|
30
|
-
}
|
31
|
-
}
|
32
|
-
|
33
|
-
rect.highcharts-background {
|
34
|
-
fill: #0000 !important;
|
35
|
-
}
|
36
|
-
|
37
|
-
.gauge-pane {
|
38
|
-
stroke-linejoin: round;
|
39
|
-
}
|
40
|
-
|
41
|
-
[class*=dark] {
|
42
|
-
color: $text_dk_default;
|
43
|
-
|
44
|
-
.pb_title_kit_size_1,
|
45
|
-
.pb_caption_kit_xs {
|
46
|
-
color: $text_dk_light;
|
47
|
-
}
|
48
|
-
}
|