playbook_ui_docs 16.0.0.pre.alpha.PLAY267213609 β†’ 16.0.0.pre.alpha.tempotextareasentry13639

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: a4322987f8e63fc89e91fcba4aa38a7244e4ef3de8604cd3f0330ed1a17ad533
4
- data.tar.gz: d0831011161564b4d441ebde75d607f83fbff46861a132f24adc680c66e6be32
3
+ metadata.gz: e529d53c5a4c5641f05435ae01f80ca28ac16f41bd092b9d2a56ad5dc7a51812
4
+ data.tar.gz: 0f92af36be75763b1e1c43be42bc768b47ee295454b60837da5aac576073314f
5
5
  SHA512:
6
- metadata.gz: fe94da6ad68c6c106603829f881768cd000f28ff0f72d2e2088d172000345d7e573c7df89c17b120214ea92d578b2584229ce11b2a90d3f2ec52fc8eb1e9f1f9
7
- data.tar.gz: 219f70f63ec6ce3e4e3691c40bf3696a4a4375d5116d8960ab6c3745293ee28165ac83c5e6443f9e12298837e097d3ae2bc45d6b02c0dec4fed43d110969ca38
6
+ metadata.gz: f9fdfb987a446d4bf6f26312083c088761af5cf404155a13ebb9da8f33e108359d173b2d56dab166cc14ed6ab4ffff9e1c8790971c819f4822fcceb38b163868
7
+ data.tar.gz: b14d489e4315b2462343df2c6c18e463702de7ae942b81b4694287cdc7b2277813310b6ca3e2970e943d9875e499b207b4fcfaeeddd5058ece09e8f6d914162a
@@ -0,0 +1,68 @@
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
+
@@ -1 +1 @@
1
- Use the `emojiMask` / `emoji_mask` prop to prevent users from entering emoji characters (🐸 🐈 πŸ„β€β™‚οΈ) in typed or pasted content. It allows accented characters and other non-ASCII letters (Γ©, ΓΌ, ζ–‡).
1
+ Use the `emojiMask` / `emoji_mask` prop to prevent users from entering emoji characters (🐸 🐈 πŸ„β€β™‚οΈ) in typed or pasted content. It allows accented characters and other non-ASCII letters (Γ©, ΓΌ, ζ–‡).
@@ -8,7 +8,6 @@ examples:
8
8
  - textarea_character_counter: Character Counter
9
9
  - textarea_inline: Inline
10
10
  - textarea_emoji_mask: Emoji Mask
11
- - textarea_input_options: Input Options
12
11
 
13
12
  react:
14
13
  - textarea_default: Default
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.PLAY267213609
4
+ version: 16.0.0.pre.alpha.tempotextareasentry13639
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-19 00:00:00.000000000 Z
12
+ date: 2026-01-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -2124,6 +2124,7 @@ 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
2127
2128
  - app/pb_kits/playbook/pb_table/docs/_table_action_middle.html.erb
2128
2129
  - app/pb_kits/playbook/pb_table/docs/_table_action_middle.jsx
2129
2130
  - app/pb_kits/playbook/pb_table/docs/_table_action_middle.md
@@ -2322,8 +2323,6 @@ files:
2322
2323
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_error_swift.md
2323
2324
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_inline.html.erb
2324
2325
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_inline.jsx
2325
- - app/pb_kits/playbook/pb_textarea/docs/_textarea_input_options.html.erb
2326
- - app/pb_kits/playbook/pb_textarea/docs/_textarea_input_options.md
2327
2326
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_props_swift.md
2328
2327
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_resize.html.erb
2329
2328
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_resize.jsx
@@ -1,39 +0,0 @@
1
- <%= pb_rails("textarea", props: {
2
- label: "ID on Container",
3
- id: "container-id",
4
- name: "comment",
5
- rows: 4
6
- }) %>
7
-
8
- <br/>
9
-
10
- <%= pb_rails("textarea", props: {
11
- label: "ID on Textarea via input_options",
12
- input_options: { id: "textarea-id" },
13
- name: "comment",
14
- rows: 4
15
- }) %>
16
-
17
- <br/>
18
-
19
- <%= pb_rails("textarea", props: {
20
- label: "Both Container and Textarea IDs",
21
- id: "container-id-2",
22
- input_options: { id: "textarea-id-2" },
23
- name: "comment",
24
- rows: 4
25
- }) %>
26
-
27
- <br/>
28
-
29
- <%= pb_rails("textarea", props: {
30
- label: "Data and ARIA Attributes",
31
- name: "description",
32
- rows: 4,
33
- input_options: {
34
- 'aria-label': "Enter description",
35
- 'aria-describedby': "help-text",
36
- data: { controller: "textarea", action: "focus->handleFocus" },
37
- id: "description-textarea"
38
- }
39
- }) %>
@@ -1,3 +0,0 @@
1
- Use the `input_options` / `inputOptions` prop to pass additional attributes directly to the underlying `<textarea>` element instead of the outer wrapper. This is useful for applying data attributes, custom IDs, ARIA attributes, or other HTML attributes that need to be on the textarea element itself.
2
-
3
- Additional HTML attributes (e.g. data or ARIA attributes) can also be passed directly to the `<textarea>` via `input_options`.