@nypl/design-system-react-components 1.5.0-rc → 1.5.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.
@@ -87,6 +87,11 @@ declare const Breadcrumb: {
87
87
  _hover: {
88
88
  color: string;
89
89
  };
90
+ _dark: {
91
+ _hover: {
92
+ color: string;
93
+ };
94
+ };
90
95
  };
91
96
  svg: {
92
97
  fill: string;
@@ -5,9 +5,10 @@ export declare const headerFocusColor = "#0F465C";
5
5
  export declare const headerLightBlue = "#78CCED";
6
6
  export declare const headerLightBlueIcon = "#1DA1D4";
7
7
  export declare const headerRed = "#ED1C24";
8
- export declare const headerRedDarkMode = "#DC6F73";
8
+ export declare const headerRedDarkMode = "dark.ui.error.primary";
9
9
  export declare const headerRedDonate = "#E32B31";
10
10
  export declare const headerYellow = "#FEE34A";
11
+ export declare const headerYellowDark = "#403B2D";
11
12
  export declare const headerFocus: {
12
13
  borderRadius: string;
13
14
  outlineColor: string;
@@ -19,9 +20,6 @@ declare const Header: {
19
20
  parts: string[];
20
21
  baseStyle: {
21
22
  fontFamily: string;
22
- _dark: {
23
- backgroundColor: string;
24
- };
25
23
  container: {
26
24
  marginX: {
27
25
  md: string;
@@ -157,12 +157,29 @@ declare const HeaderLogin: {
157
157
  };
158
158
  };
159
159
  _dark: {
160
- color: string;
160
+ bgColor: {
161
+ base: string;
162
+ md: string;
163
+ };
164
+ color: {
165
+ base: string;
166
+ md: string;
167
+ };
161
168
  svg: {
162
- fill: string;
169
+ fill: {
170
+ base: string;
171
+ md: string;
172
+ };
163
173
  };
164
174
  _hover: {
165
- color: string;
175
+ bgColor: {
176
+ base: string;
177
+ md: string;
178
+ };
179
+ color: {
180
+ base: string;
181
+ md: string;
182
+ };
166
183
  };
167
184
  };
168
185
  };
@@ -71,6 +71,13 @@ declare const HeaderMobileNav: {
71
71
  _hover: {
72
72
  backgroundColor: string;
73
73
  };
74
+ _dark: {
75
+ bgColor: string;
76
+ color: string;
77
+ _hover: {
78
+ bgColor: string;
79
+ };
80
+ };
74
81
  };
75
82
  };
76
83
  };
@@ -16,6 +16,7 @@ declare const HeaderSearchButton: {
16
16
  };
17
17
  textDecoration: string;
18
18
  _dark: {
19
+ bgColor: string;
19
20
  color: string;
20
21
  };
21
22
  span: {
@@ -172,6 +172,7 @@ declare const HeaderSearchForm: {
172
172
  };
173
173
  };
174
174
  _dark: {
175
+ bgColor: string;
175
176
  color: string;
176
177
  label: {
177
178
  color: string;
@@ -33,6 +33,9 @@ declare const SitewideAlerts: {
33
33
  };
34
34
  _dark: {
35
35
  backgroundColor: string;
36
+ borderBottom: string;
37
+ borderColor: string;
38
+ color: string;
36
39
  };
37
40
  };
38
41
  };
@@ -61,7 +61,10 @@ declare const HeaderUpperNav: {
61
61
  bg: string;
62
62
  };
63
63
  _dark: {
64
- color: string;
64
+ bgColor: string;
65
+ _hover: {
66
+ bgColor: string;
67
+ };
65
68
  };
66
69
  };
67
70
  };
@@ -1,8 +1,8 @@
1
1
  declare const Hero: {
2
2
  baseStyle: {
3
- bg: string;
3
+ bgColor: string;
4
4
  _dark: {
5
- bg: string;
5
+ bgColor: string;
6
6
  };
7
7
  };
8
8
  variants: {
@@ -42,7 +42,7 @@ declare const Hero: {
42
42
  marginBottom: string;
43
43
  };
44
44
  _dark: {
45
- bg: string;
45
+ bgColor: string;
46
46
  color: string;
47
47
  };
48
48
  };
@@ -19,6 +19,9 @@ declare const SkipNavigation: {
19
19
  top: string;
20
20
  width: string;
21
21
  };
22
+ _dark: {
23
+ backgroundColor: string;
24
+ };
22
25
  };
23
26
  };
24
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "1.5.0-rc",
3
+ "version": "1.5.0",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",