odaptos_design_system 1.3.4 → 1.4.0
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/odaptos_design_system.cjs.development.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +1 -1
- package/package.json +1 -1
- package/src/LateralMenu/LateralMenu.modules.scss +2 -2
|
@@ -4650,7 +4650,7 @@ const Tag = ({
|
|
|
4650
4650
|
}), iconRight && iconRight);
|
|
4651
4651
|
};
|
|
4652
4652
|
|
|
4653
|
-
var css_248z$a = ".LateralMenu-modules_lateral_menu__EXD-W{align-items:flex-start;background:var(--color-neutral-basics-white,#fff);box-shadow:0 6px 10px 4px rgba(0,0,0,.08),0 2px 3px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;gap:14rem;height:100vh;justify-content:center;min-width:
|
|
4653
|
+
var css_248z$a = ".LateralMenu-modules_lateral_menu__EXD-W{align-items:flex-start;background:var(--color-neutral-basics-white,#fff);box-shadow:0 6px 10px 4px rgba(0,0,0,.08),0 2px 3px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;gap:14rem;height:100vh;justify-content:center;min-width:18.5rem;padding:1.5rem 1.5rem 3rem;position:relative}.LateralMenu-modules_lateral_menu__EXD-W .LateralMenu-modules_lateral_menu_logo__W-aWG{height:2rem;left:1.5rem;position:absolute;top:1.5rem;width:8.64519rem}";
|
|
4654
4654
|
var styles$a = {"lateral_menu":"LateralMenu-modules_lateral_menu__EXD-W","lateral_menu_logo":"LateralMenu-modules_lateral_menu_logo__W-aWG"};
|
|
4655
4655
|
styleInject(css_248z$a);
|
|
4656
4656
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
.lateral_menu {
|
|
2
2
|
display: flex;
|
|
3
|
-
min-width:
|
|
3
|
+
min-width: 18.5rem;
|
|
4
4
|
height: 100vh;
|
|
5
|
-
padding: 1.5rem;
|
|
6
5
|
flex-direction: column;
|
|
7
6
|
align-items: flex-start;
|
|
8
7
|
justify-content: center;
|
|
@@ -11,6 +10,7 @@
|
|
|
11
10
|
position: relative;
|
|
12
11
|
box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.08),
|
|
13
12
|
0px 2px 3px 0px rgba(0, 0, 0, 0.15);
|
|
13
|
+
padding: 1.5rem 1.5rem 3rem 1.5rem;
|
|
14
14
|
.lateral_menu_logo {
|
|
15
15
|
position: absolute;
|
|
16
16
|
width: 8.64519rem;
|