@mtes-mct/monitor-ui 8.5.0 → 8.6.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # [8.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.5.0...v8.6.0) (2023-08-21)
2
+
3
+
4
+ ### Features
5
+
6
+ * **types:** add Filter public type ([bac46f9](https://github.com/MTES-MCT/monitor-ui/commit/bac46f90fa20802e0b2745b7deca4a4c52cca589))
7
+
8
+ # [8.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.4.0...v8.5.0) (2023-08-20)
9
+
10
+
11
+ ### Features
12
+
13
+ * add internal Native types ([41f0329](https://github.com/MTES-MCT/monitor-ui/commit/41f03299a08b32e12ffefaf55c5f1331a5ac08f3))
14
+ * **types:** add public type UndefineExceptArrays ([931edc8](https://github.com/MTES-MCT/monitor-ui/commit/931edc814a333be0333e8ccc2a6ef59e95ff43a7))
15
+ * **utils:** add getOptionsFromIdAndName() ([e9b8865](https://github.com/MTES-MCT/monitor-ui/commit/e9b8865243215b66e9ae8cdd067f55d7fa0ad60a))
16
+ * **utils:** add getOptionsFromLabelledEnum() ([c4b185e](https://github.com/MTES-MCT/monitor-ui/commit/c4b185e5f7ada189d5a101ec29feda6e31aeb86b))
17
+ * **utils:** add isArray() ([7d9bd10](https://github.com/MTES-MCT/monitor-ui/commit/7d9bd10b66908949fa4b65794597cb23653a1ba9))
18
+ * **utils:** add isDefined() ([0e49bc9](https://github.com/MTES-MCT/monitor-ui/commit/0e49bc9b9a7663dff61cc9dc0ab64abace81e60c))
19
+ * **utils:** add isObject() ([9e1595a](https://github.com/MTES-MCT/monitor-ui/commit/9e1595a330ff3f3f7afb4af9cabdea592558434b))
20
+ * **utils:** add nullify() ([9d21221](https://github.com/MTES-MCT/monitor-ui/commit/9d21221d126e1d27e5aa56b038ebae24766175f2))
21
+ * **utils:** add undefine() ([2fbfcf4](https://github.com/MTES-MCT/monitor-ui/commit/2fbfcf4064822efbbf6aca5a386ff3f4e3c2c1a6))
22
+
1
23
  # [8.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.3.0...v8.4.0) (2023-08-17)
2
24
 
3
25
 
package/index.js CHANGED
@@ -3527,15 +3527,15 @@ const Container = styled.div `
3527
3527
  margin-right: 6px;
3528
3528
  background-color: ${p => p.theme.color.white};
3529
3529
  box-shadow: 0px 3px 6px ${p => p.theme.color.slateGray};
3530
- position: relative;
3530
+ display: flex;
3531
+ flex-direction: column;
3531
3532
  `;
3532
3533
  const Header = styled.div `
3533
3534
  height: 40px;
3534
3535
  background-color: ${p => p.theme.color.charcoal};
3535
3536
  display: flex;
3536
3537
  justify-content: space-between;
3537
- padding-right: 4px;
3538
- padding-left: 10px;
3538
+ padding: 9px 4px 9px 10px;
3539
3539
  align-items: center;
3540
3540
  `;
3541
3541
  const Title = styled.span `
@@ -3560,12 +3560,10 @@ const Footer = styled.div `
3560
3560
  flex-direction: column;
3561
3561
  gap: 8px;
3562
3562
  padding: 12px;
3563
- position: absolute;
3564
- bottom: 0;
3565
3563
  width: 100%;
3566
3564
  z-index: 10;
3567
3565
  `;
3568
- const MapMenuModal = {
3566
+ const MapMenuDialog = {
3569
3567
  Body,
3570
3568
  CloseButton,
3571
3569
  Container,
@@ -36717,5 +36715,5 @@ function undefine(value) {
36717
36715
  return value;
36718
36716
  }
36719
36717
 
36720
- export { Accent, Button$1 as Button, Checkbox, CoordinatesFormat, CoordinatesInput, CustomSearch, DatePicker, DateRangePicker, Dialog, Dropdown, Field$2 as Field, FieldError, Fieldset, FormikCheckbox, FormikCoordinatesInput, FormikDatePicker, FormikDateRangePicker, FormikEffect, FormikMultiCheckbox, FormikMultiRadio, FormikMultiSelect, FormikNumberInput, FormikSearch, FormikSelect, FormikTextInput, FormikTextarea, GlobalStyle, index as Icon, IconButton, Label, Legend, MapMenuModal, MultiCheckbox, MultiRadio, MultiSelect, MultiZoneEditor, NewWindow, NewWindowContext, NotificationEvent, Notifier, NumberInput, OPENLAYERS_PROJECTION, OnlyFontGlobalStyle, Search, Select, SideMenu, SimpleTable, SingleTag, Size, THEME, TableWithSelectableRows, Tag, TagBullet, TagGroup, TextInput, Textarea, ThemeProvider, WSG84_PROJECTION, coordinatesAreDistinct, customDayjs, getCoordinates, getLocalizedDayjs, getOptionsFromIdAndName, getOptionsFromLabelledEnum, getPseudoRandomString, getUtcizedDayjs, isArray, isDefined, isNumeric, isObject, logSoftError, nullify, stopMouseEventPropagation, undefine, useClickOutsideEffect, useFieldControl, useForceUpdate, useKey, useNewWindow, usePrevious };
36718
+ export { Accent, Button$1 as Button, Checkbox, CoordinatesFormat, CoordinatesInput, CustomSearch, DatePicker, DateRangePicker, Dialog, Dropdown, Field$2 as Field, FieldError, Fieldset, FormikCheckbox, FormikCoordinatesInput, FormikDatePicker, FormikDateRangePicker, FormikEffect, FormikMultiCheckbox, FormikMultiRadio, FormikMultiSelect, FormikNumberInput, FormikSearch, FormikSelect, FormikTextInput, FormikTextarea, GlobalStyle, index as Icon, IconButton, Label, Legend, MapMenuDialog, MultiCheckbox, MultiRadio, MultiSelect, MultiZoneEditor, NewWindow, NewWindowContext, NotificationEvent, Notifier, NumberInput, OPENLAYERS_PROJECTION, OnlyFontGlobalStyle, Search, Select, SideMenu, SimpleTable, SingleTag, Size, THEME, TableWithSelectableRows, Tag, TagBullet, TagGroup, TextInput, Textarea, ThemeProvider, WSG84_PROJECTION, coordinatesAreDistinct, customDayjs, getCoordinates, getLocalizedDayjs, getOptionsFromIdAndName, getOptionsFromLabelledEnum, getPseudoRandomString, getUtcizedDayjs, isArray, isDefined, isNumeric, isObject, logSoftError, nullify, stopMouseEventPropagation, undefine, useClickOutsideEffect, useFieldControl, useForceUpdate, useKey, useNewWindow, usePrevious };
36721
36719
  //# sourceMappingURL=index.js.map