@nypl/design-system-react-components 0.28.0 → 1.0.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/CHANGELOG.md +8 -0
- package/README.md +7 -7
- package/dist/design-system-react-components.cjs.development.js +6 -9
- package/dist/design-system-react-components.cjs.development.js.map +1 -1
- package/dist/design-system-react-components.cjs.production.min.js.map +1 -1
- package/dist/design-system-react-components.esm.js +6 -9
- package/dist/design-system-react-components.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/ButtonGroup/ButtonGroup.stories.mdx +1 -1
- package/src/components/Card/Card.stories.mdx +1 -1
- package/src/components/Chakra/Box.stories.mdx +1 -1
- package/src/components/Chakra/Center.stories.mdx +1 -1
- package/src/components/Chakra/Flex.stories.mdx +1 -1
- package/src/components/Chakra/Grid.stories.mdx +1 -1
- package/src/components/Chakra/Stack.stories.mdx +1 -1
- package/src/components/SearchBar/SearchBar.stories.mdx +3 -3
- package/src/components/StyleGuide/Buttons.stories.mdx +1 -1
- package/src/components/StyleGuide/Colors.stories.mdx +2 -2
- package/src/components/StyleGuide/Forms.stories.mdx +2 -1
- package/src/components/StyleGuide/Iconography.stories.mdx +2 -2
- package/src/components/StyleGuide/Spacing.stories.mdx +1 -1
- package/src/components/StyleGuide/Typography.stories.mdx +1 -1
- package/src/theme/foundations/colors.ts +6 -9
|
@@ -3041,17 +3041,14 @@ var breakpoints = /*#__PURE__*/createBreakpoints({
|
|
|
3041
3041
|
});
|
|
3042
3042
|
|
|
3043
3043
|
/**
|
|
3044
|
-
*
|
|
3044
|
+
* All colors can be found in Storybook:
|
|
3045
|
+
* https://nypl.github.io/nypl-design-system/reservoir/v1/?path=/docs/style-guide-colors--page
|
|
3045
3046
|
*
|
|
3046
|
-
* All UI colors can be found in
|
|
3047
|
-
* https://
|
|
3048
|
-
* and in Figma:
|
|
3049
|
-
* https://www.figma.com/file/qShodlfNCJHb8n03IFyApM/Master?node-id=14989%3A37
|
|
3047
|
+
* All UI colors can be found in Figma:
|
|
3048
|
+
* https://www.figma.com/file/qShodlfNCJHb8n03IFyApM/Main?node-id=47083%3A27674
|
|
3050
3049
|
*
|
|
3051
|
-
* All Brand colors can be found in
|
|
3052
|
-
* https://
|
|
3053
|
-
* and in Figma:
|
|
3054
|
-
* https://www.figma.com/file/qShodlfNCJHb8n03IFyApM/Master?node-id=15454%3A47007
|
|
3050
|
+
* All Brand colors can be found in Figma:
|
|
3051
|
+
* https://www.figma.com/file/qShodlfNCJHb8n03IFyApM/Main?node-id=15454%3A47007
|
|
3055
3052
|
*
|
|
3056
3053
|
* At the end of this file, there are objects that extend Chakra's default
|
|
3057
3054
|
* color shade palette for individual colors. WE DO NOT RECOMMEND to use them
|