playbook_ui_docs 15.2.0.pre.alpha.PLAY2542formatasyoutypebug11501 → 15.2.0.pre.alpha.PLAY236711331
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 +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_react.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -3
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern.jsx +1 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +2 -8
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +0 -6
- data/dist/playbook-doc.js +2 -2
- metadata +2 -19
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +0 -39
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb +0 -51
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb +0 -40
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.jsx +0 -38
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.jsx +0 -34
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.jsx +0 -37
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_simple.jsx +0 -37
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.jsx +0 -38
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.jsx +0 -69
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.md +0 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 3c1fbecb01fa9be84280cc35fb8d7a3d73414640f1a92d1473ee0defe94ce65a
         | 
| 4 | 
            +
              data.tar.gz: 365d1e57fddb353d666a197b982cf12722d06290df602f05b7b8c043150a8289
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 9567ce1fd61dd872be308050a69957b28579406fd16a0390fa43ef9f0b179a7dc918a4c90218db854d15a70f19cdae209f16b96490ba55b11867e6c43ef10a5f
         | 
| 7 | 
            +
              data.tar.gz: 77d6dc1bf8cc2cd4eb522002a6b66243863a98f6bcd94c78421b61629b0376970ccf75880f2e349f382a4d94a6df360c9adb3be3f08e013679c9cbca22e52d34
         | 
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            The `columnStyling` prop is an optional item that can be used within `columnDefinitions` as shown in the code snippet below. It is an object that has  | 
| 1 | 
            +
            The `columnStyling` prop is an optional item that can be used within `columnDefinitions` as shown in the code snippet below. It is an object that has 2 optional key/value pairs:
         | 
| 2 2 |  | 
| 3 3 | 
             
            1) `headerAlignment`: This will allow you to control alignment of header content which is set to right aligned by default. you can set this to `left`, `right` or `center`.
         | 
| 4 4 |  | 
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            The `column_styling` prop is an optional item that can be used within `column_definitions` as shown in the code snippet below. | 
| 1 | 
            +
            The `column_styling` prop is an optional item that can be used within `column_definitions` as shown in the code snippet below. It is an object that has 2 optional key/value pairs:
         | 
| 2 2 |  | 
| 3 3 | 
             
            1) `header_alignment`: This will allow you to control alignment of header content which is set to right aligned by default. you can set this to `left`, `right` or `center`.
         | 
| 4 4 |  | 
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            The `row_styling` prop can be used in conjunction with row ids to control certain styling options on individual rows.  | 
| 1 | 
            +
            The `row_styling` prop can be used in conjunction with row ids to control certain styling options on individual rows. Currently, `row_styling` gives you 3 optional controls:
         | 
| 2 2 |  | 
| 3 3 | 
             
            - `background_color` : use this to control the background color of the row
         | 
| 4 4 | 
             
            - `font_color`: use this to control font color for each row if needed, for example if using a darker background color.
         | 
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            The `rowStyling` prop can be used in conjunction with row ids to control certain styling options on individual rows.  | 
| 1 | 
            +
            The `rowStyling` prop can be used in conjunction with row ids to control certain styling options on individual rows. Currently, `rowStyling` gives you 3 optional controls:
         | 
| 2 2 |  | 
| 3 3 | 
             
            - `backgroundColor` : use this to control the background color of the row
         | 
| 4 4 | 
             
            - `fontColor`: use this to control font color for each row if needed, for example if using a darker background color.
         | 
| @@ -21,11 +21,8 @@ examples: | |
| 21 21 | 
             
              - advanced_table_selectable_rows_header_rails: Selectable Rows (No Actions Bar)
         | 
| 22 22 | 
             
              - advanced_table_scrollbar_none: Advanced Table Scrollbar None
         | 
| 23 23 | 
             
              - advanced_table_row_styling: Row Styling
         | 
| 24 | 
            -
              - advanced_table_padding_control_per_row_rails: Padding Control using Row Styling
         | 
| 25 24 | 
             
              - advanced_table_column_styling_rails: Column Styling
         | 
| 26 25 | 
             
              - advanced_table_column_styling_column_headers_rails: Column Styling with Multiple Headers
         | 
| 27 | 
            -
              - advanced_table_padding_control_rails: Padding Control using Column Styling
         | 
| 28 | 
            -
              - advanced_table_background_control_rails: Background Control using Column Styling
         | 
| 29 26 | 
             
              - advanced_table_column_border_color_rails: Column Group Border Color
         | 
| 30 27 |  | 
| 31 28 |  | 
| @@ -7,7 +7,7 @@ examples: | |
| 7 7 | 
             
              - rich_text_editor_focus: Focus
         | 
| 8 8 | 
             
              - rich_text_editor_sticky: Sticky
         | 
| 9 9 | 
             
              - rich_text_editor_templates: Templates
         | 
| 10 | 
            -
               | 
| 10 | 
            +
              - rich_text_editor_toolbar_bottom: Toolbar Bottom
         | 
| 11 11 | 
             
              - rich_text_editor_inline: Inline
         | 
| 12 12 | 
             
              - rich_text_editor_preview: Preview
         | 
| 13 13 |  | 
| @@ -17,17 +17,11 @@ examples: | |
| 17 17 | 
             
              - rich_text_editor_more_extensions: Advanced (Extra Extensions)
         | 
| 18 18 | 
             
              - rich_text_editor_toolbar_disabled: Advanced (Toolbar disabled)
         | 
| 19 19 | 
             
              - rich_text_editor_simple: Simple
         | 
| 20 | 
            -
              - rich_text_editor_advanced_simple: Advanced (Simple)
         | 
| 21 20 | 
             
              - rich_text_editor_attributes: Attributes
         | 
| 22 | 
            -
              - rich_text_editor_advanced_attributes: Advanced (Attributes)
         | 
| 23 21 | 
             
              - rich_text_editor_focus: Focus
         | 
| 24 | 
            -
              - rich_text_editor_advanced_focus: Advanced (Focus)
         | 
| 25 22 | 
             
              - rich_text_editor_sticky: Sticky
         | 
| 26 | 
            -
              - rich_text_editor_advanced_sticky: Advanced (Sticky)
         | 
| 27 23 | 
             
              - rich_text_editor_templates: Templates
         | 
| 28 | 
            -
              -  | 
| 29 | 
            -
              # - rich_text_editor_toolbar_bottom: Toolbar Bottom
         | 
| 24 | 
            +
              - rich_text_editor_toolbar_bottom: Toolbar Bottom
         | 
| 30 25 | 
             
              - rich_text_editor_inline: Inline
         | 
| 31 | 
            -
              - rich_text_editor_advanced_inline: Advanced (Inline)
         | 
| 32 26 | 
             
              - rich_text_editor_preview: Preview
         | 
| 33 27 | 
             
              - rich_text_editor_advanced_preview: Advanced Preview
         | 
| @@ -11,9 +11,3 @@ export { default as RichTextEditorAdvancedDefault } from './_rich_text_editor_ad | |
| 11 11 | 
             
            export { default as RichTextEditorMoreExtensions } from './_rich_text_editor_more_extensions.jsx'
         | 
| 12 12 | 
             
            export { default as RichTextEditorToolbarDisabled } from './_rich_text_editor_toolbar_disabled.jsx'
         | 
| 13 13 | 
             
            export { default as RichTextEditorAdvancedPreview } from './_rich_text_editor_advanced_preview.jsx'
         | 
| 14 | 
            -
            export { default as RichTextEditorAdvancedSimple } from './_rich_text_editor_advanced_simple.jsx'
         | 
| 15 | 
            -
            export { default as RichTextEditorAdvancedFocus } from './_rich_text_editor_advanced_focus.jsx'
         | 
| 16 | 
            -
            export { default as RichTextEditorAdvancedTemplates } from './_rich_text_editor_advanced_templates.jsx'
         | 
| 17 | 
            -
            export { default as RichTextEditorAdvancedAttributes } from './_rich_text_editor_advanced_attributes.jsx'
         | 
| 18 | 
            -
            export { default as RichTextEditorAdvancedSticky } from './_rich_text_editor_advanced_sticky.jsx'
         | 
| 19 | 
            -
            export { default as RichTextEditorAdvancedInline } from './_rich_text_editor_advanced_inline.jsx'
         |