@itcase/ui-web 1.10.18 → 1.10.19
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.
|
@@ -61611,7 +61611,7 @@ h2.react-datepicker__current-month {
|
|
|
61611
61611
|
opacity: 100% !important;
|
|
61612
61612
|
backdrop-filter: var(--drawer-overlay-filter) !important;
|
|
61613
61613
|
}
|
|
61614
|
-
&__content {
|
|
61614
|
+
&__content.group {
|
|
61615
61615
|
display: flex;
|
|
61616
61616
|
flex: 1;
|
|
61617
61617
|
flex-flow: column nowrap;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/ui-web",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.19",
|
|
4
4
|
"description": "UI components",
|
|
5
5
|
"keywords": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"storybook": "^10.4.1",
|
|
117
117
|
"typescript": "^6.0.3"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "25e1c6e62db90334b2e255f82e21753d825576bd"
|
|
120
120
|
}
|