@nypl/design-system-react-components 1.5.3 → 1.5.4

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.
@@ -95,6 +95,7 @@ declare const Select: {
95
95
  _dark: {
96
96
  backgroundColor: string;
97
97
  borderColor: string;
98
+ color: string;
98
99
  _hover: {
99
100
  borderColor: string;
100
101
  };
@@ -299,6 +299,12 @@ declare const TextInput: {
299
299
  };
300
300
  };
301
301
  clearButton: {
302
+ borderRadius: string;
303
+ minHeight: {
304
+ base: string;
305
+ md: string;
306
+ };
307
+ height: string;
302
308
  position: string;
303
309
  top: string;
304
310
  px: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  "analyze": "size-limit --why",
33
33
  "generate-sass-resources": "gulp",
34
34
  "storybook": "start-storybook -p 6006 -s ./.storybook/public",
35
- "build-storybook:v1": "npm run prebuild:storybook && NODE_OPTIONS=--openssl-legacy-provider build-storybook -c .storybook -o ./reservoir/v1",
35
+ "build-storybook:v1": "npm run prebuild:storybook && build-storybook -c .storybook -o ./reservoir/v1",
36
36
  "prebuild:storybook": "npm run test:generate-output"
37
37
  },
38
38
  "lint-staged": {