@kando-env/kando-ui 1.2.167 → 1.2.168

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.
@@ -125,3 +125,8 @@ $border-color: #ebebeb;
125
125
  border-radius: 0;
126
126
  background-color: $selected-value;
127
127
  }
128
+
129
+ .react-datepicker__children-container {
130
+ margin: auto;
131
+ width: 100%;
132
+ }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.167";
3
+ var packageJsonVersion = "1.2.168";
4
4
 
5
5
  if (typeof packageJsonVersion === 'string') {
6
6
  // eslint-disable-next-line no-console
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kando-env/kando-ui",
3
- "version": "1.2.167",
3
+ "version": "1.2.168",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {