playbook_ui 14.23.0.pre.alpha.PLAY2330removewalkthrough9176 → 14.23.0.pre.alpha.advancedtablefix9082

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 (47) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +1 -0
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/CustomCell.tsx +6 -7
  4. data/app/pb_kits/playbook/pb_advanced_table/Components/TableActionBar.tsx +10 -10
  5. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +1 -53
  6. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +6 -9
  7. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.rb +2 -12
  8. data/app/pb_kits/playbook/pb_advanced_table/advanced_table_action_bar.js +0 -16
  9. data/app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss +1 -7
  10. data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +2 -2
  11. data/app/pb_kits/playbook/pb_checkbox/checkbox.rb +1 -12
  12. data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.html.erb +1 -1
  13. data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_rails.md +1 -2
  14. data/app/pb_kits/playbook/pb_checkbox/index.js +1 -3
  15. data/app/pb_kits/playbook/pb_dropdown/_dropdown.scss +1 -17
  16. data/app/pb_kits/playbook/pb_dropdown/_dropdown.tsx +0 -6
  17. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options.jsx +0 -1
  18. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options_react.md +1 -1
  19. data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +2 -3
  20. data/app/pb_kits/playbook/pb_dropdown/docs/index.js +1 -2
  21. data/app/pb_kits/playbook/pb_dropdown/dropdown.test.jsx +0 -24
  22. data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownOption.tsx +1 -11
  23. data/app/pb_kits/playbook/pb_select/select.rb +2 -4
  24. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb +0 -1
  25. data/app/pb_kits/playbook/pb_walkthrough/_walkthrough.scss +0 -0
  26. data/app/pb_kits/playbook/pb_walkthrough/_walkthrough.tsx +202 -0
  27. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_continuous.jsx +69 -0
  28. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_default.jsx +71 -0
  29. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_multi_beacon.jsx +110 -0
  30. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_beacon.jsx +76 -0
  31. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_overlay.jsx +76 -0
  32. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_styled.jsx +76 -0
  33. data/app/pb_kits/playbook/pb_walkthrough/docs/example.yml +10 -0
  34. data/app/pb_kits/playbook/pb_walkthrough/docs/index.js +6 -0
  35. data/app/pb_kits/playbook/pb_walkthrough/walkthrough.test.jsx +34 -0
  36. data/dist/chunks/_weekday_stacked-C16ua8Si.js +61 -0
  37. data/dist/chunks/vendor.js +1 -1
  38. data/dist/menu.yml +7 -0
  39. data/dist/playbook-doc.js +2 -2
  40. data/dist/playbook-rails.js +1 -1
  41. data/dist/playbook.css +1 -1
  42. data/lib/playbook/version.rb +1 -1
  43. metadata +14 -6
  44. data/app/pb_kits/playbook/pb_dropdown/_dropdown_mixin.scss +0 -36
  45. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options.jsx +0 -90
  46. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md +0 -4
  47. data/dist/chunks/_weekday_stacked-BF1N4Z9h.js +0 -37
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.23.0"
5
- VERSION = "14.23.0.pre.alpha.PLAY2330removewalkthrough9176"
5
+ VERSION = "14.23.0.pre.alpha.advancedtablefix9082"
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: 14.23.0.pre.alpha.PLAY2330removewalkthrough9176
4
+ version: 14.23.0.pre.alpha.advancedtablefix9082
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-07-23 00:00:00.000000000 Z
12
+ date: 2025-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -1352,7 +1352,6 @@ files:
1352
1352
  - app/pb_kits/playbook/pb_drawer/index.js
1353
1353
  - app/pb_kits/playbook/pb_dropdown/_dropdown.scss
1354
1354
  - app/pb_kits/playbook/pb_dropdown/_dropdown.tsx
1355
- - app/pb_kits/playbook/pb_dropdown/_dropdown_mixin.scss
1356
1355
  - app/pb_kits/playbook/pb_dropdown/context/index.tsx
1357
1356
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_blank_selection.html.erb
1358
1357
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_blank_selection.jsx
@@ -1396,8 +1395,6 @@ files:
1396
1395
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_with_subcomponents.html.erb
1397
1396
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_with_subcomponents.jsx
1398
1397
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_with_subcomponents.md
1399
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options.jsx
1400
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md
1401
1398
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx
1402
1399
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.md
1403
1400
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display_rails.html.erb
@@ -3516,6 +3513,17 @@ files:
3516
3513
  - app/pb_kits/playbook/pb_user_badge/user_badge.html.erb
3517
3514
  - app/pb_kits/playbook/pb_user_badge/user_badge.rb
3518
3515
  - app/pb_kits/playbook/pb_user_badge/user_badge.test.js
3516
+ - app/pb_kits/playbook/pb_walkthrough/_walkthrough.scss
3517
+ - app/pb_kits/playbook/pb_walkthrough/_walkthrough.tsx
3518
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_continuous.jsx
3519
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_default.jsx
3520
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_multi_beacon.jsx
3521
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_beacon.jsx
3522
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_overlay.jsx
3523
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_styled.jsx
3524
+ - app/pb_kits/playbook/pb_walkthrough/docs/example.yml
3525
+ - app/pb_kits/playbook/pb_walkthrough/docs/index.js
3526
+ - app/pb_kits/playbook/pb_walkthrough/walkthrough.test.jsx
3519
3527
  - app/pb_kits/playbook/pb_weekday_stacked/_weekday_stacked.scss
3520
3528
  - app/pb_kits/playbook/pb_weekday_stacked/_weekday_stacked.tsx
3521
3529
  - app/pb_kits/playbook/pb_weekday_stacked/docs/_weekday_stacked_compact.html.erb
@@ -3625,7 +3633,7 @@ files:
3625
3633
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3626
3634
  - dist/chunks/_line_graph-BfCo79KE.js
3627
3635
  - dist/chunks/_typeahead-Db4YQA5c.js
3628
- - dist/chunks/_weekday_stacked-BF1N4Z9h.js
3636
+ - dist/chunks/_weekday_stacked-C16ua8Si.js
3629
3637
  - dist/chunks/lazysizes-B7xYodB-.js
3630
3638
  - dist/chunks/lib-DnQyMxO1.js
3631
3639
  - dist/chunks/pb_form_validation-kl-4Jv4t.js
@@ -1,36 +0,0 @@
1
- @import "../tokens/colors";
2
-
3
- // activeStyle fontColor sass map to go through text colors + set of custom colors
4
- $custom-font-colors: (
5
- primary: $primary
6
- );
7
-
8
- $merged-font-colors: map-merge($text_colors, $custom-font-colors);
9
-
10
- $font-colors: ();
11
-
12
- @each $key, $val in $merged-font-colors {
13
- $font-colors: map-merge($font-colors, ($key: $val));
14
- }
15
-
16
- @mixin apply-font-color($color) {
17
- color: $color;
18
-
19
- [class^="pb_body"],
20
- [class^="pb_title_kit"],
21
- a {
22
- color: $color !important;
23
- }
24
- }
25
-
26
- // activeStyle backgroundColor map (set of custom colors)
27
- $custom-background-colors: (
28
- "bg_light": $bg_light,
29
- "white": $white,
30
- );
31
-
32
- $background-colors: ();
33
-
34
- @each $key, $val in $custom-background-colors {
35
- $background-colors: map-merge($background-colors, ($key: $val));
36
- }
@@ -1,90 +0,0 @@
1
- import React from 'react'
2
- import Dropdown from '../_dropdown'
3
-
4
- const DropdownCustomActiveStyleOptions = (props) => {
5
-
6
-
7
- const options = [
8
- {
9
- label: "United States",
10
- value: "unitedStates",
11
- id: "us"
12
- },
13
- {
14
- label: "Canada",
15
- value: "canada",
16
- id: "ca"
17
- },
18
- {
19
- label: "Pakistan",
20
- value: "pakistan",
21
- id: "pk"
22
- }
23
- ];
24
-
25
-
26
- return (
27
- <div>
28
- <Dropdown
29
- activeStyle={{
30
- backgroundColor: "bg_light",
31
- fontColor: "primary",
32
- }}
33
- label="Background Color: bg_light; Font Color: primary"
34
- marginBottom="sm"
35
- options={options}
36
- {...props}
37
- >
38
- <Dropdown.Trigger/>
39
- <Dropdown.Container>
40
- {options.map((option) => (
41
- <Dropdown.Option key={option.id}
42
- option={option}
43
- />
44
- ))}
45
- </Dropdown.Container>
46
- </Dropdown>
47
- <Dropdown
48
- activeStyle={{
49
- backgroundColor: "white",
50
- fontColor: "primary",
51
- }}
52
- label="Background Color: white; Font Color: primary"
53
- marginBottom="sm"
54
- options={options}
55
- {...props}
56
- />
57
- <Dropdown
58
- activeStyle={{
59
- backgroundColor: "bg_light",
60
- fontColor: "text_lt_default",
61
- }}
62
- autocomplete
63
- label="Background Color: bg_light; Font Color: text_lt_default"
64
- marginBottom="sm"
65
- options={options}
66
- {...props}
67
- />
68
- <Dropdown
69
- activeStyle={{
70
- fontColor: "text_lt_lighter",
71
- }}
72
- label="Font Color: text_lt_lighter"
73
- marginBottom="sm"
74
- options={options}
75
- {...props}
76
- >
77
- <Dropdown.Trigger/>
78
- <Dropdown.Container>
79
- {options.map((option) => (
80
- <Dropdown.Option key={option.id}
81
- option={option}
82
- />
83
- ))}
84
- </Dropdown.Container>
85
- </Dropdown>
86
- </div>
87
- )
88
- }
89
-
90
- export default DropdownCustomActiveStyleOptions
@@ -1,4 +0,0 @@
1
- The `activeStyle` prop can be used to customize the appearance of the dropdown selection indicator. It accepts an object with the following keys: `backgroundColor` sets the background color of the selected item (and its hover state); `fontColor` sets the font color of the selected item.
2
-
3
- `backgroundColor` **Type**: String | **Values**: bg_light | white | **Default**: (no selection) is primary
4
- `fontColor` **Type**: String | **Values**: primary | all [Playbook Text Colors](https://playbook.powerapp.cloud/visual_guidelines/colors) | **Default**: (no selection) is white