playbook_ui_docs 15.2.0.pre.alpha.PLAY2542formatasyoutypebug11501 → 15.2.0.pre.alpha.PLAY2589advancedtableinlinerowloadingtoggleicon11641
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_background_control_rails.html.erb +3 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md +3 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb +3 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb +3 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading_show_toggle.jsx +59 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading_show_toggle.md +5 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js +202 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +2 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_description.md +2 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +3 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +3 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md +3 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.html.erb +12 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.jsx +24 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md +5 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.html.erb +45 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.jsx +119 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md +1 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb +5 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx +17 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb +12 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx +24 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb +23 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.jsx +37 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.html.erb +40 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.jsx +56 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_live_data.jsx +64 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.html.erb +27 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.jsx +40 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.md +1 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.html.erb +19 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.jsx +65 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.md +3 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.html.erb +14 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.jsx +27 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.html.erb +39 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.jsx +58 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.md +1 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/example.yml +29 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/index.js +11 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +36 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.md +1 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +41 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.md +1 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -0
- data/dist/playbook-doc.js +2 -2
- metadata +40 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: e0186dd802e5e2207e838bf9217600001d031c18a92aaa68cb37a2d26e52e980
         | 
| 4 | 
            +
              data.tar.gz: fbee8c9be4ed2c448656e79905c978aa48bc4b371c3fd755fa3e9f3f4eb5526f
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 1daae975aee505b4f15d88b2620cb1bb8ee9c475ec1c4838907db7633a9907bfe25fec494c5cd8145571b6803dbbc056f8964ac07d3133d6d23eb4579d65e2e8
         | 
| 7 | 
            +
              data.tar.gz: '0277912c0bb6529fd90508269ebde1b3efd5084f76166534f514762c0cf3cd1f8b6b308c5d36f3d944687653e0dbb7a3051480bad2573a218388bcf9bd80d590'
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb
    CHANGED
    
    | @@ -33,7 +33,7 @@ | |
| 33 33 | 
             
                }
         | 
| 34 34 | 
             
            ] %>
         | 
| 35 35 |  | 
| 36 | 
            -
            <%= pb_rails("advanced_table", props: { id: " | 
| 37 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 38 | 
            -
              <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 36 | 
            +
            <%= pb_rails("advanced_table", props: { id: "background-control", table_data: @table_data, column_definitions: column_definitions }) do %>
         | 
| 37 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "background-control", column_definitions: column_definitions }) %>
         | 
| 38 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "background-control", table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 39 39 | 
             
            <% end %>
         | 
| @@ -2,7 +2,9 @@ The AdvancedTable kit accepts tree data and automatically renders expansion cont | |
| 2 2 |  | 
| 3 3 | 
             
            ### id
         | 
| 4 4 |  | 
| 5 | 
            -
            A unique `id` is required to allow the table functionality to work properly. Without it, certain functions like the action bar will not be able to properly reference the correct table.
         | 
| 5 | 
            +
            A unique `id` is required to allow the table functionality to work properly. Without it, certain functions like the action bar, expand/collapse caching, or selectable rows will not be able to properly reference the correct table.
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            You must also set `table_id` when using subcomponents like `table_header` or `table_body`.
         | 
| 6 8 |  | 
| 7 9 | 
             
            ### table_data
         | 
| 8 10 |  | 
| @@ -51,7 +51,7 @@ | |
| 51 51 | 
             
              ]
         | 
| 52 52 | 
             
            %>
         | 
| 53 53 |  | 
| 54 | 
            -
            <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions, id: "beta_sort" }) do %>
         | 
| 55 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 56 | 
            -
              <%= pb_rails("advanced_table/table_body", props: {  | 
| 54 | 
            +
            <%= pb_rails("advanced_table", props: { id: "sort", table_data: @table_data, column_definitions: column_definitions, id: "beta_sort" }) do %>
         | 
| 55 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "sort", column_definitions: column_definitions }) %>
         | 
| 56 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "sort", table_data: @table_data, column_definitions: column_definitions, enable_toggle_expansion: "all" }) %>
         | 
| 57 57 | 
             
            <% end %>
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb
    CHANGED
    
    | @@ -34,7 +34,7 @@ | |
| 34 34 | 
             
              subrow_headers = ["Quarter", "Month", "Day"]
         | 
| 35 35 | 
             
            %>
         | 
| 36 36 |  | 
| 37 | 
            -
            <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions, id: "test_table" }) do %>
         | 
| 38 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 39 | 
            -
              <%= pb_rails("advanced_table/table_body", props: {  | 
| 37 | 
            +
            <%= pb_rails("advanced_table", props: { id: "subrow-headers", table_data: @table_data, column_definitions: column_definitions, id: "test_table" }) do %>
         | 
| 38 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "subrow-headers", column_definitions: column_definitions }) %>
         | 
| 39 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "subrow-headers", table_data: @table_data, column_definitions: column_definitions, subrow_headers: subrow_headers, enable_toggle_expansion: "all" }) %>
         | 
| 40 40 | 
             
            <% end %>
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.html.erb
    CHANGED
    
    | @@ -31,6 +31,6 @@ | |
| 31 31 | 
             
            ] %>
         | 
| 32 32 |  | 
| 33 33 | 
             
            <%= pb_rails("advanced_table", props: { id: "collapsible_trail", table_data: @table_data, column_definitions: column_definitions }) do %>
         | 
| 34 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 35 | 
            -
              <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data, column_definitions: column_definitions, collapsible_trail: false }) %>
         | 
| 34 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "collapsible_trail", column_definitions: column_definitions }) %>
         | 
| 35 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "collapsible_trail", table_data: @table_data, column_definitions: column_definitions, collapsible_trail: false }) %>
         | 
| 36 36 | 
             
            <% end %>
         | 
| @@ -58,6 +58,6 @@ | |
| 58 58 | 
             
            ] %>
         | 
| 59 59 |  | 
| 60 60 | 
             
            <%= pb_rails("advanced_table", props: { id: "column-styling-multi", table_data: @table_data, column_definitions: column_definitions }) do %>
         | 
| 61 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 62 | 
            -
              <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 61 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "column-styling-multi", column_definitions: column_definitions }) %>
         | 
| 62 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "column-styling-multi", table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 63 63 | 
             
            <% end %>
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb
    CHANGED
    
    | @@ -33,6 +33,6 @@ | |
| 33 33 | 
             
            ] %>
         | 
| 34 34 |  | 
| 35 35 | 
             
            <%= pb_rails("advanced_table", props: { id: "column-styling", table_data: @table_data, column_definitions: column_definitions }) do %>
         | 
| 36 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 37 | 
            -
              <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 36 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "column-styling", column_definitions: column_definitions }) %>
         | 
| 37 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "column-styling", table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 38 38 | 
             
            <% end %>
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading_show_toggle.jsx
    ADDED
    
    | @@ -0,0 +1,59 @@ | |
| 1 | 
            +
            import React from "react"
         | 
| 2 | 
            +
            import AdvancedTable from '../_advanced_table'
         | 
| 3 | 
            +
            import { MOCK_DATA_INLINE_LOADING_EMPTY_CHILDREN } from "./_mock_data_inline_loading_empty_children"
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            const AdvancedTableInlineRowLoadingShowToggle = (props) => {
         | 
| 6 | 
            +
              const columnDefinitions = [
         | 
| 7 | 
            +
                {
         | 
| 8 | 
            +
                  accessor: "year",
         | 
| 9 | 
            +
                  label: "Year",
         | 
| 10 | 
            +
                  cellAccessors: ["quarter", "month", "day"],
         | 
| 11 | 
            +
                },
         | 
| 12 | 
            +
                {
         | 
| 13 | 
            +
                  accessor: "newEnrollments",
         | 
| 14 | 
            +
                  label: "New Enrollments",
         | 
| 15 | 
            +
                },
         | 
| 16 | 
            +
                {
         | 
| 17 | 
            +
                  accessor: "scheduledMeetings",
         | 
| 18 | 
            +
                  label: "Scheduled Meetings",
         | 
| 19 | 
            +
                },
         | 
| 20 | 
            +
                {
         | 
| 21 | 
            +
                  accessor: "attendanceRate",
         | 
| 22 | 
            +
                  label: "Attendance Rate",
         | 
| 23 | 
            +
                },
         | 
| 24 | 
            +
                {
         | 
| 25 | 
            +
                  accessor: "completedClasses",
         | 
| 26 | 
            +
                  label: "Completed Classes",
         | 
| 27 | 
            +
                },
         | 
| 28 | 
            +
                {
         | 
| 29 | 
            +
                  accessor: "classCompletionRate",
         | 
| 30 | 
            +
                  label: "Class Completion Rate",
         | 
| 31 | 
            +
                },
         | 
| 32 | 
            +
                {
         | 
| 33 | 
            +
                  accessor: "graduatedStudents",
         | 
| 34 | 
            +
                  label: "Graduated Students",
         | 
| 35 | 
            +
                },
         | 
| 36 | 
            +
              ]
         | 
| 37 | 
            +
             | 
| 38 | 
            +
              //Render the subRow header rows
         | 
| 39 | 
            +
              const subRowHeaders = ["Quarter", "Month", "Day"]
         | 
| 40 | 
            +
             | 
| 41 | 
            +
             | 
| 42 | 
            +
              return (
         | 
| 43 | 
            +
                <div>
         | 
| 44 | 
            +
                  <AdvancedTable
         | 
| 45 | 
            +
                      columnDefinitions={columnDefinitions}
         | 
| 46 | 
            +
                      enableToggleExpansion="all"
         | 
| 47 | 
            +
                      inlineRowLoading
         | 
| 48 | 
            +
                      showToggleWithInlineRowLoading
         | 
| 49 | 
            +
                      tableData={MOCK_DATA_INLINE_LOADING_EMPTY_CHILDREN}
         | 
| 50 | 
            +
                      {...props}
         | 
| 51 | 
            +
                  >
         | 
| 52 | 
            +
                    <AdvancedTable.Header />
         | 
| 53 | 
            +
                    <AdvancedTable.Body subRowHeaders={subRowHeaders}/>
         | 
| 54 | 
            +
                  </AdvancedTable>
         | 
| 55 | 
            +
                </div>
         | 
| 56 | 
            +
              )
         | 
| 57 | 
            +
            }
         | 
| 58 | 
            +
             | 
| 59 | 
            +
            export default AdvancedTableInlineRowLoadingShowToggle
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading_show_toggle.md
    ADDED
    
    | @@ -0,0 +1,5 @@ | |
| 1 | 
            +
            The `showToggleWithInlineRowLoading` is a boolean prop that renders the toggle-all icon in the top left header cell for complex datasets with enoty `children` arrays and advanced querying logic explained in the preceeding doc example. Your logic may require an additional query helper file to update data specifically from requerying via toggle all buttons.
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            In this code example, all 3 rows have empty children arrays. The toggle all button would not render (prior to an initial row expansion) without `showToggleWithInlineRowLoading` in place. 
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            This prop is set to false by default and should only be used in conjunction with `inlineRowLoading`.
         | 
| @@ -46,6 +46,6 @@ | |
| 46 46 | 
             
            ] %>
         | 
| 47 47 |  | 
| 48 48 | 
             
            <%= pb_rails("advanced_table", props: { id: "padding-control-per-row", table_data: @table_data_with_id, column_definitions: column_definitions, row_styling: row_styling }) do %>
         | 
| 49 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 50 | 
            -
              <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data_with_id, column_definitions: column_definitions, row_styling: row_styling }) %>
         | 
| 49 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "padding-control-per-row", column_definitions: column_definitions }) %>
         | 
| 50 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "padding-control-per-row", table_data: @table_data_with_id, column_definitions: column_definitions, row_styling: row_styling }) %>
         | 
| 51 51 | 
             
            <% end %>
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb
    CHANGED
    
    | @@ -35,6 +35,6 @@ | |
| 35 35 | 
             
            ] %>
         | 
| 36 36 |  | 
| 37 37 | 
             
            <%= pb_rails("advanced_table", props: { id: "padding-control", table_data: @table_data, column_definitions: column_definitions }) do %>
         | 
| 38 | 
            -
              <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
         | 
| 39 | 
            -
              <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 38 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "padding-control", column_definitions: column_definitions }) %>
         | 
| 39 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "padding-control", table_data: @table_data, column_definitions: column_definitions }) %>
         | 
| 40 40 | 
             
            <% end %>
         | 
    
        data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.html.erb
    CHANGED
    
    | @@ -34,6 +34,6 @@ | |
| 34 34 | 
             
            %>
         | 
| 35 35 |  | 
| 36 36 | 
             
            <%= pb_rails("advanced_table", props: { id: "selectable_rows", table_data: @table_data_with_id, column_definitions: column_definitions, selectable_rows: true }) do %>
         | 
| 37 | 
            -
              <%= pb_rails("advanced_table/table_header", props: {  | 
| 38 | 
            -
              <%= pb_rails("advanced_table/table_body", props: {  | 
| 37 | 
            +
              <%= pb_rails("advanced_table/table_header", props: { table_id: "selectable_rows", column_definitions: column_definitions, selectable_rows: true }) %>
         | 
| 38 | 
            +
              <%= pb_rails("advanced_table/table_body", props: { table_id: "selectable_rows", table_data: @table_data_with_id, column_definitions: column_definitions, subrow_headers: subrow_headers, enable_toggle_expansion: "all", selectable_rows: true }) %>
         | 
| 39 39 | 
             
            <% end %>
         | 
| @@ -0,0 +1,202 @@ | |
| 1 | 
            +
            export const MOCK_DATA_INLINE_LOADING_EMPTY_CHILDREN = [
         | 
| 2 | 
            +
                {
         | 
| 3 | 
            +
                  year: "2021",
         | 
| 4 | 
            +
                  quarter: null,
         | 
| 5 | 
            +
                  month: null,
         | 
| 6 | 
            +
                  day: null,
         | 
| 7 | 
            +
                  newEnrollments: "20",
         | 
| 8 | 
            +
                  scheduledMeetings: "10",
         | 
| 9 | 
            +
                  attendanceRate: "51%",
         | 
| 10 | 
            +
                  completedClasses: "3",
         | 
| 11 | 
            +
                  classCompletionRate: "33%",
         | 
| 12 | 
            +
                  graduatedStudents: "19",
         | 
| 13 | 
            +
                  children: [],
         | 
| 14 | 
            +
                },
         | 
| 15 | 
            +
                {
         | 
| 16 | 
            +
                  year: "2022",
         | 
| 17 | 
            +
                  quarter: null,
         | 
| 18 | 
            +
                  month: null,
         | 
| 19 | 
            +
                  day: null,
         | 
| 20 | 
            +
                  newEnrollments: "25",
         | 
| 21 | 
            +
                  scheduledMeetings: "17",
         | 
| 22 | 
            +
                  attendanceRate: "75%",
         | 
| 23 | 
            +
                  completedClasses: "5",
         | 
| 24 | 
            +
                  classCompletionRate: "45%",
         | 
| 25 | 
            +
                  graduatedStudents: "32",
         | 
| 26 | 
            +
                  children: [],
         | 
| 27 | 
            +
                  // children: [
         | 
| 28 | 
            +
                  //   {
         | 
| 29 | 
            +
                  //     year: "2022",
         | 
| 30 | 
            +
                  //     quarter: "Q1",
         | 
| 31 | 
            +
                  //     month: null,
         | 
| 32 | 
            +
                  //     day: null,
         | 
| 33 | 
            +
                  //     newEnrollments: "2",
         | 
| 34 | 
            +
                  //     scheduledMeetings: "35",
         | 
| 35 | 
            +
                  //     attendanceRate: "32%",
         | 
| 36 | 
            +
                  //     completedClasses: "15",
         | 
| 37 | 
            +
                  //     classCompletionRate: "52%",
         | 
| 38 | 
            +
                  //     graduatedStudents: "36",
         | 
| 39 | 
            +
                  //     children: [
         | 
| 40 | 
            +
                  //       {
         | 
| 41 | 
            +
                  //         year: "2022",
         | 
| 42 | 
            +
                  //         quarter: "Q1",
         | 
| 43 | 
            +
                  //         month: "January",
         | 
| 44 | 
            +
                  //         day: null,
         | 
| 45 | 
            +
                  //         newEnrollments: "16",
         | 
| 46 | 
            +
                  //         scheduledMeetings: "20",
         | 
| 47 | 
            +
                  //         attendanceRate: "11%",
         | 
| 48 | 
            +
                  //         completedClasses: "13",
         | 
| 49 | 
            +
                  //         classCompletionRate: "47%",
         | 
| 50 | 
            +
                  //         graduatedStudents: "28",
         | 
| 51 | 
            +
                  //         children: [
         | 
| 52 | 
            +
                  //           {
         | 
| 53 | 
            +
                  //             year: "2022",
         | 
| 54 | 
            +
                  //             quarter: "Q1",
         | 
| 55 | 
            +
                  //             month: "January",
         | 
| 56 | 
            +
                  //             day: "15",
         | 
| 57 | 
            +
                  //             newEnrollments: "34",
         | 
| 58 | 
            +
                  //             scheduledMeetings: "28",
         | 
| 59 | 
            +
                  //             attendanceRate: "97%",
         | 
| 60 | 
            +
                  //             completedClasses: "20",
         | 
| 61 | 
            +
                  //             classCompletionRate: "15%",
         | 
| 62 | 
            +
                  //             graduatedStudents: "17",
         | 
| 63 | 
            +
                  //           },
         | 
| 64 | 
            +
                  //           {
         | 
| 65 | 
            +
                  //             year: "2022",
         | 
| 66 | 
            +
                  //             quarter: "Q1",
         | 
| 67 | 
            +
                  //             month: "January",
         | 
| 68 | 
            +
                  //             day: "25",
         | 
| 69 | 
            +
                  //             newEnrollments: "43",
         | 
| 70 | 
            +
                  //             scheduledMeetings: "23",
         | 
| 71 | 
            +
                  //             attendanceRate: "66%",
         | 
| 72 | 
            +
                  //             completedClasses: "26",
         | 
| 73 | 
            +
                  //             classCompletionRate: "47%",
         | 
| 74 | 
            +
                  //             graduatedStudents: "9",
         | 
| 75 | 
            +
                  //           },
         | 
| 76 | 
            +
                  //         ],
         | 
| 77 | 
            +
                  //       },
         | 
| 78 | 
            +
                  //       {
         | 
| 79 | 
            +
                  //         year: "2022",
         | 
| 80 | 
            +
                  //         quarter: "Q1",
         | 
| 81 | 
            +
                  //         month: "May",
         | 
| 82 | 
            +
                  //         day: null,
         | 
| 83 | 
            +
                  //         newEnrollments: "20",
         | 
| 84 | 
            +
                  //         scheduledMeetings: "41",
         | 
| 85 | 
            +
                  //         attendanceRate: "95%",
         | 
| 86 | 
            +
                  //         completedClasses: "26",
         | 
| 87 | 
            +
                  //         classCompletionRate: "83%",
         | 
| 88 | 
            +
                  //         graduatedStudents: "43",
         | 
| 89 | 
            +
                  //         children: [
         | 
| 90 | 
            +
                  //           {
         | 
| 91 | 
            +
                  //             year: "2011",
         | 
| 92 | 
            +
                  //             quarter: "Q1",
         | 
| 93 | 
            +
                  //             month: "May",
         | 
| 94 | 
            +
                  //             day: "2",
         | 
| 95 | 
            +
                  //             newEnrollments: "19",
         | 
| 96 | 
            +
                  //             scheduledMeetings: "35",
         | 
| 97 | 
            +
                  //             attendanceRate: "69%",
         | 
| 98 | 
            +
                  //             completedClasses: "8",
         | 
| 99 | 
            +
                  //             classCompletionRate: "75%",
         | 
| 100 | 
            +
                  //             graduatedStudents: "23",
         | 
| 101 | 
            +
                  //           },
         | 
| 102 | 
            +
                  //         ],
         | 
| 103 | 
            +
                  //       },
         | 
| 104 | 
            +
                  //     ],
         | 
| 105 | 
            +
                  //   },
         | 
| 106 | 
            +
                  // ],
         | 
| 107 | 
            +
                },
         | 
| 108 | 
            +
                {
         | 
| 109 | 
            +
                  year: "2023",
         | 
| 110 | 
            +
                  quarter: null,
         | 
| 111 | 
            +
                  month: null,
         | 
| 112 | 
            +
                  day: null,
         | 
| 113 | 
            +
                  newEnrollments: "10",
         | 
| 114 | 
            +
                  scheduledMeetings: "15",
         | 
| 115 | 
            +
                  attendanceRate: "65%",
         | 
| 116 | 
            +
                  completedClasses: "4",
         | 
| 117 | 
            +
                  classCompletionRate: "49%",
         | 
| 118 | 
            +
                  graduatedStudents: "29",
         | 
| 119 | 
            +
                  children: [],
         | 
| 120 | 
            +
                  // children: [
         | 
| 121 | 
            +
                  //   {
         | 
| 122 | 
            +
                  //     year: "2023",
         | 
| 123 | 
            +
                  //     quarter: "Q1",
         | 
| 124 | 
            +
                  //     month: null,
         | 
| 125 | 
            +
                  //     day: null,
         | 
| 126 | 
            +
                  //     newEnrollments: "2",
         | 
| 127 | 
            +
                  //     scheduledMeetings: "35",
         | 
| 128 | 
            +
                  //     attendanceRate: "32%",
         | 
| 129 | 
            +
                  //     completedClasses: "15",
         | 
| 130 | 
            +
                  //     classCompletionRate: "52%",
         | 
| 131 | 
            +
                  //     graduatedStudents: "36",
         | 
| 132 | 
            +
                  //     children: [
         | 
| 133 | 
            +
                  //       {
         | 
| 134 | 
            +
                  //         year: "2023",
         | 
| 135 | 
            +
                  //         quarter: "Q1",
         | 
| 136 | 
            +
                  //         month: "March",
         | 
| 137 | 
            +
                  //         day: null,
         | 
| 138 | 
            +
                  //         newEnrollments: "16",
         | 
| 139 | 
            +
                  //         scheduledMeetings: "20",
         | 
| 140 | 
            +
                  //         attendanceRate: "11%",
         | 
| 141 | 
            +
                  //         completedClasses: "13",
         | 
| 142 | 
            +
                  //         classCompletionRate: "47%",
         | 
| 143 | 
            +
                  //         graduatedStudents: "28",
         | 
| 144 | 
            +
                  //         children: [
         | 
| 145 | 
            +
                  //           {
         | 
| 146 | 
            +
                  //             year: "2023",
         | 
| 147 | 
            +
                  //             quarter: "Q1",
         | 
| 148 | 
            +
                  //             month: "March",
         | 
| 149 | 
            +
                  //             day: "10",
         | 
| 150 | 
            +
                  //             newEnrollments: "34",
         | 
| 151 | 
            +
                  //             scheduledMeetings: "28",
         | 
| 152 | 
            +
                  //             attendanceRate: "97%",
         | 
| 153 | 
            +
                  //             completedClasses: "20",
         | 
| 154 | 
            +
                  //             classCompletionRate: "15%",
         | 
| 155 | 
            +
                  //             graduatedStudents: "17",
         | 
| 156 | 
            +
                  //           },
         | 
| 157 | 
            +
                  //           {
         | 
| 158 | 
            +
                  //             year: "2023",
         | 
| 159 | 
            +
                  //             quarter: "Q1",
         | 
| 160 | 
            +
                  //             month: "March",
         | 
| 161 | 
            +
                  //             day: "11",
         | 
| 162 | 
            +
                  //             newEnrollments: "43",
         | 
| 163 | 
            +
                  //             scheduledMeetings: "23",
         | 
| 164 | 
            +
                  //             attendanceRate: "66%",
         | 
| 165 | 
            +
                  //             completedClasses: "26",
         | 
| 166 | 
            +
                  //             classCompletionRate: "47%",
         | 
| 167 | 
            +
                  //             graduatedStudents: "9",
         | 
| 168 | 
            +
                  //           },
         | 
| 169 | 
            +
                  //         ],
         | 
| 170 | 
            +
                  //       },
         | 
| 171 | 
            +
                  //       {
         | 
| 172 | 
            +
                  //         year: "2023",
         | 
| 173 | 
            +
                  //         quarter: "Q1",
         | 
| 174 | 
            +
                  //         month: "April",
         | 
| 175 | 
            +
                  //         day: null,
         | 
| 176 | 
            +
                  //         newEnrollments: "20",
         | 
| 177 | 
            +
                  //         scheduledMeetings: "41",
         | 
| 178 | 
            +
                  //         attendanceRate: "95%",
         | 
| 179 | 
            +
                  //         completedClasses: "26",
         | 
| 180 | 
            +
                  //         classCompletionRate: "83%",
         | 
| 181 | 
            +
                  //         graduatedStudents: "43",
         | 
| 182 | 
            +
                  //         children: [
         | 
| 183 | 
            +
                  //           {
         | 
| 184 | 
            +
                  //             year: "2023",
         | 
| 185 | 
            +
                  //             quarter: "Q1",
         | 
| 186 | 
            +
                  //             month: "April",
         | 
| 187 | 
            +
                  //             day: "15",
         | 
| 188 | 
            +
                  //             newEnrollments: "19",
         | 
| 189 | 
            +
                  //             scheduledMeetings: "35",
         | 
| 190 | 
            +
                  //             attendanceRate: "69%",
         | 
| 191 | 
            +
                  //             completedClasses: "8",
         | 
| 192 | 
            +
                  //             classCompletionRate: "75%",
         | 
| 193 | 
            +
                  //             graduatedStudents: "23",
         | 
| 194 | 
            +
                  //           },
         | 
| 195 | 
            +
                  //         ],
         | 
| 196 | 
            +
                  //       },
         | 
| 197 | 
            +
                  //     ],
         | 
| 198 | 
            +
                  //   },
         | 
| 199 | 
            +
                  // ],
         | 
| 200 | 
            +
                },
         | 
| 201 | 
            +
              ]
         | 
| 202 | 
            +
              
         | 
| @@ -54,6 +54,7 @@ examples: | |
| 54 54 | 
             
              - advanced_table_pagination_with_props: Pagination Props
         | 
| 55 55 | 
             
              - advanced_table_loading: Loading State
         | 
| 56 56 | 
             
              - advanced_table_inline_row_loading: Inline Row Loading
         | 
| 57 | 
            +
              - advanced_table_inline_row_loading_show_toggle: Inline Row Loading with Show Toggle
         | 
| 57 58 | 
             
              - advanced_table_column_headers: Multi-Header Columns
         | 
| 58 59 | 
             
              - advanced_table_column_headers_multiple: Multi-Header Columns (Multiple Levels)
         | 
| 59 60 | 
             
              - advanced_table_column_headers_custom_cell: Multi-Header Columns with Custom Cells
         | 
| @@ -45,4 +45,5 @@ export { default as AdvancedTableWithCustomHeaderMultiHeader } from './_advanced | |
| 45 45 | 
             
            export { default as AdvancedTableSortPerColumn } from './_advanced_table_sort_per_column.jsx'
         | 
| 46 46 | 
             
            export { default as AdvancedTableSortPerColumnForMultiColumn } from './_advanced_table_sort_per_column_for_multi_column.jsx'
         | 
| 47 47 | 
             
            export { default as AdvancedTablePaddingControl } from './_advanced_table_padding_control.jsx'
         | 
| 48 | 
            -
            export { default as AdvancedTablePaddingControlPerRow } from './_advanced_table_padding_control_per_row.jsx'
         | 
| 48 | 
            +
            export { default as AdvancedTablePaddingControlPerRow } from './_advanced_table_padding_control_per_row.jsx'
         | 
| 49 | 
            +
            export { default as AdvancedTableInlineRowLoadingShowToggle } from './_advanced_table_inline_row_loading_show_toggle.jsx'
         | 
| @@ -1,2 +1,4 @@ | |
| 1 1 |  | 
| 2 2 | 
             
            Fixed Confirmation Toast is used as an alert. Success is used when a user successfully completes an action. Error is used when there is an error and the user cannot proceed. Neutral is used to display information to a user to complete a task.
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            **NOTE**: z index for Fixed Confirmation Toast is set to 'max' by default which has the value of `999999`. the z Index global prop can be used to override this if you want to set it to a different value.
         | 
| @@ -0,0 +1,3 @@ | |
| 1 | 
            +
            This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specific props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible. 
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
         | 
| @@ -0,0 +1,3 @@ | |
| 1 | 
            +
            This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specific props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible. 
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
         | 
| @@ -0,0 +1,3 @@ | |
| 1 | 
            +
            This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specific props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible. 
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
         | 
| @@ -0,0 +1,24 @@ | |
| 1 | 
            +
            import React from 'react'
         | 
| 2 | 
            +
            import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
         | 
| 3 | 
            +
            import { colors } from 'playbook-ui'
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            const data = [{ name: "Name", y: 67 }]
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            const chartOptions = {
         | 
| 8 | 
            +
              series: [{ data: data }],
         | 
| 9 | 
            +
              plotOptions: {
         | 
| 10 | 
            +
                solidgauge: {
         | 
| 11 | 
            +
                  borderColor: colors.data_7,
         | 
| 12 | 
            +
                }
         | 
| 13 | 
            +
              },
         | 
| 14 | 
            +
            };
         | 
| 15 | 
            +
            const PbGaugeChartColor = (props) => (
         | 
| 16 | 
            +
              <div>
         | 
| 17 | 
            +
                <PbGaugeChart
         | 
| 18 | 
            +
                    options={chartOptions}
         | 
| 19 | 
            +
                    {...props}
         | 
| 20 | 
            +
                />
         | 
| 21 | 
            +
              </div>
         | 
| 22 | 
            +
            )
         | 
| 23 | 
            +
             | 
| 24 | 
            +
            export default PbGaugeChartColor
         | 
| @@ -0,0 +1,5 @@ | |
| 1 | 
            +
            Highcharts allows for any custom colors to be used. Custom data colors allow for color customization to match the needs of business requirements.
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            For React, pass the prop `plotOptions.solidgauge.borderColor` with a Playbook token like `colors.` + `data_1 | data_2 | data_3 | data_4 | data_5 | data_6 | data_7 | data_8`. HEX colors are also available `eg: #CA0095`
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            For Rails, the prop `plotOptions.solidgauge.borderColor` can only be used with HEX values as shown.
         | 
| @@ -0,0 +1,45 @@ | |
| 1 | 
            +
            <% chart_options = {
         | 
| 2 | 
            +
              series:[{data:[{ name: "Name", y: 10 }]}],
         | 
| 3 | 
            +
                chart: {
         | 
| 4 | 
            +
                height: "150",
         | 
| 5 | 
            +
              },
         | 
| 6 | 
            +
              plotOptions: {
         | 
| 7 | 
            +
                series: {
         | 
| 8 | 
            +
                  animation: false,
         | 
| 9 | 
            +
                },
         | 
| 10 | 
            +
                solidgauge: {
         | 
| 11 | 
            +
                  dataLabels: {
         | 
| 12 | 
            +
                    format:
         | 
| 13 | 
            +
                      '<span class="fix">{y:,f}</span>' +
         | 
| 14 | 
            +
                      '<span style="fill: #687887; font-size: 27px;">%</span>',
         | 
| 15 | 
            +
                  },
         | 
| 16 | 
            +
                },
         | 
| 17 | 
            +
              },
         | 
| 18 | 
            +
            } %>
         | 
| 19 | 
            +
             | 
| 20 | 
            +
            <%= pb_rails("flex", props: {wrap: true, padding: "xl", gap: "sm"}) do %>
         | 
| 21 | 
            +
              <%= pb_rails("flex/flex_item", props: {flex: 1, grow: true }) do %>
         | 
| 22 | 
            +
                <%= pb_rails("card", props: {max_width: "xs", padding: "md", }) do %>
         | 
| 23 | 
            +
                  <%= pb_rails("title", props: {padding_bottom: "sm", size: 4, text: "Abandoned Calls" })%>
         | 
| 24 | 
            +
                  <%= pb_rails("flex", props: {align: "stretch"}) do %>
         | 
| 25 | 
            +
                    <%= pb_rails("flex", props: {margin_right: "sm", orientation: "column"}) do %>
         | 
| 26 | 
            +
                      <%= pb_rails("body", props: {color: "light", padding_bottom: "sm",text: "Total Abandoned"}) %>
         | 
| 27 | 
            +
                      <%= pb_rails("flex", props: {align: "baseline", padding_bottom: "sx"}) do %>
         | 
| 28 | 
            +
                        <%= pb_rails("title", props: {size: 1, text: "39"})%>
         | 
| 29 | 
            +
                        <%= pb_rails("title", props: {color: "light", size: 3, text: "calls"}) %>
         | 
| 30 | 
            +
                      <% end %>
         | 
| 31 | 
            +
                      <%= pb_rails("caption", props: {size: "xs", text: "of 390" }) %>
         | 
| 32 | 
            +
                    <%end %>
         | 
| 33 | 
            +
                    <%= pb_rails("section_separator", props: {align_self: "stretch", margin_right: "sm", orientation: "vertical" }) %>
         | 
| 34 | 
            +
                    <%= pb_rails("flex", props: {orientation: "column", wrap: true}) do %>
         | 
| 35 | 
            +
                      <%= pb_rails("body", props: {color: "light", text: "% Abandoned"}) %>
         | 
| 36 | 
            +
                      <%= pb_rails("flex", props: {wrap: true}) do %>
         | 
| 37 | 
            +
                        <%= pb_rails("flex/flex_item", props: {fixed_size: "150px", overflow: "hidden", shrink: true}) do %>
         | 
| 38 | 
            +
                          <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
         | 
| 39 | 
            +
                        <% end %>
         | 
| 40 | 
            +
                      <% end %>
         | 
| 41 | 
            +
                    <% end %>
         | 
| 42 | 
            +
                  <%end %>
         | 
| 43 | 
            +
                <% end %>
         | 
| 44 | 
            +
              <% end %>
         | 
| 45 | 
            +
            <% end %>
         | 
| @@ -0,0 +1,119 @@ | |
| 1 | 
            +
            import React from 'react'
         | 
| 2 | 
            +
            import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
         | 
| 3 | 
            +
            import Flex from '../../pb_flex/_flex'
         | 
| 4 | 
            +
            import FlexItem from '../../pb_flex/_flex_item'
         | 
| 5 | 
            +
            import Card from '../../pb_card/_card'
         | 
| 6 | 
            +
            import Caption from '../../pb_caption/_caption'
         | 
| 7 | 
            +
            import Body from '../../pb_body/_body'
         | 
| 8 | 
            +
            import SectionSeparator from '../../pb_section_separator/_section_separator'
         | 
| 9 | 
            +
            import Title from '../../pb_title/_title'
         | 
| 10 | 
            +
            import { colors, typography } from 'playbook-ui'
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            const data = [{ name: "Name", y: 10 }];
         | 
| 13 | 
            +
             | 
| 14 | 
            +
            const chartOptions = {
         | 
| 15 | 
            +
              series: [{ data: data }],
         | 
| 16 | 
            +
              chart: {
         | 
| 17 | 
            +
                height: "150",
         | 
| 18 | 
            +
              },
         | 
| 19 | 
            +
              plotOptions: {
         | 
| 20 | 
            +
                series: {
         | 
| 21 | 
            +
                  animation: false,
         | 
| 22 | 
            +
                },
         | 
| 23 | 
            +
                solidgauge: {
         | 
| 24 | 
            +
                  dataLabels: {
         | 
| 25 | 
            +
                    format:
         | 
| 26 | 
            +
                      `<span class="fix">{y:,f}</span>` +
         | 
| 27 | 
            +
                      `<span style="fill: ${colors.text_lt_light}; font-size: ${typography.text_larger};">%</span>`,
         | 
| 28 | 
            +
                  },
         | 
| 29 | 
            +
                },
         | 
| 30 | 
            +
              },
         | 
| 31 | 
            +
            };
         | 
| 32 | 
            +
             | 
| 33 | 
            +
            const PbGaugeChartComplex = (props) => (
         | 
| 34 | 
            +
            <Flex
         | 
| 35 | 
            +
                gap="sm"
         | 
| 36 | 
            +
                padding="xl"
         | 
| 37 | 
            +
                wrap
         | 
| 38 | 
            +
              >
         | 
| 39 | 
            +
                <FlexItem
         | 
| 40 | 
            +
                    flex={1}
         | 
| 41 | 
            +
                    grow
         | 
| 42 | 
            +
                >
         | 
| 43 | 
            +
                  <Card
         | 
| 44 | 
            +
                      maxWidth="xs"
         | 
| 45 | 
            +
                      padding="md"
         | 
| 46 | 
            +
                  >
         | 
| 47 | 
            +
                    <Title
         | 
| 48 | 
            +
                        paddingBottom="sm"
         | 
| 49 | 
            +
                        size={4}
         | 
| 50 | 
            +
                        text="Abandoned Calls"
         | 
| 51 | 
            +
                    />
         | 
| 52 | 
            +
                    <Flex
         | 
| 53 | 
            +
                        align="stretch"
         | 
| 54 | 
            +
                    >
         | 
| 55 | 
            +
                      <Flex
         | 
| 56 | 
            +
                          marginRight="sm"
         | 
| 57 | 
            +
                          orientation="column"
         | 
| 58 | 
            +
                      >
         | 
| 59 | 
            +
                        <Body
         | 
| 60 | 
            +
                            color="light"
         | 
| 61 | 
            +
                            paddingBottom="sm"
         | 
| 62 | 
            +
                            text="Total Abandoned"
         | 
| 63 | 
            +
                        />
         | 
| 64 | 
            +
                        <Flex
         | 
| 65 | 
            +
                            align="baseline"
         | 
| 66 | 
            +
                            paddingBottom="xs"
         | 
| 67 | 
            +
                        >
         | 
| 68 | 
            +
                          <Title
         | 
| 69 | 
            +
                              size={1}
         | 
| 70 | 
            +
                              text="39"
         | 
| 71 | 
            +
                          />
         | 
| 72 | 
            +
                          <Title
         | 
| 73 | 
            +
                              color="light"
         | 
| 74 | 
            +
                              size={3}
         | 
| 75 | 
            +
                              text="calls"
         | 
| 76 | 
            +
                          />
         | 
| 77 | 
            +
                        </Flex>
         | 
| 78 | 
            +
                        <Caption
         | 
| 79 | 
            +
                            size="xs"
         | 
| 80 | 
            +
                            text="of 390"
         | 
| 81 | 
            +
                        />
         | 
| 82 | 
            +
                      </Flex>
         | 
| 83 | 
            +
             | 
| 84 | 
            +
                      <SectionSeparator
         | 
| 85 | 
            +
                          alignSelf="stretch"
         | 
| 86 | 
            +
                          marginRight="sm"
         | 
| 87 | 
            +
                          orientation="vertical"
         | 
| 88 | 
            +
                      />
         | 
| 89 | 
            +
             | 
| 90 | 
            +
                      <Flex
         | 
| 91 | 
            +
                          orientation="column"
         | 
| 92 | 
            +
                          wrap
         | 
| 93 | 
            +
                      >
         | 
| 94 | 
            +
                          <Body
         | 
| 95 | 
            +
                              color="light"
         | 
| 96 | 
            +
                              text="% Abandoned"
         | 
| 97 | 
            +
                          />
         | 
| 98 | 
            +
                        <Flex
         | 
| 99 | 
            +
                            wrap
         | 
| 100 | 
            +
                        >
         | 
| 101 | 
            +
                          <FlexItem
         | 
| 102 | 
            +
                              fixedSize="150px"
         | 
| 103 | 
            +
                              overflow="hidden"
         | 
| 104 | 
            +
                              shrink
         | 
| 105 | 
            +
                          >
         | 
| 106 | 
            +
                            <PbGaugeChart
         | 
| 107 | 
            +
                                options={chartOptions}
         | 
| 108 | 
            +
                                {...props}
         | 
| 109 | 
            +
                            />
         | 
| 110 | 
            +
                           </FlexItem>
         | 
| 111 | 
            +
                        </Flex>
         | 
| 112 | 
            +
                      </Flex>
         | 
| 113 | 
            +
                    </Flex>
         | 
| 114 | 
            +
                  </Card>
         | 
| 115 | 
            +
                </FlexItem>
         | 
| 116 | 
            +
              </Flex>
         | 
| 117 | 
            +
            )
         | 
| 118 | 
            +
             | 
| 119 | 
            +
            export default PbGaugeChartComplex
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            We are able to wrap the Highcharts Gauge kit within Playbook kits (such as Flex and Card components).
         |