@toptal/picasso-modal 3.2.8 → 3.2.9-alpha-bill-fix-initial-value-formatting-0526abd48.0
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/picasso-modal",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.9-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
4
4
|
"description": "Toptal UI components library - Modal",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@mui/base": "5.0.0-beta.58",
|
|
26
|
-
"@toptal/picasso-backdrop": "1.0.
|
|
27
|
-
"@toptal/picasso-fade": "1.0.
|
|
28
|
-
"@toptal/picasso-paper": "4.0.
|
|
29
|
-
"@toptal/picasso-shared": "15.0.0",
|
|
30
|
-
"@toptal/picasso-button": "4.0.
|
|
31
|
-
"@toptal/picasso-icons": "1.14.
|
|
32
|
-
"@toptal/picasso-typography": "4.0.
|
|
33
|
-
"@toptal/picasso-utils": "3.1.0",
|
|
34
|
-
"@toptal/picasso-modal-context": "1.0.
|
|
26
|
+
"@toptal/picasso-backdrop": "1.0.10-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
27
|
+
"@toptal/picasso-fade": "1.0.9-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
28
|
+
"@toptal/picasso-paper": "4.0.5-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
29
|
+
"@toptal/picasso-shared": "15.0.1-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
30
|
+
"@toptal/picasso-button": "4.0.30-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
31
|
+
"@toptal/picasso-icons": "1.14.2-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
32
|
+
"@toptal/picasso-typography": "4.0.5-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
33
|
+
"@toptal/picasso-utils": "3.1.1-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
34
|
+
"@toptal/picasso-modal-context": "1.0.2-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
35
35
|
"debounce": "^1.2.1"
|
|
36
36
|
},
|
|
37
37
|
"sideEffects": [
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
"**/styles.js"
|
|
40
40
|
],
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@toptal/picasso-provider": "
|
|
42
|
+
"@toptal/picasso-provider": "5.0.3-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
43
43
|
"react": ">=16.12.0 < 19.0.0",
|
|
44
|
-
"@toptal/picasso-tailwind": "
|
|
45
|
-
"@toptal/picasso-tailwind-merge": "
|
|
44
|
+
"@toptal/picasso-tailwind": "3.0.1-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
45
|
+
"@toptal/picasso-tailwind-merge": "2.0.4-alpha-bill-fix-initial-value-formatting-0526abd48.0"
|
|
46
46
|
},
|
|
47
47
|
"exports": {
|
|
48
48
|
".": "./dist-package/src/index.js"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@toptal/picasso-provider": "5.0.
|
|
52
|
-
"@toptal/picasso-tailwind-merge": "2.0.
|
|
53
|
-
"@toptal/picasso-test-utils": "1.1.
|
|
51
|
+
"@toptal/picasso-provider": "5.0.3-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
52
|
+
"@toptal/picasso-tailwind-merge": "2.0.4-alpha-bill-fix-initial-value-formatting-0526abd48.0",
|
|
53
|
+
"@toptal/picasso-test-utils": "1.1.2-alpha-bill-fix-initial-value-formatting-0526abd48.0"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|
|
56
56
|
"dist-package/**",
|