@koobiq/react-components 0.0.1-beta.15 → 0.0.1-beta.16
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/dist/style.css +1 -0
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -2653,6 +2653,7 @@
|
|
|
2653
2653
|
inline-size: calc(100% - var(--modal-window-offset) * 2);
|
|
2654
2654
|
max-block-size: calc(100vh - var(--modal-window-offset) * 2);
|
|
2655
2655
|
transition: opacity var(--kbq-transition-slow), transform var(--kbq-transition-slow);
|
|
2656
|
+
display: flex;
|
|
2656
2657
|
position: absolute;
|
|
2657
2658
|
inset-block-start: var(--modal-window-offset);
|
|
2658
2659
|
inset-inline-start: 50%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@koobiq/react-components",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.16",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@koobiq/design-tokens": "^3.12.1",
|
|
28
28
|
"@types/react-transition-group": "^4.4.12",
|
|
29
29
|
"react-transition-group": "^4.4.5",
|
|
30
|
-
"@koobiq/logger": "0.0.1-beta.
|
|
31
|
-
"@koobiq/react-
|
|
32
|
-
"@koobiq/react-
|
|
33
|
-
"@koobiq/react-primitives": "0.0.1-beta.
|
|
30
|
+
"@koobiq/logger": "0.0.1-beta.16",
|
|
31
|
+
"@koobiq/react-icons": "0.0.1-beta.16",
|
|
32
|
+
"@koobiq/react-core": "0.0.1-beta.16",
|
|
33
|
+
"@koobiq/react-primitives": "0.0.1-beta.16"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@koobiq/design-tokens": "^3.11.2",
|