Skip to content

Commit

Permalink
Merge branch 'changeset-release/main' of https://github.com/mongodb/l…
Browse files Browse the repository at this point in the history
…eafygreen-ui into changeset-release/main
  • Loading branch information
spark33 committed Sep 19, 2023
2 parents f902473 + d98f13e commit 1fb0df6
Show file tree
Hide file tree
Showing 10 changed files with 120 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/icon

## 11.24.0

### Minor Changes

- 1c7c9608: Add `Colon` and `TimeSeriesCollection` icons.

## 11.23.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/icon/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/icon",
"version": "11.23.0",
"version": "11.24.0",
"description": "LeafyGreen UI Kit Icons",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down
45 changes: 45 additions & 0 deletions packages/icon/src/generated/Colon.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions packages/icon/src/generated/TimeSeriesCollection.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/icon/src/glyphs/Colon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/icon/src/glyphs/TimeSeriesCollection.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/icon/src/glyphs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import Clone from './Clone.svg';
import Cloud from './Cloud.svg';
import Code from './Code.svg';
import CodeBlock from './CodeBlock.svg';
import Colon from './Colon.svg';
import Connect from './Connect.svg';
import Copy from './Copy.svg';
import CreditCard from './CreditCard.svg';
Expand Down Expand Up @@ -123,6 +124,7 @@ import Tag from './Tag.svg';
import ThumbsDown from './ThumbsDown.svg';
import ThumbsUp from './ThumbsUp.svg';
import TimeSeries from './TimeSeries.svg';
import TimeSeriesCollection from './TimeSeriesCollection.svg';
import Trash from './Trash.svg';
import Undo from './Undo.svg';
import University from './University.svg';
Expand Down Expand Up @@ -174,6 +176,7 @@ const _glyphs = {
Cloud,
Code,
CodeBlock,
Colon,
Connect,
Copy,
CreditCard,
Expand Down Expand Up @@ -262,6 +265,7 @@ const _glyphs = {
ThumbsDown,
ThumbsUp,
TimeSeries,
TimeSeriesCollection,
Trash,
Undo,
University,
Expand Down
2 changes: 2 additions & 0 deletions packages/search-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
### Patch Changes

- Updated dependencies [f8c77c5d]
- Updated dependencies [1c7c9608]
- Updated dependencies [827060f6]
- @leafygreen-ui/popover@11.1.0
- @leafygreen-ui/icon@11.24.0

## 2.0.17

Expand Down
2 changes: 1 addition & 1 deletion packages/search-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@leafygreen-ui/a11y": "^1.4.10",
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/hooks": "^8.0.0",
"@leafygreen-ui/icon": "^11.23.0",
"@leafygreen-ui/icon": "^11.24.0",
"@leafygreen-ui/icon-button": "^15.0.18",
"@leafygreen-ui/input-option": "^1.0.11",
"@leafygreen-ui/lib": "^12.0.0",
Expand Down

0 comments on commit 1fb0df6

Please sign in to comment.