playbook_ui_docs 14.18.1.pre.rc.0 → 14.19.0.pre.rc.0

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 (24) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_draggable/docs/example.yml +1 -2
  3. data/app/pb_kits/playbook/pb_filter/docs/example.yml +0 -1
  4. data/app/pb_kits/playbook/pb_line_graph/docs/example.yml +0 -1
  5. data/app/pb_kits/playbook/pb_line_graph/docs/index.js +0 -1
  6. data/app/pb_kits/playbook/pb_phone_number_input/docs/example.yml +0 -2
  7. data/app/pb_kits/playbook/pb_phone_number_input/docs/index.js +0 -1
  8. data/app/pb_kits/playbook/pb_popover/docs/example.yml +0 -1
  9. data/dist/playbook-doc.js +1 -1
  10. metadata +4 -16
  11. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones.html.erb +0 -43
  12. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors.html.erb +0 -55
  13. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors_rails.md +0 -1
  14. data/app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.html.erb +0 -41
  15. data/app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.md +0 -1
  16. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_pb_styles.jsx +0 -52
  17. data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_pb_styles.md +0 -1
  18. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_country_search.html.erb +0 -10
  19. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_country_search.jsx +0 -20
  20. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_country_search.md +0 -1
  21. data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb +0 -46
  22. data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.md +0 -1
  23. /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_drop_zones_react.md → _draggable_drop_zones.md} +0 -0
  24. /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_drop_zones_colors_react.md → _draggable_drop_zones_colors.md} +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8226a04e0b9d3a603576e664897af1c78de696a2424bff9d2f1c3cc175eb3b20
4
- data.tar.gz: 26908d96a707de26e692d69e82133e030b58f5e182ef7a9c6c78eaf73fd2e8b5
3
+ metadata.gz: 83bb09eec4f24bf680adf23f3a5e114f6d8c1a14141f7b1503325f609381d595
4
+ data.tar.gz: b61c4e8aa1722ecd3113d26e83aed971bbc57510fe2f1d292ef836f502c176a4
5
5
  SHA512:
6
- metadata.gz: d87219077de517526d95ae44c9023ac104053e2456fbc257d6f944e7bf3f8ff6fb90d62f3c0b0d066b213a42f6a669ed8a38343bdd90549a3805a9abd81ad7f1
7
- data.tar.gz: e0b68d0ae0b60d4e6a368b9db99fc35c1d544387be5e5d3d8d83ffa690a5ac67afbb737bc2642d1091f61eb1d4e1929d47a8379a9f6584810904c55524ce6a44
6
+ metadata.gz: 5d6a0a1627676b4c4b56b942fd7a9628ce3842ae780fe9be6e8124012527320703bb5d0c2fca29197fc9660790f573e2aede020e7bcd0b55ca527950c9083aff
7
+ data.tar.gz: 13e8f7a44ec6ff76f7da043eda697a1e2631607a341cb0d2d337e9b20be39e2c2909d26cb2a1c17f2e1b76bc6b9d8e85acaf6be2d1f563a95181fc7d921d1400
@@ -17,6 +17,5 @@ examples:
17
17
  - draggable_with_cards: Draggable with Cards
18
18
  - draggable_with_table: Draggable with Table
19
19
  - draggable_multiple_containers: Dragging Across Multiple Containers
20
- - draggable_drop_zones: Draggable Drop Zones
21
- - draggable_drop_zones_colors: Draggable Drop Zones Colors
22
20
  - draggable_event_listeners: Draggable Event Listeners
21
+
@@ -11,7 +11,6 @@ examples:
11
11
  - filter_max_height: Max Height for Popover Inside of Filter
12
12
  - filter_placement: Filter Placement
13
13
  - filter_popover_props: Popover Props
14
- - filter_within_turbo_frames: Within Turbo Frames
15
14
 
16
15
  react:
17
16
  - filter_default: Default
@@ -11,7 +11,6 @@ examples:
11
11
 
12
12
  react:
13
13
  - line_graph_default: Default
14
- - line_graph_pb_styles: Playbook Styles
15
14
  - line_graph_legend: Legend
16
15
  - line_graph_legend_position: Legend Position
17
16
  - line_graph_legend_nonclickable: Legend Nonclickable
@@ -4,4 +4,3 @@ export { default as LineGraphLegendPosition } from './_line_graph_legend_positio
4
4
  export { default as LineGraphLegendNonclickable } from './_line_graph_legend_nonclickable.jsx'
5
5
  export { default as LineGraphHeight } from './_line_graph_height.jsx'
6
6
  export { default as LineGraphColors } from './_line_graph_colors.jsx'
7
- export { default as LineGraphPbStyles } from './_line_graph_pb_styles.jsx'
@@ -9,7 +9,6 @@ examples:
9
9
  - phone_number_input_clear_field: Clearing the Input Field
10
10
  - phone_number_input_access_input_element: Accessing the Input Element
11
11
  - phone_number_input_format: Format as You Type
12
- - phone_number_input_country_search: Country Search
13
12
 
14
13
  rails:
15
14
  - phone_number_input_default: Default
@@ -19,5 +18,4 @@ examples:
19
18
  - phone_number_input_validation: Form Validation
20
19
  - phone_number_input_format: Format as You Type
21
20
  - phone_number_input_hidden_inputs: Hidden Inputs
22
- - phone_number_input_country_search: Country Search
23
21
 
@@ -6,4 +6,3 @@ export { default as PhoneNumberInputValidation } from './_phone_number_input_val
6
6
  export { default as PhoneNumberInputClearField } from './_phone_number_input_clear_field'
7
7
  export { default as PhoneNumberInputAccessInputElement } from './_phone_number_input_access_input_element'
8
8
  export { default as PhoneNumberInputFormat } from './_phone_number_input_format'
9
- export { default as PhoneNumberInputCountrySearch } from './_phone_number_input_country_search'
@@ -6,7 +6,6 @@ examples:
6
6
  - popover_z_index: Set Z-Index
7
7
  - popover_scroll_height: Scroll and Height Settings
8
8
  - popover_actionable_content: With Actionable Content
9
- - popover_append_to: Append To
10
9
 
11
10
  react:
12
11
  - popover_default: Default