@toptal/picasso-utils 1.0.4-alpha-fx-5837-disable-autocomplete-in-tag-selector-d506eff5b.194 → 1.0.4-alpha-fx-5880-page-head-2-99d1c9975.205
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.
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@toptal/picasso-utils",
         | 
| 3 | 
            -
              "version": "1.0.4-alpha-fx- | 
| 3 | 
            +
              "version": "1.0.4-alpha-fx-5880-page-head-2-99d1c9975.205+99d1c9975",
         | 
| 4 4 | 
             
              "description": "Toptal UI components library - Utils",
         | 
| 5 5 | 
             
              "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
         | 
| 6 6 | 
             
              "bugs": {
         | 
| @@ -26,13 +26,13 @@ | |
| 26 26 | 
             
                "prepublishOnly": "yarn build:package"
         | 
| 27 27 | 
             
              },
         | 
| 28 28 | 
             
              "dependencies": {
         | 
| 29 | 
            -
                "@toptal/picasso-shared": "15.0.1-alpha-fx- | 
| 29 | 
            +
                "@toptal/picasso-shared": "15.0.1-alpha-fx-5880-page-head-2-99d1c9975.205+99d1c9975",
         | 
| 30 30 | 
             
                "ap-style-title-case": "^1.1.2",
         | 
| 31 31 | 
             
                "classnames": "^2.5.1"
         | 
| 32 32 | 
             
              },
         | 
| 33 33 | 
             
              "devDependencies": {
         | 
| 34 | 
            -
                "@toptal/picasso-provider": "5.0.1-alpha-fx- | 
| 35 | 
            -
                "@toptal/picasso-test-utils": "1.1.2-alpha-fx- | 
| 34 | 
            +
                "@toptal/picasso-provider": "5.0.1-alpha-fx-5880-page-head-2-99d1c9975.126+99d1c9975",
         | 
| 35 | 
            +
                "@toptal/picasso-test-utils": "1.1.2-alpha-fx-5880-page-head-2-99d1c9975.205+99d1c9975",
         | 
| 36 36 | 
             
                "styled-components": "^6.1.1"
         | 
| 37 37 | 
             
              },
         | 
| 38 38 | 
             
              "peerDependencies": {
         | 
| @@ -49,5 +49,5 @@ | |
| 49 49 | 
             
                "!dist-package/tsconfig.tsbuildinfo",
         | 
| 50 50 | 
             
                "src"
         | 
| 51 51 | 
             
              ],
         | 
| 52 | 
            -
              "gitHead": " | 
| 52 | 
            +
              "gitHead": "99d1c997587a3e9541c8b24ddea9590708e07cef"
         | 
| 53 53 | 
             
            }
         | 
| @@ -12,7 +12,7 @@ exports[`Modal useModal opens and closes modal 1`] = ` | |
| 12 12 | 
             
                  <button
         | 
| 13 13 | 
             
                    aria-disabled="false"
         | 
| 14 14 | 
             
                    aria-hidden="true"
         | 
| 15 | 
            -
                    class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [ | 
| 15 | 
            +
                    class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [[data-component-type="button"]+&]:ml cursor-pointer no-underline hover:no-underline rounded-sm shadow-none focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] focus-within:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] border-none text-white visited:text-white hover:bg-[#4269D6] active:bg-[#1A41AB] bg-blue min-w h-8 py-0 px-4"
         | 
| 16 16 | 
             
                    data-component-type="button"
         | 
| 17 17 | 
             
                    role="button"
         | 
| 18 18 | 
             
                    tabindex="0"
         | 
| @@ -48,7 +48,7 @@ exports[`Modal useModal opens and closes modal 1`] = ` | |
| 48 48 | 
             
                      </p>
         | 
| 49 49 | 
             
                      <button
         | 
| 50 50 | 
             
                        aria-disabled="false"
         | 
| 51 | 
            -
                        class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [ | 
| 51 | 
            +
                        class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [[data-component-type="button"]+&]:ml cursor-pointer no-underline hover:no-underline rounded-sm shadow-none focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] focus-within:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] border-none text-white visited:text-white hover:bg-[#4269D6] active:bg-[#1A41AB] bg-blue min-w h-8 py-0 px-4"
         | 
| 52 52 | 
             
                        data-component-type="button"
         | 
| 53 53 | 
             
                        role="button"
         | 
| 54 54 | 
             
                        tabindex="0"
         | 
| @@ -82,7 +82,7 @@ exports[`Modal useModal opens and closes modal 2`] = ` | |
| 82 82 | 
             
                >
         | 
| 83 83 | 
             
                  <button
         | 
| 84 84 | 
             
                    aria-disabled="false"
         | 
| 85 | 
            -
                    class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [ | 
| 85 | 
            +
                    class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [[data-component-type="button"]+&]:ml cursor-pointer no-underline hover:no-underline rounded-sm shadow-none focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] focus-within:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] border-none text-white visited:text-white hover:bg-[#4269D6] active:bg-[#1A41AB] bg-blue min-w h-8 py-0 px-4"
         | 
| 86 86 | 
             
                    data-component-type="button"
         | 
| 87 87 | 
             
                    role="button"
         | 
| 88 88 | 
             
                    tabindex="0"
         | 
| @@ -111,7 +111,7 @@ exports[`Modal useModal shows multiple modals at the same time 1`] = ` | |
| 111 111 | 
             
                  <button
         | 
| 112 112 | 
             
                    aria-disabled="false"
         | 
| 113 113 | 
             
                    aria-hidden="true"
         | 
| 114 | 
            -
                    class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [ | 
| 114 | 
            +
                    class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [[data-component-type="button"]+&]:ml cursor-pointer no-underline hover:no-underline rounded-sm shadow-none focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] focus-within:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] border-none text-white visited:text-white hover:bg-[#4269D6] active:bg-[#1A41AB] bg-blue min-w h-8 py-0 px-4"
         | 
| 115 115 | 
             
                    data-component-type="button"
         | 
| 116 116 | 
             
                    role="button"
         | 
| 117 117 | 
             
                    tabindex="0"
         | 
| @@ -126,7 +126,7 @@ exports[`Modal useModal shows multiple modals at the same time 1`] = ` | |
| 126 126 | 
             
                  <button
         | 
| 127 127 | 
             
                    aria-disabled="false"
         | 
| 128 128 | 
             
                    aria-hidden="true"
         | 
| 129 | 
            -
                    class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [ | 
| 129 | 
            +
                    class="base-Button text-lg inline-flex items-center justify-center select-none appearance-none m-0 relative normal-case align-middle transition-colors duration-350 ease-out shrink-0 outline-none [[data-component-type="button"]+&]:ml cursor-pointer no-underline hover:no-underline rounded-sm shadow-none focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] focus-within:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] border-none text-white visited:text-white hover:bg-[#4269D6] active:bg-[#1A41AB] bg-blue min-w h-8 py-0 px-4"
         | 
| 130 130 | 
             
                    data-component-type="button"
         | 
| 131 131 | 
             
                    role="button"
         | 
| 132 132 | 
             
                    tabindex="0"
         |