@itcase/ui 1.8.104 → 1.8.105

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,9 +1,9 @@
1
1
  .button {
2
2
  text-decoration: none;
3
- background: none;
3
+ /* background: none; */
4
4
  padding: 0;
5
5
  margin: 0;
6
- border-width: solid 0 #fff;
6
+ /* border-width: solid 0 #fff; */
7
7
  position: relative;
8
8
  display: flex;
9
9
  justify-content: center;
@@ -763,7 +763,8 @@ button.border-color {
763
763
  }
764
764
  }
765
765
  }
766
- .fill {
766
+ .fill,
767
+ button.fill {
767
768
  &_none {
768
769
  background-color: transparent;
769
770
  }
@@ -816,7 +817,8 @@ button.border-color {
816
817
  }
817
818
  }
818
819
  }
819
- .fill {
820
+ .fill,
821
+ button.fill {
820
822
  &_active {
821
823
  &_none {
822
824
  background-color: transparent;
@@ -863,7 +865,8 @@ button.border-color {
863
865
  }
864
866
  }
865
867
  }
866
- .fill {
868
+ .fill,
869
+ button.fill {
867
870
  &_active {
868
871
  &_hover {
869
872
  &_none {
@@ -976,7 +979,8 @@ button.border-color {
976
979
  }
977
980
  }
978
981
  }
979
- .fill_gradient {
982
+ .fill_gradient,
983
+ button.fill {
980
984
  @each $type in primary, secondary, tertiary, quaternary {
981
985
  &-$(type) {
982
986
  @each $direction, $degree in (top, right, diagonal, bottom, left),
@@ -988,7 +992,8 @@ button.border-color {
988
992
  }
989
993
  }
990
994
  }
991
- .fill {
995
+ .fill,
996
+ button.fill {
992
997
  &_hover {
993
998
  &_none {
994
999
  background-color: transparent;
@@ -1,4 +1,5 @@
1
- .fill {
1
+ .fill,
2
+ button.fill {
2
3
  &_none {
3
4
  background-color: transparent;
4
5
  }
@@ -1,4 +1,5 @@
1
- .fill {
1
+ .fill,
2
+ button.fill {
2
3
  &_active {
3
4
  &_none {
4
5
  background-color: transparent;
@@ -1,4 +1,5 @@
1
- .fill {
1
+ .fill,
2
+ button.fill {
2
3
  &_active {
3
4
  &_hover {
4
5
  &_none {
@@ -1,4 +1,5 @@
1
- .fill_gradient {
1
+ .fill_gradient,
2
+ button.fill {
2
3
  @each $type in primary, secondary, tertiary, quaternary {
3
4
  &-$(type) {
4
5
  @each $direction, $degree in (top, right, diagonal, bottom, left),
@@ -1,4 +1,5 @@
1
- .fill {
1
+ .fill,
2
+ button.fill {
2
3
  &_hover {
3
4
  &_none {
4
5
  background-color: transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.8.104",
3
+ "version": "1.8.105",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",