playbook_ui 15.5.0 → 15.6.0.pre.rc.1

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"
4
+ PREVIOUS_VERSION = "15.5.0"
5
+ VERSION = "15.6.0.pre.rc.1"
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
4
+ version: 15.6.0.pre.rc.1
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-21 00:00:00.000000000 Z
12
+ date: 2025-11-25 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
@@ -1331,6 +1330,8 @@ files:
1331
1330
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_event_listeners_react.md
1332
1331
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.html.erb
1333
1332
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.jsx
1333
+ - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_dropzone.jsx
1334
+ - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_dropzone.md
1334
1335
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_rails.md
1335
1336
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_react.md
1336
1337
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards.html.erb
@@ -3854,9 +3855,9 @@ files:
3854
3855
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3855
3856
  - app/pb_kits/playbook/utilities/text.ts
3856
3857
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3857
- - dist/chunks/_typeahead-Bx4QsIEU.js
3858
+ - dist/chunks/_typeahead-DUmTKJUc.js
3858
3859
  - dist/chunks/lazysizes-B7xYodB-.js
3859
- - dist/chunks/lib-Dk4GKPut.js
3860
+ - dist/chunks/lib-CgpqUb6l.js
3860
3861
  - dist/chunks/vendor.js
3861
3862
  - dist/menu.yml
3862
3863
  - dist/playbook-rails-react-bindings.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
- }