playbook_ui 15.2.0 → 15.3.0.pre.alpha.PLAY2322popoverconditionalrender11766
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/_playbook.scss +5 -5
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +3 -1
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableActions.ts +18 -3
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableState.ts +56 -14
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +12 -3
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +59 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +39 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +1 -0
- 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.md +1 -1
- 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_column_styling_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx +28 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md +11 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb +51 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb +40 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.md +1 -0
- 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/_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 +42 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/index.js +5 -1
- data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +6 -6
- data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +6 -6
- data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +3 -2
- data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +49 -5
- data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.html.erb +4 -4
- data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.jsx +4 -0
- data/app/pb_kits/playbook/pb_button/_button.scss +6 -0
- data/app/pb_kits/playbook/pb_button/docs/_button_loading.html.erb +7 -3
- data/app/pb_kits/playbook/pb_button/docs/_button_loading.jsx +29 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern.jsx +1 -1
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_quick_pick_styles.scss +11 -30
- data/app/pb_kits/playbook/pb_draggable/_draggable.scss +8 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +0 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +5 -3
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_description.md +2 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +4 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.test.js +10 -0
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_loading.html.erb +1 -1
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
- data/app/pb_kits/playbook/pb_form/formHelper.js +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx +8 -6
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +3 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +7 -10
- data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +73 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +1 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +3 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +7 -10
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +47 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.scss +3 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.tsx +69 -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_gauge_chart/pbGaugeGraphTheme.ts +91 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.html.erb +1 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.rb +25 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.test.jsx +80 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.scss +3 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.tsx +61 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +3 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb +34 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx +52 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md +5 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb +34 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx +45 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb +47 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx +64 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md +3 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb +24 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx +37 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb +39 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx +45 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +86 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx +116 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md +11 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml +20 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/index.js +6 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/pbLineGraphTheme.ts +125 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.html.erb +1 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.rb +25 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.test.jsx +110 -0
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +130 -28
- data/app/pb_kits/playbook/pb_popover/_popover.scss +12 -0
- data/app/pb_kits/playbook/pb_popover/_popover.tsx +43 -29
- data/app/pb_kits/playbook/pb_popover/docs/_popover_close.jsx +7 -0
- data/app/pb_kits/playbook/pb_popover/docs/hook/useSmallScreenIndicator.tsx +27 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/Toolbar.tsx +41 -2
- data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/ToolbarDropdown.tsx +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.tsx +60 -20
- data/app/pb_kits/playbook/pb_rich_text_editor/_tiptap_styles.scss +36 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.jsx +38 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.jsx +34 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.jsx +37 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_simple.jsx +37 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.jsx +38 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.jsx +69 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +8 -2
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +6 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.test.js +127 -1
- data/app/pb_kits/playbook/pb_timeline/_timeline.scss +250 -233
- data/app/pb_kits/playbook/pb_timeline/_timeline.tsx +1 -1
- data/app/pb_kits/playbook/pb_timeline/timeline.test.js +2 -2
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +35 -1
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +71 -2
- 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/app/pb_kits/playbook/tokens/_positioning.scss +1 -0
- data/app/pb_kits/playbook/utilities/_positioning.scss +6 -1
- data/app/pb_kits/playbook/utilities/globalProps.ts +3 -1
- data/dist/chunks/{_line_graph-ByLTvO72.js → _line_graph-BxC7m53J.js} +1 -1
- data/dist/chunks/_typeahead-B1SiFvbF.js +6 -0
- data/dist/chunks/{_weekday_stacked-CB1Sm0pQ.js → _weekday_stacked-DxdwXyYM.js} +3 -3
- data/dist/chunks/{lib-izYrkvOQ.js → lib-CGxXTQ75.js} +2 -2
- data/dist/chunks/{pb_form_validation-Cah5Z5J3.js → pb_form_validation-DebqlUKZ.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +12 -0
- data/dist/playbook-doc.js +2 -2
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/pb_forms_helper.rb +7 -6
- data/lib/playbook/version.rb +2 -2
- data/lib/playbook/z_index.rb +1 -1
- metadata +91 -7
- data/dist/chunks/_typeahead-DXZQU3hC.js +0 -6
| @@ -1,5 +1,5 @@ | |
| 1 1 | 
             
            /* eslint-disable react/no-multi-comp */
         | 
| 2 | 
            -
            import React, { useEffect, useState } from "react";
         | 
| 2 | 
            +
            import React, { useEffect, useRef, useState } from "react";
         | 
| 3 3 | 
             
            import ReactDOM from "react-dom";
         | 
| 4 4 | 
             
            import {
         | 
| 5 5 | 
             
              Popper,
         | 
| @@ -89,7 +89,7 @@ const Popover = (props: PbPopoverProps) => { | |
| 89 89 | 
             
              const popoverSpacing =
         | 
| 90 90 | 
             
                filteredGlobalProps.includes("dark") || !filteredGlobalProps
         | 
| 91 91 | 
             
                  ? "p_sm"
         | 
| 92 | 
            -
                  : filteredGlobalProps | 
| 92 | 
            +
                  : filteredGlobalProps
         | 
| 93 93 | 
             
              const overflowHandling = maxHeight || maxWidth ? "overflow_handling" : "";
         | 
| 94 94 | 
             
              const zIndexStyle = zIndex ? { zIndex: zIndex } : {};
         | 
| 95 95 | 
             
              const widthHeightStyles = () => {
         | 
| @@ -170,42 +170,56 @@ const PbReactPopover = (props: PbPopoverProps): React.ReactElement => { | |
| 170 170 | 
             
                minHeight,
         | 
| 171 171 | 
             
                minWidth,
         | 
| 172 172 | 
             
                width,
         | 
| 173 | 
            +
                closeOnClick,
         | 
| 174 | 
            +
                shouldClosePopover = noop,
         | 
| 173 175 | 
             
              } = props;
         | 
| 174 176 |  | 
| 177 | 
            +
              // Store latest callback in a ref to avoid re-runs
         | 
| 178 | 
            +
              const shouldClosePopoverRef = useRef(shouldClosePopover);
         | 
| 179 | 
            +
             | 
| 180 | 
            +
              // Update ref on change
         | 
| 175 181 | 
             
              useEffect(() => {
         | 
| 176 | 
            -
                 | 
| 182 | 
            +
                shouldClosePopoverRef.current = shouldClosePopover;
         | 
| 183 | 
            +
              }, [shouldClosePopover]);
         | 
| 177 184 |  | 
| 185 | 
            +
              useEffect(() => {
         | 
| 178 186 | 
             
                if (!closeOnClick) return;
         | 
| 179 187 |  | 
| 180 | 
            -
                 | 
| 181 | 
            -
             | 
| 182 | 
            -
             | 
| 183 | 
            -
             | 
| 188 | 
            +
                // Function to handle popover event listener and targetId.
         | 
| 189 | 
            +
                // Ensure that whenever the component is conditionally rendered
         | 
| 190 | 
            +
                // that the old listener is removed and the new listener is
         | 
| 191 | 
            +
                // updated with the targetId.
         | 
| 192 | 
            +
                const handleClick = (e: MouseEvent) => {
         | 
| 193 | 
            +
                  const target = e.target as HTMLElement
         | 
| 184 194 |  | 
| 185 | 
            -
             | 
| 186 | 
            -
             | 
| 187 | 
            -
             | 
| 188 | 
            -
             | 
| 195 | 
            +
                  const targetIsPopover =
         | 
| 196 | 
            +
                    target.closest("#" + targetId) !== null;
         | 
| 197 | 
            +
                  const targetIsReference =
         | 
| 198 | 
            +
                    target.closest("#reference-" + targetId) !== null;
         | 
| 189 199 |  | 
| 190 | 
            -
             | 
| 191 | 
            -
             | 
| 192 | 
            -
             | 
| 200 | 
            +
                  const shouldClose = () => {
         | 
| 201 | 
            +
                    setTimeout(() => shouldClosePopoverRef.current(true), 0);
         | 
| 202 | 
            +
                  }
         | 
| 193 203 |  | 
| 194 | 
            -
             | 
| 195 | 
            -
             | 
| 196 | 
            -
             | 
| 197 | 
            -
             | 
| 198 | 
            -
             | 
| 199 | 
            -
             | 
| 200 | 
            -
             | 
| 201 | 
            -
             | 
| 202 | 
            -
             | 
| 203 | 
            -
             | 
| 204 | 
            -
             | 
| 205 | 
            -
             | 
| 206 | 
            -
             | 
| 207 | 
            -
                );
         | 
| 208 | 
            -
             | 
| 204 | 
            +
                  switch (closeOnClick) {
         | 
| 205 | 
            +
                    case "outside":
         | 
| 206 | 
            +
                      if (!targetIsPopover && !targetIsReference) shouldClose();
         | 
| 207 | 
            +
                      break;
         | 
| 208 | 
            +
                    case "inside":
         | 
| 209 | 
            +
                      if (targetIsPopover) shouldClose();
         | 
| 210 | 
            +
                      break;
         | 
| 211 | 
            +
                    case "any":
         | 
| 212 | 
            +
                      if (targetIsPopover || !targetIsPopover && !targetIsReference) shouldClose();
         | 
| 213 | 
            +
                      break;
         | 
| 214 | 
            +
                  }
         | 
| 215 | 
            +
                };
         | 
| 216 | 
            +
             | 
| 217 | 
            +
                document.body.addEventListener("click", handleClick, { capture: true });
         | 
| 218 | 
            +
             | 
| 219 | 
            +
                return () => {
         | 
| 220 | 
            +
                  document.body.removeEventListener("click", handleClick, { capture: true });
         | 
| 221 | 
            +
                };
         | 
| 222 | 
            +
              }, [targetId, closeOnClick]);
         | 
| 209 223 |  | 
| 210 224 | 
             
              const popoverComponent = (
         | 
| 211 225 | 
             
                <Popover
         | 
| @@ -3,11 +3,14 @@ import React, { useState } from 'react' | |
| 3 3 | 
             
            import Button from '../../pb_button/_button'
         | 
| 4 4 | 
             
            import Flex from '../../pb_flex/_flex'
         | 
| 5 5 | 
             
            import PbReactPopover from '../../pb_popover/_popover'
         | 
| 6 | 
            +
            // Temporary code to replicate bug - DO NOT MERGE (Revert example when done)
         | 
| 7 | 
            +
            import useSmallScreenIndicator from './hook/useSmallScreenIndicator'
         | 
| 6 8 |  | 
| 7 9 | 
             
            const PopoverClose = (props) => {
         | 
| 8 10 | 
             
              const [showInsidePopover, setInsideShowPopover] = useState(false)
         | 
| 9 11 | 
             
              const [showOutsidePopover, setOutsideShowPopover] = useState(false)
         | 
| 10 12 | 
             
              const [showAnyPopover, setAnyShowPopover] = useState(false)
         | 
| 13 | 
            +
              const isPwa = useSmallScreenIndicator()
         | 
| 11 14 |  | 
| 12 15 | 
             
              const handleInsideShouldClosePopover = (shouldClosePopover) => {
         | 
| 13 16 | 
             
                setInsideShowPopover(!shouldClosePopover)
         | 
| @@ -59,6 +62,10 @@ const PopoverClose = (props) => { | |
| 59 62 | 
             
                />
         | 
| 60 63 | 
             
              )
         | 
| 61 64 |  | 
| 65 | 
            +
              if (isPwa) {
         | 
| 66 | 
            +
                return null
         | 
| 67 | 
            +
              }
         | 
| 68 | 
            +
             | 
| 62 69 | 
             
              return (
         | 
| 63 70 | 
             
                <Flex spacing="between">
         | 
| 64 71 | 
             
                  <PbReactPopover
         | 
| @@ -0,0 +1,27 @@ | |
| 1 | 
            +
            // Temporary code to replicate bug - DO NOT MERGE
         | 
| 2 | 
            +
            import { useEffect, useState } from "react";
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            const useSmallScreenIndicator = (): boolean => {
         | 
| 5 | 
            +
              const [isPwa, setIsPwa] = useState(false);
         | 
| 6 | 
            +
             | 
| 7 | 
            +
              useEffect(() => {
         | 
| 8 | 
            +
                const update = () => {
         | 
| 9 | 
            +
                  const value = getComputedStyle(document.documentElement)
         | 
| 10 | 
            +
                    .getPropertyValue("--is-pwa")
         | 
| 11 | 
            +
                    .trim();
         | 
| 12 | 
            +
                  setIsPwa(value === "1");
         | 
| 13 | 
            +
                };
         | 
| 14 | 
            +
             | 
| 15 | 
            +
                update();
         | 
| 16 | 
            +
             | 
| 17 | 
            +
                // Observes changes using ResizeObserver
         | 
| 18 | 
            +
                const observer = new ResizeObserver(update);
         | 
| 19 | 
            +
                observer.observe(document.documentElement);
         | 
| 20 | 
            +
             | 
| 21 | 
            +
                return () => observer.disconnect();
         | 
| 22 | 
            +
              }, []);
         | 
| 23 | 
            +
             | 
| 24 | 
            +
              return isPwa;
         | 
| 25 | 
            +
            };
         | 
| 26 | 
            +
             | 
| 27 | 
            +
            export default useSmallScreenIndicator;
         | 
| @@ -11,7 +11,7 @@ import { ToolbarTypes } from "./EditorTypes"; | |
| 11 11 | 
             
            import ToolbarHistoryItems from "./ToolbarHistory";
         | 
| 12 12 | 
             
            import MoreExtensionsDropdown from "./MoreExtensionsDropdown";
         | 
| 13 13 |  | 
| 14 | 
            -
            const EditorToolbar = ({ editor, extensions }: any): React.ReactElement => {
         | 
| 14 | 
            +
            const EditorToolbar = ({ editor, extensions, simple, sticky }: any): React.ReactElement => {
         | 
| 15 15 | 
             
              const toolbaritems = [
         | 
| 16 16 | 
             
                {
         | 
| 17 17 | 
             
                    icon: "bold",
         | 
| @@ -33,15 +33,50 @@ const EditorToolbar = ({ editor, extensions }: any): React.ReactElement => { | |
| 33 33 | 
             
                },
         | 
| 34 34 | 
             
              ]
         | 
| 35 35 |  | 
| 36 | 
            +
              const simpleToolbaritems = [
         | 
| 37 | 
            +
                {
         | 
| 38 | 
            +
                    icon: "bold",
         | 
| 39 | 
            +
                    text: "Bold",
         | 
| 40 | 
            +
                    classname:`toolbar_button ${editor.isActive('bold') ? 'is-active' : ''}`,
         | 
| 41 | 
            +
                    onclick:()=>editor.chain().focus().toggleBold().run(),
         | 
| 42 | 
            +
                },
         | 
| 43 | 
            +
                {
         | 
| 44 | 
            +
                    icon: "italic",
         | 
| 45 | 
            +
                    text: "Italic",
         | 
| 46 | 
            +
                    classname:`toolbar_button ${editor.isActive('italic') ? 'is-active' : ''}`,
         | 
| 47 | 
            +
                    onclick:() => editor.chain().focus().toggleItalic().run(),
         | 
| 48 | 
            +
                },
         | 
| 49 | 
            +
              ]
         | 
| 50 | 
            +
             | 
| 36 51 | 
             
              return (
         | 
| 37 52 | 
             
                <Background backgroundColor="white"
         | 
| 38 | 
            -
                    className= | 
| 53 | 
            +
                    className={`toolbar ${sticky ? 'pb_rich_text_editor_tiptap_toolbar_sticky' : ''}`}
         | 
| 54 | 
            +
                    
         | 
| 39 55 | 
             
                >
         | 
| 40 56 | 
             
                  <Flex flex="0"
         | 
| 41 57 | 
             
                      justify="between"
         | 
| 42 58 | 
             
                      paddingX="sm"
         | 
| 43 59 | 
             
                      paddingY="xxs"
         | 
| 44 60 | 
             
                  >
         | 
| 61 | 
            +
                    {
         | 
| 62 | 
            +
                      simple ? (
         | 
| 63 | 
            +
                        <>
         | 
| 64 | 
            +
                          <Flex className="toolbar_block">
         | 
| 65 | 
            +
                            {simpleToolbaritems && simpleToolbaritems.map(
         | 
| 66 | 
            +
                              ({ icon, text, classname, onclick}: ToolbarTypes, index: number) => (
         | 
| 67 | 
            +
                                <EditorButton
         | 
| 68 | 
            +
                                    classname={classname}
         | 
| 69 | 
            +
                                    icon={icon}
         | 
| 70 | 
            +
                                    key={index}
         | 
| 71 | 
            +
                                    onclick={onclick}
         | 
| 72 | 
            +
                                    text={text}
         | 
| 73 | 
            +
                                />
         | 
| 74 | 
            +
                              )
         | 
| 75 | 
            +
                            )}
         | 
| 76 | 
            +
                          </Flex>
         | 
| 77 | 
            +
                        </>
         | 
| 78 | 
            +
                      ) : (
         | 
| 79 | 
            +
                        <>
         | 
| 45 80 | 
             
                    <FlexItem className="toolbar_block"
         | 
| 46 81 | 
             
                        displayFlex
         | 
| 47 82 | 
             
                    >
         | 
| @@ -69,6 +104,10 @@ const EditorToolbar = ({ editor, extensions }: any): React.ReactElement => { | |
| 69 104 | 
             
                        }
         | 
| 70 105 | 
             
                    </FlexItem>
         | 
| 71 106 | 
             
                    <ToolbarHistoryItems editor={editor} />
         | 
| 107 | 
            +
                    </>
         | 
| 108 | 
            +
                      )
         | 
| 109 | 
            +
                    }
         | 
| 110 | 
            +
                   
         | 
| 72 111 | 
             
                  </Flex>
         | 
| 73 112 | 
             
                </Background>
         | 
| 74 113 | 
             
              );
         | 
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            import React, { useEffect, useState } from 'react'
         | 
| 1 | 
            +
            import React, { useEffect, useState, useRef } from 'react'
         | 
| 2 2 | 
             
            import classnames from 'classnames'
         | 
| 3 3 | 
             
            import { TrixEditor } from 'react-trix'
         | 
| 4 4 |  | 
| @@ -77,7 +77,9 @@ const RichTextEditor = (props: RichTextEditorProps): React.ReactElement => { | |
| 77 77 |  | 
| 78 78 | 
             
              const ariaProps = buildAriaProps(aria),
         | 
| 79 79 | 
             
                dataProps = buildDataProps(data),
         | 
| 80 | 
            -
                [editor, setEditor] = useState<Editor>()
         | 
| 80 | 
            +
                [editor, setEditor] = useState<Editor>(),
         | 
| 81 | 
            +
                [showToolbarOnFocus, setShowToolbarOnFocus] = useState(false),
         | 
| 82 | 
            +
                containerRef = useRef<HTMLDivElement>(null)
         | 
| 81 83 |  | 
| 82 84 | 
             
              const htmlProps = buildHtmlProps(htmlOptions)
         | 
| 83 85 |  | 
| @@ -128,6 +130,42 @@ const RichTextEditor = (props: RichTextEditorProps): React.ReactElement => { | |
| 128 130 | 
             
                document.addEventListener('trix-blur', inlineFocus)
         | 
| 129 131 | 
             
              }
         | 
| 130 132 |  | 
| 133 | 
            +
              //===========focus prop with advanced editor=================
         | 
| 134 | 
            +
              const isClickInPopover = (event: Event): boolean => {
         | 
| 135 | 
            +
                return !!(event.target as Element).closest('.pb_tiptap_toolbar_dropdown_popover')
         | 
| 136 | 
            +
              }
         | 
| 137 | 
            +
             | 
| 138 | 
            +
              const isClickInContainer = (event: Event): boolean => {
         | 
| 139 | 
            +
                return !!(containerRef.current && containerRef.current.contains(event.target as Node))
         | 
| 140 | 
            +
              }
         | 
| 141 | 
            +
             | 
| 142 | 
            +
              useEffect(() => {
         | 
| 143 | 
            +
                if (!advancedEditor || !focus) return
         | 
| 144 | 
            +
             | 
| 145 | 
            +
                const handleFocus = () => setShowToolbarOnFocus(true)
         | 
| 146 | 
            +
                
         | 
| 147 | 
            +
                const handleClickOutside = (event: Event) => {
         | 
| 148 | 
            +
                  if (isClickInContainer(event) || isClickInPopover(event)) return
         | 
| 149 | 
            +
                  setShowToolbarOnFocus(false)
         | 
| 150 | 
            +
                }
         | 
| 151 | 
            +
             | 
| 152 | 
            +
                const editorElement = advancedEditor?.view?.dom
         | 
| 153 | 
            +
                if (editorElement) {
         | 
| 154 | 
            +
                  editorElement.addEventListener('focus', handleFocus)
         | 
| 155 | 
            +
                }
         | 
| 156 | 
            +
             | 
| 157 | 
            +
                document.addEventListener('mousedown', handleClickOutside)
         | 
| 158 | 
            +
             | 
| 159 | 
            +
                return () => {
         | 
| 160 | 
            +
                  if (editorElement) {
         | 
| 161 | 
            +
                    editorElement.removeEventListener('focus', handleFocus)
         | 
| 162 | 
            +
                  }
         | 
| 163 | 
            +
                  document.removeEventListener('mousedown', handleClickOutside)
         | 
| 164 | 
            +
                }
         | 
| 165 | 
            +
              }, [advancedEditor, focus])
         | 
| 166 | 
            +
             | 
| 167 | 
            +
              //============= end focus prop with advanced editor=================
         | 
| 168 | 
            +
             | 
| 131 169 | 
             
              useEffect(() => {
         | 
| 132 170 | 
             
                if (!editor || !template) return
         | 
| 133 171 | 
             
                editor.loadHTML('')
         | 
| @@ -148,41 +186,43 @@ const RichTextEditor = (props: RichTextEditorProps): React.ReactElement => { | |
| 148 186 | 
             
                })
         | 
| 149 187 | 
             
              }, [editor])
         | 
| 150 188 |  | 
| 151 | 
            -
               | 
| 152 | 
            -
             | 
| 153 | 
            -
                 | 
| 154 | 
            -
                 | 
| 155 | 
            -
             | 
| 156 | 
            -
             | 
| 157 | 
            -
             | 
| 158 | 
            -
             | 
| 159 | 
            -
             | 
| 160 | 
            -
                 | 
| 161 | 
            -
                 | 
| 162 | 
            -
                 | 
| 163 | 
            -
                stickyClass,
         | 
| 164 | 
            -
                inlineClass,
         | 
| 165 | 
            -
                toolbarBottomClass,
         | 
| 166 | 
            -
                css
         | 
| 189 | 
            +
              // Generate CSS classes
         | 
| 190 | 
            +
              const css = classnames(
         | 
| 191 | 
            +
                'pb_rich_text_editor_kit',
         | 
| 192 | 
            +
                {
         | 
| 193 | 
            +
                  simple: simple,
         | 
| 194 | 
            +
                  'focus-editor-targets': focus,
         | 
| 195 | 
            +
                  sticky: sticky,
         | 
| 196 | 
            +
                  inline: inline,
         | 
| 197 | 
            +
                  'toolbar-bottom': toolbarBottom,
         | 
| 198 | 
            +
                },
         | 
| 199 | 
            +
                globalProps(props, { maxWidth }),
         | 
| 200 | 
            +
                className
         | 
| 167 201 | 
             
              )
         | 
| 168 202 |  | 
| 203 | 
            +
              // Determine if toolbar should be shown
         | 
| 204 | 
            +
              const shouldShowToolbar = focus && advancedEditor ? showToolbarOnFocus : advancedEditorToolbar
         | 
| 205 | 
            +
             | 
| 169 206 | 
             
              return (
         | 
| 170 207 | 
             
                <div
         | 
| 171 208 | 
             
                    {...ariaProps}
         | 
| 172 209 | 
             
                    {...dataProps}
         | 
| 173 210 | 
             
                    {...htmlProps}
         | 
| 174 211 | 
             
                    className={css}
         | 
| 212 | 
            +
                    ref={focus ? containerRef : undefined}
         | 
| 175 213 | 
             
                >
         | 
| 176 214 | 
             
                  {
         | 
| 177 215 | 
             
                    advancedEditor ? (
         | 
| 178 216 | 
             
                      <div 
         | 
| 179 217 | 
             
                          className={classnames("pb_rich_text_editor_advanced_container", { 
         | 
| 180 | 
            -
                          ["toolbar-active"]:  | 
| 218 | 
            +
                          ["toolbar-active"]: shouldShowToolbar,
         | 
| 181 219 | 
             
                          })}
         | 
| 182 220 | 
             
                      >
         | 
| 183 | 
            -
                        { | 
| 221 | 
            +
                        {shouldShowToolbar && (
         | 
| 184 222 | 
             
                          <EditorToolbar editor={advancedEditor}
         | 
| 185 223 | 
             
                              extensions={extensions}
         | 
| 224 | 
            +
                              simple={simple}
         | 
| 225 | 
            +
                              sticky={sticky}
         | 
| 186 226 | 
             
                          />
         | 
| 187 227 | 
             
                        )}
         | 
| 188 228 | 
             
                      { children }
         | 
| @@ -9,6 +9,37 @@ | |
| 9 9 | 
             
            @import "previewer_mixin";
         | 
| 10 10 |  | 
| 11 11 | 
             
            [class^="pb_rich_text_editor_kit"] {
         | 
| 12 | 
            +
                &.inline {
         | 
| 13 | 
            +
                    .toolbar {
         | 
| 14 | 
            +
                      opacity: 0;
         | 
| 15 | 
            +
                      transition: all 0.3s ease-in-out 0s;
         | 
| 16 | 
            +
                    }
         | 
| 17 | 
            +
                
         | 
| 18 | 
            +
                    &:focus-within .toolbar {
         | 
| 19 | 
            +
                      opacity: 100;
         | 
| 20 | 
            +
                    }
         | 
| 21 | 
            +
                
         | 
| 22 | 
            +
                    .ProseMirror {
         | 
| 23 | 
            +
                      border: 1px solid transparent;
         | 
| 24 | 
            +
                      transition: all 0.3s ease-in-out 0s;
         | 
| 25 | 
            +
                    }
         | 
| 26 | 
            +
                
         | 
| 27 | 
            +
                    &:focus-within .ProseMirror {
         | 
| 28 | 
            +
                      border: 1px solid $border_light;
         | 
| 29 | 
            +
                      border-top: none;
         | 
| 30 | 
            +
                    }
         | 
| 31 | 
            +
                
         | 
| 32 | 
            +
                    &:hover {
         | 
| 33 | 
            +
                      .toolbar {
         | 
| 34 | 
            +
                        opacity: 100;
         | 
| 35 | 
            +
                      }
         | 
| 36 | 
            +
                
         | 
| 37 | 
            +
                      .ProseMirror {
         | 
| 38 | 
            +
                        border: 1px solid $border_light;
         | 
| 39 | 
            +
                        border-top: none;
         | 
| 40 | 
            +
                      }
         | 
| 41 | 
            +
                    }
         | 
| 42 | 
            +
                  }
         | 
| 12 43 | 
             
              .toolbar_button {
         | 
| 13 44 | 
             
                display: flex;
         | 
| 14 45 | 
             
                align-items: center;
         | 
| @@ -42,6 +73,11 @@ | |
| 42 73 | 
             
                }
         | 
| 43 74 | 
             
              }
         | 
| 44 75 |  | 
| 76 | 
            +
              .pb_rich_text_editor_tiptap_toolbar_sticky {
         | 
| 77 | 
            +
                position: sticky;
         | 
| 78 | 
            +
                top: 0;
         | 
| 79 | 
            +
                z-index: 10;
         | 
| 80 | 
            +
              }
         | 
| 45 81 | 
             
              .toolbar {
         | 
| 46 82 | 
             
                border-radius: $border_rad_heaviest $border_rad_heaviest 0 0;
         | 
| 47 83 | 
             
                border: 1px solid $border_light;
         | 
| @@ -0,0 +1,38 @@ | |
| 1 | 
            +
            import React from 'react'
         | 
| 2 | 
            +
            import RichTextEditor from '../../pb_rich_text_editor/_rich_text_editor'
         | 
| 3 | 
            +
            import { useEditor, EditorContent } from "@tiptap/react"
         | 
| 4 | 
            +
            import StarterKit from "@tiptap/starter-kit"
         | 
| 5 | 
            +
            import Link from '@tiptap/extension-link'
         | 
| 6 | 
            +
             | 
| 7 | 
            +
             | 
| 8 | 
            +
            const RichTextEditorAdvancedAttributes = (props) => {
         | 
| 9 | 
            +
             | 
| 10 | 
            +
                const editor = useEditor({
         | 
| 11 | 
            +
                    extensions: [
         | 
| 12 | 
            +
                        StarterKit,
         | 
| 13 | 
            +
                        Link
         | 
| 14 | 
            +
                    ],
         | 
| 15 | 
            +
                    content:"Add your text here. You can format your text, add links, quotes, and bullets."
         | 
| 16 | 
            +
                })
         | 
| 17 | 
            +
                  if (!editor) {
         | 
| 18 | 
            +
                    return null
         | 
| 19 | 
            +
                  } 
         | 
| 20 | 
            +
             | 
| 21 | 
            +
                  
         | 
| 22 | 
            +
             | 
| 23 | 
            +
             | 
| 24 | 
            +
              return (
         | 
| 25 | 
            +
                <div>
         | 
| 26 | 
            +
                  <RichTextEditor
         | 
| 27 | 
            +
                      advancedEditor={editor}
         | 
| 28 | 
            +
                      aria={{ label: 'I am a rich text editor' }}
         | 
| 29 | 
            +
                      data={{ 'test-data': 'value', 'test-data2': 'value2' }}
         | 
| 30 | 
            +
                      {...props}
         | 
| 31 | 
            +
                  >
         | 
| 32 | 
            +
                    <EditorContent editor={editor}/>
         | 
| 33 | 
            +
                  </RichTextEditor>
         | 
| 34 | 
            +
                </div>
         | 
| 35 | 
            +
              )
         | 
| 36 | 
            +
            }
         | 
| 37 | 
            +
             | 
| 38 | 
            +
            export default RichTextEditorAdvancedAttributes
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            Aria labels and data attributes can also be added to the top level div for the RichTextEditor.
         | 
| @@ -0,0 +1,34 @@ | |
| 1 | 
            +
            import React from 'react'
         | 
| 2 | 
            +
            import RichTextEditor from '../../pb_rich_text_editor/_rich_text_editor'
         | 
| 3 | 
            +
            import { useEditor, EditorContent } from "@tiptap/react"
         | 
| 4 | 
            +
            import StarterKit from "@tiptap/starter-kit"
         | 
| 5 | 
            +
            import Link from '@tiptap/extension-link'
         | 
| 6 | 
            +
             | 
| 7 | 
            +
             | 
| 8 | 
            +
            const RichTextEditorAdvancedFocus = (props) => {
         | 
| 9 | 
            +
                const editor = useEditor({
         | 
| 10 | 
            +
                    extensions: [
         | 
| 11 | 
            +
                        StarterKit,
         | 
| 12 | 
            +
                        Link
         | 
| 13 | 
            +
                    ],
         | 
| 14 | 
            +
                    content:"Click inside to see the toolbar. Click outside to hide it."
         | 
| 15 | 
            +
                })
         | 
| 16 | 
            +
             | 
| 17 | 
            +
                if (!editor) {
         | 
| 18 | 
            +
                    return null
         | 
| 19 | 
            +
                } 
         | 
| 20 | 
            +
             | 
| 21 | 
            +
              return (
         | 
| 22 | 
            +
                <div>
         | 
| 23 | 
            +
                  <RichTextEditor
         | 
| 24 | 
            +
                      advancedEditor={editor}
         | 
| 25 | 
            +
                      focus
         | 
| 26 | 
            +
                      {...props}
         | 
| 27 | 
            +
                  >
         | 
| 28 | 
            +
                    <EditorContent editor={editor}/>
         | 
| 29 | 
            +
                  </RichTextEditor>
         | 
| 30 | 
            +
                </div>
         | 
| 31 | 
            +
              )
         | 
| 32 | 
            +
            }
         | 
| 33 | 
            +
             | 
| 34 | 
            +
            export default RichTextEditorAdvancedFocus
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            When the optional `focus` prop is set to true, the toolbar will only show once you click in to the RichTextEditor. 
         | 
| @@ -0,0 +1,37 @@ | |
| 1 | 
            +
            import React from 'react'
         | 
| 2 | 
            +
            import RichTextEditor from '../../pb_rich_text_editor/_rich_text_editor'
         | 
| 3 | 
            +
            import { useEditor, EditorContent } from "@tiptap/react"
         | 
| 4 | 
            +
            import StarterKit from "@tiptap/starter-kit"
         | 
| 5 | 
            +
            import Link from '@tiptap/extension-link'
         | 
| 6 | 
            +
             | 
| 7 | 
            +
             | 
| 8 | 
            +
            const RichTextEditorAdvancedInline = (props) => {
         | 
| 9 | 
            +
             | 
| 10 | 
            +
                const editor = useEditor({
         | 
| 11 | 
            +
                    extensions: [
         | 
| 12 | 
            +
                        StarterKit,
         | 
| 13 | 
            +
                        Link
         | 
| 14 | 
            +
                    ],
         | 
| 15 | 
            +
                    content:"Add your text here. You can format your text, add links, quotes, and bullets."
         | 
| 16 | 
            +
                })
         | 
| 17 | 
            +
                  if (!editor) {
         | 
| 18 | 
            +
                    return null
         | 
| 19 | 
            +
                  } 
         | 
| 20 | 
            +
             | 
| 21 | 
            +
                  
         | 
| 22 | 
            +
             | 
| 23 | 
            +
             | 
| 24 | 
            +
              return (
         | 
| 25 | 
            +
                <div>
         | 
| 26 | 
            +
                  <RichTextEditor
         | 
| 27 | 
            +
                      advancedEditor={editor}
         | 
| 28 | 
            +
                      inline
         | 
| 29 | 
            +
                      {...props}
         | 
| 30 | 
            +
                  >
         | 
| 31 | 
            +
                    <EditorContent editor={editor}/>
         | 
| 32 | 
            +
                  </RichTextEditor>
         | 
| 33 | 
            +
                </div>
         | 
| 34 | 
            +
              )
         | 
| 35 | 
            +
            }
         | 
| 36 | 
            +
             | 
| 37 | 
            +
            export default RichTextEditorAdvancedInline
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            When the optional `inline` prop is set to true, the editor borders and the toolbar will only be visible when hovered or focused on. 
         | 
| @@ -0,0 +1,37 @@ | |
| 1 | 
            +
            import React from 'react'
         | 
| 2 | 
            +
            import RichTextEditor from '../../pb_rich_text_editor/_rich_text_editor'
         | 
| 3 | 
            +
            import { useEditor, EditorContent } from "@tiptap/react"
         | 
| 4 | 
            +
            import StarterKit from "@tiptap/starter-kit"
         | 
| 5 | 
            +
            import Link from '@tiptap/extension-link'
         | 
| 6 | 
            +
             | 
| 7 | 
            +
             | 
| 8 | 
            +
            const RichTextEditorAdvancedSimple = (props) => {
         | 
| 9 | 
            +
             | 
| 10 | 
            +
                const editor = useEditor({
         | 
| 11 | 
            +
                    extensions: [
         | 
| 12 | 
            +
                        StarterKit,
         | 
| 13 | 
            +
                        Link
         | 
| 14 | 
            +
                    ],
         | 
| 15 | 
            +
                    content:"Add your text here. Use the simple toolbar above to format your text"
         | 
| 16 | 
            +
                })
         | 
| 17 | 
            +
                  if (!editor) {
         | 
| 18 | 
            +
                    return null
         | 
| 19 | 
            +
                  } 
         | 
| 20 | 
            +
             | 
| 21 | 
            +
                  
         | 
| 22 | 
            +
             | 
| 23 | 
            +
             | 
| 24 | 
            +
              return (
         | 
| 25 | 
            +
                <div>
         | 
| 26 | 
            +
                  <RichTextEditor
         | 
| 27 | 
            +
                      advancedEditor={editor}
         | 
| 28 | 
            +
                      simple
         | 
| 29 | 
            +
                      {...props}
         | 
| 30 | 
            +
                  >
         | 
| 31 | 
            +
                    <EditorContent editor={editor}/>
         | 
| 32 | 
            +
                  </RichTextEditor>
         | 
| 33 | 
            +
                </div>
         | 
| 34 | 
            +
              )
         | 
| 35 | 
            +
            }
         | 
| 36 | 
            +
             | 
| 37 | 
            +
            export default RichTextEditorAdvancedSimple
         | 
| @@ -0,0 +1,38 @@ | |
| 1 | 
            +
            import React from 'react'
         | 
| 2 | 
            +
            import RichTextEditor from '../../pb_rich_text_editor/_rich_text_editor'
         | 
| 3 | 
            +
            import { useEditor, EditorContent } from "@tiptap/react"
         | 
| 4 | 
            +
            import StarterKit from "@tiptap/starter-kit"
         | 
| 5 | 
            +
            import Link from '@tiptap/extension-link'
         | 
| 6 | 
            +
             | 
| 7 | 
            +
             | 
| 8 | 
            +
            const RichTextEditorAdvancedSticky = (props) => {
         | 
| 9 | 
            +
             | 
| 10 | 
            +
                const editor = useEditor({
         | 
| 11 | 
            +
                    extensions: [
         | 
| 12 | 
            +
                        StarterKit,
         | 
| 13 | 
            +
                        Link
         | 
| 14 | 
            +
                    ],
         | 
| 15 | 
            +
                    content:"In this example, when you scroll down, the rich text editor's toolbar will scroll along with the page and it will no longer be visible at the top of the page. Dummy text to enable scroll.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ornare lorem ut pellentesque tempor. Vivamus ut ex vestibulum velit rich text editor eleifend fringilla. Sed non metus dictum, elementum mauris wysiwyg html editor non, sagittis odio. Nullam pellentesque leo sit amet ante suscipit wysiwyg html editor sagittis. Donec tempus vulputate suscipit. Ut non felis rich text editor ac dolor pulvinar lacinia eu eget urna. Sed tincidunt sapien vulputate tellus fringilla sodales. Morbi accumsan dui wysiwyg html editor sed massa pellentesque, quis vestibulum lectus scelerisque. Nulla ultrices mi id felis luctus aliquet. Donec nec ligula wysiwyg html editor pretium sapien semper dictum eu id quam. Etiam ut sollicitudin nibh. Quisque eu ultrices dui. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus rich text editor mi eu consequat. Nullam tincidunt erat et placerat mattis. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus mi eu consequat. Nullam tincidunt erat et placerat mattis.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ornare lorem ut pellentesque tempor. Vivamus ut ex vestibulum velit rich text editor eleifend fringilla. Sed non metus dictum, elementum mauris wysiwyg html editor non, sagittis odio. Nullam pellentesque leo sit amet ante suscipit wysiwyg html editor sagittis. Donec tempus vulputate suscipit. Ut non felis rich text editor ac dolor pulvinar lacinia eu eget urna. Sed tincidunt sapien vulputate tellus fringilla sodales. Morbi accumsan dui wysiwyg html editor sed massa pellentesque, quis vestibulum lectus scelerisque. Nulla ultrices mi id felis luctus aliquet. Donec nec ligula wysiwyg html editor pretium sapien semper dictum eu id quam. Etiam ut sollicitudin nibh. Quisque eu ultrices dui. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor vulputate suscipit. Ut non felis rich text editor ac dolor pulvinar lacinia eu eget urna. Sed tincidunt sapien vulputate tellus fringilla sodales. Morbi accumsan dui wysiwyg html editor sed massa pellentesque, quis vestibulum lectus scelerisque. Nulla ultrices mi id felis luctus aliquet. Donec nec ligula wysiwyg html editor pretium sapien semper dictum eu id quam. Etiam ut sollicitudin nibh. Quisque eu ultrices dui. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus rich text editor mi eu consequat. Nullam tincidunt erat et placerat mattis. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus mi eu consequat. Nullam tincidunt erat et placerat mattis.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ornare lorem ut pellentesque tempor. Vivamus ut ex vestibulum velit rich text editor eleifend fringilla. Sed non metus dictum, elementum mauris wysiwyg html editor non, sagittis odio. Nullam pellentesque leo sit amet ante suscipit wysiwyg html editor sagittis. Donec tempus vulputate suscipit. Ut non felis rich text editor ac dolor pulvinar lacinia eu eget urna. Sed tincidunt sapien vulputate tellus fringilla sodales. Morbi accumsan dui wysiwyg html editor sed massa pellentesque, quis vestibulum lectus scelerisque. Nulla ultrices mi id felis luctus aliquet. Donec nec ligula wysiwyg html editor pretium sapien semper dictum eu id quam. Etiam ut sollicitudin nibh. Quisque eu ultrices dui. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus rich text editor mi eu consequat. Nullam tincidunt erat et placerat mattis. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus mi eu consequat. Nullam tincidunt erat et placerat mattis.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ornare lorem ut pellentesque tempor. Vivamus ut ex vestibulum velit rich text editor eleifend fringilla. Sed non metus dictum, elementum mauris wysiwyg html editor non, sagittis odio. Nullam pellentesque leo sit amet ante suscipit wysiwyg html editor sagittis. Donec tempus vulputate suscipit. Ut non felis rich text editor ac dolor pulvinar lacinia eu eget urna. Sed tincidunt sapien vulputate tellus fringilla sodales. Morbi accumsan dui wysiwyg html editor sed massa pellentesque, quis vestibulum lectus scelerisque. Nulla ultrices mi id felis luctus aliquet. Donec nec ligula wysiwyg html editor pretium sapien semper dictum eu id quam. Etiam ut sollicitudin nibh. Quisque eu ultrices dui. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus rich text editor mi eu consequat. Nullam tincidunt erat et placerat mattis. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus mi eu consequat. Nullam tincidunt erat et placerat mattis.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ornare lorem ut pellentesque tempor. Vivamus ut ex vestibulum velit rich text editor eleifend fringilla. Sed non metus dictum, elementum mauris wysiwyg html editor non, sagittis odio. Nullam pellentesque leo sit amet ante suscipit wysiwyg html editor sagittis. Donec tempus vulputate suscipit. Ut non felis rich text editor ac dolor pulvinar lacinia eu eget urna. Sed tincidunt sapien vulputate tellus fringilla sodales. Morbi accumsan dui wysiwyg html editor sed massa pellentesque, quis vestibulum lectus scelerisque. Nulla ultrices mi id felis luctus aliquet. Donec nec ligula wysiwyg html editor pretium sapien semper dictum eu id quam. Etiam ut sollicitudin nibh. Quisque eu ultrices dui. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus rich text editor mi eu consequat. Nullam tincidunt erat et placerat mattis. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus mi eu consequat. Nullam tincidunt erat et placerat mattis.sit amet ex. Aliquam cursus maximus rich text editor mi eu consequat. Nullam tincidunt erat et placerat mattis. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus mi eu consequat. Nullam tincidunt erat et placerat mattis.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ornare lorem ut pellentesque tempor. Vivamus ut ex vestibulum velit rich text editor eleifend fringilla. Sed non metus dictum, elementum mauris wysiwyg html editor non, sagittis odio. Nullam pellentesque leo sit amet ante suscipit wysiwyg html editor sagittis. Donec tempus vulputate suscipit. Ut non felis rich text editor ac dolor pulvinar lacinia eu eget urna. Sed tincidunt sapien vulputate tellus fringilla sodales. Morbi accumsan dui wysiwyg html editor sed massa pellentesque, quis vestibulum lectus scelerisque. Nulla ultrices mi id felis luctus aliquet. Donec nec ligula wysiwyg html editor pretium sapien semper dictum eu id quam. Etiam ut sollicitudin nibh. Quisque eu ultrices dui. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus rich text editor mi eu consequat. Nullam tincidunt erat et placerat mattis. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus mi eu consequat. Nullam tincidunt erat et placerat mattis.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ornare lorem ut pellentesque tempor. Vivamus ut ex vestibulum velit rich text editor eleifend fringilla. Sed non metus dictum, elementum mauris wysiwyg html editor non, sagittis odio. Nullam pellentesque leo sit amet ante suscipit wysiwyg html editor sagittis. Donec tempus vulputate suscipit. Ut non felis rich text editor ac dolor pulvinar lacinia eu eget urna. Sed tincidunt sapien vulputate tellus fringilla sodales. Morbi accumsan dui wysiwyg html editor sed massa pellentesque, quis vestibulum lectus scelerisque. Nulla ultrices mi id felis luctus aliquet. Donec nec ligula wysiwyg html editor pretium sapien semper dictum eu id quam. Etiam ut sollicitudin nibh. Quisque eu ultrices dui. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus rich text editor mi eu consequat. Nullam tincidunt erat et placerat mattis. Nunc rich text editor congue, enim vitae dictum dignissim, libero nisl sagittis augue, non aliquet nibh tortor sit amet ex. Aliquam cursus maximus mi eu consequat. Nullam tincidunt erat et placerat mattis."
         | 
| 16 | 
            +
             | 
| 17 | 
            +
                })
         | 
| 18 | 
            +
                  if (!editor) {
         | 
| 19 | 
            +
                    return null
         | 
| 20 | 
            +
                  } 
         | 
| 21 | 
            +
             | 
| 22 | 
            +
                  
         | 
| 23 | 
            +
             | 
| 24 | 
            +
             | 
| 25 | 
            +
              return (
         | 
| 26 | 
            +
                <div>
         | 
| 27 | 
            +
                  <RichTextEditor
         | 
| 28 | 
            +
                      advancedEditor={editor}
         | 
| 29 | 
            +
                      sticky
         | 
| 30 | 
            +
                      {...props}
         | 
| 31 | 
            +
                  >
         | 
| 32 | 
            +
                    <EditorContent editor={editor}/>
         | 
| 33 | 
            +
                  </RichTextEditor>
         | 
| 34 | 
            +
                </div>
         | 
| 35 | 
            +
              )
         | 
| 36 | 
            +
            }
         | 
| 37 | 
            +
             | 
| 38 | 
            +
            export default RichTextEditorAdvancedSticky
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            Use the optional `sticky` prop to make the toolbar sticky on scroll.
         |