Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7daf337
feat: add new icons and add null type for size in IconProps
RohitRaj011 Apr 30, 2025
2aca056
chore: export utils and motion
RohitRaj011 Apr 30, 2025
ff3cb8c
feat: implement Checkbox component with styles and assets
RohitRaj011 Apr 30, 2025
6b38249
feat: add new SVG icons and update Checkbox styles
RohitRaj011 May 1, 2025
e6287e2
chore(version): bump to 1.12.0-beta-7
RohitRaj011 May 1, 2025
7b3d217
chore: add new icons
RohitRaj011 May 2, 2025
72a62e5
chore(version): bump to 1.12.0-beta-8
RohitRaj011 May 2, 2025
7caeb5e
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 May 5, 2025
44f1f60
feat: add component for snow confetti
arunjaindev May 6, 2025
b761eb7
chore: add ic-gift-gradient icon
RohitRaj011 May 6, 2025
bdfb7c2
chore(version): bump to 1.12.0-beta-9
RohitRaj011 May 6, 2025
025ee34
Merge branch 'feat/login-image' of https://github.com/devtron-labs/de…
arunjaindev May 6, 2025
b74517a
Merge pull request #722 from devtron-labs/feat/login-image-cm
arunjaindev May 6, 2025
f8aaa6d
feat: update logic for isActive in tab group
arunjaindev May 6, 2025
d9ea5c1
chore: version bump
arunjaindev May 6, 2025
bf53978
chore: version bump
arunjaindev May 6, 2025
1515e0f
Merge pull request #725 from devtron-labs/fix/tab-group-animation
arunjaindev May 6, 2025
809ade7
chore(version): bump to 1.13.0
RohitRaj011 May 7, 2025
4bae0fe
Merge pull request #726 from devtron-labs/rc-merge/v0.35.0
RohitRaj011 May 8, 2025
3ed93cc
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 May 9, 2025
8b1993e
Merge branch 'main' of github.com:devtron-labs/devtron-fe-common-lib …
RohitRaj011 May 9, 2025
f604b69
chore(version): bump to 1.13.0-pre-0
RohitRaj011 May 9, 2025
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
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": "@devtron-labs/devtron-fe-common-lib",
"version": "1.12.0-pre-2",
"version": "1.12.0-beta-8",
"description": "Supporting common component library",
"type": "module",
"main": "dist/index.js",
Expand Down
36 changes: 36 additions & 0 deletions src/Assets/IconV2/ic-14-day-trial-chip.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 src/Assets/IconV2/ic-amazon-eks.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/IconV2/ic-arrow-square-out.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions src/Assets/IconV2/ic-azure-aks.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/IconV2/ic-caret-down-small.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/IconV2/ic-caret-right.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 src/Assets/IconV2/ic-cloud-vms.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/IconV2/ic-expand-right-sm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/Assets/IconV2/ic-google-gke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Assets/IconV2/ic-info-filled.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/IconV2/ic-install.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/IconV2/ic-k3s.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/Assets/IconV2/ic-kind.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/IconV2/ic-laptop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/Assets/IconV2/ic-minikube.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/IconV2/ic-mobile.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/IconV2/ic-ubuntu.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/IconV2/ic-user-circle.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/IconV2/ic-wifi-slash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading