-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1797 from chanzuckerberg/release-v13.7.0
## [13.7.0](v13.6.1...v13.7.0) (2023-11-06) [Storybook](https://61313967cde49b003ae2a860-wtqbmpxmdj.chromatic.com/) ### Features * **Heading:** add preset typography prop and values ([5732144](5732144)) * **Text:** add preset typography prop ([4422e8e](4422e8e)) ### Bug Fixes * **Select:** ensure name prop gets to Listbox ([#1795](#1795)) ([a7eae60](a7eae60))
- Loading branch information
Showing
19 changed files
with
1,279 additions
and
1,144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"ignore": ["lib/**", ".storybook/**"], | ||
"include": ["src/components/**/*.tsx"], | ||
"tsconfigPath": "tsconfig.json" | ||
"include": ["src/components/**/*.{tsx,ts}", "src/index.ts"], | ||
"tsconfigPath": "tsconfig.json", | ||
"exports": { | ||
".": "./src/index.ts" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@chanzuckerberg/eds", | ||
"version": "13.6.1", | ||
"version": "13.7.0", | ||
"description": "The React-powered design system library for Chan Zuckerberg Initiative education web applications", | ||
"author": "CZI <[email protected]>", | ||
"homepage": "https://github.com/chanzuckerberg/edu-design-system", | ||
|
@@ -102,7 +102,7 @@ | |
"react-popper": "^2.3.0", | ||
"react-portal": "^4.2.2", | ||
"react-uid": "^2.3.3", | ||
"style-dictionary": "^3.8.0", | ||
"style-dictionary": "^3.9.0", | ||
"svg4everybody": "^2.1.9" | ||
}, | ||
"devDependencies": { | ||
|
@@ -123,40 +123,40 @@ | |
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@size-limit/file": "^8.2.6", | ||
"@storybook/addon-a11y": "^7.5.1", | ||
"@storybook/addon-docs": "^7.5.1", | ||
"@storybook/addon-essentials": "^7.5.1", | ||
"@storybook/addon-interactions": "^7.5.1", | ||
"@storybook/addon-links": "^7.5.1", | ||
"@storybook/addon-a11y": "^7.5.2", | ||
"@storybook/addon-docs": "^7.5.2", | ||
"@storybook/addon-essentials": "^7.5.2", | ||
"@storybook/addon-interactions": "^7.5.2", | ||
"@storybook/addon-links": "^7.5.2", | ||
"@storybook/addon-styling": "^1.3.7", | ||
"@storybook/react": "^7.5.1", | ||
"@storybook/react-webpack5": "^7.5.1", | ||
"@storybook/react": "^7.5.2", | ||
"@storybook/react-webpack5": "^7.5.2", | ||
"@storybook/testing-library": "^0.2.0", | ||
"@storybook/testing-react": "^2.0.1", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.5.1", | ||
"@types/jest": "^29.5.6", | ||
"@types/node": "^18.18.6", | ||
"@types/react": "^18.2.30", | ||
"@types/jest": "^29.5.7", | ||
"@types/node": "^18.18.8", | ||
"@types/react": "^18.2.34", | ||
"@types/react-beautiful-dnd": "^13.1.6", | ||
"@types/react-dom": "^18.2.14", | ||
"@types/react-portal": "^4.0.5", | ||
"axe-core": "4.8.2", | ||
"chromatic": "^6.24.1", | ||
"codecov": "^3.8.3", | ||
"copyfiles": "^2.4.1", | ||
"eslint": "^8.51.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-plugin-jest": "^27.4.2", | ||
"eslint-plugin-jest": "^27.6.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-storybook": "^0.6.13", | ||
"eslint-plugin-testing-library": "^5.11.1", | ||
"husky": "^8.0.3", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-preset-stylelint": "^6.3.1", | ||
"jest-preset-stylelint": "^6.3.2", | ||
"lint-staged": "^13.3.0", | ||
"pascal-case": "^3.1.2", | ||
"plop": "^3.1.2", | ||
|
@@ -174,11 +174,11 @@ | |
"size-limit": "^8.2.6", | ||
"snake-case": "^3.0.4", | ||
"standard-version": "^9.5.0", | ||
"storybook": "^7.5.1", | ||
"style-dictionary": "^3.8.0", | ||
"storybook": "^7.5.2", | ||
"style-dictionary": "^3.9.0", | ||
"stylelint": "^15.11.0", | ||
"stylelint-config-recommended": "^10.0.1", | ||
"tailwindcss": "^3.3.3", | ||
"tailwindcss": "^3.3.5", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.