@toptal/picasso-tag 2.0.1 → 2.0.2
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-tag",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Toptal UI components library - Tag",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@toptal/picasso-icons": "1.2.0",
|
|
26
26
|
"@toptal/picasso-shared": "15.0.0",
|
|
27
|
-
"@toptal/picasso-typography": "2.0.
|
|
27
|
+
"@toptal/picasso-typography": "2.0.2",
|
|
28
28
|
"@toptal/picasso-utils": "1.0.3",
|
|
29
29
|
"ap-style-title-case": "^1.1.2",
|
|
30
30
|
"tailwind-merge": "^2.2.2"
|
|
@@ -104,7 +104,7 @@ exports[`Tag renders with adornment 1`] = `
|
|
|
104
104
|
foobar
|
|
105
105
|
</span>
|
|
106
106
|
<span
|
|
107
|
-
class="m-0 text-xxs
|
|
107
|
+
class="m-0 text-xxs font-regular inline-flex items-center gap-[5px] text-gray group-aria-disabled:text-gray"
|
|
108
108
|
>
|
|
109
109
|
<svg
|
|
110
110
|
class="PicassoSvgLink16-root"
|
|
@@ -150,7 +150,7 @@ exports[`Tag renders with connection and icon 1`] = `
|
|
|
150
150
|
foobar
|
|
151
151
|
</span>
|
|
152
152
|
<span
|
|
153
|
-
class="m-0 text-xxs
|
|
153
|
+
class="m-0 text-xxs font-regular inline-flex items-center gap-[5px] text-gray group-aria-disabled:text-gray"
|
|
154
154
|
>
|
|
155
155
|
<svg
|
|
156
156
|
class="PicassoSvgLink16-root"
|
|
@@ -9,7 +9,7 @@ exports[`TagRectangular renders rectangular Tag 1`] = `
|
|
|
9
9
|
class="text-lg transition-none rounded-sm font-semibold h-4 inline-flex content-center justify-center align-middle bg-gray"
|
|
10
10
|
>
|
|
11
11
|
<p
|
|
12
|
-
class="m-0 text-2xs
|
|
12
|
+
class="m-0 text-2xs font-semibold whitespace-nowrap overflow-ellipsis overflow-hidden mx-1 w-max text-graphite"
|
|
13
13
|
>
|
|
14
14
|
Reactangular Tag
|
|
15
15
|
</p>
|