playbook_ui 15.5.0.pre.alpha.draggablefix12570 → 15.5.0.pre.alpha.draggablefix12577
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/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +96 -6
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.html.erb +163 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.jsx +190 -0
- data/app/pb_kits/playbook/pb_draggable/context/index.tsx +44 -28
- data/app/pb_kits/playbook/pb_table/styles/_vertical_border.scss +49 -0
- data/dist/chunks/{_typeahead-GktRCvmq.js → _typeahead-CdVpaHUH.js} +2 -2
- data/dist/chunks/vendor.js +2 -2
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +2 -3
- data/app/pb_kits/playbook/pb_bar_graph/BarGraphStyles.scss +0 -58
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: 15.5.0.pre.alpha.
|
|
4
|
+
version: 15.5.0.pre.alpha.draggablefix12577
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Power UX
|
|
@@ -524,7 +524,6 @@ files:
|
|
|
524
524
|
- app/pb_kits/playbook/pb_badge/docs/_description.md
|
|
525
525
|
- app/pb_kits/playbook/pb_badge/docs/example.yml
|
|
526
526
|
- app/pb_kits/playbook/pb_badge/docs/index.js
|
|
527
|
-
- app/pb_kits/playbook/pb_bar_graph/BarGraphStyles.scss
|
|
528
527
|
- app/pb_kits/playbook/pb_bar_graph/_bar_graph.scss
|
|
529
528
|
- app/pb_kits/playbook/pb_bar_graph/_bar_graph.tsx
|
|
530
529
|
- app/pb_kits/playbook/pb_bar_graph/barGraph.test.js
|
|
@@ -3856,7 +3855,7 @@ files:
|
|
|
3856
3855
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
|
3857
3856
|
- app/pb_kits/playbook/utilities/text.ts
|
|
3858
3857
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
|
3859
|
-
- dist/chunks/_typeahead-
|
|
3858
|
+
- dist/chunks/_typeahead-CdVpaHUH.js
|
|
3860
3859
|
- dist/chunks/lazysizes-B7xYodB-.js
|
|
3861
3860
|
- dist/chunks/lib-CgpqUb6l.js
|
|
3862
3861
|
- dist/chunks/vendor.js
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
@import "../tokens/colors";
|
|
2
|
-
@import "../tokens/typography";
|
|
3
|
-
@import url("https://code.highcharts.com/css/highcharts.css");
|
|
4
|
-
|
|
5
|
-
:root {
|
|
6
|
-
--highcharts-color-0: #{$data_1};
|
|
7
|
-
--highcharts-color-1: #{$data_2};
|
|
8
|
-
--highcharts-color-2: #{$data_3};
|
|
9
|
-
--highcharts-color-3: #{$data_4};
|
|
10
|
-
--highcharts-color-4: #{$data_5};
|
|
11
|
-
--highcharts-color-5: #{$data_6};
|
|
12
|
-
--highcharts-color-6: #{$data_7};
|
|
13
|
-
--highcharts-color-7: #{$data_8};
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.highcharts-title {
|
|
17
|
-
font-family: $font_family_base;
|
|
18
|
-
font-weight: $bold;
|
|
19
|
-
font-size: $heading_3;
|
|
20
|
-
color: $text_lt_default;
|
|
21
|
-
fill: $text_lt_default;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.highcharts-subtitle {
|
|
25
|
-
font-family: $font_family_base;
|
|
26
|
-
color: $text_lt_light;
|
|
27
|
-
fill: $text_lt_light;
|
|
28
|
-
font-weight: $regular;
|
|
29
|
-
font-size: $text_base;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.highcharts-yaxis > .highcharts-axis-title {
|
|
33
|
-
color: $text_lt_lighter;
|
|
34
|
-
fill: $text_lt_lighter;
|
|
35
|
-
font-family: $font_family_base;
|
|
36
|
-
font-weight: $bold;
|
|
37
|
-
font-size: $text_smaller;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.highcharts-axis-labels {
|
|
41
|
-
font-family: $font_family_base;
|
|
42
|
-
color: $text_lt_lighter;
|
|
43
|
-
fill: $text_lt_lighter;
|
|
44
|
-
font-weight: $bold;
|
|
45
|
-
font-size: $text_smaller;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.highcharts-grid-line {
|
|
49
|
-
stroke: $border_light;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.highcharts-point {
|
|
53
|
-
border-radius: 3px;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.highcharts-axis-line {
|
|
57
|
-
stroke: $border_light;
|
|
58
|
-
}
|