@inf-monkeys-tech/monkeys-design 0.4.38 → 0.4.39

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.
@@ -124,6 +124,18 @@
124
124
  transform-origin: left center;
125
125
  }
126
126
 
127
+ .login-page__logo-image--dark {
128
+ display: none;
129
+ }
130
+
131
+ .dark .login-page__logo-image--light {
132
+ display: none;
133
+ }
134
+
135
+ .dark .login-page__logo-image--dark {
136
+ display: block;
137
+ }
138
+
127
139
  .login-page__form {
128
140
  position: relative;
129
141
  z-index: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inf-monkeys-tech/monkeys-design",
3
- "version": "0.4.38",
3
+ "version": "0.4.39",
4
4
  "description": "Monkeys Design Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",