@itcase/ui 1.8.172 → 1.8.173
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.
|
@@ -79888,6 +79888,9 @@ div.label {
|
|
|
79888
79888
|
.notification__item {
|
|
79889
79889
|
width: 340px;
|
|
79890
79890
|
pointer-events: auto;
|
|
79891
|
+
@media print {
|
|
79892
|
+
display: none;
|
|
79893
|
+
}
|
|
79891
79894
|
&-wrapper {
|
|
79892
79895
|
position: relative;
|
|
79893
79896
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/ui",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.173",
|
|
4
4
|
"description": "UI components (Modal, Loader, Popup, etc)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Modal",
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
"@itcase/common": "^1.2.32",
|
|
105
105
|
"@itcase/icons": "^1.2.23",
|
|
106
106
|
"@itcase/storybook-config": "^1.2.14",
|
|
107
|
-
"@itcase/tokens-am": "^1.1.
|
|
108
|
-
"@itcase/tokens-baikal": "^1.1.
|
|
107
|
+
"@itcase/tokens-am": "^1.1.24",
|
|
108
|
+
"@itcase/tokens-baikal": "^1.1.24",
|
|
109
109
|
"@itcase/tokens-palette": "^1.1.20",
|
|
110
110
|
"clsx": "^2.1.1",
|
|
111
111
|
"date-fns": "^4.1.0",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"@babel/preset-react": "^7.28.5",
|
|
140
140
|
"@commitlint/cli": "^20.1.0",
|
|
141
141
|
"@commitlint/config-conventional": "^20.0.0",
|
|
142
|
-
"@itcase/config": "^1.0.
|
|
142
|
+
"@itcase/config": "^1.0.61",
|
|
143
143
|
"@itcase/lint": "^1.1.68",
|
|
144
144
|
"@itcase/types": "^1.0.45",
|
|
145
145
|
"@rollup/plugin-alias": "^5.1.1",
|