@toptal/picasso-calendar 1.0.13 → 1.0.14
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-calendar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"description": "Toptal UI components library - Calendar",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@toptal/picasso-button": "
|
|
26
|
-
"@toptal/picasso-container": "1.0.
|
|
27
|
-
"@toptal/picasso-icons": "1.1.
|
|
28
|
-
"@toptal/picasso-shared": "
|
|
29
|
-
"@toptal/picasso-typography": "2.0.
|
|
30
|
-
"@toptal/picasso-utils": "1.0.
|
|
25
|
+
"@toptal/picasso-button": "2.0.0",
|
|
26
|
+
"@toptal/picasso-container": "1.0.3",
|
|
27
|
+
"@toptal/picasso-icons": "1.1.1",
|
|
28
|
+
"@toptal/picasso-shared": "15.0.0",
|
|
29
|
+
"@toptal/picasso-typography": "2.0.1",
|
|
30
|
+
"@toptal/picasso-utils": "1.0.3",
|
|
31
31
|
"classnames": "^2.5.1",
|
|
32
32
|
"date-fns": "^2.30.0",
|
|
33
33
|
"react-day-picker": "^8.10.0"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@toptal/picasso-provider": "4.2.1",
|
|
49
|
-
"@toptal/picasso-test-utils": "1.1.
|
|
49
|
+
"@toptal/picasso-test-utils": "1.1.1"
|
|
50
50
|
},
|
|
51
51
|
"files": [
|
|
52
52
|
"dist-package/**",
|
|
@@ -22,18 +22,20 @@ exports[`Calendar renders 1`] = `
|
|
|
22
22
|
class="PicassoContainer-bottommediumMargin PicassoContainer-spaceBetweenJustifyContent PicassoContainer-flex"
|
|
23
23
|
>
|
|
24
24
|
<button
|
|
25
|
+
aria-disabled="false"
|
|
25
26
|
aria-label="Previous month"
|
|
26
|
-
class="
|
|
27
|
+
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"
|
|
27
28
|
data-component-type="button"
|
|
29
|
+
role="button"
|
|
28
30
|
tabindex="0"
|
|
29
31
|
title="Previous month"
|
|
30
32
|
type="button"
|
|
31
33
|
>
|
|
32
34
|
<span
|
|
33
|
-
class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline
|
|
35
|
+
class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
|
|
34
36
|
>
|
|
35
37
|
<svg
|
|
36
|
-
class="PicassoSvgBackMinor24-root
|
|
38
|
+
class="PicassoSvgBackMinor24-root text-[1.2em] flex-1"
|
|
37
39
|
style="min-width: 24px; min-height: 24px;"
|
|
38
40
|
viewBox="0 0 24 24"
|
|
39
41
|
>
|
|
@@ -51,18 +53,20 @@ exports[`Calendar renders 1`] = `
|
|
|
51
53
|
December 2019
|
|
52
54
|
</h3>
|
|
53
55
|
<button
|
|
56
|
+
aria-disabled="false"
|
|
54
57
|
aria-label="Next month"
|
|
55
|
-
class="
|
|
58
|
+
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"
|
|
56
59
|
data-component-type="button"
|
|
60
|
+
role="button"
|
|
57
61
|
tabindex="0"
|
|
58
62
|
title="Next month"
|
|
59
63
|
type="button"
|
|
60
64
|
>
|
|
61
65
|
<span
|
|
62
|
-
class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline
|
|
66
|
+
class="PicassoContainer-centerAlignItems PicassoContainer-flex PicassoContainer-inline font-semibold whitespace-nowrap text-button"
|
|
63
67
|
>
|
|
64
68
|
<svg
|
|
65
|
-
class="PicassoSvgChevronMinor24-root
|
|
69
|
+
class="PicassoSvgChevronMinor24-root text-[1.2em] flex-1"
|
|
66
70
|
style="min-width: 24px; min-height: 24px;"
|
|
67
71
|
viewBox="0 0 24 24"
|
|
68
72
|
>
|