@nypl/design-system-react-components 3.6.0-rc3 → 3.6.1-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.
@@ -10,6 +10,7 @@ declare function useNYPLTheme(): {
10
10
  fontWeights?: undefined;
11
11
  fonts?: undefined;
12
12
  radii?: undefined;
13
+ sizes?: undefined;
13
14
  space?: undefined;
14
15
  } | {
15
16
  breakpoints: any;
@@ -61,6 +62,7 @@ declare function useNYPLTheme(): {
61
62
  heading: any;
62
63
  };
63
64
  radii: any;
65
+ sizes: any;
64
66
  space: {
65
67
  xxs: any;
66
68
  xs: any;
@@ -113,6 +113,9 @@ declare const MultiSelect: {
113
113
  };
114
114
  ".chakra-collapse": any;
115
115
  ".chakra-accordion__panel": {
116
+ overflow: string;
117
+ maxHeight: string;
118
+ padding: string;
116
119
  bgColor: string;
117
120
  _dark: {
118
121
  bgColor: string;
@@ -20,8 +20,8 @@ declare const NewsletterSignup: {
20
20
  md: "ui.border.default";
21
21
  };
22
22
  borderWidth: {
23
- base: ".75rem 0px 0px 0px";
24
- md: "0px 0px 0px .75rem";
23
+ base: ".5rem 0px 0px 0px";
24
+ md: "0px 0px 0px .5rem";
25
25
  };
26
26
  gap: string;
27
27
  justifyContent: string;
@@ -48,7 +48,6 @@ declare const Radio: {
48
48
  };
49
49
  _focus: {
50
50
  boxShadow: string;
51
- borderColor: string;
52
51
  outline: string;
53
52
  outlineOffset: string;
54
53
  outlineColor: string;
@@ -87,7 +86,6 @@ declare const Radio: {
87
86
  };
88
87
  _focus: {
89
88
  boxShadow: string;
90
- outlineColor: string;
91
89
  };
92
90
  _invalid: {
93
91
  borderColor: string;
@@ -3,6 +3,7 @@ declare const SearchBar: {
3
3
  ".textInput": {
4
4
  flexGrow: number;
5
5
  "div > input": {
6
+ borderRight: number;
6
7
  borderRightRadius: number;
7
8
  };
8
9
  };
@@ -12,7 +12,7 @@ declare const Select: {
12
12
  md: string;
13
13
  };
14
14
  alignItems: {
15
- md: "flex-end";
15
+ md: "center";
16
16
  };
17
17
  };
18
18
  label: {
@@ -16,9 +16,10 @@ declare const SkeletonLoader: {
16
16
  width: string;
17
17
  };
18
18
  button: {
19
+ borderRadius: string;
19
20
  height: string;
20
- margin: string;
21
21
  maxWidth: string;
22
+ overflow: string;
22
23
  width: string;
23
24
  };
24
25
  container: {
@@ -51,6 +51,7 @@ declare const _default: {
51
51
  };
52
52
  _hover: {
53
53
  bg: string;
54
+ borderColor: string;
54
55
  a: {
55
56
  color: string;
56
57
  };
@@ -73,6 +74,7 @@ declare const _default: {
73
74
  };
74
75
  _hover: {
75
76
  bg: string;
77
+ borderColor: string;
76
78
  a: {
77
79
  color: string;
78
80
  };
@@ -0,0 +1,17 @@
1
+ declare const sizes: {
2
+ button: {
3
+ default: {
4
+ height: string;
5
+ };
6
+ small: {
7
+ height: string;
8
+ };
9
+ medium: {
10
+ height: string;
11
+ };
12
+ large: {
13
+ height: string;
14
+ };
15
+ };
16
+ };
17
+ export default sizes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "3.6.0-rc3",
3
+ "version": "3.6.1-rc",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",