Skip to content

Commit

Permalink
feat: upgrade Carbon packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Finney authored and Simon Finney committed Oct 20, 2021
1 parent 03ae9de commit 4f3b400
Show file tree
Hide file tree
Showing 26 changed files with 922 additions and 2,041 deletions.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@carbon-grid-10.35.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@carbon-grid-10.38.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/@carbon-layout-10.31.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@carbon-layout-10.33.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/@carbon-motion-10.23.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@carbon-motion-10.25.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/@carbon-themes-10.42.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/@carbon-themes-10.45.0.tgz
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/offline-mirror/carbon-components-10.43.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/offline-mirror/wicg-inert-3.1.1.tgz
Binary file not shown.
5 changes: 3 additions & 2 deletions docs/themes/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
| `inverse-support-02` | `green-40` | `green-50` |
| `inverse-support-03` | `yellow-30` | `yellow-30` |
| `inverse-support-04` | `blue-50` | `blue-60` |
| `overlay-01` | `gray-100` | `gray-100` |
| `overlay-01` | `gray-100` | `black-100` |
| `danger-01` | `red-60` | `red-60` |
| `danger-02` | `red-60` | `red-50` |
| `focus` | `blue-60` | `white-0` |
Expand Down Expand Up @@ -103,8 +103,9 @@
| `support-success-inverse` | `green-40` | `green-50` |
| `support-warning-inverse` | `yellow-30` | `yellow-30` |
| `support-info-inverse` | `blue-50` | `blue-60` |
| `overlay` | `gray-100` | `gray-100` |
| `overlay` | `gray-100` | `black-100` |
| `toggle-off` | `cool-gray-50` | `gray-60` |
| `shadow` | `black-100` | `black-100` |
| `button-primary` | `blue-60` | `blue-60` |
| `button-secondary` | `cool-gray-80` | `gray-60` |
| `button-tertiary` | `blue-60` | `white-0` |
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@carbon/colors": "10.31.0",
"@carbon/grid": "10.35.0",
"@carbon/icons-react": "10.38.0",
"@carbon/colors": "10.33.0",
"@carbon/grid": "10.38.0",
"@carbon/icons-react": "10.41.0",
"@carbon/import-once": "10.5.0",
"@carbon/layout": "10.31.0",
"@carbon/motion": "10.23.0",
"@carbon/layout": "10.33.0",
"@carbon/motion": "10.25.0",
"@carbon/telemetry": "^0.0.0-alpha.6",
"@carbon/themes": "10.42.0",
"@carbon/type": "10.35.0",
"carbon-components": "10.43.0",
"carbon-components-react": "7.43.0",
"@carbon/themes": "10.45.0",
"@carbon/type": "10.37.0",
"carbon-components": "10.46.0",
"carbon-components-react": "7.46.0",
"carbon-icons": "7.0.7",
"classnames": "^2.3.1",
"downshift": "^6.1.3",
Expand Down
Loading

0 comments on commit 4f3b400

Please sign in to comment.