Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: icons integration #239

Merged
merged 31 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
00e3b86
add suites icons and order them alphabetically
gabyzif May 20, 2024
a51bb14
Merge branch 'main' into feat/icons-suites
gabyzif May 20, 2024
57b432f
Delete src/assets/svg/mp_pm_lt_audiences.svg
gabyzif May 20, 2024
098f8c0
Delete src/assets/svg/mp_pm_lt_journeys.svg
gabyzif May 20, 2024
374aae8
Delete src/assets/svg/mp_pm_lt_privacy.svg
gabyzif May 20, 2024
a53d905
Delete src/assets/svg/mp_pm_lt_setup.svg
gabyzif May 20, 2024
1c40250
Delete src/assets/svg/mp_pm_lt_trends.svg
gabyzif May 20, 2024
df63364
remove duplicated icons
gabyzif May 20, 2024
c001dde
Merge branch 'feat/icons-suites' of https://github.com/mParticle/aqua…
gabyzif May 20, 2024
f5b9d0e
remove extra icons
gabyzif May 20, 2024
d401480
add search icon back :)
gabyzif May 20, 2024
45a7229
add current color prop
gabyzif May 20, 2024
e093faa
feat: icon sizes (#238)
jared-dickman May 20, 2024
946439e
add / replace extra icons
gabyzif May 21, 2024
c23350e
Delete src/assets/svg/mp_pm_lt_user.svg
gabyzif May 21, 2024
0471da9
remove extra icons
gabyzif May 21, 2024
873bc8b
chore(release): 1.15.0-icons-integration.1 [skip ci]
mparticle-automation May 21, 2024
d4c206a
feat: add possibility to add background color to the suite icon logo …
gabyzif May 22, 2024
bba43eb
chore(release): 1.15.0-icons-integration.2 [skip ci]
mparticle-automation May 22, 2024
ca0901d
fix: Align button content to the center (#243)
gabyzif May 23, 2024
eb621b1
update suite logo size
gabyzif May 23, 2024
3de3b96
chore(release): 1.15.0-icons-integration.3 [skip ci]
mparticle-automation May 23, 2024
85edd85
fix: button alignment (#244)
gabyzif May 24, 2024
721315e
Merge branch 'main' into feat/icons-integration
gabyzif May 24, 2024
89a8825
Merge branch 'main' into feat/icons-integration
gabyzif May 24, 2024
c4b6f50
remove blank space from classname
gabyzif May 24, 2024
8902c95
remove default props
gabyzif May 24, 2024
5c167aa
merge main
gabyzif May 24, 2024
aeaf1f6
make a colortype option
gabyzif May 24, 2024
3b9c6ea
rename variant add comment
gabyzif May 24, 2024
850dd20
put the label back
gabyzif May 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.15.0-icons-integration.3](https://github.com/mParticle/aquarium/compare/v1.15.0-icons-integration.2...v1.15.0-icons-integration.3) (2024-05-23)


### Bug Fixes

* Align button content to the center ([#243](https://github.com/mParticle/aquarium/issues/243)) ([ca0901d](https://github.com/mParticle/aquarium/commit/ca0901da0c936dd53ab34a7db1a6946877803b4d))

# [1.15.0-icons-integration.2](https://github.com/mParticle/aquarium/compare/v1.15.0-icons-integration.1...v1.15.0-icons-integration.2) (2024-05-22)


### Features

* add possibility to add background color to the suite icon logo ([#241](https://github.com/mParticle/aquarium/issues/241)) ([d4c206a](https://github.com/mParticle/aquarium/commit/d4c206abf442579b84c6f3340fa7f1b00523c71a))

# [1.15.0-icons-integration.1](https://github.com/mParticle/aquarium/compare/v1.14.0...v1.15.0-icons-integration.1) (2024-05-21)


### Features

* icon sizes ([#238](https://github.com/mParticle/aquarium/issues/238)) ([e093faa](https://github.com/mParticle/aquarium/commit/e093faa550fc731e1b16c668c702c47c7300be8e))

# [1.14.0](https://github.com/mParticle/aquarium/compare/v1.13.0...v1.14.0) (2024-05-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mparticle/aquarium",
"version": "1.14.0",
"version": "1.15.0-icons-integration.3",
"description": "mParticle Component Library",
"license": "Apache-2.0",
"keywords": [
Expand Down
14 changes: 7 additions & 7 deletions src/assets/svg/analytics.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/mp_act_it_upload.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/mp_act_lt_jump-to.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/assets/svg/mp_pm_dt_analytics.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 src/assets/svg/mp_pm_dt_c360.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 src/assets/svg/mp_pm_dt_data-platform.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/svg/mp_pm_dt_oversight.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 src/assets/svg/mp_pm_dt_predictions.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 src/assets/svg/mp_pm_dt_segmentation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/mp_pm_lt_catalog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading