@nypl/design-system-react-components 3.6.1-rc4 → 3.6.1-rc5
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.
|
@@ -16,11 +16,20 @@ declare const SubNav: {
|
|
|
16
16
|
"&:hover": {
|
|
17
17
|
color: string;
|
|
18
18
|
};
|
|
19
|
+
_dark: {
|
|
20
|
+
color: string;
|
|
21
|
+
"&:hover": {
|
|
22
|
+
color: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
19
25
|
};
|
|
20
26
|
borderBottom: string;
|
|
21
27
|
borderColor: string;
|
|
22
28
|
display: string;
|
|
23
29
|
justifyContent: string;
|
|
30
|
+
_dark: {
|
|
31
|
+
borderColor: string;
|
|
32
|
+
};
|
|
24
33
|
};
|
|
25
34
|
container: {
|
|
26
35
|
maxWidth: string;
|
|
@@ -40,6 +49,9 @@ declare const SubNav: {
|
|
|
40
49
|
primaryActions: {
|
|
41
50
|
width: string;
|
|
42
51
|
button: {
|
|
52
|
+
_dark: {
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
43
55
|
svg: {
|
|
44
56
|
fill: string;
|
|
45
57
|
margin: {
|
|
@@ -53,6 +65,10 @@ declare const SubNav: {
|
|
|
53
65
|
_hover: {
|
|
54
66
|
backgroundColor: string;
|
|
55
67
|
color: string;
|
|
68
|
+
_dark: {
|
|
69
|
+
backgroundColor: string;
|
|
70
|
+
color: string;
|
|
71
|
+
};
|
|
56
72
|
svg: {
|
|
57
73
|
fill: string;
|
|
58
74
|
_dark: {
|
|
@@ -78,10 +94,13 @@ declare const SubNav: {
|
|
|
78
94
|
color: string;
|
|
79
95
|
};
|
|
80
96
|
a: {
|
|
97
|
+
_dark: {
|
|
98
|
+
color: string;
|
|
99
|
+
};
|
|
81
100
|
svg: {
|
|
82
101
|
fill: string;
|
|
83
102
|
margin: {
|
|
84
|
-
base:
|
|
103
|
+
base: string;
|
|
85
104
|
md: any;
|
|
86
105
|
};
|
|
87
106
|
_dark: {
|
|
@@ -91,6 +110,10 @@ declare const SubNav: {
|
|
|
91
110
|
_hover: {
|
|
92
111
|
backgroundColor: string;
|
|
93
112
|
color: string;
|
|
113
|
+
_dark: {
|
|
114
|
+
backgroundColor: string;
|
|
115
|
+
color: string;
|
|
116
|
+
};
|
|
94
117
|
svg: {
|
|
95
118
|
fill: string;
|
|
96
119
|
_dark: {
|
|
@@ -129,6 +152,9 @@ declare const SubNav: {
|
|
|
129
152
|
width: string;
|
|
130
153
|
whiteSpace: string;
|
|
131
154
|
button: {
|
|
155
|
+
_dark: {
|
|
156
|
+
color: string;
|
|
157
|
+
};
|
|
132
158
|
color: string;
|
|
133
159
|
svg: {
|
|
134
160
|
fill: string;
|
|
@@ -143,6 +169,10 @@ declare const SubNav: {
|
|
|
143
169
|
_hover: {
|
|
144
170
|
background: string;
|
|
145
171
|
color: string;
|
|
172
|
+
_dark: {
|
|
173
|
+
backgroundColor: string;
|
|
174
|
+
color: string;
|
|
175
|
+
};
|
|
146
176
|
svg: {
|
|
147
177
|
fill: string;
|
|
148
178
|
_dark: {
|
|
@@ -167,6 +197,9 @@ declare const SubNav: {
|
|
|
167
197
|
transition: string;
|
|
168
198
|
};
|
|
169
199
|
a: {
|
|
200
|
+
_dark: {
|
|
201
|
+
color: string;
|
|
202
|
+
};
|
|
170
203
|
color: string;
|
|
171
204
|
svg: {
|
|
172
205
|
fill: string;
|
|
@@ -181,6 +214,10 @@ declare const SubNav: {
|
|
|
181
214
|
_hover: {
|
|
182
215
|
background: string;
|
|
183
216
|
color: string;
|
|
217
|
+
_dark: {
|
|
218
|
+
backgroundColor: string;
|
|
219
|
+
color: string;
|
|
220
|
+
};
|
|
184
221
|
svg: {
|
|
185
222
|
fill: string;
|
|
186
223
|
_dark: {
|
|
@@ -223,6 +260,9 @@ declare const SubNav: {
|
|
|
223
260
|
background: string;
|
|
224
261
|
pointerEvents: string;
|
|
225
262
|
zIndex: number;
|
|
263
|
+
_dark: {
|
|
264
|
+
background: string;
|
|
265
|
+
};
|
|
226
266
|
};
|
|
227
267
|
primaryList: {
|
|
228
268
|
position: string;
|