@toptal/picasso-popper 1.1.1-alpha-HG-917-fix-overlapping-sidebar-3957b1ee3.11 → 2.0.1-alpha-MP-669-first-batch-of-rework-e1cd7f6d1.9
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 +6 -6
- package/src/Popper/test.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/picasso-popper",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1-alpha-MP-669-first-batch-of-rework-e1cd7f6d1.9+e1cd7f6d1",
|
|
4
4
|
"description": "Toptal UI components library - Popper",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@toptal/picasso-modal-context": "1.0.2-alpha-
|
|
26
|
-
"@toptal/picasso-shared": "15.0.1-alpha-
|
|
27
|
-
"@toptal/picasso-utils": "3.1.1-alpha-
|
|
25
|
+
"@toptal/picasso-modal-context": "1.0.2-alpha-MP-669-first-batch-of-rework-e1cd7f6d1.470+e1cd7f6d1",
|
|
26
|
+
"@toptal/picasso-shared": "15.0.1-alpha-MP-669-first-batch-of-rework-e1cd7f6d1.368+e1cd7f6d1",
|
|
27
|
+
"@toptal/picasso-utils": "3.1.1-alpha-MP-669-first-batch-of-rework-e1cd7f6d1.22+e1cd7f6d1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@material-ui/core": "4.12.4",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"react": ">=16.12.0 < 19.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@toptal/picasso-provider": "5.0.1-alpha-
|
|
37
|
+
"@toptal/picasso-provider": "5.0.1-alpha-MP-669-first-batch-of-rework-e1cd7f6d1.289+e1cd7f6d1",
|
|
38
38
|
"popper.js": "^1.16.1"
|
|
39
39
|
},
|
|
40
40
|
"exports": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"!dist-package/tsconfig.tsbuildinfo",
|
|
46
46
|
"src"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "e1cd7f6d145874c583419c992840043ba6ac330b"
|
|
49
49
|
}
|
package/src/Popper/test.tsx
CHANGED
|
@@ -28,7 +28,7 @@ rootDiv.setAttribute('id', 'root')
|
|
|
28
28
|
const anchorEl = document.body
|
|
29
29
|
const children = 'some children'
|
|
30
30
|
const className =
|
|
31
|
-
'z-modal xs:max-
|
|
31
|
+
'z-modal xs:max-md:w-screen xs:max-md:max-w-screen xs:max-md:p-0 xs:max-md:m-0 [&[x-out-of-boundaries]]:hidden'
|
|
32
32
|
const disablePortal = false
|
|
33
33
|
const open = true
|
|
34
34
|
const placement = 'top'
|