@itcase/ui-web 1.10.16 → 1.10.17

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.
@@ -61612,6 +61612,9 @@ h2.react-datepicker__current-month {
61612
61612
  backdrop-filter: var(--drawer-overlay-filter) !important;
61613
61613
  }
61614
61614
  &__content {
61615
+ display: flex;
61616
+ flex: 1;
61617
+ flex-flow: column nowrap;
61615
61618
  }
61616
61619
  &__close {
61617
61620
  padding: 3m 3m 0 3m;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui-web",
3
- "version": "1.10.16",
3
+ "version": "1.10.17",
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": "1eb5eb5df8920ebc7004f73bf60173158640bd13"
119
+ "gitHead": "7fca1f5a8465f7de0fb0855fb8c839241bfcf8bf"
120
120
  }