forstok-ui-lib 8.5.15 → 8.5.16
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.js
CHANGED
|
@@ -2804,7 +2804,7 @@ function M(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2804
2804
|
color: var(--pri-clr);
|
|
2805
2805
|
line-height: 20px;
|
|
2806
2806
|
align-items: center;
|
|
2807
|
-
padding: 0.
|
|
2807
|
+
padding: 0.25rem 0.5rem;
|
|
2808
2808
|
display: block;
|
|
2809
2809
|
min-height: auto;
|
|
2810
2810
|
border-radius: var(--nav-rd);
|
package/dist/index.mjs
CHANGED
|
@@ -2804,7 +2804,7 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
|
|
|
2804
2804
|
color: var(--pri-clr);
|
|
2805
2805
|
line-height: 20px;
|
|
2806
2806
|
align-items: center;
|
|
2807
|
-
padding: 0.
|
|
2807
|
+
padding: 0.25rem 0.5rem;
|
|
2808
2808
|
display: block;
|
|
2809
2809
|
min-height: auto;
|
|
2810
2810
|
border-radius: var(--nav-rd);
|
package/package.json
CHANGED
|
@@ -4063,7 +4063,7 @@ export const DropdownItem = styled.li<{
|
|
|
4063
4063
|
color: var(--pri-clr);
|
|
4064
4064
|
line-height: 20px;
|
|
4065
4065
|
align-items: center;
|
|
4066
|
-
padding: 0.
|
|
4066
|
+
padding: 0.25rem 0.5rem;
|
|
4067
4067
|
display: block;
|
|
4068
4068
|
min-height: auto;
|
|
4069
4069
|
border-radius: var(--nav-rd);
|