@toptal/picasso-table 1.1.10 → 1.1.12
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-table",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.12",
|
|
4
4
|
"description": "Toptal UI components library - Table",
|
|
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-shared": "
|
|
26
|
-
"@toptal/picasso-typography": "2.0.
|
|
27
|
-
"@toptal/picasso-button": "
|
|
28
|
-
"@toptal/picasso-icons": "1.1.
|
|
29
|
-
"@toptal/picasso-utils": "1.0.
|
|
25
|
+
"@toptal/picasso-shared": "15.0.0",
|
|
26
|
+
"@toptal/picasso-typography": "2.0.1",
|
|
27
|
+
"@toptal/picasso-button": "2.0.1",
|
|
28
|
+
"@toptal/picasso-icons": "1.1.1",
|
|
29
|
+
"@toptal/picasso-utils": "1.0.3",
|
|
30
30
|
"ap-style-title-case": "^1.1.2",
|
|
31
31
|
"classnames": "^2.5.1"
|
|
32
32
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@toptal/picasso-provider": "4.2.1",
|
|
44
|
-
"@toptal/picasso-test-utils": "1.1.
|
|
44
|
+
"@toptal/picasso-test-utils": "1.1.1",
|
|
45
45
|
"styled-components": "^6.1.1"
|
|
46
46
|
},
|
|
47
47
|
"exports": {
|
|
@@ -20,16 +20,18 @@ exports[`TableCell sort direction is asc renders with a sort button in the right
|
|
|
20
20
|
Cell
|
|
21
21
|
</div>
|
|
22
22
|
<button
|
|
23
|
-
|
|
23
|
+
aria-disabled="false"
|
|
24
|
+
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 [&+&]:ml-4 cursor-pointer rounded-full p-0 w-[1.5em] h-[1.5em] border-none text-graphite hover:bg-gray active:bg-gray focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] bg-transparent ml-2 invisible group-hover:visible"
|
|
24
25
|
data-component-type="button"
|
|
26
|
+
role="button"
|
|
25
27
|
tabindex="0"
|
|
26
28
|
type="button"
|
|
27
29
|
>
|
|
28
30
|
<span
|
|
29
|
-
class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline
|
|
31
|
+
class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
|
|
30
32
|
>
|
|
31
33
|
<svg
|
|
32
|
-
class="PicassoSvgArrowLongUp16-root
|
|
34
|
+
class="PicassoSvgArrowLongUp16-root text-[1.2em] flex-1"
|
|
33
35
|
style="min-width: 16px; min-height: 16px;"
|
|
34
36
|
viewBox="0 0 16 16"
|
|
35
37
|
>
|
|
@@ -66,16 +68,18 @@ exports[`TableCell sort direction is desc renders with a sort button in the righ
|
|
|
66
68
|
class="m-0 text-sm text-graphite font-inherit"
|
|
67
69
|
/>
|
|
68
70
|
<button
|
|
69
|
-
|
|
71
|
+
aria-disabled="false"
|
|
72
|
+
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 [&+&]:ml-4 cursor-pointer rounded-full p-0 w-[1.5em] h-[1.5em] border-none text-graphite hover:bg-gray active:bg-gray focus-visible:shadow-[0_0_0_3px_rgba(32,78,207,0.48)] bg-transparent ml-2 invisible group-hover:visible"
|
|
70
73
|
data-component-type="button"
|
|
74
|
+
role="button"
|
|
71
75
|
tabindex="0"
|
|
72
76
|
type="button"
|
|
73
77
|
>
|
|
74
78
|
<span
|
|
75
|
-
class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline
|
|
79
|
+
class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
|
|
76
80
|
>
|
|
77
81
|
<svg
|
|
78
|
-
class="PicassoSvgArrowLongDown16-root
|
|
82
|
+
class="PicassoSvgArrowLongDown16-root text-[1.2em] flex-1"
|
|
79
83
|
style="min-width: 16px; min-height: 16px;"
|
|
80
84
|
viewBox="0 0 16 16"
|
|
81
85
|
>
|