@kando-env/kando-ui 1.2.228-alpha.102 → 1.2.228-alpha.108

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.
@@ -155,10 +155,12 @@
155
155
  .ltr & {
156
156
  right: 0;
157
157
  left: unset;
158
+ bottom: 15px;
158
159
  }
159
160
  .rtl & {
160
161
  left: 0em;
161
162
  right: unset;
163
+ bottom: 15px;
162
164
  }
163
165
  }
164
166
  }
@@ -44,6 +44,13 @@ $collectors: rgba(23, 76, 155, 1);
44
44
 
45
45
  .leaflet-marker-icon {
46
46
  margin: 0 !important;
47
+ .rtl & {
48
+ right: 0 !important;
49
+
50
+ .icon-holder {
51
+ transform: translate(10px, -8px);
52
+ }
53
+ }
47
54
  }
48
55
 
49
56
  .increased.icon-holder {
@@ -60,7 +67,13 @@ $collectors: rgba(23, 76, 155, 1);
60
67
  }
61
68
 
62
69
  .clicked.icon-holder {
63
- transform: translate(-15px, -31.9px);
70
+ .rtl & {
71
+ transform: translate(14px, -28px) !important;
72
+ }
73
+
74
+ .ltr & {
75
+ transform: translate(-15px, -31.9px) !important;
76
+ }
64
77
  transition: 0.1s ease-in-out;
65
78
 
66
79
  .icon-text {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var packageJsonVersion = "1.2.228-alpha.102";
3
+ var packageJsonVersion = "1.2.228-alpha.108";
4
4
  if (typeof packageJsonVersion === 'string') {
5
5
  // eslint-disable-next-line no-console
6
6
  console.log("%c Kando UI %c v".concat(packageJsonVersion, " "), 'font-size: 15px; background-color: #fff; color: #e20f53;', 'font-weight: bold; font-size: 15px; background-color: #e20f53; color: #fff;', "with NODE_ENV=".concat(process.env.NODE_ENV));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kando-env/kando-ui",
3
- "version": "1.2.228-alpha.102",
3
+ "version": "1.2.228-alpha.108",
4
4
  "main": "lib/index.js",
5
5
  "author": "Nadav(Private) <nadavk72@gmail.com>",
6
6
  "scripts": {