@nypl/design-system-react-components 3.6.0-rc3 → 3.6.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.
- package/dist/design-system-react-components.cjs +36 -36
- package/dist/design-system-react-components.js +3709 -3680
- package/dist/src/hooks/useNYPLTheme.d.ts +2 -0
- package/dist/src/theme/components/multiSelect.d.ts +3 -0
- package/dist/src/theme/components/newsletterSignup.d.ts +2 -2
- package/dist/src/theme/components/radio.d.ts +0 -2
- package/dist/src/theme/components/select.d.ts +1 -1
- package/dist/src/theme/components/tagSet.d.ts +2 -0
- package/dist/src/theme/foundations/sizes.d.ts +17 -0
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|
};
|