playbook_ui 15.5.0.pre.rc.4 → 15.6.0.pre.rc.0

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.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "15.4.0"
5
- VERSION = "15.5.0.pre.rc.4"
4
+ PREVIOUS_VERSION = "15.5.0"
5
+ VERSION = "15.6.0.pre.rc.0"
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: 15.5.0.pre.rc.4
4
+ version: 15.6.0.pre.rc.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-11-20 00:00:00.000000000 Z
12
+ date: 2025-11-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -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
@@ -3854,7 +3853,7 @@ files:
3854
3853
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3855
3854
  - app/pb_kits/playbook/utilities/text.ts
3856
3855
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3857
- - dist/chunks/_typeahead-Cd3O38ts.js
3856
+ - dist/chunks/_typeahead-kRdz5zPn.js
3858
3857
  - dist/chunks/lazysizes-B7xYodB-.js
3859
3858
  - dist/chunks/lib-CgpqUb6l.js
3860
3859
  - 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
- }