monica-alexandria 3.76.2 → 3.76.5

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.
package/dist/index.es.js CHANGED
@@ -1957,13 +1957,13 @@ object-assign
1957
1957
  border: 1px solid ${e=>e.theme.low};
1958
1958
  }
1959
1959
 
1960
- @media ${K.sm} {
1960
+ /* @media ${K.sm} {
1961
1961
  padding: 0;
1962
1962
 
1963
1963
  h5 {
1964
1964
  display: none;
1965
1965
  }
1966
- }
1966
+ } */
1967
1967
  `,ul=m.div`
1968
1968
  position: relative;
1969
1969
  `,dl=m.div`
@@ -1971,7 +1971,7 @@ object-assign
1971
1971
  top: -.5rem;
1972
1972
  right: -.5rem;
1973
1973
  background: var(--error);
1974
- padding: 5px 5px 3px 5px;
1974
+ padding: 3px 5px;
1975
1975
  border-radius: 5px;
1976
1976
 
1977
1977
 
package/dist/index.js CHANGED
@@ -1957,13 +1957,13 @@ object-assign
1957
1957
  border: 1px solid ${e=>e.theme.low};
1958
1958
  }
1959
1959
 
1960
- @media ${j.sm} {
1960
+ /* @media ${j.sm} {
1961
1961
  padding: 0;
1962
1962
 
1963
1963
  h5 {
1964
1964
  display: none;
1965
1965
  }
1966
- }
1966
+ } */
1967
1967
  `,Mi=o.default.div`
1968
1968
  position: relative;
1969
1969
  `,Li=o.default.div`
@@ -1971,7 +1971,7 @@ object-assign
1971
1971
  top: -.5rem;
1972
1972
  right: -.5rem;
1973
1973
  background: var(--error);
1974
- padding: 5px 5px 3px 5px;
1974
+ padding: 3px 5px;
1975
1975
  border-radius: 5px;
1976
1976
 
1977
1977
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monica-alexandria",
3
- "version": "3.76.2",
3
+ "version": "3.76.5",
4
4
  "description": "A styled-components styles library for Doitforme platorm and universal tweeks to create your own new styled library for your project",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -55,13 +55,13 @@ const NavUser = styled.div`
55
55
  border: 1px solid ${(p) => p.theme.low};
56
56
  }
57
57
 
58
- @media ${device.sm} {
58
+ /* @media ${device.sm} {
59
59
  padding: 0;
60
60
 
61
61
  h5 {
62
62
  display: none;
63
63
  }
64
- }
64
+ } */
65
65
  `;
66
66
 
67
67
  const NavProtectedNotifications = styled.div`
@@ -73,7 +73,7 @@ const NavProtectedNotificationsNumber = styled.div`
73
73
  top: -.5rem;
74
74
  right: -.5rem;
75
75
  background: var(--error);
76
- padding: 5px 5px 3px 5px;
76
+ padding: 3px 5px;
77
77
  border-radius: 5px;
78
78
 
79
79