monica-alexandria 3.76.2 → 3.76.3

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
@@ -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
@@ -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.3",
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",
@@ -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