playbook_ui 15.0.0.pre.alpha.PLAY2425textinputaccessibility10328 → 15.0.0.pre.alpha.PLAY2453formtextfieldtextinputprops10419
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_circle_icon_button/_circle_icon_button.tsx +2 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +1 -0
- data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +1 -0
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +48 -4
- data/app/pb_kits/playbook/pb_dialog/_close_icon.tsx +5 -1
- data/app/pb_kits/playbook/pb_dialog/_dialog.tsx +6 -8
- data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +1 -1
- data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +2 -2
- data/app/pb_kits/playbook/pb_icon/_icon.tsx +13 -2
- data/app/pb_kits/playbook/pb_icon/icon.rb +9 -1
- data/app/pb_kits/playbook/pb_icon_circle/icon_circle.html.erb +1 -1
- data/app/pb_kits/playbook/pb_loading_inline/_loading_inline.tsx +3 -1
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.html.erb +5 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx +24 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb +1 -1
- data/app/pb_kits/playbook/pb_loading_inline/loading_inline.rb +11 -0
- data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +9 -14
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.html.erb +41 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.jsx +80 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.md +1 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_default.html.erb +4 -8
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_default.jsx +0 -5
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_text_input/text_input.html.erb +1 -3
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +2 -9
- data/app/pb_kits/playbook/pb_text_input/text_input.test.js +38 -0
- data/dist/chunks/{_line_graph-CNzFtnv4.js → _line_graph-B-n_nsLR.js} +1 -1
- data/dist/chunks/_typeahead-CS9PvM1x.js +6 -0
- data/dist/chunks/_weekday_stacked-DaFBilv5.js +37 -0
- data/dist/chunks/{lib-CY5ZPzic.js → lib-BTs5acfO.js} +1 -1
- data/dist/chunks/{pb_form_validation-D3b0JKHH.js → pb_form_validation-CKkaQFX3.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +2 -2
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/lib/playbook/forms/builder/form_field_builder.rb +28 -1
- data/lib/playbook/version.rb +1 -1
- metadata +12 -9
- data/app/pb_kits/playbook/pb_dialog/dialogHelper.js +0 -65
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_default.md +0 -1
- data/dist/chunks/_typeahead-BKANeKyS.js +0 -6
- data/dist/chunks/_weekday_stacked-suWnVN78.js +0 -37
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 54fcd1f906850aef4a0cb6bed59528aba515ecad3d77d7b683aec6ad648c35f7
         | 
| 4 | 
            +
              data.tar.gz: 44872dba3a60477e53e025edbede11499ebfb6222726bcd75c1182ba240f4b87
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 73dca3aa1816d3ff4bc58fe03c114d7e82a76d48fec71fa41944f483dfc825d21f8bae7a3ba68dfe66f82edc77971c753b8101f3fe6bf16231912ec15b21f105
         | 
| 7 | 
            +
              data.tar.gz: 5a3824c690ae7f0fb824d02fafb68c7efce49b3bd84ee494c69e1ab9aa871f473ba05962eb041a4bcba1a8cb51d858a43140ed989d455e10d94d61f19e02352b
         | 
| @@ -65,6 +65,7 @@ const CircleIconButton = (props: CircleIconButtonProps): React.ReactElement => { | |
| 65 65 | 
             
                    id={id}
         | 
| 66 66 | 
             
                >
         | 
| 67 67 | 
             
                  <Button
         | 
| 68 | 
            +
                      aria={aria}
         | 
| 68 69 | 
             
                      dark={dark}
         | 
| 69 70 | 
             
                      disabled={disabled}
         | 
| 70 71 | 
             
                      htmlType={type}
         | 
| @@ -78,6 +79,7 @@ const CircleIconButton = (props: CircleIconButtonProps): React.ReactElement => { | |
| 78 79 | 
             
                  >
         | 
| 79 80 | 
             
                    <Icon
         | 
| 80 81 | 
             
                        fixedWidth
         | 
| 82 | 
            +
                        htmlOptions={{'aria-hidden': true}}
         | 
| 81 83 | 
             
                        icon={icon}
         | 
| 82 84 | 
             
                    />
         | 
| 83 85 | 
             
                  </Button>
         | 
| @@ -89,6 +89,48 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT | |
| 89 89 | 
             
                }
         | 
| 90 90 | 
             
              }
         | 
| 91 91 |  | 
| 92 | 
            +
              // Helper function to get min/max years based on yearRange. If minDate/maxDate provided, grab year from those values
         | 
| 93 | 
            +
              const getMinMaxYears = () => {
         | 
| 94 | 
            +
                const [minYear, maxYear] = yearRange;
         | 
| 95 | 
            +
             | 
| 96 | 
            +
                const extractYear = (dateOption: typeof minDate | typeof maxDate): number | null => {
         | 
| 97 | 
            +
                  if (!dateOption) return null;
         | 
| 98 | 
            +
             | 
| 99 | 
            +
                  // If it's already a number, assume it's a year
         | 
| 100 | 
            +
                  if (typeof dateOption === 'number') {
         | 
| 101 | 
            +
                    return dateOption;
         | 
| 102 | 
            +
                  }
         | 
| 103 | 
            +
             | 
| 104 | 
            +
                  // If it's a string, extract year with regex
         | 
| 105 | 
            +
                  if (typeof dateOption === 'string') {
         | 
| 106 | 
            +
                    const match = dateOption.match(/\b(19|20)\d{2}\b/);
         | 
| 107 | 
            +
                    return match ? parseInt(match[0], 10) : null;
         | 
| 108 | 
            +
                  }
         | 
| 109 | 
            +
             | 
| 110 | 
            +
                  // If it's a Date object, get the year directly
         | 
| 111 | 
            +
                  if (dateOption instanceof Date) {
         | 
| 112 | 
            +
                    return dateOption.getFullYear();
         | 
| 113 | 
            +
                  }
         | 
| 114 | 
            +
             | 
| 115 | 
            +
                  return null;
         | 
| 116 | 
            +
                };
         | 
| 117 | 
            +
             | 
| 118 | 
            +
                const setMinYear = minDate ? (extractYear(minDate) ?? minYear) : minYear;
         | 
| 119 | 
            +
                const setMaxYear = maxDate ? (extractYear(maxDate) ?? maxYear) : maxYear;
         | 
| 120 | 
            +
             | 
| 121 | 
            +
                return { setMinYear, setMaxYear };
         | 
| 122 | 
            +
              };
         | 
| 123 | 
            +
             | 
| 124 | 
            +
              const { setMinYear, setMaxYear } = getMinMaxYears()
         | 
| 125 | 
            +
             | 
| 126 | 
            +
              // Helper function to get min/max dates based on yearRange
         | 
| 127 | 
            +
              const getMinMaxDates = () => {
         | 
| 128 | 
            +
                const setMinDate = minDate || `01/01/${setMinYear}`
         | 
| 129 | 
            +
                const setMaxDate = maxDate || `12/31/${setMaxYear}`
         | 
| 130 | 
            +
             | 
| 131 | 
            +
                return { setMinDate, setMaxDate }
         | 
| 132 | 
            +
              }
         | 
| 133 | 
            +
             | 
| 92 134 | 
             
              const disabledWeekDays = () => {
         | 
| 93 135 | 
             
                return (
         | 
| 94 136 | 
             
                  [
         | 
| @@ -201,6 +243,8 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT | |
| 201 243 | 
             
              // |             Flatpickr initializer w/ config             |
         | 
| 202 244 | 
             
              // ===========================================================
         | 
| 203 245 |  | 
| 246 | 
            +
              const { setMinDate, setMaxDate } = getMinMaxDates()
         | 
| 247 | 
            +
             | 
| 204 248 | 
             
              flatpickr(`#${pickerId}`, {
         | 
| 205 249 | 
             
                allowInput,
         | 
| 206 250 | 
             
                closeOnSelect,
         | 
| @@ -212,8 +256,8 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT | |
| 212 256 | 
             
                locale: {
         | 
| 213 257 | 
             
                  rangeSeparator: ' to '
         | 
| 214 258 | 
             
                },
         | 
| 215 | 
            -
                maxDate,
         | 
| 216 | 
            -
                minDate,
         | 
| 259 | 
            +
                maxDate: setMaxDate,
         | 
| 260 | 
            +
                minDate: setMinDate,
         | 
| 217 261 | 
             
                mode,
         | 
| 218 262 | 
             
                nextArrow: '<i class="far fa-angle-right"></i>',
         | 
| 219 263 | 
             
                onOpen: [() => {
         | 
| @@ -250,7 +294,7 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT | |
| 250 294 |  | 
| 251 295 | 
             
              // create html option tags for desired years
         | 
| 252 296 | 
             
              let years = ''
         | 
| 253 | 
            -
              for (let year =  | 
| 297 | 
            +
              for (let year = setMaxYear; year >= setMinYear; year--) {
         | 
| 254 298 | 
             
                years += `<option value="${year}">${year}</option>`
         | 
| 255 299 | 
             
              }
         | 
| 256 300 |  | 
| @@ -323,7 +367,7 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT | |
| 323 367 | 
             
              }
         | 
| 324 368 | 
             
            // === End of Automatic Sync Logic ===
         | 
| 325 369 |  | 
| 326 | 
            -
             | 
| 370 | 
            +
             | 
| 327 371 | 
             
              // Adding dropdown icons to year and month select
         | 
| 328 372 | 
             
              dropdown.insertAdjacentHTML('afterend', `<i class="year-dropdown-icon">${angleDown}</i>`)
         | 
| 329 373 | 
             
              if (picker.monthElements[0].parentElement) {
         | 
| @@ -12,10 +12,14 @@ export const CloseIcon = (props: CloseIconProps): React.ReactElement => { | |
| 12 12 | 
             
              const timesIcon = getAllIcons()["times"]
         | 
| 13 13 | 
             
              return (
         | 
| 14 14 | 
             
                <div
         | 
| 15 | 
            +
                    aria-label="Close Dialog"
         | 
| 15 16 | 
             
                    className="pb_dialog_close_icon"
         | 
| 16 | 
            -
                    onClick={onClose}
         | 
| 17 | 
            +
                    onClick={onClose}          
         | 
| 18 | 
            +
                    role="button"    
         | 
| 19 | 
            +
                    tabIndex={0}
         | 
| 17 20 | 
             
                >
         | 
| 18 21 | 
             
                  <Icon
         | 
| 22 | 
            +
                      aria={{ "hidden": true }} 
         | 
| 19 23 | 
             
                      className="svg-inline--fa"
         | 
| 20 24 | 
             
                      customIcon={timesIcon.icon as unknown as { [key: string]: SVGElement }}
         | 
| 21 25 | 
             
                      fixedWidth
         | 
| @@ -73,8 +73,8 @@ const Dialog = (props: DialogProps): React.ReactElement => { | |
| 73 73 | 
             
              const ariaProps = buildAriaProps(aria);
         | 
| 74 74 | 
             
               const dataProps = buildDataProps(data)
         | 
| 75 75 | 
             
               const htmlProps = buildHtmlProps(htmlOptions);
         | 
| 76 | 
            -
              const  | 
| 77 | 
            -
                base: classnames("pb_dialog", buildCss("pb_dialog", size, placement)),
         | 
| 76 | 
            +
              const classes = {
         | 
| 77 | 
            +
                base: classnames("pb_dialog", buildCss("pb_dialog", size, placement), globalProps(props), className),
         | 
| 78 78 | 
             
                afterOpen: "pb_dialog_after_open",
         | 
| 79 79 | 
             
                beforeClose: "pb_dialog_before_close",
         | 
| 80 80 | 
             
              };
         | 
| @@ -93,10 +93,8 @@ const Dialog = (props: DialogProps): React.ReactElement => { | |
| 93 93 |  | 
| 94 94 | 
             
              const dynamicInlineProps = globalInlineProps(props); 
         | 
| 95 95 |  | 
| 96 | 
            -
              const  | 
| 96 | 
            +
              const wrapperClasses = classnames(
         | 
| 97 97 | 
             
                buildCss("pb_dialog_wrapper"),
         | 
| 98 | 
            -
                globalProps(props),
         | 
| 99 | 
            -
                className
         | 
| 100 98 | 
             
              );
         | 
| 101 99 |  | 
| 102 100 | 
             
              const [triggerOpened, setTriggerOpened] = useState(false),
         | 
| @@ -173,13 +171,13 @@ const Dialog = (props: DialogProps): React.ReactElement => { | |
| 173 171 | 
             
                      {...ariaProps} 
         | 
| 174 172 | 
             
                      {...dataProps}
         | 
| 175 173 | 
             
                      {...htmlProps} 
         | 
| 176 | 
            -
                      className={ | 
| 174 | 
            +
                      className={wrapperClasses}
         | 
| 177 175 | 
             
                  >
         | 
| 178 176 | 
             
                    <Modal
         | 
| 179 177 | 
             
                        ariaHideApp={false}
         | 
| 180 | 
            -
                        className={ | 
| 178 | 
            +
                        className={classes}
         | 
| 181 179 | 
             
                        closeTimeoutMS={200}
         | 
| 182 | 
            -
                        contentLabel=" | 
| 180 | 
            +
                        contentLabel="Dialog"
         | 
| 183 181 | 
             
                        id={id}
         | 
| 184 182 | 
             
                        isOpen={modalIsOpened}
         | 
| 185 183 | 
             
                        onRequestClose={onClose}
         | 
| @@ -12,7 +12,7 @@ | |
| 12 12 | 
             
                    data-cancel-button-id="<%= object.cancel_button_id %>"
         | 
| 13 13 | 
             
                <% end %>
         | 
| 14 14 | 
             
            >
         | 
| 15 | 
            -
                <%= pb_content_tag(:dialog) do %>
         | 
| 15 | 
            +
                <%= pb_content_tag(:dialog, role: "dialog", "aria-modal": "true", "aria-label": "Dialog") do %>
         | 
| 16 16 | 
             
                        <% if object.status === "" && object.title %>
         | 
| 17 17 | 
             
                            <%= pb_rails("dialog/dialog_header", props: { title: object.title, id: object.id }) %>
         | 
| 18 18 | 
             
                        <% end %>
         | 
| @@ -2,8 +2,8 @@ | |
| 2 2 | 
             
                    <%= pb_rails("flex", props: {classname:object.classname, spacing:"between", padding:"sm", align:"center"}) do %>
         | 
| 3 3 | 
             
                        <%= content.presence || object.title %>
         | 
| 4 4 |  | 
| 5 | 
            -
                        <button class="dialog-button-class pb_dialog_close_icon" type="button" data-close-dialog= <%= object.id %> >
         | 
| 6 | 
            -
                            <%= pb_rails("icon", props: { custom_icon: Playbook::Engine::root.join(times_icon) }) %>
         | 
| 5 | 
            +
                        <button class="dialog-button-class pb_dialog_close_icon" type="button" data-close-dialog= <%= object.id %> aria-label="Close Dialog" >
         | 
| 6 | 
            +
                            <%= pb_rails("icon", props: { custom_icon: Playbook::Engine::root.join(times_icon), aria: { hidden: true } }) %>
         | 
| 7 7 | 
             
                        </button>
         | 
| 8 8 | 
             
                    <% end %>
         | 
| 9 9 | 
             
                    <%= pb_rails("section_separator") %>
         | 
| @@ -20,7 +20,7 @@ export type IconSizes = "lg" | |
| 20 20 | 
             
            | ""
         | 
| 21 21 |  | 
| 22 22 | 
             
            type IconProps = {
         | 
| 23 | 
            -
              aria?: {[key: string]: string} | 
| 23 | 
            +
              aria?: { [key: string]: string | boolean }
         | 
| 24 24 | 
             
              border?: string,
         | 
| 25 25 | 
             
              className?: string,
         | 
| 26 26 | 
             
              color?: string,
         | 
| @@ -211,7 +211,15 @@ const Icon = (props: IconProps) => { | |
| 211 211 | 
             
              )
         | 
| 212 212 |  | 
| 213 213 | 
             
              aria.label ? null : aria.label = `${icon} icon`
         | 
| 214 | 
            -
             | 
| 214 | 
            +
             | 
| 215 | 
            +
              const normalizedAria: { [key: string]: string } = Object.fromEntries(
         | 
| 216 | 
            +
                Object.entries(aria).map(([key, value]) => [
         | 
| 217 | 
            +
                  key,
         | 
| 218 | 
            +
                  typeof value === "boolean" ? String(value) : value,
         | 
| 219 | 
            +
                ])
         | 
| 220 | 
            +
              )
         | 
| 221 | 
            +
              
         | 
| 222 | 
            +
              const ariaProps = buildAriaProps(normalizedAria)
         | 
| 215 223 | 
             
              const dataProps: {[key: string]: any} = buildDataProps(data)
         | 
| 216 224 | 
             
              const htmlProps = buildHtmlProps(htmlOptions)
         | 
| 217 225 |  | 
| @@ -222,6 +230,7 @@ const Icon = (props: IconProps) => { | |
| 222 230 | 
             
                    <>
         | 
| 223 231 | 
             
                      {
         | 
| 224 232 | 
             
                        React.cloneElement(iconElement || customIcon, {
         | 
| 233 | 
            +
                          ...ariaProps,
         | 
| 225 234 | 
             
                          ...dataProps,
         | 
| 226 235 | 
             
                          ...htmlProps,
         | 
| 227 236 | 
             
                          className: classes,
         | 
| @@ -237,6 +246,7 @@ const Icon = (props: IconProps) => { | |
| 237 246 | 
             
                  return (
         | 
| 238 247 | 
             
                    <>
         | 
| 239 248 | 
             
                      <span
         | 
| 249 | 
            +
                          {...ariaProps}
         | 
| 240 250 | 
             
                          {...dataProps}
         | 
| 241 251 | 
             
                          {...htmlProps}
         | 
| 242 252 | 
             
                          className={classesEmoji}
         | 
| @@ -250,6 +260,7 @@ const Icon = (props: IconProps) => { | |
| 250 260 | 
             
                  return (
         | 
| 251 261 | 
             
                    <>
         | 
| 252 262 | 
             
                      <i
         | 
| 263 | 
            +
                          {...ariaProps}
         | 
| 253 264 | 
             
                          {...dataProps}
         | 
| 254 265 | 
             
                          {...htmlProps}
         | 
| 255 266 | 
             
                          className={classes}
         | 
| @@ -110,12 +110,20 @@ module Playbook | |
| 110 110 | 
             
                    svg["class"] = %w[pb_custom_icon svg-inline--fa].concat([object.custom_icon_classname]).join(" ")
         | 
| 111 111 | 
             
                    svg["id"] = object.id
         | 
| 112 112 | 
             
                    svg["data"] = object.data
         | 
| 113 | 
            -
                    svg["aria"] = object.aria
         | 
| 114 113 | 
             
                    svg["height"] = "auto"
         | 
| 115 114 | 
             
                    svg["width"] = "auto"
         | 
| 116 115 | 
             
                    svg["tabindex"] = object.tabindex
         | 
| 117 116 | 
             
                    fill_color = object.color || "currentColor"
         | 
| 118 117 | 
             
                    doc.at_css("path")["fill"] = fill_color
         | 
| 118 | 
            +
             | 
| 119 | 
            +
                    if object.aria.present?
         | 
| 120 | 
            +
                      object.aria.each do |key, value|
         | 
| 121 | 
            +
                        k = key.to_s
         | 
| 122 | 
            +
                        attr = k.start_with?("aria-") ? k : "aria-#{k.tr('_', '-')}"
         | 
| 123 | 
            +
                        svg[attr] = value
         | 
| 124 | 
            +
                      end
         | 
| 125 | 
            +
                    end
         | 
| 126 | 
            +
             | 
| 119 127 | 
             
                    raw doc
         | 
| 120 128 | 
             
                  rescue OpenURI::HTTPError, StandardError
         | 
| 121 129 | 
             
                    # Handle any exceptions and return an empty string
         | 
| @@ -16,6 +16,7 @@ type LoadingInlineProps = { | |
| 16 16 | 
             
              htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
         | 
| 17 17 | 
             
              id?: string,
         | 
| 18 18 | 
             
              text?: string,
         | 
| 19 | 
            +
              variant?: "dotted" | "solid" ,
         | 
| 19 20 | 
             
            }
         | 
| 20 21 |  | 
| 21 22 | 
             
            const LoadingInline = (props: LoadingInlineProps) => {
         | 
| @@ -28,6 +29,7 @@ const LoadingInline = (props: LoadingInlineProps) => { | |
| 28 29 | 
             
                htmlOptions = {},
         | 
| 29 30 | 
             
                id,
         | 
| 30 31 | 
             
                text = ' Loading',
         | 
| 32 | 
            +
                variant = 'dotted',
         | 
| 31 33 | 
             
              } = props
         | 
| 32 34 |  | 
| 33 35 | 
             
              const ariaProps = buildAriaProps(aria)
         | 
| @@ -54,7 +56,7 @@ const LoadingInline = (props: LoadingInlineProps) => { | |
| 54 56 | 
             
                    <Icon
         | 
| 55 57 | 
             
                        aria={{ label: 'loading icon' }}
         | 
| 56 58 | 
             
                        fixedWidth
         | 
| 57 | 
            -
                        icon= | 
| 59 | 
            +
                        icon={variant === 'dotted' ? 'spinner' : variant === 'solid' ? 'spinner-solid' : undefined}
         | 
| 58 60 | 
             
                        pulse
         | 
| 59 61 | 
             
                    />
         | 
| 60 62 | 
             
                    {text}
         | 
| @@ -0,0 +1,24 @@ | |
| 1 | 
            +
            import React from 'react'
         | 
| 2 | 
            +
            import { LoadingInline } from 'playbook-ui'
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            const LoadingInlineVariant = (props) => {
         | 
| 5 | 
            +
              return (
         | 
| 6 | 
            +
                <div>
         | 
| 7 | 
            +
                  <LoadingInline 
         | 
| 8 | 
            +
                      text=" Dotted Spinner" 
         | 
| 9 | 
            +
                      variant="dotted" 
         | 
| 10 | 
            +
                      {...props}
         | 
| 11 | 
            +
                  />
         | 
| 12 | 
            +
             | 
| 13 | 
            +
                  <br />
         | 
| 14 | 
            +
              
         | 
| 15 | 
            +
                  <LoadingInline
         | 
| 16 | 
            +
                      text=" Solid Spinner"
         | 
| 17 | 
            +
                      variant="solid"
         | 
| 18 | 
            +
                      {...props}
         | 
| 19 | 
            +
                  />
         | 
| 20 | 
            +
                </div>
         | 
| 21 | 
            +
              )
         | 
| 22 | 
            +
            }
         | 
| 23 | 
            +
             | 
| 24 | 
            +
            export default LoadingInlineVariant
         | 
| @@ -3,9 +3,11 @@ examples: | |
| 3 3 | 
             
              rails:
         | 
| 4 4 | 
             
              - loading_inline_default: Default
         | 
| 5 5 | 
             
              - loading_inline_custom: Custom Text
         | 
| 6 | 
            +
              - loading_inline_variant: Variant
         | 
| 6 7 |  | 
| 7 8 |  | 
| 8 9 |  | 
| 9 10 | 
             
              react:
         | 
| 10 11 | 
             
              - loading_inline_default: Default
         | 
| 11 12 | 
             
              - loading_inline_custom: Custom Text
         | 
| 13 | 
            +
              - loading_inline_variant: Variant
         | 
| @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            <%= pb_content_tag do %>
         | 
| 2 2 |  | 
| 3 3 | 
             
              <%= pb_rails("body", props: { color: "light", dark: object.dark }) do %>
         | 
| 4 | 
            -
                <%= pb_rails("icon", props: { aria: { label: "loading icon" }, fixed_width: true, icon:  | 
| 4 | 
            +
                <%= pb_rails("icon", props: { aria: { label: "loading icon" }, fixed_width: true, icon: object.spinner_icon, pulse: true }) %> <%= object.text %>
         | 
| 5 5 | 
             
              <% end %>
         | 
| 6 6 | 
             
            <% end %>
         | 
| @@ -8,10 +8,21 @@ module Playbook | |
| 8 8 | 
             
                               default: "left"
         | 
| 9 9 | 
             
                  prop :dark, type: Playbook::Props::Boolean, default: false
         | 
| 10 10 | 
             
                  prop :text, type: Playbook::Props::String, default: "Loading"
         | 
| 11 | 
            +
                  prop :variant, type: Playbook::Props::Enum,
         | 
| 12 | 
            +
                                 values: %w[dotted solid],
         | 
| 13 | 
            +
                                 default: "dotted"
         | 
| 11 14 |  | 
| 12 15 | 
             
                  def classname
         | 
| 13 16 | 
             
                    generate_classname("pb_loading_inline_kit", align)
         | 
| 14 17 | 
             
                  end
         | 
| 18 | 
            +
             | 
| 19 | 
            +
                  def spinner_icon
         | 
| 20 | 
            +
                    if variant == "dotted"
         | 
| 21 | 
            +
                      "spinner"
         | 
| 22 | 
            +
                    elsif variant == "solid"
         | 
| 23 | 
            +
                      "spinner-solid"
         | 
| 24 | 
            +
                    end
         | 
| 25 | 
            +
                  end
         | 
| 15 26 | 
             
                end
         | 
| 16 27 | 
             
              end
         | 
| 17 28 | 
             
            end
         | 
| @@ -36,6 +36,7 @@ type TextInputProps = { | |
| 36 36 | 
             
                alignment?: "right" | "left",
         | 
| 37 37 | 
             
                border?: boolean,
         | 
| 38 38 | 
             
              },
         | 
| 39 | 
            +
              autoComplete?: boolean | string,
         | 
| 39 40 | 
             
            } & GlobalProps
         | 
| 40 41 |  | 
| 41 42 | 
             
            const TextInput = (props: TextInputProps, ref: React.LegacyRef<HTMLInputElement>) => {
         | 
| @@ -59,6 +60,7 @@ const TextInput = (props: TextInputProps, ref: React.LegacyRef<HTMLInputElement> | |
| 59 60 | 
             
                type = 'text',
         | 
| 60 61 | 
             
                value = '',
         | 
| 61 62 | 
             
                children = null,
         | 
| 63 | 
            +
                autoComplete = true,
         | 
| 62 64 | 
             
              } = props
         | 
| 63 65 |  | 
| 64 66 | 
             
              const ariaProps = buildAriaProps(aria)
         | 
| @@ -138,14 +140,11 @@ const TextInput = (props: TextInputProps, ref: React.LegacyRef<HTMLInputElement> | |
| 138 140 | 
             
                formattedValue = value
         | 
| 139 141 | 
             
              }
         | 
| 140 142 |  | 
| 141 | 
            -
              const errorId = error ? `${id}-error` : undefined
         | 
| 142 | 
            -
             | 
| 143 143 | 
             
              const textInput = (
         | 
| 144 144 | 
             
                childInput ? React.cloneElement(children, { className: "text_input" }) :
         | 
| 145 145 | 
             
                (<input
         | 
| 146 146 | 
             
                    {...domSafeProps(props)}
         | 
| 147 | 
            -
                     | 
| 148 | 
            -
                    aria-invalid={!!error}
         | 
| 147 | 
            +
                    autoComplete={typeof autoComplete === "string" ? autoComplete : ( autoComplete ? undefined : "off" )}
         | 
| 149 148 | 
             
                    className="text_input"
         | 
| 150 149 | 
             
                    disabled={disabled}
         | 
| 151 150 | 
             
                    id={id}
         | 
| @@ -203,20 +202,16 @@ const TextInput = (props: TextInputProps, ref: React.LegacyRef<HTMLInputElement> | |
| 203 202 | 
             
                    {...htmlProps}
         | 
| 204 203 | 
             
                    className={css}
         | 
| 205 204 | 
             
                >
         | 
| 206 | 
            -
                  {label && | 
| 207 | 
            -
                    < | 
| 208 | 
            -
             | 
| 209 | 
            -
             | 
| 210 | 
            -
             | 
| 211 | 
            -
             | 
| 212 | 
            -
                  )}
         | 
| 205 | 
            +
                  {label &&
         | 
| 206 | 
            +
                    <Caption
         | 
| 207 | 
            +
                        className="pb_text_input_kit_label"
         | 
| 208 | 
            +
                        text={label}
         | 
| 209 | 
            +
                    />
         | 
| 210 | 
            +
                  }
         | 
| 213 211 | 
             
                  <div className={`${addOnCss} text_input_wrapper`}>
         | 
| 214 212 | 
             
                    {render}
         | 
| 215 213 |  | 
| 216 214 | 
             
                    {error && <Body
         | 
| 217 | 
            -
                        aria={{ atomic: "true", live: "polite" }}
         | 
| 218 | 
            -
                        htmlOptions={{ role: "alert" }}
         | 
| 219 | 
            -
                        id={errorId}
         | 
| 220 215 | 
             
                        status="negative"
         | 
| 221 216 | 
             
                        text={error}
         | 
| 222 217 | 
             
                        variant={null}
         | 
| @@ -0,0 +1,41 @@ | |
| 1 | 
            +
            <%= pb_rails("text_input", props: {
         | 
| 2 | 
            +
              autocomplete: false,
         | 
| 3 | 
            +
              label: "autocomplete='off'",
         | 
| 4 | 
            +
              name: "firstName",
         | 
| 5 | 
            +
              placeholder: "Enter first name",
         | 
| 6 | 
            +
            }) %>
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            <%= pb_rails("text_input", props: {
         | 
| 9 | 
            +
              label: "no autocomplete attribute (let browser decide- basically 'on')",
         | 
| 10 | 
            +
              name: "lastName",
         | 
| 11 | 
            +
              placeholder: "Enter last name"
         | 
| 12 | 
            +
            }) %>
         | 
| 13 | 
            +
             | 
| 14 | 
            +
            <%= pb_rails("text_input", props: {
         | 
| 15 | 
            +
                autocomplete: true,
         | 
| 16 | 
            +
                label: "autocomplete='on'",
         | 
| 17 | 
            +
                name: "phone",
         | 
| 18 | 
            +
                type: "phone",
         | 
| 19 | 
            +
                placeholder: "Enter phone number"
         | 
| 20 | 
            +
            }) %>
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            <%= pb_rails("body", props: { margin_bottom: "sm" }) do %>
         | 
| 23 | 
            +
              The following have the same autocomplete attributes (email), but have
         | 
| 24 | 
            +
              different name attributes (email and emailAlt). Many browsers will
         | 
| 25 | 
            +
              open autocomplete based on name attributes instead of autocomplete:
         | 
| 26 | 
            +
            <% end %>
         | 
| 27 | 
            +
             | 
| 28 | 
            +
            <%= pb_rails("text_input", props: {
         | 
| 29 | 
            +
                autocomplete: "email",
         | 
| 30 | 
            +
                label: "autocomplete='email' name='email'",
         | 
| 31 | 
            +
                name: "email",
         | 
| 32 | 
            +
                placeholder: "Enter email address"
         | 
| 33 | 
            +
            }) %>
         | 
| 34 | 
            +
             | 
| 35 | 
            +
            <%= pb_rails("text_input", props: {
         | 
| 36 | 
            +
                autocomplete: "email",
         | 
| 37 | 
            +
                label: "autocomplete='email' name='emailAlt'",
         | 
| 38 | 
            +
                name: "emailAlt",
         | 
| 39 | 
            +
                type: "email",
         | 
| 40 | 
            +
                placeholder: "Enter email address"
         | 
| 41 | 
            +
            }) %>
         | 
| @@ -0,0 +1,80 @@ | |
| 1 | 
            +
            import React, { useState } from 'react'
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            import TextInput from '../../pb_text_input/_text_input'
         | 
| 4 | 
            +
            import Body from '../../pb_body/_body'
         | 
| 5 | 
            +
             | 
| 6 | 
            +
             | 
| 7 | 
            +
            const TextInputAutocomplete = (props) => {
         | 
| 8 | 
            +
              const [formFields, setFormFields] = useState({
         | 
| 9 | 
            +
                firstName: "",
         | 
| 10 | 
            +
                lastName: "",
         | 
| 11 | 
            +
                phone: "",
         | 
| 12 | 
            +
                emailTest: "",
         | 
| 13 | 
            +
                email: "",
         | 
| 14 | 
            +
              });
         | 
| 15 | 
            +
             | 
| 16 | 
            +
              const handleOnChangeFormField = ({ target }) => {
         | 
| 17 | 
            +
                const { name, value } = target;
         | 
| 18 | 
            +
                setFormFields({ ...formFields, [name]: value });
         | 
| 19 | 
            +
              };
         | 
| 20 | 
            +
             | 
| 21 | 
            +
              return (
         | 
| 22 | 
            +
                <div>
         | 
| 23 | 
            +
                  <TextInput
         | 
| 24 | 
            +
                      autoComplete={false}
         | 
| 25 | 
            +
                      label="autocomplete='off'"
         | 
| 26 | 
            +
                      name="firstName"
         | 
| 27 | 
            +
                      onChange={handleOnChangeFormField}
         | 
| 28 | 
            +
                      placeholder="Enter first name"
         | 
| 29 | 
            +
                      value={formFields.firstName}
         | 
| 30 | 
            +
                      {...props}
         | 
| 31 | 
            +
                  />
         | 
| 32 | 
            +
                  <TextInput
         | 
| 33 | 
            +
                      label="no autocomplete attribute (let browser decide- basically 'on')"
         | 
| 34 | 
            +
                      name="lastName"
         | 
| 35 | 
            +
                      onChange={handleOnChangeFormField}
         | 
| 36 | 
            +
                      placeholder="Enter last name"
         | 
| 37 | 
            +
                      value={formFields.lastName}
         | 
| 38 | 
            +
                      {...props}
         | 
| 39 | 
            +
                  />
         | 
| 40 | 
            +
                  <TextInput
         | 
| 41 | 
            +
                      autoComplete
         | 
| 42 | 
            +
                      label="autocomplete='on'"
         | 
| 43 | 
            +
                      name="phone"
         | 
| 44 | 
            +
                      onChange={handleOnChangeFormField}
         | 
| 45 | 
            +
                      placeholder="Enter phone number"
         | 
| 46 | 
            +
                      type="phone"
         | 
| 47 | 
            +
                      value={formFields.phone}
         | 
| 48 | 
            +
                      {...props}
         | 
| 49 | 
            +
                  />
         | 
| 50 | 
            +
                  <Body marginBottom="sm">
         | 
| 51 | 
            +
                    The following have the same autocomplete attributes (email), but have
         | 
| 52 | 
            +
                    different name attributes (email and emailAlt). Many browsers will
         | 
| 53 | 
            +
                    open autocomplete based on name attributes instead of autocomplete:
         | 
| 54 | 
            +
                  </Body>
         | 
| 55 | 
            +
                  <TextInput
         | 
| 56 | 
            +
                      autoComplete="email"
         | 
| 57 | 
            +
                      label="autocomplete='email' name='email'"
         | 
| 58 | 
            +
                      name="email"
         | 
| 59 | 
            +
                      onChange={handleOnChangeFormField}
         | 
| 60 | 
            +
                      placeholder="Enter email address"
         | 
| 61 | 
            +
                      type="email"
         | 
| 62 | 
            +
                      value={formFields.email}
         | 
| 63 | 
            +
                      {...props}
         | 
| 64 | 
            +
                  />
         | 
| 65 | 
            +
                  <TextInput
         | 
| 66 | 
            +
                      autoComplete="email"
         | 
| 67 | 
            +
                      label="autocomplete='email' name='emailAlt'"
         | 
| 68 | 
            +
                      marginTop="sm"
         | 
| 69 | 
            +
                      name="emailTest"
         | 
| 70 | 
            +
                      onChange={handleOnChangeFormField}
         | 
| 71 | 
            +
                      placeholder="Enter email address"
         | 
| 72 | 
            +
                      type="email"
         | 
| 73 | 
            +
                      value={formFields.emailTest}
         | 
| 74 | 
            +
                      {...props}
         | 
| 75 | 
            +
                  />
         | 
| 76 | 
            +
                </div>
         | 
| 77 | 
            +
              );
         | 
| 78 | 
            +
            };
         | 
| 79 | 
            +
             | 
| 80 | 
            +
            export default TextInputAutocomplete;
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            Set this prop to `false` or `"off"` to remove autocomplete from text inputs. You can also set it to a string, but browsers will often defer to other attributes like `name`. 
         | 
| @@ -9,27 +9,23 @@ | |
| 9 9 |  | 
| 10 10 | 
             
            <%= pb_rails("text_input", props: {
         | 
| 11 11 | 
             
              label: "Last Name",
         | 
| 12 | 
            -
              placeholder: "Enter last name" | 
| 13 | 
            -
              id: "last-name"
         | 
| 12 | 
            +
              placeholder: "Enter last name"
         | 
| 14 13 | 
             
            }) %>
         | 
| 15 14 |  | 
| 16 15 | 
             
            <%= pb_rails("text_input", props: {
         | 
| 17 16 | 
             
                label: "Phone Number",
         | 
| 18 17 | 
             
                type: "phone",
         | 
| 19 | 
            -
                placeholder: "Enter phone number" | 
| 20 | 
            -
                id: "phone"
         | 
| 18 | 
            +
                placeholder: "Enter phone number"
         | 
| 21 19 | 
             
            }) %>
         | 
| 22 20 |  | 
| 23 21 | 
             
            <%= pb_rails("text_input", props: {
         | 
| 24 22 | 
             
                label: "Email Address",
         | 
| 25 23 | 
             
                type: "email",
         | 
| 26 | 
            -
                placeholder: "Enter email address" | 
| 27 | 
            -
                id: "email"
         | 
| 24 | 
            +
                placeholder: "Enter email address"
         | 
| 28 25 | 
             
            }) %>
         | 
| 29 26 |  | 
| 30 27 | 
             
            <%= pb_rails("text_input", props: {
         | 
| 31 28 | 
             
                label: "Zip Code",
         | 
| 32 29 | 
             
                type: "number",
         | 
| 33 | 
            -
                placeholder: "Enter zip code" | 
| 34 | 
            -
                id: "zip"
         | 
| 30 | 
            +
                placeholder: "Enter zip code"
         | 
| 35 31 | 
             
            }) %>
         | 
| @@ -38,7 +38,6 @@ const TextInputDefault = (props) => { | |
| 38 38 | 
             
                      {...props}
         | 
| 39 39 | 
             
                  />
         | 
| 40 40 | 
             
                  <TextInput
         | 
| 41 | 
            -
                      id="last-name"
         | 
| 42 41 | 
             
                      label="Last Name"
         | 
| 43 42 | 
             
                      name="lastName"
         | 
| 44 43 | 
             
                      onChange={handleOnChangeFormField}
         | 
| @@ -47,7 +46,6 @@ const TextInputDefault = (props) => { | |
| 47 46 | 
             
                      {...props}
         | 
| 48 47 | 
             
                  />
         | 
| 49 48 | 
             
                  <TextInput
         | 
| 50 | 
            -
                      id="phone"
         | 
| 51 49 | 
             
                      label="Phone Number"
         | 
| 52 50 | 
             
                      name="phone"
         | 
| 53 51 | 
             
                      onChange={handleOnChangeFormField}
         | 
| @@ -57,7 +55,6 @@ const TextInputDefault = (props) => { | |
| 57 55 | 
             
                      {...props}
         | 
| 58 56 | 
             
                  />
         | 
| 59 57 | 
             
                  <TextInput
         | 
| 60 | 
            -
                      id="email"
         | 
| 61 58 | 
             
                      label="Email Address"
         | 
| 62 59 | 
             
                      name="email"
         | 
| 63 60 | 
             
                      onChange={handleOnChangeFormField}
         | 
| @@ -67,7 +64,6 @@ const TextInputDefault = (props) => { | |
| 67 64 | 
             
                      {...props}
         | 
| 68 65 | 
             
                  />
         | 
| 69 66 | 
             
                  <TextInput
         | 
| 70 | 
            -
                      id="zip"
         | 
| 71 67 | 
             
                      label="Zip Code"
         | 
| 72 68 | 
             
                      name="zip"
         | 
| 73 69 | 
             
                      onChange={handleOnChangeFormField}
         | 
| @@ -88,7 +84,6 @@ const TextInputDefault = (props) => { | |
| 88 84 | 
             
                  <br />
         | 
| 89 85 |  | 
| 90 86 | 
             
                  <TextInput
         | 
| 91 | 
            -
                      id="first-name"
         | 
| 92 87 | 
             
                      label="First Name"
         | 
| 93 88 | 
             
                      onChange={handleOnChangeFirstName}
         | 
| 94 89 | 
             
                      placeholder="Enter first name"
         |