monkey-style-guide-v2 0.0.126 → 0.0.127

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.
@@ -3,5 +3,4 @@
3
3
  * This style guide was developed by Monkey Exchange Team
4
4
  * MIT Licence
5
5
  **************************/
6
-
7
6
  @use 'styles';
@@ -5,7 +5,6 @@
5
5
  * This style guide was developed by Monkey Exchange Team
6
6
  * MIT Licence
7
7
  ************************* */
8
-
9
8
  .mecx-autocomplete-address-wrapper {
10
9
  position: relative;
11
10
  padding: 4px;
@@ -3,7 +3,6 @@
3
3
  * This style guide was developed by Monkey Exchange Team
4
4
  * MIT Licence
5
5
  **************************/
6
-
7
6
  @mixin badge-size-empty($suffix, $size) {
8
7
  &-#{$suffix}:empty {
9
8
  width: $size;
@@ -26,11 +25,11 @@
26
25
  right: 0;
27
26
  padding: 2px;
28
27
  display: flex;
29
- color: var(--badge-color, #fff);
28
+ color: var(--badge-color, var(--mecx-color-white));
30
29
  width: max-content;
31
30
  position: absolute;
32
31
  border-radius: 30px;
33
- background-color: var(--badge-background, #008542);
32
+ background-color: var(--badge-background, var(--mecx-color-success-main));
34
33
  box-sizing: border-box;
35
34
  justify-content: center;
36
35
  transform: translate(40%, -40%);
@@ -3,7 +3,6 @@
3
3
  * This style guide was developed by Monkey Exchange Team
4
4
  * MIT Licence
5
5
  **************************/
6
-
7
6
  @use 'styles';
8
7
  @use 'badge';
9
8
  @use 'popover';
@@ -3,7 +3,6 @@
3
3
  * This style guide was developed by Monkey Exchange Team
4
4
  * MIT Licence
5
5
  ************************* */
6
-
7
6
  monkey-label {
8
7
  color: var(--mecx-color-gray-900);
9
8
  font-size: 14px;
@@ -3,5 +3,4 @@
3
3
  * This style guide was developed by Monkey Exchange Team
4
4
  * MIT Licence
5
5
  **************************/
6
-
7
6
  @use 'styles';
@@ -5,7 +5,6 @@
5
5
  * This style guide was developed by Monkey Exchange Team
6
6
  * MIT Licence
7
7
  ************************* */
8
-
9
8
  .mecx-input {
10
9
  border: none;
11
10
  width: 100%;
@@ -4,7 +4,6 @@
4
4
  * MIT Licence
5
5
  **************************/
6
6
  /* stylelint-disable color-no-hex */
7
-
8
7
  /* stylelint-disable selector-class-pattern */
9
8
  @use 'variables' as *;
10
9
 
@@ -5,7 +5,6 @@
5
5
  * This style guide was developed by Monkey Exchange Team
6
6
  * MIT Licence
7
7
  **************************/
8
-
9
8
  body:not(.is-mobile) {
10
9
  ::-webkit-scrollbar {
11
10
  width: 12px;
@@ -3,7 +3,6 @@
3
3
  * This style guide was developed by Monkey Exchange Team
4
4
  * MIT Licence
5
5
  **************************/
6
-
7
6
  %skeleton {
8
7
  animation: skeleton-loading 1s linear infinite alternate;
9
8
  display: block;
@@ -3,5 +3,4 @@
3
3
  * This style guide was developed by Monkey Exchange Team
4
4
  * MIT Licence
5
5
  **************************/
6
-
7
6
  @use 'styles';
@@ -3,7 +3,6 @@
3
3
  * This style guide was developed by Monkey Exchange Team
4
4
  * MIT Licence
5
5
  ************************* */
6
-
7
6
  .mecx-table {
8
7
  width: 100%;
9
8
  min-width: 400px;
@@ -3,5 +3,4 @@
3
3
  * This style guide was developed by Monkey Exchange Team
4
4
  * MIT Licence
5
5
  **************************/
6
-
7
6
  @use 'styles';