@nypl/design-system-react-components 3.4.3 → 3.4.4-rc
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.
|
@@ -34852,15 +34852,15 @@ const { defineMultiStyleConfig: TP, definePartsStyle: _P } = U2(["container", "b
|
|
|
34852
34852
|
}, wF = {
|
|
34853
34853
|
baseStyle: {
|
|
34854
34854
|
ul: {
|
|
34855
|
-
alignItems: "center",
|
|
34856
|
-
marginBottom: "0",
|
|
34857
|
-
marginLeft: "auto",
|
|
34858
|
-
whiteSpace: "nowrap"
|
|
34859
|
-
|
|
34860
|
-
|
|
34861
|
-
|
|
34862
|
-
|
|
34863
|
-
|
|
34855
|
+
alignItems: "center !important",
|
|
34856
|
+
marginBottom: "0 !important",
|
|
34857
|
+
marginLeft: "auto !important",
|
|
34858
|
+
whiteSpace: "nowrap !important",
|
|
34859
|
+
li: {
|
|
34860
|
+
marginEnd: { mh: "s !important", xl: "m !important" },
|
|
34861
|
+
_last: {
|
|
34862
|
+
marginRight: "0 !important"
|
|
34863
|
+
}
|
|
34864
34864
|
}
|
|
34865
34865
|
},
|
|
34866
34866
|
"li > a": {
|
|
@@ -35232,17 +35232,17 @@ const { defineMultiStyleConfig: TP, definePartsStyle: _P } = U2(["container", "b
|
|
|
35232
35232
|
baseStyle: {
|
|
35233
35233
|
height: "37px",
|
|
35234
35234
|
ul: {
|
|
35235
|
-
alignItems: "center",
|
|
35236
|
-
display: "flex",
|
|
35237
|
-
margin: "0",
|
|
35238
|
-
whiteSpace: "nowrap"
|
|
35239
|
-
|
|
35240
|
-
|
|
35241
|
-
|
|
35242
|
-
|
|
35243
|
-
|
|
35244
|
-
|
|
35245
|
-
|
|
35235
|
+
alignItems: "center !important",
|
|
35236
|
+
display: "flex !important",
|
|
35237
|
+
margin: "0 !important",
|
|
35238
|
+
whiteSpace: "nowrap !important",
|
|
35239
|
+
li: {
|
|
35240
|
+
fontSize: "var(--nypl-fontSizes-desktop-body-body2) !important",
|
|
35241
|
+
fontWeight: "medium !important",
|
|
35242
|
+
marginRight: "s !important",
|
|
35243
|
+
_last: {
|
|
35244
|
+
marginRight: "0 !important"
|
|
35245
|
+
}
|
|
35246
35246
|
}
|
|
35247
35247
|
},
|
|
35248
35248
|
a: {
|
|
@@ -5,14 +5,14 @@ declare const HeaderLowerNav: {
|
|
|
5
5
|
marginBottom: string;
|
|
6
6
|
marginLeft: string;
|
|
7
7
|
whiteSpace: string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
li: {
|
|
9
|
+
marginEnd: {
|
|
10
|
+
mh: string;
|
|
11
|
+
xl: string;
|
|
12
|
+
};
|
|
13
|
+
_last: {
|
|
14
|
+
marginRight: string;
|
|
15
|
+
};
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
"li > a": {
|
|
@@ -7,13 +7,13 @@ declare const HeaderUpperNav: {
|
|
|
7
7
|
display: string;
|
|
8
8
|
margin: string;
|
|
9
9
|
whiteSpace: string;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
fontWeight: string;
|
|
14
|
-
marginRight: string;
|
|
15
|
-
_last: {
|
|
10
|
+
li: {
|
|
11
|
+
fontSize: string;
|
|
12
|
+
fontWeight: string;
|
|
16
13
|
marginRight: string;
|
|
14
|
+
_last: {
|
|
15
|
+
marginRight: string;
|
|
16
|
+
};
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
a: {
|