@nypl/design-system-react-components 1.2.0-rc → 1.2.0-rc-2

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/index.d.ts CHANGED
@@ -42,6 +42,7 @@ export { default as Slider } from "./components/Slider/Slider";
42
42
  export { default as StatusBadge, StatusBadgeTypes, } from "./components/StatusBadge/StatusBadge";
43
43
  export { default as StructuredContent, StructuredContentImagePosition, } from "./components/StructuredContent/StructuredContent";
44
44
  export { default as Tabs, TabList, Tab, TabPanels, TabPanel, } from "./components/Tabs/Tabs";
45
+ export { default as TagSet } from "./components/TagSet/TagSet";
45
46
  export { TemplateAppContainer, Template, TemplateAboveHeader, TemplateHeader, TemplateBreakout, TemplateContent, TemplateContentTop, TemplateContentPrimary, TemplateContentSidebar, TemplateFooter, } from "./components/Template/Template";
46
47
  export { default as Text, TextSizes } from "./components/Text/Text";
47
48
  export { default as TextInput, TextInputRefType, TextInputTypes, } from "./components/TextInput/TextInput";
@@ -25,6 +25,7 @@ declare const AlphabetFilter: {
25
25
  };
26
26
  _disabled: {
27
27
  color: string;
28
+ cursor: string;
28
29
  };
29
30
  };
30
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "1.2.0-rc",
3
+ "version": "1.2.0-rc-2",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",