oziko-ui-kit 0.0.73 → 0.0.74

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/index.css CHANGED
@@ -1194,6 +1194,15 @@ code {
1194
1194
  height: 100vh;
1195
1195
  top: 0;
1196
1196
  }
1197
+ .Backdrop-module_container__IkwCT {
1198
+ position: absolute;
1199
+ top: 0;
1200
+ width: 100%;
1201
+ height: 100%;
1202
+ }
1203
+ .Backdrop-module_container__IkwCT.Backdrop-module_showBackdrop__MMIy- {
1204
+ background-color: rgba(53, 52, 52, 0.651);
1205
+ }
1197
1206
  .DropList-module_container__OfA7W {
1198
1207
  overflow: auto;
1199
1208
  height: 55px !important;
@@ -2017,15 +2026,6 @@ svg.leaflet-image-layer.leaflet-interactive path {
2017
2026
  font-size: var(--oziko-font-size-lg);
2018
2027
  padding: var(--oziko-padding-md);
2019
2028
  }
2020
- .Backdrop-module_container__IkwCT {
2021
- position: absolute;
2022
- top: 0;
2023
- width: 100%;
2024
- height: 100%;
2025
- }
2026
- .Backdrop-module_container__IkwCT.Backdrop-module_showBackdrop__MMIy- {
2027
- background-color: rgba(53, 52, 52, 0.651);
2028
- }
2029
2029
  .SelectOption-module_option__wQb8V {
2030
2030
  cursor: pointer;
2031
2031
  padding: var(--oziko-padding-md) var(--oziko-padding-lg);