playbook_ui 15.0.0.pre.alpha.removewebpacker10589 → 15.0.0.pre.alpha.stimulusbutton10763

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 (84) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +24 -11
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/VirtualizedTableView.tsx +7 -7
  4. data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +7 -2
  5. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +67 -13
  6. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx +2 -2
  7. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.html.erb +29 -0
  8. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.md +5 -0
  9. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.html.erb +18 -0
  10. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.md +5 -0
  11. data/app/pb_kits/playbook/pb_button/docs/example.yml +2 -0
  12. data/app/pb_kits/playbook/pb_button/index.js +99 -0
  13. data/app/pb_kits/playbook/pb_contact/_contact.tsx +5 -0
  14. data/app/pb_kits/playbook/pb_contact/contact.rb +4 -0
  15. data/app/pb_kits/playbook/pb_contact/contact.test.js +21 -1
  16. data/app/pb_kits/playbook/pb_contact/docs/_contact_default.html.erb +16 -1
  17. data/app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx +15 -0
  18. data/app/pb_kits/playbook/pb_contact/docs/_contact_default.md +5 -0
  19. data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb +6 -0
  20. data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.jsx +6 -0
  21. data/app/pb_kits/playbook/pb_nav/_nav.scss +27 -0
  22. data/app/pb_kits/playbook/pb_nav/_nav.test.js +16 -0
  23. data/app/pb_kits/playbook/pb_nav/_nav.tsx +5 -0
  24. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.html.erb +6 -0
  25. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.jsx +39 -0
  26. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.md +1 -0
  27. data/app/pb_kits/playbook/pb_nav/docs/example.yml +2 -0
  28. data/app/pb_kits/playbook/pb_nav/docs/index.js +2 -1
  29. data/app/pb_kits/playbook/pb_nav/nav.rb +6 -1
  30. data/app/pb_kits/playbook/pb_section_separator/_section_separator.scss +13 -5
  31. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.html.erb +23 -0
  32. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx +45 -7
  33. data/app/pb_kits/playbook/pb_section_separator/section_separator.html.erb +4 -1
  34. data/app/pb_kits/playbook/pb_section_separator/section_separator.test.js +165 -0
  35. data/app/pb_kits/playbook/pb_timestamp/_timestamp.tsx +24 -8
  36. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.html.erb +0 -10
  37. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.jsx +0 -9
  38. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.md +1 -0
  39. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.html.erb +3 -17
  40. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.jsx +0 -15
  41. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.md +1 -0
  42. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb +0 -2
  43. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx +0 -2
  44. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.md +5 -0
  45. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.html.erb +12 -0
  46. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.jsx +25 -0
  47. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.md +1 -0
  48. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.html.erb +4 -0
  49. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.jsx +17 -0
  50. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.md +1 -0
  51. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.html.erb +18 -0
  52. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.jsx +44 -0
  53. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.md +1 -0
  54. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb +0 -14
  55. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx +0 -14
  56. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.md +1 -0
  57. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb +0 -4
  58. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx +0 -4
  59. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx +0 -1
  60. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.md +5 -0
  61. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.html.erb +16 -0
  62. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.jsx +30 -0
  63. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.md +1 -0
  64. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.html.erb +16 -0
  65. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.jsx +30 -0
  66. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.md +1 -0
  67. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.html.erb +26 -0
  68. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.jsx +41 -0
  69. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.md +1 -0
  70. data/app/pb_kits/playbook/pb_timestamp/docs/example.yml +18 -6
  71. data/app/pb_kits/playbook/pb_timestamp/docs/index.js +6 -0
  72. data/app/pb_kits/playbook/pb_timestamp/timestamp.rb +29 -7
  73. data/app/pb_kits/playbook/pb_timestamp/timestamp.test.js +69 -4
  74. data/dist/chunks/{_line_graph-DeH7NK-i.js → _line_graph-C9stNsP3.js} +1 -1
  75. data/dist/chunks/{_typeahead-CCGp0OQe.js → _typeahead-D3MtsWXG.js} +1 -1
  76. data/dist/chunks/{_weekday_stacked-BHLwECdV.js → _weekday_stacked-BMwekyel.js} +3 -3
  77. data/dist/chunks/vendor.js +1 -1
  78. data/dist/playbook-doc.js +2 -2
  79. data/dist/playbook-rails-react-bindings.js +1 -1
  80. data/dist/playbook-rails.js +1 -1
  81. data/dist/playbook.css +1 -1
  82. data/lib/playbook/version.rb +1 -1
  83. metadata +38 -6
  84. data/app/pb_kits/playbook/pb_timestamp/docs/_time_stamp_default.md +0 -1
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "15.0.0"
5
- VERSION = "15.0.0.pre.alpha.removewebpacker10589"
5
+ VERSION = "15.0.0.pre.alpha.stimulusbutton10763"
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.0.0.pre.alpha.removewebpacker10589
4
+ version: 15.0.0.pre.alpha.stimulusbutton10763
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-09-18 00:00:00.000000000 Z
12
+ date: 2025-09-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -628,6 +628,10 @@ files:
628
628
  - app/pb_kits/playbook/pb_button/docs/_button_loading.html.erb
629
629
  - app/pb_kits/playbook/pb_button/docs/_button_loading.jsx
630
630
  - app/pb_kits/playbook/pb_button/docs/_button_loading.md
631
+ - app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.html.erb
632
+ - app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.md
633
+ - app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.html.erb
634
+ - app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.md
631
635
  - app/pb_kits/playbook/pb_button/docs/_button_options.html.erb
632
636
  - app/pb_kits/playbook/pb_button/docs/_button_options.jsx
633
637
  - app/pb_kits/playbook/pb_button/docs/_button_props_swift.md
@@ -642,6 +646,7 @@ files:
642
646
  - app/pb_kits/playbook/pb_button/docs/_footer.md
643
647
  - app/pb_kits/playbook/pb_button/docs/example.yml
644
648
  - app/pb_kits/playbook/pb_button/docs/index.js
649
+ - app/pb_kits/playbook/pb_button/index.js
645
650
  - app/pb_kits/playbook/pb_button_toolbar/_button_toolbar.scss
646
651
  - app/pb_kits/playbook/pb_button_toolbar/_button_toolbar.tsx
647
652
  - app/pb_kits/playbook/pb_button_toolbar/_button_toolbar_dark.scss
@@ -875,6 +880,7 @@ files:
875
880
  - app/pb_kits/playbook/pb_contact/contact.test.js
876
881
  - app/pb_kits/playbook/pb_contact/docs/_contact_default.html.erb
877
882
  - app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx
883
+ - app/pb_kits/playbook/pb_contact/docs/_contact_default.md
878
884
  - app/pb_kits/playbook/pb_contact/docs/_contact_default_swift.md
879
885
  - app/pb_kits/playbook/pb_contact/docs/_contact_props_swift.md
880
886
  - app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb
@@ -2263,6 +2269,9 @@ files:
2263
2269
  - app/pb_kits/playbook/pb_nav/docs/_description.md
2264
2270
  - app/pb_kits/playbook/pb_nav/docs/_horizontal_nav.html.erb
2265
2271
  - app/pb_kits/playbook/pb_nav/docs/_horizontal_nav.jsx
2272
+ - app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.html.erb
2273
+ - app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.jsx
2274
+ - app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.md
2266
2275
  - app/pb_kits/playbook/pb_nav/docs/_nav_horizontal_bold_swift.md
2267
2276
  - app/pb_kits/playbook/pb_nav/docs/_nav_horizontal_default_swift.md
2268
2277
  - app/pb_kits/playbook/pb_nav/docs/_nav_horizontal_subtle_no_highlight_swift.md
@@ -2756,6 +2765,7 @@ files:
2756
2765
  - app/pb_kits/playbook/pb_section_separator/docs/index.js
2757
2766
  - app/pb_kits/playbook/pb_section_separator/section_separator.html.erb
2758
2767
  - app/pb_kits/playbook/pb_section_separator/section_separator.rb
2768
+ - app/pb_kits/playbook/pb_section_separator/section_separator.test.js
2759
2769
  - app/pb_kits/playbook/pb_select/_select.scss
2760
2770
  - app/pb_kits/playbook/pb_select/_select.tsx
2761
2771
  - app/pb_kits/playbook/pb_select/docs/_description.md
@@ -3303,25 +3313,47 @@ files:
3303
3313
  - app/pb_kits/playbook/pb_timestamp/_timestamp.tsx
3304
3314
  - app/pb_kits/playbook/pb_timestamp/docs/_description.md
3305
3315
  - app/pb_kits/playbook/pb_timestamp/docs/_footer.md
3306
- - app/pb_kits/playbook/pb_timestamp/docs/_time_stamp_default.md
3307
3316
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.html.erb
3308
3317
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.jsx
3318
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.md
3309
3319
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align_swift.md
3310
3320
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.html.erb
3311
3321
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.jsx
3322
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.md
3312
3323
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
3313
3324
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb
3314
3325
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
3326
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.md
3315
3327
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed_swift.md
3316
3328
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_props_swift.md
3329
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.html.erb
3330
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.jsx
3331
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.md
3332
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.html.erb
3333
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.jsx
3334
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.md
3335
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.html.erb
3336
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.jsx
3337
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.md
3317
3338
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
3318
3339
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx
3340
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.md
3319
3341
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones_swift.md
3320
3342
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb
3321
3343
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
3322
3344
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.md
3323
3345
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.html.erb
3324
3346
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx
3347
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.md
3348
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.html.erb
3349
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.jsx
3350
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.md
3351
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.html.erb
3352
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.jsx
3353
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.md
3354
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.html.erb
3355
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.jsx
3356
+ - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.md
3325
3357
  - app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_swift.md
3326
3358
  - app/pb_kits/playbook/pb_timestamp/docs/example.yml
3327
3359
  - app/pb_kits/playbook/pb_timestamp/docs/index.js
@@ -3675,9 +3707,9 @@ files:
3675
3707
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3676
3708
  - app/pb_kits/playbook/utilities/text.ts
3677
3709
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3678
- - dist/chunks/_line_graph-DeH7NK-i.js
3679
- - dist/chunks/_typeahead-CCGp0OQe.js
3680
- - dist/chunks/_weekday_stacked-BHLwECdV.js
3710
+ - dist/chunks/_line_graph-C9stNsP3.js
3711
+ - dist/chunks/_typeahead-D3MtsWXG.js
3712
+ - dist/chunks/_weekday_stacked-BMwekyel.js
3681
3713
  - dist/chunks/componentRegistry-DzmmLR2x.js
3682
3714
  - dist/chunks/lazysizes-B7xYodB-.js
3683
3715
  - dist/chunks/lib-QZuu1ltS.js
@@ -1 +0,0 @@
1
- Use these only to display status updates in areas that has a lot of data.