playbook_ui_docs 16.0.0.pre.alpha.HFH3979Applydepwarningfixtoplaybook13635 → 16.0.0.pre.alpha.PLAY2668multipleuserstooltiprails13556

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9bf42603f8b0afd4fed9ec79458272c89f5f1a34ff3976b83c8822c128c7bdd
4
- data.tar.gz: 8dd781de581478959fa5b9831d5a523f68d71a76753b5e19ea6ec29f4c99e135
3
+ metadata.gz: fff191511c4e882604fdd95f06a44779e180f681c8e89a4c3574429cb554c269
4
+ data.tar.gz: e8b2eb692216ffce942ac49693e1145cf5274235a92a145678b5c784a548ae4e
5
5
  SHA512:
6
- metadata.gz: 83b0bcf2779f580a29535faf00e6a96c2fc15b5b4cf5c2cf1c6b0b08a02aabca63c864d1a0121eb2866d710348666c9ce4e056b57ad0afa4e1d27584bedc8fb4
7
- data.tar.gz: '0185f338f6f24747726a6a2c9090a5ab03abc950c92073985de4a92aaf8fdd4606285c6f9656c12e8025e3929e1ca51e00aff78377f9c832a211593ef1cd50d7'
6
+ metadata.gz: e9cce7f94a6ffffb7536bfbefc4cd7a747c9e48f63e25f2c36f17408c5db4b52d91a6c9fcd287ca9b1eea5a916ee75b45deabcd63833b5ced8163af977aaa555
7
+ data.tar.gz: b682b66aff0650f280c0a7725055415b01371b395d28057276680044a760f024b8d3767af6e769627c84c78391443b8e2bdbf91c08ff61ae30e4fe45bfdeffc7
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.0.0.pre.alpha.HFH3979Applydepwarningfixtoplaybook13635
4
+ version: 16.0.0.pre.alpha.PLAY2668multipleuserstooltiprails13556
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: 2026-01-20 00:00:00.000000000 Z
12
+ date: 2026-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -2124,7 +2124,6 @@ files:
2124
2124
  - app/pb_kits/playbook/pb_stat_value/docs/example.yml
2125
2125
  - app/pb_kits/playbook/pb_stat_value/docs/index.js
2126
2126
  - app/pb_kits/playbook/pb_table/docs/_description.md
2127
- - app/pb_kits/playbook/pb_table/docs/_sections.yml
2128
2127
  - app/pb_kits/playbook/pb_table/docs/_table_action_middle.html.erb
2129
2128
  - app/pb_kits/playbook/pb_table/docs/_table_action_middle.jsx
2130
2129
  - app/pb_kits/playbook/pb_table/docs/_table_action_middle.md
@@ -1,68 +0,0 @@
1
- sections:
2
- - title: "Size & Density"
3
- examples:
4
- - table_sm
5
- - table_md
6
- - table_lg
7
- - table_multiline
8
- - table_single_line
9
- - table_outer_padding
10
-
11
- - title: "Layout & Structure"
12
- examples:
13
- - table_responsive_table
14
- - table_with_subcomponents
15
- - table_with_subcomponents_as_divs
16
- - table_with_background_kit
17
-
18
-
19
- - title: "Sticky & Positional Behaviors"
20
- examples:
21
- - table_sticky
22
- - table_sticky_left_columns
23
- - table_sticky_right_columns
24
- - table_sticky_columns
25
- - table_alignment_row
26
- - table_alignment_column
27
- - table_alignment_shift_row
28
- - table_alignment_shift_data
29
- - table_side_highlight
30
- - table_container
31
-
32
- - title: "Collapsible & Nested Behaviors"
33
- examples:
34
- - table_with_collapsible
35
- - table_with_dynamic_collapsible
36
- - table_with_collapsible_with_custom_click
37
- - table_with_collapsible_with_custom_content
38
- - table_with_collapsible_with_nested_rows
39
- - table_with_collapsible_with_nested_table
40
-
41
- - title: "Data Presentation"
42
- examples:
43
- - table_data_table
44
- - table_vertical_border
45
- - table_striped
46
-
47
- - title: "Header Variants"
48
- examples:
49
- - table_header
50
- - table_with_header_style_borderless
51
- - table_with_header_style_floating
52
-
53
- - title: "Interactive Tables"
54
- examples:
55
- - table_with_clickable_rows
56
- - table_with_selectable_rows
57
- - table_with_filter_variant
58
- - table_with_filter_variant_with_pagination
59
- - table_disable_hover
60
-
61
- - title: "Table Actions"
62
- examples:
63
- - table_one_action
64
- - table_two_actions
65
- - table_two_plus_actions
66
- - table_action_middle
67
- - table_icon_buttons
68
-