@toptal/picasso-utils 1.0.4-alpha-cjs-and-esm-publish-test-99555d2ed.65 → 1.0.4-alpha-fx-5525-container-4ebd3caa7.81
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-
|
|
3
|
+
"version": "1.0.4-alpha-fx-5525-container-4ebd3caa7.81+4ebd3caa7",
|
|
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-
|
|
29
|
+
"@toptal/picasso-shared": "15.0.1-alpha-fx-5525-container-4ebd3caa7.81+4ebd3caa7",
|
|
30
30
|
"ap-style-title-case": "^1.1.2",
|
|
31
31
|
"classnames": "^2.5.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@toptal/picasso-provider": "4.2.2-alpha-
|
|
35
|
-
"@toptal/picasso-test-utils": "1.1.2-alpha-
|
|
34
|
+
"@toptal/picasso-provider": "4.2.2-alpha-fx-5525-container-4ebd3caa7.89+4ebd3caa7",
|
|
35
|
+
"@toptal/picasso-test-utils": "1.1.2-alpha-fx-5525-container-4ebd3caa7.81+4ebd3caa7",
|
|
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": "4ebd3caa763220e28d7bfe67e6a63a05ea37599a"
|
|
53
53
|
}
|
|
@@ -19,7 +19,7 @@ exports[`Modal useModal opens and closes modal 1`] = `
|
|
|
19
19
|
type="button"
|
|
20
20
|
>
|
|
21
21
|
<span
|
|
22
|
-
class="
|
|
22
|
+
class="items-center inline-flex font-semibold whitespace-nowrap text-button"
|
|
23
23
|
>
|
|
24
24
|
Show
|
|
25
25
|
</span>
|
|
@@ -60,7 +60,7 @@ exports[`Modal useModal opens and closes modal 1`] = `
|
|
|
60
60
|
type="button"
|
|
61
61
|
>
|
|
62
62
|
<span
|
|
63
|
-
class="
|
|
63
|
+
class="items-center inline-flex font-semibold whitespace-nowrap text-button"
|
|
64
64
|
>
|
|
65
65
|
Hide
|
|
66
66
|
</span>
|
|
@@ -95,7 +95,7 @@ exports[`Modal useModal opens and closes modal 2`] = `
|
|
|
95
95
|
type="button"
|
|
96
96
|
>
|
|
97
97
|
<span
|
|
98
|
-
class="
|
|
98
|
+
class="items-center inline-flex font-semibold whitespace-nowrap text-button"
|
|
99
99
|
>
|
|
100
100
|
Show
|
|
101
101
|
</span>
|
|
@@ -124,7 +124,7 @@ exports[`Modal useModal shows multiple modals at the same time 1`] = `
|
|
|
124
124
|
type="button"
|
|
125
125
|
>
|
|
126
126
|
<span
|
|
127
|
-
class="
|
|
127
|
+
class="items-center inline-flex font-semibold whitespace-nowrap text-button"
|
|
128
128
|
>
|
|
129
129
|
Show first
|
|
130
130
|
</span>
|
|
@@ -139,7 +139,7 @@ exports[`Modal useModal shows multiple modals at the same time 1`] = `
|
|
|
139
139
|
type="button"
|
|
140
140
|
>
|
|
141
141
|
<span
|
|
142
|
-
class="
|
|
142
|
+
class="items-center inline-flex font-semibold whitespace-nowrap text-button"
|
|
143
143
|
>
|
|
144
144
|
Show second
|
|
145
145
|
</span>
|