playbook_ui 15.5.0 → 15.6.0.pre.alpha.PLAY2686contactkittextonly13049

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.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +96 -6
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.html.erb +1 -1
  4. data/app/pb_kits/playbook/pb_background/_background.tsx +6 -6
  5. data/app/pb_kits/playbook/pb_background/background.test.js +5 -1
  6. data/app/pb_kits/playbook/pb_background/docs/_background_light.html.erb +1 -1
  7. data/app/pb_kits/playbook/pb_background/docs/_background_light.jsx +0 -1
  8. data/app/pb_kits/playbook/pb_background/docs/_background_light.md +1 -0
  9. data/app/pb_kits/playbook/pb_background/docs/example.yml +2 -2
  10. data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
  11. data/app/pb_kits/playbook/pb_card/docs/_card_highlight.md +1 -1
  12. data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +2 -2
  13. data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleIcon.tsx +10 -8
  14. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_icons.jsx +0 -1
  15. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_state.jsx +0 -3
  16. data/app/pb_kits/playbook/pb_contact/_contact.tsx +51 -24
  17. data/app/pb_kits/playbook/pb_contact/contact.html.erb +53 -19
  18. data/app/pb_kits/playbook/pb_contact/contact.rb +11 -1
  19. data/app/pb_kits/playbook/pb_contact/contact.test.js +76 -0
  20. data/app/pb_kits/playbook/pb_contact/docs/_contact_unstyled.html.erb +33 -0
  21. data/app/pb_kits/playbook/pb_contact/docs/_contact_unstyled.jsx +46 -0
  22. data/app/pb_kits/playbook/pb_contact/docs/_contact_unstyled_rails.md +2 -0
  23. data/app/pb_kits/playbook/pb_contact/docs/_contact_unstyled_react.md +2 -0
  24. data/app/pb_kits/playbook/pb_contact/docs/example.yml +2 -0
  25. data/app/pb_kits/playbook/pb_contact/docs/index.js +1 -0
  26. data/app/pb_kits/playbook/pb_date_picker/date_picker.test.js +24 -0
  27. data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +181 -3
  28. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_compound_components.html.erb +31 -0
  29. data/app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_custom_colors.md +1 -1
  30. data/app/pb_kits/playbook/pb_draggable/context/index.tsx +458 -7
  31. data/app/pb_kits/playbook/pb_draggable/context/types.ts +8 -3
  32. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_dropzone.jsx +180 -0
  33. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_dropzone.md +22 -0
  34. data/app/pb_kits/playbook/pb_draggable/docs/example.yml +3 -2
  35. data/app/pb_kits/playbook/pb_draggable/docs/index.js +2 -1
  36. data/app/pb_kits/playbook/pb_draggable/draggable.test.jsx +77 -1
  37. data/app/pb_kits/playbook/pb_file_upload/_file_upload.scss +4 -4
  38. data/app/pb_kits/playbook/pb_filter/Filter/FilterBackground.tsx +3 -3
  39. data/app/pb_kits/playbook/pb_home_address_street/_home_address_street.tsx +34 -22
  40. data/app/pb_kits/playbook/pb_home_address_street/city_emphasis.html.erb +16 -12
  41. data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_default.html.erb +1 -1
  42. data/app/pb_kits/playbook/pb_home_address_street/none_emphasis.html.erb +16 -12
  43. data/app/pb_kits/playbook/pb_home_address_street/street_emphasis.html.erb +16 -12
  44. data/app/pb_kits/playbook/pb_multiple_users/_multiple_users.scss +10 -0
  45. data/app/pb_kits/playbook/pb_multiple_users/_multiple_users.tsx +66 -15
  46. data/app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_with_tooltip.jsx +42 -0
  47. data/app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_with_tooltip.md +1 -0
  48. data/app/pb_kits/playbook/pb_multiple_users/docs/example.yml +1 -0
  49. data/app/pb_kits/playbook/pb_multiple_users/docs/index.js +1 -0
  50. data/app/pb_kits/playbook/pb_multiple_users/multiple_users.test.js +25 -0
  51. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +44 -10
  52. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_validation.html.erb +34 -4
  53. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_validation.jsx +16 -7
  54. data/app/pb_kits/playbook/pb_radio/docs/_radio_error.md +1 -1
  55. data/app/pb_kits/playbook/pb_select/_select.tsx +8 -3
  56. data/app/pb_kits/playbook/pb_select/docs/_select_error.md +1 -1
  57. data/app/pb_kits/playbook/pb_select/docs/_select_input_options.html.erb +16 -0
  58. data/app/pb_kits/playbook/pb_select/docs/_select_input_options.jsx +30 -0
  59. data/app/pb_kits/playbook/pb_select/docs/_select_input_options.md +1 -0
  60. data/app/pb_kits/playbook/pb_select/docs/example.yml +2 -0
  61. data/app/pb_kits/playbook/pb_select/docs/index.js +1 -0
  62. data/app/pb_kits/playbook/pb_select/select.html.erb +2 -2
  63. data/app/pb_kits/playbook/pb_select/select.rb +3 -1
  64. data/app/pb_kits/playbook/pb_select/select.test.js +23 -0
  65. data/app/pb_kits/playbook/pb_table/_table.tsx +187 -33
  66. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant.jsx +134 -0
  67. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant.md +34 -0
  68. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_rails.html.erb +101 -0
  69. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_rails.md +33 -0
  70. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination.jsx +180 -0
  71. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination.md +3 -0
  72. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination_rails.html.erb +122 -0
  73. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination_rails.md +3 -0
  74. data/app/pb_kits/playbook/pb_table/docs/example.yml +4 -0
  75. data/app/pb_kits/playbook/pb_table/docs/index.js +2 -0
  76. data/app/pb_kits/playbook/pb_table/styles/_vertical_border.scss +49 -0
  77. data/app/pb_kits/playbook/pb_table/table.html.erb +68 -12
  78. data/app/pb_kits/playbook/pb_table/table.rb +22 -3
  79. data/app/pb_kits/playbook/pb_table/table.test.js +143 -0
  80. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_error.md +1 -1
  81. data/app/pb_kits/playbook/pb_textarea/docs/_textarea_error.md +1 -1
  82. data/app/pb_kits/playbook/pb_timeline/_item.tsx +3 -0
  83. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.html.erb +60 -0
  84. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.jsx +118 -0
  85. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.md +1 -0
  86. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.md +1 -1
  87. data/app/pb_kits/playbook/pb_timeline/docs/example.yml +2 -0
  88. data/app/pb_kits/playbook/pb_timeline/docs/index.js +1 -0
  89. data/app/pb_kits/playbook/pb_timeline/item.html.erb +1 -1
  90. data/app/pb_kits/playbook/pb_timeline/item.rb +2 -0
  91. data/app/pb_kits/playbook/pb_timeline/label.html.erb +2 -1
  92. data/app/pb_kits/playbook/pb_timeline/label.rb +2 -0
  93. data/app/pb_kits/playbook/pb_timeline/subcomponents/Label.tsx +3 -0
  94. data/app/pb_kits/playbook/pb_timeline/timeline.test.js +51 -0
  95. data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +15 -0
  96. data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +3 -0
  97. data/app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx +13 -2
  98. data/app/pb_kits/playbook/pb_typeahead/components/MultiValue.tsx +6 -1
  99. data/app/pb_kits/playbook/pb_typeahead/components/ValueContainer.tsx +34 -7
  100. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_input_display.html.erb +30 -0
  101. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_input_display.jsx +37 -0
  102. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_input_display.md +3 -0
  103. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
  104. data/app/pb_kits/playbook/pb_typeahead/docs/index.js +2 -1
  105. data/app/pb_kits/playbook/pb_typeahead/typeahead.rb +6 -1
  106. data/app/pb_kits/playbook/tokens/_colors.scss +2 -1
  107. data/app/pb_kits/playbook/utilities/deprecated.ts +73 -0
  108. data/dist/chunks/_typeahead-CHwm9MTE.js +6 -0
  109. data/dist/chunks/lib-Cugvy62C.js +29 -0
  110. data/dist/chunks/vendor.js +3 -3
  111. data/dist/playbook-rails-react-bindings.js +1 -1
  112. data/dist/playbook-rails.js +1 -1
  113. data/dist/playbook.css +1 -1
  114. data/lib/playbook/forms/builder/collection_select_field.rb +9 -1
  115. data/lib/playbook/forms/builder/select_field.rb +9 -1
  116. data/lib/playbook/forms/builder/time_zone_select_field.rb +9 -1
  117. data/lib/playbook/pb_kit_helper.rb +35 -0
  118. data/lib/playbook/version.rb +2 -2
  119. metadata +31 -5
  120. data/app/pb_kits/playbook/pb_bar_graph/BarGraphStyles.scss +0 -58
  121. data/dist/chunks/_typeahead-Bx4QsIEU.js +0 -6
  122. data/dist/chunks/lib-Dk4GKPut.js +0 -29
@@ -4,10 +4,18 @@ module Playbook
4
4
  module Forms
5
5
  class Builder
6
6
  def collection_select(name, collection, value_method, text_method, options = {}, html_options = {}, props: {})
7
- props[:label] = @template.label(@object_name, name) if props[:label] == true
7
+ props[:input_options] ||= {}
8
+ props[:input_options][:id] ||= "#{@object_name}_#{name}"
9
+
10
+ props[:label] = @template.label(@object_name, name, for: props[:input_options][:id]) if props[:label] == true
11
+
8
12
  options[:skip_default_ids] = false unless options.key?(:skip_default_ids)
9
13
  options[:prompt] = props[:blank_selection] || ""
10
14
  html_options[:required] = "required" if props[:required]
15
+ html_options[:id] = props[:input_options][:id]
16
+ html_options[:class] = props[:input_options][:class] if props[:input_options][:class]
17
+ html_options[:data] = (html_options[:data] || {}).merge(props[:input_options][:data] || {})
18
+
11
19
  input = super(name, collection, value_method, text_method, options, html_options)
12
20
 
13
21
  @template.pb_rails("select", props: props) do
@@ -4,10 +4,18 @@ module Playbook
4
4
  module Forms
5
5
  class Builder
6
6
  def select(name, choices = nil, options = {}, html_options = {}, props: {}, &block)
7
- props[:label] = @template.label(@object_name, name) if props[:label] == true
7
+ props[:input_options] ||= {}
8
+ props[:input_options][:id] ||= "#{@object_name}_#{name}"
9
+
10
+ props[:label] = @template.label(@object_name, name, for: props[:input_options][:id]) if props[:label] == true
11
+
8
12
  options[:skip_default_ids] = false unless options.key?(:skip_default_ids)
9
13
  options[:prompt] = props[:blank_selection] || ""
10
14
  html_options[:required] = "required" if props[:required]
15
+ html_options[:id] = props[:input_options][:id]
16
+ html_options[:class] = props[:input_options][:class] if props[:input_options][:class]
17
+ html_options[:data] = (html_options[:data] || {}).merge(props[:input_options][:data] || {})
18
+
11
19
  input = super(name, choices, options, html_options, &block)
12
20
 
13
21
  @template.pb_rails("select", props: props) do
@@ -4,10 +4,18 @@ module Playbook
4
4
  module Forms
5
5
  class Builder
6
6
  def time_zone_select_field(name, choices = {}, options = {}, html_options = {}, props: {})
7
- props[:label] = @template.label(@object_name, name) if props[:label] == true
7
+ props[:input_options] ||= {}
8
+ props[:input_options][:id] ||= "#{@object_name}_#{name}"
9
+
10
+ props[:label] = @template.label(@object_name, name, for: props[:input_options][:id]) if props[:label] == true
11
+
8
12
  options[:skip_default_ids] = false unless options.key?(:skip_default_ids)
9
13
  options[:prompt] = props[:blank_selection] || ""
10
14
  html_options[:required] = "required" if props[:required]
15
+ html_options[:id] = props[:input_options][:id]
16
+ html_options[:class] = props[:input_options][:class] if props[:input_options][:class]
17
+ html_options[:data] = (html_options[:data] || {}).merge(props[:input_options][:data] || {})
18
+
11
19
  input = @template.time_zone_select(@object_name, name, choices, options, html_options)
12
20
 
13
21
  @template.pb_rails("select", props: props) do
@@ -13,5 +13,40 @@ module Playbook
13
13
  render kit.new(props, &block), &block
14
14
  end
15
15
  end
16
+
17
+ def deprecated_kit_warning(kit_name, message = nil)
18
+ # Skip in test and production environments
19
+ return "".html_safe if Rails.env.test? || Rails.env.production?
20
+
21
+ # Build the warning message
22
+ base_message = "PLAYBOOK DEPRECATION WARNING\\n ----------------------------\\n The \\\"#{kit_name}\\\" kit is deprecated and will be removed in a future version."
23
+
24
+ full_message = if message
25
+ "#{base_message} #{message}"
26
+ else
27
+ "#{base_message} Please migrate to the recommended alternative"
28
+ end
29
+
30
+ # Escape the message for JavaScript
31
+ escaped_message = full_message.gsub("'", "\\\\'").gsub("\n", "\\n")
32
+
33
+ # Return a self-executing script that checks if we're already warned
34
+ # Uses client-side tracking to ensure one warning per page load
35
+ # Only shows warnings on localhost (matching React behavior)
36
+ script = "<script type=\"text/javascript\">\n"
37
+ script += "(function() {\n"
38
+ script += " var hostname = window.location.hostname;\n"
39
+ script += " var isLocalDev = hostname === 'localhost' || hostname === '127.0.0.1' || hostname.endsWith('.local') || hostname.includes('local.') || !hostname;\n"
40
+ script += " if (!isLocalDev) return;\n"
41
+ script += " if (!window.__PB_WARNED_KITS__) window.__PB_WARNED_KITS__ = new Set();\n"
42
+ script += " if (!window.__PB_WARNED_KITS__.has('#{kit_name}')) {\n"
43
+ script += " window.__PB_WARNED_KITS__.add('#{kit_name}');\n"
44
+ script += " console.warn('#{escaped_message}');\n"
45
+ script += " }\n"
46
+ script += "})();\n"
47
+ script += "</script>"
48
+
49
+ script.html_safe
50
+ end
16
51
  end
17
52
  end
@@ -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.6.0"
5
+ VERSION = "15.6.0.pre.alpha.PLAY2686contactkittextonly13049"
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.alpha.PLAY2686contactkittextonly13049
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-12-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -487,6 +487,7 @@ files:
487
487
  - app/pb_kits/playbook/pb_background/docs/_background_image.md
488
488
  - app/pb_kits/playbook/pb_background/docs/_background_light.html.erb
489
489
  - app/pb_kits/playbook/pb_background/docs/_background_light.jsx
490
+ - app/pb_kits/playbook/pb_background/docs/_background_light.md
490
491
  - app/pb_kits/playbook/pb_background/docs/_background_overlay.jsx
491
492
  - app/pb_kits/playbook/pb_background/docs/_background_overlay.md
492
493
  - app/pb_kits/playbook/pb_background/docs/_background_size.html.erb
@@ -524,7 +525,6 @@ files:
524
525
  - app/pb_kits/playbook/pb_badge/docs/_description.md
525
526
  - app/pb_kits/playbook/pb_badge/docs/example.yml
526
527
  - app/pb_kits/playbook/pb_badge/docs/index.js
527
- - app/pb_kits/playbook/pb_bar_graph/BarGraphStyles.scss
528
528
  - app/pb_kits/playbook/pb_bar_graph/_bar_graph.scss
529
529
  - app/pb_kits/playbook/pb_bar_graph/_bar_graph.tsx
530
530
  - app/pb_kits/playbook/pb_bar_graph/barGraph.test.js
@@ -892,6 +892,10 @@ files:
892
892
  - app/pb_kits/playbook/pb_contact/docs/_contact_default.md
893
893
  - app/pb_kits/playbook/pb_contact/docs/_contact_default_swift.md
894
894
  - app/pb_kits/playbook/pb_contact/docs/_contact_props_swift.md
895
+ - app/pb_kits/playbook/pb_contact/docs/_contact_unstyled.html.erb
896
+ - app/pb_kits/playbook/pb_contact/docs/_contact_unstyled.jsx
897
+ - app/pb_kits/playbook/pb_contact/docs/_contact_unstyled_rails.md
898
+ - app/pb_kits/playbook/pb_contact/docs/_contact_unstyled_react.md
895
899
  - app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb
896
900
  - app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.jsx
897
901
  - app/pb_kits/playbook/pb_contact/docs/_contact_with_detail_swift.md
@@ -1331,6 +1335,8 @@ files:
1331
1335
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_event_listeners_react.md
1332
1336
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.html.erb
1333
1337
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.jsx
1338
+ - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_dropzone.jsx
1339
+ - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_dropzone.md
1334
1340
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_rails.md
1335
1341
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_react.md
1336
1342
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards.html.erb
@@ -2248,6 +2254,8 @@ files:
2248
2254
  - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_size.jsx
2249
2255
  - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_size.md
2250
2256
  - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_size_swift.md
2257
+ - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_with_tooltip.jsx
2258
+ - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_with_tooltip.md
2251
2259
  - app/pb_kits/playbook/pb_multiple_users/docs/example.yml
2252
2260
  - app/pb_kits/playbook/pb_multiple_users/docs/index.js
2253
2261
  - app/pb_kits/playbook/pb_multiple_users/multiple_users.html.erb
@@ -2931,6 +2939,9 @@ files:
2931
2939
  - app/pb_kits/playbook/pb_select/docs/_select_inline_compact.jsx
2932
2940
  - app/pb_kits/playbook/pb_select/docs/_select_inline_show_arrow.html.erb
2933
2941
  - app/pb_kits/playbook/pb_select/docs/_select_inline_show_arrow.jsx
2942
+ - app/pb_kits/playbook/pb_select/docs/_select_input_options.html.erb
2943
+ - app/pb_kits/playbook/pb_select/docs/_select_input_options.jsx
2944
+ - app/pb_kits/playbook/pb_select/docs/_select_input_options.md
2934
2945
  - app/pb_kits/playbook/pb_select/docs/_select_multiple.html.erb
2935
2946
  - app/pb_kits/playbook/pb_select/docs/_select_multiple.jsx
2936
2947
  - app/pb_kits/playbook/pb_select/docs/_select_multiple.md
@@ -3238,6 +3249,14 @@ files:
3238
3249
  - app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx
3239
3250
  - app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md
3240
3251
  - app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md
3252
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant.jsx
3253
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant.md
3254
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_rails.html.erb
3255
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_rails.md
3256
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination.jsx
3257
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination.md
3258
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination_rails.html.erb
3259
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination_rails.md
3241
3260
  - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.html.erb
3242
3261
  - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.jsx
3243
3262
  - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_rails.md
@@ -3422,6 +3441,9 @@ files:
3422
3441
  - app/pb_kits/playbook/pb_timeline/docs/_description.md
3423
3442
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_default.html.erb
3424
3443
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_default.jsx
3444
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.html.erb
3445
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.jsx
3446
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.md
3425
3447
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.html.erb
3426
3448
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
3427
3449
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
@@ -3651,6 +3673,9 @@ files:
3651
3673
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.md
3652
3674
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
3653
3675
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.jsx
3676
+ - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_input_display.html.erb
3677
+ - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_input_display.jsx
3678
+ - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_input_display.md
3654
3679
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.html.erb
3655
3680
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx
3656
3681
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.html.erb
@@ -3815,6 +3840,7 @@ files:
3815
3840
  - app/pb_kits/playbook/utilities/_truncate.scss
3816
3841
  - app/pb_kits/playbook/utilities/_vertical_align.scss
3817
3842
  - app/pb_kits/playbook/utilities/_width.scss
3843
+ - app/pb_kits/playbook/utilities/deprecated.ts
3818
3844
  - app/pb_kits/playbook/utilities/flexbox_global_props/_align_content.scss
3819
3845
  - app/pb_kits/playbook/utilities/flexbox_global_props/_align_items.scss
3820
3846
  - app/pb_kits/playbook/utilities/flexbox_global_props/_align_self.scss
@@ -3854,9 +3880,9 @@ files:
3854
3880
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3855
3881
  - app/pb_kits/playbook/utilities/text.ts
3856
3882
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3857
- - dist/chunks/_typeahead-Bx4QsIEU.js
3883
+ - dist/chunks/_typeahead-CHwm9MTE.js
3858
3884
  - dist/chunks/lazysizes-B7xYodB-.js
3859
- - dist/chunks/lib-Dk4GKPut.js
3885
+ - dist/chunks/lib-Cugvy62C.js
3860
3886
  - dist/chunks/vendor.js
3861
3887
  - dist/menu.yml
3862
3888
  - 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
- }