intelicoreact 0.0.79 → 0.0.81

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.
@@ -1,5 +1,3 @@
1
- @import "~anme/scss/anme-mixins-media";
2
-
3
1
  :root {
4
2
  --input-height: 28px;
5
3
  --label-line-height: 16px;
@@ -601,13 +599,13 @@
601
599
  }
602
600
  }
603
601
 
604
- @include lgDown {
602
+ @media screen and (max-width: 992px) {
605
603
  .opened-part__intervals-list {
606
604
  display: none;
607
605
  }
608
606
  }
609
607
 
610
- @include mdDown {
608
+ @media screen and (max-width: 745px) {
611
609
  .date-picker__inputs-block {
612
610
  flex-flow: wrap;
613
611
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.0.79",
3
+ "version": "0.0.81",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1,5 +1,3 @@
1
- @import "~anme/scss/anme-mixins-media";
2
-
3
1
  :root {
4
2
  --input-height: 28px;
5
3
  --label-line-height: 16px;
@@ -601,13 +599,13 @@
601
599
  }
602
600
  }
603
601
 
604
- @include lgDown {
602
+ @media screen and (max-width: 992px) {
605
603
  .opened-part__intervals-list {
606
604
  display: none;
607
605
  }
608
606
  }
609
607
 
610
- @include mdDown {
608
+ @media screen and (max-width: 745px) {
611
609
  .date-picker__inputs-block {
612
610
  flex-flow: wrap;
613
611
  }