@proprioo/salatim 32.1.0 → 32.1.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,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ **32.1.1**
4
+
5
+ * Fix(DatePickerWrapper): Add missing z-index
6
+
3
7
  **32.1.0**
4
8
 
5
9
  * Feat(SingleMonth): Add a SingleMonth behavior
@@ -9,6 +9,7 @@ const utils_1 = require("../../../utils");
9
9
  const DatePicker_styles_1 = require("../datePicker/DatePicker.styles");
10
10
  exports.DatePickerWrapperLayout = styled_components_1.default.div `
11
11
  position: relative;
12
+ z-index: 10;
12
13
 
13
14
  ${DatePicker_styles_1.DatePickerLayout} {
14
15
  top: ${(0, utils_1.convertPxToRem)(60)};
@@ -1 +1 @@
1
- {"version":3,"file":"DatepickerWrapper.styles.js","sourceRoot":"","sources":["../../../../packages/date/src/datePickerWrapper/DatepickerWrapper.styles.ts"],"names":[],"mappings":";;;;;;AAAA,0EAAuC;AAEvC,0CAAgD;AAChD,uEAAmE;AAEtD,QAAA,uBAAuB,GAAG,2BAAM,CAAC,GAAG,CAAA;;;IAG7C,oCAAgB;WACT,IAAA,sBAAc,EAAC,EAAE,CAAC;;CAE5B,CAAC"}
1
+ {"version":3,"file":"DatepickerWrapper.styles.js","sourceRoot":"","sources":["../../../../packages/date/src/datePickerWrapper/DatepickerWrapper.styles.ts"],"names":[],"mappings":";;;;;;AAAA,0EAAuC;AAEvC,0CAAgD;AAChD,uEAAmE;AAEtD,QAAA,uBAAuB,GAAG,2BAAM,CAAC,GAAG,CAAA;;;;IAI7C,oCAAgB;WACT,IAAA,sBAAc,EAAC,EAAE,CAAC;;CAE5B,CAAC"}
package/lib/index.js CHANGED
@@ -412,6 +412,7 @@
412
412
  }
413
413
  `,Lt=({date:t,disabledDays:n,locale:r,onDateChange:o})=>e.jsx(Ft,{"data-test":"date-picker",children:e.jsx(Dt,Object.assign({mode:"single",disabled:n,locale:r,onSelect:e=>o(e||null)},t&&{selected:t,today:t}))}),Mt=p.default.div`
414
414
  position: relative;
415
+ z-index: 10;
415
416
 
416
417
  ${Ft} {
417
418
  top: ${C(60)};