@toptal/picasso-tagselector 2.0.13 → 2.0.15

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-tagselector",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "description": "Toptal UI components library - Tagselector",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
24
24
  "dependencies": {
25
- "@toptal/picasso-autocomplete": "2.0.13",
26
- "@toptal/picasso-form": "4.1.4",
27
- "@toptal/picasso-outlined-input": "2.0.11",
25
+ "@toptal/picasso-autocomplete": "4.0.0",
26
+ "@toptal/picasso-form": "5.0.0",
27
+ "@toptal/picasso-outlined-input": "3.0.0",
28
28
  "@toptal/picasso-shared": "15.0.0",
29
- "@toptal/picasso-tag": "3.0.1",
29
+ "@toptal/picasso-tag": "4.0.0",
30
30
  "@toptal/picasso-utils": "1.0.3",
31
31
  "classnames": "^2.5.1"
32
32
  },
@@ -8,7 +8,7 @@ exports[`TagSelector disabled render 1`] = `
8
8
  <div
9
9
  aria-expanded="false"
10
10
  aria-haspopup="listbox"
11
- class="PicassoAutocomplete-root PicassoAutocomplete-rootAuto"
11
+ class="relative w-[18.75rem]"
12
12
  role="combobox"
13
13
  >
14
14
  <div
@@ -76,7 +76,7 @@ exports[`TagSelector preselected value 1`] = `
76
76
  <div
77
77
  aria-expanded="false"
78
78
  aria-haspopup="listbox"
79
- class="PicassoAutocomplete-root PicassoAutocomplete-rootAuto"
79
+ class="relative w-[18.75rem]"
80
80
  role="combobox"
81
81
  >
82
82
  <div
@@ -142,7 +142,7 @@ exports[`TagSelector renders 1`] = `
142
142
  <div
143
143
  aria-expanded="false"
144
144
  aria-haspopup="listbox"
145
- class="PicassoAutocomplete-root PicassoAutocomplete-rootAuto"
145
+ class="relative w-[18.75rem]"
146
146
  role="combobox"
147
147
  >
148
148
  <div